/**************产品中心******************/
.products-box {
    display: block; 
    position: relative; 
    width: 98%; margin:0px 1% 60px;
    min-height: calc(100vh - 500px);
    
}
.products-info-box {
    width: 100%;
    display: block;
    margin: 0 auto; font-size:0;
}
.products-info:nth-child(1) {
    border-left: 1px solid #d1d1d1;
}
/*.products-info:nth-child(1){background: #3da8f5;}
.products-info:nth-child(2){background: #0091bf;}
.products-info:nth-child(3){background: #01709a;}
.products-info:nth-child(4){background: #03507b;}*/
.products-info {
    width: 25%;
    height: 25vw;
    vertical-align: middle;
    box-sizing: border-box;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;border-top: 1px solid #d1d1d1;
    padding: 20px;
    transition: all .3s linear;
}
.products-info:hover{ background:#eee;}
.products-info-title {
    font-size: 28px;
    font-weight: bold;
    color: #3cb4c4;
    letter-spacing: 7px;
    margin-left: 7px;
    transition: all .3s linear;
}
.products-info-icon {
    margin: 20px auto;
    width: 60px;
    height: 60px;
}
.hover-icon {
    display: none;
}

.products-info-text-box {
    width: 370px;
    max-width: 100%;
    font-size: 14px;
    color: #555;
    letter-spacing: 3px;
    line-height: 1.8;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}


/*************关于我们结束**************/
.index-about-box {
    display: block;
    position: relative;
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
}
.index-about-all-box {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    margin-top: 80px;
    margin-bottom: 100px;
    box-sizing: border-box;
    padding-left: 0;
    padding-bottom: 50px;
}
.index-about-img-box {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    z-index: 1;
}
.index-about-img {
    width: 1200px;
    max-width: 100%;
    height: 675px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}.index-about-text-box {
    width: calc(100% - 1250px);
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: bottom;
}
.index-about-text-all-box {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 30px 40px;
}
.index-about-text-bc-box {
    width: 300px;
    height: 300px;
    background-color: #3cb4c4;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    position: absolute;
    top: -80px;
    left: -50px;
    z-index: 0;
    box-sizing: border-box;
    padding: 50px 60px;
}
.index-about-text-title-box {
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
}
.index-about-text-title {
    width: 66px;
    letter-spacing: 2px;
    font-size: 30px;
    color: #fff;
    line-height: 1.3;
    display: inline-block;
    vertical-align: bottom;
}
.index-about-more-box {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
    cursor: pointer;
}
.index-about-more {
    font-family: "Lato";
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    display: inline-block;
    vertical-align: bottom;
    transition: all .3s linear;
}
.index-about-more-line {
    width: 40px;
    height: 1px;
    display: inline-block;
    vertical-align: bottom;
    background-color: #fff;
    margin-bottom: 5px;
    margin-left: 5px;
    position: relative;
    transition: all .3s linear;
}.index-about-more-line:after {
    content: '';
    width: 0px;
    height: 0px;
    margin: 0 auto;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    border-left: 5px solid transparent;
    display: block;
    position: absolute;
    bottom: 0;
    right: -1px;
    box-sizing: border-box;
    transition: all .3s linear;
}
.index-about-text {
    font-size: 16px;
    color: #fff;
    line-height: 2.2;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    max-height: 387px;
    min-height: 387px;
}
.index-about-bc-box {
    background-color: #3cb4c4;
    width: 86.45%;
    display: block;
    height: 580px;
    position: absolute;
    bottom: 0;
    right: 50px;
    z-index: 0;
}



/***********技术服务***********/


.pro_table{width: 100%; text-align:center; margin:10px 0;border-collapse: collapse;
    border: 1px #00adb2 solid;}
.pro_table tr{height: 46px;line-height: 26px; cursor:pointer}
.pro_table td{font-size: 14px; border: 1px #00adb2 solid;}
.pro_table tr:first-child{background:#3cb3c3 !important;}
.pro_table tr:first-child th{font-size: 16px;color: #fff;font-weight: normal; border: 1px #00adb2 solid;}
.pro_table tr:nth-child(even){background: #f5fafe;}
.pro_table tr:nth-child(odd){background: #e8eff9;}
/*.pro_table tr td,.pro_table tr th{border-right:2px solid #bddef5;}*/
.pro_table tr td:last-child,.pro_table tr th:last-child{text-align: center; padding:0 20px;}
.pro_table tr td:first-child{padding:0 20px;}
.pro_table a{color: #333 !important;}

/************应用领域*****************/
.album-list-slide .swiper-wrapper{ }
.album-list-slide:after{ content:'';clear: both; display: block;	font-size:0;}
.album-list-slide {	width: 98%;margin: 0 1%; display:block;}
.album-list-slide .swiper-container{padding-bottom:45px;}
.album-list-slide .swiper-slide{overflow: hidden;}
.album-list-slide .swiper-slide a:hover{}
.album-list-slide .swiper-slide a{ }
.album-list-slide .swiper-slide img{ width:100%;transition: all 0.3s ease 0s; }
/*底部圆点分页*/
.album-list-slide .swiper-pagination{ bottom:0 !important;}
.album-list-slide  .swiper-pagination-bullet {transition:all ease-out 0.3s;
    width: 14px;
    height: 14px;
    background: #ccc;
    opacity: .9;
}
.album-list-slide .swiper-pagination-bullet-active {    background: #ae1f23;}

.fl{ float:left;}
.fr{ float:right;}
.fl_tec{ width:50%; box-sizing:border-box;position: relative;}

.fl_inner{position: absolute;left: 40px;right: -40px; top: 50px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
    background-color: rgba(250,250,250,0.65);
    padding:80px ;}
.fl_inner h3{
	color: #3cb4c4;
    font-size: 36px;
    line-height: 42px;
    margin: 20px 0 20px;
	}
.fl_inner h5{ font-size:17px; line-height:30px; color:#333; font-weight:normal;}
.fl_inner a.more{display: inline-block;
    padding: 15px 40px;
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
    background:  #3cb4c4;
    text-decoration: none; box-shadow: 0 0 10px rgba(0,0,0,0.3);}
.fr_tec{ width:50%; box-sizing:border-box; padding-right:0px;}
.fr_tec img,.fl_tec img{ width:100%;}
.tec_pad{ padding:120px 60px; box-sizing:border-box;}


/***************内页**************/
.pgservicebanner {
    height: 300px;
  /*  background: url(../images/pgbannerservice.jpg) no-repeat center center;*/ position:relative; background-size:cover; background-position:center center;
}
.w {
    margin: 0 auto;
    width: 1200px;
}
.pgbanner h2 {
    position: relative; display:none;
    font-size: 40px;
    line-height: 60px;
    color: #3cb4c4;
    padding-top: 100px; text-align:center;
}
.pgbanner h2:after {
    content: '';
    display: block;
    position: absolute;
    top: 180px;
    left: 0;
    width: 60px;
    height: 5px;
    background: rgba(5,70,204,0.8); left:50%; margin-left:-30px;
}

  




.mainbox {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    transition: all 300ms ease;
}
.itit1 {
    margin-bottom: 55px;
}
.itit1 .m {
    line-height: 0;
    font-size: 0;
    text-align: center;
}
.itit1 .m span {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding: 0 30px;
    border: 1px #d0d0d0 solid;
    border-radius: 25px;
    font-size: 22px;
    color: #666666;
    position: relative;
}
.imain2 .itit .m span:after {
    background: #f5f5f5;
}
.itit1 .m span:after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -7px;
    margin-left: -7px;
    width: 10px;
    height: 10px;
    border-right: 1px #d0d0d0 solid;
    border-bottom: 1px #d0d0d0 solid;
    transform: rotate(45deg);
    background: #fff;
}



 .tit5 {
    line-height: 0; margin-bottom:20px;
}
 .tit5 span {
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    background: #185bbe;
    color: #fff;
    border-radius: 20px 20px 0 20px;
}
 p.p_con{ margin:20px auto 20px auto ;}
.ibox10 {
    padding: 30px 30px; margin:30px 0;
}
.ibox {
    background: rgba(244,244,244,0.4);
    border-radius: 20px;
    box-shadow: 0 0 8px rgba(215,215,215,0.6);
}


.itit { margin:20px 0 }
.itit b {
    display: block;
    text-align: center;
    font-size: 36px;
    color: #185bbe;
    font-weight: bold;
    line-height: 44px;
    letter-spacing: 1px;
    position: relative;
}
.itit span {
    display: block;
    padding-top: 6px;
    text-align: center;
    font-size: 36px;
    color: #3cb3c3;
    line-height: 46px;  font-weight: bold;
}
.itit span:before, .itit span:after {
    display: inline-block;
    content: '';
    vertical-align: middle;
    margin: 0 20px;
    margin-bottom: 2px;
    width: 70px;
    height: 2px;
    background:  #185bbe;
}

  .con2 {
    border: 1px #ededed solid;
    background: rgba(244,244,244,0.4);
    padding: 15px 30px;
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;border-radius: 12px;
    box-shadow: 0 0 8px rgba(215,215,215,0.6);
}
 .con2 h3{ color:#ae1f23; line-height:2; }
.con2 p{ padding-bottom:20px;}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /**************技术服务2**************/
  .bginner {
    background: #f0f0f0;
    width: 1200px;
    padding-bottom: 200px;
}
#content2 { float:left;
    margin: -50px auto 50px;
    position: relative;
    padding: 60px 50px 80px 50px;
    width: 1200px;
    background-color: rgba(255,255,255,1);
    border-radius: 10px;
    box-sizing: border-box;
   z-index:999999;margin-left: -600px;
    left: 50%;
}

.nydaohang {
    width: 100%;
    overflow: hidden;
   padding: 0px 0px 30px 0px;
}
.nydaohangul {
	overflow: hidden;
	font-size: 0;
	margin: 0 auto;
	justify-content: center;
	text-align: center;
	display: block;
}
.nydaohangul li {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	font-size: 14px;
}
.nydaohangul li a {
	display: block;
	position: relative;
	box-sizing: border-box; /*border-radius: 10px; border-top-left-radius: 0px; border-bottom-right-radius: 0px;*/
	border: 1px solid #ccc;
	background: #f0f0f0;
	transition: all .3s ease;
	padding:0 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
    color: #333;
}
.nydaohangul ol {
	display: inline-block; margin: 0 1px;
	vertical-align: top;
	box-sizing: border-box;
	font-size: 14px;
}
.nydaohangul ol a {
	display: block;
	position: relative;
	box-sizing: border-box; /*border-radius: 10px; border-top-left-radius: 0px; border-bottom-right-radius: 0px;*/
	border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;
	background: #FFF;
	transition: all .3s ease;
	padding:0 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
	text-align: center;
	line-height: 40px;	
}
 .nydaohangul ol a.on{
	border-top: 1px solid #0a62c8;border-bottom: 1px solid #0a62c8;
	color: #0a62c8;
	background: #FFF;

}
 .nydaohangul li a.on{
	border: 1px solid #0a62c8;
	color: #0a62c8;
	background: #FFF;

}
.nydaohangul li a:hover:after {
	width: 60px;
	margin-left: -30px;
}
.nydaohangul li a:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	left: 50%;
	bottom: 6px;
	height: 2px;
	background:#3da8f5;
	transition: all 0.3s ease;
}


.u-headline04 {
    margin: 50px 0;
    color: #3cb4c4;
    line-height: 1;
}
.u-headline04 > b {
    display: block;
    font-size: 40px;
/*    text-indent: -0.15em;*/
}
.u-headline04 > small {
    display: block;
    font-size: 20px;
    margin-top: 11px;
	text-transform: uppercase
}
.u-headline04:after {
    content: "";
    width: 40px;
    height: 6px;
    background:rgba(5,70,204,0.8);
    display: block;
    margin-top: 17px;
    position: relative;
    z-index: 1;
}
.intro {width: 100%; float: left; box-sizing: border-box;
    margin-bottom: 50px;
}
.intro_col-no1 {
    float: left;
    width: 60%; 
}
.intro_text {
    font-size: 16px;
    margin-bottom: 1em;
    line-height: 1.8;
}
.intro_col-no2 {
    float: right;
    width: 32%;
}
.intro_image {
    position: relative;
    z-index: 1;
   margin-top: -100px; float:left; width:100%;border-radius:20px;
}
.intro_cols::after {
    content: "";
    display: block;
    clear: both;
}


.services_col-no1 {
    float: right;
    width: 100%;
    padding-top: 19px;
}
.services_title {
    font-size: 26px;
    font-weight: bold;
    color: #009999;
    margin-bottom: 25px;
    margin-right: -38px;
    margin-left: -5px;
    padding-left: 5px;
    width: 100%;
}
.services_headline {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    margin-bottom: 23px;
    line-height: 1.6;
}
.services_text:last-of-type {
    margin-bottom: 0;
}



.services {border-radius:14px;
    background:rgba(60,180,196,0.1);
    padding: 38px 38px 45px; 
	width:100%;
	 box-sizing:border-box;
    margin-bottom: 50px; 
	 float:left; 
	 position:relative;
}


.services_text {
    font-size:16px; 
    margin-bottom: 1.8em; line-height:1.5; color:#333; margin-top:20px;
}
.services_list {
    list-style: none;
    padding: 30px 30px 10px;
    background: #FFFFFF;
    margin-top:30px;
    margin-bottom: 0;
    font-size: 14px; border-radius:10px;
}
.services_list > li {
    margin-bottom:10px;
    position: relative;
    z-index: 1;
    padding-left: 21px; line-height:1.5;
}
.services_list > li h1{font-weight: bold;font-size: 1.1em;}
.services_list > li:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 12px;
    height: 12px;
    background-color: #03507b; 
    border-radius: 50%;
    top: 6px;
    left: 0;
    margin-top: -1px;
}
.services_list > li strong{ color:#333;}

.services_list::after {
    content: "";
    display: block;
    clear: both;
}

.shebei .services_col-no1 {
    float: left;
    width: 40%;
    padding-top: 19px;
}
.right .tech_title{ right:40px; left:auto;} 
.services_col-no2 {
    width: 50%;
    float: right;
}
.right .services_col-no1 {
    float: right;
    width: 40%;
    padding-top: 19px;
}
.right .services_col-no2 {
    width: 50%; text-align:center;
    float: left;
}

.services_col-no3{width:100%; float:left; margin-top:50px;}
.services_col-no3 ul{ float:left; width:100%;}
.services_col-no3 li{ float:left; width:45%; margin:0 2% 0 3%; overflow:hidden;transition: all 0.6s ease ; border:solid 3px #fff; box-sizing:border-box;}
.services_col-no3 li img{ width:100%;transition: all 0.6s ease ; float:left; }
.services_col-no3 li img:hover{webkit-transform: scale(1.06);transition: all 0.6s ease;
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);}
	
.u-headline06 {
    position: relative;
    z-index: 1;
    width: 176px;
    /* height: 100px; */
    box-sizing: border-box;
    padding-top: 24px;
}
.tech_title {
    position: absolute;
    z-index: 1;
    top: -30px;
    left: 40px;
}
.u-headline06:before {
    content: "";
    border: 55px solid #367BC5;
    border-right-color: #2968B7;
    border-bottom-color: #2968B7;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    border-left-width: 88px;
    border-right-width: 88px;
}
.u-headline06 > b {
    display: block;
    position: relative;
    z-index: 2;
    line-height: 2.4;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 0;
}
.u-headline06 > b::after {
    content: "";
    width: 80px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/**************技术服务3***************/
  #body {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
  
  
#prowarp_L {
	margin: 0 auto; float:left; margin-top:10px;
	
}
#prowarp_L ul{ width:100%; overflow:hidden;}
#prowarp_L>ul>li{ width:100%; float:left; padding:30px 0; border-bottom:dashed 1px #dedede;transition: all 0.6s ease;}
#prowarp_L ul li:after{ clear:both; content:;}
#prowarp_L b {
display:none;
}
#prowarp_L h3 {
	font: bold 15px/26px Arial, "微软雅黑", Arial, "宋体";
float:left;
	color: #363636; margin-bottom:10px; font-weight:normal;
}
#prowarp_L .pro_border {
	display: block;
	position: relative;
	border: solid 1px rgba(62,138,56,0.5);
	left: 0px;
	
	width: 40%;
	height: 310px;
	top: -20px;
}
#prowarp_pic { 
/*	position: absolute;
	*/
width: 30%;
    overflow: hidden;
    left: 20px;
    float: left; border-radius:20px;
}
#prowarp_pic img {
	width: 100%; float:left;
	transition: all 0.6s ease;
}
#prowarp_L ul li:hover #prowarp_pic img{
	transform: scale3d(1.05, 1.05, 1);
}
#prowarp_L #prowarp_txt {
    width: 65%;
    float: right;
    box-sizing: border-box;
    color: #666;
}

#prowarp_txt h2 {
	font: bold 24px/30px Arial, "微软雅黑", Arial, "宋体";
	color:#3cb4c4; position:relative; width:100%; float:left;margin:10px 0 30px;
}
#prowarp_txt h2  a{color:#3cb4c4;}
#prowarp_txt h2:before{content: "";
    position: absolute;
    left: -100px;
    bottom: -15px;
    height: 1px;
    width: 150px;
   background: #005ca9;}
