@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'BEBAS';  
  src: url("../fonts/bebas.ttf");       
}




body{ margin:0px; padding:0px; border:0px; font-family:"微软雅黑","Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei"; color:#555555; font-size:14px; width:100%; background:#ffffff; }
body.on{ overflow: hidden;}

input[type="button"], input[type="submit"], input[type="reset"] {
     -webkit-appearance: none;
}
textarea {  
    -webkit-appearance: 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"}



.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;}



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; 
}


.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.5s ease;
    -webkit-transform: all 0.5s ease;
 }
.flip:hover{
	-webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
           transition: all 0.5s ease; -webkit-transform: all 0.5s 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:35px;}
.mo_top .mot .molo span{ font-size:14px; color:#000; font-weight:bold; padding-left: 5px;
}
.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;}





.banner{ height: 750px;}
.banner .slider .item{ display:inline-block; position: relative;}
.banner .slick-dots li button:before{ display:none;}
.banner .slick-dots li.slick-active button{ background:#893188;}
.banner .slick-dots li.slick-active{ width:60px;}
.banner .slick-dots li{ width:40px; height:10px;  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s }
.banner .slick-dots li button{ width:100%; background:rgba(255,255,255,.4); padding:0px; height:100%;border-radius: 50px;}
.banner .slick-dots{ bottom:6%;}
.banner .banner_content .banner_content_list{ outline: none;}
.banner .banner_content .banner_content_list .content_list_img{ display: block;}


.foot-about {
	background: #2c63ff;
}

.foot-about-title {
	border-bottom: 1px solid #6f95ff
}

.foot-about-title em {
	font-style: normal
}

.foot-about-ewm {
	max-height: 120px
}

.foot-item p{ color: #999; margin-top: 20px;}

.foot-item .foot-item-title {
	border-bottom: 1px solid #333;
	font-size: 1.1rem;
	padding-bottom: 15px;
	color: #fff;
}

.foot-item ul {
	list-style: none;
	margin-top: 20px;
}

.foot-item ul li {
	width: 50%;
	margin-top: 0!important;
	margin-bottom: 10px;
	float: left;
}

.foot-item ul li a {
	color: #999;
	font-size: 1rem;
}
.foot-item ul li a:hover {
	color: #fff;

}
.foot-item p {
	line-height: 26px;
}
.link {
	padding: 15px;
	border: 1px dashed #444;
}
.lxw p{ margin-top: 5px;}
.lxw p:first-child{ margin-top: 20px;}
.link ul li {
	display: inline-block;
	color: #999;
}

.link a {
	color: #999;
	margin-right: 10px;
}

.link a:hover {
	color: #fff;
}
.dbt{ padding: 30px 0 0 0; line-height: 24px;color: #999;}
.dbt a{color: #999;}
.dbt a:hover{color: #fff;}

.pc_all .pc_all_contnet{ max-width: 1460px; margin: 0 auto;}
.pc_top{ width: 100%; position: fixed; top: 0; left: 0; z-index: 180; border-bottom: 1px solid rgba(255,255,255,.14);  transition: all 0.5s ease;}
.pc_top.stick{ background:rgba(137,49,136,.8);  transition: all 0.5s ease; border-bottom: 0; box-shadow:0px 0px 20px rgba(0,0,0,.35);}




.pc_top .pc_all_contnet{ display: flex; flex-direction: row; justify-content: space-between; align-items: center; height: 93px;}
.pc_top .pc_top_right{ display: flex; align-items: center;}
.pc_top .pc_top_right .top_right_nav{ display: flex; align-items: center;}
.pc_top .pc_top_right .top_right_nav .right_nav_list{ position: relative; width: 82px;margin-right: 30px;}
.pc_top .pc_top_right .top_right_nav .right_nav_list .nav_list_title{ font-size: 16px; color: #fff; width:100%; text-align: center;  height: 93px; display: flex; align-items: center; justify-content: center;}
.pc_top .pc_top_right .top_right_nav .right_nav_list::before{ content: ""; position: absolute; display: inline-block; bottom: -1px; height: 2px; width: 0%; background: #fff; left: 0; right: 0; margin: 0 auto; transition: all 0.5s ease; opacity: 0;}
.pc_top .pc_top_right .top_right_nav .right_nav_list:hover::before{ width: 100%; transition: all 0.5s ease; opacity: 1;}
.pc_top .pc_top_right .top_right_nav .right_nav_list:last-child{ margin-right: 0px;}
.pc_top .pc_top_right .top_right_nav .right_nav_list .nav_list_down{ display:none; position:absolute; left:-25px; top:100%; background:rgba(0,0,0,.3); width:140px;}
.pc_top .pc_top_right .top_right_nav .right_nav_list:hover .nav_list_down{ display:block;}
.pc_top .pc_top_right .top_right_nav .right_nav_list .nav_list_down a{ font-size:14px; height:38px; color:#fff; width:100%; display:flex; align-items:center; justify-content:center;}
.pc_top .pc_top_right .top_right_nav .right_nav_list .nav_list_down a:hover{ background:#893188;}



.pc_top .pc_top_right .top_right_mum{ display: flex; align-items: center; margin-left: 56px;}
.pc_top .pc_top_right .top_right_mum img{ margin-right: 13px;}
.pc_top .pc_top_right .top_right_mum a{ font-size: 16px; color: #fff;}
.pc_top .pc_top_right .top_right_mum a:hover{ color: #ddd;}
.pc_top .pc_top_right .top_right_mum span{ color: rgba(255,255,255,.4); font-size: 18px; display: flex; margin: 0px 5px;}




.pc_top_company{ position: absolute; top: 96px; left: 0; z-index: 5; background: rgba(18,104,182,.6); width: 100%; padding-left: 32px; height: 34px; color: #fff; font-size: 15px; display: flex; align-items: center;}

.left_r_list{ position:relative; margin-right: 13px;}
.left_r_list .r_list_icon{ height:70px; display:flex; align-items:center;}
.left_r_list.left_r_search .r_search_content{ position:absolute; width:276px; height:70px; background:#f8f8f8; box-shadow:0px 0px 10px rgba(0,0,0,.05); display:flex; align-items:center; top:0; z-index:10; right:0px; width:0px; overflow:hidden; transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.left_r_list.left_r_search:hover .r_search_content{ transition: all 0.5s ease; -webkit-transform: all 0.5s ease; width:276px;}
.left_r_list.left_r_search .r_search_content input[type="text"]{ width:80%; height:70px; padding:0px 22px; background:#f8f8f8; font-size:16px; color:#333;}
.left_r_list.left_r_search .r_search_content input[type="submit"]{ width:20%; height:70px; background:url(../images/bn66.png) no-repeat 50% 50%; cursor: pointer;}






.IndexDistribution{ background: url("../images/bg1.jpg") no-repeat 50% 0%; padding: 73px 0px;}
.IndexDistribution .pc_all_contnet{ overflow:hidden;}
.IndexDistribution .IndexDistribution_title{ text-align: center; margin-bottom: 55px;}
.IndexDistribution .IndexDistribution_title dd{ font-size: 32px; color: #fff; font-weight: bolder;}
.IndexDistribution .IndexDistribution_title dd span{ font-size: 32px; margin: 0px 12px; position: relative;}
.IndexDistribution .IndexDistribution_title dt{ font-size: 16px; color: #fff; text-transform: uppercase; margin-top: 15px;}
.IndexDistribution .IndexDistribution_txt{ display: flex; box-shadow: 0px 0px 27px rgba(0,0,0,.15);}
.IndexDistribution .IndexDistribution_txt .IndexDistribution_txt_list{ width: 33.33%; height: 310px; display: flex; flex-direction: column; justify-content: center; padding-left: 60px; transition: all 0.5s ease; -webkit-transform: all 0.5s ease;  }
.IndexDistribution .IndexDistribution_txt .IndexDistribution_txt_list.on{ width: 57%;}

.IndexDistribution .IndexDistribution_txt .IndexDistribution_txt_list:nth-child(1){ background: url("../images/bg2.jpg") no-repeat 0% 50%;}
.IndexDistribution .IndexDistribution_txt .IndexDistribution_txt_list:nth-child(2){ background: url("../images/bg3.jpg") no-repeat 0% 50%;}
.IndexDistribution .IndexDistribution_txt .IndexDistribution_txt_list:nth-child(3){ background: url("../images/bg4.jpg") no-repeat 0% 50%;}
.IndexDistribution .IndexDistribution_txt .IndexDistribution_txt_list:hover{ transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.IndexDistribution .IndexDistribution_txt .IndexDistribution_txt_list .txt_list_title{ font-size: 24px; color: #333333; padding-bottom: 25px; margin-bottom: 35px; position: relative;}
.IndexDistribution .IndexDistribution_txt .IndexDistribution_txt_list .txt_list_title::before{ content: ""; position: absolute; display: inline-block; width: 148px; height: 1px; background: #d3d3d3; bottom: 0; left: 0;}
.IndexDistribution .IndexDistribution_txt .IndexDistribution_txt_list .txt_list_title::after{ content: ""; position: absolute; display: inline-block; width: 48px; height: 1px; background: #777777; bottom: 0; left: 0;}
.IndexDistribution .IndexDistribution_txt .IndexDistribution_txt_list .txt_list_txt{ line-height: 26px; color: #444444; font-size: 14px; width: 258px; text-align: justify;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.IndexDistribution .IndexDistribution_txt .IndexDistribution_txt_list .txt_list_more{ margin-top: 15px;}





.IAdvantage{ background: #fff;}
.IAdvantage .IndexDistribution_title dd{ color: #444444;}
.IAdvantage .IndexDistribution_title dt{ color: #555555;}
.IAdvantage .IAdvantage_content{
	   display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		flex-direction: row;
		flex-wrap: wrap;
}
.IAdvantage .IAdvantage_content .IAdvantage_content_list{ position: relative; cursor: pointer; width: 24%; box-shadow:0px 0px 16px rgba(0,106,53,.2); border-radius:10px; overflow:hidden; display: inline-block;}
.IAdvantage .IAdvantage_content .IAdvantage_content_list .content_list_img img{ width: 100%; opacity:0; transition: all 0.5s ease;}
.IAdvantage .IAdvantage_content .IAdvantage_content_list .content_list_txt{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: #ffffff; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; transition: all 0.5s ease; padding: 20px;}
.IAdvantage .IAdvantage_content .IAdvantage_content_list .content_list_txt dd i{ font-size: 60px; color: #fcc800; position: relative; transition: all 0.5s ease;}
.IAdvantage .IAdvantage_content .IAdvantage_content_list .content_list_txt dd i::before{ content: ""; position: absolute; display: inline-block; width: 40px; height: 1px; background: #c8c8c8; right: -70px; bottom: 20px;}
.IAdvantage .IAdvantage_content .IAdvantage_content_list .content_list_txt dd i::after{ content: ""; position: absolute; display: inline-block; width: 40px; height: 1px; background: #c8c8c8; left: -70px; bottom: 20px;}
.IAdvantage .IAdvantage_content .IAdvantage_content_list .content_list_txt dt{ font-size: 20px; color: #fcc800; font-weight: bolder; margin: 20px 0px; margin-top: 15px; transition: all 0.5s ease;}
.IAdvantage .IAdvantage_content .IAdvantage_content_list .content_list_txt .list_txt_p{ font-size: 14px; color: #666666; line-height: 28px; transition: all 0.5s ease;}
.IAdvantage .IAdvantage_content .IAdvantage_content_list .content_list_txt .list_txt_icon{ margin-top:34px; opacity:1; transition: all 0.5s ease;}
.IAdvantage .IAdvantage_content .IAdvantage_content_list:hover .content_list_txt .list_txt_icon{ opacity:0; transition: all 0.5s ease;}
.IAdvantage .IAdvantage_content .IAdvantage_content_list:hover .content_list_img img{ opacity:1; transition: all 0.5s ease;}
.IAdvantage .IAdvantage_content .IAdvantage_content_list .content_list_txt .list_txt_p b{ color: #008744; transition: all 0.5s ease;}
.IAdvantage .IAdvantage_content .IAdvantage_content_list:hover .content_list_txt{ background: rgba(0,39,20,.56); transition: all 0.5s ease;}
.IAdvantage .IAdvantage_content .IAdvantage_content_list:hover .content_list_txt dd i{ color: #fff; transition: all 0.5s ease;}
.IAdvantage .IAdvantage_content .IAdvantage_content_list:hover .content_list_txt dt{ color: #fff; transition: all 0.5s ease;}
.IAdvantage .IAdvantage_content .IAdvantage_content_list:hover .content_list_txt .list_txt_p{ color: #fff; transition: all 0.5s ease;}
.IAdvantage .IAdvantage_content .IAdvantage_content_list:hover .content_list_txt .list_txt_p b{ color: #fff; transition: all 0.5s ease;}





.IAbout{ background: url("../images/bg90.jpg")  no-repeat 50%/cover;}
.IAbout .pc_all_contnet{ height:480px;}
.IAbout .IAbout_title dd{ font-size: 31px; color: #fff;}
.IAbout .IAbout_title dt{ display: flex; align-items: center; margin: 30px 0px;}
.IAbout .IAbout_title dt a{ font-size: 16px; color: #444444; display: flex; height: 36px; align-items: center; padding: 0px 20px;}
.IAbout .IAbout_title dt a:hover{ color: #fff; background: #008744;}
.IAbout .IAbout_title dt a.on{ color: #fff; background: #008744;}
.IAbout .IAbout_txt{ width: 50%; margin-bottom: 40px;}
.IAbout .IAbout_txt .IAbout_txt_list dd{ line-height: 26px; color: #fff; font-size: 15px; margin-top: 30px;letter-spacing: 1px; text-indent: 2em; text-align: justify;}
.IAbout .IAbout_txt .IAbout_txt_list a{ font-size: 16px; color: #fff; display: flex; align-items: center; margin-top: 30px;}
.IAbout .IAbout_txt .IAbout_txt_list a:hover{ color: #0075c1;}
.IAbout .IAbout_txt .IAbout_txt_list a i{ margin-left: 8px; font-size: 20px;}
.IAbout .IAbout_bottom{ display: flex; align-items: center; width: 50%;}
.IAbout .IAbout_bottom .IAbout_bottom_list{ display: flex; align-items: center; background: #fff; width: 33.33%; margin-right: 20px; flex-direction: row; justify-content: space-between; padding: 0px 20px; height: 117px;}
.IAbout .IAbout_bottom .IAbout_bottom_list:last-child{ margin-right: 0px;}
.IAbout .IAbout_bottom .IAbout_bottom_list .bottom_list_left dd{ font-size: 20px; color: #fcc800; position: relative; padding-bottom: 15px; margin-bottom: 15px; transition: all 0.5s ease;}
.IAbout .IAbout_bottom .IAbout_bottom_list .bottom_list_left dd::before{ content: ""; position: absolute; bottom: 0px; left: 0; display: inline-block; width: 43px; height: 1px; background: #c3c3c3; transition: all 0.5s ease;}
.IAbout .IAbout_bottom .IAbout_bottom_list .bottom_list_left dt{ font-size: 14px; color: #666666; transition: all 0.5s ease;}
.IAbout .IAbout_bottom .IAbout_bottom_list .bottom_list_icon{ font-size: 60px; color: #fcc800; transition: all 0.5s ease;}
.IAbout .IAbout_bottom .IAbout_bottom_list:nth-child(2) .bottom_list_icon span{ display: flex;
	-webkit-transform: rotate(-44deg);
	   -moz-transform: rotate(-44deg);
	    -ms-transform: rotate(-44deg);
	     -o-transform: rotate(-44deg);
	        transform: rotate(-44deg);
}
.IAbout .IAbout_bottom .IAbout_bottom_list:hover{ background: #fcc800;}
.IAbout .IAbout_bottom .IAbout_bottom_list:hover .bottom_list_left dd{ color: #fff; transition: all 0.5s ease;}
.IAbout .IAbout_bottom .IAbout_bottom_list:hover .bottom_list_left dd::before{ background: #fff; transition: all 0.5s ease;}
.IAbout .IAbout_bottom .IAbout_bottom_list:hover .bottom_list_left dt{ color: #fff; transition: all 0.5s ease;}
.IAbout .IAbout_bottom .IAbout_bottom_list:hover .bottom_list_icon{ color: #fff; transition: all 0.5s ease;}
.wws{padding: 80px 0px; background: url(../images/bnn3.png) no-repeat 50%/cover;}
.human3{overflow:hidden;width:100%;background:#f6f9fb; padding: 85px 0;}


.abTtitle12{ text-align: center;}
.ygfc{ width:94%; max-width:1400px; margin:30px auto 0; display:flex; justify-content:space-between;}

.ygfc .ygfcLeft{ width:calc( 100% * 1060 / 1400); position:relative; flex-shrink:0; overflow:hidden;}

.ygfc .ygfcLeft .ygfcZhan{ width:100%; position:relative; overflow:hidden;}

.ygfc .ygfcLeft .ygfcZhan:before{ content:''; display:block; padding-top:calc( 100% * 560 / 1060);}

.ygfc .ygfcLeft .ygfcArrow{ width:100%; height:0px; display:flex; justify-content:space-between; align-items:center; position:absolute; left:0; top:50%; z-index:9;}

.ygfc .ygfcLeft .ygfcArrow img{ cursor:pointer;width: 52px;}

.ygfc .ygfcLeft .ygfcArrow img:nth-child(1){ margin-left:-15px;}

.ygfc .ygfcLeft .ygfcArrow img:nth-child(2){ margin-right:-15px;}

.ygfc .ygfcLeft .ygfcBig{ width:100%; position:absolute; left:0; top:0; margin-bottom:0;}

.ygfc .ygfcLeft .ygfcBig .dt{ position: relative; }

.ygfc .ygfcLeft .ygfcBig .dt .dtTitle{ border-left:#00b2e3 solid 3px; padding-left:10px; font-size: 18px; color: #fff; white-space: pre; overflow: hidden; text-overflow: ellipsis;position: absolute; bottom: 35px; left: 30px;    z-index: 9; width:calc( 100% - 60px);  }





.ygfc .ygfcRight{ width:calc( 100% * 310 / 1400); margin-bottom:0; height:100%;}

.ygfc .ygfcRight li{ height:200px; cursor:pointer;}





.rows{display:none}

.INews{ background: #fff; padding: 0 0 75px 0px; position: relative;}
.INews::before{ content: ""; display: inline-block; background: #f7f7f7; height: 596px; background: #f7f7f7; width: 50%; right: 0; top: 135px; position: absolute;}
.INews .INews_content{ position: relative; z-index: 5;}
.INews .INews_content .INews_left{ width: 37%;}
.INews .INews_content .INews_left .INews_left_list{ display: flex; align-items: center; background: #f7f7f7; border: 1px solid #e6e6e6; padding: 35px 0px; margin-bottom: 16px;}
.INews .INews_content .INews_left .INews_left_list:hover{ box-shadow: 0px 0px 27px rgba(0,0,0,.16); background: #fff;}
.INews .INews_content .INews_left .INews_left_list:hover .left_list_right dd{ color: #00437c;}
.INews .INews_content .INews_left .INews_left_list:hover .left_list_right dt{ color: #00437c;}
.INews .INews_content .INews_left .INews_left_list:last-child{ margin-bottom: 0px;}
.INews .INews_content .INews_left .INews_left_list .left_list_time{ width: 25%; text-align: center;}
.INews .INews_content .INews_left .INews_left_list .left_list_time dd{ font-size: 40px; color: #fcc800; font-weight: bolder;}
.INews .INews_content .INews_left .INews_left_list .left_list_time dt{ font-weight: bolder; color: #444444; font-size: 16px;}
.INews .INews_content .INews_left .INews_left_list .left_list_right{ width: 75%; position: relative; padding: 0px 35px;}
.INews .INews_content .INews_left .INews_left_list .left_list_right::before{ content: ""; position: absolute; left: 0; height: 100%; width: 1px; background: #d6d6d6; top: 0;}
.INews .INews_content .INews_left .INews_left_list .left_list_right dd{ font-size: 18px; color: #333333;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.INews .INews_content .INews_left .INews_left_list .left_list_right p{ color: #666666; line-height: 26px; text-align: justify; margin: 10px 0px;
display: -webkit-box; height:52px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.INews .INews_content .INews_left .INews_left_list .left_list_right dt{ font-size: 14px; color: #888888; display: flex; align-items: center;}
.INews .INews_content .INews_left .INews_left_list .left_list_right dt i{ font-size: 20px; margin-right: 10px;}
.INews .INews_content .INews_right{ width: 60%; background: #f7f7f7; padding: 60px 70px; padding-right: 114px; padding-bottom: 42px;}
.INews .INews_content .INews_right a{ display: inline-block; width: 100%;}
.INews .INews_content .INews_right a:hover .INews_right_txt dd{ color: #00437c; transition: all 0.5s ease;}
.INews .INews_content .INews_right a:hover .INews_right_txt dt{ color: #00437c; transition: all 0.5s ease;}
.INews .INews_content .INews_right a .INews_right_img img{ width: 100%; height: 347px; object-fit: cover;}
.INews .INews_content .INews_right a .INews_right_txt{ padding-top: 30px;}
.INews .INews_content .INews_right a .INews_right_txt dd{ font-size: 18px; color: #333333; transition: all 0.5s ease;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.INews .INews_content .INews_right a .INews_right_txt p{ color: #666666; line-height: 26px; text-align: justify; margin: 10px 0px;
display: -webkit-box; height:52px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.INews .INews_content .INews_right a .INews_right_txt dt{ font-size: 14px; color: #888888; display: flex; align-items: center; transition: all 0.5s ease;}
.INews .INews_content .INews_right a .INews_right_txt dt i{ font-size: 20px; margin-right: 10px;}


.news{ background:#f7f7f7; padding: 60px 0px;}
.news .news_left{ background: #fff; width: 100%; padding: 30px 50px;}
.news .news_left .news_left_title{ font-size: 24px; color: #333333; height: 60px; display: flex; align-items: center; border-bottom: 1px solid #e3e3e3;}
.news .news_left .news_left_title span{ font-size:20px; color: #666666; text-transform: uppercase; margin-left: 5px;}
.news .news_left .news_left_content .left_content_list{ display: flex; align-items: center; flex-direction: row; justify-content: space-between; padding: 25px 0px; border-bottom: 1px solid #f0f0f0;}
.news .news_left .news_left_content .left_content_list:hover{ border-bottom: 1px solid #893188;}
.news .news_left .news_left_content .left_content_list:hover .content_list_txt .list_txt_title dd{ color: #893188;  transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s; }
.news .news_left .news_left_content .left_content_list .content_list_img{ width: 21%;}
.news .news_left .news_left_content .left_content_list .content_list_img img{ width: 100%; height: 168px; object-fit: cover;}
.news .news_left .news_left_content .left_content_list .content_list_txt{ width: 77%;}
.news .news_left .news_left_content .left_content_list .content_list_txt .list_txt_title dd{ font-size: 18px; color: #333333; font-weight: 600; margin-bottom: 10px;  transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s; 
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.news .news_left .news_left_content .left_content_list .content_list_txt .list_txt_title dt{ font-size: 14px; color: #666666; line-height: 24px;
display: -webkit-box; text-align: justify;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.news .news_left .news_left_content .left_content_list .content_list_txt .list_txt_bottom{ display: flex; align-items: center; margin-top: 20px;}
.news .news_left .news_left_content .left_content_list .content_list_txt .list_txt_bottom dd{ display: flex; align-items: center; font-size: 12px; color: #999999; margin-right: 30px;}
.news .news_left .news_left_content .left_content_list .content_list_txt .list_txt_bottom dd img{ margin-right: 6px;}
.news .news_left .news_left_content .left_content_list .content_list_txt .list_txt_bottom dd:last-child{ margin-right: 0px;}
.news .news_right{ width: 300px; display:none;}
.news .news_right .news_right_list{ background: #fff; margin-bottom: 17px;}
.news .news_right .news_right_list .right_list_title{ font-weight: bolder; color: #333333; font-size: 16px; padding: 0px 30px; border-bottom: 2px solid #f6f6f6; height: 52px; display: flex; align-items: center;}
.news .news_right .news_right_list .right_list_title span{ font-size: 13px; color: #888888; font-weight: normal; text-transform: uppercase; margin-left: 5px;}
.news .news_right .news_right_list .right_list_txt{ padding: 0px 30px;}
.news .news_right .news_right_list .right_list_txt .list_txt_li{ display: flex; align-items: center; flex-direction: row; justify-content: space-between; height: 48px; border-bottom: 1px solid #f2f2f2; font-size: 15px; color: #666666;}
.news .news_right .news_right_list .right_list_txt .list_txt_li:hover{ color: #893188;}
.news .news_right .news_right_list .right_list_txt .list_txt_li dt{ color: #bfbfbf; transition: all 0.5s ease 0s; position: relative; right: 0; font-size: 18px;}
.news .news_right .news_right_list .right_list_txt .list_txt_li:hover dt{ color: #893188; transition: all 0.5s ease 0s; right: 5px;}
.news .news_right .news_right_media{ padding-bottom: 25px;}
.news .news_right .news_right_media .right_list_txt .right_media_list{ margin-top: 22px; display: inline-block; width:100%;}
.news .news_right .news_right_media .right_list_txt .right_media_list .media_list_img img{ width: 100%;}
.news .news_right .news_right_media .right_list_txt .right_media_list .media_list_txt{ margin-top: 15px;}
.news .news_right .news_right_media .right_list_txt .right_media_list .media_list_txt dd{ font-size: 14px; color: #555555; margin-bottom: 3px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.news .news_right .news_right_media .right_list_txt .right_media_list .media_list_txt dt{ font-size: 13px; color: #999999;}

.pagination-style {
  margin-top: 30px;
  text-align: center;
  overflow: hidden;
}
.pagination-style ul li {
  display: inline-block;
  margin: 5px;
}
.pagination-style ul li a {
padding: 8px 15px;
  border: 1px solid #e8e8e8;
  display: block;
  border-radius: 3px;
  color:#888;
}
.pagination-style ul li a:hover {
  background:#893188;
  color: #fff;
}
.pagination-style ul .active a {
  color: #fff;
  background:#893188;
}

.contacts{ padding:80px 0px;}

.contacts img{ max-width:inherit !important;}

.contacts .contact_top{ display:flex; justify-content:space-between;}

.contacts .contact_top .contact_top_left{ width:495px;padding:70px 40px;background: linear-gradient(to left, #b185b0 25%,#893188 100%);}

.contacts .contact_top .contact_top_left .top_left_title{ font-size:36px; color:#fff; position:relative; padding-bottom:25px; margin-bottom:25px; position:relative;}

.contacts .contact_top .contact_top_left .top_left_title:before{ content:""; position:absolute; display:inline-block; width:50px; height:2px; background:#fff; left:0; bottom:0;}

.contacts .contact_top .contact_top_left .top_left_content .left_content_list{ display:flex; align-items:center; font-size:16px; color:#fff; border-bottom:1px solid rgba(255,255,255,.5); padding:18px 0px}

.contacts .contact_top .contact_top_left .top_left_content .left_content_list span{ display:inline-block; width:30px; text-align:center; margin-right:16px;}

.contacts .contact_top .contact_top_right{ width:calc(100% - 495px); height:500px;}


.pc_top_logo span{ display:inline-block;color:#fff; padding-left:10px; font-size:24px;font-weight: bold;}



.Partner{ background: #f8f8f8; padding-top: 70px;}
.Partner .Partner_content{ display: flex;
display: -webkit-flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
}
.Partner .Partner_content .Partner_content_list{ width: 15.66%; margin-right: 1%; height: 80px; display: flex; align-items: center;justify-content: center; border: 1px solid #eeeeee; background: #fff; margin-bottom: 1%;}
.Partner .Partner_content .Partner_content_list:nth-child(6n){ margin-right: 0px;}
.Partner .Partner_content .Partner_content_list img{ max-width: 100%;}



.banner_q{ overflow:hidden;}
.banner_q,.banner_q .banner_content_q{ position: absolute; top: 0; left: 0; height: 100%; width: 100%;}
.banner_q .banner_search{ transform: translateX(-50%) translateY(-50%); position: absolute; top: 50%; left: 50%; z-index: 5;}
.banner_q #slide_01{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 3;background: rgb(0,117,193,0.8);}
.banner_q .icon{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 3; text-align: center; z-index: 4;}
.banner_q .icon img{ width: auto; animation:mymove 2s infinite;}
.about_q{ overflow: hidden; position: relative; height: 826px; background: url(../images/nt.jpg) no-repeat 50% 50%;}
.about_q .about_content_q{ text-align: center; position: absolute; transform:translateX(-50%) translateY(-65%); left: 50%; top:65%; width: 100%; z-index: 5; max-width: 1460px;}
.about_q .about_content_q dd{ font-size: 38px; color: #fff; padding-bottom: 40px; margin-bottom: 40px; position: relative;}
.about_q .about_content_q 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_q .about_content_q dt{height: 350px;
    overflow: auto;}
.about_q .about_content_q dt p{ color: #fff; line-height: 30px; font-size: 16px;padding-bottom: 8px; text-indent: 2em; padding-right: 20px; text-align: justify;}
::-webkit-scrollbar {
  width : 10px;  
  height: 1px;
  }
::-webkit-scrollbar-thumb {
  border-radius   : 10px;
  background-color: skyblue;
  background-image: -webkit-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent
  );
  }
::-webkit-scrollbar-track {
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #ededed;
  border-radius: 10px;
  }
  
.about_q .about_content_q dt::-webkit-scrollbar {
    width : 6px;  
    height: 1px;
    }
.about_q .about_content_q dt::-webkit-scrollbar-thumb {
    border-radius   : 10px;
    background-color: #fcc800;

    }
.about_q .about_content_q dt::-webkit-scrollbar-track {
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #ededed;
    border-radius: 10px;
    }
  



@keyframes mymove{
0%   { opacity: .3;}
50% { opacity: 1;}
100%   { opacity: .3;}
}
.banner_q .banner_search .banner_search_content .search_content_submit:hover{ background:#fff; color:#893188; border:1px solid #893188;}

.banner_q input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:rgba(255,255,255,.8); font-size:16px;}
.banner_q input::-webkit-input-placeholder{ /* WebKit browsers */ color:rgba(255,255,255,.8); font-size:16px;}
.banner_q input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:rgba(255,255,255,.8); font-size:16px;}
.banner_q input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:rgba(255,255,255,.8); font-size:16px;}
.banner_q nput::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:rgba(255,255,255,.8); font-size:16px;}



/* footer */

.footer {
    overflow: hidden;
}

.footertop {
    overflow: hidden;
    background: #0075c1;
    padding-bottom: 40px;
}

.footerbottom {
    overflow: hidden;
    background: #14468c;
    text-align: center;
}

.footerh {
    line-height: 46px;
    padding: 10px 0;
    overflow: hidden;

    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footerh a:hover{
	color: #fcc800;
}
.fast {
    display: block;
    font-size: 16px;
    color: #fff;
    float: left;
}

.footerul1 li {
    text-align: center;
    float: left;
    position: relative;
    padding-right: 50px;
}

.footerul1 {
    overflow: hidden;
    margin-left: 90px;
}

.footerul1 li::before {
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background: #fff;
    position: absolute;
    right: 23px;
    top: 16px;
}

.footerul1 li:last-child:before {
    display: none;
}

.footerul1 li a {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.footerm {
    overflow: hidden;
	padding-top: 40px;
}

.footerml {
    width: 54.5%;
    overflow: hidden;
    float: left;
}

.flog {
    padding-bottom: 15.9%;
}

.footermm {
    margin-left: 56px;
    overflow: hidden;
    float: left;
    width: 25.53%;
}

.footermm ul {
    overflow: hidden;
}

.footermm ul li {
    width: 25%;
    float: left;
    position: relative;
}

.footermm ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.footermm p {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    display: block;
}

.footermm ul li::before {
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background: #fff;
    position: absolute;
    right: 12px;
    top: 9px;
}

.footermm ul li:last-child::before {
    display: none;
}

.ewm {
    width: 120px;
    height: 120px;
    overflow: hidden;
    float: right;
}
.ewm img {
	max-width: 100%;
}

.footerbottom {
    overflow: hidden;
    background: #00437c;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
}

.footerbottom  a{
    color: #fff;
}
.footerbottom  a:hover{
    color: #fcc800;
}
.gp-clearFix {
    *zoom: 1;
    clear: both;
}

.gp-clearFix:after {
    content: '';
    display: block;
    clear: both;
}

.gp-clear {
    width: 100%;
    overflow: hidden;
}

.wh{ width: 100%; overflow: hidden; background: url(../images/ab2.jpg) no-repeat 50%/ cover; }
.gyTitle{ font-size: 18px; text-transform: uppercase;}
.whNei{ width: 94%; max-width: 1400px; margin:100px auto 75px auto; display: flex; justify-content: space-between; }
.whNei .whRight{width: 750px; display: flex; flex-direction: column; }

.wh1{ font-size: 32px; color: #fff;letter-spacing: 1px;}
.wh2{ width: 100%; height: 375px; overflow: hidden; overflow-y: auto; color: #fff; font-size: 14px; line-height: 21px;  margin:50px 0;overflow-y: auto;scrollbar-color: #fff; scrollbar-width: 1px; scrollbar-width: thin; scrollbar-width: 1px;}
.wh2 p{ font-size: 20px; line-height: 54px; opacity:1; margin-bottom:0px; }








.DetailsBanner{ position: relative;}
.DetailsBanner .DetailsBanner_img img{ width: 100%; object-fit: cover;}
.DetailsBanner .DetailsBanner_txt{ width: 1460px; position: absolute; top: 7%; left: 0; right: 0; margin: 0 auto; height: 100%; flex-direction: column; justify-content: center; display: flex;}
.DetailsBanner .DetailsBanner_txt dd{ font-size: 32px;padding-left: 30px; color: #fff; font-weight: bolder; margin-bottom: 10px;}
.DetailsBanner .DetailsBanner_txt dt{ font-size: 28px; padding-left: 30px; color: rgba(255,255,255,.7); font-weight: bolder;  padding-bottom: 20px; margin-bottom: 10px; position: relative;}

.DetailsBanner .DetailsBanner_txt p{ line-height: 30px; color: #fff; font-size: 14px; width: 477px;}

.banner_content .DetailsBanner .DetailsBanner_txt{ width: 1460px; position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; height: 100%; flex-direction: column; justify-content: center; display: flex;}
.banner_content .DetailsBanner .DetailsBanner_txt dd{ font-size: 50px; color: #fff; font-weight: bolder; margin-bottom: 15px;}
.banner_content .DetailsBanner .DetailsBanner_txt dt{ font-size: 30px; color: rgba(255,255,255,.7); font-weight: bolder;  padding-bottom: 40px; margin-bottom: 20px; position: relative;}
.banner_content .DetailsBanner .DetailsBanner_txt dt::before{ content: ""; position: absolute; display: inline-block; width: 56px; height: 2px; background: #fff; left: 0; bottom: 0; background: #fff;}




.jsvideo{ margin-top: 60px;}
.about{ padding-top: 84px;}
.about .about_title{ text-align: center;}
.about .about_title dd{ font-size: 32px; color: #595959;font-family:Helvetica Neue,Helvetica,'Microsoft Yahei'; margin-bottom: 15px; letter-spacing: 2px;}
.about .about_title dt{ font-size: 24px; color: rgba(0,0,0,.3); font-weight: normal;}
.about .about_title .line{display:inline-block;margin-bottom:20px;width:40px;height:2px;background-color:#893188;}
.about .info{margin:30px 0 80px 0;}
.about .info p{ padding-bottom: 15px; text-indent: 2em;letter-spacing:1px;font-size:18px;line-height:30px; text-align: justify;}
.about .about_content{ display: flex; align-items: center; flex-direction: row; justify-content: space-between; padding-bottom: 115px; background: url("../images/bn22.png") no-repeat 0% 94%;}
.about .about_content .about_content_left{ display: flex; flex-direction: column; height: 400px; background: url("../images/bg14.jpg") no-repeat 50%/cover; justify-content: center; text-align: left; padding: 0px 115px; width: 61%; position: relative;}
.about .about_content .about_content_left::before{ content: ""; position: absolute; display: inline-block; width: 61px; height: 48px; background: url("../images/bn21.png") no-repeat 50% 50%; right: 34px; top: 44px;}
.about .about_content .about_content_left dd{ font-size: 24px; color: #fcc800; position: relative; padding-bottom: 40px; margin-bottom: 20px;}
.about .about_content .about_content_left dd::before{ content: ""; display: inline-block; width: 56px; height: 2px; background: #999999; position: absolute;; bottom: 0; left: 0;}
.about .about_content .about_content_left dt{ font-size: 14px; color: #555555; line-height: 30px; text-align: justify;}
.about .about_content .about_content_right{ width: 37%; position: relative;}
.about .about_content .about_content_right .content_right_img img{ width: 100%; height:464px; object-fit:cover;}
.about .about_content .about_content_right .content_right_bottom{ display: flex; align-items: center; height: 196px; align-items: center;
 box-shadow: 0px 0px 21px rgba(0,0,0,.17); width: 784px; position: absolute; right: 0; bottom: -107px; background: #fff;}
.about .about_content .about_content_right .content_right_bottom .right_bottom_list{ width: 25%; text-align: center; position: relative;}
.about .about_content .about_content_right .content_right_bottom .right_bottom_list::before{ content: ""; display: inline-block; height: 100px; width: 1px; background: #dbdbdb; position: absolute; right: 0;}
.about .about_content .about_content_right .content_right_bottom .right_bottom_list:last-child::before{ display: none;}
.about .about_content .about_content_right .content_right_bottom .right_bottom_list dd{ font-size: 18px; color: #fcc800;}
.about .about_content .about_content_right .content_right_bottom .right_bottom_list dd b{ font-size: 48px; font-family: "Bebas"; margin-right:8px; font-weight: normal;}
.about .about_content .about_content_right .content_right_bottom .right_bottom_list dt{ font-size: 16px; color: #888888; margin-top: 15px;}

.gong{ margin: 60px 0;}
.gong p{ font-size: 16px; text-align: left; text-indent: 2em; line-height: 30px; padding-bottom: 10px;}

.History{ position: relative; margin-bottom: 85px;}
.History::before{ content: ""; position: absolute; display: inline-block; width: 100%; height: 1px; background: #d4d4d4; position: absolute; top: 63.2%; transform: translateY(-50%);}
.History .History_content .History_content_list{ outline: none;}
.History .History_content .History_content_list .content_list_title{ background: #f6f6f6; padding: 22px 40px; margin-bottom: 90px; position: relative;}
.History .History_content .History_content_list .content_list_title::before{ content: ""; display: inline-block; width: 19px; height: 76px; background: url("../images/bn26.png") no-repeat 50% 50%; position: absolute; left: 0; right: 0; margin: 0 auto; bottom: -57px;}
.History .History_content .History_content_list:nth-child(2n) .content_list_title::before{ bottom: inherit; top: -50px;
-webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}
.History .History_content .History_content_list .content_list_title dd{ font-size: 18px; color: #008744; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #dcdcdc; position: relative; padding-left: 24px;}
.History .History_content .History_content_list .content_list_title dd::before{ content: ""; position: absolute; display: inline-block; width: 5px; height: 22px; background: #008744;left: 0; top: 2px;}
.History .History_content .History_content_list .content_list_title dt{ font-size: 14px; color: #777777; line-height: 26px; height:182px;}
.History .History_content .History_content_list .content_list_icon{ font-size: 18px; color: #555555; text-align: center;}
.History .History_content .History_content_list .content_list_icon dt{ margin-top: 103px;}

.History .History_content .History_content_list:nth-child(2n) .content_list_title{ margin-bottom: 0px; margin-top: 118px;}
.History .History_content .History_content_list:nth-child(2n){ margin-top: 125px;}
.History .slick-prev::before,.History .slick-next::before{ display: none;}
.History .slick-prev,.History .slick-next{ width: 45px; height: 45px; top:47%; border-radius:100%; transition: all 0.5s ease; -webkit-transform: all 0.5s ease;  }
.History .slick-prev{ background: #008744 url("../images/bn27.png") no-repeat 50% 50%;}
.History .slick-next{ background: #008744 url("../images/bn28.png") no-repeat 50% 50%;}
.slick-prev.slick-disabled, .slick-next.slick-disabled{ opacity:.5; transition: all 0.5s ease; -webkit-transform: all 0.5s ease;  }






.AMessage{ display: flex; background: url(../images/about2.png)  no-repeat;}
.AMessage .AMessage_left{ width:50%; position: relative;}
.AMessage .AMessage_left img{ width:100%; height:616px; object-fit:cover;}
.AMessage .AMessage_right{ padding: 95px; padding-bottom: 0px; width:50%;}
.AMessage .AMessage_right .AMessage_right_title dd{ font-size: 32px; color: #444444; font-weight: bolder;}
.AMessage .AMessage_right .AMessage_right_title dt{ color: #555555; font-size: 16px; text-transform: uppercase; margin-top: 18px;}
.AMessage .AMessage_right .AMessage_right_txt{ margin-top: 30px;}
.AMessage .AMessage_right .AMessage_right_txt dd p{ line-height: 30px; color: #666666; font-size: 15px; text-align: justify; text-indent: 2em;}
.AMessage .AMessage_right .AMessage_right_txt dt{ font-size: 16px; color: #333333; display: flex; align-items: center; justify-content: flex-end; margin-top: 40px;}
.AMessage .AMessage_right .AMessage_right_txt dt img{ margin-left: 10px;}


.AMessage_left .tp img{width: 100%}

.AMessage_left em{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background-image: url(../images/bofang.png);
	background-position: center center;
	background-repeat: no-repeat;
   -webkit-transform: translate(-50%, -50%);
	    -khml-transform: translate(-50%, -50%);
	    -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	    -o-transform: translate(-50%, -50%);
	 transform: translate(-50%, -50%);
	cursor: pointer;
	width:96px;
	height:96px;

	
}

.AMessage_left em::before {
position: absolute;
		content: "";
		top: 0;
		left:0;
		height: 100%;
		width: 100%;
		border-radius: 50%;
		z-index: -1;
		-o-animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
		-ms-animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
		-webkit-animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
		animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
}

@-webkit-keyframes myPulse{
    0%{
        -webkit-box-shadow:0 0 0 0 rgba(255, 255, 255, 0.2);
        box-shadow:0 0 0 0 rgba(255,255,255,0.2)
    }
    70%{
        -webkit-box-shadow:0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow:0 0 0 60px rgba(255,255,255,0)
    }
    100%{
        -webkit-box-shadow:0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow:0 0 0 0 rgba(255, 255, 255, 0)
    }
}
@keyframes myPulse{
    0%{
        -webkit-box-shadow:0 0 0 0 rgba(255, 255, 255, 0.2);
        box-shadow:0 0 0 0 rgba(255,255,255,0.2)
    }
    70%{
        -webkit-box-shadow:0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow:0 0 0 60px rgba(255,255,255,0)
    }
    100%{
        -webkit-box-shadow:0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow:0 0 0 0 rgba(255, 255, 255, 0)
    }
	
}













.member{ padding-bottom: 100px;}
.member .member_top{ text-align: center; margin-bottom: 95px;}
.member .member_top img{ max-width:100%;}
.member .member_bottom .member_bottom_list{ display: flex; align-items: center; background: #f6f6f6; margin-bottom: 40px;}
.member .member_bottom .member_bottom_list:last-child{ margin-bottom: 0px;}
.member .member_bottom .member_bottom_list .bottom_list_img{ width:42%;}
.member .member_bottom .member_bottom_list .bottom_list_img img{ width:100%; height:324px; object-fit:cover;}
.member .member_bottom .member_bottom_list .bottom_list_txt{ padding: 0px 55px; width:58%;}
.member .member_bottom .member_bottom_list .bottom_list_txt dd{ font-size: 18px; color: #1d1d1d; margin-bottom: 30px; position: relative; display: flex; align-items: center;}
.member .member_bottom .member_bottom_list .bottom_list_txt dd::before{ content: ""; display: inline-block; width: 4px; height: 24px; background: #008744; margin-right: 20px;}
.member .member_bottom .member_bottom_list .bottom_list_txt dt{ font-size: 14px; color: #555555; line-height: 26px;}
.member .member_bottom .member_bottom_list .bottom_list_txt dt p{ text-align: justify; text-indent: 2em;}




.system{ padding: 75px 0px;}
.system .pc_all_contnet{ display: flex; align-items: center; flex-direction: row; justify-content: space-between; padding-right: 70px;}
.system .pc_all_contnet .system_left{ width:48%;}
.system .pc_all_contnet .system_left img{ max-width:100%;}
.system .pc_all_contnet .system_right{ position: relative; padding-top: 55px; width: 52%;}
.system .pc_all_contnet .system_right::before{ content: ""; position: absolute; display: inline-block; width: 38px; height: 3px; background: #008744; top: 0;}
.system .pc_all_contnet .system_right .system_right_title dd{ font-size: 32px; color: #444444; font-weight: bolder;}
.system .pc_all_contnet .system_right .system_right_title dt{ font-size: 16px; color: #555555; text-transform: uppercase; margin-top: 20px;}
.system .pc_all_contnet .system_right .system_right_txt{ margin-top: 60px;}
.system .pc_all_contnet .system_right .system_right_txt p{ line-height: 30px; color: #555555; font-size: 14px; text-indent: 2em; text-align: justify;}






.system2{ padding: 80px 0px; background: #f5f5f5;}
.system2 .pc_all_contnet{ display: flex; align-items: center; flex-direction: row; justify-content: space-between; padding-right: 70px;}
.system2 .system2_right{ margin-left: 65px;}
.system2 .system2_right dd{ color: #444444; font-size: 32px; position: relative; padding-bottom: 25px; margin-bottom: 50px;}
.system2 .system2_right dd::before{ content: ""; position: absolute; display: inline-block; width: 238px; height: 2px; background: url("../images/bn36.png") no-repeat 50% 50%; bottom: 0;}
.system2 .system2_right dd span{ font-size: 16px; text-transform: uppercase; margin-left: 25px;}
.system2 .system2_right dt{ line-height: 30px; color: #666666; font-size: 14px; text-align: justify;}






.system3{ background: #fff;}
.system3 .system2_right{ margin-right: 65px; margin-left: 0px;}






.honor{ background: url("../images/bg23.jpg") no-repeat 50%/cover; padding-bottom: 20px;}
.honor .honor_content{ position: relative; padding-bottom: 60px;}

.honor .honor_content .honor_content_list{ display: flex; justify-content: center; align-items: center; padding: 6px 0px; padding-left: 183px;}
.honor .honor_content .honor_content_list.on .content_list_time{ opacity: 0;}
.honor .honor_content .honor_content_list .content_list_time{ font-size: 14px; color: #555555; margin-right: 110px;}
.honor .honor_content .honor_content_list .content_list_time span{ font-size: 38px; color: #008744; margin-right: 10px;}
.honor .honor_content .honor_content_list .content_list_right{ width: 33%; }
.honor .honor_content .honor_content_list .content_list_right p{ font-size: 16px; color: #555555; line-height: 30px;display: flex; align-items: center;}
.honor .honor_content .honor_content_list .content_list_right p::before{ content: ""; display: flex; width: 38px; height: 17px; background: url("../images/bn37.png") no-repeat 50%; margin-right: 20px; position: relative; z-index: 5;}









.Business{ padding: 72px 0px;}
.Business .about_title{ margin-bottom: 45px;}
.Business .Business_content{ padding: 0px 50px;}
.Business .Business_content .Business_content_list{ outline: none; display: flex; align-items: center;  margin: 0px 8px; justify-content: center;}
.Business .Business_content .Business_content_list img{ max-width: 100%;}
.Business .slick-prev:before,.Business .slick-next:before{ display: none;}
.Business .slick-prev,.Business .slick-next{ width: 22px; height: 39px;}
.Business .slick-prev{ background: url("../images/bn39.png") no-repeat 50% 50%; left: 0px;}
.Business .slick-next{ background: url("../images/bn40.png") no-repeat 50% 50%; right: 0px;}


















.page{ display: flex; align-items: center; justify-content: center;}
.page li a{ height: 42px; display: flex; align-items: center; justify-content: center; background: #f2f2f2; color: #666666; margin-right: 15px; border: 1px solid #e5e5e5; font-size: 13px; color: #333333; border: 1px solid #cfcfcf; padding: 0px 16px;}
.page li:last-child a{ margin-right: 0px;} 
.page li.active a{ background: #008744; color: #fff; border: 1px solid #008744;}
.page li:hover a{ background: #008744; color: #fff; border: 1px solid #008744;}
.page li a i{ font-size: 18px;}

.circle-load-rect-svg{
 
	position: absolute;
}
.g-rect-path{
    fill: none;
    stroke-width:3;
    stroke:rgba(250,250,250,.2);
    stroke-linejoin:round;
    stroke-linecap:round;
}

.g-rect-fill{
    fill: none;
    stroke-width:3;
    stroke:rgba(250,250,250,.7);
    stroke-linejoin:round;
    stroke-linecap:round;
    stroke-dasharray: 0, 1370;
    stroke-dashoffset: 0;
    transition: 2s linear;
    
}
.DetailsBanner_txt.active .g-rect-fill{
	stroke-dasharray: 2350, 2350;
}

.newst{ background: #f9f9f9; padding: 65px 0px;}
.newst .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%;}
.newst .news_content .news_content_list:nth-child(3n){ margin-right: 0px;}
.newst .news_content .news_content_list .content_list_img{ width: 100%; object-fit: cover; position: relative;}
.newst .news_content .news_content_list .content_list_img img{ width: 100%; height: 280px; object-fit: cover;}
.newst .news_content .news_content_list .content_list_txt{ background: #fff;}
.newst .news_content .news_content_list .content_list_txt .list_txt_title{ padding: 25px;}
.newst .news_content .news_content_list .content_list_txt .list_txt_title dd{ font-size: 18px; color: #333; font-weight: bold; margin-bottom: 22px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.newst .news_content .news_content_list .content_list_txt .list_txt_title dt{ font-size: 14px; color: #666666; font-weight: normal; line-height: 26px;
display: -webkit-box; height: 52px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.newst .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;}
.newst .news_content .news_content_list:hover .content_list_txt .list_txt_title dd{ color: #893188;}
.newst .news_content  .list_txt_time dt{ font-weight: normal;}
.newst .news_content .news_content_list:hover .content_list_txt .list_txt_time{ background: #893188; color: #fff;transition: all 0.3s ease 0s;}

.newst .news_content .news_content_list .content_list_img em{display:block;position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(../images/icon_video.png);background-position:center center;background-repeat:no-repeat; transition:ease .5s;-webkit-transition:ease .5s;}


.shipin .news_content .news_content_list .content_list_txt .list_txt_title dd {
    margin-bottom:0;

}

.welcome_box{

	position: relative;
	height: 170px;
}
.welcome_box .h5{
	font-size: 34px;
	position: absolute;
	top: 0;
	left:0;
	transition: all 0.8s 0.2s;
}
.welcome_box  .more_i{
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.8s 0.4s;
	font-style: normal;
}

.welcome_box  .more_a span{
	background-color: #fff;
}
.cpa .welcome_box .more_a span{ background-color: #f9f9f9;}
	.welcome_box .more_a:hover::before{
		top: 3px;
		left: 3px;
	}
	.welcome_box .more_a:hover span{
		background-color: #893188;
		color: #fff;
	}
	.cpa .welcome_box .more_a:hover span{
		background-color: #893188;
		color: #fff;
	}
.welcome_box .h5::after{
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	background-color: #893188;
	margin-top: 10px;
}
.welcome_box .h5 small{
	position: absolute;
	top: -55px;
	left: -60px;
	font-size: 100px;
    color: #d32626;
    opacity: 0.1;
    white-space: nowrap;
    font-weight: bold;
	text-transform: uppercase;
}
.welcome_box .more_a{
	display: block;
	width: 160px;
	height: 50px;
	padding-top: 3px;
	padding-left: 3px;
	position: relative;
}
.welcome_box .more_a::before{
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: #893188;
	top: 0;
	left: 0;
	transition: all 0.5s ease;
}
.welcome_box .more_a span{
	position: relative;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 50px;
	font-size:14px;
	color: #666;
	background-color: #ffffff;
	transition: all 0.5s ease;
}
.welcome_box .more_a span::after{
	content: " 〉";
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	width: 12px;
	font-weight: 100;
	transform: scaleY(0.5);
	margin-left: 20px;
	margin-top: -1px;
}


.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(2){ 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;text-indent:2em;}
.news_details .news_details_content .details_content_top p img{ max-width: 100%; clear: both;display: block;margin:auto;}

.news_details .news_details_content .details_content_top table{ width: 100%!important;}
.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: 16px; 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: 16px; color: #333333;}
.news_details .news_details_content .news_page .news_page_left .page_left_list a:hover{ color: #893188;}
.news_details .news_details_content .news_page .news_page_right{ display: inline-block; border: 1px solid #893188; 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: #893188;}


.news_nav{ position: inherit;}
.research_nav{ border: 1px solid #dcdcdc; text-align: center; position:relative; width:100%; background:#fff;}
.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: #893188;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:#893188;}
.research_nav a.on:before{ width: 100%;}
.research_nav.research_nav_on{position: fixed; z-index:98; top:0;}





.about .pc_all_contnet{ display: block;}







.contact{ background: #fff; position:relative;}
.contact:before{ content:""; position:absolute; display:inline-block; width:44%; background:#ebeff0; top:0; left:0; height:100%;}
.contact .pc_all_contnet{ position:relative; z-index:50;}
.contact .contact_left{ padding: 100px 0px; width: 50%;}
.contact .contact_left .contact_left_list{ margin-bottom: 50px; width: 70%;}
.contact .contact_left .contact_left_list:last-child{ margin-bottom: 0px;}
.contact .contact_left .contact_left_list .left_list_title{ font-size: 28px; color: #008744; font-weight: bolder; padding-bottom: 30px; border-bottom: 2px solid #cbcccd; margin-bottom: 27px;}
.contact .contact_left .contact_left_list .left_list_content .list_content_li{ margin-bottom: 23px;}
.contact .contact_left .contact_left_list .left_list_content .list_content_li:last-child{ margin-bottom: 0px;}
.contact .contact_left .contact_left_list .left_list_content .list_content_li dd{ font-weight: bolder; color: #555555; font-size: 16px; margin-bottom: 5px;}
.contact .contact_left .contact_left_list .left_list_content .list_content_li dt{ line-height: 22px; color: #555555; font-size: 14px;}
.contact .contact_right{ width: 50%; padding-top: 100px;}
.contact .contact_right .contact_right_list{ margin-bottom: 35px;}
.contact .contact_right .contact_right_list dd{ font-size: 16px; color: #555555; font-weight: bolder; margin-bottom: 15px;}
.contact .contact_right .contact_right_list dd span{ margin-left: 5px; font-size: 16px; color: #c60000;}
.contact .contact_right .contact_right_list dt input{ width: 100%; height: 43px; border: 2px solid #cbcccd; padding: 0px 18px;}
.contact .contact_right .contact_right_list dt select{ height: 47px; background: #ebefef; width: 100%; padding: 0px 15px; font-size: 16px; color: #555555;}
.contact .contact_right .contact_right_list dt textarea{ height: 222px; border: 2px solid #cbcccd; width: 100%; resize: none; padding: 15px; line-height: 26px; font-family: "微软雅黑";}
.contact .contact_right .contact_right_submit{ display: flex; align-items: center; justify-content: space-between; flex-direction: row;}
.contact .contact_right .contact_right_submit div{ display:flex; align-items:center;}
.contact .contact_right .contact_right_submit div input{ border:1px solid #dcdcdc; width:150px; height:44px; display:flex; align-items:center; justify-content:center; font-size:16px; color:#333; padding:0px 30px; margin-right:20px;}
.contact .contact_right .contact_right_submit div img{ max-width:170px; cursor:pointer; border:1px solid #dcdcdc;}
.contact .contact_right .contact_right_submit dd input{ width: 110px; height: 38px; display: flex; align-items: center; background: #008744; color: #fff; font-weight: bolder; font-size: 16px; justify-content: center; cursor: pointer;}
.contact .contact_right .contact_right_submit dt{ font-size: 14px; color: #888888;}
.contact .contact_right .contact_right_submit dt span{ font-size: 16px; color: #c60000; font-weight: bolder;}






.join{ padding: 45px 0px; background: #f6f6f6;}
.join .pc_all_contnet{padding: 36px 0;}
.join .about_title dt{ text-transform: none; line-height:30px;}
.join .join_content .join_content_list{ display: flex; align-items: center; background: #fff; padding: 55px 0px; flex-direction: row; justify-content: space-between; margin-bottom: 10px;}
.join .join_content .join_content_list .content_list_left{ position: relative; display: flex; width:90%;}
.join .join_content .join_content_list .content_list_left .list_left_dd{ position: relative; width:20%; text-align:center; margin-right: 5%;}
.join .join_content .join_content_list .content_list_left .list_left_dd dd{ font-size: 24px; color: #444444; padding: 0 10px;}
.join .join_content .join_content_list .content_list_left .list_left_dd dt{ font-size: 14px; color: #999999; font-weight: bolder; margin-top: 10px; margin-bottom: 15px;}
.join .join_content .join_content_list .content_list_left .list_left_dd p{ font-size: 14px; color: #999999; line-height: 25px;}
.join .join_content .join_content_list .content_list_left .list_left_dd::before{ content: ""; position: absolute; display: inline-block; width: 1px; height: 100%; background: #d8d8d8; right: 0;}
.join .join_content .join_content_list .content_list_left .list_left_dt{ width:90%;}
.join .join_content .join_content_list .content_list_left .list_left_dt dd{ font-size: 16px; color: #777777; margin-bottom: 15px;}
.join .join_content .join_content_list .content_list_left .list_left_dt dt{ line-height: 26px; color: #777777; font-size: 14px;}
.join .join_content .join_content_list .content_list_left .list_left_dt div{ margin-bottom: 20px;}
.join .join_content .join_content_list .content_list_left .list_left_dt div:last-child{ margin-bottom: 0px;}
.join .join_content .join_content_list .content_list_right{ display: flex; align-items:center;}
.join .join_content .join_content_list .content_list_right dd{ margin-right: 60px;}
.join .join_content .join_content_list .content_list_right a{ margin-right: -20px; display: flex;}
.rlzy_con2_u1{ margin-top: 60px;}
.rlzy_con2_u1 li{font-size: 0;background: #cfd9dc;box-shadow: 0 0 5px 5px rgba(0,0,0,.03);margin-top:25px;}
.rlzy_con2_u1_span{display:inline-block;vertical-align: middle;width: 230px;}
.rlzy_con2_u1_aside{display: inline-block;vertical-align: middle;width: calc(100% - 230px);background: white;padding: 20px 30px; color: #333; font-size: 16px; text-align: left;}
.rlzy_con2_u1_span{color: #333;font-size: 18px;text-align: center;}
.rlzy_con2_u1_span i{display: block;margin: 0 auto;font-size: 40px;margin-bottom: 10px;}
.rlzy_con2_u1 li:hover{background: #fcc800;}
.rlzy_con2_u1 li:hover .rlzy_con2_u1_span{color: white;}




.Battery{ padding: 80px 0px; overflow:hidden; position:relative;}
.Battery:before{ content:""; position:absolute; display:inline-block; width:11%; background:rgba(255,255,255,.5); position:absolute; height:100%; right:0; top:0; z-index:19;  background: linear-gradient(to left,rgba(255,255,255,1), rgba(255,255,255,.1));}
.Battery:after{ content:""; position:absolute; display:inline-block; width:11%; background:rgba(255,255,255,.5); position:absolute; height:100%; left:0; top:0; z-index:19;  background: linear-gradient(to right,rgba(255,255,255,1), rgba(255,255,255,.1));}
.Battery .Battery_content .slick-list{ overflow:inherit;}
.Battery .Battery_content .Battery_content_list{ position: relative; width: 32%; outline: none; margin: 0px 12px; cursor: pointer;}
.Battery .Battery_content .Battery_content_list .content_list_img img{ width: 100%;}
.Battery .Battery_content .Battery_content_list .content_list_hover{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 0px 28px; opacity: 1; transition: all 0.5s ease 0s;}
.Battery .Battery_content .Battery_content_list .content_list_hover .content_list_title{ text-align: center;}
.Battery .Battery_content .Battery_content_list .content_list_hover .content_list_title dd{ font-size: 28px; color: #fff; font-weight: bolder;}
.Battery .Battery_content .Battery_content_list .content_list_hover .content_list_title dt{ font-size: 18px; color: #fff; margin-top: 12px; text-transform: uppercase;}
.Battery .Battery_content .Battery_content_list .content_list_hover .content_list_txt{ background: rgba(255,255,255,.45); line-height: 26px; color: #222222; font-size: 14px; padding: 44px 40px; text-indent: 2em; margin-top: 30px;}
.Battery .Battery_content .Battery_content_list .content_list_hover .content_list_button{ margin-top: 28px;}
.Battery .Battery_content .Battery_content_list .content_list_hover .content_list_button a{ display: flex; width: 103px; height: 31px; align-items: center;; justify-content: center; border: 2px solid #fff; border-radius: 100px; font-size: 14px; color: #fff;}
.Battery .Battery_content .Battery_content_list .content_list_tab{ position: absolute; top: 0; left: 0; background: rgba(0,135,68,.56); width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; opacity: 0;transition: all 0.5s ease 0s;}
.Battery .Battery_content .Battery_content_list .content_list_tab .list_tab_title{ text-align: center;}
.Battery .Battery_content .Battery_content_list .content_list_tab .list_tab_title dd{ font-size: 28px; color: #fff; font-weight: bolder;}
.Battery .Battery_content .Battery_content_list .content_list_tab .list_tab_title dt{ font-size: 20px; color: #fff; font-weight: bolder; text-transform: uppercase;}
.Battery .Battery_content .Battery_content_list .content_list_tab .list_tab_txt{border-top: 2px solid #fff; margin-top: 22px; width:80%;}
.Battery .Battery_content .Battery_content_list .content_list_tab .list_tab_txt table{ width:100%;}
.Battery .Battery_content .Battery_content_list .content_list_tab .list_tab_txt table tr td{ padding:5px 0px; font-size:14px; color:#fff; border:1px solid #fff; text-align:center;}



.Battery .Battery_content .Battery_content_list .content_list_tab .list_tab_txt .tab_txt_list{ display: flex; align-items: center; justify-content: space-between; flex-direction: row; height: 30px; border-bottom: 1px solid #fff; padding: 0px 20px;}
.Battery .Battery_content .Battery_content_list .content_list_tab .list_tab_txt .tab_txt_list:last-child{ border-bottom: 2px solid #fff;}
.Battery .Battery_content .Battery_content_list .content_list_tab .list_tab_txt .tab_txt_list dd{ color: #fff; font-size: 14px; margin-right: 44px;}
.Battery .Battery_content .Battery_content_list .content_list_tab .list_tab_txt .tab_txt_list dd:last-child{ margin-right: 0px;}
.Battery .Battery_content .Battery_content_list:hover .content_list_tab{ transition: all 0.5s ease 0s; opacity: 1;}
.Battery .Battery_content .Battery_content_list:hover .content_list_hover{ transition: all 0.5s ease 0s; opacity: 0;}
.Battery .slick-prev::before,.Battery .slick-next::before{ color: #fff; font-size: 28px;}
.Battery .slick-prev,.Battery .slick-next{ width: 66px; height: 66px; background: #adadad; border-radius: 100%; transition: all 0.5s ease 0s; z-index:80;}
.Battery .slick-prev{ left: 0px;}
.Battery .slick-next{ right: 0px;}
.Battery .slick-prev:hover,.Battery .slick-next:hover{ background: #448f6a; transition: all 0.5s ease 0s;}








.Industrial{ background: #f5f5f5; padding: 80px 0px;}
.Industrial .Industrial_content{ display: flex; align-items: center; flex-direction: row; justify-content: space-between;}
.Industrial .Industrial_content .Industrial_content_list{ display: inline-block; width: 100%; margin:0px 15px;}
.Industrial .Industrial_content .Industrial_content_list:hover dd img{
-webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
     -o-transform: scale(1.1);
           filter: scale(1.1);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
	cursor:pointer;	
}
.Industrial .Industrial_content .Industrial_content_list dd{ overflow:hidden;}
.Industrial .Industrial_content .Industrial_content_list dd img{ width: 100%;
-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;
}
.Industrial .Industrial_content .Industrial_content_list dt{ font-size: 22px; color: #444444; text-align: center; margin-top: 30px;}





.Build .Build_content img{ max-width:100%;}








.zhlycp .slick-dots li button:before{ font-size:45px; color:#00437c;}







.Project{ padding: 80px 0px;}
.Project .Project_content{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.Project .Project_content .Project_content_list{ width: 32%; background: #fff; box-shadow: 0px 0px 84px rgba(46,85,32,.16); text-align: center; padding: 50px; margin-bottom: 32px; transition: all 0.5s ease 0s; cursor:pointer; position:relative;}
.Project .Project_content .Project_content_list:before{ content:""; display:inline-block; position:absolute; right:0; top:0; width:2px; height:0%; background:#893188;transition: all 0.5s ease 0s;}
.Project .Project_content .Project_content_list:after{ content:""; display:inline-block; position:absolute; right:0; top:0; width:0px; height:2px; background:#893188;transition: all 0.5s ease 0s;}
.Project .Project_content .Project_content_list dt:before{ content:""; display:inline-block; position:absolute; left:0; bottom:0; width:2px; height:0%; background:#893188;transition: all 0.5s ease 0s;}
.Project .Project_content .Project_content_list dt:after{ content:""; display:inline-block; position:absolute; left:0; bottom:0; width:0px; height:2px; background:#893188;transition: all 0.5s ease 0s;}
.Project .Project_content .Project_content_list:hover:before{ height:100%;transition: all 0.5s ease 0s;}
.Project .Project_content .Project_content_list:hover:after{ width:100%;transition: all 0.5s ease 0s;}
.Project .Project_content .Project_content_list:hover dt:before{ height:100%;transition: all 0.5s ease 0s;}
.Project .Project_content .Project_content_list:hover dt:after{ width:100%;transition: all 0.5s ease 0s;}
.Project .Project_content .Project_content_list dd{ display: flex; align-items: center; justify-content: center;}
.Project .Project_content .Project_content_list dd img{ margin: 0px 33px;}
.Project .Project_content .Project_content_list dd::before{ content: ""; display: flex;  width: 40px; height: 1px; background: #c8c8c8;}
.Project .Project_content .Project_content_list dd::after{ content: ""; display: flex;  width: 40px; height: 1px; background: #c8c8c8;}
.Project .Project_content .Project_content_list dt{ font-size: 20px; color: #333; font-weight: bolder; margin-top: 8px; margin-bottom: 15px;}
.Project .Project_content .Project_content_list p{ font-size: 14px; color: #555555; line-height: 30px; height:90px;}







.zhlycp{ background: #fff;}
.zhlycp .zhlycp_top{ font-size: 14px; color: #666666; line-height: 26px; text-align: center; padding: 0px 143px; margin-bottom: 50px;}
.Industrial .Industrial_content .Industrial_content_list dt{ text-align: left; white-space: 801z60; border-bottom: 1px solid #0075c1; height: 67px; display: flex;align-items: center; margin-top: 0px; font-size: 18px;} 
..Industrial .Industrial_content .Industrial_content_list dt .Industrial_content .Industrial_content_list dt{ text-align: left;}









.Process .Process_content{ display: flex; align-items: center; flex-direction: row; justify-content: space-between;}
.Process .Process_content .Process_content_list{ width: 18.5%; background: #fff; display: flex;flex-direction: column; justify-content: center; align-items: center; transition: all 0.5s ease; cursor:pointer;position:relative; padding: 25px 0;}
.Process .Process_content .Process_content_list:before{ content:""; display:inline-block; position:absolute; right:0; top:0; width:2px; height:0%; background:#fcc800;transition: all 0.5s ease 0s;}
.Process .Process_content .Process_content_list:after{ content:""; display:inline-block; position:absolute; right:0; top:0; width:0px; height:2px; background:#fcc800;transition: all 0.5s ease 0s;}
.Process .Process_content .Process_content_list dt:before{ content:""; display:inline-block; position:absolute; left:0; bottom:0; width:2px; height:0%; background:#fcc800;transition: all 0.5s ease 0s;}
.Process .Process_content .Process_content_list dt:after{ content:""; display:inline-block; position:absolute; left:0; bottom:0; width:0px; height:2px; background:#fcc800;transition: all 0.5s ease 0s;}
.Process .Process_content .Process_content_list:hover:before{ height:100%;transition: all 0.5s ease 0s;}
.Process .Process_content .Process_content_list:hover:after{ width:100%;transition: all 0.5s ease 0s;}
.Process .Process_content .Process_content_list:hover dt:before{ height:100%;transition: all 0.5s ease 0s;}
.Process .Process_content .Process_content_list:hover dt:after{ width:100%;transition: all 0.5s ease 0s;}

.Process .Process_content .Process_content_list dt{ line-height: 28px; color: #666666; font-size: 18px; padding: 0px 37px; text-align: center; font-weight: 500; margin-top: 20px; margin-bottom: 20px;}
.Process .Process_content .Process_content_list p span{ display: flex; width: 28px; height: 28px; border-radius: 100%; align-items: center; justify-content: center; background: #0075c1; color: #fff;}








.Treatment{ background: #fff; padding: 20px 0px 100px 0;}
.Treatment .Treatment_content{ display: flex; align-items: center; justify-content: space-between;}
.Treatment .Treatment_content .Treatment_content_left{ margin-right: 80px;}
.Treatment .Treatment_content .Treatment_content_left .content_left_li{ text-align: center; margin-bottom: 70px;}
.Treatment .Treatment_content .Treatment_content_left .content_left_li:last-child{ margin-bottom: 0px;}
.Treatment .Treatment_content .Treatment_content_left .content_left_li dd{ font-size: 80px; color: #893188; position: relative;font-family: 'Impact';}
.Treatment .Treatment_content .Treatment_content_left .content_left_li dd span{ font-size: 20px; font-weight:bold;}
.Treatment .Treatment_content .Treatment_content_left .content_left_li dd i{ font-style: normal; font-size: 44px; position: absolute;}
.Treatment .Treatment_content .Treatment_content_left .content_left_li dt{ font-size: 18px; color: #666666;}
.Treatment .Treatment_content .Treatment_content_left .content_left_li dt span{ color: #8931884;}
.Treatment .Treatment_content .Treatment_content_center{ width: 589px; height: 598px; border: 2px solid #893188; border-radius: 100%; display: flex; align-items: center; justify-content: center; position: relative;}
.Treatment .Treatment_content .Treatment_content_center .content_center_img{ width: 493px; height: 493px !important; border-radius: 100%; overflow: hidden; border: 2px solid #e0e0e0;}
.Treatment .Treatment_content .Treatment_content_center .content_center_icon{ position: absolute; width: 100%; height: 100%; text-align: center; top: -10px; left: -10px;}
.Treatment .Treatment_content .Treatment_content_center .content_center_icon img{
	-webkit-animation: inlinerbg 1.2s infinite linear;
	    animation: inlinerbg 1.2s infinite linear;
}


.Treatment .Treatment_bottom{ font-size:16px; text-align:center; margin-top:45px; color:#333;}




@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);
  }
}



.Treatment .Treatment_content .Treatment_content_right{ width: 342px;}
.Treatment .Treatment_content .Treatment_content_right a{ background: #f5f5f5; margin-bottom: 2px; font-size: 14px; color: #444444; padding-left: 26px; display:inline-block; width:100%; position:relative;}
.Treatment .Treatment_content .Treatment_content_right a dd{ height: 49px; display: flex; align-items: center; font-weight:bolder; font-size: 15px;}
.Treatment .Treatment_content .Treatment_content_right a.on{ color: #fff;
	background: linear-gradient(to right, #b185b0 25%,#893188 100%); position: relative; z-index: 5;
	box-shadow: 0px 10px 38px rgba(74,82,77,.5);
}
.Treatment .Treatment_content .Treatment_content_right a:hover{ color: #fff;
		background: linear-gradient(to right, #b185b0 25%,#893188 100%); position: relative; z-index: 5;
	box-shadow: 0px 10px 38px rgba(74,82,77,.5);
}


.Treatment .Treatment_content .Treatment_content_right a dt{ color:#fff; font-size:12px; padding-right:13px; opacity:0; max-height:0px; transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s; }
.Treatment .Treatment_content .Treatment_content_right a.on dt{ display:block; font-size: 12px; max-height:49px; transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s; opacity:1; padding-bottom:15px;}


















.NInvestor .news_right .news_right_content .right_content_list{ border:0px; background:#f9f9f9 url("../images/bg.png") no-repeat 40px 50%; height:86px; margin-bottom:10px; display:flex; align-items:center; justify-content:space-between; padding:0px; padding-left:104px;}
.NInvestor .news_right .news_right_content .right_content_list dt{ margin-bottom:0px; width:80%;}
.NInvestor .news_right .news_right_content .right_content_list .content_list_more{ font-size:16px; color:#666; line-height:26px; background:#f5f5f5; height:86px; display:flex; align-items:center; justify-content:center; width:120px; transition: all 0.5s ease 0s;}
.NInvestor .news_right .news_right_content .right_content_list:hover{ background:#f9f9f9 url("../images/bg_on.png") no-repeat 40px 50%;}
.NInvestor .news_right .news_right_content .right_content_list:hover .content_list_more{ background:#fcc800; color:#fff; transition: all 0.5s ease 0s;}




.ryzz{ width: 100%; background: url(../images/ab21.jpg) no-repeat 50%/cover; overflow: hidden; padding:85px 0;}

.ryzzTitle{    font-size: 32px;
    color: #595959;
    font-family: Helvetica Neue,Helvetica,'Microsoft Yahei';
    margin-bottom: 15px;
    letter-spacing: 2px;}
	.ryzzTitle span{ display: block;}
.ryzzTitle .line {
    display: inline-block;
    margin-bottom: 20px;
    width: 40px;
    height: 2px;
    background-color: #893188;
}
.ryzzTitle2{ font-size: 16px; color: #555555; text-transform: uppercase;}



.ryzzNei{max-width: 1400px; margin: 0 auto;    text-align: center;margin-bottom:30px;}



.ryzzSelect{ width: 95%; max-width: 1400px; margin: 0 auto; height: 0px; position: relative; display: flex; justify-content: flex-end; margin-bottom: 65px;}

.ryzzSelect .ryzzSe{ display: flex; position: absolute; right: 0; bottom: 0;}

.ryzzSelect .ryzzSe .ryzzSele{ width: 170px; height:50px; background: #FFFFFF; display: flex; justify-content: center; align-items: center; cursor: pointer; margin-left: 10px;}

.ryzzSelect .ryzzSe .ryzzSele .ryzzSeleIcon{}

.ryzzSelect .ryzzSe .ryzzSele .ryzzSeleIcon img{ margin-right: 10px;}

.ryzzSelect .ryzzSe .ryzzSele .ryzzSeleIcon img:nth-child(1){ display: none;}



.ryzzSelect .ryzzSe .ryzzSele:hover{ background:#00b2e4; color: #FFFFFF;}

.ryzzSelect .ryzzSe .ryzzSele:hover .ryzzSeleIcon img:nth-child(1){ display: block;}

.ryzzSelect .ryzzSe .ryzzSele:hover .ryzzSeleIcon img:nth-child(2){ display: none;}



.ryzzSelect .ryzzSe .ryzzSele.on{ background:#00b2e4; color: #FFFFFF;}

.ryzzSelect .ryzzSe .ryzzSele.on .ryzzSeleIcon img:nth-child(1){ display: block;}

.ryzzSelect .ryzzSe .ryzzSele.on .ryzzSeleIcon img:nth-child(2){ display: none;}



.xxk{ max-width: 1400px; margin: 0 auto;}

.xxk .xxkItem{position: relative;}



.honorItem{ margin: 0 20px; background: #fff; padding:15px;border-radius: 5px;}

.honorItem .honorImg{ height: 265px; text-align: center; display:flex; align-items:center; justify-content:center;padding: 20px; background-color: #eeebf2;}

.honorItem .honorImg img{ max-height:235px; max-width:100%;}

.honorItem .honorTitle{ font-size: 15px; text-align: center; color: #333333; padding-top: 10px; line-height: 26px; height: 62px; overflow: hidden;}

.hisArrow{ max-width:1490PX ; width: calc( 100% + 90px); position: absolute; height:0; display: flex; justify-content: space-between; align-items: center; cursor: pointer; left: 50%; transform: translateX(-50%); top: 50%; z-index:9;}



.hisArrow div img:nth-child(2){ display: none;}

.hisArrow div:hover img:nth-child(1){ display: none;}

.hisArrow div:hover img:nth-child(2){ display: block;}




.research .research_list{padding-top: 67px;}
.research .research_list .research_list_title dd{ font-size: 26px; color: #333; 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: #0075c1; bottom: 0; left: 0;}
.research .research_list .research_list_title dt{ line-height: 30px; font-size: 15px; color: #666;}
.research .research_list .research_list_title dt p{ line-height: 30px; font-size: 15px; color: #666; text-indent: 2em; text-align: justify; padding-bottom: 10px;}
.research .research_list .research_list_title dt h3{ font-weight: bold; color: #333; padding-bottom: 10px;}
.research .research_list .research_list_img{ margin-top: 35px;}

.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(../images/bn46.png) no-repeat 95% 90%;}
.Construction .Construction_content .Construction_content_list:nth-child(2) dd{ background: #fff url(../images/bn47.png) no-repeat 95% 90%;}
.Construction .Construction_content .Construction_content_list:nth-child(3) dd{ background: #fff url(../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(../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;}

.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;}
.Detection .Detection_content .Detection_content_list:nth-child(2n) .content_list_left{ float:right;}


.Detection .Detection_content .Detection_content_list .content_list_left{ width: 30%;}
.Detection .Detection_content .Detection_content_list .content_list_left img{ width: 100%; height:357px; object-fit:cover;}
.wen .Detection_content .Detection_content_list .content_list_left img{ width: 100%; height:290px; object-fit:cover;}
.Detection .Detection_content .Detection_content_list .content_list_right{ width: 70%; padding: 40px;}
.Detection .Detection_content .Detection_content_list .content_list_right dd{ font-size: 20px; color: #333; 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: #0075c1; left: 0; bottom: 0;}
.Detection .Detection_content .Detection_content_list .content_list_right dt{ line-height: 26px; font-size: 15px; color: #666666;}
.Detection .Detection_content .Detection_content_list .content_list_right dt p{ line-height: 26px; font-size: 15px; color: #666666; text-align: justify; text-indent: 2em;}
.Detection .Detection_content .Detection_content_list .content_list_right dt h3{color: #333; font-weight: bold; padding:8px 0;}
.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: #fcc800; border: 1px solid #fcc800; color: #fff;}



.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: #893188; padding-left: 21px;}
.Detection_details .Detection_details_left .details_left_content .left_content_list dd{ padding:16px 0px; padding-left: 26px; background: #fafafa; font-size: 14px; color: #333333; border-bottom: 1px solid #dcdcdc; cursor:pointer;

}

.Detection_details .Detection_details_right{ width: 100%;}
.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: #893188; 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: #893188; 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_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: #893188; 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: #893188; 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;}

.event .con-r{width: 100%;padding-left:7.7%;}
.event ul{padding-left:60px;padding-top:45px;}
.event ul::after,.event ul::before{position:absolute;content:''}
.event ul::before{z-index:1;top:0;left:0;width:25px;height:25px;background:url(../images/event_icon.png) no-repeat center}
.event ul::after{left:12px;top:0;width:1px;height:100%;background:#e6e6e6}
.event li{margin-bottom:30px}
.event .date{width:85px;height:32px;line-height:32px;background:#fcc800;border-top-right-radius:5px;border-bottom-right-radius:5px}
.event .date::after,.event .date::before{position:absolute;content:''}
.event .date::before{left:-51px;top:50%;width:7px;height:7px;border:1px solid #999;border-radius:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%)}
.event .date::after{left:-15px;border-right:15px solid #fcc800;border-top:16px solid transparent;border-bottom:16px solid transparent}
.event .info{width:calc(100% - 100px);padding-left:20px;}
.event .info p{ font-size: 16px;}
.clear{ clear: both;}
.ov {
    overflow: hidden;
}
.clearfix:after, .mauto:after {
    clear: both;
}
.clearfix:after, .clearfix:before, .mauto:after, .mauto:before {
    display: table;
    content: "";
}
.rel {
    position: relative;
}
.fl {
    float: left;
}
.tac {
    text-align: center;
}
.cf {
    color: #fff;
}
.f16 {
    font-size: 16px;
}
.li30 {
    line-height: 30px;
}
.fr {
    float: right;
}
.hor{ margin-bottom: 60px;}




.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: 18px; color: #fff; background:#00437c; padding-left: 21px;}
.Detection_details .Detection_details_left .details_left_content .left_content_list dd{ padding:16px 0px; padding-left: 26px; background: #fafafa; font-size: 15px; 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{ 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: #893188;}
.Detection_details .Detection_details_left .details_left_content .left_content_list dt a:hover:before{ background: #893188; border: 1px solid #893188;transition: all 0.5s ease 0s;}
.Detection_details .Detection_details_left .details_left_content .left_content_list dt a.on{ color: #893188;}
.Detection_details .Detection_details_left .details_left_content .left_content_list dt a.on:before{ background: #893188; border: 1px solid #893188;transition: all 0.5s ease 0s;}
.Detection_details .Detection_details_right{ width: 100%;}
.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: #893188; 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: #893188; 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_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: #893188; 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: #893188; 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;}

.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: #0075c1; color: #fff;}
.client_Knowledge .Detection_details_left .details_left_content .left_content_list.on dd{ background: #0075c1;color: #fff;}
.client_Knowledge .Detection_details_left .details_left_content .left_content_list.on dt{ color: #fff;}
.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{ box-shadow: 0px 0px 15px rgba(0,0,0,.08); margin-bottom: 60px;     border-radius: 20px;}
.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: 20%;}
.client_Knowledge .Detection_details_right .details_right_list .right_list_left img{ max-width: 100%; height: 290px; border-radius: 20px; padding: 10px;}
.client_Knowledge .Detection_details_right .details_right_list .right_list_right{ width: 78%; height: 250px; overflow: auto; margin-right: 2%; padding:25px 40px 25px 40px; margin-top: 15px;}
.client_Knowledge .Detection_details_right .details_right_list .right_list_right dd{ font-size: 18px; color: #333333; margin-bottom: 25px; font-weight: bold;}
.client_Knowledge .Detection_details_right .details_right_list .right_list_right dt p{ font-size: 16px; color: #666666; line-height: 24px; margin-bottom: 10px;}
.client_Knowledge .Detection_details_right .details_right_list .right_list_right dt p:last-child{ margin-bottom: 0px;}

.div3{ margin-top: 5px; float: right;}
 .div3 a{
	display: block;
	height:20px;
	line-height:20px;
	padding-left:28px;
	font-size:16px;
	background-image: url(../images/pdf.png);
	background-size: 20px;
	background-repeat: no-repeat;
}
 .div3 a:hover{
	color: #fcc800;
	background-image: url(../images/pdfs.png);
}
.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:#893188; 
	} /* 滑块颜色 */

.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: 4px;
    height: 0px;
	border-radius:3px;
} /* 这是针对缺省样式 (必须的)*/

 .About_more{ margin-top: 50px;}
.About_more a{ color: #666;font-size: 14px; display: inline-block; width: 196px; text-align: center; line-height: 40px; border: 1px solid #666; border-radius: 100px;}
 .About_more a:hover{ color: #fff; background: #893188; border: 1px solid #893188;}
 
 .Culture{ background: url(../images/bn33.png) no-repeat 80% 50%; padding-bottom: 100px;}
 .Culture .Culture_content{ display: flex; align-items: center; flex-direction:row; justify-content:space-between;}
 .Culture .Culture_content .Culture_content_list{ text-align: center; padding: 107px 56px;transition: all 0.3s ease 0s;
 -webkit-transform: all 0.3s ease 0s; width:28%;}
 .Culture .Culture_content .Culture_content_list:last-child{ margin-right: 0px;}
 .Culture .Culture_content .Culture_content_list:hover{ box-shadow: 0px 0px 84px rgba(46,85,32,.16); background: #fff;transition: all 0.3s ease 0s;
 -webkit-transform: all 0.3s ease 0s; cursor: pointer;}
 .Culture .Culture_content .Culture_content_list dt{ font-size: 22px; color: #171717; margin-top: 54px; margin-bottom: 30px;}
 .Culture .Culture_content .Culture_content_list p{ font-size: 14px; color: #555555; line-height: 30px; text-align: center;}


@media screen and (max-width:1460px){
	.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;
	}
	.pc_top_logo span{ font-size:20px;}
	.Detection_details .Detection_details_right .details_right_top .right_top_img img{ max-width:100%;}
.pc_all .pc_all_contnet{ max-width:1200px;}
.DetailsBanner .DetailsBanner_txt{ width:1200px;}
.banner_content .DetailsBanner .DetailsBanner_txt{ width:1200px;}
.about_q .about_content_q{ max-width: 1200px;}
.system .pc_all_contnet .system_left{ width:43%;}
.client_Knowledge .Detection_details_right .details_right_list .right_list_left {
    width: 24.2%;
}
.client_Knowledge .Detection_details_right .details_right_list .right_list_right {
    width: 73.8%;
}
.ryzzNei {
    max-width: 1200px;
}
.whNei {
    max-width: 1200px;
}
.ygfc {
    max-width: 1200px;
}
.ygfc .ygfcRight li{ height:170px;}
.xxk {
    max-width: 1200px;

}
.honorItem .honorImg{ height: 210px;}
.honorItem .honorImg img {
    max-height: 210px;
    max-width: 100%;
}

.AMessage .AMessage_right{ padding:50px;}





.IAbout .IAbout_txt,.IAbout .IAbout_bottom{ width: 60%;}


.Partner .Partner_content .Partner_content_list{ padding: 0px 15px;}

.Culture .Culture_content .Culture_content_list{ padding:60px 45px; margin-right:20px;}

.Treatment .Treatment_content .Treatment_content_right{ width:290px;}
.Treatment .Treatment_content .Treatment_content_center .content_center_icon img{ max-width:100%;}
.Treatment .Treatment_content .Treatment_content_center{ width:535px; height:535px;}
.Treatment .Treatment_content .Treatment_content_center .content_center_icon{ top:0; left:0;}
.Treatment .Treatment_content .Treatment_content_center .content_center_img{ position:relative; z-index:50;}
.Treatment .Treatment_content .Treatment_content_left{ margin-right:0px;}
.Treatment .Treatment_content .Treatment_content_left .content_left_li dd{ font-size:60px;}
.Treatment .Treatment_content{}

.Battery .slick-prev{ left:0px;}
.Battery .slick-next{ right:0px;}


.join .pc_all_contnet{ padding:30px 60px;}
.join .join_content .join_content_list .content_list_right dd{ margin-right:30px;}


.about .about_content .about_content_left{ padding:0px 75px;}


.Process .Process_content .Process_content_list dt{ font-size:15px; line-height:24px; padding:0px 22px;}



.History .slick-prev,.History .slick-next{ top:50%;}
.History .History_content .History_content_list .content_list_icon dd{ height:93px; line-height:93px;}
.History .History_content .History_content_list .content_list_icon dd img{ max-height:93px;}
.History .History_content .History_content_list:nth-child(2n){ margin-top:170px;}
.History .History_content .History_content_list .content_list_title::before{ bottom:-77px;}



.IAdvantage .IAdvantage_content .IAdvantage_content_list .content_list_txt .list_txt_icon{ margin-top:14px;}


.Battery .Battery_content .Battery_content_list .content_list_tab .list_tab_txt table tr td{ font-size:12px; padding:0px;}
.Battery .Battery_content .Battery_content_list .content_list_tab .list_tab_txt{ width:90%;}
.Battery .Battery_content .Battery_content_list .content_list_tab .list_tab_title dd,.Battery .Battery_content .Battery_content_list .content_list_hover .content_list_title dd{ font-size:18px;}


.footer .footer_left .footer_left_top dd{ font-size:16px;}
.footer .footer_cright .footer_cright_bottom p{ font-size:12px;}
.footer .footer_cright .footer_cright_bottom a{ font-size:12px;}
.footer .footer_left .footer_left_top{ background-size:16%; padding-left:63px;}
.footer .footer_left .footer_left_bottom p{ font-size:12px;}

.footer .footer_left{ margin-right:2%;}
.footer .footer_cright{ width:18%;}
.newst .news_content .news_content_list .content_list_img img{ height:231px;}

}























.pc_s{ display:block;}
.mo_s{ display:none;}






@media screen and (max-width:1200px){
.footer .footer_cright{ width:100%;}
.pc_s{ display:none;}
.mo_s{ display:block;}
.pc_all .pc_all_contnet,.solution .solution_content,.mw1620 .mw1620_content{ width: 96% !important; margin: 0 auto;height:auto; overflow: hidden;}
.about_content_q{ width: 96% !important; margin: 0 auto;height:auto; overflow: hidden;}
.pc_top{ display: none;}
.mo_footer{ display:block;}
.mo_top{display: block;}
.mo_height{ height: 50px;}
.slick-dots li{ width: 20px !important; height: 5px !important; margin: 0px 4px !important;}
img{ max-width: 100%;}
.hight,.pc_top_company,.banner .banner_txt,.buildnum{ display: none;}

.footer{ padding: 22px 0px;}
.footer .footer_left,.footer .footer_center{ display: none;}
.footer .footer_cright .footer_cright_bottom{ margin-top: 0px;}
.footer .footer_cright .footer_cright_bottom p{ text-align: center;}
.whNei .whRight{width: 650px; display: flex; flex-direction: column; }
.hisArrow {
    width: 85%;
}
.banner .slick-dots{ bottom: 4%; width: 100%; left: 0;}
.banner .slick-dots li{ width: 12px; height: 17px; margin: 0px 2px;}
.banner .slick-dots li.slick-active{ border:0px;}
.banner .slick-dots li.slick-active button:before{ opacity:1;}
.banner .slick-dots li button{ width:100%; height:auto; height: 5px; padding:0px;}
.banner .slick-dots li button:before{ position: relative; left: 0px; top: 0px; font-size:24px; width:100%; height:auto; line-height:2px; opacity:.5;}




.IndexDistribution .IndexDistribution_txt .IndexDistribution_txt_list.on{ width:100%;}
.IndexDistribution .IndexDistribution_title dd span{ font-size:16px; margin:0px 6px;}



.Treatment .Treatment_content .Treatment_content_right{ height:auto;}



.Battery:before,.Battery:after{ display:none;}

.client_Knowledge .Detection_details_right .details_right_list .right_list_left {
    width: 28%;
}
.client_Knowledge .Detection_details_right .details_right_list .right_list_right {
    width: 70%;
}



.IndexDistribution{ padding: 33px 0px; background: url("../images/bg1.jpg") no-repeat 50%/cover;}
.IndexDistribution .IndexDistribution_title{ margin-bottom: 33px;}
.IndexDistribution .IndexDistribution_title dd{ font-size: 18px;}
.IndexDistribution .IndexDistribution_title dt{ font-size: 13px; margin-top: 10px;}
.IndexDistribution .IndexDistribution_txt{ display: block;}
.IndexDistribution .IndexDistribution_txt .IndexDistribution_txt_list{ width: 100%; height: auto; padding: 20px; margin-bottom: 20px;}
.IndexDistribution .IndexDistribution_txt .IndexDistribution_txt_list:last-child{ margin-bottom: 0px;}
.IndexDistribution .IndexDistribution_txt .IndexDistribution_txt_list:hover{ width: 100%;}
.IndexDistribution .IndexDistribution_txt .IndexDistribution_txt_list .txt_list_title{ font-size: 16px; margin-bottom: 13px; padding-bottom: 13px;}
.IndexDistribution .IndexDistribution_txt .IndexDistribution_txt_list .txt_list_txt{ width: 100%;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}


.IAdvantage{ background: #f7f7f7;}
.IAdvantage .IAdvantage_content{ display: block;}
.IAdvantage .IAdvantage_content .IAdvantage_content_list{ width: 100%; margin-bottom: 25px; border: 0px;}
.IAdvantage .IAdvantage_content .IAdvantage_content_list .content_list_txt{ padding: 30px;}
.IAdvantage .IAdvantage_content .IAdvantage_content_list .content_list_txt dt{ font-size: 18px; margin: 12px 0px;}
.IAdvantage .IAdvantage_content .IAdvantage_content_list .content_list_txt dd i{ font-size: 45px;}


.IAbout{ padding:0px;}
.IAbout .IAbout_txt, .IAbout .IAbout_bottom{ width: 100%;}
.IAbout .IAbout_title dd{ font-size: 20px; text-align: center;}
.IAbout .IAbout_title dt{ display: block; margin: 15px 0px; text-align: center;}
.IAbout .IAbout_title dt a{ font-size: 15px; text-align: center; height: 45px; justify-content: center; width: 70%; margin: 0 auto;}
.IAbout .IAbout_bottom{ display: block;}
.IAbout .IAbout_bottom .IAbout_bottom_list{ width: 100%; margin-bottom: 15px;}
.IAbout .IAbout_bottom .IAbout_bottom_list .bottom_list_left dd{ font-size: 18px; padding-bottom: 10px; margin-bottom: 10px;}
.IAbout .IAbout_bottom .IAbout_bottom_list .bottom_list_left dt{ font-size: 14px;}
.IAbout .IAbout_bottom .IAbout_bottom_list .bottom_list_icon{ font-size: 45px;}



.INews .INews_content .INews_left,.INews .INews_content .INews_right{ width: 100%;}
.INews .INews_content .INews_right{ padding: 0px; margin-top: 25px;}
.INews .INews_content .INews_right a .INews_right_img img{ height: auto;}
.INews .INews_content .INews_left .INews_left_list .left_list_right dd{ font-size: 16px;}
.INews .INews_content .INews_right a .INews_right_txt dd{ font-size: 16px;}
.INews .INews_content .INews_right a .INews_right_txt{ padding-top: 20px;}



.Partner{ background: #fff;}
.Partner .Partner_content .Partner_content_list{ width: 32%; margin-right: 0px; margin-right: 2%; margin-bottom: 2%;}
.Partner .Partner_content .Partner_content_list:nth-child(3n){ margin-right: 0px;}



.DetailsBanner .DetailsBanner_txt{ width:100%; padding:0px 8%; top:0px;}
.DetailsBanner .DetailsBanner_txt dd{ font-size:20px; margin-bottom:8px;}
.DetailsBanner .DetailsBanner_txt dt{ font-size:16px; margin-bottom:0; padding-bottom:20px;}
.DetailsBanner .DetailsBanner_img img{ height:auto;}
.DetailsBanner .DetailsBanner_txt p{ display:none;}

.banner_content .DetailsBanner .DetailsBanner_txt dd{ font-size:18px; margin-bottom:8px;}
.banner_content .DetailsBanner .DetailsBanner_txt dt{ font-size:12px; margin-bottom:15px; padding-bottom:20px;}



.about{ padding-top:35px;}
.about .about_title{ margin-bottom:25px;}

.about .about_title dt{ font-size:13px;}
.about .about_content{ display:block;}
.about .about_content .about_content_left{ padding:33px 20px; height:auto;}
.about .about_content .about_content_left,.about .about_content .about_content_right{ width:100%;}
.about .about_content .about_content_left dd{ font-size:18px; padding-bottom:30px; margin-bottom:15px;}
.about .about_content .about_content_right .content_right_img img{ height:auto;}
.about .about_content .about_content_right .content_right_bottom{ display: block; width:100%; overflow:hidden; padding:35px 0px; height:auto; bottom:0px; position:inherit;}
.about .about_content .about_content_right .content_right_bottom .right_bottom_list{ float:left; width:50%; margin-bottom:33px;}
.about .about_content .about_content_right .content_right_bottom .right_bottom_list:nth-child(3),.about .about_content .about_content_right .content_right_bottom .right_bottom_list:nth-child(4){ margin-bottom:0px;}
.about .about_content .about_content_right .content_right_bottom .right_bottom_list:nth-child(2):before{ display:none;}
.about .about_content .about_content_right .content_right_bottom .right_bottom_list dd{ font-size:16px; }
.about .about_content .about_content_right .content_right_bottom .right_bottom_list dd b{ font-size:24px; margin-right:8px;}
.about .about_content .about_content_right .content_right_bottom .right_bottom_list::before{ height:100%;}


.History{ margin-bottom:45px;}
.History .History_content .History_content_list:nth-child(2n){ margin-top:0px;}


.AMessage{ display:block;}
.AMessage .AMessage_left img{ height:auto;}
.AMessage .AMessage_left,.AMessage .AMessage_right{ width:100%;}
.AMessage .AMessage_right{ padding:25px;}
.AMessage .AMessage_right .AMessage_right_title dd{ font-size:22px;}
.AMessage .AMessage_right .AMessage_right_title dt{ margin-top:8px; font-size:14px;}
.AMessage .AMessage_right .AMessage_right_txt dt{ margin-top:25px;}

.Culture{ padding-bottom:20px;}
.Culture .Culture_content{ display:block;}
.Culture .Culture_content .Culture_content_list{ width:100%; padding:20px;}
.Culture .Culture_content .Culture_content_list dd img{ height:45px;}
.Culture .Culture_content .Culture_content_list dt{ font-size:18px; margin:25px 0px;}



.member{ padding-bottom:40px;}
.member .member_top{ margin-bottom:35px;}
.member .member_bottom .member_bottom_list{ display:block;}
.member .member_bottom .member_bottom_list .bottom_list_img img{ height:auto;}
.member .member_bottom .member_bottom_list .bottom_list_img,.member .member_bottom .member_bottom_list .bottom_list_txt{ width:100%;}
.member .member_bottom .member_bottom_list .bottom_list_txt{ padding:20px;}
.member .member_bottom .member_bottom_list .bottom_list_txt dd{ margin-bottom:13px;}


.system{ padding:35px 0px;}
.system .pc_all_contnet{ padding-right:0px; display:block;}
.system .pc_all_contnet .system_left,.system .pc_all_contnet .system_right{ width:100%;}
.system .pc_all_contnet .system_right .system_right_title dd,.system .pc_all_contnet .system_right .system_right_title dt{ text-align:center;}
.system .pc_all_contnet .system_right{ margin-top:35px; padding-top:25px;}
.system .pc_all_contnet .system_right::before{ left:0; right:0; margin:0 auto;}
.system .pc_all_contnet .system_right .system_right_title dd{ font-size:18px;}
.system .pc_all_contnet .system_right .system_right_title dt{ font-size:14px; margin-top:10px;}
.system .pc_all_contnet .system_right .system_right_txt{ margin-top:25px;}


.ryzzTitle2{ font-size: 14px; margin-top:10px;}


.system2{ padding:35px 0px;}
.system2 .pc_all_contnet{ padding-right:0px; display:block;}
.system2 .pc_all_contnet .system_left,.system .pc_all_contnet .system_right{ width:100%;}
.system2 .system2_right{ margin-left:0px; padding:25px;}
.system2 .system2_right dd{ font-size:18px; margin-bottom:25px;}
.system2 .system2_right dd span{ font-size:14px;}

.system3 .system2_right{ margin-right:0px;}


.honor{ background: url("../images/bg23.jpg") no-repeat 50%/cover; padding-bottom:0px; }
.honor .honor_content .honor_content_list{ padding-left:0px; display:block; padding:0px 25px; margin-bottom:35px;}
.honor .honor_content .honor_content_list .content_list_time{ margin-right:0px; margin-bottom:20px;}
.honor .honor_content .honor_content_list .content_list_right{ width:100%;}
.honor .honor_content .honor_content_list .content_list_time span{ font-size:22px;}
.honor .honor_content .honor_content_list.on .content_list_time{ display:none;}
.honor .honor_content::before{ display:none;}




.Treatment{ padding:35px 0px;}
.Treatment .Treatment_content{ padding-left:0px; display:block;}
.Treatment .Treatment_content .Treatment_content_left,.Treatment .Treatment_content .Treatment_content_right{ width:100%;}
.Treatment .Treatment_content .Treatment_content_left .content_left_li{ margin-bottom:0px; width:33.33%;}
.Treatment .Treatment_content .Treatment_content_left .content_left_li dd{ font-size:20px;}
.Treatment .Treatment_content .Treatment_content_left{ display:flex; align-items:center; justify-content:space-between;}
.Treatment .Treatment_content .Treatment_content_left .content_left_li dt{ font-size:14px; margin-top:10px;}
.Treatment .Treatment_content .Treatment_content_left .content_left_li dd i{ position:inherit; font-size:18px;}
.Treatment .Treatment_content .Treatment_content_center{ width:333px; height:333px; margin:45px auto;}
.Treatment .Treatment_content .Treatment_content_center .content_center_img{ width:280px; height:280px !important;}
.Treatment .Treatment_content .Treatment_content_right{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;	
}
.Treatment .Treatment_content .Treatment_content_right a{ width:49%; padding:0 0 0 10px; justify-content:center; margin-bottom:2%;}
.Treatment .Treatment_content .Treatment_content_right a.on dt{ max-height:100px;}



.Process .Process_content{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.Process .Process_content .Process_content_list{ width:49%; margin-bottom:2%;}
.Process .Process_content .Process_content_list dd img{ height:35px;}
.Process .Process_content .Process_content_list dt{ font-size:13px; padding:0px 15px;}





.Industrial{ padding:35px 0px;}



.zhlycp .zhlycp_top{ padding:0px 20px;}

.Industrial .Industrial_content{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.Industrial .Industrial_content .Industrial_content_list{ width:49%; margin-bottom:2%;}
.Industrial .Industrial_content .Industrial_content_list dt{ height:45px; font-size:14px;}



.Project{ padding:35px 0px;}
.Project .Project_content .Project_content_list{ width:49%; margin-bottom:2%; padding:30px 20px;}
.Project .Project_content .Project_content_list dt{ font-size:16px;}
.Project .Project_content .Project_content_list p{ font-size:13px; text-align:justify; height:auto;}
.Project .Project_content .Project_content_list dd img{ height:33px;}


.Battery{ padding:35px 0px;}
.Battery .Battery_content .Battery_content_list .content_list_hover .content_list_title dd{ font-size:16px;}
.Battery .Battery_content .Battery_content_list .content_list_hover .content_list_title dt{ font-size:13px; margin-top:5px;}
.Battery .Battery_content .Battery_content_list .content_list_tab .list_tab_title dd{ font-size:16px;}
.Battery .Battery_content .Battery_content_list .content_list_tab .list_tab_title dt{ font-size:13px; margin-top:5px;}
.Battery .Battery_content .Battery_content_list .content_list_tab .list_tab_txt .tab_txt_list dd{ font-size:12px;}
.Battery .Battery_content .Battery_content_list .content_list_hover .content_list_txt{ font-size:13px; padding:22px;}





.news_details .news_details_title dd{ font-size:18px;}




.contact{ padding-bottom:35px;}
.contact .pc_all_contnet{ display:block;}
.contact .contact_left,.contact .contact_right{ width:100%;}
.contact:before{ display:none;}
.contact .contact_left{ padding:25px 0px;}
.contact .contact_left .contact_left_list{ width:100%; margin-bottom:35px;}
.contact .contact_left .contact_left_list .left_list_title{ font-size:18px; padding-bottom:15px; margin-bottom:15px;}
.contact .contact_right{ padding-top: 20px;}
.contact .contact_right .contact_right_list{ margin-bottom:22px;}





.system2 .system2_left{ width:100%; text-align:center;}


.join .pc_all_contnet{ padding:20px;}
.join .join_content .join_content_list{ display:block; padding:20px;}
.join .join_content .join_content_list .content_list_left,.join .join_content .join_content_list .content_list_right{ width:100%;}
.join .join_content .join_content_list .content_list_left .list_left_dd{ padding:0px; margin-right:0px; margin-bottom:20px;}
.join .join_content .join_content_list .content_list_left{ display:block; margin-bottom:25px;}
.join .join_content .join_content_list .content_list_left .list_left_dd::before{ display:none;}
.join .join_content .join_content_list .content_list_left .list_left_dd dd{ font-size:18px;}
.join .join_content .join_content_list .content_list_right{ display:flex; align-items:center; justify-content:center;}
.join .join_content .join_content_list .content_list_left .list_left_dt,.join .join_content .join_content_list .content_list_left .list_left_dd{ width:100%;}


.History::before{ display:none;}





.Industrial .Industrial_content .Industrial_content_list{ margin:0px 5px;}


.NInvestor .news_right .news_right_content .right_content_list{padding: 0px; padding-left: 94px;}
.NInvestor .news_right .news_right_content .right_content_list dt{ font-size:15px; font-weight:normal; width:72%;}
.NInvestor .news_right .news_right_content .right_content_list .content_list_more{ font-size:13px; height:70px; line-height:19px; width:70px;}

.welcome_box .h5 small{ display: none;}

}

@media screen and (max-width:950px){

.newst{ padding:35px 0px;}
.newst .news_content .news_content_list .content_list_img img{ height:142px;}
.newst .news_content .news_content_list .content_list_txt .list_txt_title{ padding:15px;}
.newst .news_content .news_content_list .content_list_txt .list_txt_title dd{ font-size:16px; margin-bottom:10px;}
.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:120px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
overflow: hidden;	
}
.wen .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;  padding: 20px 30px;}


}



@media screen and (max-width:768px){

.circle-load-rect-svg{ display: none;}
.DetailsBanner .DetailsBanner_txt dd,.DetailsBanner .DetailsBanner_txt dt {
    padding-left: 0;
}
.contacts{ padding:33px 0px;}

.contacts .contact_top{ display:block;}

.contacts .contact_top .contact_top_left{ padding:20px; width:100%;}

.contacts .contact_top .contact_top_left .top_left_title{ font-size:24px;}

.contacts .contact_top .contact_top_left .top_left_content .left_content_list:last-child{ border-bottom:0px; padding-bottom:0px;}

.contacts .contact_top .contact_top_right{ width:100%; height:350px;}

.contacts .contact_bottom .contact_bottom_list{ width:100%; padding:22px;}
.contacts .contact_top .contact_top_left .top_left_content .left_content_list {
    font-size: 15px;
}
.ygfc .ygfcLeft .ygfcBig .dt .dtTitle {
    bottom: 15px;
}
.footerml {
    width: 40%;
}
.news .news_left .news_left_content .left_content_list .content_list_img img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}
.whNei .whRight{width: 550px; display: flex; flex-direction: column; }
.ygfc .ygfcLeft{ width: 100%; }

.ygfc .ygfcRight{ display: none; }

}
@media screen and (max-width:767px){
	.uk-padding {
	    padding: 15px;
	}
	.gzw{ display: none;}
	.foot-item .foot-item-title {
	    padding-top:15px;
	}
	.human3 {
	    padding: 60px 0;
	}
	.ygfc {
	    margin: 10px auto 0;

	}
.about .about_title dd {
    font-size: 28px;
}
.about .info p {
    font-size: 16px;
}
.ryzzTitle {
    font-size: 28px;
}
.ryzz {
    padding: 60px 0;
}
.ryzzNei {
    margin-bottom: 0;
}
.wh {
    width: 100%;
    overflow: hidden;
background: #1b6cab;
}
.whNei .whRight {
    width: 100%;
}
.wh2 {
    height: auto;
    margin: 30px 0px;
}
.wh1 {
    font-size: 28px;
}
.whNei {
    width: 94%;
    max-width: 1400px;
    margin: 30px 15px;
}
.wh2 p {
    font-size: 18px;
}
.welcome_box .h5 {
    font-size: 24px;
}
.welcome_box {
	    height: 120px;
	}
.Culture .Culture_content .Culture_content_list{ width:50%; height:auto; text-align:center;}
.research_nav a {
margin-right: 30px;
}
.footerml {
	display: none;
}
.footermm {
    margin-left:0;
    width:60%;
}

.footerbottom {
	padding: 15px;
    line-height:25px;

}
.about_q .about_content_q{ text-align: center; position: absolute; transform:translateX(-50%) translateY(-30%); left: 50%; top:30%; width: 100%; z-index: 5;}
.about_q .about_content_q dd {
    font-size: 24px;
}
.about_q .about_content_q dt {
    height: 580px;
    overflow: auto;
}
.newst{ padding:25px 0px;}
.newst .news_content .news_content_list{ width:100%; margin-right:0; margin-bottom:6%;}

.newst .news_content .news_content_list .content_list_img img{ height: auto;}
.newst .news_content .news_content_list .content_list_txt .list_txt_time{ line-height:45px; font-size:12px; padding:0px 10px;}
.newst .news_content .news_content_list .content_list_txt .list_txt_title dt{ font-size:13px;}
.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;}
.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%;}
.Detection .Detection_content .Detection_content_list .content_list_right dt{
display: -webkit-box; height: auto;
-webkit-box-orient: vertical;
-webkit-line-clamp: inherit;
overflow: hidden;	
}
.wen .Detection_content .Detection_content_list .content_list_right dt{
display: -webkit-box; height:56px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;	
}
.research .research_list {
    padding-top: 25px;
}
.research .research_list .research_list_img {
    margin-top: 15px;
}
.Detection .Detection_content .Detection_content_list .content_list_right {
    padding: 20px 0;
}
.gong{ margin: 30px 0;}
.hor{ margin-bottom: 30px;}
.join .pc_all_contnet {
    padding: 0;
}
.rlzy_con2_u1_span {
    font-size: 16px;
}
.rlzy_con2_u1_span{width: 100px;}
.rlzy_con2_u1_aside{width: calc(100% - 100px);padding: 10px; color: #333; font-size: 14px; line-height: 22px;}
.rlzy_con2_u1 {
    margin-top: 10px;
}
.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;}
.research .research_list .research_list_title dd {
    font-size: 20px;
    color: #333;
    position: relative;
	    padding-bottom: 15px;
}
.news{ padding: 30px 0px;}
.news .news_left{ width: 100%; padding: 0 20px 20px 20px;}
.news .news_right{ display: none;}
.news .news_left .news_left_title{ font-size: 16px;}
.news .news_left .news_left_title span{ font-size: 13px;}
.news .news_left .news_left_content .left_content_list{ display: block;}
.news .news_left .news_left_content .left_content_list .content_list_txt .list_txt_title dd{ font-size: 16px;}
.news .news_left .news_left_content .left_content_list .content_list_img,.news .news_left .news_left_content .left_content_list .content_list_txt{ width: 100%;}
.news .news_left .news_left_content .left_content_list .content_list_img{ margin-bottom: 20px;}
.news .news_left .news_left_content .left_content_list .content_list_img img{ height: auto;}
}


@media screen and (max-width:600px){

.NInvestor .news_right .news_right_content .right_content_list{ padding:10px 0px; height:70px; padding-left:50px; background: #f9f9f9 url("../images/bg.png") no-repeat 20px 50%; background-size:5%;}
.NInvestor .news_right .news_right_content .right_content_list:hover{ background: #f9f9f9 url("../images/bg_on.png") no-repeat 20px 50%; background-size:5%;}
	
	
.banner,.banner .slick-slide .banner_img img,.banner .banner_content .banner_content_list .content_list_img{ height: 200px !important;}
.banner .slick-slide .banner_txt dd{ font-size: 16px;}
.banner .slick-slide .banner_txt dt{ font-size: 12px; margin-top: 5px;}
.banner .slick-slide .banner_txt{ width: 90%; left: 50%; top: 50%;}
.banner .slick-slide .banner_txt a{ font-size: 14px; width: 113px; line-height: 30px; margin-top:0px;}
.banner .slick-slide .banner_txt a i{ margin-left: 10px;}
.banner .slick-slide .banner_txt div{ display:none;}


.DetailsBanner .DetailsBanner_img img{ height:180px;}


.contact .contact_right .contact_right_submit{ display:block;}
.contact .contact_right .contact_right_submit div{ margin-bottom:22px;}
}


@media screen and (max-width:375px){


}
@media screen and (max-width:360px){


}


@media screen and (max-width:320px){

}