@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'BEBAS';  
  src: url('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;
}  
.icon {
   width: 1em; height: 1em;
   vertical-align: -0.15em;
   fill: currentColor;
   overflow: hidden;
}
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:30px;}
.mo_top .mot .momenuicon{ float:right; height:16px; margin:17px 0;}
.mo_top .mot .cloesicon{ display:none;}
.mo_top .moxl{ left:-100%; top:50px; background:rgba(50,123,246,0.5); position:absolute; z-index:99; width:100%; transition:all ease 0.3s;}
.mo_top .moxl_box{ width:60%; background:#327bf6; height:100%; padding-bottom: 50px;}

.mo_top .moxl .moxl_xun{ width:100%; float:left; position:relative;}
.mo_top .moxl .moxl_xun .moxl_xun_icon{ width:100%; height:0px; position:absolute; padding-right:10px;}
.mo_top .moxl .moxl_xun .moxl_xun_icon img{ float:right; height:10px; margin:20px 0;}
.mo_top .moxl .moxl_xun .moxl_xun_icon img.moxl_xun_img2{ display:none; width:10px; height:7px}
.mo_top .moxl .moxl_xun .moxl_xun_title{ width:100%; padding-left:10px; display:inline-block; line-height:35px; font-size:14px; color:#fff;}
.mo_top .moxl .moxl_xun .moxl_erji{ width:100%; overflow:hidden; display:none}
.mo_top .moxl .moxl_xun .moxl_erji a{ width:100%; padding-left:20px; height:30px; line-height:30px; font-size:12px; color:#fff; display:inline-block; float:left;}

.mo_bottom{ width:100%; background:#da251c; display:none; margin-top:20px; position:fixed; bottom:0; z-index:20;}
.mo_bottom .mo_bottom_nei{ width:96%; margin:0 auto; height:50px;}
.mo_bottom .mo_bottom_nei .mo_lj_font{ padding-top:5px;}
.mo_lj{ color:#fff; padding:10px 0; text-align:center; font-size:13px; width:25%;}
.mo_yc{ width:100%; height:80px; display:none;}
.mo_lj div i{ font-size: 20px;}





/*banner滚动*/
.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";}
    .clearfix:after {
    clear: both;
}
*, *:before, *:after {
    box-sizing: border-box;
    position: relative;
    transition-property: opacity, -webkit-transform, -webkit-filter;
    transition-property: transform, opacity, filter;
    transition-property: transform, opacity, filter, -webkit-transform, -webkit-filter;
    transition-duration: 0.7s, 0.7s, 0.7s;
    transition-timing-function: cubic-bezier(0.5, 0, 0.5, 1);}
.banner { position:relative; overflow:hidden; width: 100%; height: auto!important; margin-top: 94px;}
.banner .bannerfix >li { height: 100%; line-height: 0; opacity:0; transition:opacity 1000ms linear;
 -webkit-transition:opacity 1000ms linear; float:left; position: relative;}
 .banner .bannerfix >li>video{width: 100vw;height: 100vh;object-fit: cover}
.banner .bannerfix >li .bimg { line-height: 0; width: 100%; position: relative; transition: transform 5s ease; -webkit-transition: transform 5s ease; transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1);}
.banner .bannerfix >li.imgIn{ opacity:1; z-index:10; display:block;}
.banner .bannerfix >li.imgIn .bimg { transform: matrix(1, 0, 0, 1, 0, 0); -webkit-transform: matrix(1, 0, 0, 1, 0, 0); }
.banner .flex-control-nav{ width:100%; height:20px; position:absolute; left:0; bottom:50px; text-align:center; z-index:20;}
.banner .flex-control-nav li{ display:inline-block; position:relative; margin-right:15px; width:5px; height:20px;}
.banner .flex-control-nav li:last-child{ margin-right:0;}
.banner .flex-control-nav li span{ display:block; text-indent:999px; overflow:hidden; width:5px; height:8px; position:absolute; background:#fff; transition:320ms; left:0; top:6px;}
.banner .flex-control-nav li a.flex-active span{ height:20px; top:0; background:#175a86;}
.banner .txt{ position: absolute; top: 55%; left: 50%; transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); 
-moz-transform: translate(-50%,-50%);  width: 1200px;}
.banner .txt img{ display: block; max-width: 100%;} 
.banner .txt .t2{ padding-top: 30px;}
.banner li.flex-active-slide .t1{ animation-name: fadeInUp; animation-duration: 1s; transition-delay: 0.5s}
.banner li.flex-active-slide .t2{ animation-name: fadeInUp; animation-duration: 1.5s; transition-delay:1s;}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		-ms-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}


@-webkit-keyframes load1 {
	0%, 80%, 100% {	  
	    width: 13px;
	}
	40% {	  
	    width: 60px;
	}

}

@keyframes down{
 	from{transform: translateY(-100%); opacity: 0;}
 	to{transform: none; opacity: 1;}
 }


.pc_all .pc_all_contnet{width: 90%;  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;background: rgba(248,248,248);}
.pc_top.stick{ background: #fff;  transition: all 0.5s ease; border-bottom: 1px solid #eeeeee; box-shadow:0px 0px 20px rgba(0,0,0,.35);}
.pc_top.stick .pc_top_right .top_right_nav .right_nav_list .nav_list_title{ color:#333;}
.pc_top.stick .pc_top_right .top_right_mum a{ color:#333;}
.pc_top.stick .pc_top_right .top_right_mum span{ color: rgba(0,0,0,.4);}



.pc_top .pc_all_contnet{ display: flex; flex-direction: row; justify-content: space-between; align-items: center; height: 93px;}
.pc_top_logo img{float: left;margin-top: 3px;}
.pc-topname{float: left; font-size: 30px;color: #333;font-weight: 600;}
.stick .pc_top_logo{color: #333;}
.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: 10px;padding-right: 10px;}
.pc_top .pc_top_right .top_right_nav .right_nav_list:after{content: ''; position: absolute;width: 1px;height: 10px;background: #d8d8d8;right: 0;top: 45%;}
.pc_top .pc_top_right .top_right_nav .right_nav_list .nav_list_title{ font-size: 16px; color: #333; 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;width:200px;left:50%;transform: translateX(-50%); top:100%; background:rgba(0,0,0,.6); }
.pc_top .pc_top_right .top_right_nav .right_nav_list:nth-child(3) .nav_list_down{ width:200px; left:50%;transform: translateX(-50%);}
.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:#0d6fb8;}

.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 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;}

.IndexDistribution{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: #333; font-weight: bolder;}
.IndexDistribution .IndexDistribution_title dd span{ font-size: 32px; margin: 0px 12px; position: relative;}
.IndexDistribution .IndexDistribution_title dt{ font-size: 16px; color: #666; text-transform: uppercase; margin-top: 15px;}
.IndexDistribution .IndexDistribution_txt{ display: flex; box-shadow: 0px 0px 20px 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: 20px; 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: 220px;}
.IndexDistribution .IndexDistribution_txt .IndexDistribution_txt_list .txt_list_more{ margin-top: 15px;}

.IAdvantage{ background: #fff; padding-top: 0px;}
.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: 32%; box-shadow:0px 0px 16px rgba(0,106,53,.2); border-radius:10px; 
overflow:hidden; display: inline-block;margin-bottom: 16px;}
.IAdvantage .IAdvantage_content .IAdvantage_content_list .pro_list_img img{ width: 100%; transition: all 0.5s ease;overflow: hidden;}
.IAdvantage .IAdvantage_content .IAdvantage_content_list .content_list_txt{ position: absolute; top: 0; left: 0; height: 100%; width: 100%;background: rgba(0,0,0,0.4);display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; transition: all 0.5s ease;}
.IAdvantage .IAdvantage_content .IAdvantage_content_list .content_list_txt dd i{ font-size: 60px; color: #0d6fb8; 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: #fff; 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: #fff; 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{ background: rgba(0,0,0,0);}
.IAdvantage .IAdvantage_content .IAdvantage_content_list:hover .pro_list_img img{ transform: scale(1.1); transition: all 0.5s ease;}
.IAdvantage .IAdvantage_content .IAdvantage_content_list .content_list_txt .list_txt_p b{ color: #0d6fb8; 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/bg8.jpg) no-repeat center center; padding: 80px 0px;}
.IAbout .pc_all_contnet{ height:517px;display: flex;justify-content: space-around;flex-direction: column;}
.IAbout .IAbout_title dd{ font-size: 31px; color: #333333;}
.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: #0d6fb8;}
.IAbout .IAbout_title dt a.on{ color: #fff; background: #0d6fb8;}
.IAbout .IAbout_txt{ width: 50%; margin: 20px 0 40px 0;}
.IAbout .IAbout_txt .IAbout_txt_list dd{ line-height: 26px; color: #444444; font-size: 14px;  text-align: justify;}
.IAbout .IAbout_txt .IAbout_txt_list a{ font-size: 16px; color: #0d6fb8; display: flex; align-items: center; margin-top: 20px;}
.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: #0d6fb8; 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: 16px; color: #666666; transition: all 0.5s ease;}
.IAbout .IAbout_bottom .IAbout_bottom_list .bottom_list_icon{ font-size: 60px; color: #0d6fb8; 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: #0d6fb8;}
.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;}





.rows{display:none}

.INews{ background: #fff; padding: 75px 0px; position: relative;}
.INews::before{ content: ""; display: inline-block; background: #f7f7f7; height: 596px; background: #f7f7f7; width: 50%; right: 0; top: 172px; 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: #0d6fb8;}
.INews .INews_content .INews_left .INews_left_list:hover .left_list_right dt{ color: #0d6fb8;}
.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: #0d6fb8; 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: #0d6fb8; transition: all 0.5s ease;}
.INews .INews_content .INews_right a:hover .INews_right_txt dt{ color: #0d6fb8; 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;}










.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%;}



.footer{width:100%; height:auto; text-decoration:none; background:#242e42; padding:40px 0;}
.footer .footcon{width:1200px; height:auto; color:#e1e7f4; font-size:15px; margin:auto;}
.footer .footcon .logo_m{width:230px; height:180px; float:left;}
.footer .footcon .logo_m img{height:77px; float:left;}
.footer .footcon .logo_m .logo_txt{width:auto; height:60px; float:left; padding:17px 0px 0px 15px; color:#e1e7f4;}
.footer .footcon .logo_m .logo_txt .biaoti{width:auto; line-height:40px; font-size:33px;font-family:阿里汉仪智能黑体;}
.footer .footcon .logo_m .logo_txt .yingwen{width:auto; line-height:20px; font-size:12px; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif;}
.footer .footcon .logo_m .logo_b{width:230px; color:#e1e7f4; line-height:80px; font-size:17px; float:left; text-align:center;}
.footer .footcon .footl{width:auto; height:auto; float:left; padding-left:50px;}
.footer .footcon .footl .shang{width:auto; line-height:45px; text-align:left; font-size:18px;}
.footer .footcon .footl .xia{width:auto; height:auto; line-height:35px; text-align:left; font-size:15px;}
.footer .footcon .footl .xia a{color:#e1e7f4;}
.footer .footcon .footl .xia a:hover{color:#fff;}
.footer .footcon .footc{width:220px; height:auto; float:left; padding-left:50px;}
.footer .footcon .footc .shang{width:auto; line-height:45px; text-align:left; font-size:18px;}
.footer .footcon .footc .xia{width:auto; height:auto; line-height:35px; text-align:left; font-size:15px;}
.footer .footcon .foot_w{width:auto; height:120px; float:right; text-align:center;}
.footer .footcon .foot_w .shang{width:auto; line-height:45px; font-size:18px;}
.footer .footcon .foot_w img{padding:6px;}
.footer .footcon .footnav{width:1200px; height:70px; line-height:70px; text-align:center; float:left; padding-top:10px;}
.footer .footcon .footnav a{color:#e1e7f4;}
.footer .footcon .footnav a:hover{color:#fff;}
/*footer*/

.footer .links {
	padding: 20px 0;
	font-size: 16px;
	border-top: 1px solid #1a1d21;
	
}
.footer .links span {
	color: #fff;
	display: inline-block;
}
.footer .links a {
	display: inline-block;
	font-size: 14px;
	color: #939393;
	padding-right: 10px;
}
.footer .links a:hover {
	color: #1588d7;
}
.footer .bottom {
	padding-bottom: 20px;
	border-bottom: 1px solid #464a50;
}
.footer .bNav {
	width: 60%;
	height: 328px;
	margin-top: 48px;
	border-right: 1px solid #1a1d21;
}
.footer .di_logo img {
	width: 111px;
	height: 111px;
	background-size: 100%;
}
.footer .bNav dl {
	display: inline-block;
	float: left;
	width: 25%;
	overflow: hidden;
	text-align: left;
	padding-top: 10px;
}
.footer .bNav dl dt {
	height: 16px;
	display: block;
	padding-bottom: 32px;
}
.footer .bNav dl dt a {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	
}
.footer .bNav dl dd {
	display: block;
	height: 14px;
	margin-bottom: 16px;
}
.footer .bNav dl dd a {
	display: block;
	font-size: 14px;
	color: #939393;
	line-height: 14px;
	
}
.footer .bNav dl dd a:hover {
	color: #fff;
}
.footer .ewm {
	height: 328px;
	text-align: center;
	padding-left: 48px;
	margin-top: 48px;
	border-left: 1px solid #464a50;
}
.footer .ewm dl {
	width: 140px;
	float: left;
	display: block;
	margin-right: 30px;
	margin-top: 10px;
	height: 164px;
}
.footer .ewm dl:nth-child(2) {
	margin-right: 0px;
}
.footer .ewm dl:first-child+dl {
	margin-right: 0px;
}
.footer .ewm dl dt {
	width: 140px;
	height: 140px;
	background-color: #fff;
	text-align: center;
}
.footer .ewm dl dt img {
	width: 130px;
	height: 130px;
	display: inline-block;
	background-size: 100%;
	margin-top: 5px;
}
.footer .ewm dl dd {
	font-size: 14px;
	color: #939393;
	line-height: 24px;
	padding-top: 5px;
}
.footer .contact_info {
	width: 40%;
	padding-left: 75px;
	border-left: 1px solid #464a50;
	margin-top: 48px;	
}
.footer .contact_info dt{
	font-size: 16px;
	color: #fff;
}
.contact_info1{
	float: left;	
	line-height: 30px;
	color: #fff;
}
.contact_info2 p,.contact_info3 p,.contact_info4 p{
	color: #fff;
	line-height: 22px;
}
.contact_info2{
	float: right;
}
.contact_info3{
	margin: 16px 0;
}
.copyright{
	background: #222;
	line-height: 40px;
	text-align: center;
}
.w1200{
	width: 90%;  max-width: 1460px; margin: 0 auto;
}
.footer .contact_info p.p1 {
	font-size: 14px;
	color: #fff;
	line-height: 14px;
	padding-top: 10px;
}
.footer .contact_info p.dh {
	font-size: 36px;
	color: #1588d7;
	font-family: "Arial";
	line-height: 36px;
	font-weight: bold;
	padding: 12px 0;
}
.footer .contact_info h3 {
	font-size: 20px;
	padding-top: 8px;
}
.footer .contact_info p.tel {
	font-size: 14px;
	color: #939393;
	line-height: 22px;
	width: 270px;
}
.footer .contact_info i {
	display: block;
	padding-top: 8px;
	font-size: 14px;
	color: #fff;
}
.footer .contact_info i a {
	display: inline-block;
	color: #fff;
	padding-right: 12px;
}



/*@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;}
.pc_top{ display: none;}
.mo_footer{ display:block;}
.mo_top{display: block;}
.mo_height{ height: 50px;}
.slick-dots li{ width: 10px !important; height: 1px !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;}


.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: 1px; 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;}




.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: 33px 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:18px; margin-bottom:8px;}
.DetailsBanner .DetailsBanner_txt dt{ font-size:14px; margin-bottom:15px; padding-bottom:20px;}
.DetailsBanner .DetailsBanner_img img{ height:auto;}
.DetailsBanner .DetailsBanner_txt p{ display:none;}




.about{ padding-top:35px;}
.about .about_title{ margin-bottom:25px;}
.about .about_title dd{ font-size:18px; margin-bottom:8px;}
.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;}



.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:0px; 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{ padding:35px 0px;}
.news .pc_all_contnet{ display:block;}
.news .news_left{ margin-bottom:30px;
display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.news .news_left,.news .news_right{ width:100%;}
.news .news_left a{ width:48%; border:1px solid #dcdcdc; height:45px; border-radius:5px; justify-content: center; }
.news .news_left a:last-child{ border-bottom:1px solid #dcdcdc;}
.news .news_left a.on{ background:#0d6fb8; color:#fff; border:1px solid #0d6fb8;}
.news .news_right .news_right_title{ font-size:20px;}
.news .news_right .news_right_content .right_content_list{ padding:20px;}
.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;}
}*/

/*@media screen and (max-width:950px){



}



@media screen and (max-width:768px){




}*/


/*@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){

}*/