#prowarp_txt p {
	font:bold 16px/24px Arial, "微软雅黑", Arial, "宋体"; color:#363636;

	padding: 10px 0px;
	text-align: justify; 
} 
.txt16 {
	font-size: 16px !important;
	line-height: 26px !important;
}
#prowarp_txt ul li {
    margin: 5px 0; font-size:15px; width:100%;
  /*  padding: 0 15px;*/ position:relative; list-style:inside
}

.apply_a{ float:right;display: inline-block;
    padding: 10px 30px;
   
    font-size: 16px;
    color: #fff !important;
    background:  #3cb4c4;
    text-decoration: none; box-shadow: 0 0 10px rgba(0,0,0,0.3);}



/****************内页产品中心**************/
  .m{line-height: 0;
    font-size: 0;
    text-align: center;}
 .m a {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding: 0 30px;
    border: 1px #2968b7 solid;
    border-radius: 25px;
    font-size: 22px;
    color: #fff; background:#2968b7;
    position: relative;
}
.m a:after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -5px;
    width: 10px;
    height: 10px;
    border:none;
    transform: rotate(45deg);
    background:#2968b7;
}
.itable{width:100%; margin: 20px 0 40px 0;}
  .table2{
	width: 100%;
	margin:30px 0;
	background:rgb(245 250 254);
	border-radius:4px;border: 1px solid #d1d1d1 !important;

}
.table2 tr td:first-child{width:160px;height:50px;background:rgba(0, 145, 191,0.4);}
.table2 tr:first-child td:first-child{background:rgba(60, 179, 195,0.65);}
.table2 tr:nth-child(2) td:first-child{background:rgba(60, 179, 195,0.7);}
.table2 tr:nth-child(3) td:first-child{background:rgba(60, 179, 195,0.75);}
.table2 tr:nth-child(4) td:first-child{background:rgba(60, 179, 195,0.8);}
.table2 tr:nth-child(5) td:first-child{background:rgba(60, 179, 195,0.85);}
.table2 tr:nth-child(6) td:first-child{background:rgba(60, 179, 195,0.9);}
.table2 tr:nth-child(7) td:first-child{background:rgba(60, 179, 195,1);}
.table2 tr:nth-child(8) td:first-child{background:rgb(50 167 183)}
.table2 tr td:first-child{
	font-size:14px;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:21px;
	text-align: center;
}
.table2 tr td:last-child{
	height:14px;
	font-size:14px;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:21px;
	padding-left: 15px;

}
.bor_bottom{border-bottom:1px solid #d1d1d1;}
.table2 tr:nth-child(3) td:last-child p{
	font-size:14px;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:24px;
	margin-top: 9px;
	padding:10px 0;
}
.table2 tr:nth-child(3) td:last-child img{
	margin-top: 15px;
}
a.fujian{text-decoration:underline; line-height:1.6;}
a.fujian:hover{ color:#3cb4c4}

  .show_product {
    border: 1px #ededed solid;
    background: rgba(244,244,244,0.4);
    padding: 15px 30px;
    color: #666666;
	border-radius: 12px;
    box-shadow: 0 0 8px rgba(215,215,215,0.6);
}

.show_product dl{display: flex;justify-content: space-between;align-items: center;padding: 40px 0;border-bottom: 1px solid #CECECE;}
.show_product dl:last-child{ border-bottom:none;}
.show_product dl dt{width: 40%;}
.show_product dl dd{width: 60%;color: #666666;font-size:18px; font-weight:normal;}







/****************留言***************/
.title_index {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 40px;
	
	color: #3cb4c4;
	text-transform: uppercase; 
	
}
.title_index:after {
    content: "";
    width: 40px;
    height: 6px;
    background: rgba(5,70,204,0.8);
    display: block;
    position: relative;
    z-index: 1; left:50%; margin-left:-20px;
}
.con_p {
    color: #848E9F;
    font-size: 18px;
    width: 100%;
    text-align: center;
}.w1200 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-height: 380px;
}.pdf-box {
    margin-top: 40px;
}
.div_just{ float: left;    width: 47%; margin:20px 1.5%; box-sizing:border-box;}
.div_just img{ float:left;}
.feedback{ padding: 0;}
.feedback h3 { color:#333;
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.feedback span { padding-bottom:35px;
    margin: 0;
    float: left;
    width: 100%;
    font-size: 15px;
}

.feedback p {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.feedback p font { 
    margin: 0;
    float: left;
    width:auto;background: #EDF7FF; margin-left: 10px;
    padding: 11px;
}
.feedback .inputtxt { font-family:Arial, Helvetica, sans-serif;
    float: left;
    width: 100%;
    text-align: left;
    min-height: 35px;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 14px 25px 15px;
    border: 1px solid #d7d8d8;
    text-transform: capitalize;

    outline: none;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    border: 1px solid #d7d8d8;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; background:#fafafa;
}
.feedback .inputtxt:focus {    border: 1px solid #0092FC;}
.feedback .tijiao2 { cursor:pointer; border-radius:6px;
    float: left;
    width: auto;
    color: #fff; background:rgb(5,70,204);
    border: none;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    padding: 12px 60px 12px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;transition: all ease-out 0.3s;
}
.feedback .tijiao2:hover { background:#3858c8;}


.ul_contct:after,.div_just:after{
	content: '';
	clear: both;
	display: block;
	font-size: 0;
}
.ul_contct {
    float: left;
    width: 100%;margin-bottom: 50px;
}
.ul_contct li {
    float: left;
    width: 30%; margin:0 1.5%; box-sizing:border-box;
    padding: 38px 30px 39px;
    border: 1px solid #e3e3e3;
}
.ul_contct li h5 { color:#333;
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 18px;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
}
.ul_contct li h5 span {
    float: left;
    width: auto;
    margin-right: 40px;
    padding-right: 60px;
    position: relative;
}
.ul_contct li h5 span:before {
    position: absolute;
    right: 0;
    bottom: 4px;
    height: 1px;
    width: 50px;
    content: "";
    background-color: #333;
}
.ul_contct li p {float: left;    padding-top: 19px;}
.ul_contct li em {
    float: left;
    width: 100%;
    color: #666;
    text-align: left;
    font-size: 0.95em; line-height:2;
    font-weight: normal;
    font-style: italic;
}




/************实验手册下载***************/
.lablist{width: 100%; 
float:left; 
margin-top:30px;
position: relative;}
.lablist li{   float:left;
    width: 32%;
  
 border:solid 1px #ccc;
     float: left;
    margin-left: 2%;
    margin-bottom: 30px;
    padding: 20px 10px; box-sizing:border-box; /*border-radius:6px;*/}
	.lablist li:hover{ background:#fafafa;}
	.lablist li:nth-child(3n+1) {
    margin-left: 0;
}
.lablist li a{ float:left; width:100%;}
.lablist li .img {
    width: 100px;
    height: 80px;
    flex-shrink: 0; float:left;
}
.lablist li .img img {
    height:50px; padding-top:15px; padding-left:15px;
   float:left;
}
.lablist li .rights {
    width: calc(100% - 100px);
    float:right;
}
.lablist li .rights .date {
    color: #888;
    font-size:14px;
}
.lablist li .rights .name {
    display: block;
    font-size: 16px;
    line-height: 18px;
    margin-top: 5px;
}
.lablist li .rights .btn {
    display: inline-block;
    width: 100px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    background-color: #f0f0f0;
   /* color: #01327e;*/
  
    margin-top: 12px;  font-size:14px;
}



/**********行业进展*************/
.shows-box {
 margin-top:30px;
}
.shows-box ul li {
  border-top: 1px solid #e5e5e5;transition: all 0.3s ease;
}

.shows-box ul li a {
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; position:relative;transition: all 0.3s ease;
}
.shows-box ul li a .imgbox {
  width: 322px;
  border: solid 1px #f3f3f3;
  overflow: hidden;
  margin-right: 30px;
  height: 187px;
}

.shows-box ul li a .imgbox img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shows-box ul li a:hover .imgbox img{-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
	transition: all 0.8s;}
.shows-box ul li a .info-box {
  -webkit-box-flex: 0;transition: all 0.3s ease;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: -webkit-calc(100% - 532px);
  width: -moz-calc(100% - 532px);
  width: calc(100% - 532px);
}
.shows-box ul li a .info-box .title {
  font-size: 24px;transition: all 0.3s ease;
  color: #3cb4c4;
  margin-bottom: 23px;
}
.shows-box ul li a .info-box .info { color:#666;
  line-height:1.8; font-size:15px;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}
.shows-box ul li a .time-info-box {
  width: 180px;
  text-align: right;
}
.shows-box ul li a .time-info-box .te {
  color: #999;
  font-size: 14px;
  margin-bottom: 40px; position:absolute; right:0;
}
.shows-box ul li a .time-info-box .time-box {
  direction: rtl;
}
.shows-box ul li a .time-info-box .time-box .day {
  background: #00479d;
  width: 84px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  direction: ltr;
  margin-bottom: 10px;
}
.shows-box ul li a .time-info-box .time-box .day .big {
  font-size: 28px;
  font-weight: bold;
  margin-right: 4px;
}
.shows-box ul li a .time-info-box .time-box .day .dw {
  line-height: 34px;
}
.shows-box ul li a .time-info-box .time-box .te {
  margin-bottom: 0;
}
.shows-box ul li:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.shows-box ul .hideTime a .time-info-box .time-box {
  display: none;
}

/*.shows-box ul li:hover a .info-box .title{ font-weight:bold;}*/

/*********常用试剂配制*************/
.jishu ul{
    width:100%;border-top: 1px solid #D8D8D8;
    margin:30px 0;
}.jishu ul li a {
    display: block; position: relative;
    width: 100%;
    line-height: 30px; padding: 25px 0;
    border-bottom: 1px solid #D8D8D8;
    overflow: hidden;
}.jishu ul li a .date {
    width: 140px;
    color: #999; font-size:14px;
    font-family: 'DIN';
    float: left;
}.jishu ul li a .title { 
    font-size: 18px;
    width: calc(100% - 180px);
    float: left;
    transition: all 0.3s;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}.jishu ul li a i {position: absolute; right: 1px; top: 50%; margin-top: -10px;
    font-size: 18px;  color:#ddd; line-height:30px;
}
.jishu ul li a:hover .title,.jishu ul li a:hover i{color:#3cb4c4}


/**********常见问题**********/
.Faq {
    margin-bottom: 24px;
    padding-top: 16px;
}
.Faq:after,.Faq__item:after{ content:'';clear: both; display: block;	font-size:0;}
.Faq__item {
    margin-bottom: 15px;
    padding: 0 14px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
}
.Faq__item h4 {
    margin: 0;
    padding: 13px 0 15px 26px;
    position: relative;
    cursor: pointer;
    color: #282828;
    line-height: 1.85;
}
.Faq__item h4 span {
    position: absolute;
    left: 0;
    top: 23px;
    width: 11px;
    height: 11px;
}
.Faq__item h4 span:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 11px;
    height: 3px;
    background: #282828;
}
.Faq__item h4 span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 4px;
    width: 3px;
    height: 11px;
    background: #282828;
}
.Faq__item h4.on span:before {background: #3cb4c4}
.Faq__item h4.on span:after {background: #3cb4c4}
.Faq__item h4.on span:after { display:none;}
.Faq__item ul {
    display: none;
     padding-bottom:15px; font-size:15px;
}
.Faq__item ul p { padding-bottom:10px;}
.Faq__item:hover {border: 1px solid #3cb4c4;}
.Faq__item:hover h4 span:after, .Faq__item:hover h4 span:before {
    background: #7b93a3;
}
.Faq__item h4.on{color:#3cb4c4}



/**************新闻正文****************/
#View_tit {
	margin-top: 40px;
	width: 100%;
	position: relative;
}
#View_tit h2 {
	font-size: 30px;
	color: #333;
	text-align: center;
}
#View_tit h4 {
	text-align: center;
	font-size: 16px;
	color: #333;
	padding: 20px 0 20px;
	font-weight: normal;
}
#View_tit h4 span {
	margin-right: 40px;
}
#NewView {
	padding: 30px 0;
	line-height: 30px;
	color: #666;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}
#NewView p {
	/*
    text-indent: 2em;*/
	text-align: justify;
	font-size: 15px;/* line-height: 30px; */
}
#NewView img { max-width: 100% !important;}
#NewView h3{ font-size:20px; padding-bottom:10px;}
#PREVIOUS_NEXT {
	min-height: 50px;
	float: left;
	position: relative;
	width: 100%;
	font: normal 14px/35px "微软雅黑", Arial;
	overflow: hidden;
	margin-top: 40px;
}
#PREVIOUS_NEXT i {
	color: #bbb;
	padding-right: 5px;
}
.PREVIOUS {
	height: 35px;
	overflow: hidden;
}
.PREVIOUS a, .NEXT a {
	color: #333;
}
.PREVIOUS a:hover, .NEXT a:hover {
	color: #0a62c8;
}
.NEXT {
	height: 35px;
	overflow: hidden;
}





/**********关于我们***********/
.condl{ margin:25px 0 35px;float:left; width:50%;}
.condl dt {
    font-size: 24px;
    line-height: 40px;
   margin-bottom:30px;
    font-weight: bold; float:left; width:100%; position:relative; color:#333;
}
.condl dt:after{content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 2px;
    background: #0075c2;}
.condl dd {
    line-height: 30px;
    color: #666;
    min-height: 90px; float:left; width:100%;
}
.condl dd p {
  float:left; width:100%;
}
.condl dd p i{ font-size:20px; padding-right:5px; width:20px; text-align:center; color:#ccc;}
.condl dd p:last-child i{font-size:16px;}
.condl dt span{ float:left;}
.condl dt b.aline {
    height: 1px;
    width: 40px;
    margin-left: 10px;
    background-color: #0075c2;
    float: left;
    margin-top: 19px;
}


	
	
.about_in{margin:20px 0 0;float:left; width:100%}
.about_in h3{ 
    margin-top: 15px;
    float: left;
    width: 100%;
    font-size: 24px;
    color: #3cb4c4;
    position: relative;
    height: 40px; line-height:40px; margin-bottom:20px;
}
.about_in h3:after{content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 2px;
    background: #0075c2;}
.about_in p{float:left; width:100%; margin-top:10px;color: #666;
    line-height: 1.8;
    font-size: 16px; text-indent:2em;}

.net_in h3{ color:#333; margin:20px 0 10px; font-size: 24px; line-height:1.8;}
.net_in h5{ margin-top: 15px;
    float: left;
    width: 100%;
    font-size: 22px; margin-bottom:30px;
    color: #3cb4c4;
    position: relative;
    height: 40px; line-height:40px; position:relative;}
.net_in h5:after {
   content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 2px;
    background:#0075c2;
}
.net_in h5 span{ float:left;}
.net_in h5 b{ height: 1px;
    width: 40px;
    margin-left:10px;
   
    background-color: #0075c2; float:left; margin-top:18px;}
 .dline {
    height: 36px;
    width: 1px;
    margin-left: auto;
    margin-right: auto;
    background-color: #0075c2;
    margin-top: 60px;
}
.aline{ height: 1px;
    width: 36px;
    margin-left: auto;
    margin-right: auto;
    background-color: #0075c2;
    }
.netul{ float:left; width:100%; }
.netul li{ float:left; width:100%; font-size:15px; text-indent:2em; line-height:1.8;}
.netul li a{ color:#333;}