@-webkit-keyframes rotating /* Safari and Chrome */
{
 from {
 -webkit-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
to {
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
}
@keyframes rotating {
 from {
 -ms-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
to {
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
}
@keyframes pusher {
 33% {
 transform: scale(0.7);
}
 66% {
 transform: scale(1);
}
 100% {
 transform: scale(0.7);
}
} @media (min-width:1001px) {
	#l-map{height:500px;width:100%;}
		#r-result{width:100%;}
.other-banner {
	width: 100%;
	position: relative;
}
.other-banner img {
	width: 100%;
	height: auto;
}
.banner-txt {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.banner-txt-box {
	width: 1300px;
	margin: 0 auto; text-align:center;
}
.banner-txt-box h3 {
	font-size: 40px;
	font-weight: normal;
	color: #fff;
}
.banner-txt-box b {
	width: 25px;
	height: 3px;
	display: block;
	background-color: #ecc12e;
	margin:auto;
}
.banner-txt-box p {
	width: 40%;
	line-height: 24px; color:#fff;
}
.banner-menu {
}
.banner-menu ul li {
	display: inline-block;
	margin-right: 10px;
	position: relative;
}
.banner-menu ul li::before {
	content: '/';
	position: absolute;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	right: -10px;
	top: 0px;
}
.banner-menu ul li:last-child::before {
	display: none;
}
.banner-menu ul li a {
	display: block;
	color: #333;
	line-height: 30px;
	font-size: 16px;
}
.banner-menu ul li a:hover {
	color: #00669d;
}
.banner-menu ul .on a {
	color: #00669d;
}
.re-position {
	position: relative;
}
.a-position {
	height: 0px;
	position: absolute;
	top: -120px;
}
.about {
	width: 1100px;
	margin: 0 auto;
	padding: 60px 0;
}
.about-text {
	width: 100%;
	color: #555;
	font-size: 16px;
	line-height: 30px; margin-top:40px; text-align:justify;
 
 
}

.about_wbkk{ position:relative; width:1100px; height:auto; background-color:#fff;  margin:auto;margin-top:-200px;webkit-box-shadow: -1px 4px 22px -10px rgb(1, 84, 248);
    -moz-box-shadow: -1px 4px 22px -10px rgb(1, 84, 248);
    box-shadow: -1px 4px 22px -10px rgb(1, 84, 248); padding:40px;}
	.about_wbkk h1{ position:relative; z-index:1;}
	.about_wbkk h2{ position:relative; font-size:32px; color:#dee5f5; margin-top:-65px; margin-bottom:20px; z-index:0}
.about-text p {
	text-indent:39px;
	text-align: justify; width:100%; margin-bottom:20px;  font-weight:400; 
}
.about-text h1{ color:#133e69; margin-bottom:50px;  }
 .about-text img{ width:100%; margin-bottom:20px; margin-left:-39px;} 
 .about-text .szgc_img{ clear:both; display:block; width:100%; }
.about-border {
	width: 1080px;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 50px;
}
.about-border::after {
	position: absolute;
	content: '';
	width: 200px;
	height: 200px;
	bottom: -50px;
	right: -110px;
	z-index: -2;
	border: 3px dashed rgb(0, 0, 0, .2);
}
.about-video {
	width: 890px;
	height: auto;
	position: relative;  margin:auto; margin-bottom:40px;
} 
.about-video img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.culture {
	width: 100%;
	padding: 40px 0;
}
.culture-box {
	width: 1200px;
	margin: 0 auto;
}
.culture-item {
	width: 100%;
	height:auto; margin-bottom:30px;
 
	background-color: #efefef;
	display: inline-block;
	vertical-align: top;
	padding: 36px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
 
/* .culture-item:first-child::before{
    content: '';
    position: absolute;
    width: 240px;
    height: 240px;
    left: -120px;
    bottom: -150px;
    background-image: url(/images/dot.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    animation: pusher 20s linear infinite;
} */ 
.culture-num {
	font-size: 72px;
	line-height: 72px;
	color: rgb(1, 0, 0, .1);
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
}
.culture-item strong {
	font-size:32px;
	color: #093765;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.culture-item p {
	font-size: 18px;
	line-height: 30px;
	margin-top: 10px;
	color: #333;
}
.culture-img {
	width: 520px;
	 
	margin: 15px; float:left;
 
	vertical-align: top;
 
	border: 0px solid #00669d;
}
.culture-img img {
	width: auto;
	width: 100%;
	height: 100%;
	 
}.qixun strong{ display:block; font-size:50px;   margin-bottom:10px;}
.qixun li{ font-size:42px; font-weight:bold; color:#39a9dc; float:left; width:50%; text-align:center; line-height:70px;}

.culture_right{ float:right; width:590px; margin-top:30px;}
.culture_right img{ display:block; width:100%;}
.jiazhiguan strong{ font-size:50px; font-weight:bold; margin:60px 0; display:block; margin-bottom:20px;}
.jiazhiguan  p{ font-size:18px; margin-bottom:10px;}
.jiazhiguan h1{color:#39a9dc;} 
.case-box {
	width: 100%;
	padding: 60px 0;
	position: relative;
	text-align: center;
}
.case-item-box {
	/* display: inline-block;
    vertical-align: top; */
	float: left;
	text-align: center;
	margin: 18px;
	border: 1px solid #e1e1e1;
}
.case-item-box:nth-child(3n+3) {
	margin-right: 0;
}
.case-item-box:hover {
	box-shadow: 0 0px 16px rgba(0,0,0,.2) !important;
	-webkit-box-shadow: 0 0px 16px rgba(0,0,0,.2) !important;
}
.case-list-images {
	width: 1300px;
	margin: 40px auto 0;
	padding: 0 40px;
}
.case-list-images img {
	width: 100%;
	height: auto;
	display: block;
	margin: 20px 0;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.case-list-images img:hover {
	box-shadow: 0 0px 16px rgba(0,0,0,.2) !important;
	-webkit-box-shadow: 0 0px 16px rgba(0,0,0,.2) !important;
	-webkit-transform: scale(.95);
	-moz-transform: scale(.95);
	-ms-transform: scale(.95);
	-o-transform: scale(.95);
	transform: scale(.95);
}
.product-box {
	width:1300px;
	padding: 60px 0;
	position: relative;  margin:auto;
}
.product-item-box {
	float: left;
	margin-right: 30px;
	margin-top: 30px;
	text-align: center;
}
.product-item-box:nth-child(4n+4) {
	margin-right: 0;
}
.page-list {
	width: 100%;
	text-align: center;
	margin: 20px 0;
}
.page-list ul {
	display: inline-block;
}
.page-list ul li {
	display: inline-block;
	margin: 2px;
}
.page-list ul .active a {
	background-color: #00669d;
	color: #fff;
}
.page-list ul li a {
	display: block;
	padding: 5px 10px;
	font-size: 14px;
	border: 1px solid #e3e3e3;
	color: #232323;
	cursor: pointer;
}
.page-list ul li a:hover {
	background-color: #e3e3e3;
}
.page-list ul .active a:hover {
	background-color: #00669d;
	color: #fff;
}
.news-list {
	width: 1300px;
	margin: 30px auto 10px; margin-top:30px;
}
.news-item {
	width: 400px;
	height:430px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	position: relative; background-color:#fff; border:1px #f0f1f5 solid; border-radius:8px 8px 0 0    
}
.news-item:nth-child(3n) {
	margin-right: 0;
}
 
.news-item::before {
	content: '';
	width: 0px;
	height: 2px;
	background-color: #b89356;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.news-item:hover::before {
	width: 100%;
}
.news-item:hover .news-txt .news-tit b {
	color: #00669d;
}
.news-item:hover .news-txt .news-tit h3 {
	color: #00669d;
}
.news-item:hover .news-image img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.news-item a {
	display: block;
	width: 100%;
	height: 100%;
}
.news-image {
	width: 100%;
	height: 248px;
	overflow: hidden;
	margin-bottom: 16px;border-radius:8px 8px 0 0;
}
.news-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease; 
}
.news_time{ position:absolute; width:65px; height:65px; background-color:#b89356; margin-top:-250px; border-radius:5px; color:#fff; text-align:center;}
.news_time strong{ display:block; font-size:22px; margin-top:5px;}

.news-tit {
	width: 100%;
}
.news-tit h3 {
	font-size:20px;
	line-height:30px;
	color: #333;
	font-weight: 700;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease; height:56px;
}
.readmore{ border-top:1px #efefef solid; line-height:45px;   height:45px; margin-top:10px;  }
.readmore strong{ padding-left:20px; display:block; float:left; color:#333;}
.readmore span{ display:block;-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease; background-image:url(../images/cjt.png); width:50px; height:20px; float:right;  background-size:auto 100%; background-repeat:no-repeat; margin-top:15px;}
.news-item:hover .readmore span{ background-position:50%;}

.news-tit b {
	font-size: 16px;
	line-height: 24px;
	color: #ff0000;
	font-weight: normal;
	display: block;
	margin: 2px 0 6px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.content-box {
	width: 1300px;
	margin:20px auto;
}
.news-details {
	width:90%; margin:auto;
}
.news-details-tit {
	text-align: center;
	padding-bottom: 20px;
}
.news-details-tit h3 {
	font-size:36px;
	color: #111;
	 
}
.news-details-tit p {
	font-size: 15px;
	color: #999999;
	margin-top: 10px;
}
.news-details-tit p span {
	display: inline-block !important;
}
.news-details-txt {
	padding: 10px 16px;
	color: #555555;
	font-size: 18px;
	line-height: 30px;   
}
.news-details-txt video {
	width: 100% !important;
	height: 450px !important;
}
.news-details-txt img {
	width:70%;
	display: block;
	margin: 16px auto;  
}
.news-details-txt p{ margin-bottom:20px; text-indent:36px; text-align:justify}
.case_con_xx img {
	width:100%;
	display: block;
	margin: 16px auto;
}


.case-tit {
	text-align: center;
	padding-bottom: 20px;
}
.case-tit h3 {
	font-size: 24px;
	color: #111;
	font-weight: normal;
}
.case-tit p {
	display: inline-block;
	margin-top: 12px;
}
.line {
	width: 100%;
	height: 1px;
	background-color: #e3e3e3;
	margin: 30px 0;
	position: relative;
}
.line span {
	display: block;
	width: 22px;
	height:16px;
	background-image: url(/images/product-logo.jpgs);
	background-repeat: no-repeat;
	margin: 0 auto;
	background-color: #ffffff;
	position: absolute;
	top: -10px;
}
.line span:nth-child(1) {
	background-position: left center;
	left: 0px;
}
.line span:nth-child(2) {
	background-position: right center;
	right: 0px;
}
.page-lr {
	padding-top: 30px;
	width: 100%;
}
.page-l, .page-r {
	display: block;
	width: 500px;
	height: 40px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	background-color: #f9f9f9;
	line-height: 38px;
	color: #333;
	padding: 0 16px;
	border: 1px solid #f9f9f9;
}
.page-l {
	float: left;
}
.page-r {
	float: right;
}
.page-lr strong {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	line-height: 38px;
	color: #333;
	width:90px;
	float: left;
}
.page-lr a {
	width: 78%;
	float: left;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	line-height: 38px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.page-l:hover, .page-r:hover {
	color: #ffffff;
	background-color: #00669d;
	border: 1px solid #00669d;
}
.page-l:hover strong, .page-r:hover strong {
	color: #ffffff;
}
.page-l:hover a, .page-r:hover a {
	color: #ffffff;
}
.pain {
 
	padding: 60px 0;
}
.pain img{ width:100%}
.solution {
	padding: 60px 0;
}
.sec-box {
	width: 1300px;
	margin: 0 auto;
	margin-top: 40px;
	text-align: center;
}
.sec-box ul li {
	display: inline-block;
	vertical-align: top;
	width: 600px;
	margin: 0 15px;
}
.pain-list ul li {
	background-color: #ffffff;
	padding: 30px 20px 20px;
	height: 300px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.pain-list ul li:hover {
	box-shadow: 0 0px 12px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0px 12px rgba(0,0,0,.2);
}
.pain-list ul li img {
	height: 64px;
	width: auto;
}
.pain-list ul li strong {
	display: block;
	color: #00669d;
	font-size: 18px;
	line-height: 28px;
	margin: 10px 0;
}
.pain-list ul li p {
	font-size: 14px;
	color: #555555;
	line-height: 24px;
	text-align: left;
}
.solution-img {
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.solution-img img {
	width: auto;
	min-width: 100%;
	height: 100%;
	object-fit: cover;
}
.solution-list ul li {
	text-align: left;
	height: 380px;
	box-shadow: 0 0px 10px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0px 10px rgba(0,0,0,.1);
}
.solution-txt {
	padding: 5px 10px 5px 20px;
}
.solution-txt strong {
	display: inline-block;
	color: #ffffff;
	font-size: 18px;
	line-height: 28px;
	margin: 10px 0;
	background-color: #00669d;
	padding: 2px 20px;
	margin-left: -20px;
}
.solution-txt div {
	font-size: 14px;
	color: #555555;
	line-height: 24px;
	width: 100%;
	height: 100px;
	overflow-y: auto;
	padding-right: 10px;
}
.solution-txt div::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 3px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.solution-txt div::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 3px;
 box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
 background: #cccccc;
}
.solution-txt div::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
 border-radius: 3px;
 background: #f9f9f9;
}
/* .contact{
    position: relative;
}
.contact::before{
    content: '';
    position: absolute;
    width: 240px;
    height: 240px;
    left: -60px;
    bottom: -60px;
    background-image: url(/images/bg1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    animation: rotating 20s linear infinite;
} */


.contact-box, .content-box {
	width: 1300px;
	padding: 100px 0;
	margin: 0 auto;
}
.contact-left {
	width: 700px;
	float: left; 
}
.contact-left h1 {
	color: #00669d;
	font-size:40px;
	line-height:55px;
}
.contact-left img{ display:block; width:100%;}
.contact-left p {
	color: #4e8ec9;
	font-size:25px;
	line-height:35px; text-align:justify;
}
.contact-left strong {
	color: #00669d;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	line-height: 20px;
	margin: 0px 0 30px;
}
.contact-left .lx_info{
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	border: 1px solid #00669d;
	padding: 15px 20px;
	box-shadow: 0 4px 8px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,.1);height:270px;
}
.contact-right {
	width:550px;
 
	float: right; 
	border:1px solid #00669d;
	text-align:left;
	padding: 32px;  
 
}
.contact-right ul li { background-image:url(../images/lxwm_03-05.jpg); background-repeat:no-repeat; background-position:left; padding-left:35px;	 
}
.contact-right ul li:nth-child(2) { background-image:url(../images/lxwm_03.jpg); }
.contact-right ul li:nth-child(3) { background-image:url(../images/lxwm_03-09.jpg); }
.contact-right ul li:nth-child(4) { background-image:url(../images/lxwm_03-07.jpg); }
.contact-right img {
	width: 100%;
}
.contact-right p {
	color: #555555;
	font-size:16px;
	line-height:40px;
	margin-top: 5px;
}.contact-right span{ font-size:24px}
.map-box {
	width: 100%;
}
.info-menu {
	width: 100%;
	height: 44px;
	margin-top: 24px;
	 
	z-index: 2;
}
.info-menu-box {
	width: 1300px;
	margin: 0 auto;
}
.crumbNav {
	float: left;
}
.crumbNav a {
	color: #333;
	font-size: 14px;
	line-height: 44px;
}
.crumbNav a:hover {
	color: #00669d;
}
.menu-tabs { text-align:center;
	 
}
.menu-tabs ul li {
	display: inline-block;
}
.menu-tabs ul li a {
	display: block;
	padding: 10px 15px;
	color: #333;
	line-height: 24px;
	font-size: 16px;
	background-color: #ffffff;
}
.menu-tabs ul li a:hover {
	color: #fff;
	background-color: #d5b681;
}
.menu-tabs ul .on a {
	color: #fff;
	background-color: #d5b681;
}
.menu-tabs ul .on a:hover{background-color: #d5b681;}
.service {
	width: 1300px;
	margin: 0 auto;
	padding: 60px 0;
}
 
.service-list {
	width: 100%; 
}
.service-list li {
	width: 100%;
	display: block;
	  background-color:#fff; clear:both; padding:40px;
}
.service-list li:hover{ box-shadow:3px 3px 5px 0px rgba(0,0,0,0.15);}
.service-txt {    width:340px; float:left;
  
}
.service-txt{}
.service-txt img{ width:70px; display:block; margin:auto;margin-bottom:10px; }
.service_info{  width:750px; float:right; line-height:25px; font-size:16px; line-height:33px; margin-bottom:30px; border-left:1px #CCC solid;
 
   color:#333; padding-left:40px;}
.service-txt strong {
	display: block;
	font-size:30px;
	color: #d4b47f;
	line-height: 30px;
	margin-bottom:5px; position:relative; z-index:1; text-align:center;
}
.service-txt span {
	display: block;
	font-size:30px;
	color: #dee5f5;
	line-height:20px;
  font-weight:bold;position:relative; z-index:0; margin-top:-15px; margin-bottom:30px;text-align:center;
}
.service-txt p {
	font-size: 16px; 
 
	line-height:30px;
  text-align:justify;
}
.service-txt i{ display:block; height:2px; width:100px; background-color:#ecc12e; margin-bottom:20px;}
.case_con p {
	font-size: 18px;
	color: #333;
	line-height:30px;
	  text-align:justify; font-weight:400;
}

.service-img {
	width: 55%;
	float:left; background-image:url(../images/cpbg2.jpg); padding:80px 50px;
}
.service-img img {
	width: 100%; display:block; margin:auto;
}
 
.zhaopin-box {
	width: 800px;
	float: left;
}
.jo_dd {
	margin-top: 10px;
}
.jo_dd li {
	margin-bottom: 10px;
}
.jo_dd li.on .johd {
	background: #00669d;
	border: 0;
}
.jo_dd li.on .johd span {
	color: #fff;
}
.jo_dd li.on .johd b {
	background-image: url(../icon/reduce.png);
}
.johd {
	position: relative;
	padding: 0 20px;
	height: 54px;
	background: #ffffff;
	border: 1px solid #bbbbbb;
	line-height: 54px;
	cursor: pointer;
}
.johd span {
	display: block;
	width: 100%;
	/* vertical-align: top; */
	font-size: 18px;
	color: #333;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.johd b {
	position: absolute;
	top: 50%;
	right: 20px;
	content: '';
	margin-top: -12px;
	width: 24px;
	height: 24px;
	padding: 4px;
	background-image: url(../icon/plus.png);
	background-size: 100% 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.johd b img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.jobd {
	display: none;
}
.jobd-on {
	display: block;
}
.jobd>div {
	padding: 20px 20px 10px;
	font-size: 14px;
	line-height: 24px;
	color: #333;
}
.jobd p {
	font-size: 14px;
	line-height: 24px;
	color: #555;
}
.recruitment {
	width: 400px;
	float: right;
	margin-top: 10px;/* border: 2px solid #00669d; */
}
.recruitment-img {
	width: 100%;
}
.recruitment-img img {
	width: 100%;
}
.recruitment-txt {
	text-align: center;
}
.recruitment-txt p {
	line-height: 30px;
	color: #333;
	font-size: 20px;
}
/* .recruitment::before{
    content: '';
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background-color: #00669d;
    position: absolute;
    top: -2px;
    left: -8px;
    z-index: -1;
} */





.liuyan {
	width: 800px;
	margin: 0 auto;
	margin-bottom: 40px;
	text-align: center; background-color:#efefef; padding:40px ;
}
.liuyan-t h3 {
	font-size: 18px;
	color: #00669d;
	margin: 10px 0;
	font-weight: normal;
}
.liuyan-t p {
	font-size: 14px;
	color: #555;
	margin-bottom: 20px;
	font-weight: normal;
}
.liuyan form {
	width: 100%;
	padding-top: 10px;
}
.liuyan form li {
	display: block;
	list-style: none;
	width: 100%;
	margin-top: 20px;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	position: relative;
	text-align: left;
}
.form-title {
	font-size: 10px;
	text-align: left;
	line-height: 14px;
	padding-bottom: 6px;
}
.input-text {
	width: 100%;
	outline: none;
	display: block;
	width: 100%;
	background: transparent;
}
.input100 {
	display: block;
	width: 100%;
	background: transparent;
	font-size: 16px;
	line-height: 1.2;
	padding: 0 26px;
	color: #333333;
}
input.input100 {
	height: 48px;
}
.textarea-text {
	width: 100%;
	outline: none;
}
textarea.input100 {
	min-height: 130px;
	padding-top: 14px;
	padding-bottom: 15px;
}
input {
	outline: none;
	border: none;
}
textarea {
	outline: none;
	border: none;
}
textarea:focus, input:focus {
	border-color: transparent !important;
}
input:focus::-webkit-input-placeholder {
 color: transparent;
}
input:focus:-moz-placeholder {
 color: transparent;
}
input:focus::-moz-placeholder {
 color: transparent;
}
input:focus:-ms-input-placeholder {
 color: transparent;
}
textarea:focus::-webkit-input-placeholder {
 color: transparent;
}
textarea:focus:-moz-placeholder {
 color: transparent;
}
textarea:focus::-moz-placeholder {
 color: transparent;
}
textarea:focus:-ms-input-placeholder {
 color: transparent;
}
.focus-input100 {
	position: absolute;
	display: block;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	top: -1px;
	left: -1px;
	pointer-events: none;
	border: 1px solid #00669d;
	border-radius: 10px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scaleX(1.1) scaleY(1.3);
	-moz-transform: scaleX(1.1) scaleY(1.3);
	-ms-transform: scaleX(1.1) scaleY(1.3);
	-o-transform: scaleX(1.1) scaleY(1.3);
	transform: scaleX(1.1) scaleY(1.3);
}
.input100:focus+.focus-input100 {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #bbbbbb;
}
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #bbbbbb;
}
input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #bbbbbb;
}
input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #bbbbbb;
}
textarea::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #bbbbbb;
 font-family: Microsoft YaHei, 微软雅黑;
}
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #bbbbbb;
 font-family: Microsoft YaHei, 微软雅黑;
}
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #bbbbbb;
 font-family: Microsoft YaHei, 微软雅黑;
}
textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #bbbbbb;
 font-family: Microsoft YaHei, 微软雅黑;
}
/* .input-submit{
 width: 200px;
 height: 40px;
 } */

.input-submit input {
	display: block;
	width: 100%;
	padding: 10px;
	background-color: transparent;
	cursor: pointer;
	background-color: #00669d;
	color: #ffffff;
	font-size: 16px;
	line-height: 26px;
	border-radius: 10px;
	letter-spacing: 1px;
	margin-top: 30px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.input-submit input:hover {
	background-color: #333;
}
label {
	display: block;
	margin: 0;
}
.label-input100 {
	font-family: Montserrat-SemiBold;
	font-size: 11px;
	color: #666666;
	line-height: 1.2;
	text-transform: uppercase;
	padding: 15px 0 2px 26px;
}
.cp_top {
	width: 1300px;
	margin: auto;
	background-color: #f9f9f9;
	margin-top:90px;
	margin-bottom: 50px
}
.cp_top_img {
	float: left;
	width: 600px;
}
.cp_top_img img {
	width: 500px; margin:auto; display:block
}
.cp_top_img i {
	display: block;
	width: 101px;
	height: 107px;
	background-image: url(../images/hot.png);
	position: absolute;
}
.cp_top_img .nohuo {
	display: block;
	width: 101px;
	height: 107px;
	background-image: url(../images/nohuo.png);
	position: absolute;
}
.cp_top_cs {
	padding: 20px 40px;
	width: 700px;
	float: right;
}
.cp_top_cs h4 {
	font-size: 30px;
	margin-bottom: 10px;
	line-height: 30px;
	color: #d4b47f;
}
.cp_top_cs b {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #00669d;
}
.cpjs-down {
	padding: 20px 0;
	border-bottom: 1px dashed #00669d;
}
.cpjs-down ul li {
	width: 50%;
	float: left;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.cpjs-down ul li h5 {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 6px;
}
.cp-remark {
	font-size:18px;
	line-height: 34px;
	margin-top: 20px;
}
.cp-remark p{ background-image:url(../images/dd.png); padding-left:24px; background-repeat:no-repeat; background-position:0px 2px;}
.cp_top_cs .zl {
	background-image: url(../images/zl.svg);
}
.cp_top_cs .fh {
	background-image: url(../images/fh.svg);
}
.cp_top_cs .jg {
	background-image: url(../images/jg.svg);
}
.cp_top_cs .jg span {
	color: #F00;
	font-size: 25px
}
.cpxx_kk {
	width: 1300px;
	margin: auto;
}
.dis {
	display: block;
}
.undis {
	display: none;
}
.cp_jieshao {
 
 
}
.cp_jieshao ul {
	background-color: #efefef;
}
.cp_jieshao ul li {
	width: 13%;
	float: left;
	background-color: #efefef;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}
.cp_jieshao ul .newpost_w {
	background-color: #d4b47f;
	color: #fff;
}
.cp_xxjs {
	padding: 30px 0;
}
.cp_xxjs table {
	width: 100%;
	margin-bottom: 20px;
}
.cp_xxjs table td:nth-child(1){ width:250px;}
.cp_xxjs table td {
	border: 1px solid #CCC;
	padding: 5px;
}
.cp_xxjs {
	line-height:32px;
	font-size: 16px;
}
.cp_xxjs p{ text-indent:32px; margin-bottom:20px;
}
.cp_xxjs img {
	width: 100%;
	margin: 10px auto;
}
/* #xtbc_01 img{ width:800px; border:1px #f1f1f1 solid;  display:block; margin-bottom:20px;} */


.cp_about {
	float: right;
	width: 330px;
	border: 1px #f1f1f1 solid;
	margin-bottom: 60px;
}
.cp_about_tit {
	background-color: #00669d;
	height: 50px;
	line-height: 50px;
	font-weight: normal;
	font-size: 18px;
	color: #ffffff;
	text-align: left;
	border-bottom: 1px #f1f1f1 solid;
	padding-left: 20px;
	display: block;
}
.poc_kk {
	background-color: #1D2331;
}
.poc_kk .poc_bai {
	background-color: #fff;
	width: 60%;
	position: relative;
	left: 40%;
	padding-top: 80px;
	padding-bottom: 80px;
	min-height: 530px;
}
.poc_kk .poc_bai img {
	position: absolute;
	margin-left: -500px;
}
.poc_kk .poc_bai .poc_info {
	margin-left: 200px;
	width: 600px;
	font-size: 16px;
	line-height: 33px;
	text-align: justify;
}
.poc_team {
	background-color: #1D2331;
	padding-top: 50px;
}
.team_kk {
	width: 100%;
	background-color: #1D2331;
	padding-bottom: 50px;
}
.team_list {
	width: 1300px;
	margin: auto;
}
.team_list li {
	float: left;
	width: 600px;
	margin-right: 20px;
	color: #FFF;
	border: 1px #878787 solid
}
.team_list li img {
	width: 216px;
	height: 240px;
	float: left;
}
.team_list li strong {
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
}
.team_list li p {
	width: 378px;
	float: right;
	text-align: justify;
	padding: 20px;
}
.zhuzhi {
	text-align: center;
	padding-bottom: 30px;
}
.zhuzhi li {
	display: inline-block;
	height: 46px;
	line-height: 46px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	color: #333;
	background-color: #9CA2B2;
	font-size: 14px;
	margin: 2px;
	cursor: pointer;
}
.zhuzhi .zhuzhi_on {
	background-color: #f00;
	color: #fff;
}
.zhuzhi .zhuzhi {
}
.poc_fuwu {
	width: 1300px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
.poc_fuwu ul li {
	float: left;
	width: 20%;
	text-align: center;
	font-size: 18px
}
.poc_fuwu ul li span {
	font-size: 14px;
	display: block;
	margin-top: 20px;
}
.poc_fuwu ul li strong {
	display: block;
	margin: auto;
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 10px;
}
.poc_fuwu ul li i {
	background-color: #F30;
	height: 2px;
	width: 50px;
	margin: auto;
	display: block;
}
.xiangmu_list {
	background-color: #f6f6f6;
	padding-top: 50px;
	padding-bottom: 50px;
}
.xiangmu_list ul {
	width: 1300px;
	margin: auto;
}
.xiangmu_list ul li {
	float: left;
	width: 290px;
	margin-right: 30px;
	background-color: #fff;
}
.xiangmu_list ul li i {
	display: block;
	width: 100%;
	height: 180px;
	overflow: hidden;
}
.xiangmu_list ul li img {
	display: block;
	width: 100%;
}
.xiangmu_list ul li strong {
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 44px;
}
.xiangmu_list ul li p {
	height: 150px;
	padding: 10px;
	padding-top: 0px;
}
.hezuomeiti_list {
	background-color: #222222;
	padding: 50px;
	margin-top: 50px;
}
.hezuomeiti_list ul {
	width: 1200px;
	margin: auto;
}
.hezuomeiti_list li {
	float: left;
}
.hezuomeiti_list li img {
	width: 297px;
	height: 90px;
}
.pro_index_list {
	padding: 10px 0 20px;
	margin-top: 0px;
}
.pro_index_list li {
	height: auto;
	padding: 20px;
	border: 0px solid #efefef;
	background-color: #fff;
	margin: 20px;
	position: relative;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;/* box-shadow: 0 0px 8px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0px 8px rgba(0,0,0,.1); */
}
.pro_index_list li:hover {
	box-shadow: 0 4px 16px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 4px 16px rgba(0,0,0,.3);
}
.pro_index_list ul {
	margin: auto;
}
.pro_index_list li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pro_index_list li i {
	display: block;
	width: 101px;
	height: 107px;
	background-image: url(../images/hot.png);
	position: absolute;
	margin-top: -20px;
	margin-left: -20px;
}
.pro_index_list li .nohuo {
	background-image: url(../images/nohuo.png);
}
.kuang_tit {
	line-height: 30px;
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
}
.kuang_tit a {
	color: #333333;
}
/* 专利证书  */
.zlzs {
	width: 100%;
	padding: 60px 0;
	background-color: #f9f9f9;
}
.zlzs-list {
	width: 1300px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
}
.zlzs-list ul {
	font-size: 0;
}
.zlzs-list ul li {
	width: 280px;
	height: 380px;
	display: inline-block;
	vertical-align: top;
	margin: 20px;
	background-color: #ffffff;
	padding: 16px;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.zlzs-list ul li a {
	/* display: block; */
	width: 100%;
	height: 100%;
	padding: 10px;
	border: 2px solid rgb(0, 137, 29, .3);
	text-align: center;
	display: flex;
	align-items: center;
}
.zlzs-list ul li a img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	align-items: center;
}
.zlzs-list ul li:hover {
	box-shadow: 0 4px 12px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 4px 12px rgba(0,0,0,.2);
	transform: translateY(-5px);
}
/* 专利产品  */
.zlcp {
	width: 100%;
	padding: 60px 0;
}
.zlcp-list {
	width: 1300px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
}
.zlcp-list ul {
	font-size: 0;
}
.zlcp-list ul li {
	width: 400px;
	height: 270px;
	display: inline-block;
	vertical-align: top;
	margin: 15px;
	overflow: hidden;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.zlcp-list ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.zlcp-list ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.zlcp-list ul li:hover {
	box-shadow: 0 0px 12px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0px 12px rgba(0,0,0,.3);
}
.zlcp-list ul li:hover img {
	transform: scale(1.05);
}
/* 专利原理 */
.zlyl {
	width: 1300px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.kl {
	text-align: center;
}
.kl h4 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 12px;
}
.kl b {
	width: 60px;
	height: 2px;
	background-color: #00669d;
	display: block;
	margin: 0 auto;
	margin-bottom: 40px;
}
.kl img {
	width: auto;
	max-width: 100%;
}
.ylbj {
	margin-top: 80px;
	text-align: center;
}
.ylbj-title {
	text-align: center;
}
.ylbj-title h4 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 12px;
}
.ylbj-title b {
	width: 60px;
	height: 2px;
	background-color: #00669d;
	display: block;
	margin: 0 auto;
	margin-bottom: 40px;
}
.ylbj-item {
	width: 540px;
	display: inline-block;
	vertical-align: top;
	margin: 0 30px;
	text-align: left;
}
.ylbj-img {
	width: 100%;
	height: 300px;
	margin-bottom: 20px;
}
.ylbj-img img {
	width: 100%;
}
.ylbj-txt strong {
	font-size: 16px;
	color: #ffffff;
	display: block;
	background-color: #00669d;
	line-height: 30px;
	padding: 5px 15px;
	margin-bottom: 20px;
}
.ylbj-txt p {
	font-size: 14px;
	line-height: 24px;
	position: relative;
	margin-bottom: 10px;
	padding-left: 32px;
}
.ylbj-txt p::before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #00669d;
	top: 8px;
	left: 15px;
}
.product-list_ry {
	width: 1300px;
	margin: 0 auto;
	font-size: 0;
	margin-top: 40px;
}
.product-item_ry {
	width: 312px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	border: 1px #efefef solid;
	padding: 10px;
}
.product-item_ry:nth-child(4n+4) {
	margin-right: 0;
}
.product-item_ry:hover img {
	transform: scale(1.05);
}
.product-item_ry:hover .product-tit {
	background-color: #caa773;
}
.product-item_ry_zz {
	width: 313.5px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	border: 1px #efefef solid;
	padding: 10px;
}
.product-item_ry_zz:hover img {
	transform: scale(1.05);
}
.product-item_ry_zz:hover .product-tit {
	background-color: #caa773;
}
.product-img_ry {
	width: 100%;
	height: 220px;
	overflow: hidden;
}
.product-img_ry img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.product-tit_ry {
	font-size: 13px;
	color: #0d0d0d;
	height: 60px;
	line-height: 60px;
	background-color: #e9e9e9;display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;

}
.cp_list{ margin-bottom:50px;}
.cp_list table{ color:#333}
.cp_list table td{ border-bottom:1px #efefef solid; text-align:center}
.cp_list table th{ background-color:#efefef; font-size:18px; text-align:center;}
.cp_list table td a{ display:inline-block; padding:5px 15px; background-color:#1d4391; color:#fff;}
.cp_list table td a:hover{ background-color:#003}
.product-more_ry {
	display: block;
	font-size: 20px;
	color: #0d0d0d;
	background-color: #f8f8f8;
	border-radius: 5px;
	border: 1px solid #b4b2b2;
	width: 210px;
	height: 48px;
	line-height: 46px;
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
}
.product-more_ry:hover {
	background-color: #caa773;
}
.service-list {
	width: 1200px;
	margin: 60px auto; 
}
.service-list li {
	width: 100%;
	display: block;
	margin-top: 40px;
	padding-bottom: 10px;
} 
.xm_nr{   }
.xm_nr p {
	font-size: 18px;
	color: #555;
	line-height:30px;
	text-align: justify;
 
	margin-bottom: 10px;
}
.xm_nr h1{ background-color:#267ab0; color:#fff; padding-left:20px; font-size:25px; line-height:45px;}
.xm_nr img{ width:100%; position:relative; margin-left:-30px }

.xm_nr table{ border-collapse:collapse; width:100%;  }
.xm_nr table td p{ padding:0px; margin:0px; line-height:18px; font-size:14px;}
.xm_nr table td{ border:1px #ccc solid; text-align:center; background-color:#faf8f9; font-size:11px; padding:5px;}
.xm_nr table tr:nth-child(1) td{ background-color:#efefef; font-size:13px; color:#333; font-weight:bold; line-height:15px;} 

.xm_nr table tr:nth-child(2n) td{ background-color:#fff} 
.xm_nr table tr:last-child td{ background-color:#efefef} 
.xm_nr .sheibei_list p{ text-indent:0px;}

.about_case {
	padding-top: 40px;
	text-align: center;
}
.about_case strong {
	font-size: 24px;
	font-weight: lighter;
}
.n_case {
 
}
.n_case h1{ background-color:#267ab0; color:#fff; padding-left:20px; font-size:25px; line-height:45px;}
.n_case li {
	float: left;
	width:48%; margin:1%;  
}
 
.n_case li a span {
	display: block;
	height: 177px;
	overflow: hidden;
	width: 100%;
} 
.n_case li img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s; margin:auto
}
.n_case li strong {
	font-size: 19px;
	height: 60px;
	background-color: #efefef;
	display: block;
	padding: 20px;
 
	text-align: center;
	padding-bottom: 0px;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}



.yingyong { margin-top:40px; margin-bottom:40px;
 
}
.yingyong ul{ margin-top:30px; margin-bottom:30px;}
.yingyong h1{ background-color:#267ab0; color:#fff; padding-left:20px; font-size:25px; line-height:45px;}
.yingyong li {
	float: left;
	width:48%; margin:1%;  
}/*
.yingyong li:nth-child(1){ width:32%;}
 .yingyong li:nth-child(2){ width:31%;}
 .yingyong li:nth-child(3){ width:31%;}
 .yingyong li:nth-child(6){ width:32%;}
 .yingyong li:nth-child(7){ width:31%;}
 .yingyong li:nth-child(8){ width:31%;}
  .yingyong li:nth-child(11){ width:32%;}
 .yingyong li:nth-child(12){ width:31%;}
 .yingyong li:nth-child(13){ width:31%;}*/
.yingyong li  span {
	display: block;
	height: 357px;
	overflow: hidden;
	width: 100%;
} 
.yingyong li img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto; min-height:357px;
 
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s; margin:auto
}
.yingyong li:hover img{transform: scale(1.1);}/*放大1.1倍*/
.yingyong li strong {
	font-size:28px;
	height: 60px;
 
	display: block;
	padding: 20px;
 
	text-align: center;
	padding-bottom: 0px;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s; position:absolute; color:#fff; margin-top:-350px;
} 
.team-box{
    width: 1300px;
    margin: 0 auto;
    margin-top: 30px;
}
.team-li{
    width: 640px;
    height:260px;
    background-color: #fff;
    margin-top: 20px;
    padding: 30px;
    float: left;
    margin-right: 20px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
 
}
.team-li:nth-child(2n+2){
    margin-right: 0;
}
.team-summary{
    font-size: 15px;
    line-height: 32px;
    text-align: justify;
    /* background-color: #b2853a; */
    color: #b2853a;
}
 
.team-li .team-img{float:left; width:200px;}
.team-li .team-img img{ width:100%;}
.team-li .team-item-left{ float:left; width:340px; margin-left:20px;}
.team-li .team-item-left h2 a{ color:#000}
.team-li .team-item-left h2 a:hover{ color:#F00}
.team-li .team-item-left h2{ margin-bottom:5px;}
.team-li .team-item-left h3{ margin-bottom:10px;}
.team-li .team-item-left b{ width:50px; height:2px; background-color:#F00; display:block; margin-bottom:20px;}
.team-li .team-item-left h4{
    font-size: 16px;
    line-height: 24px; font-weight:lighter; text-align:justify; height:125px; overflow-y:auto; padding-right:10px;
  
}
.team-li .team-item-left h4::-webkit-scrollbar {
    /*婊氬姩鏉℃暣浣撴牱寮�*/
    width: 5px;
    /*楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉＄殑灏哄*/
    height: 1px;
}
.team-li .team-item-left h4::-webkit-scrollbar-thumb {
    /*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
    border-radius: 2px;
    /* box-shadow: inset 0 0 1px rgba(216, 39, 28, 0.1); */
    background: rgba(255, 0, 0, .9);
}
.team-li .team-item-left h4::-webkit-scrollbar-track {
    /*婊氬姩鏉￠噷闈㈣建閬�*/
    /* box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); */
    border-radius: 2px;
    background: #efefef;
}

.team-down{
    width: 1300px;
    margin: 0 auto;
    margin-top: 60px;
      display: none;
}
.zhuzhijiagou{ width:90%; margin:auto;}
.zhuzhijiagou img{ display:block; width:100%;}
.pain li{ background-color:#093765; margin-bottom:30px;}
.pain li img{ width:500px; float:left;}
.pain li .jiejue_info{ float:right; width:780px; padding:30px; color:#fff;}
.pain li .jiejue_info strong{ font-size:36px; margin-bottom:10px; display:block}
.pain li .jiejue_info p{ font-size:16px; text-align:justify; line-height:26px; text-indent:32px; margin-bottom:10px;}
.pain li:nth-child(2n) img{ float:right;}

.history{ width:1300px; margin:60px auto; background-image:url(../images/bgline.jpg); background-position:center; background-repeat:repeat-y; }
.history .history_content{ width:530px; background-color:#efefef; padding:20px; border-bottom:3px #f00 solid; height:auto; border-radius:5px;margin-left:60px;}
.history .history_content p{ line-height:25px; color:#666; text-align:justify;}
.history .history_content h2{ margin-bottom:10px;}
.history_content img{ width:100%;}
.history ul li{ position:relative; width:50%; left:0px; margin:20px 0 }
.history ul li:nth-child(2n)  { margin-left:50%; }
.history ul li:nth-child(2n) .history_img{ left:0px; margin-left:-30px;}
.history ul li:nth-child(2n) .history_date{ margin-left:-180px; text-align:right;}
.history .history_img{ position:absolute; right:0px; width:60px; height:60px; margin-right:-30px; padding:10px;border-radius: 50%;
    box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
    background-color: #efefef;}
.history .history_img img{ display:block; width:100%; border-radius:5px;}
.history .history_date{ position:absolute; margin-left:700px; width:100px; margin-top:20px; font-size:33px; color:#e4392e; font-weight:bold;   }
.cp_ms{  margin-top:50px; padding:40px; background-color:#f4f5f9;}
.cp_ms ul{ width:1300px; margin:auto;}
.cp_ms ul strong{ font-size:40px; font-weight:400; color:#d4b47f;}
.cm_ms_info{ font-size:15px; color:#666; padding:10px 0;}
.tedian{ margin:40px 0;}
.tedian strong{ font-size:28px; font-weight:500; display:block}
.tedian p{ display:inline-block; border:1px #CCCCCC solid; margin-right:10px; margin-top:10px; padding:5px 20px; font-size:18px; cursor:pointer; background-color:#fff;   border-radius:10px 0 10px 0;}
.tedian p:hover{ background-color:#efefef;  }
.yingyong{ margin:40px 0;}
.yingyong strong{ font-size:28px; font-weight:400;display:block}
.yingyong p{ display:inline-block; border:1px #CCCCCC solid; margin-right:10px; margin-top:10px; padding:5px 20px; font-size:18px; cursor:pointer; background-repeat:no-repeat; background-position:10px center; background-size:30px; padding-left:45px; border-radius:10px 0 10px 0;}
 
 
.yingyong p:nth-child(2){ background-image:url(../images/tx.png);} 
.yingyong p:nth-child(3){ background-image:url(../images/5g.png);} 
.yingyong p:nth-child(4){ background-image:url(../images/ld.png);} 
.yingyong p:hover{ background-color:#efefef;  }
.jjfa_tit{ background-image:url(../images/domain-market.jpg); background-position:center -50px; padding:40px; text-align:center; color:#d4b47f;}
.jjfa_tit h1{ margin:auto; display:block}
.jjfa_info{ font-size:16px; padding:50px; background-color:#f4f5f9; line-height:33px; border-radius:10px; margin-bottom:30px;} 
.down_kk{ width:1300px; margin:auto; background-color:#fff; margin-bottom:40px; padding:40px; margin-top:100px;}
.down_left{ float:left; width:200px; background-color:#FFF;}
.down_right{ float:right; min-height:200px; border-left:1px #CCC solid; padding-left:40px; width:960px;}


.down_left { text-align:center;
	 
}
.down_left ul li {
	display:block;
}
.down_left ul li a {
	display: block;
	padding: 10px 15px;
	color: #333;
	line-height: 24px;
	font-size: 15px;
	background-color: #efefef; border-bottom:1px #fff solid
}
.down_left ul li a:hover {
	color: #fff;
	background-color: #333;
}
.down_left ul .on a {
	color: #fff;
	background-color: #d4b47f;
}
.down_left ul .on a:hover{background-color: #00669d;} 
.lxfs_list{ margin-top:50px; padding:50px;}
.lxfs_list ul{ width:1300px; margin:auto;}
.lxfs_list ul li{ width:30%; float:left;
    background: #fff;
    margin-top: 30px;
    padding: 45px 20px;
   
    border-radius: 5px;
    border-top: 2px solid #5764ec;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03); margin:1%; line-height:26px; font-size:16px;
} 
.lxfs_list ul li h3{ margin-bottom:10px;}
.lxfs_list ul li img{ display:block; width:100%; margin-bottom:40px;}
.zp_kk{ background-color:#e1ecfc; padding:30px; font-size:16px}
.rylc{ background-color:#f5f0e6; padding:180px; border-radius:20px; padding-top:50px}
.rylc ul{border-left:1px #b89356 solid; padding-left:50px;}
.rylc li{ margin-bottom:40px; background-image:url(../images/rytb.jpg); background-repeat:no-repeat; background-position:0px 19px; padding-left:40px; position:relative; margin-left:-75px;}
.rylc li strong{ font-size:32px; color:#b89356;}
.rylc li  p{ font-size:17px;}
/
 
.rylc .rylc_xkk{background-color:#33C; display:none;}
/* SINCE 2005 小框 */
.rylc-since-tag{
    display:inline-block;
    border:1px solid #c9b386;
    padding:0px 10px;
    font-size:11px;
    color:#b89658;
    letter-spacing:4px;
   
}
/* 主标题 荣誉历程 */
.rylc-main-title{
    font-size:50px;
    color:#222;
    font-weight:normal;
    letter-spacing:8px;   margin:0px;
 
}
/* 副标题 */
.rylc-sub-desc{
    font-size:15px;
    color:#888; margin-bottom:60px;  
    
} 
 .ld_xx_kk{ background-color:#f3eee5; padding:50px 0; margin-top:50px;}
 .ld_xx_1{ background-color:#fbfaf7; width:950px; margin:auto; padding:40px; border-radius:30px; margin-bottom:40px;}
 .ld_xx_img{ width:240px; height:240px; overflow:hidden; float:left; border-radius:130px;}
  .ld_xx_img img{ width:100%;}
  .ld_xx_info{ float:left; margin-left:40px; margin-top:30px;}
    .ld_xx_info strong{ font-size:40px;}
	.ld_xx_info i{ display:block; height:2px; background-color:#d5b681; width:50px; margin:20px 0;}
	.ld_xx_info p{ font-size:24px; color:#d5b681;}
	.ld_xx_tit{ font-size:36px; border-bottom:2px #d5b681 solid; display:block;}
	.ld_xxjs{ padding:30px 0;}
	.tab-content[data-v-eef03e8a] {
    max-width: 1200px;
    margin: 4rem auto;
    padding: 0 2rem;
    min-height: 400px;}
	.honors-header[data-v-90b43f29] {
    text-align: center;
    margin-bottom: 4rem; font-size:33px;
}
	.stats-grid[data-v-90b43f29] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    padding: 0 2rem;
}.stat-item.small[data-v-90b43f29] {
    flex: 1;
    min-width: 150px;
}
	.stat-item[data-v-90b43f29] {
    background: linear-gradient(#d0ae761a, #d0ae760d);
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    transition: all .3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;}
	
	.stat-item[data-v-90b43f29]:hover{ box-shadow: 0 0 10px #efefef, 0 0 20px #efefef;}
	
	.number[data-v-90b43f29] {
    font-size: 3rem;
    color:#D0AE76;
    font-weight: 700;
    margin-bottom: .5rem;
    transition: all .3s ease;
    position: relative;
    display: inline-block;
}.label[data-v-90b43f29] {
    font-size: 1.5rem;
    color: var(--text-primary);
    margin-bottom: 1rem;
    transition: all .3s ease;
}.description-full[data-v-90b43f29] {
    width: 100%;
    text-align: center;
    color: var(--text-secondary);
    margin-top: 1rem;
    font-size: 1.2rem;
    transition: all .3s ease;
    opacity: .8;
}.stat-group[data-v-90b43f29] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    grid-column: span 2;
}.stat-item[data-v-90b43f29]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(208, 174, 118, .1), transparent);
    transform: translate(-100%);
    transition: .5s;
}

.joinus{ width:1150px; margin:auto;  box-shadow: 0 0 6px #efefef,
              0 0 12px #efefef,
              0 0 20px #efefef;
  border-radius: 12px; /* 匹配你banner圆角风格 */ padding:40px; margin-bottom:40px;}
  .join_left{ float:left; width:560px; border-right:1px #ededed solid; line-height:43px; font-size:16px; color:#666}
    .join_left h1{ color:#d0ae76;}
  .join_left h3{ font-size:20px; color:#000}
   .join_right{ float:right; width:480px; text-align:center;}
  .join_right h1{color:#d0ae76; text-align:left;}
  .join_right h4{ font-size:20px}
  .join_right a{ font-weight:bold; display:inline-block; padding:10px; background-color:#ff9800; color:#fff; border-radius:5px; margin:10px; font-size:18px; width:200px; text-align:center;}
  .huizhang h2{ font-size:2.5rem; margin-bottom:20px;}
   .huizhang { line-height:33px; font-size:16px; color:#666; text-align:justify;}
  }