@charset "utf-8";
/* CSS Document */

body{ margin:0px; padding:0px; border:0px; font-family:"Microsoft Yahei","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei"; color:#555555; font-size:14px; width:100%; background:#fff; }
body.on{ overflow: hidden; background: #213164;}

input[type="button"], input[type="submit"], input[type="reset"] {
     -webkit-appearance: none;
}
textarea {  
    -webkit-appearance: none;
}  
*{outline: none;}
a{ margin:0px; padding:0px; border:0px; text-decoration:none; color:#555555; font-size:13px;transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;  -webkit-tap-highlight-color: transparent; outline: none;}
a:hover{ text-decoration:none;
       transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;}
*{ padding:0px; margin:0px; border:0px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
/* background:rgba(0,0,0,0);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);*/
li{ list-style:none;}
.clear:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
.clear{zoom: 1;}/* 触发 hasLayout */ 
img{ vertical-align: middle;}
input:focus{ outline: none;}/*去除按钮选中的高亮标签*/
textarea:focus{ outline: none;}/*去除文本框选中的高亮标签*/
button:focus{ outline: none;}/*去除按钮选中的高亮标签*/
select:focus{ outline: none;}/*去除下拉框选中的高亮标签*/
img{vertical-align: middle;}
div,p,table,td,ul,li,span,a,ol,input,label{ padding:0px; margin:0px; border:0px;}
input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#999999; font-size:13px;}
input::-webkit-input-placeholder{ /* WebKit browsers */ color:#999999; font-size:13px;}
input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#999999; font-size:13px;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:13px;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:13px;}
textarea::-webkit-input-placeholder{color:#999999; font-size:15px; font-family:"Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei"}

.text-c{text-align: center;}

.search input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#89a4d5; font-size:13px;}
.search input::-webkit-input-placeholder{ /* WebKit browsers */ color:#89a4d5; font-size:13px;}
.search input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#89a4d5; font-size:13px;}
.search input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#89a4d5; font-size:13px;}
.search input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#89a4d5; font-size:13px;}






.Detection_details .Detection_details_right .details_right_top .right_top_txt::-webkit-scrollbar-track {
		  background-color: #dcdcdc;
	} /* 滚动条的滑轨背景颜色 */

.Detection_details .Detection_details_right .details_right_top .right_top_txt::-webkit-scrollbar-thumb {
		  background:#213164; 
	} /* 滑块颜色 */

.Detection_details .Detection_details_right .details_right_top .right_top_txt::-webkit-scrollbar-button {
		  background-color: #fff;
	} /* 滑轨两头的监听按钮颜色 */

.Detection_details .Detection_details_right .details_right_top .right_top_txt::-webkit-scrollbar-corner {
		  background-color: #fff;
	} /* 横向滚动条和纵向滚动条相交处尖角的颜色 */
.Detection_details .Detection_details_right .details_right_top .right_top_txt::-webkit-scrollbar {
    width: 2px;
    height: 0px;
	border-radius:3px;
} /* 这是针对缺省样式 (必须的)*/













video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}


.mo_down{ height:0px; overflow:hidden}
.mo_down.on{ height:auto;}

input:-webkit-autofill { 
-webkit-box-shadow: 0 0 0px 1000px white inset; 
}
:root {
    --swiper-theme-color: #213164;
}

.fl{ float:left;}
.fr{ float:right;}
/*渐变从左向右*/
.jianbian2{
    height: 200px;
    background: -webkit-linear-gradient(to right,blue, yellow); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(to right,blue, yellow); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(to right,blue, yellow); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,white, yellow); /* 标准的语法（必须放在最后） */
}

/*黑白照片*/
.gray { 
-webkit-filter: grayscale(100%); 
   -moz-filter: grayscale(100%); 
    -ms-filter: grayscale(100%); 
     -o-filter: grayscale(100%); 
        filter: grayscale(100%); 
        filter: gray; 
}

.gray:hover { 
-webkit-filter: grayscale(0%); 
   -moz-filter: grayscale(0%); 
    -ms-filter: grayscale(0%); 
     -o-filter: grayscale(0%); 
        filter: grayscale(0%); 
        filter: gray; 
}
/*圆角5px*/
.radius5{ 
-webkit-border-radius:5px; 
   -moz-border-radius:5px; 
    -ms-border-radius:5px; 
     -o-border-radius:5px; 
        border-radius:5px; 
}
/*圆角10px*/
.radius10{ 
-webkit-border-radius:10px; 
   -moz-border-radius:10px; 
    -ms-border-radius:10px; 
     -o-border-radius:10px; 
        border-radius:10px; 
}
/*图片变大*/
.tra{
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
           filter: scale(1);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
	cursor:pointer;
	
}
.tra:hover{
-webkit-transform: scale(1.15);
   -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
     -o-transform: scale(1.15);
           filter: scale(1.15);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
	cursor:pointer;
	
}
/*透明度50%*/
.opacity5{ filter:alpha(opacity=50);-moz-opacity:0.5; -khtml-opacity:0.5;opacity: 0.5;}


.shadow1{ 
-webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
   -moz-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
    -ms-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px; 
     -o-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px; 
        box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
}
.shadow2{transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; }
.shadow2:hover{ 
-webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;
   -moz-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;
    -ms-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px; 
     -o-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px; 
        box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}


/*投影*/
.shadow5{ 
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}

.shadow7{ 
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}
.shadow7:hover{ 
-webkit-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
   -moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
    -ms-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px; 
     -o-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px; 
        box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}


.shadow1_1{ 
-webkit-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
   -moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
    -ms-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px; 
     -o-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px; 
        box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}


.shadow5:hover{ 
-webkit-box-shadow:rgba(0,0,0,0.08) 0px 0px 15px; 
   -moz-box-shadow:rgba(0,0,0,0.08) 0px 0px 15px; 
    -ms-box-shadow:rgba(0,0,0,0.08) 0px 0px 15px; 
     -o-box-shadow:rgba(0,0,0,0.08) 0px 0px 15px; 
        box-shadow:rgba(0,0,0,0.08) 0px 0px 15px; 
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}

.shadow8{ 
-webkit-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
   -moz-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
    -ms-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
     -o-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
        box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
		transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}


.shadow6{ 
-webkit-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
   -moz-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
    -ms-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
     -o-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
        box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
		transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}

/*投影*/
.shadow10{ 
-webkit-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
   -moz-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
    -ms-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
     -o-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
        box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
}
/*图片居中*/
.center{
	-webkit-align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: star;
}

/*图片居中2*/
.vertical{
	display:-webkit-box;
 display:-webkit-flex;
 display:-moz-box;
 display:-moz-flex;
display:-ms-flexbox;
display:flex;
/* 水平居中*/ 
	   -webkit-box-align:center;
		  -moz-box-align:center;
		   -ms-flex-pack:center;
 /* IE 10 */
 -webkit-justify-content:center; 
	-moz-justify-content:center;
	     justify-content:center;
/* IE 11+,Firefox 22+,Chrome 29+,Opera 12.1*/
/* 垂直居中 */ 
		-webkit-box-pack:center;
		  -ms-flex-align:center;
		   -moz-box-pack:center;
/* IE 10 */
	 -webkit-align-items:center;
	    -moz-align-items:center;
	    	 align-items:center;

}






/*图片翻转*/
.flip{
	-webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
           transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;
 }
.flip:hover{
	-webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(60deg);
           transition: all 0.3s ease; -webkit-transform: all 0.3s ease;  
	cursor:pointer;
}


.noscroll{
    overflow: hidden;
}


.bd_weixin_popup{ width:280px !important; height:345px !important; position:fixed !important; top:30% !important; left:0% !important; right:0% !important; margin:0 auto}



.quan{ width: 100%;}

.mo_top{ width:100%; display:none; position:fixed; top: 0; z-index: 100;}
.mo_top .mot{ width:100%; padding:0 2%; height:50px; background:#fff;box-shadow: 0px 0px 16px rgba(0,0,0,.2);}
.mo_top .mot .molo{ float:left; display:inline-block; height:30px; margin:10px 0;}
.mo_top .mot .molo img{ height:30px;}
.mo_top .mot .momenuicon{ float:right; height:16px; margin:17px 0;}
.mo_top .mot .cloesicon{ display:none;}
.mo_top .moxl{ left:-100%; top:50px; background:rgba(50,123,246,0.5); position:absolute; z-index:99; width:100%; transition:all ease 0.3s;}
.mo_top .moxl_box{ width:60%; background:#327bf6; height:100%; padding-bottom: 50px;}

.mo_top .moxl .moxl_xun{ width:100%; float:left; position:relative;}
.mo_top .moxl .moxl_xun .moxl_xun_icon{ width:100%; height:0px; position:absolute; padding-right:10px;}
.mo_top .moxl .moxl_xun .moxl_xun_icon img{ float:right; height:10px; margin:20px 0;}
.mo_top .moxl .moxl_xun .moxl_xun_icon img.moxl_xun_img2{ display:none; width:10px; height:7px}
.mo_top .moxl .moxl_xun .moxl_xun_title{ width:100%; padding-left:10px; display:inline-block; line-height:35px; font-size:14px; color:#fff;}
.mo_top .moxl .moxl_xun .moxl_erji{ width:100%; overflow:hidden; display:none}
.mo_top .moxl .moxl_xun .moxl_erji a{ width:100%; padding-left:20px; height:30px; line-height:30px; font-size:12px; color:#fff; display:inline-block; float:left;}

.mo_bottom{ width:100%; background:#da251c; display:none; margin-top:20px; position:fixed; bottom:0; z-index:20;}
.mo_bottom .mo_bottom_nei{ width:96%; margin:0 auto; height:50px;}
.mo_bottom .mo_bottom_nei .mo_lj_font{ padding-top:5px;}
.mo_lj{ color:#fff; padding:10px 0; text-align:center; font-size:13px; width:25%;}
.mo_yc{ width:100%; height:80px; display:none;}
.mo_lj div i{ font-size: 20px;}


.pc_top.on .pc_top_content .top_content_logo_nav .logo_nav_left .right_nav_list:before{background:#213164 ;}
.banner{ height: auto; background: #213164;}
.banner .slider .item a{ display:inline-block;}
.banner .slick-dots li button:before{ display:none;}
.banner .slick-dots li.slick-active button{ background:#920a0d;}
.banner .slick-dots li{ width:30px; height:3px;}
.banner .slick-dots li button{ width:100%; background:#fff; padding:0px; height:100%;}
.banner .slick-dots{ bottom:4%;}
.banner .slick-slide img{ width:100%; object-fit: cover;}
.banner .slick-dotted.slick-slider{ margin-bottom:0px;}
.index_swiper.swiper-container{width:100%;height:826px;margin:0;overflow:hidden;}

.index_swiper .swiper-slide{display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;background-size:cover;}
.index_swiper .swiper-slide:nth-child(1){background:url(/static/gtzl/images/s1_bg.jpg) center center}
.index_swiper .swiper-slide:nth-child(2){background:url(/static/gtzl/images/s2_bg.jpg) center center}
.index_swiper .swiper-slide:nth-child(3){background:url(/static/gtzl/images/s3_bg.jpg) center center}

.index_swiper .swiper-slide .index_text{color:#fff;text-align:center;z-index:100;width:80%}
.index_swiper .swiper-slide .index_text p{font-size:22px;line-height:100px;letter-spacing:1px;text-shadow: rgba(0,0,0,.5) 5px 5px 5px;}
.index_swiper .swiper-slide .index_text h1{font-size:56px;font-weight:bolder;line-height:100px;letter-spacing:10px;text-shadow:rgba(0,0,0,.5) 5px 5px 5px;}



.pc_all .pc_all_contnet{ max-width: 1490px; margin: 0 auto;}
.pc_alle .pc_all_contnet{ max-width: 1440px; margin: 0 auto;}
.pc_top{ line-height: 77px; border-bottom: 1px solid rgba(255,255,255,.3); position: fixed;z-index: 5000; top: 0; width: 100%; padding-left: 30px; z-index: 15;transition: all 0.3s ease;}
.pc_top .pc_top_content{width: 100%;}
.pc_top .pc_top_content .top_content_logo{ display: inline-block; line-height: 77px;width: 220px;}
.pc_top .pc_top_content .top_content_logo img{width: 100%;}
.pc_top .pc_top_content .top_content_logo span.on{ display: none;}
.pc_top .pc_top_content .top_content_logo span.on img{width: 100%;}
.pc_top.on .pc_top_content .top_content_logo span.on{ display: block;}
.pc_top.on .pc_top_content .top_content_logo span.of{ display: none;}
.pc_top.on{ background: #fff; border-bottom: 1px solid #dcdcdc;transition: all 0.3s ease;}
.pc_top.on .pc_top_content .top_content_logo_nav .logo_nav_left .right_nav_list .nav_list_title{ color: #333333;}
.pc_top.on .pc_top_content .top_content_logo_nav .logo_nav_left{ border-right: 1px solid #dcdcdc;}
.pc_top.on .pc_top_content .top_content_logo_nav .logo_nav_right a{ color: #666666;}
.pc_top.on .pc_top_content .top_content_logo_nav .logo_nav_right span{ color: #dcdcdc;}
.pc_top.on .pc_top_content .top_content_logo_nav .logo_nav_left .right_nav_list:before{ background: #5ead75;}
.pc_top .pc_top_content .top_content_logo_nav .logo_nav_left{ border-right: 1px solid rgba(255,255,255,.3); padding-right: 40px;}
.pc_top .pc_top_content .top_content_logo_nav .logo_nav_left .right_nav_list{ margin-right: 65px; position: relative;}
.pc_top .pc_top_content .top_content_logo_nav .logo_nav_left .right_nav_list:before{ content: ""; position: absolute; display: inline-block; width: 0%; height: 3px; background: #fff; bottom: -1px; left: 0; right: 0; margin: 0 auto;transition: all 0.3s ease;}
.pc_top .pc_top_content .top_content_logo_nav .logo_nav_left .right_nav_list:hover:before{transition: all 0.3s ease;  width: 100%;}
.pc_top .pc_top_content .top_content_logo_nav .logo_nav_left .right_nav_list:last-child{ margin-right: 0px;}
.pc_top .pc_top_content .top_content_logo_nav .logo_nav_left .right_nav_list .nav_list_title{ color: #fff; font-size: 15px; display: inline-block; line-height: 77px;padding: 0 20px;}
.pc_top .pc_top_content .top_content_logo_nav .logo_nav_left .right_nav_list:hover .nav_list_title{ color: #5ead75;}
.pc_top .pc_top_content .top_content_logo_nav .logo_nav_left .right_nav_list .nav_list_down{ position:absolute; width:530px; height:0px; background:#fff; top:77px; left:-200px; overflow:hidden; transition: all 0.3s ease 0s; opacity:0;}
.pc_top .pc_top_content .top_content_logo_nav .logo_nav_left .right_nav_list .nav_list_down .list_down_c{
 padding:40px 0px; padding-right:45px;
}
.pc_top .pc_top_content .top_content_logo_nav .logo_nav_left .right_nav_list .nav_list_down .list_down_left a{ font-size:15px; color:#666; display:inline-block; width:50%; line-height:normal; margin-bottom:25px;}
.pc_top .pc_top_content .top_content_logo_nav .logo_nav_left .right_nav_list .nav_list_down .list_down_left a:hover{ color:#213164;}
.pc_top .pc_top_content .top_content_logo_nav .logo_nav_left .right_nav_list .nav_list_down .list_down_left{ width:55%; padding:0px 20px;}
.pc_top .pc_top_content .top_content_logo_nav .logo_nav_left .right_nav_list .nav_list_down .list_down_right{ width:45%;}
.pc_top .pc_top_content .top_content_logo_nav .logo_nav_left .right_nav_list .nav_list_down .list_down_right img{ width:100%;}
.pc_top .pc_top_content .top_content_logo_nav .logo_nav_left .right_nav_list:hover .nav_list_down{ height:275px; transition: all 0.3s ease 0s; opacity:1; border-top:1px solid #dcdcdc;}


.pc_top .pc_top_content .top_content_logo_nav .logo_nav_left .right_nav_list:last-child .nav_list_down{ left:-280px;}
.pc_top .pc_top_content .top_content_logo_nav .logo_nav_left .right_nav_list:nth-child(3) .nav_list_down{ width:725px; left:-260px;}
.pc_top .pc_top_content .top_content_logo_nav .logo_nav_left .right_nav_list:nth-child(3) .nav_list_down .list_down_left{ width:64%;}
.pc_top .pc_top_content .top_content_logo_nav .logo_nav_left .right_nav_list:nth-child(3) .nav_list_down .list_down_right{ width:36%;}




.pc_top:hover .pc_top_content .top_content_logo span.on{ display: block;}
.pc_top:hover .pc_top_content .top_content_logo span.of{ display: none;}
.pc_top:hover{ background: #fff; border-bottom: 1px solid #dcdcdc;transition: all 0.3s ease;}
.pc_top:hover .pc_top_content .top_content_logo_nav .logo_nav_left .right_nav_list .nav_list_title{ color: #333333;}
.pc_top:hover .pc_top_content .top_content_logo_nav .logo_nav_left{ border-right: 1px solid #dcdcdc;}
.pc_top:hover .pc_top_content .top_content_logo_nav .logo_nav_right a{ color: #666666;}
.pc_top:hover .pc_top_content .top_content_logo_nav .logo_nav_right span{ color: #dcdcdc;}
.pc_top:hover .pc_top_content .top_content_logo_nav .logo_nav_left .right_nav_list:before{ background: #5ead75;}

.pc_top .pc_top_content .top_content_logo_nav .logo_nav_right{ padding: 0px 40px; position:relative;}
.pc_top .pc_top_content .top_content_logo_nav .logo_nav_right a{ font-size: 15px; color: #fff;} 
.pc_top .pc_top_content .top_content_logo_nav .logo_nav_right span{ font-size: 14px; color: rgba(255,255,255,.3); margin: 0px 16px;}
.pc_top .pc_top_content .top_content_logo_nav .logo_nav_right .nav_right_form{ position:absolute; width:200px; right:0%; top:62px; display:none;}
.pc_top .pc_top_content .top_content_logo_nav .logo_nav_right .nav_right_form dd input{ line-height:45px; background:#fff; padding:0px 10px; width:100%;}
.pc_top .pc_top_content .top_content_logo_nav .logo_nav_right .nav_right_form dd{ width:70%;}
.pc_top .pc_top_content .top_content_logo_nav .logo_nav_right .nav_right_form dt{ width:30%;}
.pc_top .pc_top_content .top_content_logo_nav .logo_nav_right .nav_right_form dt input{ width:100%; line-height:45px; background:#f5f5f5; cursor:pointer; font-size:14px; text-align:center; color:#213164;}

.banner{ overflow:hidden;}
.banner,.banner .banner_content{ position: absolute; top: 0; left: 0; height: 100%; width: 100%;}
.banner .banner_search{ transform: translateX(-50%) translateY(-50%); position: absolute; top: 50%; left: 50%; z-index: 5;}
.banner #slide_01{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 3;}
.banner .icon{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 3; text-align: center; z-index: 4;}
.banner .icon img{ width: auto; animation:mymove 2s infinite;}

@keyframes mymove{
0%   { opacity: .3;}
50% { opacity: 1;}
100%   { opacity: .3;}
}



.banner .banner_search .banner_search_title{ font-size: 56px; color: #fff; margin-bottom: 107px;}
.banner .banner_search .banner_search_content{ position:relative;}
.banner .banner_search .banner_search_content .search_content_text{ background: url(/static/gtzl/images/bn2.png) no-repeat 0% 50%; line-height: 42px; border-bottom: 1px solid rgba(255,255,255,.5); width: 486px; padding-left: 40px; font-size: 16px; color: #fff; padding-right: 115px;}
.banner .banner_search .banner_search_content .search_content_submit{
    width: 92px;
    height: 30px;
    position: absolute;
    top: 6px;
    right: 19px;
    border-radius: 19px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
    cursor: pointer;
	background:none;	
}
.banner .banner_search .banner_search_content .search_content_submit:hover{ background:#fff; color:#213164; border:1px solid #213164;}

.banner input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:rgba(255,255,255,.8); font-size:16px;}
.banner input::-webkit-input-placeholder{ /* WebKit browsers */ color:rgba(255,255,255,.8); font-size:16px;}
.banner input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:rgba(255,255,255,.8); font-size:16px;}
.banner input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:rgba(255,255,255,.8); font-size:16px;}
.banner nput::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:rgba(255,255,255,.8); font-size:16px;}


.banner .banner_nav{ position: absolute; bottom: 5%; left: 0; width: 1490px; margin: 0 auto; right: 0; padding: 0px 100px; background: url(/static/gtzl/images/bn9.png) no-repeat 50% 50%; z-index: 10; text-align:center;}
.banner .banner_nav a{ display: inline-block; text-align: center; position: relative; margin-right: 130px; color: #fff;}
.banner .banner_nav a:last-child{ margin-right: 0px;}
.banner .banner_nav a dt{ font-size: 15px; margin-top: 40px; position: relative;}
.banner .banner_nav a:before{ content: ""; position: absolute; display: inline-block; width: 33px; height: 3px; background: #fff; top: 49.5%; left: 0; right: 0; margin: 0 auto;  transition: all 0.3s ease;}
.banner .banner_nav a:after{ content: ""; position: absolute; display: inline-block; width: 6px; height: 5px; background: #fff; left: 0; right: 0; margin: 0 auto; background: url(/static/gtzl/images/bn10.png) no-repeat 50% 50%; top:39px;  transition: all 0.3s ease; opacity: 0;}
.banner .banner_nav a:hover:after{ top: 34px;  transition: all 0.3s ease; opacity: 1;}
.banner .banner_nav a:hover{ font-weight: bolder; color: #5ead75;}

.footer_contact {margin-top: 15px;}
.footer_contact h4{color: #fff;font-size: 16px;font-weight: bold;line-height: 34px;margin-top: 10px;}
.footer_contact p{color: #fff;font-size: 12px;line-height: 24px;}

.footer_contact p span{display: inline-block;margin-right: 15px;}
.About{ background: url(/static/gtzl/images/bg1.jpg) no-repeat 50%/cover; position: absolute; overflow:hidden;}
.About .About_content{ transform: translateX(-50%) translateY(-50%); position: absolute; top: 50%; left: 50%; text-align: center; width: 666px; height: 666px; border-radius: 1000px; padding: 205px 185px; z-index: 6;}
.About .About_content .About_title dd{ font-size: 32px; color: #fff; font-weight: bolder; margin-bottom: 20px;}
.About .About_content .About_title dt{ font-size: 22px; color: #fff;}
.About .About_content p{ font-size: 16px; color: #fff; margin-top: 40px;}
.About .About_content .About_more{ margin-top: 60px;}
.About .About_content .About_more a{ color: #fff;font-size: 14px; display: inline-block; width: 196px; text-align: center; line-height: 40px; border: 1px solid #fff; border-radius: 100px;}
.About .About_content .About_more a:hover{ color: #fff; background: #5ead75; border: 1px solid #5ead75;}
.About .inliner-bg{
	width: 666px;
	height: 666px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -333px 0 0 -333px;
	z-index: 5;
}
.About .inliner-bg span{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 41px;
}
.About .inliner-bg span.one{
	background: url(/static/gtzl/images/wel23.png) no-repeat center;
	background-size: 100% 100%;
	-webkit-animation: inlinerbg 1.2s infinite linear;
	animation: inlinerbg 1.2s infinite linear;
}
.About .inliner-bg span.two{
	background: url(/static/gtzl/images/wel24.png) no-repeat center;
	background-size: 100% 100%;
	-webkit-animation: inlinerbgo 1.2s infinite linear;
	animation: inlinerbgo 1.2s infinite linear;
}


@-webkit-keyframes inlinerbg {
  0% {
    -webkit-transform:translate(5px,-9px);
        transform: translate(5px,-9px);
  }
  50% {
    -webkit-transform: translate(0,0);
            transform: translate(0,0);
  }
  100%{
  	-webkit-transform:translate(5px,-9px);
        transform: translate(5px,-9px);
  }
}

@keyframes inlinerbg {
  0% {
    -webkit-transform:translate(5px,-9px);
        transform: translate(5px,-9px);
  }
  50% {
    -webkit-transform: translate(0,0);
            transform: translate(0,0);
  }
  100%{
  	-webkit-transform:translate(5px,-9px);
        transform: translate(5px,-9px);
  }
}
@-webkit-keyframes inlinerbgo {
  0% {
    -webkit-transform:translate(-5px,9px);
        transform:translate(-5px,9px);
  }
  50% {
    -webkit-transform: translate(0,0);
            transform: translate(0,0);
  }
  100%{
  	-webkit-transform:translate(-5px,9px);
        transform: translate(-5px,9px);
  }
}

@keyframes inlinerbgo {
  0% {
    -webkit-transform:translate(-5px,9px);
        transform: translate(-5px,9px);
  }
  50% {
    -webkit-transform: translate(0,0);
            transform: translate(0,0);
  }
  100%{
  	-webkit-transform:translate(-5px,9px);
        transform: translate(-5px,9px);
  }
}





.Indexavb{padding:80px 0; background: url(/static/gtzl/images/n_bg.jpg) center fixed; background-size: cover;text-align: center;}
.Indexavb h1{font-size: 34px;color:#fff;line-height: 50px;letter-spacing: 5px;margin-bottom: 20px;}
.Indexavb p{font-size: 14px;color:#fff;line-height: 30px;}
.IndexNews{ padding-top: 77px;background: #f6f6f6;}
.IndexNews .IndexNews_top{ padding:  0px; margin-bottom: -45px;}
.IndexNews .IndexNews_top .IndexNews_top_list{ width: 23.5%; margin-right: 2%; display: inline-block;}
.IndexNews .IndexNews_top .IndexNews_top_list:last-child{ margin-right: 0px;}
.IndexNews .IndexNews_top .IndexNews_top_list .top_list_li{ padding: 20px; background: #fff; margin-bottom: 45px; border-bottom: 2px solid #213164; box-shadow: 0px 3px 10px rgba(0,0,0,.15); display: inline-block; width: 100%;}
.IndexNews .IndexNews_top .IndexNews_top_list .top_list_li .list_li_title{ font-size: 16px; color: #333333; border-bottom: 1px solid #dcdcdc; padding-bottom: 15px;
overflow: hidden; margin-bottom: 15px;
text-overflow:ellipsis;
white-space: nowrap;
}
.IndexNews .IndexNews_top .IndexNews_top_list .top_list_li .list_li_txt{ font-size: 14px; color: #666666; line-height: 26px;
display: -webkit-box; height: 52px; margin-bottom: 20px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.IndexNews .IndexNews_top .IndexNews_top_list .top_list_li .list_li_time{ color: #999999; font-size: 12px;}
.IndexNews .IndexNews_top .IndexNews_top_list .top_list_li_img img{ width: 100%; height: 227px; object-fit: cover;}
.IndexNews .IndexNews_top .IndexNews_top_list:nth-child(2n) .top_list_li{ border-bottom: 0px;}


.footer{ background: #213164; position: absolute; bottom: 0; left: 0; height: 330px; width: 100%; padding-top: 53px;}
.footer .footer_top .footer_top_left .top_left_title dd{ font-size: 22px; color: #fff;}
.footer .footer_top .footer_top_left .top_left_title dd img{width: 220px;}
.footer .footer_top .footer_top_left .top_left_title dt{ font-size: 12px; color: #fff; margin-top: 10px;letter-spacing:6px;}
.footer .footer_top .footer_top_left .top_left_phone img{ position: relative; top: -3px; margin-right: 10px;}
.footer .footer_top .footer_top_left .top_left_phone{ font-size: 22px; color: #fff; font-weight: bolder; margin-top: 40px; margin-bottom: 25px;}
.footer .footer_top .footer_top_left .top_left_share a{ margin-right: 15px; display:inline-block; width:27px; height:22px; padding-left:0px;}
.footer .footer_top .footer_top_left .top_left_share a:nth-child(1){ background: url(/static/gtzl/images/bn11.png) no-repeat 50% 50%;}
.footer .footer_top .footer_top_left .top_left_share a:nth-child(2){ background: url(/static/gtzl/images/bn12.png) no-repeat 50% 50%;}
.footer .footer_top .footer_top_left .top_left_share a:nth-child(3){ background: url(/static/gtzl/images/bn13.png) no-repeat 50% 50%;}
.footer .footer_top .footer_top_left .top_left_share a:nth-child(4){ background: none;}




.footer .footer_top .footer_top_center{ width: 50%; margin-left:5%;}
.footer .footer_top .footer_top_center .top_center_list{ width: 15%; margin-right: 5%;}
.footer .footer_top .footer_top_center .top_center_list:last-child{ margin-right: 0px;}
.footer .footer_top .footer_top_center .top_center_list dd a{ font-size: 16px; color: #fff; margin-bottom: 20px; display: inline-block;} 
.footer .footer_top .footer_top_center .top_center_list dt a{ font-size: 14px; color: rgba(255,255,255,.5); display: inline-block; width: 100%; display: inline-block; margin-bottom: 10px;} 
.footer .footer_top .footer_top_right dt{ font-size: 14px; color: #fff; text-align: center; margin-top: 10px;}

.footer .Copyright{ line-height: 60px; border-top: 1px solid rgba(255,255,255,.2); width: 100%; position: absolute;bottom: 0;}
.footer .Copyright .Copyright_left dd{ font-size: 12px; color: #fff;}
.footer .Copyright .Copyright_left dt a{ font-size: 12px; color: rgba(255,255,255,.5); margin-right: 30px;}
.footer .Copyright .Copyright_left dt a:last-child{ margin-right: 0px;}
.footer .Copyright .Copyright_right{ font-size: 12px; color: rgba(255,255,255,.5);}

.footer .Copyright .Copyright_right a{ color: rgba(255,255,255,.5);text-decoration: underline;}




.footer_details{ position: inherit; position: relative;}



.about{ overflow: hidden; position: relative; height: 826px; background: #213164 ;}


.honor{ padding: 70px 0px;}
.honor .honor_title{ text-align: center; margin-bottom: 80px;}
.honor .honor_title dd{ font-size: 32px; color: #333333; margin-bottom: 15px;}
.honor .honor_title dt{ font-size: 14px; color: #999999;letter-spacing: 18px;}
.honor .honor_content .honor_content_left{ width: 54%;}
.honor .honor_content .honor_content_right{ width: 44%; padding-top: 35px;}
.honor .honor_content .honor_content_right a{ display: inline-block; width: 48%; margin-right: 4%; line-height: 50px; border: 1px solid #dcdcdc; margin-bottom: 3%; padding: 0px 14px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.honor .honor_content .honor_content_right a:hover{ background: #213164; color: #fff; border: 1px solid #213164;}
.honor .honor_content .honor_content_right a.on{ background: #213164; color: #fff; border: 1px solid #213164;}
.honor .honor_content .honor_content_right a:nth-child(2n){ margin-right: 0px;}
.honor .honor_content .honor_content_left .content_left_li{ position: relative;display: none;} 
.honor .honor_content .honor_content_left .content_left_li:first-child{display: block;}
.honor .honor_content .honor_content_left .content_left_li .left_li_bottom{ position: absolute; left: 0%; bottom: 25%; color: #333333; font-size: 18px; text-align: center; font-weight: bolder; margin-top: 20px; width: 100%;}
 .index_honor{width:100% ;font-size: 0;text-align: center;}
 
 .index_honor li{display: inline-block;width:25%;margin:1% 2.5%  2.5% 2.5% ;}
  .index_honor li img{width: 100%;}
    .index_honor li .text{display: block;background:#213164 ;color: #fff;font-size: 16px;line-height:40px ;margin-top: 10px;}
 .Detection_content_list{ background: #fff; box-shadow: 0px 0px 24px rgba(0,0,0,.12); margin:20px 30px;}
 .Detection_content_list .content_list_left{ width:50%;padding:20px 0 20px 25px;}
 .Detection_content_list .content_list_left img{ width:100%; height:100%; object-fit:cover;}
 .Detection_content_list .content_list_right{ width:50%; padding:40px 45px;text-align: left;line-height: 30px;}
 .Detection_content_list .content_list_right dd{ font-size: 20px; color: #213164; position: relative; padding-bottom: 15px; margin-bottom: 20px;}
 .Detection_content_list .content_list_right dd:before{ content: ""; position: absolute; display: inline-block; width: 46px; height: 2px; background: #213164; left: 0; bottom: 0;}
 .Detection_content_list .content_list_right dt{ line-height: 28px; font-size: 14px; color: #666666;
 overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 4;
 }
 .Detection_content_list .content_list_right a{ display: inline-block; width: 160px; line-height: 45px; border: 1px solid #dcdcdc; text-align: center; font-size: 14px; color: #999999; margin-top: 35px;}
 .Detection_content_list .content_list_right a i{ margin-left: 10px; position: relative; top: -1px;}
 .Detection_content_list .content_list_right a:hover{ background: #802d3d; border: 1px solid #802d3d; color: #fff;}
.about_content{position: relative;text-align: left; padding: 0 5%;display: inline-block;width:63%;vertical-align: top;}
.about_content dd{ font-size:30px; color: #333; margin-bottom: 30px; position: relative;}
.about_content dd:before{ content: ""; position: absolute; width: 98px; height: 2px; background: rgba(255,255,255,.5); left: 0; right: 0; margin: 0 auto; bottom: 0;}
.about_content dt{   line-height: 40px; color: #666; font-size: 16px; text-align: left;}

.about_content dt a{display: inline-block;transition:all .4s;font-size: 14px;color: #fff;background: #213164;line-height: 46px;margin-top: 15px;padding: 0 20px;}
.about_content dt span{display: inline-block;transition:all .4s;}
.about_content dt a:hover span{margin-left: 20px;}
.about_img{display: inline-block;width: 30%;vertical-align: top;position: relative;}
.about_img img{width: 100%;vertical-align: top;}


.Partner{ background: #f7f7f7 url(/static/gtzl/images/bg5.jpg) no-repeat 50% 50%; padding-bottom: 160px;}
.Partner .pc_all_contnet{ position: relative;}
.Partner .Partner_content{ position: relative;}
.Partner .Partner_content .swiper-slide{ text-align: center;   margin-bottom: -1px; cursor: pointer;}
.Partner .Partner_content .swiper-slide:last-child{ border-right:0px;}
.Partner .Partner_content .swiper-slide:nth-last-child(2){ border-right:0px;}
.Partner .swiper-pagination{ width: 100%; margin-top: 60px;}
.Partner .swiper-pagination-bullet{ opacity: 1; background: none; border: 1px solid #213164; width: 10px; height: 10px; margin: 0px 6px;}
.Partner .swiper-pagination-bullet-active{ background: #213164;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{left: 0;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{right: 0;}









.property{ padding-bottom: 110px;}
.property .property_top{ padding: 45px; box-shadow: 0px 0px 40px rgba(0,0,0,.12);}
.property .property_top .property_top_left .top_left_list{ margin-bottom: 55px;}
.property .property_top .property_top_left .top_left_list:last-child{ margin-bottom: 0px;}
.property .property_top .property_top_left .top_left_list dd{ font-size: 22px; color: #213164; margin-bottom: 15px;}
.property .property_top .property_top_left .top_left_list dt{ font-size: 16px; color: #666666; line-height: 30px;}
.property .property_bottom{ padding: 45px; box-shadow: 0px 0px 40px rgba(0,0,0,.12); background: url(/static/gtzl/images/bn34.png) no-repeat 50% 0%; margin-top: 44px;}
.property .property_bottom .property_bottom_title{ font-size: 22px; color: #213164; text-align: center; margin-bottom: 20px;}
.property .property_bottom .property_bottom_txt{ height: 314px; overflow: hidden;}
.property .property_bottom .property_bottom_txt.on{ height: auto;}
.property .property_bottom .property_bottom_txt p{ line-height: 26px; color: #666666; text-transform: uppercase; margin-bottom: 20px;}
.property .property_bottom .property_bottom_txt p:last-child{ margin-bottom: 0px;}
.property .property_bottom .property_bottom_more{ text-align: center; margin-top: 35px;}
.property .property_bottom .property_bottom_more .m_2{ display: none;}
.property .property_bottom .property_bottom_more a.more_on .m_1{ display: none;}
.property .property_bottom .property_bottom_more a.more_on .m_2{ display: block;}
.property .property_bottom .property_bottom_more a.more_on img{
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	     -o-transform: rotate(180deg);
	        transform: rotate(180deg);
	       transition: all 0.3s ease; -webkit-transform: all 0.3s ease;  
}
.property .property_bottom .property_bottom_more a{ display: inline-block; width: 166px; height: 49px; line-height: 49px; text-align: center; border: 1px solid #dcdcdc;}
.property .property_bottom .property_bottom_more a img{ margin-left: 5px; position: relative; top: -1px;}







.details_banner{ position: relative;}
.details_banner .details_banner_img img{ width: 100%; height: 450px; object-fit: cover;}
.details_banner .details_banner_txt{ text-align: center; position: absolute; transform: translateX(-50%) translateY(-50%); left: 50%; top: 50%;}
.details_banner .details_banner_txt dd{ font-size: 40px; color: #fff; margin-bottom: 30px;}
.details_banner .details_banner_txt dt{ font-size: 24px; color: #fff;}



.search{ width: 639px; margin: 0 auto; border: 1px solid #dcdcdc; border-radius: 100px; overflow: hidden; padding-right: 25px; position: relative; margin-top: -29px; z-index: 20; background: #fff;}
.search dd{ width: 85%;}
.search dd input{ line-height: 56px; padding: 0px 25px; font-size: 16px; color: #333; width: 100%;}
.search dt{ width: 15%; padding: 12px 0px;}
.search dt input{ width: 100%; line-height: 32px; text-align: center; background: #213164; border-radius: 100px; color: #fff; font-size: 14px; cursor: pointer;}
.search input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#999999; font-size:16px;}
.search input::-webkit-input-placeholder{ /* WebKit browsers */ color:#999999; font-size:16px;}
.search input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#999999; font-size:16px;}
.search input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:16px;}
.search input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:16px;}








.Detection{ padding: 65px 0px;}
.Detection .Detection_content .Detection_content_list{ background: #fff; box-shadow: 0px 0px 24px rgba(0,0,0,.12); margin-bottom: 60px;width: 45%;}


.Detection .Detection_content .Detection_content_list .content_list_left{ width:42%;}
.Detection .Detection_content .Detection_content_list .content_list_left img{ width: 100%; object-fit:cover;}
.Detection .Detection_content .Detection_content_list .content_list_right{ width: 58%; padding: 20px 25px;}
.Detection .Detection_content .Detection_content_list .content_list_right dd{ font-size: 20px; color: #213164; position: relative; padding-bottom: 15px; margin-bottom: 20px;}
.Detection .Detection_content .Detection_content_list .content_list_right dd:before{ content: ""; position: absolute; display: inline-block; width: 46px; height: 2px; background: #213164; left: 0; bottom: 0;}
.Detection .Detection_content .Detection_content_list .content_list_right dt{ line-height: 28px; font-size: 14px; color: #666666;}
.Detection .Detection_content .Detection_content_list .content_list_right a{ display: inline-block; width: 160px; line-height: 45px; border: 1px solid #dcdcdc; text-align: center; font-size: 14px; color: #999999; margin-top: 35px;}
.Detection .Detection_content .Detection_content_list .content_list_right a i{ margin-left: 10px; position: relative; top: -1px;}
.Detection .Detection_content .Detection_content_list .content_list_right a:hover{ background: #802d3d; border: 1px solid #802d3d; color: #fff;}




.page li a{ width: 40px; height: 40px; line-height: 40px; display: inline-block; text-align: center; background: #fff; color: #333333; margin-right: 15px; border: 1px solid #dcdcdc;}
.page li a.active{ background: #213164; color: #fff; border: 1px solid #213164;}
.page li:hover a{ background: #213164; color: #fff; border: 1px solid #213164;}
.page li .prev,.page li .next{ width: 100px;}




.Detection_details{ padding-bottom: 100px; padding-top: 55px;}
.Detection_details .Detection_details_left{ width: 21%; box-shadow: 0px 0px 24px rgba(0,0,0,.12);}
.Detection_details .Detection_details_left .details_left_title{ line-height: 60px; font-size: 16px; color: #fff; background: #213164; padding-left: 21px;}
.Detection_details .Detection_details_left .details_left_content .left_content_list dd a{ display: block; padding:16px 0px; padding-left: 26px; background: #fafafa; font-size: 14px; color: #333333; border-bottom: 1px solid #dcdcdc; cursor:pointer;

}

.Detection_details .Detection_details_left .details_left_content .left_content_list.on dt{ display:block;}
.Detection_details .Detection_details_left .details_left_content .left_content_list dd.on a{ background: #ccd9da; border-bottom: 1px solid #ccd9da;}
.Detection_details .Detection_details_left .details_left_content .left_content_list dt{ padding: 18px 0px; padding-left: 40px; display:none;}
.Detection_details .Detection_details_left .details_left_content .left_content_list dt a{ display: inline-block; width: 100%; margin-bottom: 12px; position: relative; padding-left: 15px;}
.Detection_details .Detection_details_left .details_left_content .left_content_list dt a:last-child{ margin-bottom: 0px;}
.Detection_details .Detection_details_left .details_left_content .left_content_list dt a:before{ content: ""; position: absolute; display: inline-block; width: 6px; height: 6px; border: 1px solid #c2c2c2; top: 30%; left: 0;transition: all 0.5s ease 0s;}
.Detection_details .Detection_details_left .details_left_content .left_content_list dt a:hover{ color: #213164;}
.Detection_details .Detection_details_left .details_left_content .left_content_list dt a:hover:before{ background: #213164; border: 1px solid #213164;transition: all 0.5s ease 0s;}
.Detection_details .Detection_details_left .details_left_content .left_content_list dt a.on{ color: #213164;}
.Detection_details .Detection_details_left .details_left_content .left_content_list dt a.on:before{ background: #213164; border: 1px solid #213164;transition: all 0.5s ease 0s;}
.Detection_details .Detection_details_right{ width: 75%;}
.Detection_details .Detection_details_right .details_right_top{ padding: 40px 30px; background: #fff; box-shadow: 0px 0px 24px rgba(0,0,0,.12); margin-bottom: 60px;}
.Detection_details .Detection_details_right .details_right_top .right_top_img{ width: 35%; text-align: center;}
.Detection_details .Detection_details_right .details_right_top .right_top_img img{ width:100% !important; height:290px; object-fit:cover;}
.Detection_details .Detection_details_right .details_right_top .right_top_txt{ width: 62%; padding-right:2%;}
.Detection_details .Detection_details_right .details_right_top .right_top_txt dd{ font-size: 20px; color: #213164; position: relative; padding-bottom: 15px; margin-bottom: 25px;}
.Detection_details .Detection_details_right .details_right_top .right_top_txt dd:before{ content: ""; position: absolute; display: inline-block; width: 29px; height: 2px; background: #213164; bottom: 0px; left: 0;}
.Detection_details .Detection_details_right .details_right_top .right_top_txt dt{ line-height: 30px; color: #666666; font-size: 14px;}
.Detection_details .Detection_details_right .details_right_top .right_top_txt img{max-width: 100%;}
.Detection_details .Detection_details_right .details_right_center{}
.Detection_details .Detection_details_right .details_right_center .right_top_txt{ width: 100%; line-height: 35px; margin-bottom: 28px;}
.Detection_details .Detection_details_right .details_right_center .right_top_txt:last-child{ margin-bottom: 0px;}
.Detection_details .Detection_details_right .details_right_center .right_top_txt dd{ margin-bottom: 15px; padding-bottom: 10px;}
.Detection_details .Detection_details_right .details_right_center .right_top_txt p{ font-size: 16px;}
.Detection_details .Detection_details_right .details_right_center .right_top_txt p img{ margin-right: 10px; position: relative; top: -2px;}
.Detection_details .Detection_details_right .details_right_bottom{ padding: 40px 30px; background: #fff; box-shadow: 0px 0px 24px rgba(0,0,0,.12); padding-bottom: 55px;}
.Detection_details .Detection_details_right .details_right_bottom .right_bottom_title{font-size: 20px; color: #213164; margin-bottom: 30px;}
.Detection_details .Detection_details_right .details_right_bottom .right_bottom_content table{ background: #dcdcdc; width: 100%;}
.Detection_details .Detection_details_right .details_right_bottom .right_bottom_content table tr td{ background: #fff; text-align: center; width: 20%; padding: 30px 20px; font-size: 14px; color: #666666; line-height: 26px;}
.Detection_details .Detection_details_right .details_right_bottom .right_bottom_content table tr td p{ text-align: center;}
.Detection_details .Detection_details_right .details_right_bottom .right_bottom_content table tr:nth-child(1) td{ line-height: 50px; font-size: 16px; color: #fff; background: #213164; padding: 0px;}
.Detection_details .Detection_details_right .details_right_bottom .right_bottom_content table tr:nth-child(1) td:nth-child(2n){ background: #1e5049; width: 30%;}
.Detection_details .Detection_details_right .details_right_bottom .right_bottom_content table tr td:nth-child(2n){ background: #f9f9f9;}







.news{ background: #f7f7f7; padding: 65px 0px;}
.news .news_content .news_content_list{ width: 31%; margin-right: 3%; display: inline-block; box-shadow: 0px 0px 10px rgba(0,0,0,.08); margin-bottom: 3.5%;}
.news .news_content .news_content_list:nth-child(3n){ margin-right: 0px;}
.news .news_content .news_content_list .content_list_img{ width: 100%; object-fit: cover;}
.news .news_content .news_content_list .content_list_img img{ width: 100%; height: 280px; object-fit: cover;}
.news .news_content .news_content_list .content_list_txt{ background: #fff;}
.news .news_content .news_content_list .content_list_txt .list_txt_title{ padding: 25px;}
.news .news_content .news_content_list .content_list_txt .list_txt_title dd{ font-size: 18px; color: #000000; margin-bottom: 22px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.news .news_content .news_content_list .content_list_txt .list_txt_title dt{ font-size: 14px; color: #666666; line-height: 26px;
display: -webkit-box; height: 52px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.news .news_content .news_content_list .content_list_txt .list_txt_time{ line-height: 54px; background: #fff; padding: 0px 20px; font-size: 14px; color: #999999; line-height: 55px;transition: all 0.5s ease 0s; border-top: 1px solid #dcdcdc;}
.news .news_content .news_content_list:hover .content_list_txt .list_txt_title dd{ color: #213164;}
.news .news_content .news_content_list:hover .content_list_txt .list_txt_time{ background: #213164; color: #fff;transition: all 0.3s ease 0s;}






.news_details{ background: #f7f7f7; padding: 66px 0px;}
.news_details .pc_all_contnet{ background: #fff; padding: 60px 70px;}
.news_details .news_details_title{ text-align:center; border-bottom:1px solid #dcdcdc; padding-bottom:15px}
.news_details .news_details_title dd{ font-size:26px; color:#333333; padding-bottom:20px; font-weight: bolder;}
.news_details .news_details_title dt div{ color:#666666; font-size:13px; padding-right:50px; display:inline-block; line-height:26px}
.news_details .news_details_title dt div:nth-child(3){ padding-right:0px}

.news_details .news_details_content{ padding:30px 0px; padding-bottom: 0px;}
.news_details .news_details_content div img{ max-width:100%}
.news_details .news_details_content .details_content_top{ border-bottom:1px solid #dcdcdc; padding-bottom:30px}
.news_details .news_details_content .details_content_top{ line-height:26px; font-size:14px; color:#666666}
.news_details .news_details_content .details_content_top p{ padding:10px 0px;}
.news_details .news_details_content .details_content_top p img{ max-width: 100%;}
.news_details .news_details_content .news_page{ padding-top: 35px;}
.news_details .news_details_content .news_page .news_page_left .page_left_list{ font-size: 14px; color: #333333; margin-top: 18px;}
.news_details .news_details_content .news_page .news_page_left .page_left_list:first-child{ margin-top: 0px;}
.news_details .news_details_content .news_page .news_page_left .page_left_list a{ font-size: 14px; color: #333333;}
.news_details .news_details_content .news_page .news_page_left .page_left_list a:hover{ color: #0056b8;}
.news_details .news_details_content .news_page .news_page_right{ display: inline-block; border: 1px solid #213164; border-radius: 50px; text-align: center; line-height: 4px; line-height: 43px; font-size: 14px; color: #333333; margin: 5px 0px; padding: 0px 25px;}
.news_details .news_details_content .news_page .news_page_right img{  width: auto; margin-left: 20px; position: relative; top: -1px;}
.news_details .news_details_content .news_page .news_page_right:hover{ color: #213164;}








.contact{ background: #f6f6f6; padding: 66px 0px;}
.contact .contact_top .contact_top_left{ width: 46%;}
.contact .contact_top .contact_top_left img{ max-width: 100%;}
.contact .contact_top .contact_top_right{ width: 54%; background: #fff; padding: 45px;}
.contact .contact_top .contact_top_right .top_right_title dd{ font-size: 26px; color: #333333; position: relative; padding-bottom: 20px; margin-bottom: 25px;}
.contact .contact_top .contact_top_right .top_right_title dd:before{ content: ""; position: absolute; width: 50px; height: 2px; display: inline-block; background: #213164; bottom: 0; left: 0;}
.contact .contact_top .contact_top_right .top_right_title dt{ font-size: 15px; color: #666666; line-height: 30px;}
.contact .contact_top .contact_top_right .top_right_phone{ margin-top: 44px;}
.contact .contact_top .contact_top_right .top_right_phone .right_phone_list{ margin-bottom: 15px; color: #213164;}
.contact .contact_top .contact_top_right .top_right_phone .right_phone_list img{ margin-right: 10px; position: relative; top: -2px;}
.contact .contact_top .contact_top_right .top_right_phone .right_phone_list span{ margin-left: 20px;}
.contact .contact_top .contact_top_right .top_right_phone .right_phone_list:last-child{ margin-bottom: 0px;}




.join_content{ margin-top: 65px;}
.join_list{ margin-bottom: 10px;}
.join_list .join_list_title{ line-height: 55px; background: #fff; padding: 0px 40px; cursor: pointer; transition: all 0.3s ease 0s;}
.join_list .join_list_title:hover{ background: #213164;transition: all 0.3s ease 0s;}
.join_list .join_list_title:hover div{ color: #fff !important;transition: all 0.3s ease 0s;}
.join_list .join_list_title.on{ background: #213164;transition: all 0.3s ease 0s;}
.join_list .join_list_title.on div{ color: #fff !important;transition: all 0.3s ease 0s;}
.join_list .join_list_title div:nth-child(1){ color: #213164; font-size: 15px; font-weight: bolder; width: 40%;}
.join_list .join_list_title div:nth-child(2){ color: #666; font-size: 13px; width: 35%;}
.join_list .join_list_title div:nth-child(3){ width: 25%; text-align: right;}
.join_list .join_list_title div .Social2{ display: none;}
.join_list .join_list_content{ padding: 20px 40px; display: none;}
.join_list .join_list_content .list_content_list{ margin-bottom: 40px;}
.join_list .join_list_content .list_content_list dd{ font-size: 15px; color: #213164; padding-bottom: 10px;}
.join_list .join_list_content .list_content_list dt p{ line-height: 28px; font-size: 13px; color: #828282;}
.join_list .join_list_content .em{ font-size: 13px; color: #213164;}




.map{ padding: 66px 0px;}
.map .map_top .map_top_list{ margin-right:20%;}
.map .map_top .map_top_list:last-child{ margin-right: 0px;}
.map .map_top .map_top_list .top_list_title{ font-size: 26px; color: #333333; margin-bottom: 45px;}
.map .map_top .map_top_list .top_list_txt .list_txt_list{ margin-bottom: 20px;}
.map .map_top .map_top_list .top_list_txt .list_txt_list dd{ font-size: 14px; color: #868686; margin-bottom: 10px;}
.map .map_top .map_top_list .top_list_txt .list_txt_list dt b{ font-size: 24px; color: #213164;}
.map .map_top .map_top_list .top_list_txt .list_txt_list dt{ font-size: 18px; color: #333333;}





.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
#dituContent{ width: 100%; height: 481px;}



.Cooperation{ padding: 66px 0px; background: #f6f6f6;}
.Cooperation .pc_all_contnet{ padding: 0px 135px;}
.Cooperation .Cooperation_top{ box-shadow: 0px 0px 15px rgba(0,0,0,.08); margin-bottom: 45px;}
.Cooperation .Cooperation_top .Cooperation_top_left{ width: 43%; background: #359375 url(/static/gtzl/images/bn42.png) no-repeat 0% 0%; padding: 50px 45px; position: relative; height: 309px;}
.Cooperation .Cooperation_top .Cooperation_top_right{ width: 57%;}
.Cooperation .Cooperation_top .Cooperation_top_right img{ width: 100%;}
.Cooperation .Cooperation_top .Cooperation_top_left .top_left_txt dd{ font-size: 28px; color: #fff; position: relative; padding-bottom: 30px; margin-bottom: 20px;}
.Cooperation .Cooperation_top .Cooperation_top_left .top_left_txt dd:before{ content: ""; position: absolute; display: inline-block; width: 35px; height: 2px; background: #fff; bottom: 0; left: 0;}
.Cooperation .Cooperation_top .Cooperation_top_left .top_left_txt p{ font-size: 14px; color: #fff; line-height: 30px;}
.Cooperation .Cooperation_top .Cooperation_top_left .top_left_txt a{ font-size: 12px; color: #fff; display: inline-block; width: 98px; line-height: 35px; border: 1px solid #fff; text-align: center; margin-top: 34px;}
.Cooperation .Cooperation_top .Cooperation_top_left .slick-prev:before,.Cooperation .Cooperation_top .Cooperation_top_left .slick-next:before{ font-size: 45px; color: #fff;}
.Cooperation .Cooperation_top .Cooperation_top_left .slick-prev{ left: inherit; right: 23%; top: 75%;}
.Cooperation .Cooperation_top .Cooperation_top_left .slick-next{ left: inherit; right: 13%; top: 75%;}
.Cooperation .Cooperation_top .Cooperation_top_right .slick-dots{ bottom: 5%;}
.Cooperation .Cooperation_top .Cooperation_top_right .slick-dots li button{ display: none;}
.Cooperation .Cooperation_top .Cooperation_top_right .slick-dots li{ width: 19px; height: 4px; background: #489d83; opacity: .5;}
.Cooperation .Cooperation_top .Cooperation_top_right .slick-dots li.slick-active{ opacity: 1;}
.Cooperation .Cooperation_top .Cooperation_top_left:before{ content: ""; position: absolute; right: -17px; top: 45%; display: inline-block; width: 17px; height: 20px; background: url(/static/gtzl/images/bn43.png) no-repeat 50% 50%; z-index: 50;}
.Cooperation .Cooperation_center{ box-shadow: 0px 0px 15px rgba(0,0,0,.08);}
.Cooperation .Cooperation_center .Cooperation_center_left{ width: 53%;}
.Cooperation .Cooperation_center .Cooperation_center_left img{ max-width: 100%;}
.Cooperation .Cooperation_center .Cooperation_center_right{ background: #ffff; width: 47%; padding: 37px 60px;}
.Cooperation .Cooperation_center .Cooperation_center_right .center_right_title dd{ font-size: 22px; color: #213164; margin-bottom: 25px;}
.Cooperation .Cooperation_center .Cooperation_center_right .center_right_title dt p{ font-size: 16px; color: #333333; margin-bottom: 15px;}
.Cooperation .Cooperation_center .Cooperation_center_right .center_right_bottom dd{ font-size: 16px; color: #213164; margin-bottom: 18px;}
.Cooperation .Cooperation_bottom{ background: #fff; margin-top: 45px; box-shadow: 0px 0px 15px rgba(0,0,0,.08);}
.Cooperation .Cooperation_bottom .Cooperation_bottom_title{ font-size: 22px; color: 145358; text-align: center; padding: 35px 0px;}
.Cooperation .Cooperation_bottom .Cooperation_bottom_form{ padding: 0px 80px;}
.Cooperation .Cooperation_bottom .Cooperation_bottom_form .bottom_form_list{ width: 48%; margin-right: 4%; margin-bottom: 2%;}
.Cooperation .Cooperation_bottom .Cooperation_bottom_form .bottom_form_list:nth-child(2n){ margin-right: 0px;}
.Cooperation .Cooperation_bottom .Cooperation_bottom_form .bottom_form_list input{ width: 100%; border: 1px solid #ececec; background: #fafafa; line-height: 56px; padding: 0px 25px;}
.Cooperation .Cooperation_bottom .Cooperation_bottom_form .bottom_form_textarea{ width: 100%; margin-right: 0px;}
.Cooperation .Cooperation_bottom .Cooperation_bottom_form .bottom_form_textarea textarea{ width: 100%;resize: none; border: 1px solid #ececec; background: #fafafa; height: 140px; font-family: '微软雅黑'; font-size: 14px; color: #333; padding: 15px 25px;}
.Cooperation .Cooperation_bottom .Cooperation_bottom_form .bottom_form_textarea textarea::-webkit-input-placeholder{color:#999999; font-size:14px;}
.Cooperation .Cooperation_bottom .bottom_form_submit{ width: 100%; text-align: center; padding-top: 10px; padding-bottom: 54px;} 
.Cooperation .Cooperation_bottom .bottom_form_submit input{ line-height: 48px; text-align: center; width: 161px; font-size: 16px; color: #213164; border-radius: 100px; background: #fafafa; border: 1px solid #213164; cursor:pointer; transition: all 0.3s ease 0s;}
.Cooperation .Cooperation_bottom .bottom_form_submit input:hover{ background:#213164; color:#fff; transition: all 0.3s ease 0s;}







.research_banner .search{ position: absolute; transform: translateX(-50%) translateY(-50%); left: 50%; top: 89%;}
.research_nav{ border: 1px solid #dcdcdc; text-align: center; position:absolute; width:100%; background:#fff; left:0;}
.research_nav a{ display: inline-block; line-height: 66px; font-size: 16px; color: #666666; margin-right: 90px; position: relative;}
.research_nav a:last-child{ margin-right: 0px;}
.research_nav a:before{ content: ""; position: absolute; display: inline-block; bottom: -1px; left: ; width: 0%; height: 3px; background: #213164;transition: all 0.3s ease 0s; left: 0; right: 0; margin: 0 auto;}
.research_nav a:hover:before{ width: 100%;}
.research_nav a.on{ color:#213164;}
.research_nav a.on:before{ width: 100%;}
.research_nav.research_nav_on{position: fixed; z-index:98; top:78px;}


.news_nav{ position: inherit;}



.research{ padding-top:60px;}
.research .research_list{ padding-top:50px;}
.research .research_list .research_list_title dd{ font-size: 26px; color: #213164; padding-bottom: 28px; margin-bottom: 20px; position: relative;}
.research .research_list .research_list_title dd:before{ content: ""; position: absolute; display: inline-block; width: 56px; height: 2px; background: #213164; bottom: 0; left: 0;}
.research .research_list .research_list_title dt{ line-height: 30px; font-size: 15px; color: #3e3a39;}
.research .research_list .research_list_img{ margin-top: 35px;}
.research .research_list .research_list_img img{max-width: 100%;}
.Construction .Detection_content .Detection_content_list:last-child{ margin-bottom: 0px;}
.Construction .Construction_content{ margin-top: 47px; margin-bottom: 65px;}
.Construction .Construction_content .Construction_content_list{ width: 24%; position: relative; margin-right: 14%;}
.Construction .Construction_content .Construction_content_list:last-child{ margin-right: 0px;}
.Construction .Construction_content .Construction_content_list:nth-child(1) dd{ background: #fff url(/static/gtzl/images/bn46.png) no-repeat 95% 90%;}
.Construction .Construction_content .Construction_content_list:nth-child(2) dd{ background: #fff url(/static/gtzl/images/bn47.png) no-repeat 95% 90%;}
.Construction .Construction_content .Construction_content_list:nth-child(3) dd{ background: #fff url(/static/gtzl/images/bn48.png) no-repeat 95% 90%;}
.Construction .Construction_content .Construction_content_list dd{ border: 1px solid #ededed; box-shadow: 0px 7px 21px rgba(0,0,0,.1); padding: 25px 35px; border-radius: 10px; position: relative;}
.Construction .Construction_content .Construction_content_list dd:before{ content: ""; position: absolute; width: 73px; height: 57px; background: url(/static/gtzl/images/bn44.png) no-repeat 50% 50%; right: -42%; top: 32%;}
.Construction .Construction_content .Construction_content_list:last-child dd:before{ display: none;}
.Construction .Construction_content .Construction_content_list dd p{ font-size: 14px; color: #666666; margin-bottom: 13px;}
.Construction .Construction_content .Construction_content_list dd p img{ margin-right: 8px;}
.Construction .Construction_content .Construction_content_list dt{ font-size: 16px; color: #333333; text-align: center; margin-top: 35px;}


.research .team{ padding-top: 0px; padding-bottom: 90px;}








.research_details{ background: #f5f5f5; padding: 66px 0px;}
.research_details .research_details_list{ box-shadow: 0px 0px 15px rgba(0,0,0,.08); background: #fff; width: 48%; margin-right: 4%; padding: 40px; margin-bottom: 4%;}
.research_details .research_details_list:last-child{ margin-right: 0px;}
.research_details .research_details_list .details_list_title dd{ font-size: 20px; color: #213164; position: relative; padding-bottom: 20px; margin-bottom: 20px;}
.research_details .research_details_list .details_list_title dd:before{ content: ""; position: absolute; display: inline-block; width: 29px; height: 2px; background: #213164; bottom: 0; left: 0;}
.research_details .research_details_list .details_list_title dt{ font-size: 15px; color: #666666; line-height: 30px;}
.research_details .research_details_list .details_list_img{ text-align: center; margin-top: 35px; line-height: 232px;}
.research_details .research_details_list .details_list_img img{ max-height:290px;}
.research_details .research_details_list:nth-child(1){ width: 100%;}
.research_details.on2 .research_details_list:nth-child(1){ width: 48%;}


.client_nav{ text-align: center; margin-top: 55px; padding-bottom: 20px;}
.client_nav .client_nav_list{ display: inline-block; line-height: 52px; padding: 0px 50px; border: 1px solid #dcdcdc; border-radius: 150px; font-size: 16px; color: #666666; margin-right: 40px;}
.client_nav .client_nav_list:last-child{ margin-right: 0px;}
.client_nav .client_nav_list span{ display: inline-block; width: 27px; height: 23px; margin-right: 10px; overflow: hidden; position: relative; top: 6px; transition: all 0.3s ease 0s;}
.client_nav .client_nav_list span img{ position: absolute; top: 0%; left: 0; transition: all 0.3s ease 0s;}
.client_nav .client_nav_list:hover{ background: #213164; border: 1px solid #213164; color: #fff;}
.client_nav .client_nav_list:hover span img{ left: -27px; transition: all 0.3s ease 0s;}
.client_nav .client_nav_list.on{ background: #213164; border: 1px solid #213164; color: #fff;}
.client_nav .client_nav_list.on span img{ left: -27px; transition: all 0.3s ease 0s;}









.client_Knowledge .Detection_details_left .details_left_content .left_content_list{ display: inline-block; width: 100%;  padding-left: 30px; padding-right: 15px; border-bottom: 1px solid #dcdcdc;}
.client_Knowledge .Detection_details_left .details_left_content .left_content_list:last-child{ border-bottom: 0px;}
.client_Knowledge .Detection_details_left .details_left_content .left_content_list dd{ background: #fff; padding-left: 0px; border-bottom: 0px;}
.client_Knowledge .Detection_details_left .details_left_content .left_content_list.on{ background: #ccd9da;}
.client_Knowledge .Detection_details_left .details_left_content .left_content_list.on dd{ background: #ccd9da;}
.client_Knowledge .Detection_details_left .details_left_content .left_content_list.on dt{ color: #213164;}
.client_Knowledge .Detection_details_left .details_left_content .left_content_list dt{ padding: 0px; color: #bfc1c6; font-size: 20px; line-height: 50px; display: block}
.client_Knowledge .Detection_details_right .details_right_list{ padding: 20px; box-shadow: 0px 0px 15px rgba(0,0,0,.08); margin-bottom: 40px;}
.client_Knowledge .Detection_details_right .details_right_list:last-child{ margin-bottom: 0px;}
.client_Knowledge .Detection_details_right .details_right_list .right_list_left{ width: 36%;}
.client_Knowledge .Detection_details_right .details_right_list .right_list_left img{ width: 100%; height: 260px; object-fit: cover;}
.client_Knowledge .Detection_details_right .details_right_list .right_list_right{ width: 62%; height: 240px; overflow: auto; margin-right: 2%; padding-right: 10px; padding-left: 30px;}
.client_Knowledge .Detection_details_right .details_right_list .right_list_right dd{ font-size: 18px; color: #333333; margin-bottom: 25px; margin-top: 15px;}
.client_Knowledge .Detection_details_right .details_right_list .right_list_right dt p{ font-size: 14px; color: #666666; line-height: 26px; margin-bottom: 10px;}
.client_Knowledge .Detection_details_right .details_right_list .right_list_right dt p:last-child{ margin-bottom: 0px;}
.client_Knowledge .Detection_details_right .details_right_list:nth-child(2n) .right_list_left{ float: right;}
.client_Knowledge .Detection_details_right .details_right_list:nth-child(2n) .right_list_right{ float: left; padding-left:0px;}


.client_Knowledge .Detection_details_right .details_right_list .right_list_right::-webkit-scrollbar-track {
		  background-color: #dcdcdc;
	} /* 滚动条的滑轨背景颜色 */

.client_Knowledge .Detection_details_right .details_right_list .right_list_right::-webkit-scrollbar-thumb {
		  background:#213164; 
	} /* 滑块颜色 */

.client_Knowledge .Detection_details_right .details_right_list .right_list_right::-webkit-scrollbar-button {
		  background-color: #fff;
	} /* 滑轨两头的监听按钮颜色 */

.client_Knowledge .Detection_details_right .details_right_list .right_list_right::-webkit-scrollbar-corner {
		  background-color: #fff;
	} /* 横向滚动条和纵向滚动条相交处尖角的颜色 */
.client_Knowledge .Detection_details_right .details_right_list .right_list_right::-webkit-scrollbar {
    width: 3px;
    height: 0px;
	border-radius:3px;
} /* 这是针对缺省样式 (必须的)*/






.download{ padding-bottom: 75px;}
.download .Detection_details_right .download_top{ margin-bottom: 65px;}
.download .Detection_details_right .download_top .download_top_list{ box-shadow: 0px 0px 15px rgba(0,0,0,.08); margin-bottom: 35px; width: 1080px;}
.download .Detection_details_right .download_top .download_top_list:last-child{ margin-bottom: 0px;}
.download .Detection_details_right .download_top .download_top_list .top_list_img{ width: 20%;}
.download .Detection_details_right .download_top .download_top_list .top_list_img img{ width: 100%; height: 133px; object-fit: cover; width:100%;}
.download .Detection_details_right .download_top .download_top_list .top_list_txt{ width: 73%; padding: 24px 30px;}
.download .Detection_details_right .download_top .download_top_list .top_list_txt dd{ font-size: 16px; color: #213164; margin-bottom: 12px;}
.download .Detection_details_right .download_top .download_top_list .top_list_txt dt{ line-height: 26px; color: #666666; font-size: 14px; height:45px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.download .Detection_details_right .download_top .download_top_list .top_list_icon{ width: 7%; text-align: center; line-height: 133px; position: relative;}
.download .Detection_details_right .download_top .download_top_list .top_list_icon:before{ content: ""; position: absolute; display: inline-block; width: 1px; height: 45px; background: #dcdcdc; top: 35%; left: 0;}




.Academic{ margin-top: 0px; padding-bottom: 85px;}
.Academic .news_hot{ overflow: hidden; margin-bottom:35px;}
.Academic .news_hot:last-child{ margin-bottom:0px;}
.Academic .news_img{ width:41%;}
.Academic .news_img img{ width:100%; height:339px; object-fit:cover;}
.Academic .news_content{ width:59%; padding: 45px 50px; background: #f7f7f7; height: 339px;}
.Academic .news_hot:nth-child(2n) .news_img{ float:right;}
.Academic .news_hot:nth-child(2n) .news_content{ float:left;}
.Academic .news_content .news_content_slick .content_slick_xuntext{  outline: none;}
.Academic .news_content .news_content_slick .content_slick_xuntext dd{ font-size: 18px; color: #333333;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.Academic .news_content .news_content_slick .content_slick_xuntext dt{ font-size: 13px; color: #999999; margin-top: 10px; margin-bottom: 20px;}
.Academic .news_content .news_content_slick .content_slick_xuntext p{ font-size: 14px; color: #666666; line-height: 24px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.Academic .news_content .news_content_slick .content_slick_xuntext a{ display: inline-block; width: 141px; height: 44px; line-height: 40px; border: 2px solid #e5e5e5; text-align:  center; font-size: 14px; color: #666666;text-transform: uppercase; margin-top: 25px;}
.Academic .news_content .news_content_slick .content_slick_xuntext a:hover{ background: #213164; color: #fff; border: 2px solid #213164;}
.Academic .news_bottom{ margin-top: 20px;}
.Academic .news_bottom .news_bottom_list{ display: inline-block; width: 49%; margin-right: 2%; border-bottom: 1px solid #e5e5e5; padding: 25px 0px;}
.Academic .news_bottom .news_bottom_list:nth-child(2n){ margin-right: 0px;}
.Academic .news_bottom .news_bottom_list:nth-last-child(2){ border-bottom: 0px; padding-bottom: 0px;}
.Academic .news_bottom .news_bottom_list:last-child{ border-bottom: 0px; padding-bottom: 0px;}

.Academic .news_bottom .news_bottom_list .bottom_list_img{ width: 43%;}
.Academic .news_bottom .news_bottom_list .bottom_list_img img{ width:100%;height: 160px; object-fit: cover;}
.Academic .news_bottom .news_bottom_list .bottom_list_text{ width: 54%; margin: 12px 0px;}
.Academic .news_bottom .news_bottom_list .bottom_list_text dd{ font-size: 16px; color: #333333;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.Academic .news_bottom .news_bottom_list .bottom_list_text dt{ font-size: 13px; color: #999999; margin-top: 8px; margin-bottom: 15px;}
.Academic .news_bottom .news_bottom_list .bottom_list_text p{ font-size: 13px; color: #666666; line-height: 24px;
display: -webkit-box; height: 43px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.Academic .news_bottom .news_bottom_list .bottom_list_text span{ font-size: 14px; color: #999999;text-transform: uppercase; margin-top: 15px; display: inline-block;}
.Academic .news_bottom .news_bottom_list .bottom_list_text span i{ margin-left: 10px;}
.Academic .news_bottom .news_bottom_list:hover .bottom_list_text span{ color: #213164;}
.Academic .Academic_nav{ text-align: center; margin-top: 80px; padding-bottom: 10px;}
.Academic .Academic_nav a{ display: inline-block; line-height: 52px; border: 1px solid #dcdcdc; padding: 0px 66px; font-size: 16px; color: #666666; border-radius: 200px; margin-right: 45px;}
.Academic .Academic_nav a:hover{ color: #fff; background: #213164; border: 1px solid #213164;}
.Academic .Academic_nav a.on{ color: #fff; background: #213164; border: 1px solid #213164;}
.Academic .Academic_nav a:last-child{ margin-right: 0px;}










.report .report_list{ margin-bottom: 85px;}
.report .report_list .report_list_top{ font-size: 22px; color: #213164; font-weight: bolder; position: relative; padding-bottom: 20px; margin-bottom: 30px;}
.report .report_list .report_list_top:before{ content: ""; position: absolute; display: inline-block; width: 50px; height: 3px; background: #213164; bottom: 0;}
.report .report_list .report_list_bottom .list_bottom_li{ width: 100%; padding: 25px 30px; border: 1px solid #dcdcdc; margin-bottom: 20px; transition: all 0.3s ease 0s; cursor: pointer; position: relative; overflow: hidden;}
.report .report_list .report_list_bottom .list_bottom_li:before{ content: ""; position: absolute; display: inline-block; width: 2px; height: 100%; background: #213164; left: -2px; top: 0; transition: all 0.3s ease 0s;}
.report .report_list .report_list_bottom .list_bottom_li dd{ color: #333333; font-size: 16px; margin-bottom: 12px;}
.report .report_list .report_list_bottom .list_bottom_li dt{ color: #666666; font-size: 14px;}
.report .report_list .report_list_bottom .list_bottom_li dt p{ margin-bottom: 10px; line-height: 22px;}
.report .report_list .report_list_bottom .list_bottom_li dt p:last-child{ margin-bottom: 0px;}
.report .report_list .report_list_bottom .list_bottom_li:hover{ transition: all 0.3s ease 0s; box-shadow: 0px 0px 20px rgba(0,0,0,.2);}
.report .report_list .report_list_bottom .list_bottom_li:hover:before{ left: 0; transition: all 0.3s ease 0s;}








.problem .problem_top .problem_top_list{ box-shadow: 0px 0px 15px rgba(0,0,0,.08); padding: 40px; margin-bottom: 50px;}
.problem .problem_top .problem_top_list dd{ font-size: 18px; color: #213164; margin-bottom: 10px;}
.problem .problem_top .problem_top_list dt a{ display: inline-block; width: 100%; font-size: 15px; color: #666666; border-bottom: 1px solid #ededed;padding: 14px 0px; padding-left: 17px; position: relative; transition: all 0.3s ease 0s;
overflow: hidden; margin-bottom:-4px;
text-overflow:ellipsis;
white-space: nowrap;
}
.problem .problem_top .problem_top_list dt a:last-child{ border-bottom: 0px; padding-bottom: 0px;}
.problem .problem_top .problem_top_list dt a:before{ content: ""; position: absolute; display: inline-block; width: 6px; height: 6px; border-radius: 100%; border: 1px solid #ededed; top: 21px; left: 0; transition: all 0.3s ease 0s;}
.problem .problem_top .problem_top_list dt a:hover{ color: #213164; transition: all 0.3s ease 0s;}
.problem .problem_top .problem_top_list dt a:hover:before{ border: 1px solid #213164; background: #213164; transition: all 0.3s ease 0s;}





.problem_details .problem_details_top{ box-shadow: 0px 0px 15px rgba(0,0,0,.08); padding: 40px; margin-bottom: 65px;}
.problem_details .problem_details_top .details_top_title{ padding-bottom: 20px; border-bottom: 1px solid #ededed;}
.problem_details .problem_details_top .details_top_title dd{ font-size: 18px; color: #213164;}
.problem_details .problem_details_top .details_top_title a{ font-size: 16px; color: #333333;}
.problem_details .problem_details_top .details_top_title a img{ margin-left: 5px; position: relative; top: -2px;}
.problem_details .problem_details_top .details_top_txt{ margin-top: 25px;}
.problem_details .problem_details_top .details_top_txt p{ font-size: 14px; color: #666666; line-height: 24px; margin-bottom: 10px;}
.problem_details .problem_details_top .details_top_txt p:last-child{ margin-bottom: 0px;}







.message_bg{ position:fixed; top:0; left:0; right:0; width:100%; height:100%; background:rgba(0,0,0,.5); z-index:19; display:none;}
.message{ max-width: 686px; margin: 0 auto; background: #fff; border-radius: 5px; padding: 37px 60px; position:fixed; top:50%; left:50%; transform:translateX(-50%) translateY(-50%); z-index:20; display:none;}
.message .message_title{ padding-bottom: 30px; border-bottom: 1px solid #dcdcdc; position:relative;}
.message .message_title .message_close{ position:absolute; right:-7%; top:-40%; font-size:24px; color:#999;}
.message .message_title span:nth-child(1){ font-size: 24px; color: #333333;}
.message .message_title span:last-child{ font-size: 14px; color: #213164; padding-left: 20px;}
.message .message_content{ padding-top: 15px;}
.message .message_content .message_content_list dd{ font-size: 15px; color: #666666; padding: 15px 0px;}
.message .message_content .message_content_list dt{ line-height: 44px; border: 1px solid #dcdcdc;}
.message .message_content .message_content_list dt .wen_xun_nei{ padding-left: 20px; line-height: 25px; width: 100%;}
.message .message_content .message_content_list .wen_xun_textarea{ width: 100%; border: 1px solid #dcdcdc; height: 125px; padding-top: 20px; padding-left: 20px;}
.message .message_content .message_content_list .tij{ width: 100%; background: #213164; line-height: 44px; text-align: center; font-size: 16px;color: #fff; border-radius: 100px; margin-top: 30px; cursor: pointer;}


.message_btn{background:#213164;color: #fff;display: block;text-align: center;font-size: 16px;line-height: 50px;border-radius: 25px;}
.message_btn img{vertical-align: middle;margin-right: 10px;}



.circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.circle li {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  margin: -250px 0 0 -250px;
}
.circle li img {
  max-width: 100%;
}
.circle li.move {
  animation-duration: 2.2s;
  animation-name: circleMotion;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
.circle li.move:first-child {
  animation-delay: 1.1s;
}

@keyframes circleMotion {
  0% {
    transform: scale3d(1, 1, 1) rotate(0.1deg);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
  }
  21% {
    opacity: 1;
    visibility: visible;
  }
  95% {
    transform: scale3d(1.5, 1.5, 1.5) rotate(0.1deg);
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    -moz-transform: scale3d(1.5, 1.5, 1.5);
  }

  100% {
    opacity: 0;
    visibility: hidden;
    transform: scale3d(1, 1, 1) rotate(0.1deg);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
  }
}




















@media screen and (max-width:1440px){
	.index_swiper .swiper-slide .index_text p{font-size:20px;line-height:80px;}
	.index_swiper .swiper-slide .index_text h1{font-size:50px;line-height:60px;letter-spacing: 8px;}
.pc_all .pc_all_contnet{ max-width:1200px;}
.pc_alle .pc_all_contnet{ max-width:1200px;}
.footer .footer_top .footer_top_center{ margin-left:150px;}
.footer .footer_top .footer_top_center .top_center_list{ width:15%; margin-right:5%;}

.about .about_content{ width:80%;}

.honor .honor_content .honor_content_left .content_left_li .left_li_top img{ max-width:100%;}
.property .property_top .property_top_left{ width:54%;}
.property .property_top .property_top_right{ width:42%;}
.property .property_top .property_top_right img{ max-width:100%;}

.Detection_details .Detection_details_left{ margin-bottom:35px;}
.Detection_details .Detection_details_left .details_left_content .left_content_list:last-child dd{ border-bottom:0px;}

.Detection_details .Detection_details_left .details_left_content .left_content_list dt{ padding-right:10px;}
.Detection_details .Detection_details_left .details_left_content .left_content_list dt a{
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.Detection_details .Detection_details_right .details_right_top .right_top_img img{ max-width:100%;}

.map .map_top .map_top_list{ margin-right:10%;}

.Cooperation .pc_all_contnet{ padding:0px 70px;}
.Cooperation .Cooperation_top .Cooperation_top_right img{ height:308px; object-fit:cover;}

.contact .contact_top .contact_top_left img{ width:100%; height:422px; object-fit:cover;}

.banner .banner_nav a{ margin-right:9%;}
.banner .banner_nav{ width:1200px; padding:0px; background-size:100%;}

.IndexNews .IndexNews_top{ padding-bottom:80px}
.IndexNews .IndexNews_top .IndexNews_top_list .top_list_li_img img{ height:174px;}
.IndexNews .IndexNews_top .IndexNews_top_list .top_list_li .list_li_txt{ line-height:24px; height:48px; margin-bottom:15px;}
.IndexNews .IndexNews_top .IndexNews_top_list .top_list_li{ margin-bottom:19px; padding:15px;}
.IndexNews .IndexNews_top .IndexNews_top_list .top_list_li .list_li_title{ padding-bottom:10px; margin-bottom:10px;}

.pc_top .pc_top_content .top_content_logo_nav .logo_nav_left .right_nav_list{ margin-right:50px;}


.news .news_content .news_content_list .content_list_img img{ height:231px;}
}















@media screen and (max-width:1200px){
	.Detection_details .Detection_details_right .details_right_top .right_top_img img{height: auto;width: 50%!important;;}
	.Detection .Detection_content .Detection_content_list{width:auto;}
	.Detection .Detection_content .Detection_content_list .content_list_right {text-align: left;}
	.Detection .Detection_content .Detection_content_list .content_list_right dd:before{left:23px;}
	.Detection_content_list{margin: 20px 50px;}
	.Detection_content_list .content_list_left{width:100%;padding:20px 50px;margin: 0 auto;padding-bottom: 0;}
	.Detection_content_list .content_list_left img{width: 80%;margin: 0 auto;display: block;}
	.Detection_content_list .content_list_right{width: 100%;text-align: center;padding-top: 0px;}
	.Detection_content_list .content_list_right dd:before{left: 50%;margin-left: -23px;}
	.index_swiper .ani-slide .img{opacity:1;background-position:right bottom ;}
	.index_swiper .swiper-slide:nth-child(1).ani-slide .img{background:url(/static/gtzl/images/s1_bg.jpg) right center}
	.index_swiper .swiper-slide:nth-child(2).ani-slide .img{background:url(/static/gtzl/images/s2_bg.jpg) right center}
	.index_swiper .swiper-slide:nth-child(3).ani-slide .img{background:url(/static/gtzl/images/s3_bg.jpg) right top}
	.index_swiper .swiper-slide .index_text p{font-size:18px;line-height:80px;}
	.index_swiper .swiper-slide .index_text h1{font-size:46px;line-height:60px;letter-spacing: 5px;}
.all{ width: 96% !important; margin: 0 auto;height:auto}
.pc_top{ display: none;}
.footer .pc_all_contnet{ display:none;}
.Copyright .pc_all_contnet{ display:block;}
.footer{ height:auto; padding:0px 4%;}
.footer .pc_all_contnet{ display:none;}
.mo_footer{ display:block;}
.mo_top{display: block;}
.mo_height{ height: 50px;}
.index_ourys .index_ourys_nei .ourys_nei_wen,.details_banner .details_banner_content{ display: none;}
.all{ width: 96%; margin: 0 auto;height:auto; overflow: hidden;}
.slick-dots li{ width: 10px !important; height: 1px !important; margin: 0px 4px !important;}
img{ max-width: 100%;}
.Copyright .pc_all_contnet{ display:block;}
.Copyright .pc_all_contnet .Copyright_left{ display:none;}
.footer .Copyright{ position:inherit; line-height:24px; padding:15px 0px; text-align:center;}


.details_banner .details_banner_img img{ height:auto;}
.search{ width:94%; margin-top:20px;}


.client_nav{ overflow:hidden;}
.client_nav .client_nav_list{ width:18%; margin-right:2.5%; float:left; padding:0px;}
.client_nav .client_nav_list:last-child{ margin-right:0px;}
.client_nav .client_nav_list span img{ max-width:none;}

.footer .Copyright .Copyright_right{ width:100%;}


.research_nav{ overflow:hidden;}
.research_nav a{
	display: inline-block;
    line-height: 52px;
    border: 1px solid #dcdcdc;
    border-radius: 150px;
    font-size: 16px;
    color: #666666;
	float:left;
	width:20%; margin:2% 2.5%;
}
.research_nav a:last-child{ margin-right:0px;}
.research_nav a.on{ background:#213164; color:#fff;}
.research_nav.research_nav_on{ position:inherit;}



.research{ padding-top:0px;}
.research_nav{ border:0px; position:inherit; margin-top:30px;}
.research_banner .search{ top:115%;}
.research_nav a:before{ display:none;}



}

@media screen and (max-width:950px){
	.Detection_details .Detection_details_right .details_right_top .right_top_img img{width:70%;!important;}
	.index_honor li{width:26%;margin:1% 2%  2% 2% ;}
	   .index_honor li .text{color: #fff;font-size: 14px;}
	.honor .honor_title {
	    margin-bottom:50px;
	}
	.Detection_content_list{margin: 20px }
	.Detection_content_list .content_list_left{width:100%;padding:20px ;margin: 0 auto;padding-bottom: 0;}
	.Detection_content_list .content_list_left img{width:100%;}
	.Detection_content_list .content_list_right{width: 100%;text-align: center;padding-top: 0px;}
	.index_swiper .swiper-slide .index_text{width: 90%;}
	.index_swiper .swiper-slide .index_text p{font-size:10px;line-height:60px;}
	.index_swiper .swiper-slide .index_text h1{font-size:30px;line-height:60px;}
.details_banner .details_banner_txt dd{ font-size:18px; margin-bottom:12px;}
.details_banner .details_banner_txt dt{ font-size:14px;}

.client_nav .client_nav_list{ font-size:14px;}


.about_content dd{font-size: 24px;}

.Detection .Detection_content .Detection_content_list .content_list_left{ width:40%;}
.Detection .Detection_content .Detection_content_list .content_list_left img{ height:218px;}
.Detection .Detection_content .Detection_content_list .content_list_right{ padding:20px; width:57%;}
.Detection .Detection_content .Detection_content_list .content_list_right dd{ font-size:18px;}
.Detection .Detection_content .Detection_content_list .content_list_right a{ margin-top:15px;}
.Detection .Detection_content .Detection_content_list .content_list_right dt{
display: -webkit-box; height:56px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;	
}



.Detection_details{ padding:25px 0px;}
.Detection_details .Detection_details_left,.Detection_details .Detection_details_right{ width:100%;}
.Detection_details .Detection_details_right .details_right_top{ padding:25px 0px;}
.Detection_details .Detection_details_right .details_right_top .right_top_img,.Detection_details .Detection_details_right .details_right_top .right_top_txt{ width:100%;}
.Detection_details .Detection_details_right .details_right_top .right_top_txt{ margin-top:25px;}
.Detection_details .Detection_details_right .details_right_center .right_top_txt{ margin-top:0px;}
.Detection_details .Detection_details_right .details_right_top .right_top_txt dd{ font-size:18px;}
.Detection_details .Detection_details_right .details_right_bottom{ padding:25px 0px;}
.Detection_details .Detection_details_right .details_right_bottom .right_bottom_title{ margin-bottom:15px;}
.Detection_details .Detection_details_right .details_right_center .right_top_txt p{ font-size:14px;}


.client_Knowledge .Detection_details_right .details_right_list .right_list_left img{ height:205px;}
.client_Knowledge .Detection_details_right .details_right_list .right_list_right{ height:205px;}



	
	
.about{ height:505px; background-size:100%;}
.about .about_content dd{ font-size:18px; padding-bottom:10px; margin-bottom:20px;}
.about .about_content dt{ font-size:14px; line-height:26px;}
.about .about_content{ width:96%;}


.honor{ padding:40px 0px;}
.honor .honor_content .honor_content_left{ width:48%;}
.honor .honor_content .honor_content_left .content_left_li .left_li_bottom{ font-size:16px; bottom:-20px;}
.honor .honor_content .honor_content_right{ width:51%; padding-top:0px;}
.Partner .swiper-pagination{ margin-top:0px; bottom:0;}
.property .property_top{ padding:35px 0px;}


.Detection_details .Detection_details_left .details_left_title{ text-align:center; padding-left:0px;}
.Detection_details .Detection_details_left .details_left_content .left_content_list{ position:relative; height:51px; overflow:hidden;transition: all .5s;}
.Detection_details .Detection_details_left .details_left_content .left_content_list.on{ height:auto;transition: all .5s;}
.Detection_details .Detection_details_left .details_left_content .left_content_list.on:before{ transform: rotate(45deg);}
.Detection_details .Detection_details_left .details_left_content .left_content_list:before{ content:"";
width: 45px;
    height: 45px;
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    right: 6px;
    font-size: 20px;
    background: url(../css/jia.svg) no-repeat center;
    background-size: 30%;
    transition: all .5s;
}
.client_Knowledge .Detection_details_left .details_left_content .left_content_list:before{ display:none;}


.Academic .news_img,.Academic .news_content{ width:50%;}
.Academic .news_img .news_img_slick .img_slick_xunimg img,.Academic .news_hot{ height:230px;}
.Academic .news_content{ height:230px; padding:20px 25px;}
.Academic .news_content .news_content_slick .content_slick_xuntext p{    -webkit-line-clamp: 2; height:48px;}
.Academic .news_content .news_content_slick .content_slick_xuntext dd{ font-size:16px;}
.Academic .news_content .news_content_slick .content_slick_xuntext a{ font-size:13px;}
.Academic .news_img .slick-dots{ display:none !important;}


.problem .problem_top .problem_top_list,.problem_details .problem_details_top{ padding:20px;}

.Construction .Construction_content .Construction_content_list{ width:32%; margin-right:2%;}
.Construction .Construction_content .Construction_content_list dd{ padding:20px; height:215px;}
.Construction .Construction_content .Construction_content_list dd:before{ display:none;}


.news{ padding:35px 0px;}
.news .news_content .news_content_list .content_list_img img{ height:142px;}
.news .news_content .news_content_list .content_list_txt .list_txt_title{ padding:15px;}
.news .news_content .news_content_list .content_list_txt .list_txt_title dd{ font-size:15px; margin-bottom:10px;}



html,body.on{ overflow:inherit;}
.banner{ min-height:600px;}
.banner, .banner .banner_content,.About{ position:inherit; left:0; top:0;}
.banner .banner_search .banner_search_title{ font-size:24px; text-align:center; margin-bottom:45px;}
.banner .banner_search{ width:95%; top:40%;}
.About{ position:relative; height:550px;}
.About .About_content {position:relative;}
.About .About_content,.About .inliner-bg{ width:310px; height:310px; padding:63px 0px;}
.footer{ position:inherit;}
.banner .banner_nav{ width:95%; overflow:hidden; bottom:5%; background:none;}
.banner .banner_nav a{ width: 32%; margin-right:2%; float:left; margin-top:8%;}
.banner .banner_nav a:nth-child(3n){ margin-right:0px;}
.banner .banner_nav a dt{ font-size:13px;}
.banner .banner_search .banner_search_content .search_content_text{ width:100%;}
.About .About_content .About_title dd{ font-size:24px; margin-bottom:10px;}
.About .About_content .About_title dt{ font-size:18px;}
.About .About_content p{ font-size:14px; margin-top:25px;}
.About .About_content .About_more{ margin-top:30px;}
.About .inliner-bg{ left:70%; top:81%;}
.About .About_content .About_more a{ width:130px;}


.IndexNews{ padding-top:10px;}
.IndexNews .IndexNews_top{ width:92%; margin:0 auto;}
.IndexNews .IndexNews_top .IndexNews_top_list{ width:48%; margin-right:4%;}
.IndexNews .IndexNews_top .IndexNews_top_list:nth-child(2n){ margin-right:0px;}
.IndexNews .IndexNews_top .IndexNews_top_list:nth-child(3){ display:none;}
.IndexNews .IndexNews_top .IndexNews_top_list:nth-child(4){ display:none;}









.banner .icon{ transform: translateY(-50%) translateX(-50%); left:50%; top:50%; height:auto;}
.banner .icon img{ width:100%;}


}




@media screen and (max-width:600px){
	.Detection_details .Detection_details_right .details_right_top .right_top_img img{width:100% !important;}
	.details_banner .details_banner_txt{width: 80%;}
		.Detection .Detection_content .Detection_content_list .content_list_right {text-align: center;}
	.Detection .Detection_content .Detection_content_list .content_list_right dd:before{left: 50%;}
	.research_nav a{
		float:left;
		width:40%; margin:2% 5%;
	}
	.message{width: 100%;padding: 5%;height: ;position: relative;display: block;top:0;margin-top:0px;left: 0; 
    transform: translateX(0) translateY(0)}
	.mob_none{display: none;}
	.message .message_title .message_close{display: none;}
	.index_honor li{width:46%;margin:1% 2%  2% 2% ;}
	   .index_honor li .text{color: #fff;font-size: 14px;}
	.Indexavb h1{font-size:24px;color:#fff;line-height: 50px;letter-spacing: 5px;margin-bottom: 20px;}
	.Indexavb p{font-size: 12px;color:#fff;line-height: 24px;}
	.Detection_content_list{margin: 20px }
	.Detection_content_list .content_list_left{width:100%;padding:20px;margin: 0 auto;padding-bottom: 0;}
	.Detection_content_list .content_list_left img{width:70%;margin: 0 auto;display: block;}
	.Detection_content_list .content_list_right{width: 100%;text-align: center;padding-top: 0px;}
	.Detection_content_list .content_list_right dd{font-size: 16px;}
	.Detection_content_list .content_list_right dt{-webkit-line-clamp:4;font-size: 12px;line-height: 24px;}
	.Detection_content_list .content_list_right a{width: 120px;margin-top: 20px;}
	.honor .honor_title dt {
	    letter-spacing:8px;
	}
	.about_content{width:100%;padding: 0 3%;}
	.about_content dd{font-size: 18px;margin-bottom: 10px;}
	.about_content dt{font-size: 14px;line-height:30px;}
	.about_content dt a{display: block;width:30%;margin: 15px auto;}
	.about_img{width: 80%;display: block;margin: 20px auto;}
	.index_swiper .swiper-slide .index_text p{font-size:8px;line-height:50px;letter-spacing:0}
	.index_swiper .swiper-slide .index_text h1{font-size:24px;line-height:60px;letter-spacing:2px;}
.details_banner .details_banner_img img{ height:180px;}
.search dd input{ line-height:45px; font-size:14px;}
.search dd{ width:80%;}
.search dt{ padding:6px 0px; width:20%;}
.search{ padding-right:2%;}
.search input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#999999; font-size:14px;}
.search input::-webkit-input-placeholder{ /* WebKit browsers */ color:#999999; font-size:14px;}
.search input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#999999; font-size:14px;}
.search input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:14px;}
.search input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:14px;}


.Detection{ padding-bottom:25px;}
.Construction .Construction_content .Construction_content_list{ width:100%; margin-right:0px; margin-bottom:4%;}
.Construction .Construction_content .Construction_content_list dd{ height:auto;}
.Construction .Construction_content .Construction_content_list dt{ margin-top:20px;}



.Academic .news_img img{ height:auto;}


.circle li {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  margin: -150px 0 0 -150px;
}





#slide_01{ opacity:.8;}
.Detection .Detection_content .Detection_content_list .content_list_right{ margin-left:0px;}
.Detection .Detection_content .Detection_content_list .content_list_left img{ height:auto;}
.Detection .Detection_content .Detection_content_list .content_list_left,.Detection .Detection_content .Detection_content_list .content_list_right{ width:100%;}



.news{ padding:25px 0px;}
.news .news_content .news_content_list{ width:48%; margin-right:4%; margin-bottom:6%;}
.news .news_content .news_content_list:nth-child(2n){ margin-right:0px;}
.news .news_content .news_content_list:nth-child(3){ margin-right:4%;}
.news .news_content .news_content_list .content_list_img img{ height:120px;}
.news .news_content .news_content_list .content_list_txt .list_txt_time{ line-height:45px; font-size:12px; padding:0px 10px;}
.news .news_content .news_content_list .content_list_txt .list_txt_title dt{ font-size:13px;}




.honor{ padding:25px 0px;}
.honor .honor_title{ margin-bottom:35px;}
.honor .honor_title dd{ font-size:18px; margin-bottom:5px;}
.honor .honor_content .honor_content_left .content_left_li .left_li_bottom{ font-size:14px; bottom:0px;}
.honor .honor_content .honor_content_left,.honor .honor_content .honor_content_right{ width:100%;}




.research_nav a{ font-size:14px; line-height:40px;}

.research .research_list{ padding-top:25px;}
.research .research_list .research_list_title dd{ font-size:22px; padding-bottom:15px; margin-bottom:25px;}
.research .research_list .research_list_title dt{ font-size:14px;}






.Partner .pc_all_contnet{ padding-bottom:95px;}
.Partner .Partner_content .swiper-slide{  padding:0px 15px;}

.property .property_top{ padding:0px; box-shadow:none;}
.property .property_top .property_top_left .top_left_list{ margin-bottom:20px;}
.property .property_top .property_top_left .top_left_list dd{ margin-bottom:7px; font-size:18px;}
.property .property_top .property_top_left .top_left_list dt{ font-size:14px; line-height:24px;}
.property .property_top .property_top_left,.property .property_top .property_top_right{ width:100%;}
.property .property_top .property_top_left{ margin-bottom:25px;}
.property .property_bottom{ padding:6% 4%; box-shadow:none;}
.property .property_bottom .property_bottom_title{ font-size:18px;}
.property .property_bottom .property_bottom_txt{ height:303px;}





.client_nav{ margin-top:25px; padding-bottom:0px;}
.client_nav .pc_all_contnet{ overflow:hidden;} 
.client_nav .client_nav_list{ width:48%; margin-right:4%; float:left; padding:0px 2%; margin-bottom:4%; font-size:14px; line-height:43px;}
.client_nav .client_nav_list:nth-child(2n){ margin-right:0px;}
.client_nav .client_nav_list span img{ height:23px; max-width:none;}
.client_nav .client_nav_list:last-child{ margin-bottom:0px;}

.client_Knowledge .Detection_details_right .details_right_list .right_list_left img{ height:auto;}
.client_Knowledge .Detection_details_right .details_right_list{ padding:20px 0px;}
.client_Knowledge .Detection_details_right .details_right_list .right_list_left,.client_Knowledge .Detection_details_right .details_right_list .right_list_right{ width:100%;}
.client_Knowledge .Detection_details_right .details_right_list .right_list_right{ height:auto; padding:20px 0px; margin-right:0px;}


.download .Detection_details_right .download_top .download_top_list .top_list_txt dt{ font-size:12px;
display: -webkit-box; line-height:21px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.download .Detection_details_right .download_top .download_top_list .top_list_txt{ width:60%; padding:10px 20px;}
.download .Detection_details_right .download_top .download_top_list .top_list_img{ width:25%;}
.download .Detection_details_right .download_top .download_top_list .top_list_img img{ height:97px;}
.download .Detection_details_right .download_top .download_top_list .top_list_txt dd{ font-size:14px; margin-bottom:8px;}
.download .Detection_details_right .download_top .download_top_list .top_list_icon{ line-height:97px; width:15%;}



.Academic .news_hot{ height:auto;}
.Academic .news_img .news_img_slick .img_slick_xunimg img{ height:225px;}
.Academic .news_img,.Academic .news_content{ width:100%; height:auto;}
.Academic .news_content{ padding:20px;}
.Academic .news_img .slick-dots{ display:none !important;}
.Academic .Academic_nav{ overflow:hidden;}
.Academic .Academic_nav a{ float:left; width:32%; margin-right:2%; padding:0px; font-size:14px; line-height:35px;}
.Academic .Academic_nav a:last-child{ margin-right:0px;}
.Academic .news_bottom .news_bottom_list{ width:100%;}
.Academic .news_bottom .news_bottom_list:nth-last-child(2){ margin-bottom:2%; border-bottom:1px solid #dcdcdc; padding-bottom:25px;}
.Academic .news_bottom{ margin-top:0px;}
 
 
 
.report{ margin-top:35px;}
.report .report_list .report_list_bottom .list_bottom_li{ padding: 20px 15px;}
.report .report_list .report_list_top{ text-align:center;}
.report .report_list .report_list_top:before{ left:0; right:0; margin:0 auto;}

.problem_details .problem_details_top{ margin-bottom:35px; padding: 20px 10px;}
.problem .problem_top .problem_top_list{ padding:20px;}
.problem .problem_top .problem_top_list dd{ font-size:16px;}
.problem .problem_top .problem_top_list dt a{ font-size:14px;}
.problem_details .problem_details_top .details_top_title dd{ font-size:16px;}
.problem_details .problem_details_top .details_top_title a{ font-size:14px;}


.map,.Cooperation,.contact{ padding:25px 0px;}
.map .map_top .map_top_list{ text-align:center; margin-right:0px; width:100%; margin-bottom:25px;border-bottom:#ddd 1px solid;}
.map .map_top .map_top_list:last-child{ margin-bottom:0px;border-bottom:0;}
.map .map_top .map_top_list .top_list_title{ font-size:18px; margin-bottom:10px;}
.map .map_top .map_top_list .top_list_txt .list_txt_list dd{ font-size:14px; margin-bottom:5px;}
.map .map_top .map_top_list .top_list_txt .list_txt_list dt b{ font-size:20px;}
.map .map_top .map_top_list .top_list_txt .list_txt_list dt{ font-size:13px;}

#dituContent{ height:281px;}


.Cooperation .pc_all_contnet{ padding:0px;}
.Cooperation .Cooperation_top .Cooperation_top_left,.Cooperation .Cooperation_top .Cooperation_top_right{ width:100%; height:auto;}
.Cooperation .Cooperation_top .Cooperation_top_left{ padding:20px;}
.Cooperation .Cooperation_top .Cooperation_top_right img{ height:auto;}
.Cooperation .Cooperation_top .Cooperation_top_left .top_left_txt dd{ font-size:18px; margin-bottom:10px; padding-bottom:15px;}
.Cooperation .Cooperation_top .Cooperation_top_left .slick-prev:before, .Cooperation .Cooperation_top .Cooperation_top_left .slick-next:before{ font-size:28px;}
.Cooperation .Cooperation_center .Cooperation_center_left,.Cooperation .Cooperation_center .Cooperation_center_right{ width:100%;}
.Cooperation .Cooperation_center .Cooperation_center_right{ padding:20px; text-align:center;}
.Cooperation .Cooperation_center .Cooperation_center_right .center_right_title dd{ font-size:18px;}
.Cooperation .Cooperation_center .Cooperation_center_right .center_right_title dt p{ font-size:14px;}
.Cooperation .Cooperation_bottom .Cooperation_bottom_form{ padding:0px 4%;}
.Cooperation .Cooperation_bottom .Cooperation_bottom_form .bottom_form_list{ width:100%; margin-right:0px;}


.contact .contact_top .contact_top_left img{ height:auto;}
.contact .contact_top .contact_top_left,.contact .contact_top .contact_top_right{ width:100%;}
.contact .contact_top .contact_top_right{ padding:20px;}
.contact .contact_top .contact_top_right .top_right_title dd{ font-size:18px; margin-bottom:15px; padding-bottom:13px;}
.contact .contact_top .contact_top_right .top_right_title dt{ font-size:14px;}
.join_list .join_list_title{ padding:0px 4%;}
.join_list .join_list_content{ padding:4%;}

.news_details{ padding:25px 0px;}
.news_details .pc_all_contnet{ padding:20px;}
.news_details .news_details_title dd{ font-size:18px;}
.news_details .news_details_content .news_page .news_page_left,.news_details .news_details_content .news_page .news_page_right{ width:100%;}
.news_details .news_details_content .news_page .news_page_right{ margin-top:25px;}




.IndexNews{ padding-top:25px;}

.IndexNews .pc_all_contnet{ width:95%; margin:0 auto;}
.IndexNews .IndexNews_top .IndexNews_top_list{ width:100%;}
.IndexNews .IndexNews_top .IndexNews_top_list:nth-child(3){ display:none;}
.IndexNews .IndexNews_top .IndexNews_top_list:nth-child(4){ display:none;}
.IndexNews .IndexNews_top .IndexNews_top_list:last-child{ margin-right:0px; }
.IndexNews .IndexNews_top .IndexNews_top_list .top_list_li{ width:100%;}
.IndexNews .IndexNews_top{ margin-bottom:0px;}
.About .inliner-bg{ left:90%; top:80%;}



.research_details .research_details_list{ width:100% !important; margin-right:0px; margin-bottom:25px;}
.research_details .research_details_list .details_list_img{ line-height:normal;}
.research_details{ padding-bottom:0px;}

.Detection_details .Detection_details_right .details_right_top .right_top_img img{ height:auto;}


.Detection_details .Detection_details_right .details_right_top .right_top_txt{ margin-left:0px; height:auto !important;}
}



@media screen and (max-width:375px){
.news .news_content .news_content_list .content_list_img img{ height:102px;}
	   .index_honor li .text{font-size: 12px;line-height: 36px;}

}
@media screen and (max-width:360px){


}


@media screen and (max-width:320px){

}