/*
 * 1.尊龙官方入口简介
 * 2.新闻中心
 * 3.新闻详情
 * 4.行业聚焦
 * 5.售后效劳
 * 6.关于尊龙官方入口
 * 7.行业标准
 * 8.优异员工
 * 9.员工详情
 * 10.产品中心
 * 11.产品详情
 */
@import url("/assets/guomai/fonts/css/font-awesome.css");

.page_title {
  position: absolute;
  width: 1400px;
  left: 50%;
  bottom: 20%;
  margin-left: -700px;
  z-index: 10;
}
.page_title h2 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 36px;
  margin-bottom: 20px;
}
.page_title h5 {
  font-family: "Alternate";
  font-size: 20px;
  color: #cccccc;
}
.main-content {
  width: 100%;
  padding: 60px 0;
  background-color: #f5f5f5;
}
/*1.尊龙官方入口简介*/
.teplate_abstract {
  width: 100%;
}
.teplate_abstract .content {
  width: 1400px;
  margin: 0 auto;
}
.teplate_abstract .content .top {
  position: relative;
  width: 100%;
}
.teplate_abstract .content .top img.about_bg {
  display: block;
  width: 100%;
}
.teplate_abstract .content .top .position_text {
  position: absolute;
  right: 40px;
  top: 35px;
  width: 640px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.9);
}
.teplate_abstract .content .top .position_text h2 {
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
  color: #04287E;
  margin-bottom: 15px;
}
.teplate_abstract .content .top .position_text p {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  margin-bottom: 25px;
}
.teplate_abstract .content .top .position_text p:last-child {
  margin-bottom: 0;
}
.teplate_abstract .content .bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 40px;
}
.teplate_abstract .content .bottom .item {
  width: 440px;
  height: 235px;
  padding: 30px 35px;
  background-color: #fff;
}
.teplate_abstract .content .bottom .item h2 {
  font-size: 26px;
  color: #04287E;
  font-weight: 600;
  margin-bottom: 18px;
}
.teplate_abstract .content .bottom .item p {
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
/*2.新闻中心*/
.teplate_news {
  width: 100%;
  background-color: #f5f5f5;
}
.teplate_news .content {
  width: 1400px;
  margin: 0 auto;
}
.teplate_news .content .tab_menu {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
}
.teplate_news .content .tab_menu .item {
  font-size: 18px;
  line-height: 60px;
  height: 60px;
  padding: 0 30px;
  background-color: #f5f5f5;
  cursor: pointer;
  color: #333;
  font-weight: 600;
}
.teplate_news .content .tab_menu .cur {
  color: #fff;
  background-color: #04287E !important;
}
.teplate_news .content .tab_newsList {
  width: 100%;
}
.teplate_news .content .tab_newsList ul {
  display: none;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.teplate_news .content .tab_newsList ul li {
  width: 320px;
  margin-right: 40px;
  margin-bottom: 40px;
}
.teplate_news .content .tab_newsList ul li:nth-child(4n) {
  margin-right: 0;
}
.teplate_news .content .tab_newsList ul li .imgs {
  width: 100%;
}
.teplate_news .content .tab_newsList ul li .imgs img {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: center;
}
.teplate_news .content .tab_newsList ul li .texts {
  width: 100%;
  padding: 15px 20px;
  background-color: #fff;
}
.teplate_news .content .tab_newsList ul li .texts h3 {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  line-height: 32px;
  /* margin-bottom: 15px; */
  height: 64px;
}
.teplate_news .content .tab_newsList ul li .texts h3 a {
  color: #333;
}
.teplate_news .content .tab_newsList ul li .texts p {
  width: 100%;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.teplate_news .content .tab_newsList ul li .texts .infos {
  display: flex;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  align-items: center;
  justify-content: space-between;
  background-color: #f5f5f5;
}
.teplate_news .content .tab_newsList ul li .texts .infos .time {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.teplate_news .content .tab_newsList ul li .texts .infos .time img {
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.teplate_news .content .tab_newsList ul li .texts .infos .time span {
  font-size: 14px;
  color: #04287E;
}
.teplate_news .content .tab_newsList ul li .texts .infos .labels {
  font-size: 14px;
  color: #CCCCCC;
}
.teplate_news .content .tab_newsList ul.cur {
  display: flex;
}
/*3.新闻详情*/
.teplate_details {
  width: 100%;
}
.teplate_details .content {
  width: 1400px;
  margin: 0 auto;
  padding: 50px;
  background-color: #fff;
}
.teplate_details .content .top {
  width: 100%;
  padding-bottom: 50px;
  border-bottom: solid 1px #efefef;
}
.teplate_details .content .top .title {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
}
.teplate_details .content .top .infos {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
.teplate_details .content .top .infos span {
  font-size: 16px;
  color: #ccc;
  margin-right: 15px;
}
.teplate_details .content .bottom {
  width: 100%;
}
.teplate_details .content .bottom p {
  font-size: 16px;
  line-height: 32px;
  /* text-indent: 32px; */
  color: #666;
  margin-top: 35px;
  overflow: hidden;
}
.teplate_details .content .bottom p img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  width: auto;
}
/*4.行业聚焦*/
.teplate_industry {
  width: 100%;
}
.teplate_industry .content {
  width: 1400px;
  margin: 0 auto;
}
.teplate_industry .content .industry_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.teplate_industry .content .industry_ul li {
  width: 440px;
  padding: 35px;
  background-color: #fff;
  margin-bottom: 40px;
}
.teplate_industry .content .industry_ul li .symbol {
  width: 80px;
  height: 80px;
}
.teplate_industry .content .industry_ul li .symbol img {
  display: block;
  width: 100%;
}
.teplate_industry .content .industry_ul li h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-top: 30px;
}
.teplate_industry .content .industry_ul li p {
  font-size: 16px;
  min-height: 60px;
  line-height: 30px;
  color: #333;
  margin-top: 15px;
}
.teplate_industry .content .industry_ul li .process {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}
.teplate_industry .content .industry_ul li .process .item {
  width: 48%;
  margin-top: 20px;
  margin-right: 2%;
}
.teplate_industry .content .industry_ul li .process .item:nth-child(2n) {
  margin-right: 0;
  margin-left: 2%;
}
.teplate_industry .content .industry_ul li .process .item a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #333;
  text-align: center;
  background-color: #f0f0f0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.teplate_industry .content .industry_ul li .process .item a:hover {
  color: #fff;
  background-color: #04287E;
}
.teplate_industry .content .industry_ul li:nth-child(4),
.teplate_industry .content .industry_ul li:nth-child(5) {
  width: 680px;
  margin-bottom: 0;
}
.teplate_industry .content .industry_ul li:nth-child(4) p,
.teplate_industry .content .industry_ul li:nth-child(5) p {
  font-size: 16px;
  min-height: auto;
  line-height: 30px;
  color: #333;
  margin-top: 15px;
}
.teplate_industry .content .industry_ul li:nth-child(4) .process,
.teplate_industry .content .industry_ul li:nth-child(5) .process {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.teplate_industry .content .industry_ul li:nth-child(4) .process .item,
.teplate_industry .content .industry_ul li:nth-child(5) .process .item {
  width: 140px;
  margin-right: 0;
}
.teplate_industry .content .industry_ul li:nth-child(4) .process .item:nth-child(2n),
.teplate_industry .content .industry_ul li:nth-child(5) .process .item:nth-child(2n) {
  margin-right: 0;
  margin-left: 0;
}
/*5.售后效劳*/
.teplate_service {
  width: 100%;
}
.teplate_service .content {
  width: 1400px;
  margin: 0 auto;
  background-color: #fff;
}
.teplate_service .content .top {
  width: 100%;
  padding: 40px 0;
  border-bottom: solid 1px #efefef;
}
.teplate_service .content .top h3 {
  font-size: 24px;
  text-align: center;
  color: #04287E;
  font-weight: 600;
}
.teplate_service .content .top p {
  font-size: 16px;
  text-align: center;
  color: #333;
  margin-top: 20px;
}
.teplate_service .content .center {
  width: 100%;
  padding: 40px 60px;
  border-bottom: solid 1px #efefef;
}
.teplate_service .content .center form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.teplate_service .content .center form .textareaItem{
	width: 100% !important;
	align-items: baseline !important;
}
.teplate_service .content .center .textareaItem textarea{
	width: calc(100% - 120px);									
    height: 150px;
    line-height: 28px;
    padding: 10px 15px;
    font-size: 16px;
    color: #333;
    outline: none;
    border-radius: 10px;
    border: 1px solid #e3e3e3;
}
.teplate_service .content .center form .item {
  width: 600px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
}
.teplate_service .content .center form .item label {
  width: 120px;
  font-size: 20px;
  font-weight: normal;
  height: 60px;
  line-height: 60px;
  color: #333;
  text-align: right;
}
.teplate_service .content .center form .item .inputTxt {
  width: 480px;
  height: 60px;
  line-height: 58px;
  padding-left: 15px;
  font-size: 16px;
  color: #333;
  outline: none;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
}
.teplate_service .content .center form .selectItem {
  position: relative;
}
.teplate_service .content .center form .selectItem:after {
  position: absolute;
  right: 15px;
  top: 21px;
  content: '';
  display: block;
  width: 10px;
  height: 17px;
  background: url(/assets/guomai/img/icon/arrow_gray.png) no-repeat center;
  transform: rotate(0);
  -ms-transform: rotate(0);
  /* IE 9 */
  -webkit-transform: rotate(0);
  /* Safari and Chrome */
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.teplate_service .content .center form .selectItem:after.cur {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.teplate_service .content .center form .selectItem .inputTxt {
  cursor: pointer;
}
.teplate_service .content .center form .selectItem .select_ul {
  display: none;
  position: absolute;
  right: 0;
  top: 62px;
  width: 480px;
  background-color: #f4efef;
  border-radius: 10px;
  overflow: hidden;
}
.teplate_service .content .center form .selectItem .select_ul li {
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding-left: 15px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  border-bottom: solid 1px #e3e3e3;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.teplate_service .content .center form .selectItem .select_ul li:hover {
  color: #fff;
  background-color: #04287e;
}
.teplate_service .content .center form .submit_btn {
  display: block;
  width: 180px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  border: none;
  margin: 0 auto;
  background: #04287e;
}
.teplate_service .content .bottom {
  width: 100%;
  padding: 35px 40px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.teplate_service .content .bottom a {
  color: #04287E;
}
/*6.关于尊龙官方入口*/
.teplate_about {
  width: 100%;
}
.teplate_about .content {
  display: flex;
  justify-content: space-between;
  width: 1400px;
  margin: 0 auto;
}
.teplate_about .content .left {
  width: 880px;
}
.teplate_about .content #map {
  width: 100%;
  height: 556px;
}
.teplate_about .content .right {
  width: calc(100% - 880px);
  height: 556px;
  padding: 75px;
  background-color: #314FD2;
}
.teplate_about .content .right h2 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 60px;
}
.teplate_about .content .right .phone {
  margin-bottom: 30px;
}
.teplate_about .content .right .phone span {
  display: block;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}
.teplate_about .content .right .phone h3 {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 40px;
}
.teplate_about .content .right p {
  font-size: 16px;
  line-height: 48px;
  color: #fff;
}
/*7.行业标准*/
.teplate_standard {
  width: 100%;
}
.teplate_standard .content {
  width: 1400px;
  margin: 0 auto;
  background-color: #fff;
}
.teplate_standard .content .title {
  font-size: 26px;
  font-weight: 600;
  color: #04287E;
  padding: 40px;
  border-bottom: solid 1px #f1f1f1;
}
.teplate_standard .content .standard_ul {
  width: 100%;
  padding: 15px 40px;
  border-bottom: solid 1px #f1f1f1;
}
.teplate_standard .content .standard_ul li {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 0;
}
.teplate_standard .content .standard_ul li .symbol {
  position: relative;
  width: 22px;
  height: 22px;
  padding: 2px;
  margin-right: 18px;
  border-radius: 100%;
  border: solid 1px #04287E;
  background-color: #fff;
}
.teplate_standard .content .standard_ul li .symbol:before {
  content: '';
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #04287E;
}
.teplate_standard .content .standard_ul li a {
  display: block;
  width: calc(100% - 40px);
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  color: #333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.teplate_standard .content .standard_ul li a:hover {
  color: #04287E;
}
/*8.优异员工*/
.teplate_employees {
  width: 100%;
}
.teplate_employees .content {
  width: 1400px;
  margin: 0 auto;
  background-color: #fff;
}
.teplate_employees .content .title {
  font-size: 26px;
  font-weight: 600;
  color: #04287E;
  padding: 40px;
  border-bottom: solid 1px #f1f1f1;
}
.teplate_employees .content .employees_ul {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.teplate_employees .content .employees_ul:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #f1f1f1;
}
.teplate_employees .content .employees_ul li {
  width: 25%;
  padding: 40px;
  border-bottom: solid 1px #f3f3f3;
}
.teplate_employees .content .employees_ul li .imgs {
  width: 100%;
}
.teplate_employees .content .employees_ul li .imgs img {
  display: block;
  width: 100%;
}
.teplate_employees .content .employees_ul li .texts {
  width: 100%;
}
.teplate_employees .content .employees_ul li .texts h3.name {
  font-size: 26px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-top: 20px;
}
.teplate_employees .content .employees_ul li .texts h3.name a {
  color: #333;
}
.teplate_employees .content .employees_ul li .texts .infos {
  width: 100%;
}
.teplate_employees .content .employees_ul li .texts .infos .top {
  margin: 10px 0;
}
.teplate_employees .content .employees_ul li .texts .infos .top,
.teplate_employees .content .employees_ul li .texts .infos .bottom {
  text-align: center;
}
.teplate_employees .content .employees_ul li .texts .infos .top span,
.teplate_employees .content .employees_ul li .texts .infos .bottom span {
  font-size: 16px;
  color: #ccc;
  margin: 0 5px;
}
/*9.员工详情*/
.teplate_employees_details {
  width: 100%;
}
.teplate_employees_details .content {
  display: flex;
  width: 1400px;
  margin: 0 auto;
  justify-content: flex-start;
  background-color: #fff;
}
.teplate_employees_details .content .left {
  width: calc(100% - 410px);
  padding: 50px 60px;
}
.teplate_employees_details .content .left h3 {
  font-size: 34px;
  font-weight: 600;
  color: #333;
  padding-bottom: 30px;
}
.teplate_employees_details .content .left .infos {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  font-size: 22px;
  line-height: 24px;
  color: #ccc;
  padding-bottom: 25px;
  border-bottom: solid 1px #f4f4f4;
}
.teplate_employees_details .content .left .infos span {
  padding-right: 20px;
  margin-right: 20px;
  border-right: solid 2px #ccc;
}
.teplate_employees_details .content .left .infos span:last-child {
  border: none;
  padding-right: 0;
  margin-right: 0;
}
.teplate_employees_details .content .left .results {
  width: 100%;
  padding-top: 20px;
}
.teplate_employees_details .content .left .results h4 {
  font-size: 22px;
  font-weight: 600;
  color: #314FD2;
  margin-bottom: 15px;
}
.teplate_employees_details .content .left .results p {
  font-size: 16px;
  line-height: 50px;
  color: #666;
}
.teplate_employees_details .content .right {
  position: relative;
  width: 410px;
}
.teplate_employees_details .content .right:before {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 70%;
  height: 100%;
  background-color: #314FD2;
  z-index: 8;
}
.teplate_employees_details .content .right:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background-color: #fff;
  z-index: 8;
}
.teplate_employees_details .content .right .imgs {
  position: absolute;
  right: 40px;
  top: 50%;
  width: 370px;
  height: 490px;
  margin-top: -245px;
  z-index: 9;
}
.teplate_employees_details .content .right .imgs img {
  display: block;
  width: 100%;
}
.teplate_employees_details .content_h5 {
  display: none;
}
/*10.产品中心*/
.teplate_product {
  width: 100%;
}
.teplate_product .content {
  width: 1400px;
  margin: 0 auto;
}
.teplate_product .content .tab_menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.teplate_product .content .tab_menu .item {
  display: block;
  font-size: 18px;
  padding: 18px 15px;
  color: #333;
  background-color: #f5f5f5;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.teplate_product .content .tab_menu .item:hover {
  color: #fff;
  background-color: #04287E;
}
.teplate_product .content .tab_menu .cur {
  color: #fff;
  background-color: #04287E;
}
.teplate_product .content .productList_ul {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.teplate_product .content .productList_ul li.equipment {
  display: flex;
  width: calc(50% - 20px);
  padding: 40px 20px 40px 40px;
  margin-bottom: 40px;
  justify-content: space-between;
  background-color: #fff;
}
.teplate_product .content .productList_ul li.equipment:nth-child(even) {
  margin-right: 0;
  margin-left: 20px;
}
.teplate_product .content .productList_ul li.equipment:nth-child(odd) {
  margin-right: 20px;
  margin-left: 0;
}
.teplate_product .content .productList_ul li.equipment .left_info {
  width: 50%;
  padding-right: 0;
}
.teplate_product .content .productList_ul li.equipment .left_info h3 {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  color: #04287e;
  line-height: 36px;
  margin-bottom: 30px;
}
.teplate_product .content .productList_ul li.equipment .left_info h3 a {
  display: block;
  color: #04287e;
}
.teplate_product .content .productList_ul li.equipment .left_info .infolist {
  width: 100%;
  margin-bottom: 20px;
}
.teplate_product .content .productList_ul li.equipment .left_info .infolist p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #999;
}
.teplate_product .content .productList_ul li.equipment .left_info .infolist p span {
  color: #333;
}
.teplate_product .content .productList_ul li.equipment .left_info a.more {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  color: #04287E;
  padding: 15px 0;
}
.teplate_product .content .productList_ul li.equipment .left_info a.more span {
  margin-right: 5px;
}
.teplate_product .content .productList_ul li.equipment .rirht_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.teplate_product .content .productList_ul li.equipment .rirht_img a {
  display: block;
  width: 100%;
}
.teplate_product .content .productList_ul li.equipment .rirht_img a img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.teplate_product .content .productList_ul_h5 {
  display: none;
}
/*11.产品详情*/
.teplate_product_details {
  width: 100%;
}
.teplate_product_details .content {
  width: 1400px;
  margin: 0 auto;
  background-color: #fff;
}
.teplate_product_details .content .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.teplate_product_details .content .top .left {
  width: 50%;
  padding: 60px;
  border-right: solid 1px #f3f3f3;
}
.teplate_product_details .content .top .left h3 {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  color: #04287e;
  line-height: 36px;
  margin-bottom: 30px;
}
.teplate_product_details .content .top .left .infolist {
  width: 100%;
  margin-bottom: 20px;
}
.teplate_product_details .content .top .left .infolist p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #999;
}
.teplate_product_details .content .top .left .infolist p span {
  color: #333;
}
.teplate_product_details .content .top .right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.teplate_product_details .content .top .right img {
  display: block;
  max-width: 100%;
}
.teplate_product_details .content .top_h5 {
  display: none;
}
.teplate_product_details .content .bottom {
  width: 100%;
  padding: 40px 60px;
  border-top: solid 1px #f3f3f3;
}
.teplate_product_details .content .bottom h3 {
  font-size: 26px;
  color: #04287E;
  margin-bottom: 20px;
}
.teplate_product_details .content .bottom .items {
  width: 100%;
  margin-bottom: 30px;
}
.teplate_product_details .content .bottom .items h6 {
  font-size: 16px;
  line-height: 30px;
  color: #04287E;
}
.teplate_product_details .content .bottom .items p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.teplate_product_details .content .bottom .items:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .page_title {
    width: 1200px;
    margin-left: -600px;
  }
  .page_title h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .main-content {
    padding: 40px 0;
  }
  /*1.尊龙官方入口简介*/
  .teplate_abstract .content {
    width: 1200px;
  }
  .teplate_abstract .content .top .position_text {
    top: 40px;
    width: 760px;
  }
  .teplate_abstract .content .bottom .item {
    width: 375px;
  }
  /*2.新闻中心*/
  .teplate_news .content {
    width: 1200px;
  }
  .teplate_news .content .tab_newsList {
    width: 100%;
  }
  .teplate_news .content .tab_newsList ul {
    display: none;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .teplate_news .content .tab_newsList ul li {
    width: 270px;
  }
  .teplate_news .content .tab_newsList ul li .texts {
    width: 100%;
    padding: 15px 20px;
    background-color: #fff;
  }
  .teplate_news .content .tab_newsList ul li .texts h3 {
    font-size: 16px;
    line-height: 28px;
  }
  /*3.新闻详情*/
  .teplate_details {
    width: 100%;
  }
  .teplate_details .content {
    width: 1200px;
    margin: 0 auto;
    padding: 40px;
  }
  .teplate_details .content .top {
    padding-bottom: 40px;
  }
  .teplate_details .content .top .title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
  }
  /*4.行业聚焦*/
  .teplate_industry {
    width: 100%;
  }
  .teplate_industry .content {
    width: 1200px;
    margin: 0 auto;
  }
  .teplate_industry .content .industry_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .teplate_industry .content .industry_ul li {
    width: 380px;
    margin-bottom: 30px;
  }
  .teplate_industry .content .industry_ul li .process .item a {
    font-size: 16px;
  }
  .teplate_industry .content .industry_ul li:nth-child(4),
  .teplate_industry .content .industry_ul li:nth-child(5) {
    width: 585px;
  }
  .teplate_industry .content .industry_ul li:nth-child(4) .process .item,
  .teplate_industry .content .industry_ul li:nth-child(5) .process .item {
    width: 120px;
  }
  /*5.售后效劳*/
  .teplate_service .content {
    width: 1200px;
  }
  .teplate_service .content .top {
    width: 100%;
    padding: 40px;
  }
  .teplate_service .content .top h3 {
    font-size: 24px;
    text-align: center;
    color: #04287E;
    font-weight: 600;
  }
  .teplate_service .content .top p {
    font-size: 16px;
    text-align: center;
    color: #333;
    margin-top: 20px;
  }
  .teplate_service .content .center {
    width: 100%;
    padding: 40px;
    border-bottom: solid 1px #efefef;
  }
  .teplate_service .content .center form .item {
    width: 545px;
  }
  .teplate_service .content .center form .item .inputTxt {
    width: calc(100% - 120px);
  }
  .teplate_service .content .center form .selectItem {
    position: relative;
  }
  .teplate_service .content .center form .selectItem .inputTxt {
    cursor: pointer;
  }
  .teplate_service .content .center form .selectItem .select_ul {
    width: calc(100% - 120px);
  }
  .teplate_service .content .center form .submit_btn {
    height: 56px;
    line-height: 56px;
    font-size: 22px;
  }
  /*6.关于尊龙官方入口*/
  .teplate_about {
    width: 100%;
  }
  .teplate_about .content {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
  }
  .teplate_about .content .left {
    width: 720px;
  }
  .teplate_about .content #map {
    width: 100%;
    height: 480px;
  }
  .teplate_about .content .right {
    width: calc(100% - 720px);
    height: 480px;
    padding: 50px;
    background-color: #314FD2;
  }
  .teplate_about .content .right h2 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 40px;
  }
  .teplate_about .content .right .phone {
    margin-bottom: 30px;
  }
  .teplate_about .content .right .phone span {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
  }
  .teplate_about .content .right .phone h3 {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 40px;
  }
  .teplate_about .content .right p {
    font-size: 16px;
    line-height: 48px;
    color: #fff;
  }
  /*7.行业标准*/
  .teplate_standard .content {
    width: 1200px;
  }
  /*8.优异员工*/
  .teplate_employees .content {
    width: 1200px;
  }
  .teplate_employees .content .title {
    font-size: 26px;
    font-weight: 600;
    color: #04287E;
    padding: 40px;
    border-bottom: solid 1px #f1f1f1;
  }
  .teplate_employees .content .employees_ul li .texts h3.name {
    font-size: 22px;
  }
  /*9.员工详情*/
  .teplate_employees_details .content {
    width: 1200px;
  }
  .teplate_employees_details .content .left {
    width: calc(100% - 410px);
    padding: 50px 60px;
  }
  .teplate_employees_details .content .left h3 {
    font-size: 34px;
    font-weight: 600;
    color: #333;
    padding-bottom: 30px;
  }
  .teplate_employees_details .content_h5 {
    display: none;
  }
  /*10.产品中心*/
  .teplate_product .content {
    width: 1200px;
  }
  .teplate_product .content .tab_menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .teplate_product .content .tab_menu .item {
    font-size: 16px;
  }
  .teplate_product .content .productList_ul li.equipment {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
  .teplate_product .content .productList_ul li.equipment:nth-child(even) {
    margin-right: 0;
    margin-left: 15px;
  }
  .teplate_product .content .productList_ul li.equipment:nth-child(odd) {
    margin-right: 15px;
    margin-left: 0;
  }
  .teplate_product .content .productList_ul li.equipment .left_info h3 {
    font-size: 20px;
  }
  .teplate_product .content .productList_ul_h5 {
    display: none;
  }
  .teplate_product .content .page {
    margin-top: 10px;
  }
  /*11.产品详情*/
  .teplate_product_details .content {
    width: 1200px;
  }
  .teplate_product_details .content .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .teplate_product_details .content .top .left {
    width: 50%;
    padding: 60px;
    border-right: solid 1px #f3f3f3;
  }
  .teplate_product_details .content .top .left h3 {
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    color: #04287e;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .teplate_product_details .content .top .left .infolist {
    width: 100%;
    margin-bottom: 20px;
  }
  .teplate_product_details .content .top .left .infolist p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #999;
  }
  .teplate_product_details .content .top .left .infolist p span {
    color: #333;
  }
  .teplate_product_details .content .top .right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .teplate_product_details .content .top .right img {
    display: block;
    max-width: 100%;
  }
  .teplate_product_details .content .top_h5 {
    display: none;
  }
  .teplate_product_details .content .bottom {
    width: 100%;
    padding: 40px 60px;
    border-top: solid 1px #f3f3f3;
  }
  .teplate_product_details .content .bottom h3 {
    font-size: 26px;
    color: #04287E;
    margin-bottom: 20px;
  }
  .teplate_product_details .content .bottom .items {
    width: 100%;
    margin-bottom: 30px;
  }
  .teplate_product_details .content .bottom .items h6 {
    font-size: 16px;
    line-height: 30px;
    color: #04287E;
  }
  .teplate_product_details .content .bottom .items p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
  }
  .teplate_product_details .content .bottom .items:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 640px) {
  .page_title {
    width: 100%;
    left: 0;
    bottom: 40%;
    margin-left: 0;
    margin-bottom: -28px;
    padding: 0 15px;
  }
  .page_title h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 5px;
  }
  .page_title h5 {
    font-size: 14px;
    color: #cccccc;
  }
  .main-content {
    width: 100%;
    padding: 30px 15px;
    background-color: #f5f5f5;
  }
  /*1.尊龙官方入口简介*/
  .teplate_abstract {
    width: 100%;
  }
  .teplate_abstract .content {
    width: 100%;
  }
  .teplate_abstract .content .top .position_text {
    position: inherit;
    top: 0;
    right: 0;
    width: 100%;
    padding: 15px;
    margin: 0 auto;
  }
  .teplate_abstract .content .top .position_text p {
    margin-bottom: 15px;
  }
  .teplate_abstract .content .bottom {
    margin-top: 30px;
  }
  .teplate_abstract .content .bottom .item {
    width: 100%;
    height: auto;
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  .teplate_abstract .content .bottom .item h2 {
    font-size: 20px;
  }
  .teplate_abstract .content .bottom .item p {
    font-size: 14px;
    line-height: 28px;
  }
  .teplate_abstract .content .bottom .item:last-child {
    margin-bottom: 0;
  }
  /*2.新闻中心*/
  .teplate_news {
    width: 100%;
    background-color: #f5f5f5;
  }
  .teplate_news .content {
    width: 100%;
    margin: 0 auto;
  }
  .teplate_news .content .tab_menu {
    width: 100%;
    overflow-x: auto;
    display: -webkit-box;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin-bottom: 20px;
  }
  .teplate_news .content .tab_menu .item {
    display: inline-block;
    font-size: 15px;
    padding: 12px 10px;
    margin-right: 10px;
    color: #333;
    background-color: #f5f5f5;
    cursor: pointer;
    line-height: 1;
    height: auto;
  }
  .teplate_news .content .tab_menu .item:last-child {
    margin-right: 0;
  }
  .teplate_news .content .tab_menu .cur {
    color: #fff;
    background-color: #04287E !important;
  }
  .teplate_product .content .tab_menu::-webkit-scrollbar {
    display: none;
  }
  /* .teplate_news .content .tab_menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .teplate_news .content .tab_menu .item {
    width: 30%;
    font-size: 16px;
    line-height: 1;
    padding: 18px 0;
    height: auto;
    text-align: center;
    background-color: #f5f5f5;
    cursor: pointer;
  }
  .teplate_news .content .tab_menu .cur {
    color: #fff;
    background-color: #04287E !important;
  } */
  .teplate_news .content .tab_newsList {
    width: 100%;
  }
  .teplate_news .content .tab_newsList ul {
    display: none;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .teplate_news .content .tab_newsList ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .teplate_news .content .tab_newsList ul li:nth-child(4n) {
    margin-right: 0;
  }
  .teplate_news .content .tab_newsList ul li .imgs {
    width: 100%;
  }
  .teplate_news .content .tab_newsList ul li .imgs img {
    display: block;
    width: 100%;
  }
  .teplate_news .content .tab_newsList ul li .texts {
    width: 100%;
    padding: 15px 20px;
    background-color: #fff;
  }
  .teplate_news .content .tab_newsList ul li .texts h3 {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .teplate_news .content .tab_newsList ul li .texts h3 a {
    color: #333;
  }
  .teplate_news .content .tab_newsList ul li .texts p {
    width: 100%;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .teplate_news .content .tab_newsList ul li .texts .infos {
    display: flex;
    width: 100%;
    height: 40px;
    padding: 0 12px;
    align-items: center;
    justify-content: space-between;
    background-color: #f5f5f5;
  }
  .teplate_news .content .tab_newsList ul li .texts .infos .time {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .teplate_news .content .tab_newsList ul li .texts .infos .time img {
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
  .teplate_news .content .tab_newsList ul li .texts .infos .time span {
    font-size: 14px;
    color: #04287E;
  }
  .teplate_news .content .tab_newsList ul li .texts .infos .labels {
    font-size: 14px;
    color: #CCCCCC;
  }
  .teplate_news .content .tab_newsList ul.cur {
    display: flex;
  }
  /*3.新闻详情*/
  .teplate_details {
    width: 100%;
  }
  .teplate_details .content {
    width: 100%;
    padding: 20px 15px;
  }
  .teplate_details .content .top {
    padding-bottom: 20px;
  }
  .teplate_details .content .top .title {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
  }
  .teplate_details .content .top .infos span {
    font-size: 13px;
    margin-right: 15px;
  }
  .teplate_details .content .bottom {
    width: 100%;
  }
  .teplate_details .content .bottom p {
    font-size: 14px;
    line-height: 28px;
    text-indent: 28px;
    color: #666;
    margin-top: 15px;
  }
  .teplate_details .content .bottom p img{
    max-width: 100%;
  }
  .teplate_details .content .bottom img{
    max-width: 100%;
  }
  .teplate_details .content .bottom video{
    width: 100%;
    height: auto;
  }
  .teplate_details .content .bottom p video{
    margin-left: -28px;
  }
  /*4.行业聚焦*/
  .teplate_industry {
    width: 100%;
  }
  .teplate_industry .content {
    width: 100%;
    margin: 0 auto;
  }
  .teplate_industry .content .industry_ul li {
    width: 100%;
    padding: 20px 15px;
    background-color: #fff;
    margin-bottom: 20px;
  }
  .teplate_industry .content .industry_ul li .symbol {
    width: 40px;
    height: 40px;
  }
  .teplate_industry .content .industry_ul li .symbol img {
    display: block;
    width: 100%;
  }
  .teplate_industry .content .industry_ul li h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-top: 15px;
  }
  .teplate_industry .content .industry_ul li p {
    font-size: 15px;
    min-height: auto;
    line-height: 28px;
    color: #333;
    margin-top: 15px;
  }
  .teplate_industry .content .industry_ul li .process {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .teplate_industry .content .industry_ul li .process .item {
    width: 48%;
    margin-top: 20px;
    margin-right: 2%;
  }
  .teplate_industry .content .industry_ul li .process .item:nth-child(2n) {
    margin-right: 0;
    margin-left: 2%;
  }
  .teplate_industry .content .industry_ul li .process .item a {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #333;
    text-align: center;
    background-color: #f0f0f0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .teplate_industry .content .industry_ul li .process .item a:hover {
    color: #fff;
    background-color: #04287E;
  }
  .teplate_industry .content .industry_ul li:nth-child(4),
  .teplate_industry .content .industry_ul li:nth-child(5) {
    margin-bottom: 20px;
  }
  .teplate_industry .content .industry_ul li:nth-child(4) p,
  .teplate_industry .content .industry_ul li:nth-child(5) p {
    font-size: 15px;
    min-height: auto;
    line-height: 28px;
    color: #333;
    margin-top: 15px;
  }
  .teplate_industry .content .industry_ul li:nth-child(4) .process,
  .teplate_industry .content .industry_ul li:nth-child(5) .process {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .teplate_industry .content .industry_ul li:nth-child(4) .process .item,
  .teplate_industry .content .industry_ul li:nth-child(5) .process .item {
    width: 48%;
    margin-top: 20px;
    margin-right: 2%;
  }
  .teplate_industry .content .industry_ul li:nth-child(4) .process .item:nth-child(2n),
  .teplate_industry .content .industry_ul li:nth-child(5) .process .item:nth-child(2n) {
    margin-right: 0;
    margin-left: 2%;
  }
  .teplate_industry .content .industry_ul li:nth-child(5) {
    margin-bottom: 0;
  }
  /*5.售后效劳*/
  .teplate_service .content {
    width: 100%;
  }
  .teplate_service .content .top {
    width: 100%;
    padding: 20px 15px;
  }
  .teplate_service .content .top h3 {
    font-size: 20px;
    text-align: center;
    color: #04287E;
    font-weight: 600;
  }
  .teplate_service .content .top p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #333;
    margin-top: 15px;
  }
  .teplate_service .content .center {
    width: 100%;
    padding: 15px;
    border-bottom: solid 1px #efefef;
  }
  .teplate_service .content .center form .item {
    width: 545px;
    margin-bottom: 20px;
  }
  .teplate_service .content .center form .item label {
    font-size: 16px;
    width: 80px;
    height: 48px;
    line-height: 48px;
  }
  .teplate_service .content .center form .item .inputTxt {
    width: calc(100% - 80px);
    padding-left: 10px;
    font-size: 15px;
    height: 48px;
    line-height: 46px;
  }
  .teplate_service .content .center form .selectItem {
    position: relative;
  }
  .teplate_service .content .center form .selectItem .inputTxt {
    cursor: pointer;
  }
  .teplate_service .content .center form .selectItem:after {
    right: 15px;
    top: 15px;
    content: '';
  }
  .teplate_service .content .center form .selectItem .select_ul {
    width: calc(100% - 80px);
  }
  .teplate_service .content .center form .selectItem .select_ul li {
    height: 42px;
    line-height: 42px;
    padding-left: 15px;
    font-size: 14px;
  }
  .teplate_service .content .center form .submit_btn {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    margin-top: 15px;
  }
  .teplate_service .content .bottom {
    padding: 25px 15px;
    font-size: 15px;
    font-weight: normal;
  }
  /*6.关于尊龙官方入口*/
  .teplate_about {
    width: 100%;
  }
  .teplate_about .content {
    width: 100%;
    display: block;
  }
  .teplate_about .content .left {
    width: 100%;
  }
  .teplate_about .content #map {
    width: 100%;
    height: 240px;
  }
  .teplate_about .content .right {
    width: 100%;
    height: auto;
    padding: 20px 15px;
    background-color: #314FD2;
  }
  .teplate_about .content .right h2 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 20px;
  }
  .teplate_about .content .right .phone {
    margin-bottom: 0;
  }
  .teplate_about .content .right .phone span {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
  }
  .teplate_about .content .right .phone h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .teplate_about .content .right p {
    font-size: 14px;
    line-height: 32px;
    color: #fff;
  }
  /*7.行业标准*/
  .teplate_standard {
    width: 100%;
  }
  .teplate_standard .content {
    width: 100%;
    background-color: #fff;
  }
  .teplate_standard .content .title {
    font-size: 20px;
    padding: 20px 15px;
  }
  .teplate_standard .content .standard_ul {
    width: 100%;
    padding: 5px 15px;
  }
  .teplate_standard .content .standard_ul li {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: normal;
    padding: 10px 0;
  }
  .teplate_standard .content .standard_ul li .symbol {
    position: relative;
    width: 18px;
    height: 18px;
    padding: 2px;
    margin-top: 5px;
    margin-right: 12px;
    border-radius: 100%;
    border: solid 1px #04287E;
    background-color: #fff;
  }
  .teplate_standard .content .standard_ul li .symbol:before {
    content: '';
    display: block;
    position: absolute;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #04287E;
  }
  .teplate_standard .content .standard_ul li a {
    display: block;
    width: calc(100% - 30px);
    font-size: 16px;
    height: auto;
    line-height: 28px;
    color: #333;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .teplate_standard .content .standard_ul li a:hover {
    color: #04287E;
  }
  .teplate_standard .content .page {
    padding: 15px !important;
  }
  /*8.优异员工*/
  .teplate_employees {
    width: 100%;
  }
  .teplate_employees .content {
    width: 100%;
    margin: 0 auto;
  }
  .teplate_employees .content .title {
    font-size: 20px;
    padding: 20px 15px;
  }
  .teplate_employees .content .employees_ul li {
    width: 50%;
    padding: 15px;
  }
  .teplate_employees .content .employees_ul li .texts {
    width: 100%;
  }
  .teplate_employees .content .employees_ul li .texts h3.name {
    font-size: 16px;
    margin-top: 15px;
  }
  .teplate_employees .content .employees_ul li .texts h3.name a {
    color: #333;
  }
  .teplate_employees .content .employees_ul li .texts .infos {
    width: 100%;
  }
  .teplate_employees .content .employees_ul li .texts .infos .top {
    margin: 10px 0;
  }
  .teplate_employees .content .employees_ul li .texts .infos .top,
  .teplate_employees .content .employees_ul li .texts .infos .bottom {
    text-align: center;
  }
  .teplate_employees .content .employees_ul li .texts .infos .top span,
  .teplate_employees .content .employees_ul li .texts .infos .bottom span {
    font-size: 14px;
    color: #ccc;
    margin: 0 5px;
  }
  .teplate_employees .content .page {
    padding: 15px 0 !important;
  }
  /*9.员工详情*/
  .teplate_employees_details {
    width: 100%;
  }
  .teplate_employees_details .content {
    display: flex;
    width: 100%;
    padding: 15px;
    background-color: #fff;
  }
  .teplate_employees_details .content_computer {
    display: none;
  }
  .teplate_employees_details .content_h5 {
    display: block;
  }
  .teplate_employees_details .content_h5 .top {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .teplate_employees_details .content_h5 .top .imgs {
    width: 35%;
  }
  .teplate_employees_details .content_h5 .top .imgs img {
    display: block;
    width: 100%;
  }
  .teplate_employees_details .content_h5 .top .texts {
    width: 65%;
    padding-left: 15px;
  }
  .teplate_employees_details .content_h5 .top .texts h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    padding-bottom: 10px;
    padding-top: 5px;
  }
  .teplate_employees_details .content_h5 .top .texts .infos {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    color: #ccc;
    padding-bottom: 10px;
    border-bottom: none;
  }
  .teplate_employees_details .content_h5 .top .texts .infos span {
    display: block;
  }
  .teplate_employees_details .content_h5 .bottom .results {
    width: 100%;
    padding-top: 20px;
  }
  .teplate_employees_details .content_h5 .bottom .results h4 {
    font-size: 15px;
    font-weight: 600;
    color: #314FD2;
    margin-bottom: 10px;
  }
  .teplate_employees_details .content_h5 .bottom .results p {
    font-size: 14px;
    line-height: 32px;
    color: #666;
  }
  /*10.产品中心*/
  .teplate_product {
    width: 100%;
  }
  .teplate_product .content {
    width: 100%;
    margin: 0 auto;
  }
  .teplate_product .content .tab_menu {
    width: 100%;
    overflow-x: auto;
    display: -webkit-box;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin-bottom: 20px;
  }
  .teplate_product .content .tab_menu .item {
    display: inline-block;
    font-size: 15px;
    padding: 12px 10px;
    margin-right: 10px;
    color: #333;
    background-color: #f5f5f5;
    cursor: pointer;
  }
  .teplate_product .content .tab_menu .item:last-child {
    margin-right: 0;
  }
  .teplate_product .content .tab_menu .cur {
    color: #fff;
    background-color: #04287E !important;
  }
  .teplate_product .content .tab_menu::-webkit-scrollbar {
    display: none;
  }
  .teplate_product .content .productList_ul {
    display: none;
  }
  .teplate_product .content .productList_ul_h5 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .teplate_product .content .productList_ul_h5 li.equipment {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #fff;
  }
  .teplate_product .content .productList_ul_h5 li.equipment .bottom_info {
    width: 100%;
  }
  .teplate_product .content .productList_ul_h5 li.equipment .bottom_info h3 {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: #04287e;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .teplate_product .content .productList_ul_h5 li.equipment .bottom_info h3 a {
    display: block;
    color: #04287e;
  }
  .teplate_product .content .productList_ul_h5 li.equipment .bottom_info .infolist {
    width: 100%;
    margin-bottom: 0;
  }
  .teplate_product .content .productList_ul_h5 li.equipment .bottom_info .infolist p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
  }
  .teplate_product .content .productList_ul_h5 li.equipment .bottom_info .infolist p span {
    color: #333;
  }
  .teplate_product .content .productList_ul_h5 li.equipment .bottom_info .infolist p:last-child {
    margin-bottom: 0;
  }
  .teplate_product .content .productList_ul_h5 li.equipment .bottom_info a.more {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    color: #04287E;
    padding: 15px 0;
  }
  .teplate_product .content .productList_ul_h5 li.equipment .bottom_info a.more span {
    margin-right: 5px;
  }
  .teplate_product .content .productList_ul_h5 li.equipment .top_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 30px;
    background-color: #f3f3f3;
    margin-bottom: 10px;
  }
  .teplate_product .content .productList_ul_h5 li.equipment .top_img a {
    display: block;
    width: 100%;
  }
  .teplate_product .content .productList_ul_h5 li.equipment .top_img a img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .teplate_product .content .page {
    margin-top: 10px;
  }
  /*11.产品详情*/
  .teplate_product_details {
    width: 100%;
  }
  .teplate_product_details .content {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
  }
  .teplate_product_details .content .top {
    display: none;
  }
  .teplate_product_details .content .top_h5 {
    display: block;
  }
  .teplate_product_details .content .top_h5 .imgs {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border-bottom: solid 1px #f3f3f3;
  }
  .teplate_product_details .content .top_h5 .imgs img {
    display: block;
    max-width: 100%;
  }
  .teplate_product_details .content .top_h5 .texts {
    width: 100%;
    padding: 15px;
  }
  .teplate_product_details .content .top_h5 .texts h3 {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: #04287e;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .teplate_product_details .content .top_h5 .texts .infolist {
    width: 100%;
    margin-bottom: 0;
  }
  .teplate_product_details .content .top_h5 .texts .infolist p {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
  }
  .teplate_product_details .content .top_h5 .texts .infolist p span {
    color: #333;
  }
  .teplate_product_details .content .top_h5 .texts .infolist p:last-child {
    margin-bottom: 0;
  }
  .teplate_product_details .content .bottom {
    width: 100%;
    padding: 15px;
    border-top: solid 1px #f3f3f3;
  }
  .teplate_product_details .content .bottom h3 {
    font-size: 16px;
    font-weight: 600;
    color: #04287E;
    margin-bottom: 20px;
  }
  .teplate_product_details .content .bottom .items {
    width: 100%;
    margin-bottom: 15px;
  }
  .teplate_product_details .content .bottom .items h6 {
    font-size: 14px;
    line-height: 24px;
    color: #04287E;
  }
  .teplate_product_details .content .bottom .items p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
  }
  .teplate_product_details .content .bottom .items:last-child {
    margin-bottom: 0;
  }
}
<!--耗时1759003709.2469秒-->