﻿@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'BEBAS';  
  src: url('BEBAS.ttf');       
}

*{text-align:right !important;}


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; outline:none;}
/* 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;text-align: right;}
input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#999999; font-size:13px;font-weight: normal;}
input::-webkit-input-placeholder{ /* WebKit browsers */ color:#999999; font-size:13px;font-weight: normal;}
input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#999999; font-size:13px;font-weight: normal;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:13px;font-weight: normal;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:13px; font-weight: normal;}
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;}








.NavLeft{ position:fixed; top:0; left:0; z-index:560; width:60px; height:100%; background:#fff;}
.NavLeft .NavLeft_top{ position:relative; z-index:5}
.NavLeft .NavLeft_top .NavLeft_top_icon{ height:60px; background:#1d2a53; text-align:center; width:100%; position:relative; display:flex; align-items:center; justify-content:center;}
.NavLeft .NavLeft_top .NavLeft_top_icon img{ position:absolute; opacity:0;  transition: all 0.5s ease;}
.NavLeft .NavLeft_top .NavLeft_top_icon img:first-child{ opacity:1; transition: all 0.5s ease;}
.NavLeft .NavLeft_top .NavLeft_top_icon.on img:last-child{ opacity:1; transition: all 0.5s ease; }
.NavLeft .NavLeft_top .NavLeft_top_icon.on img:first-child{ opacity:0; transition: all 0.5s ease; }
.NavLeft .NavLeft_bottom{ position:relative; z-index:5; background:#fff;}
.NavLeft .NavLeft_bottom .NavLeft_bottom_list .bottom_list_icon{ line-height:59px; border-bottom:1px solid #dbdbdb; text-align:center!important; display:inline-block; width:100%;}
.IndexBody{ padding: 0px 60px;}
.NavDown{ position:fixed; width:calc(100% - 120px); height:100%; background:rgba(0,0,0,.7); left:0px; right:0; margin:0 auto; top:82px; margin:0 auto;
-webkit-transform: scale(0);
   -moz-transform: scale(0);
    -ms-transform: scale(0);
     -o-transform: scale(0);
           filter: scale(0);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; opacity:0;

}
.NavDown.top{ top:0;}
.NavDown dd{ overflow:hidden; padding:0px 100px; padding-top:70px;}
.NavDown dd a{ display:flex; width:24%; font-size:18px; color:#fff; height:80px; align-items:center; border-bottom:1px solid rgba(255,255,255,.5); float:left; margin-right:8%; margin-bottom:35px; justify-content:space-between;}



.NavDown.on{
-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; opacity:1;
}


.SearchDown{ position:fixed; left:0; background:#fff; z-index:4; background:rgba(0,0,0,.5); top:0; left:0;overflow:hidden; width:100%; transition: all 0.5s ease 0s; display:flex; align-items:center; height:100%; z-index:50; padding:0px 22%;
-webkit-transform: scale(0);
   -moz-transform: scale(0);
    -ms-transform: scale(0);
     -o-transform: scale(0);
           filter: scale(0);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; opacity:0;
}
.SearchDown.on{
	-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; opacity:1;
}
.SearchDown .SearchDown_close{ position:fixed; right:50px; top:50px; font-size:40px; color:#fff; cursor:pointer;}

.SearchDown input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#999999; font-size:18px;font-weight: normal;}
.SearchDown input::-webkit-input-placeholder{ /* WebKit browsers */ color:#999999; font-size:18px;font-weight: normal;}
.SearchDown input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#999999; font-size:18px;font-weight: normal;}
.SearchDown input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:18px;font-weight: normal;}
.SearchDown input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:18px; font-weight: normal;}


.shar_bg{ position: fixed; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.5); display:flex; align-items:center; justify-content:center; z-index:650;
-webkit-transform: scale(0); opacity:0;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    filter: scale(0);
    filter: transform;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}
.shar_bg.on{
-webkit-transform: scale(1); opacity: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;
}
.shar_bg .shar_window{ width:450px; background:#fff; padding: 55px 35px; position:relative; border-radius:6px;}
.shar_bg .shar_window dd{ font-size:18px; color:#333; text-align:center; margin-bottom:35px;}
.shar_bg .shar_window dd span{ position:absolute; right:10px; top:10px; color:#999; cursor:pointer; font-size:22px;}
.shar_bg .shar_window dt{ display:flex; align-items:center; justify-content:center;}
.shar_bg .shar_window dt a{ width:45px; height:45px; display:inline-block; background:#000; margin-right:25px; position:relative;}
.shar_bg .shar_window dt a:last-child{ margin-right:0px;}
.shar_bg .shar_window dt a:nth-child(1){ background:url(../images/gbRes_6.png) no-repeat 50% 50%; background-size:100%;}
.shar_bg .shar_window dt a:nth-child(2){ background:url(../images/gbRes_2.png) no-repeat 50% 50%; background-size:100%;}
.shar_bg .shar_window dt a:nth-child(3){ background:url(../images/gbRes_3.png) no-repeat 50% 50%; background-size:100%;}
.shar_bg .shar_window dt a:nth-child(4){ background:url(../images/gbRes_4.png) no-repeat 50% 50%; background-size:100%;}


.wechat-qrcode{display:none;border:1px solid #eee;position:absolute;z-index:9;top:-205px;left:-84px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px #aaa;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms}
.wechat-qrcode.bottom{top:40px;left:-84px}
.wechat-qrcode.bottom:after{display:none}
.wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px;background-color:#f3f3f3;margin:0;padding:0;color:#777}.social-share .icon-wechat .wechat-qrcode .qrcode{width:105px;margin:10px auto}
.wechat-qrcode .qrcode table{margin:0 !important}
.wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0}
.wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}
.shar_bg .shar_window dt a:hover .wechat-qrcode{display:block}


.SearchDown .SearchDown_left{ width:80%;}
.SearchDown .SearchDown_left input{ height:80px; width:100%; padding:0px 20px; font-size:18px; color:#333;}
.SearchDown .SearchDown_right{ width:20%;}
.SearchDown .SearchDown_right input{ height:80px; background:#1d2a53; width:100%; color:#fff; font-size:18px; cursor: pointer;}


.PhoneDown{ position:fixed; left:0; background:#fff; z-index:4;  box-shadow:0px 0px 22px rgba(0,0,0,.2); top:140px; left:-460px;overflow:hidden; width:310px; transition: all 0.5s ease 0s; display:flex; align-items:center; height:60px; justify-content:center; font-size:20px; color:#333; font-weight:bolder; font-family: "BEBAS";}
.PhoneDown.on{ transition: all 0.5s ease 0s; left:60px;}
.PhoneDown.top{ top:60px; transition: all 0.5s ease 0s;}






#banner{ overflow:hidden;}
.banner{ height: 950px; width:100%; position:relative;}
.banner .slider .item{ display:inline-block; position: relative;}
.banner .slick-dots li button:before{ color:#fff; width:21px; height:21px; font-size:18px; position:inherit; opacity:1;}
.banner .slick-dots li:after{ content:""; display:inline-block; width:0px; height:1px; background:#fff; transition: all 0.3s ease 0s;}
.banner .slick-dots li.slick-active:after{ width:70px; transition: all 0.3s ease 0s;}
.banner .slick-dots li.slick-active button{ border:1px solid #fff; transition: all 0.3s ease 0s;}
.banner .slick-dots li{ margin: 0px; width:auto; height:auto; transition: all 0.3s ease 0s; display:flex; align-items:center;}
.banner .slick-dots li button{  width:21px; height:21px; background: none; padding:0px; display:flex; align-items:center; justify-content:center; border-radius:100%; border:1px solid rgba(255,255,255,0); transition: all 0.3s ease 0s;}
.banner .slick-dots{ bottom:4%; width:auto; left:9%; bottom:14%; display:flex; align-items:center;}
.banner .banner_content .banner_content_list .content_list_img{ overflow:hidden;}
.banner .banner_content .banner_content_list .content_list_img img{ display: block; -webkit-animation:bs 50s linear infinite; width:100%; object-fit:cover; height:970px;}
.banner .banner_content .banner_content_list .list_img_txt{ position:absolute; right:9%; height:100%; display:flex; align-items:flex-start; flex-direction: column; justify-content: center; display: none; top:0;}
.banner .banner_content .banner_content_list.slick-active .list_img_txt{ display: flex;}
.banner .banner_content .banner_content_list .list_img_txt dd{ font-size: 30px; color: #fff; margin-bottom: 20px;}
.banner .banner_content .banner_content_list .list_img_txt dt{ font-size: 46px; color: #fff; font-weight: bolder; margin-bottom: 75px;}
.banner .banner_content .banner_content_list .list_img_txt a{ font-size: 14px; color: #fff; display: flex; align-items: center; justify-content: center; width: 190px; height: 50px; border: 1px solid #fff;margin-left: calc(100% - 190px);}
.banner .banner_content .banner_content_list .list_img_txt a i{ margin-left: 40px; position: relative; animation:mymove2 1s infinite; transition: all 0.3s ease 0s; right: 0;}
.banner .banner_content .banner_content_list .list_img_txt a:hover{ background: #fff; color: #1d2a53;}
.banner .buildchange{ display:flex; align-items:center; position:absolute; bottom:14%; left:20%; font-family: 'BEBAS'; color:#fff;}
.banner .buildchange dd{ font-size:18px; margin-right:8px;}
.banner .buildchange dd:before{ content:"0";}
.banner .buildchange dt{ font-size:12px;}
.banner .buildchange dt span{ margin-left:3px; font-size:14px;}
.banner .SCROLL_DOWN{ position:absolute; right:9%; bottom:13%; display:flex; align-items:center; font-family: 'BEBAS'; font-size:16px; color:#fff; letter-spacing:.2em; animation:mymove 1s infinite;}
.banner .SCROLL_DOWN span{ display:flex; width:36px; height:36px; border-radius:100%; border:1px solid #fff; font-size:20px; color:#fff; align-items:center; justify-content:center; margin-right:15px; opacity:.8; transition: all 0.3s ease 0s;}
.banner .SCROLL_DOWN:hover span{ background:#fff; color:#1d2a53; transition: all 0.3s ease 0s; box-shadow:0px 0px 10px rgba(255,255,255,1);}
.banner .SCROLL_DOWN:hover{
	text-shadow:0 0 10px #fff,
                -0 -0 10px #fff;
}

@keyframes mymove2
{
	0% {right:6px;}
	50% {right:0px;}
	100% {right:6px;}
}


@-webkit-keyframes bs{
	0%{
		-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
           filter: scale(1);
           filter: transform;
	}
	
	50%{
		-webkit-transform: scale(1.3);
   -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
     -o-transform: scale(1.3);
           filter: scale(1.3);
           filter: transform;
	}
	
	100%{
		-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
           filter: scale(1);
           filter: transform;
	}
}












.pc_all .pc_all_content{ max-width: 1500px; margin: 0 auto;}



.pc_top{ position: fixed; height:82px; background:#fff; left:0; top:0px; width:100%; display:flex; align-items:center; justify-content:space-between; z-index:50; padding: 0px 60px; transition: all 0.3s ease 0s; padding-right:0px; box-shadow:0px 0px 11px rgba(0,0,0,.1)}
.pc_top.on{ top: -82px; transition: all 0.3s ease 0s;}
.pc_top .pc_top_nav{ display:flex; align-items:center;}
.pc_top .pc_top_nav .top_nav_left{ display:flex; align-items:center;}
.pc_top .pc_top_nav .top_nav_left .nav_left_list{ margin-right:57px;}
.pc_top .pc_top_nav .top_nav_left .nav_left_list:last-child{ margin-right:20px;}
.pc_top .pc_top_nav .top_nav_left .nav_left_list .left_list_title{ font-size:20px; color:#333; display:flex; height:82px; align-items:center; position:relative;transition: all 0.3s ease 0s;}
.pc_top .pc_top_nav .top_nav_left .nav_left_list .left_list_title:before{ content:""; position:absolute; display:inline-block; width:0%; height:2px; background:#1d2a54; bottom:0; left:0; right:0; margin:0 auto;transition: all 0.3s ease 0s;}
.pc_top .pc_top_nav .top_nav_left .nav_left_list.on .left_list_title:before{ width:100%;transition: all 0.3s ease 0s;}
.pc_top .pc_top_nav .top_nav_left .nav_left_list.on .left_list_title{ color:#1d2a54;transition: all 0.3s ease 0s;}
.pc_top .pc_top_nav .top_nav_left .nav_left_list:hover .left_list_title:before{ width:100%;transition: all 0.3s ease 0s;}
.pc_top .pc_top_nav .top_nav_left .nav_left_list:hover .left_list_title{ color:#1d2a54;transition: all 0.3s ease 0s;}
.pc_top .pc_top_nav .top_nav_left .nav_left_list .left_list_down{ position:absolute; width:100%; background:#fff; left:0; padding: 0px 212px; max-height:0px; transition: all 0.5s ease 0s; opacity:0; overflow:hidden;}
.pc_top .pc_top_nav .top_nav_left .nav_left_list:nth-child(2) .left_list_down a:last-child{ border-bottom:0px;}
.pc_top .pc_top_nav .top_nav_left .nav_left_list:nth-child(2) .left_list_down a:nth-last-child(2){ border-bottom:0px;}
.pc_top .pc_top_nav .top_nav_left .nav_left_list:nth-child(3) .left_list_down a:last-child{ border-bottom:0px;}
.pc_top .pc_top_nav .top_nav_left .nav_left_list:nth-child(3) .left_list_down a:nth-last-child(2){ border-bottom:0px;}
.pc_top .pc_top_nav .top_nav_left .nav_left_list:nth-child(3) .left_list_down a:nth-last-child(3){ border-bottom:0px;}
.pc_top .pc_top_nav .top_nav_left .nav_left_list:nth-child(4) .left_list_down a:last-child{ border-bottom:0px;}
.pc_top .pc_top_nav .top_nav_left .nav_left_list:nth-child(6) .left_list_down a{ border-bottom:0px;}
.pc_top .pc_top_nav .top_nav_left .nav_left_list:nth-child(7) .left_list_down a:last-child{ border-bottom:0px;}
.pc_top .pc_top_nav .top_nav_left .nav_left_list:nth-child(8) .left_list_down a{ border-bottom:0px;}


.pc_top .pc_top_nav .top_nav_left .nav_left_list:hover .left_list_down{ max-height:380px; transition: all 0.5s ease 0s; opacity:1;}
.pc_top .pc_top_nav .top_nav_left .nav_left_list .left_list_down a{ display:inline-block; width:32%; margin-right:2%; padding-bottom:40px; border-bottom: 1px solid #999; font-size:18px; color:#333; float:left; margin-top:50px;}
.pc_top .pc_top_nav .top_nav_left .nav_left_list .left_list_down a:hover{ color:#1d2a54; border-bottom:1px solid #1d2a54;}
.pc_top .pc_top_nav .top_nav_left .nav_left_list .left_list_down a:nth-child(3n){ margin-right:0px;}

.pc_top .pc_top_nav .top_nav_right{ display:flex; align-items:center; padding-right:60px; padding-left:30px; height:82px; justify-content:center;transition: all 0.3s ease 0s; position:relative;}
.pc_top .pc_top_nav .top_nav_right .nav_right_list{ margin-right:20px; position:relative;}
.pc_top .pc_top_nav .top_nav_right .nav_right_list:last-child{ margin-right:0px;}
.pc_top .pc_top_nav .top_nav_right .nav_right_list .right_list_icon{ position:relative; width:26px; height:26px; display:flex; align-items:center; justify-content:center;}
.pc_top .pc_top_nav .top_nav_right .nav_right_list .right_list_icon img:last-child{ display:none;}
.pc_top .pc_top_nav .top_nav_right .nav_right_list .right_list_down{ position:absolute; background:#fff; top:33px; left:-36px; width:102px; background:#1d2a53; padding:0px; max-height:0px; opacity:0; overflow:hidden;transition: all 0.3s ease 0s;}
.pc_top .pc_top_nav .top_nav_right .nav_right_list:nth-child(1) .right_list_down{ left:-75px; width:181px;}
.pc_top .pc_top_nav .top_nav_right .nav_right_list .right_list_down:before{ content:"";display:inline-block; width:0; height:0; border-left:10px solid transparent; border-right: 10px solid transparent; border-bottom:10px solid #1d2a53; position:absolute; top:-10px; left:210px; right:0; margin:0 auto;}
.pc_top .pc_top_nav .top_nav_right .nav_right_list:hover .right_list_down{ max-height:184px; opacity:1; overflow:inherit; padding:22px;transition: all 0.3s ease 0s;}
.pc_top .pc_top_nav .top_nav_right .nav_right_list .right_list_down .list_down_list{ font-size:20px; color:#fff;    font-weight: bolder;
    font-family: "BEBAS";}
.pc_top .pc_top_nav .top_nav_right .nav_right_list .right_list_down .list_down_list dd{ margin-right:5px;}
.pc_top .pc_top_nav .top_nav_right .nav_right_list .right_list_down .list_down_list:last-child{ margin-top:15px; margin-bottom: 0px;}
.pc_top .pc_top_nav .top_nav_right .nav_right_list .right_list_down a{ font-size:12px; color:#fff; opacity:.6; display:inline-block; width:100%; display:flex; align-items:center; margin-bottom:12px;}
/*.pc_top .pc_top_nav .top_nav_right .nav_right_list .right_list_down a:before{ content:""; display:inline-block; width:2px; height:11px; background:#fff; margin-right:8px;}
*/
.pc_top .pc_top_nav .top_nav_right .nav_right_list .right_list_down a:hover{ opacity:1;}

.pc_top .pc_top_nav .top_nav_right .nav_right_list:nth-child(3) .right_list_down{ position:absolute; background:#fff; top:33px; left:-90px; width:135px; background:#1d2a53; padding:0px; max-height:0px; opacity:0; overflow:hidden;transition: all 0.3s ease 0s;}
.pc_top .pc_top_nav .top_nav_right .nav_right_list:nth-child(3) .right_list_down:before{ content:"";display:inline-block; width:0; height:0; border-left:10px solid transparent; border-right: 10px solid transparent; border-bottom:10px solid #1d2a53; position:absolute; top:-10px; left:75px; right:0; margin:0 auto;}
.pc_top .pc_top_nav .top_nav_right .nav_right_list:nth-child(3):hover .right_list_down{ max-height: 205px; opacity: 1; overflow: inherit; padding: 22px; transition: all 0.3s ease 0s;}



.NavLeft{ top:82px; transition: all 0.3s ease 0s;}
.NavLeft.on{ top:0px; transition: all 0.3s ease 0s; }

@keyframes mymove
{
0% {bottom:13%;}
50% {bottom:14%;}
100% {bottom:13%;}
}










.Floor002651 #fullSwiper > .swiper-wrapper > .thechnology{ position:relative; justify-content:flex-start;}
.thechnology{ overflow:hidden;}
.thechnology .thechnology_img{ position:absolute; top:0; left:0; width:100%; height:100%;}
.thechnology .thechnology_img img{ width:100%; object-fit:cover;}
.thechnology .thechnology_img dt{ position:absolute; right:0; top:0%; width:30%; height:100%;}
.thechnology .thechnology_img dt img{
filter: blur(10px);
    -webkit-filter: blur(18px);
    -moz-filter: blur(18px);
    -ms-filter: blur(18px);
    -o-filter: blur(18px);
    z-index: 0;
}
.thechnology .thechnology_txt{ position:absolute; width:70%; height:100%; align-items:center; justify-content:center; display:flex;}
.thechnology .thechnology_txt:before{ content:""; position:absolute; display:inline-block; width:100%; height:100%; background:rgba(0,0,0,.1);}
.thechnology .thechnology_txt .thechnology_txt_content{ display:flex; justify-content:center; position:relative; z-index:5;}
.thechnology .thechnology_txt .thechnology_txt_list{ background:rgba(255,255,255,.8); width:70%; padding:100px;transition: all 0.5s ease 0s; border: 1px solid rgba(255,255,255,0);}
.thechnology .thechnology_txt .thechnology_txt_list:hover{ border: 1px solid #1d2a53;transition: all 0.5s ease 0s;}
.thechnology .thechnology_txt .thechnology_txt_list dd{ font-size:34px; color:#333333; position:relative; margin-bottom:35px; padding-bottom:35px; position: relative;}
.thechnology .thechnology_txt .thechnology_txt_list dd span{ font-size:14px; color:#555555; margin-left:30px; text-transform:uppercase;}
.thechnology .thechnology_txt .thechnology_txt_list dd:before{ content:""; position:absolute; display:inline-block; width:95px; height:1px; background:#777777; bottom:0;}
.thechnology .thechnology_txt .thechnology_txt_list dt{ font-size:18px; color:#333333; line-height:34px; text-align:justify;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
overflow: hidden;
}
.thechnology .thechnology_txt .thechnology_txt_list a{ display:flex; width:148px; height:42px; border:1px solid #1d2a53; font-size:16px; color:#333333; align-items:center; justify-content:center; margin-top:40px;}
.thechnology .thechnology_txt .thechnology_txt_list a:hover{ color:#fff; background:#1d2a53;}
.thechnology .thechnology_right{ position:absolute; right:0; top:0; width:30%; height:100%; display:flex; justify-content:space-between; flex-direction:column; background:rgba(0,0,0,.7);}
.thechnology .thechnology_right .thechnology_right_list{ display:flex; align-items:center; justify-content:space-between; padding:0px 40px; border-bottom:1px solid #fff; height:16.66%; cursor:pointer; position:relative; padding-left:20px; position: relative; right: -100%; opacity: 0;}
.thechnology.on .thechnology_right .thechnology_right_list{ right: 0; opacity: 1;}
.thechnology.on .thechnology_right .thechnology_right_list:nth-child(1){transition:all 1s;}
.thechnology.on .thechnology_right .thechnology_right_list:nth-child(2){transition:all 1.3s;}
.thechnology.on .thechnology_right .thechnology_right_list:nth-child(3){transition:all 1.6s;}
.thechnology.on .thechnology_right .thechnology_right_list:nth-child(4){transition:all 1.9s;}
.thechnology.on .thechnology_right .thechnology_right_list:nth-child(5){transition:all 2.2s;}
.thechnology.on .thechnology_right .thechnology_right_list:nth-child(6){transition:all 2.5s;}



.thechnology .thechnology_right .thechnology_right_list:before{ content:""; position:absolute; display:inline-block; width:8px; height:100%; background:#3a4c87;transition: all 0.3s ease 0s; left:-8px; top:0; opacity:0;}
.thechnology .thechnology_right .thechnology_right_list:hover:before{transition: all 0.3s ease 0s; opacity:1;}
.thechnology .thechnology_right .thechnology_right_list.on:before{transition: all 0.3s ease 0s; opacity:1;}
.thechnology .thechnology_right .thechnology_right_list:last-child{ border-bottom:0px;}
.thechnology .thechnology_right .thechnology_right_list .right_list_icon{ width:26%; text-align:center!important;}
.thechnology .thechnology_right .thechnology_right_list .right_list_icon img{ max-width:100%;
-webkit-transform: rotateY(0deg);
       -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
         -o-transform: rotateY(0deg);
            transform: rotateY(0deg);
           transition: all 0.5s ease; -webkit-transform: all 0.5s ease;  
	cursor:pointer;
}
.thechnology .thechnology_right .thechnology_right_list .right_list_txt{ width:60%;}
.thechnology .thechnology_right .thechnology_right_list .right_list_txt dd{ font-size:24px; color:#fff;}
.thechnology .thechnology_right .thechnology_right_list .right_list_txt dt{ font-size:14px; color:#999999; text-transform:uppercase; margin-top:10px;}
.thechnology .thechnology_right .thechnology_right_list .right_list_more{ display:flex; align-items:center; border:1px solid #fff; border-radius:100%; align-items:center; justify-content:center; width:29px; height:29px; color:#fff; font-size:18px; position: relative;  transition: all 0.3s ease 0s; }
.thechnology .thechnology_right .thechnology_right_list:hover .right_list_more{ animation:mymove2 1s infinite; transition: all 0.3s ease 0s; }
.thechnology .thechnology_right .thechnology_right_list:hover .right_list_icon img{
-webkit-transform: rotateY(180deg);
       -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
         -o-transform: rotateY(180deg);
            transform: rotateY(180deg);
           transition: all 0.5s ease; -webkit-transform: all 0.5s ease;  
	cursor:pointer;
}


.Floor002651 #fullSwiper > .swiper-wrapper > .path2{ position: relative; padding-top: 6%; align-items: flex-start;}
.path2 .path2_content{width:1590px !important; overflow:hidden;position:relative; margin:0 auto;height:711px; display:flex; align-items:flex-end;}
.path2 .path2_content:before{
content: "";
    position: absolute;
    display: inline-block;
    width: 80px;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 5;
    background: linear-gradient(to left,rgba(0,0,0,.0), rgba(255,255,255,1));
	display:none;
}
.path2 .path2_content:after{
content: "";
    position: absolute;
    display: inline-block;
    width: 80px;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 5;
    background: linear-gradient(to right,rgba(0,0,0,.0), rgba(255,255,255,1));
	display:none;
}
.path2 .path2_content .path2_icon{ position:absolute; bottom:89px; width:100%; left:0;}
.path2 .path2_content ul{ width:100%;position: relative; display:flex; align-items:flex-end;}
.path2 .path2_content ul li{ position:relative; padding-right:56px; height:470px; display:flex; justify-content: flex-end; flex-direction:column;}
.path2 .path2_content ul li .content_list_title{ text-align:center; margin-bottom:25px;}
.path2 .path2_content ul li .content_list_title dd{ font-size:28px; color:#1d2a53; opacity:0; margin-bottom:25px;transition: all 0.5s ease 0s; font-weight: bolder;}
.path2 .path2_content ul li .content_list_title dt{ font-size:28px; color:#333333; font-family: 'BEBAS';transition: all 0.5s ease 0s; display: flex; align-items: center; justify-content: center;}
.path2 .path2_content ul li .content_list_title dt:before{ content: ""; display: inline-block; width: 15px; height: 24px; background: url(../images/bn51.png) no-repeat 50% 50%; margin-right: 45px; opacity: 0; transition: all 0.5s ease 0s;}
.path2 .path2_content ul li .content_list_title dt:after{ content: ""; display: inline-block; width: 15px; height: 24px; background: url(../images/bn52.png) no-repeat 50% 50%; margin-left: 45px; opacity: 0; transition: all 0.5s ease 0s;}
.path2 .path2_content ul li .content_list_img{ transition: all 0.5s ease 0s; width:170px; cursor:pointer;}
.path2 .path2_content ul li .content_list_img img{ width:100%; height:100px; object-fit:cover; transition: all 0.5s ease 0s;}
.path2 .path2_content ul li .content_list_bottom{ font-size:17px; color:#444444; text-align:center; margin-top:110px; position:relative;height: 42px;}
.path2 .path2_content ul li .content_list_bottom span{ display:inline-block; height:65px; position:relative; top:10px;}
.path2 .path2_content ul li .content_list_bottom:before{ content:""; position:absolute; display:inline-block; width:4px; height:13px; background:#1d2a53; position:absolute; bottom:90px; left:0; right:0; margin:0 auto; transition: all 0.5s ease 0s;}
.path2 .path2_content ul li.on .content_list_img{ width:450px; transition: all 0.5s ease 0s;}
.path2 .path2_content ul li.on .content_list_img img{transition: all 0.5s ease 0s; height:294px; box-shadow: 0px 10px 28px rgba(0,0,0,.23);}
.path2 .path2_content ul li.on .content_list_bottom:before{ height:20px; transition: all 0.5s ease 0s}
.path2 .path2_content ul li.on .content_list_title dt{ color:#1d2a53; font-size:66px; transition: all 0.5s ease 0s;}
.path2 .path2_content ul li.on .content_list_title dd{ opacity: 1; transition: all 0.5s ease 0s;}
.path2 .path2_content ul li.on .content_list_title dt:before{ transition: all 0.5s ease 0s; opacity: 1;}
.path2 .path2_content ul li.on .content_list_title dt:after{ transition: all 0.5s ease 0s; opacity: 1;}
.path2 .path2_left{ position: absolute; left: 5%; bottom: 28%; cursor: pointer; z-index: 50;}
.path2 .path2_right{ position: absolute; right: 5%; bottom: 28%; cursor: pointer; z-index: 50;}
























.Floor002651 #fullSwiper > .swiper-wrapper > .engineering{ display: flex; padding: 0px 11%; flex-direction: column;overflow: hidden;}
.engineering .swiper-container{ width: 100%; height:320px; flex-shrink: 0;}
.engineering .engineering_title{ font-size:18px; color:#222222; line-height:32px; margin-bottom:30px;    text-align: center;}
.engineering .engineering_top .engineering_top_list{ text-align: center;}
.engineering .engineering_top .engineering_top_list dd{ font-size: 36px; color: #222222; margin-bottom: 28px;}
.engineering .engineering_top .engineering_top_list dt{ text-align:center!important;}
.engineering .engineering_top .engineering_top_list dt img{ max-width:100%;}
.engineering .engineering_bottom{ padding: 45px 0px; padding-bottom: 60px; height:280px; flex-shrink: 0;}
.engineering .engineering_bottom .engineering_bottom_list{ background: #fff; border-radius: 10px; padding: 35px 25px; position: relative; box-shadow: 10px 0px 35px rgba(0,0,0,.2);transition: all 0.3s ease 0s; top: 0px; cursor: pointer;}
.engineering .engineering_bottom .engineering_bottom_list.swiper-slide-thumb-active{ top: -10px;transition: all 0.3s ease 0s; border:1px solid #1d2a54;}
.engineering .engineering_bottom .engineering_bottom_list.swiper-slide-thumb-active .bottom_list_title::before{ background: #1d2a54;transition: all 0.3s ease 0s;}
.engineering .engineering_bottom .engineering_bottom_list.swiper-slide-thumb-active .bottom_list_title dd{ color: #1d2a54;transition: all 0.3s ease 0s;}
.engineering .engineering_bottom .engineering_bottom_list.swiper-slide-thumb-active .bottom_list_title dt{ color: #1d2a54;transition: all 0.3s ease 0s;}
.engineering .engineering_bottom .engineering_bottom_list.swiper-slide-thumb-active .bottom_list_txt p{ color: #1d2a54;transition: all 0.3s ease 0s;}
.engineering .engineering_bottom .engineering_bottom_list .bottom_list_title{ position: relative; margin-bottom: 10px; padding-bottom: 10px;}
.engineering .engineering_bottom .engineering_bottom_list .bottom_list_title::before{ content: ""; display: inline-block; width: 46px; height: 3px; background: #666666; position: absolute; bottom: 0; left: 0;transition: all 0.3s ease 0s;}
.engineering .engineering_bottom .engineering_bottom_list .bottom_list_title dd{ font-size: 18px; color: #333333; margin-bottom: 6px;transition: all 0.3s ease 0s; font-weight:bolder;}
.engineering .engineering_bottom .engineering_bottom_list .bottom_list_title dt{ font-size: 14px; color: #999999; text-transform: uppercase; font-weight: bolder; opacity: .4;transition: all 0.3s ease 0s;}
.engineering .engineering_bottom .engineering_bottom_list .bottom_list_txt p{ color: #444444; font-size: 15px;transition: all 0.3s ease 0s; }
.engineering .engineering_bottom .engineering_bottom_list .bottom_list_txt p:last-child{ margin-top:8px;}
.engineering .swiper-button-next:after,.engineering .swiper-button-prev:after{ color: #c5c5c5; font-size: 56px;}
.engineering .swiper-pagination{ display: flex; align-items: center; justify-content: center; bottom: 0;}
.engineering .swiper-pagination-bullet{ width: 22px; height: 22px; border-radius: 100%; display: flex; align-items: center; justify-content: center; background: none; opacity: 1; cursor: pointer;transition: all 0.3s ease 0s;}
.engineering .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ margin: 0px 8px;}
.engineering .swiper-pagination-bullet::before{ content: "";  display: inline-block; width: 6px; height: 6px; border-radius: 100%; background: #666666; transition: all 0.3s ease 0s;}
.engineering .swiper-pagination-bullet.swiper-pagination-bullet-active{ border: 1px solid rgba(102,102,102,.7); transition: all 0.3s ease 0s;}





.Floor002651 #fullSwiper > .swiper-wrapper > .client{ display: flex; flex-direction: column;}
.client .client_title{ text-align: center; margin-bottom: 25px;    width: 100%;
    max-width: 1300px;}
.client .client_title dd{ font-size: 36px; color: #222; font-weight: bolder;}
.client .client_title dt{ font-size: 18px; color: #666; margin-top: 10px;}
.client .client_content img{ max-width: 100%;}




.news .news_left{ width: 35%; padding: 0px 5%;}
.news .news_left .news_left_title{ line-height: 48px; color: #222222; font-size: 48px; margin-bottom: 30px;}
.news .news_left .news_left_center dd{ font-size: 48px; color: #222222; margin-bottom: 5px; margin-bottom:35px;}
.news .news_left .news_left_center dt{ font-size: 18px; color: #666666;}
.news .news_left .news_left_more{ display: inline-block; width: 113px; line-height: 37px; background: #1d2a54; font-size: 18px; color: #fff; text-align: center;}
.news .news_left_button{ display: flex; margin: 100px 0px; align-items: center;}
.news .news_left_button span{ display: flex; width: 2px; height: 30px; background: #e5e5e5; margin: 0px 8px;}
.news .swiper-button-next,.news .swiper-button-prev{ position: relative; left: 0; bottom: 0; margin-top: 0px; color: #c5c5c5;  cursor: pointer;}
.news .swiper-button-next::after,.news .swiper-button-prev::after{ font-size: 30px;}
.news .news_right{ width: 65%; height: 100%;}
.news .news_right .news_right_list{ border-left: 2px solid #eaeaea; height: 100%; display: flex; justify-content: center; flex-direction: column; padding: 0px 20px; transition: all 0.5s ease 0s;}
.news .news_right .news_right_list:last-child{ border-right: 2px solid #eaeaea; }
.news .news_right .news_right_list .right_list_time dd{ font-size: 80px; color: #666; opacity: .2; margin-bottom: 40px; transition: all 0.5s ease 0s;}
.news .news_right .news_right_list .right_list_time dt{ color: #666666; font-size: 20px; transition: all 0.5s ease 0s; margin-bottom: 40px;}
.news .news_right .news_right_list .right_list_title{ font-size: 26px; line-height: 38px; color: #333333; margin-bottom: 40px;
display: -webkit-box;
-webkit-box-orient: vertical; transition: all 0.5s ease 0s;
-webkit-line-clamp: 2;
overflow: hidden;
}
.news .news_right .news_right_list .right_list_img{ margin-bottom: 40px; overflow: hidden;}
.news .news_right .news_right_list .right_list_img img{ width: 100%; height: 280px; object-fit: cover;}
.news .news_right .news_right_list .right_list_content{ font-size: 18px; color: #666666; line-height: 32px;
display: -webkit-box; height: 96px; transition: all 0.5s ease 0s;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.news .news_right .news_right_list .right_list_icon{ margin-top:115px; width:60px; height:17px; position:relative;}
.news .news_right .news_right_list .right_list_icon img{ position: absolute; left:0; top:0;}
.news .news_right .news_right_list .right_list_icon .list_icon2{ opacity:0; transition: all 0.5s ease 0s;}
.news .news_right .news_right_list:hover .right_list_icon .list_icon2{ opacity:1; transition: all 0.5s ease 0s;}
.news .news_right .news_right_list:hover .right_list_icon .list_icon1{ opacity:0; transition: all 0.5s ease 0s;}
.news .news_right .news_right_list:hover{ background: #1d2a54; transition: all 0.5s ease 0s;}
.news .news_right .news_right_list:hover .right_list_img img{
-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;
}
.news .news_right .news_right_list:hover .right_list_time dd{ color: #fff; transition: all 0.5s ease 0s;}
.news .news_right .news_right_list:hover .right_list_time dt{ color: #fff; transition: all 0.5s ease 0s;}
.news .news_right .news_right_list:hover .right_list_title{ color: #fff; transition: all 0.5s ease 0s;}
.news .news_right .news_right_list:hover .right_list_content{ color: #fff; transition: all 0.5s ease 0s;}







.footer{ background: #122647; padding-top: 67px;}
.Floor002651 #footer{ position: relative; background: #122647;}
.Floor002651 #footer footer{ padding-top: 70px; max-width: 100%; padding-bottom: 0px;}
.index #footer::before{ content: ""; position: absolute; display: inline-block; width: 60px; background: #122647; left: -60px; height: 100%; top: 0; z-index: 5;}
.index #footer::after{ content: ""; position: absolute; display: inline-block; width: 60px; background: #122647; right: -60px; height: 100%; top: 0; z-index: 5;}
#footer .footer_top{ display: flex; justify-content: space-between;    max-width: 1700px;
    margin: 0 auto;}
#footer .footer_top .footer_top_left{ width: 625px; border-top: 1px solid #6c7385; }
#footer .footer_top .footer_top_left .top_left_logo{ display: flex; padding: 50px 0px; align-items: center; justify-content: center;}
#footer .footer_top .footer_top_left .top_left_logo img{ max-width: 100%; width: auto;}
#footer .footer_top .footer_top_left .top_left_logo dl{ margin-left: 45px;}
#footer .footer_top .footer_top_left .top_left_logo dl dd{ font-size: 20px; color: #fff; margin-bottom: 12px;}
#footer .footer_top .footer_top_left .top_left_logo dl dt a{ margin-right: 11px; position:relative; display:inline-block; width:35px; height:35px;}
#footer .footer_top .footer_top_left .top_left_logo dl dt a:nth-child(1){ background:url(../images/bn18.png) no-repeat 50% 50%;}
#footer .footer_top .footer_top_left .top_left_logo dl dt a:nth-child(2){ background:url(../images/bn19.png) no-repeat 50% 50%;}
#footer .footer_top .footer_top_left .top_left_logo dl dt a:nth-child(3){ background:url(../images/bn20.png) no-repeat 50% 50%;}
#footer .footer_top .footer_top_left .top_left_logo dl dt a:hover .wechat-qrcode{display:block}
#footer .footer_top .footer_top_left .top_left_logo dl dt a .wechat-qrcode{ top:100%;}
#footer .footer_top .footer_top_left .top_left_logo dl dt a .wechat-qrcode:after{ display:none;}


#footer .footer_top .footer_top_left .top_left_nav{ height: 82px; display: flex; align-items: center; border-top: 1px solid #6c7385; border-bottom: 1px solid #6c7385; justify-content: space-between; padding:0PX 45px;}
#footer .footer_top .footer_top_left .top_left_nav a{ font-size: 20px; color: #fff; font-weight: bolder;}
#footer .footer_top .footer_top_left .top_left_nav a:last-child{ margin-right: 0px;}
#footer .footer_top .footer_top_left .top_left_bottom{ width: 100%; height: 58px; display: flex; align-items: center;}
#footer .footer_top .footer_top_left .top_left_bottom a{ font-size: 18px; color: rgba(255,255,255,.8);} 
#footer .footer_top .footer_top_left .top_left_bottom span{ margin: 0px 6px;}
#footer .footer_top .footer_top_right{ display: flex; justify-content: space-between; width: 58%;}
#footer .footer_top .footer_top_right .top_right_list dd{ margin-bottom: 40px;}
#footer .footer_top .footer_top_right .top_right_list dd a{ font-size: 20px; font-weight:bolder; color: #fff;}
#footer .footer_top .footer_top_right .top_right_list dt p{ margin-bottom: 15px;}
#footer .footer_top .footer_top_right .top_right_list dt p:last-child{ margin-bottom: 0px;}
#footer .footer_top .footer_top_right .top_right_list dt a{ font-size: 18px; color: #fff;}
#footer .footer_top .footer_top_right .top_right_list dt a:hover{ opacity:1;}
#footer .footer_bottom{ display: flex; justify-content: space-between; border-top: 1px solid #202739; height: 74px; align-items: center; font-size: 18px; color: rgba(255,255,255,.8);     max-width: 1700px;
    margin: 35px auto 0;}
#footer .footer_bottom a{ font-size: 18px; color: rgba(255,255,255,.8); margin-left: 17px;}


.index #footer .footer_top .footer_top_right{ display: flex; justify-content: space-between; width: 58%;}



.Floor002651 .swiper-pager{ width: 60px; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; background: #fff; right: 0; transition: all 0.3s ease 0s;  transform: inherit; top: 0;}
.Floor002651 .swiper-pager li{ margin-top: 15px;}
.NavLeft.footer{ height: calc( 100% - 497px); transition: all 0.3s ease 0s;}
.Floor002651 .swiper-pager.footer{ height: calc( 100% - 497px); transition: all 0.3s ease 0s;}


.WPrivacy{ position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 70; display: none;}
.WPrivacy .WPrivacy_bg{ position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,.5); left: 0; top: 0; display: flex; align-items: center; justify-content: center;}
.WPrivacy .WPrivacy_content{ width: 950px; background: #fff; border: 4px solid #c3c3c3;}
.WPrivacy .WPrivacy_content .WPrivacy_content_title{ height: 33px; display: flex; align-items: center; justify-content: space-between; padding: 0px 22px; background: #f3f3f3;}
.WPrivacy .WPrivacy_content .WPrivacy_content_title .content_title_dd{ font-size: 14px; color: #333; font-weight: bolder;}
.WPrivacy .WPrivacy_content .WPrivacy_content_title .content_title_dt{ font-size: 20px; color: #999; font-weight: bolder; cursor: pointer;}
.WPrivacy .WPrivacy_content .WPrivacy_content_txt{ padding: 22px; font-size: 14px; max-height: 480px; overflow: auto;}
.WPrivacy .WPrivacy_content .WPrivacy_content_txt p{ margin-bottom: 15px; font-size: 14px; color: #666; line-height: 23px;}





.index .footer{ padding-top: 0px; background: none;}
.index .pc_height{ display: none;}
.pc_height{ height: 82px;}






.DetailsBanner{ position: relative;}
.DetailsBanner .DetailsBanner_img img{ width: 100%; height: 600px; object-fit: cover;}
.DetailsBanner .DetailsBanner_txt{ position: absolute; width: 1500px; margin: 0 auto; left: 0; right: 0; bottom: 20px;}
.DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_top{ position: relative;  padding-bottom: 12px; margin-bottom: 22px;}
.DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_top::before{ content: ""; position: absolute; display: inline-block; width: 107px; height: 5px; background: rgba(255,255,255,.24); bottom: 0;right: 0;}
.DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_top dd{ font-size: 40px; color: #fff; font-weight: bolder; margin-bottom: 30px;}
.DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_top dt{ color: rgba(255,255,255,.24); font-size: 24px; font-weight: bolder;}
.DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_page{ display: flex; align-items: center;    float: right;}
.DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_page a{ font-size: 14px; color: #fff;}
.DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_page span{ margin: 0px 9px; color: #fff;}
.DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_p{ font-size: 20px; color: #fff; line-height: 30px; max-width: 100%; margin-top: 50px;    margin-left: 36%;}
.DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_nav{ display: flex; align-items: center; margin-top: 75px;}
.DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_nav a{ display: flex; height: 70px; align-items: center; padding: 0px 15px; font-size: 18px; color: #fff; position: relative; background: rgba(255,255,255,.2);}
.DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_nav a::after{ content: ""; display: inline-block; width: 2px; height: 28px; background: rgba(255,255,255,.2); position: absolute; right: -1px;}
.DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_nav a:last-child::after{ display: none;}
.DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_nav a.on{ background: #1d2a54;}
.DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_nav a:hover{ background: #1d2a54;}












.about{ background: #f3f3f3; padding: 100px 0px;}
.about .about_title{ text-align: center;}
.about .about_title dd{ font-size: 46px; color: #333333;}
.about .about_title dt{ font-size: 18px; color: #666666; margin-top: 10px; text-transform: uppercase;}
.about .about_content{ text-align: center; margin-top: 45px;}
.about .about_content img{ max-width: 100%;}


.about2{ display: flex; overflow:hidden;}
.about2 .about2_left{ width: 50%; display: flex; align-items: center; padding: 0px 8%; flex-direction: column; align-items: center; justify-content: center; background: #1d2a54; line-height: 28px; color: #fff; font-size: 16px; padding-left: 9%;}
.about2 .about2_left p{ margin-bottom: 24px; text-align: justify;}
.about2 .about2_left p:last-child{ margin-bottom: 0px;}
.about2 .about2_right{ width: 50%; position: relative; cursor: pointer;}
.about2 .about2_right dd img{ width: 100%; height:560px; object-fit:cover;}
.about2 .about2_right dt{ position: absolute; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; z-index: 5; left: 0; top: 0;}



.pc_all .about_path{padding: 0px; padding-bottom: 75px; position: relative; max-width:1590px;}








.honor{ background: url(../images/bg9.jpg) no-repeat 50%/cover; padding: 146px 0px;}
.honor_title{ padding-bottom: 55px;}
.honor .honor_top{ display: flex; justify-content: space-between;}
.honor .honor_top .honor_top_list{ width: 24%;}
.honor .honor_top .honor_top_list dd{ border: 1px solid #fff; height: 320px; display: flex; align-items: center; justify-content: center; padding:30px;}
.honor .honor_top .honor_top_list dd img{ height:100%; width:100%; object-fit: contain;}
.honor .honor_top .honor_top_list dt{ font-size: 24px; color: #fff; margin-top: 20px; text-align: center;}
.honor_bottom{ background: #f3f3f3; padding: 115px 0px;}
#certify{position:relative;width:100%;margin:0 auto}
#certify .swiper-container{padding-bottom:60px;}
#certify .swiper-slide{width:490px; display: flex; justify-content: center; flex-direction: column;}
#certify .swiper-slide dd{ text-align: center; margin-bottom: 28px;}
#certify .swiper-slide dt{ font-size: 24px; color: #333333; font-weight: bolder; text-align: center;}
#certify .swiper-slide img{ max-width: 100%;}
#certify .swiper-slide p{line-height:98px;padding-top:0;text-align:center;color:#636363;font-size:1.1em;margin:0;}
#certify .swiper-pagination{width:100%;bottom:20px;}
#certify .swiper-pagination-bullets { display: flex; align-items: center; justify-content: center;}
#certify .swiper-pagination-bullets .swiper-pagination-bullet{margin:0 2px;width:10px;height:10px;opacity:1; background: #f3f3f3; border-radius: 100%; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease 0s;}
#certify .swiper-pagination-bullets .swiper-pagination-bullet::before{ content: ""; position: absolute; width: 6px; height: 6px;background:#cbcbcb; border-radius: 100%; transition: all 0.3s ease 0s;}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active{ border: 1px solid #1d2a54; transition: all 0.3s ease 0s;}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active::before{ background: #1d2a54; transition: all 0.3s ease 0s;}
#certify .swiper-button-prev{left:-30px;width:45px;height:45px; border: 3px solid #333333; border-radius: 100%; transition: all 0.3s ease 0s; top:40%;}
#certify .swiper-button-next{right:-30px;width:45px;height:45px; border: 3px solid #333333; border-radius: 100%; transition: all 0.3s ease 0s; top:40%;}
#certify .swiper-button-next:after,#certify .swiper-button-prev:after{ color: #333; font-size: 20px; font-weight: bolder; transition: all 0.3s ease 0s;}
#certify .swiper-button-prev:hover,#certify .swiper-button-next:hover{ border: 3px solid #bfbfbf; transition: all 0.3s ease 0s;}
#certify .swiper-button-prev:hover:after,#certify .swiper-button-next:hover:after{ color: #bfbfbf; transition: all 0.3s ease 0s;}




.Honor2 .about_title{ margin-bottom: 60px;}
.Honor2 .Honor2_content{ display: flex; justify-content: space-between; background: url(../images/bg14.jpg) no-repeat 50%/cover; margin-bottom: 85px;}
.Honor2 .Honor2_content .Honor2_content_list{ width: 25%; height: 630px; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; padding: 0px 15px; transition: all 0.3s ease 0s; border-right: 2px solid rgba(255,255,255,.1);}
.Honor2 .Honor2_content .Honor2_content_list .content_list_txt{ margin-top: 45px;}
.Honor2 .Honor2_content .Honor2_content_list .content_list_txt dd{ font-size: 36px; color: #fff; font-weight: bolder;}
.Honor2 .Honor2_content .Honor2_content_list .content_list_txt dt{ font-size: 16px; color: #fff; margin-top: 30px; line-height: 26px;}
.Honor2 .Honor2_content .Honor2_content_list .content_list_txt dt p{ margin-bottom: 15px;}
.Honor2 .Honor2_content .Honor2_content_list .content_list_txt dt p:last-child{ margin-bottom: 0px;}
.Honor2 .Honor2_content .Honor2_content_list:hover{ background: rgba(0,0,0,.4); transition: all 0.3s ease 0s; padding-bottom: 45px;}
.Honor2 .Honor2_content .Honor2_content_list:last-child::before{ display: none;}
.Honor2 .Honor2_bottom .Honor2_bottom_img{ display: flex; justify-content: space-between;    position: relative;}
.Honor2 .Honor2_bottom .swiper-button-next{ right: -40px; opacity:1;}
.Honor2 .Honor2_bottom .swiper-button-prev{ left: -40px; opacity:1;}
.Honor2 .Honor2_bottom .swiper-button-next:after,.Honor2 .Honor2_bottom .swiper-button-prev:after{ font-size:28px; color:#222;}
.Honor2 .Honor2_bottom .swiper-button-next.swiper-button-disabled,.Honor2 .Honor2_bottom .swiper-button-prev.swiper-button-disabled{ opacity:1; }
.Honor2 .Honor2_bottom .swiper-button-next.swiper-button-disabled:after,.Honor2 .Honor2_bottom .swiper-button-prev.swiper-button-disabled:after{ color:#999;}


.Honor2 .Honor2_bottom .Honor2_bottom_img .bottom_img_list{ width: 24%;}
.Honor2 .Honor2_bottom .Honor2_bottom_img .bottom_img_list dd img{ width: 100%;}
.Honor2 .Honor2_bottom .Honor2_bottom_img .bottom_img_list dt{ line-height: 30px; background: #1d2a54; font-size: 18px; color: #fff; text-align: center; padding:0px 15px; height:80px; display:flex; align-items:center; justify-content:center;}
.Honor2 .Honor2_bottom .Honor2_bottom_txt{ display: flex; justify-content: space-between; align-items: center; margin-top: 50px;} 
.Honor2 .Honor2_bottom .Honor2_bottom_txt .bottom_txt_left{ width: 61%;}
.Honor2 .Honor2_bottom .Honor2_bottom_txt .bottom_txt_left p{ font-size: 22px; color: #666666; margin-bottom: 12px; display: flex; align-items: center;}
.Honor2 .Honor2_bottom .Honor2_bottom_txt .bottom_txt_left p::before{ content: ""; display: inline-block; width: 16px; height: 16px; border-radius: 100%; background: #1d2a54; margin-right: 23px;flex-shrink:0 ;}
.Honor2 .Honor2_bottom .Honor2_bottom_txt .bottom_txt_right{ width: 35%;}
.Honor2 .Honor2_bottom .Honor2_bottom_txt .bottom_txt_right img{ width: 100%;}







.Culture_top{ background: url(../images/bg20.jpg) no-repeat 50%/cover; padding: 76px 0px;}
.Culture{ background: url(../images/bg21.jpg) no-repeat 50%/cover; padding-bottom: 171px;}
.Culture .Culture_title{ font-size: 36px; color: #fff; font-weight: bolder; padding-bottom: 40px; background: url(../images/bn32.png) no-repeat 0% 100%; margin-bottom: 25px;}
.Culture .Culture_txt{ line-height: 30px; color: #fff; font-size: 18px; max-width: 1005px; text-align: justify;}
.Culture_bottom{ background: #eaebef; padding-top: 0px;}
.Culture_bottom .pc_all_content{ position: relative; top: -110px; margin-bottom: -140px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.Culture_bottom .Culture_bottom_list{ width: 31.5%; background: #fff; padding: 70px 55px; margin-bottom: 3%; transition: all 0.3s ease 0s; position:relative;}
.Culture_bottom .Culture_bottom_list:hover{ box-shadow: 0px 0px 35px rgba(29,47,106,1); transition: all 0.5s ease 0s;

}
.Culture_bottom .Culture_bottom_list:before{ content:""; position:absolute; left:0; top:0; width:100%; height:100%;background: linear-gradient( 110deg,#1d2a54, #3a53a8); opacity:0; transition: all 0.5s ease 0s;}
.Culture_bottom .Culture_bottom_list:hover:before{ opacity:1; transition: all 0.3s ease 0s;}
.Culture_bottom .Culture_bottom_list:hover .bottom_list_title{ position:relative; z-index:2;}
.Culture_bottom .Culture_bottom_list:hover .bottom_list_title dd{ color: #fff;}
.Culture_bottom .Culture_bottom_list:hover .bottom_list_title dt{ color: #fff;}
.Culture_bottom .Culture_bottom_list:hover .bottom_list_title dd span::before,.Culture_bottom .Culture_bottom_list:hover .bottom_list_title dd span::after{ background: rgba(255,255,255,.17);}
.Culture_bottom .Culture_bottom_list .bottom_list_icon{ text-align: center; position: relative; width: 73px; height: 73px; margin: 0 auto; display: flex; align-items: center; justify-content: center; margin-bottom: 13px;}
.Culture_bottom .Culture_bottom_list .bottom_list_icon img{ position: absolute;  transition: all 0.3s ease 0s;}
.Culture_bottom .Culture_bottom_list .bottom_list_icon img:nth-child(2){ opacity: 0; transition: all 0.3s ease 0s;}
.Culture_bottom .Culture_bottom_list:hover .bottom_list_icon img:nth-child(2){ opacity: 1; transition: all 0.3s ease 0s;}
.Culture_bottom .Culture_bottom_list .bottom_list_title dd{ font-size: 36px; color: #1d2a54; text-align: center; margin-bottom: 13px; display: flex; align-items: center; justify-content: center; font-weight:bolder;}
.Culture_bottom .Culture_bottom_list .bottom_list_title dd span{ position: relative; display: flex; align-items: center;}
.Culture_bottom .Culture_bottom_list .bottom_list_title dd span::before{ content: ""; display: inline-block; width: 65px; height: 2px; background: rgba(29,42,84,.17); margin-right: 15px;}
.Culture_bottom .Culture_bottom_list .bottom_list_title dd span::after{ content: ""; display: inline-block; width: 65px; height: 2px; background: rgba(29,42,84,.17); margin-left: 15px;}
.Culture_bottom .Culture_bottom_list .bottom_list_title dt{ font-size: 18px; color: #222222; text-align: center; line-height: 32pxA; font-weight:bolder;}
.Culture_bottom .Culture_bottom_list .bottom_list_txt{ font-size: 18px; color: #444; text-align: justify; line-height: 32px; margin-top: 28px; position:relative; z-index:5; transition: all 0.5s ease 0s;}

.Culture_bottom .Culture_bottom_list:hover .bottom_list_txt{ color:#fff; transition: all 0.5s ease 0s;}






.Innovation{ padding: 93px 0px; background: #f3f3f3; padding-bottom: 55px;}
.Innovation .Innovation_top{ box-shadow: 0px 0px 18px rgba(255,255,255,1); height: 309px; align-items: center; padding: 0px 85px; display: flex; justify-content: center; flex-direction: column;align-items: flex-end; border-radius: 10px; position:relative;}
.Innovation .Innovation_top:before{ content:""; display:inline-block; width:100%; height:100%; box-shadow:10px 15px 18px rgba(0,0,0,.1); position:absolute; left:0; top:0;}
.Innovation .Innovation_top .Innovation_top_title{ display: flex; justify-content: space-between; align-items: center; font-size: 24px; color: #1d2a54; font-weight: bolder;}
.Innovation .Innovation_top .Innovation_top_title dt{ width: 63%; line-height: 48px;}
.Innovation .Innovation_top .Innovation_top_txt{ text-align: right; font-size: 24px; color: #34363a; margin-top: 40px;}
.Innovation .Innovation_center .Innovation_center_list{ margin-top: 65px;}
.Innovation .Innovation_center .Innovation_center_list .center_list_title{ font-size: 36px; color: #34363a; margin-bottom: 30px;}
.Innovation .Innovation_center .Innovation_center_list .center_list_txt{ margin-bottom:40px;}
.Innovation .Innovation_center .Innovation_center_list .center_list_txt .list_txt_left{ font-size: 18px; color: #34363a; text-align: justify; width: 62%;}
.Innovation .Innovation_center .Innovation_center_list .center_list_txt .list_txt_left p{ margin-bottom: 20px; line-height: 32px;}
.Innovation .Innovation_center .Innovation_center_list .center_list_txt .list_txt_left p:last-child{ margin-bottom: 0px;}
.Innovation .Innovation_center .Innovation_center_list .center_list_txt .list_txt_left span{ color:#1d2a54;}
.Innovation .Innovation_center .Innovation_center_list .center_list_txt .list_txt_right{ width: 35%;}
.Innovation .Innovation_center .Innovation_center_list .center_list_txt .list_txt_right dd{ margin-top: 55px;}
.Innovation .Innovation_center .Innovation_center_list .center_list_txt .list_txt_right dd img{ max-width: 100%;}
.Innovation .Innovation_center .Innovation_center_list .center_list_txt .list_txt_right dd:first-child{ margin-top: 0px;}
.Innovation .Innovation_bottom{ margin-top: 60px;}
.Innovation .Innovation_bottom .Innovation_bottom_title{ font-size: 36px; color: #34363a; text-align: left; margin-bottom: 30px;}
.Innovation .Innovation_bottom .Innovation_bottom_txt{ display: flex; justify-content: space-between;  align-items: center; padding-right: 10px; border-radius: 10px;}
.Innovation .Innovation_bottom .Innovation_bottom_txt .bottom_txt_left { width: 58%;}
.Innovation .Innovation_bottom .Innovation_bottom_txt .bottom_txt_left .txt_left_title{ display: flex; align-items: flex-end; color: #34363a; font-size: 36px;  margin-bottom: 27px;}
.Innovation .Innovation_bottom .Innovation_bottom_txt .bottom_txt_left .txt_left_title img{ margin-right: 20px;}
.Innovation .Innovation_bottom .Innovation_bottom_txt .bottom_txt_left .txt_left_txt p{ font-size: 18px; color: #34363a; line-height: 32px; margin-bottom: 20px; text-align: justify;}
.Innovation .Innovation_bottom .Innovation_bottom_txt .bottom_txt_left .txt_left_txt p:last-child{ margin-bottom: 0px;}
.Innovation .Innovation_bottom .Innovation_bottom_txt .bottom_txt_right{ width: 40%; text-align: right;}
.Innovation .Innovation_bottom .Innovation_bottom_txt .bottom_txt_right img{ max-width: 100%;}
.Innovation .Innovation_honor{ padding: 55px 55px; box-shadow: 0px 0px 18px rgba(255,255,255,1); margin-top: 57px; display: flex; justify-content: space-between; align-items: center; position:relative;}
.Innovation .Innovation_honor:before{ content:""; display:inline-block; width:100%; height:100%; box-shadow:10px 15px 18px rgba(0,0,0,.1); position:absolute; left:0; top:0;}
.Innovation .Innovation_honor .Innovation_honor_left{ width: 80%;}
.Innovation .Innovation_honor .Innovation_honor_left .honor_left_list{ padding: 20px 12px; text-align: center;}
.Innovation .Innovation_honor .Innovation_honor_left .honor_left_list img{ box-shadow: 0px 0px 23px rgba(0,0,0,.16); max-width: 100%;}
.Innovation .Innovation_honor .Innovation_honor_right{ width: 30%; position: relative;}
.Innovation .Innovation_honor .Innovation_honor_right .honor_right_icon{ text-align: right; margin-bottom: 12px;}
.Innovation .Innovation_honor .Innovation_honor_right .honor_right_title{ font-size: 36px; color: #e60012; font-weight: bolder; text-align: right;}
.Innovation .Innovation_honor .Innovation_honor_right .honor_right_page{ display: flex; align-items: center; justify-content: flex-end; margin-top: 80px; margin-bottom: 28px;}
.Innovation .Innovation_honor .Innovation_honor_right .honor_right_page .swiper-button-prev{left:-30px;width:45px;height:45px; border: 3px solid #333333; border-radius: 100%; transition: all 0.3s ease 0s; margin-top: 0px; position: inherit; top: 0; margin-right: 10px;}
.Innovation .Innovation_honor .Innovation_honor_right .honor_right_page .swiper-button-next{right:-30px;width:45px;height:45px; border: 3px solid #333333; border-radius: 100%; transition: all 0.3s ease 0s; margin-top: 0px; position: inherit; top: 0;}
.Innovation .swiper-button-next:after,.Innovation .swiper-button-prev:after{ color: #333; font-size: 20px; font-weight: bolder; transition: all 0.3s ease 0s;}
.Innovation .swiper-pagination{ position: inherit; display: flex; align-items: center; justify-content: flex-end;}
.Innovation .swiper-pagination-bullet{ width: 8px; height: 4px; border-radius: 100px; background: #cdcdce; margin-right: 2px; opacity: 1;transition: all 0.3s ease 0s;}
.Innovation .swiper-pagination-bullet-active{ background: #34363a;transition: all 0.3s ease 0s; width: 14px;}




.LPictures{ background: #e9eaec; padding: 55px 0px; padding-bottom:100px;}
.LPictures .pc_all_content{ position: relative;}
.LPictures .LPictures_title{ text-align: center; margin-bottom: 50px;}
.LPictures .LPictures_title dd{ font-size: 46px; color: #333333;}
.LPictures .LPictures_title dt{ font-size: 18px; color: #666666; text-transform: uppercase; margin-top: 15px; display:none;}
.LPictures .LPictures_content{ height:250px; position:relative;}
.LPictures .LPictures_content .LPictures_content_list{ padding: 0px 10px; background:#fff; display:flex; align-items:center; justify-content:center;}
.LPictures .LPictures_content .LPictures_content_list img{ max-width: 100%; height:220px;}
.LPictures .LPictures_more{ text-align: center; display: flex; justify-content: center; margin-top: 50px;}
.LPictures .LPictures_more a{ display: flex; width: 169px; height: 49px; display: flex; align-items: center; justify-content: center; border: 1px solid #999999; font-size: 24px; color: #999999;}
.LPictures .LPictures_more a:hover{ color: #fff; background: #1d2a54; border: 1px solid #1d2a54;}
.LPictures .swiper-button-next:after,.LPictures .swiper-button-prev:after{ color: #666;}
.LPictures .swiper-button-prev{ left: -40px;}
.LPictures .swiper-button-next{ right: -40px;}







.SClient{ padding: 85px 0px;}
.SClient .SClient_title{ font-size: 46px; color: #333333; text-align: center; font-weight: bolder; margin-bottom:70px;}
.SClient .SClient_content{ margin-bottom: 85px;}
.SClient .SClient_content .SClient_content_list{ display: flex; align-items: center; border-top: 1px solid #dcdcdc; padding: 40px 0px; transition: all 0.3s ease 0s; padding-right: 70px;}
.SClient .SClient_content .SClient_content_list:hover{ background: #eeeeee; transition: all 0.3s ease 0s;}
.SClient .SClient_content .SClient_content_list:last-child{ border-bottom: 1px solid #dcdcdc;}
.SClient .SClient_content .SClient_content_list .content_list_logo{ width: 40%; text-align: center;}
.SClient .SClient_content .SClient_content_list .content_list_right{ width: 60%;}
.SClient .SClient_content .SClient_content_list .content_list_right dd{ line-height: 32px; color: #666666; font-size: 18px; text-align: justify;}
.SClient .SClient_content .SClient_content_list .content_list_right dt{ font-weight: bolder; font-size: 28px; color: #333333; text-align: right; margin-top: 14px;}
.SClient .SClient_img{ text-align: center;}
.SClient .SClient_img img{ max-width: 100%;}










.content_list_video{ display:none;}
.content_list_video.on{ display:block;}
.content_list_video .list_video_bg{ position:fixed; background:rgba(0,0,0,.8); left:0; top:0;  width:100%; height:100%; z-index:120;}
.content_list_video .list_video_content{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%); z-index:121;
}
.content_list_video .list_video_content .video_content_close{ cursor:pointer; position:fixed; right:0; top:-35px;}
.content_list_video .list_video_content .video_content_close span{ color:#fff; font-size:25px;}
.content_list_video .list_video_content video{ width:100%;}






.footer footer{ max-width: 100%; margin: 0 auto;}


.contact{ background: #fff;}
.contact .about_title{ margin-bottom: 65px;}
.contact .pc_all_content{ max-width: 1230px;}
.contact .contact_content .contact_content_list{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 70px;}
.contact .contact_content .contact_content_list:last-child{ margin-bottom: 0px;}
.contact .contact_content .contact_content_list:nth-child(2n){ flex-flow: row-reverse; }
.contact .contact_content .contact_content_list .content_list_img{ width: 49%;}
.contact .contact_content .contact_content_list .content_list_txt{ width: 45%;}
.contact .contact_content .contact_content_list .content_list_txt .list_txt_top{ position: relative; padding-bottom: 20px; margin-bottom: 45px;}
.contact .contact_content .contact_content_list .content_list_txt .list_txt_top:before{ content: ""; position: absolute; display: inline-block; width: 72px; height: 4px; background: #1d2a54; bottom: 0; left: 0;}
.contact .contact_content .contact_content_list .content_list_txt .list_txt_top dd{ font-size: 60px; color: #eeeeee; font-weight: bolder; margin-bottom: 10px;}
.contact .contact_content .contact_content_list .content_list_txt .list_txt_top dt{ font-size: 36px; color: #333333; }
.contact .contact_content .contact_content_list .content_list_txt .list_txt_bottom p{ font-size: 20px; color: #666666; display: flex; align-items: center; margin-bottom: 20px;}
.contact .contact_content .contact_content_list .content_list_txt .list_txt_bottom p:last-child{ margin-bottom: 0px;}
.contact .contact_content .contact_content_list .content_list_txt .list_txt_bottom p img{ margin-right: 15px;}




.contact2 .about_title{ margin-bottom: 65px;}
.contact2 .contact2_title{ background: url(../images/bg33.jpg) no-repeat 50%/cover; display: flex; align-items: center; justify-content: center; flex-direction: column; height: 354px;}
.contact2 .contact2_title dd{ font-size: 36px; color: #fff; margin-bottom: 40px;}
.contact2 .contact2_title dd span{ position: relative; display: flex; align-items: center;}
.contact2 .contact2_title dd span:before{ content: ""; display: inline-block; width: 154px; height: 4px; background: rgba(255,255,255,.5); border-right: 18px solid #fff; margin-right: 35px;}
.contact2 .contact2_title dd span:after{ content: ""; display: inline-block; width: 154px; height: 4px; background: rgba(255,255,255,.5); border-left: 18px solid #fff; margin-left: 35px;}
.contact2 .contact2_title p{ font-size: 18px; color: #fff;}
.contact2 .contact2_form{ padding: 54px 25%; background: #fff; display: inline-block; width: 100%;}
.contact2 .contact2_form .contact2_form_list{ display: flex; align-items: center; margin-bottom: 40px; justify-content: space-between;}
.contact2 .contact2_form .contact2_form_list:last-child{ margin-bottom: 0px;}
.contact2 .contact2_form .contact2_form_list dd{ font-size: 24px; color: #333333; width: 21%; text-align: right; position: relative;}
.contact2 .contact2_form .contact2_form_list dd:before{ content: "*"; position: absolute; right: -20px; font-size: 22px; color: #ee2626;}
.contact2 .contact2_form .contact2_form_list dt{ width: 70%;}
.contact2 .contact2_form .contact2_form_list dt input{ width: 100%; height: 45px; display: flex; align-items: center; border: 1px solid #bfbfbf; font-size: 20px; color: #333; padding: 0px 20px;}
.contact2 .contact2_form .contact2_form_textarea{ align-items: flex-start;}
.contact2 .contact2_form .contact2_form_textarea dd{ padding-top: 10px;}
.contact2 .contact2_form .contact2_form_textarea dd:before{ display: none;}
.contact2 .contact2_form .contact2_form_textarea dt textarea{ width: 100%; height: 315px; display: flex; align-items: center; border: 1px solid #bfbfbf; font-size: 20px; color: #333; padding: 20px; font-family: "微软雅黑";resize: none;}
.contact2 .contact2_form .contact2_form_textarea dt textarea::-webkit-input-placeholder{color:#cbcbcb; font-size:16px;}
.contact2 .contact2_form .contact2_form_code dd:before{ display: none;}
.contact2 .contact2_form .contact2_form_code dt{ display: flex; align-items: center;}
.contact2 .contact2_form .contact2_form_code dt input{ width: 125px; margin-right: 25px;}
.contact2 .contact2_form .contact2_form_submit input{ width: 100%; height: 69px; display: flex; align-items: center; justify-content: center; font-size: 28px; color: #fff;
background: linear-gradient( 110deg,#1d2a54, #3a53a8); border-radius: 5px; cursor: pointer;
}
.contact2 .contact2_Agent{ background: #fff; margin-top: 40px; padding: 50px 8%;}
.contact2 .contact2_Agent .contact2_Agent_title{ text-align: center;} 
.contact2 .contact2_Agent .contact2_Agent_title dd{ font-size: 36px; color: #34363a; font-weight: bolder; margin-bottom: 33px;}
.contact2 .contact2_Agent .contact2_Agent_title dt{ font-size: 16px; color: #999999;}
.contact2 .contact2_Agent .contact2_Agent_txt{ overflow: hidden;}
.contact2 .contact2_Agent .contact2_Agent_txt .Agent_txt_list{ float: left; width: 25%; text-align: center; margin-top: 40px; padding: 0px 70px; position: relative;}
.contact2 .contact2_Agent .contact2_Agent_txt .Agent_txt_list:nth-child(4n) dd:before{ display: none;}
.contact2 .contact2_Agent .contact2_Agent_txt .Agent_txt_list:last-child dd:before{ display: none;}
.contact2 .contact2_Agent .contact2_Agent_txt .Agent_txt_list dd{ width: 72px; height: 72px; border-radius: 100%; font-size: 34px; color: #fff; font-weight: bolder;background: linear-gradient( 110deg,#1d2a54, #3a53a8); display: flex;; align-items: center; justify-content: center;font-family: 'BEBAS'; margin: 0 auto; position: relative;}
.contact2 .contact2_Agent .contact2_Agent_txt .Agent_txt_list dd:before{ content: ""; position: absolute; display: inline-block; width: 92px; height: 10px; background: url(../images/bn46.png) no-repeat 50% 50%; right: -160px; top: 50%; transform: translateY(-50%);}
.contact2 .contact2_Agent .contact2_Agent_txt .Agent_txt_list dt{ font-size: 20px; color: #323232; margin-top: 20px; margin-bottom: 6px;}
.contact2 .contact2_Agent .contact2_Agent_txt .Agent_txt_list p{ color: #999999; font-size: 16px;}
.contact2 .contact2_Agent .contact2_Agent_more{ display: flex; justify-content: center; margin-top: 50px;}
.contact2 .contact2_Agent .contact2_Agent_more a{ width: 325px; height: 69px; display: flex; align-items: center; justify-content: center; font-size: 24px; color: #fff;
background: linear-gradient( 110deg,#1d2a54, #3a53a8); border-radius: 5px;}
.contact2 .contact2_contact{ display: flex; background: #1d2a54; margin-top: 40px; justify-content: space-between;}
.contact2 .contact2_contact .contact2_contact_left{ width: 50%; display: flex; justify-content: flex-end; flex-direction: column; padding-left: 4%;}
.contact2 .contact2_contact .contact2_contact_left .contact_left_title{ font-size: 36px; color: #fff; margin-bottom: 50px; position: relative;}
.contact2 .contact2_contact .contact2_contact_left .contact_left_title:before{ content: ""; display: inline-block; width: 63px; height: 1px; background: #e60012; position: absolute; left: 0; bottom: -22px;}
.contact2 .contact2_contact .contact2_contact_left .contact_left_txt .left_txt_list{ margin-bottom: 20px; font-size: 22px; color: #fff; line-height: 30px; }
.contact2 .contact2_contact .contact2_contact_left .contact_left_txt .left_txt_list img{ margin-right:15px;}
.contact2 .contact2_contact .contact2_contact_left .contact_left_txt .left_txt_list:last-child{ margin-bottom: 0px;}
.contact2 .contact2_contact .contact2_contact_left .contact_left_txt .left_txt_list{ display: flex; align-items: center;}
.contact2 .contact2_contact .contact2_contact_left .contact_left_bottom{ display:flex; align-items:center; font-size:18px; color:#fff; height:80px; border-top:1px solid rgba(255,255,255,.2); margin-top:50px;} 
.contact2 .contact2_contact .contact2_contact_left .contact_left_bottom a{ font-size:18px; color:rgba(255,255,255,.5); margin-left:30px;}
.contact2 .contact2_contact .contact2_contact_left .contact_left_bottom img{ margin-right:12px;}
.contact2 .contact2_contact .contact2_contact_left .contact_left_bottom a:hover{ color:#fff;}
.contact2 .contact2_contact .contact2_contact_right{ width: 50%; text-align: right;}
.contact2 .contact2_contact .contact2_contact_right img{ max-width: 100%;}







.WContact{ position: fixed; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,.5); top: 0; left: 0; width: 100%; height: 100%; z-index: 60;
-webkit-transform: scale(0);
   -moz-transform: scale(0);
    -ms-transform: scale(0);
     -o-transform: scale(0);
           filter: scale(0);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
	opacity: 0;
}
.WContact.on{
	-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; 
		opacity: 1;
}
.WContact .WContact_content{ width: 995px; background: #fff; height:90%;}
.WContact .WContact_content .WContact_content_title{ height: 25%; width: 100%; background: url(../images/bg36.jpg) no-repeat 50%/cover; display: flex; align-items: center; justify-content: center; flex-direction: column; position: relative;}
.WContact .WContact_content .WContact_content_title .WContact_close{ position: absolute; right: 20px; top: 20px;}
.WContact .WContact_content .WContact_content_title dd{ font-size: 36px; color: #fff; font-weight: bolder; position: relative; margin-bottom: 24px; padding-bottom: 24px;}
.WContact .WContact_content .WContact_content_title dd::before{ content: ""; position: absolute; display: inline-block; width: 119px; height: 2px; background: #fff; bottom: 0; left: 0; right: 0; margin: 0 auto;}
.WContact .WContact_content .WContact_content_title dt{ font-size: 18px; color: #fff; line-height: 20px; opacity: .8; max-width: 600px; text-align: center; line-height:32px;}
.WContact .WContact_content .WContact_content_form{ padding: 35px 65px; height: 75%; overflow: auto;}
.WContact .WContact_content .WContact_content_form .content_form_list{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px;}
.WContact .WContact_content .WContact_content_form .content_form_list dd{ font-size: 18px; color: #333333; width: 40%; text-align: right; position: relative;}
.WContact .WContact_content .WContact_content_form .content_form_list dd:before{ content: "*"; position: absolute; right: -15px; font-size: 16px; color: #ee2626;}
.WContact .WContact_content .WContact_content_form .content_form_list dt{ width: 55%;}
.WContact .WContact_content .WContact_content_form .content_form_list dt input{ width: 100%; height: 44px; border: 1px solid #bfbfbf; padding: 0px 15px; font-size: 18px; color: #333;}
.WContact .WContact_content .WContact_content_form .content_form_list dt select{ width: 100%; height: 44px; border: 1px solid #bfbfbf; padding: 0px 15px; font-size: 15px; color: #333; padding-right: 25px;
 -webkit-appearance: none; background: url(../images/bn49.png) no-repeat 98% 50%; cursor: pointer;
    -moz-appearance: none;
    appearance: none;
}
.WContact .WContact_content .WContact_content_form .content_form_list .uploader{ position: relative;}
.WContact .WContact_content .WContact_content_form .content_form_list .uploader input{ position:relative; display:inline-block; overflow:hidden; cursor:default; cursor: pointer; font-size: 18px; color: #cbcbcb; font-weight: normal; background: url(../images/bn50.png) no-repeat 10px 50%; padding-left: 40px; border: 1px dashed #bfbfbf;}
.WContact .WContact_content .WContact_content_form .content_form_list .uploader input[type=file]{ position:absolute; top:0; right:0; bottom:0; border:0; padding:0; margin:0; height:100%; cursor:pointer; opacity:0; font-size: 18px; color: #333;}

.WContact .WContact_content .WContact_content_form .content_form_submit{ display: flex; justify-content: center; margin-top: 55px;}
.WContact .WContact_content .WContact_content_form .content_form_submit input{ width: 511px; height: 51px; display: flex; align-items: center; justify-content: center; background: #1d2a54; color: #fff; font-size: 20px; cursor: pointer;}





.News{ background: #fff;}
.News .News_top .News_top_title{ margin-bottom: 60px;}
.News .News_top .News_top_title dd{ font-size: 36px; color: #333333; display: flex; align-items: center;}
.News .News_top .News_top_title dd::after{ content: ""; display: inline-block; width: 351px; height: 13px; background: url(../images/bn53.png) no-repeat 50% 50%; margin-left: 35px;}
.News .News_top .News_top_title dt{ font-size: 46px; color: #222; position:relative; padding-bottom:33px;}
.News .News_top .News_top_title dt:before{ content:""; display:inline-block; width:347px; height:5px; background:url(../images/bn129.png) no-repeat 50% 50%; position:absolute; bottom:0px; left:0;}
.News .News_top .News_top_content{ display: flex; align-items: center; justify-content: space-between; background: #fff; border: 2px solid #cbcbcb;}
.News .News_top .News_top_content .top_content_left{ width: 63%;}
.News .News_top .News_top_content .top_content_left img{ width: 100%;}
.News .News_top .News_top_content .top_content_right{ width: 37%; border-left: 0px; background: #fff; padding: 0px 60px;}
.News .News_top .News_top_content .top_content_right .content_right_title{ margin-bottom: 45px;}
.News .News_top .News_top_content .top_content_right .content_right_title dd{ font-size: 36px; color: #323232; margin-bottom: 12px;}
.News .News_top .News_top_content .top_content_right .content_right_title dt{ font-size: 18px; color: #999999;}
.News .News_top .News_top_content .top_content_right .content_right_form .right_form_list{ display: flex; align-items: center; margin-bottom: 28px;}
.News .News_top .News_top_content .top_content_right .content_right_form .right_form_list dd{ font-size: 18px; color: #666666; width: 30%;}
.News .News_top .News_top_content .top_content_right .content_right_form .right_form_list dt{ width: 70%;}
.News .News_top .News_top_content .top_content_right .content_right_form .right_form_list dt input{ width: 100%; height: 50px; display: flex; align-items: center; border: 1px solid #cbcbcb; padding: 0px 15px; font-size: 16px; color: #333;}
.News .News_top .News_top_content .top_content_right .content_right_form .right_form_list dt .radio_jibie .button{ margin-left: 10px; cursor: pointer; margin-right: 20px;}
.News .News_top .News_top_content .top_content_right .content_right_form .right_form_list dt .radio_jibie .button{ display: inline-block; background: url(../images/bn54.png) no-repeat 0% 50%; padding-left: 42px; font-size: 18px; color: #666666;}
.News .News_top .News_top_content .top_content_right .content_right_form .right_form_list dt .radio_jibie input[type=radio]:checked ~ .button{ background: url(../images/bn54_on.png) no-repeat 0% 50%; color: #1c2e70;}
.News .News_top .News_top_content .top_content_right .content_right_form .right_form_list dt .radio_jibie input[type=radio]{display: none;}
.News .News_top .News_top_content .top_content_right .content_right_form .right_form_submit{ margin-top: 45px;}
.News .News_top .News_top_content .top_content_right .content_right_form .right_form_submit input{ width: 100%; height: 50px; display: flex; align-items: center; justify-content: center; font-size: 18px; color: #fff; background: #1d2a54; cursor: pointer;}
.News .News_top .News_top_content .top_content_right .content_right_form .right_form_bottom{ text-align: center; margin-top: 13px;}
.News .News_top .News_top_content .top_content_right .content_right_form .right_form_bottom a{ font-size: 16px; color: #1d2a54;}
.News .News_content{ margin-top: 60px; padding-bottom: 30px;}
.News .News_content .News_content_list{ display: flex; align-items: center; padding: 40px; background: #e9eaec; margin-bottom: 30px;}
.News .News_content .News_content_list .content_list_img{ width: 21%;    height: 200px;
    overflow: hidden;}
.News .News_content .News_content_list .content_list_img img{ width: 100%;}
.News .News_content .News_content_list .content_list_txt{ width: 65%; margin-left: 5%;}
.News .News_content .News_content_list .content_list_txt p{ font-size:18px; color:#666; margin-bottom:10px;}
.News .News_content .News_content_list:hover .content_list_txt p{ color:#fff;}
.News .News_content .News_content_list .content_list_txt dd{ font-size: 26px; color: #34363a; margin-bottom: 15px;overflow: hidden;
text-overflow:ellipsis; white-space: nowrap; transition: all 0.5s ease 0s;}
.News .News_content .News_content_list .content_list_txt dt{ font-size: 18px; color: #666666; line-height: 32px; text-align: justify;
display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; transition: all 0.5s ease 0s;
}
.News .News_content .News_content_list:hover{ background: #1d2a54;}
.News .News_content .News_content_list:hover .content_list_txt dd{ color: #fff; transition: all 0.5s ease 0s;}
.News .News_content .News_content_list:hover .content_list_txt dt{ color: #fff; transition: all 0.5s ease 0s;}

.page{ display: flex; align-items: center; justify-content: center;}
.page li a{ width: 40px; height: 40px; line-height: 40px; display: inline-block; text-align: center; background: #f3f3f3; color: #666666; margin-right: 15px;}
.page li.active a{ background: #1d2a54; color: #fff; }
.page li:hover a{ background: #1d2a54; color: #fff;}




.WNews{ position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,.5); z-index: 50; display: flex; align-items: center; justify-content: center;
-webkit-transform: scale(0);
   -moz-transform: scale(0);
    -ms-transform: scale(0);
     -o-transform: scale(0);
           filter: scale(0);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
	opacity: 0;
}
.WNews.on{
-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; 
	opacity: 1;
}
.WNews .WNews_content{ width: 1044px; background: #fff; height:90%;}
.WNews .WNews_content .WNews_content_title{ height: 30%; display: flex; align-items: center; justify-content: center; background: #1d2a54 url(../images/bn55.png) no-repeat 96% 50%; font-size: 42px; color: #fff; font-weight: bolder; letter-spacing: 5px;}
.WNews .WNews_content .WNews_content_form{ padding: 55px 220px; height: 70%; overflow: auto;}
.WNews .WNews_content .WNews_content_form .content_form_list { margin-bottom: 35px;}
.WNews .WNews_content .WNews_content_form .content_form_list .form_list_title{ font-size: 24px; color: #1d2a54; font-weight: bolder; margin-bottom: 25px;}
.WNews .WNews_content .WNews_content_form .content_form_list .form_list_txt .radio_jibie{ display: flex; width: 100%; margin-bottom: 18px;}
.WNews .WNews_content .WNews_content_form .content_form_list .form_list_txt .radio_jibie:last-child{ margin-bottom: 0px;}
.WNews .WNews_content .WNews_content_form .content_form_list .form_list_txt .radio_jibie .button{ cursor: pointer; margin-right: 20px;}
.WNews .WNews_content .WNews_content_form .content_form_list .form_list_txt .radio_jibie .button{ display: inline-block; background: url(../images/bn54.png) no-repeat 0% 50%; padding-left: 42px; font-size: 18px; color: #666666;}
.WNews .WNews_content .WNews_content_form .content_form_list .form_list_txt .radio_jibie input[type=checkbox]:checked ~ .button{ background: url(../images/bn54_on.png) no-repeat 0% 50%; color: #1c2e70;}
.WNews .WNews_content .WNews_content_form .content_form_list .form_list_txt .radio_jibie input[type=checkbox]{display: none;}
.WNews .WNews_content .WNews_content_form .content_form_list .form_list_txt textarea{ width: 100%; height: 196px; font-size: 16px; color: #333; line-height: 28px; padding: 15px; font-family: "微软雅黑"; border: 1px solid #cbcbcb; resize: none;}
.WNews .WNews_content .WNews_content_form .content_form_list .form_list_txt input{ width: 100%; height: 56px; font-size: 16px; color: #333; line-height: 28px; padding: 0px 15px; background: #e9eaec; display: flex; align-items: center;}
.WNews .WNews_content .WNews_content_form .content_form_bottom{ display: flex; align-items: center; justify-content: center; justify-content: space-between;}
.WNews .WNews_content .WNews_content_form .content_form_bottom a{ width:48%; height: 62px; background: #1d2a54; font-size: 20px; color: #fff; display: flex; align-items: center; justify-content: center;}
.WNews .WNews_content .WNews_content_form .content_form_bottom input{ width: 48%; font-size: 20px; color: #666666; height: 62px; display: flex; align-items: center; justify-content: center; cursor: pointer; background: #fff; border: 1px solid #1d2a54; transition: all 0.5s ease 0s;}
.WNews .WNews_content .WNews_content_form .content_form_bottom input:hover{ background: #1d2a54; color: #fff; transition: all 0.5s ease 0s;}




.News2 .News2_top{ display: flex; align-items: center; justify-content: space-between;}
.News2 .News2_top .News2_top_left{ width: 33%; background: url(../images/bg39.jpg) no-repeat 50%/cover; padding: 0px 45px; padding-bottom: 45px; padding-top: 88px;}
.News2 .News2_top .News2_top_left .top_left_title dd{ font-size: 30px; color: #fff; margin-bottom: 12px;}
.News2 .News2_top .News2_top_left .top_left_title dt{ font-size: 36px; color: #fff; margin-bottom: 55px;}
.News2 .News2_top .News2_top_left .top_left_title a{ display: inline-block; width: 84px; height: 33px; display: flex; align-items: center; justify-content: center; font-size: 14px; color: #fff; border: 1px solid #fff;}
.News2 .News2_top .News2_top_left .top_left_title a:hover{ background: #fff; color: #1d2a54;}
.News2 .News2_top .News2_top_left .top_left_img{ margin-top: 120px;}
.News2 .News2_top .News2_top_left .top_left_img img{ width: 100%;}
.News2 .News2_top .News2_top_right{ width: 62%;    height: 660px;
    overflow-y: auto;} 
.News2 .News2_top .News2_top_right .top_right_list{ display: flex; align-items: center; justify-content: space-between; padding-bottom: 34px; margin-bottom: 34px; border-bottom: 1px solid #dcdcdc;}
.News2 .News2_top .News2_top_right .top_right_list:last-child{ margin-bottom: 0px;}
.News2 .News2_top .News2_top_right .top_right_list .right_list_img{ width: 27%;}
.News2 .News2_top .News2_top_right .top_right_list .right_list_img img{ width: 100%; height: 162px; object-fit: cover;}
.News2 .News2_top .News2_top_right .top_right_list .right_list_txt{ width: 70%;position:relative;}
.News2 .News2_top .News2_top_right .top_right_list .right_list_txt .list_txt_top dd{ font-size: 28px; color: #333333; margin-bottom: 22px;}
.News2 .News2_top .News2_top_right .top_right_list .right_list_txt .list_txt_top dt{ font-size: 18px; color: #999999; line-height: 32px;}
.News2 .News2_top .News2_top_right .top_right_list .right_list_txt .list_txt_more{ text-align: right; font-size: 18px; color: #666666; position:absolute; right:0; bottom:0;}
.News2 .News2_top .News2_top_right .top_right_list .right_list_txt .list_txt_more i{ margin-left: 8px;}
.News2 .News2_top .News2_top_right .top_right_list:hover .right_list_txt .list_txt_top dd{ color: #1d2a54;}
.News2 .News2_top .News2_top_right .top_right_list:hover .right_list_txt .list_txt_more{ color: #1d2a54;}





.download{ background: #f3f3f3; padding: 80px 0px;}
.download .download_title{ font-size: 36px; color: #333333; margin-bottom: 25px;}
.download .download_nav{ display: flex; align-items: center; position: relative; display:inline-block; padding-bottom:44px;}
.download .download_nav a{ font-size: 22px; color: #323232; position: relative; padding-bottom: 44px; margin-right: 55px; transition: all 0.5s ease 0s;}
.download .download_nav a:last-child{ margin-right: 0px;}
.download .download_nav a.on{ color: #1d2a54; transition: all 0.5s ease 0s;}
.download .download_nav a.on:before{ opacity: 1; transition: all 0.5s ease 0s;}
.download .download_nav a:before{ content: ""; position: absolute; display: inline-block; width: 100%; height: 6px; border-radius: 500px; background: #1d2a54; position: absolute; bottom: 0px; opacity: 0; transition: all 0.5s ease 0s;}
.download .download_nav:before{ content: ""; position: absolute; display: inline-block; width: 100%; height: 6px; border-radius: 500px; background: #e6e6e6; position: absolute; bottom: 0px;}
.download .download_content .download_content_list .content_list_li{ display: inline-block; position: relative; width: 22%; margin-right: 4%; margin-top: 50px;}
.download .download_content .download_content_list .content_list_li:before{ content: ""; position: absolute; display: inline-block; width: 100%; height: 100%; top: 0; left: 0; background: url(../images/bn56.png) no-repeat 50% 100%; background-size: 100%;}
.download .download_content .download_content_list .content_list_li:nth-child(4n){ margin-right: 0px;}
.download .download_content .download_content_list .content_list_li .list_li_img img{ width: 100%;height: 440px;}
.download .download_content .download_content_list .content_list_li .list_li_title{ font-size: 14px; color: #fff; font-weight: bolder; text-align: center; position: absolute; bottom: 25px; left: 0; text-align: center; width: 100%; line-height: 27px; height: 81px; opacity: 1; transition: all 0.5s ease 0s;}
.download .download_content .download_content_list .content_list_li .list_li_txt{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(29,42,84,.9); padding: 0px 45px; display: flex; align-items: center; justify-content: center; flex-direction: column; opacity: 0; transition: all 0.5s ease 0s;}
.download .download_content .download_content_list .content_list_li .list_li_txt .li_txt_title{ font-size: 22px; color: #ffffff; line-height: 36px; text-align: center; font-weight: bolder; margin-bottom: 55px;height: 100px;}
.download .download_content .download_content_list .content_list_li .list_li_txt .li_txt_p{ color: #fff; font-size: 18px; line-height: 32px;}
.download .download_content .download_content_list .content_list_li .list_li_txt .li_txt_more{ width: 163px; height: 39px; border: 1px solid #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; color: #fff; margin: 0 auto; margin-top: 140px; transition: all 0.5s ease 0s;}
.download .download_content .download_content_list .content_list_li:hover .list_li_txt .li_txt_more{ background: #fff; color: #1d2a54; transition: all 0.5s ease 0s;}
.download .download_content .download_content_list .content_list_li:hover .list_li_txt{ opacity: 1; transition: all 0.5s ease 0s;}
.download .download_content .download_content_list .content_list_li:hover .list_li_title{ opacity: 0; transition: all 0.5s ease 0s;}








.NewsDtails{ background: #f3f3f3; padding: 100px 0px;}
.NewsDtails .pc_all_content{ background: #fff; padding: 80px 50px;}
.NewsDtails .NewsDtails_title{ text-align: center; padding-bottom: 20px; border-bottom: 1px solid #dcdcdc;}
.NewsDtails .NewsDtails_title dd{ font-size: 36px; color: #333333; font-weight:bolder;}
.NewsDtails .NewsDtails_title dt{ font-size: 18px; color: #666666; margin-top: 25px;}
.NewsDtails .NewsDtails_txt{ padding: 45px 0px; padding-bottom: 0px;}
.NewsDtails .NewsDtails_txt p{ font-size: 18px; color: #666666; margin-bottom: 30px; line-height: 33px;}
.NewsDtails .NewsDtails_txt p:last-child{ margin-bottom: 0px;}
.NewsDtails .NewsDtails_txt img{ max-width: 100%;}





.WDownload{ position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,.5); z-index: 50; display: flex; align-items: center; justify-content: center;
-webkit-transform: scale(0);
   -moz-transform: scale(0);
    -ms-transform: scale(0);
     -o-transform: scale(0);
           filter: scale(0);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
	opacity: 0;
}
.WDownload.on{
-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; 
	opacity: 1;
}
.WDownload .WDownload_content{ width: 1044px; border-radius: 8px; overflow: hidden;}
.WDownload .WDownload_content .WDownload_content_title{ display: flex; align-items: center; height: 127px; flex-direction: column; justify-content: center; background: #1d2a54; position: relative;}
.WDownload .WDownload_content .WDownload_content_title dd{ font-size: 36px; color: #fff; font-weight: bolder;}
.WDownload .WDownload_content .WDownload_content_title dd img{ margin-right: 10px}
.WDownload .WDownload_content .WDownload_content_title dt{ font-size: 18px; color: #fff; margin-top: 20px;}
.WDownload .WDownload_content .WDownload_content_title .WDownload_close{ position: absolute; right: 20px; top: 20px;}
.WDownload .WDownload_content .WDownload_content_form{ background: #fff; padding: 30px 230px;}
.WDownload .WDownload_content .WDownload_content_form .content_form_list{display: flex; align-items: center; margin-bottom: 15px; justify-content: space-between;}
.WDownload .WDownload_content .WDownload_content_form .content_form_list .form_list_left{ font-size: 18px; color: #666666; width: 24%;}
.WDownload .WDownload_content .WDownload_content_form .content_form_list .form_list_left span{ color: #e92c3f ;margin-right: 2px;}
.WDownload .WDownload_content .WDownload_content_form .content_form_list .form_list_right{ width: 75%;}
.WDownload .WDownload_content .WDownload_content_form .content_form_list .form_list_right input{ width: 100%; height: 50px; border: 1px solid #dcdcdc; align-items: center; padding: 0px 15px; font-size: 16px; color: #333; border-radius: 4px;}
.WDownload .WDownload_content .WDownload_content_form .content_form_list .form_list_right select{ width: 100%; height: 50px; border: 1px solid #dcdcdc; align-items: center; padding: 0px 15px; font-size: 16px; color: #333; border-radius: 4px;}
.WDownload .WDownload_content .WDownload_content_form .content_form_cord .form_list_right{ display: flex; align-items: center;}
.WDownload .WDownload_content .WDownload_content_form .content_form_cord .form_list_right input{ width: 145px}
.WDownload .WDownload_content .WDownload_content_form .content_form_cord .form_list_right img{ height: 50px; width: auto;}
.WDownload .WDownload_content .WDownload_content_form .content_form_submit{ margin-top: 33px;}
.WDownload .WDownload_content .WDownload_content_form .content_form_submit input{ width: 100%; height: 56px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 18px; background: #1d2a54; border-radius: 5px; cursor: pointer;}









.Service{ background: #fff url(../images/bg50.jpg) no-repeat 50% 0%;}
.Service .pc_all_content{ max-width: 1240px;}
.Service .Service_top{ margin-top: 60px; margin-bottom: 90px;}
.Service .Service_top .Service_top_list:first-child{ border-top: 1px solid #1d2a54;}
.Service .Service_top .Service_top_list{ border-bottom: 1px solid #1d2a54;}
.Service .Service_top .Service_top_list .top_list_title{ height: 95px; display: flex; align-items: center; justify-content: space-between; cursor: pointer;}
.Service .Service_top .Service_top_list .top_list_title dd{ font-size: 36px; color: #1d2a54;}
.Service .Service_top .Service_top_list .top_list_title dt{ height: 36px; width: 36px; position: relative;}
.Service .Service_top .Service_top_list .top_list_title dt img{ position: absolute; transition: all 0.5s ease 0s;}
.Service .Service_top .Service_top_list .top_list_title dt .Social2{opacity: 0; transition: all 0.5s ease 0s; }
.Service .Service_top .Service_top_list .top_list_title.on dt .Social2{ opacity: 1; transition: all 0.5s ease 0s;}
.Service .Service_top .Service_top_list .top_list_title.on dt .Social1{ opacity: 0; transition: all 0.5s ease 0s;}
.Service .Service_top .Service_top_list .top_list_down{ display: none;}
.Service .Service_top .Service_top_list .top_list_down .list_down_li{ float: left; width: 32%; position: relative; margin-right: 2%; margin-bottom: 30px;}
.Service .Service_top .Service_top_list .top_list_down .list_down_li:nth-child(3n){ margin-right: 0px;}
.Service .Service_top .Service_top_list .top_list_down .list_down_li .down_li_img{ width:100%; height:240px;}
.Service .Service_top .Service_top_list .top_list_down .list_down_li .down_li_img img{ width: 100%; height:100%; object-fit: cover;}
.Service .Service_top .Service_top_list .top_list_down .list_down_li .down_li_txt{ position: absolute; width: 100%; height: 100%; display: flex;justify-content: center; background: #f3f3f3; left: 0; top: 0; flex-direction: column; padding: 0px 35px; border-bottom: 2px solid #1d2a54; transition: all 0.5s ease 0s;}
.Service .Service_top .Service_top_list .top_list_down .list_down_li .down_li_txt dd{ font-size: 24px; color: #1d2a54; margin-bottom: 13px; transition: all 0.5s ease 0s;}
.Service .Service_top .Service_top_list .top_list_down .list_down_li .down_li_txt dt{ font-size: 18px; color: #666666; line-height: 26px; transition: all 0.5s ease 0s;}
.Service .Service_top .Service_top_list .top_list_down .list_down_li:hover .down_li_txt{ background: rgba(30,43,85,.5);}
.Service .Service_top .Service_top_list .top_list_down .list_down_li:hover .down_li_txt dd{ color: #fff; transition: all 0.5s ease 0s;}
.Service .Service_top .Service_top_list .top_list_down .list_down_li:hover .down_li_txt dt{ color: #fff; transition: all 0.5s ease 0s;}
.Service .Service_bottom{ position: relative;}
.Service .Service_bottom .Service_bottom_left{ position: relative; left: -100px;}
.Service .Service_bottom .Service_bottom_left .bottom_left_img img{ max-width: 100%;}
.Service .Service_bottom .Service_bottom_left .bottom_left_nav{ position: absolute; left: 0; width: 100%; height: 100%; top: 0;}
.Service .Service_bottom .Service_bottom_left .bottom_left_nav .left_nav_list{ position: absolute; cursor: pointer; z-index:10;}
.Service .Service_bottom .Service_bottom_left .bottom_left_nav .left_nav_list .nav_list_down{ position: absolute; width: 138px; height: 40px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 15px; background: #1d2a54; top: -54px; left: -54px; display: none;}
.Service .Service_bottom .Service_bottom_left .bottom_left_nav .left_nav_list .nav_list_down:before{ content: ""; position: absolute; bottom: -10px; left: 0; right: 0; margin: 0 auto;
display:inline-block;
	width:0;
	height:0;
	border-left:5px solid transparent;
	border-right: 5px solid transparent;
	border-top:10px solid #1d2a54;
}
.Service .Service_bottom .Service_bottom_left .bottom_left_nav .left_nav_list.on .nav_list_down{ display: flex;}
.Service .Service_bottom .Service_bottom_left .bottom_left_nav .left_nav_list.icon1{ left: 15%; top: 34%;}
.Service .Service_bottom .Service_bottom_left .bottom_left_nav .left_nav_list.icon2{ left: 25%; top: 31%;}
.Service .Service_bottom .Service_bottom_left .bottom_left_nav .left_nav_list.icon3{ left: 30%; top: 64%;}
.Service .Service_bottom .Service_bottom_left .bottom_left_nav .left_nav_list.icon4{ left: 50%; top: 27%;}
.Service .Service_bottom .Service_bottom_left .bottom_left_nav .left_nav_list.icon5{ left: 53%; top: 42%;}
.Service .Service_bottom .Service_bottom_left .bottom_left_nav .left_nav_list.icon6{ left: 54%; top: 36%;}
.Service .Service_bottom .Service_bottom_left .bottom_left_nav .left_nav_list.icon7{ left: 58%; top: 47%;}
.Service .Service_bottom .Service_bottom_left .bottom_left_nav .left_nav_list.icon8{ left: 59%; top: 43%;}
.Service .Service_bottom .Service_bottom_left .bottom_left_nav .left_nav_list.icon9{ left: 63%; top: 17%;}
.Service .Service_bottom .Service_bottom_left .bottom_left_nav .left_nav_list.icon10{ left: 67%; top: 49%;}
.Service .Service_bottom .Service_bottom_left .bottom_left_nav .left_nav_list.icon11{ left: 75%; top: 43%;}
.Service .Service_bottom .Service_bottom_left .bottom_left_nav .left_nav_list.icon12{ left: 78%; top: 43%;}
.Service .Service_bottom .Service_bottom_left .bottom_left_nav .left_nav_list.icon13{ left: 80%; top: 37%;}
.Service .Service_bottom .Service_bottom_left .bottom_left_nav .left_nav_list.icon14{ left: 82%; top: 38%;}
.Service .Service_bottom .Service_bottom_left .bottom_left_nav .left_nav_list.icon15{ left: 82%; top: 73%;}
.Service .Service_bottom .Service_bottom_left .bottom_left_nav .left_nav_list.icon16{ left: 63%; top: 29%;}
.Service .Service_bottom .Service_bottom_left .bottom_left_nav .left_nav_list.icon17{ left: 76%; top: 36%;}
.Service .Service_bottom .Service_bottom_left .bottom_left_nav .left_nav_list.icon18{ left: 73%; top: 39%;}







.Service .Service_bottom .Service_bottom_right{ position: absolute; right: -150px; top: 25%;}
.Service .Service_bottom .Service_bottom_right .bottom_right_list{ padding: 12px; background: #fff;box-shadow: 0px 0px 25px rgba(29,42,84,.2);}
.Service .Service_bottom .Service_bottom_right .bottom_right_list dt{ font-size: 18px; color: #333; text-align: center; line-height: 52px; display: none;}



@keyframes ball-scale-multiple{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0;}
5%{opacity:1;}
100%{-webkit-transform:scale(1);transform:scale(1);opacity:0;}
}
.loader{position:relative;width:30px;height:30px;}
.loader div:nth-child(2){-webkit-animation-delay:0.2s;animation-delay:0.2s;}
.loader div:nth-child(3){-webkit-animation-delay:0.4s;animation-delay:0.4s;}
.loader div{background-color:#1d2a54;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;left:0px;top:0px;opacity:0;margin:0;width:30px;height:30px;-webkit-animation:ball-scale-multiple 1s 0s linear infinite;animation:ball-scale-multiple 1s 0s linear infinite;}








.Service2{ padding: 65px 0px; background: #fff; padding-bottom:110px;}
.Service2 .Service2_title{ background: #fff; margin-bottom:80px;}
.Service2 .Service2_title dd{ font-size: 46px; color: #1d2a54; margin-bottom: 20px; border-bottom:1px solid #dcdcdc; padding-bottom:20px; position:relative;}
.Service2 .Service2_title dd:before{ content:""; display:inline-block; width:325px; bottom:-1px; background:#d8303e; height:1px; position:absolute; left:0;}
.Service2 .Service2_title dt{ font-size: 20px; color: #333333; line-height: 36px;}
.Service2 .Service2_img img{ max-width: 100%;} 
.Service2 .Service2_center{ display: flex; align-items: center; justify-content: space-between; margin-top: 45px;}
.Service2 .Service2_center .Service2_center_left{ width: 33%;}
.Service2 .Service2_center .Service2_center_left dd{ font-size: 36px; color: #333333; margin-bottom: 40px; font-weight:bolder;}
.Service2 .Service2_center .Service2_center_left dt{ font-size: 18px; color: #333333; line-height: 34px; text-align: justify;}
.Service2 .Service2_center .Service2_center_img{ width: 63%; text-align:right;}
.Service2 .Service2_center .Service2_center_img img{ max-width: 100%;}
.Service2 .Service2_cycle{ margin-top: 85px;}
.Service2 .Service2_cycle .Service2_cycle_title{ font-size: 36px; color: #333333; font-weight: bolder; text-align: center; margin-bottom: 50px;}
.Service2 .Service2_cycle .Service2_cycle_content{ display: flex; align-items: center; justify-content: space-between;}
.Service2 .Service2_cycle .Service2_cycle_content .cycle_content_list{ width: 32%; position: relative;}
.Service2 .Service2_cycle .Service2_cycle_content .cycle_content_list:before{ content: ""; display: inline-block; width: 102px; height: 100%; background: url(../images/bn72.png) no-repeat 50% 50%; position: absolute; right: -60px; top: 0;}
.Service2 .Service2_cycle .Service2_cycle_content .cycle_content_list:last-child:before{ display: none;}
.Service2 .Service2_cycle .Service2_cycle_content .cycle_content_list .content_list_title{ font-size: 28px; color: #fff; font-weight: bolder; height: 89px; display: flex; align-items: c; justify-content: center; background: #1d2a54; align-items: center; border-radius: 10px 10px 0px 0px; }
.Service2 .Service2_cycle .Service2_cycle_content .cycle_content_list .content_list_txt{ height: 495px; padding: 35px 30px; display: flex; align-items: center; justify-content: space-between; flex-direction: column; border: 2px solid #cbcbcb; border-top: 0px; border-radius:  0px 0px 10px 10px; }
.Service2 .Service2_cycle .Service2_cycle_content .cycle_content_list .content_list_txt .list_txt_list{ height: 80px; display: flex; align-items: center; font-size: 20px; color: #333333; font-weight: bolder; display: flex; align-items: center; justify-content: center; background: #f3f3f3; width: 100%; position: relative;}
.Service2 .Service2_cycle .Service2_cycle_content .cycle_content_list .content_list_txt .list_txt_list img{ margin-right: 12px}
.Service2 .Service2_cycle .Service2_cycle_content .cycle_content_list .content_list_txt .list_txt_list:before{ content: ""; display: inline-block; width: 14px; height: 48px; background: url(../images/bn73.png) no-repeat 50% 100%; position: absolute; bottom: -64%; left: 0; right: 0; margin: 0 auto;}
.Service2 .Service2_cycle .Service2_cycle_content .cycle_content_list .content_list_txt .content_list_bottom{ color: #bfbfbf; font-size: 20px;}
.Service2 .Service2_cycle .Service2_cycle_content .cycle_content_list:last-child .content_list_txt .list_txt_list{ height: 60px;}
.Service2 .Service2_cycle .Service2_cycle_content .cycle_content_list .content_list_txt .list_txt_list:nth-last-child(2):before{ display: none;}
.Service2 .Service2_cycle .Service2_cycle_content .cycle_content_list:last-child .content_list_txt .list_txt_list:before{ height: 38px;}
.Service2 .Service2_cycle .Service2_Process_img{ text-align: center;}
.Service2 .Service2_cycle .Service2_Process_img img{ max-width: 100%;}



.Service2 .Service2_proportion .Service2_proportion_contnet{ display: flex; justify-content: space-between;}
.Service2 .Service2_proportion .Service2_proportion_contnet .proportion_contnet_left{ background: #e8e9ed; width: 21%; padding: 0px 50px; display: flex;justify-content: center; flex-direction: column;}
.Service2 .Service2_proportion .Service2_proportion_contnet .proportion_contnet_left p{ font-size: 18px; color: #1d2a54; font-weight: bolder; margin-bottom: 45px; text-align: justify;}
.Service2 .Service2_proportion .Service2_proportion_contnet .proportion_contnet_left p span{ font-family: "BEBAS"; font-size: 60px; margin-right: 15px;}
.Service2 .Service2_proportion .Service2_proportion_contnet .proportion_contnet_right{ width: 78%;}
.Service2 .Service2_proportion .Service2_proportion_contnet .proportion_contnet_right .contnet_right_title{ display: flex; align-items: center; height: 66px; background: #1d2a54; color: #fff; font-size: 18px; padding-left: 100px;}
.Service2 .Service2_proportion .Service2_proportion_contnet .proportion_contnet_right .contnet_right_title dd{ width: 25%;}
.Service2 .Service2_proportion .Service2_proportion_contnet .proportion_contnet_right .contnet_right_title dd:nth-child(1){ width: 18%;}
.Service2 .Service2_proportion .Service2_proportion_contnet .proportion_contnet_right .contnet_right_title dd:nth-child(2){ width: 60%; padding: 0px 35px;}
.Service2 .Service2_proportion .Service2_proportion_contnet .proportion_contnet_right .contnet_right_txt .right_txt_list{ display: flex; align-items: center; height: 82px; background: #e8e9ee; padding-left: 100px;}
.Service2 .Service2_proportion .Service2_proportion_contnet .proportion_contnet_right .contnet_right_txt .right_txt_list .txt_list_li{ display: flex; align-items: center; width: 15%; font-size: 14px; color: #666666; line-height: 22px;}
.Service2 .Service2_proportion .Service2_proportion_contnet .proportion_contnet_right .contnet_right_txt .right_txt_list .txt_list_li b{ color: #1d2a54; font-size: 20px; color: #1d2a54;}
.Service2 .Service2_proportion .Service2_proportion_contnet .proportion_contnet_right .contnet_right_txt .right_txt_list .txt_list_li:nth-child(1){ width: 18%;}
.Service2 .Service2_proportion .Service2_proportion_contnet .proportion_contnet_right .contnet_right_txt .right_txt_list .txt_list_li:nth-child(2){ width: 60%; padding: 0px 28px;}
.Service2 .Service2_proportion .Service2_proportion_contnet .proportion_contnet_right .contnet_right_txt .right_txt_list .txt_list_li .list_li_icon{ margin-right: 13px;}
.Service2 .Service2_proportion .Service2_proportion_contnet .proportion_contnet_right .contnet_right_txt .right_txt_list .txt_list_li .list_li_right dd{ font-size: 18px; color: #1d2a54; font-weight: bolder; margin-bottom: 5px;}
.Service2 .Service2_proportion .Service2_proportion_contnet .proportion_contnet_right .contnet_right_txt .right_txt_list:nth-child(2n){ background: #fff;}



.Service2_Process{ background: #f3f3f3; padding: 71px 0px; padding-bottom: 110px; text-align: center;}
.Service2_Process .Service2_cycle{ margin-top: 0px;}
.Service2_Process img{ max-width: 100%;}




.SCraft .SCraft_Advantage{ display: flex; justify-content:space-between;}
.SCraft .SCraft_Advantage .SCraft_Advantage_left{ width:50%; display:flex; align-items:center; justify-content:center; position:relative;}
.SCraft .SCraft_Advantage .SCraft_Advantage_left img{ max-width:100%;}
.SCraft .SCraft_Advantage .SCraft_Advantage_left .Advantage_left_icon{ position:absolute; bottom:0; right:0; width:auto; height:auto;}
.SCraft .SCraft_Advantage .SCraft_Advantage_right{ width:50%; background:#F2F2F2; padding:60px;}
.SCraft .SCraft_Advantage .SCraft_Advantage_right dd{ font-size:36px; color:#222222; margin-bottom:33px;}
.SCraft .SCraft_Advantage .SCraft_Advantage_right dt{ font-size:22px; color:#333; line-height:39px;font-family: Arial;}
.SCraft .SCraft_support{ margin:100px 0px;}
.SCraft .SCraft_support .SCraft_support_title{ text-align:center; margin-bottom:50px;}
.SCraft .SCraft_support .SCraft_support_title dd{ font-size:36px; text-transform:uppercase; color:#333; margin-bottom:13px;}
.SCraft .SCraft_support .SCraft_support_title dt{ font-size:22px; color:#333;}
.SCraft .SCraft_support .SCraft_support_txt{ display:flex; justify-content:space-between;}
.SCraft .SCraft_support .SCraft_support_txt .support_txt_list{ width:24.5%; text-align:center; background:#F2F2F2;}
.SCraft .SCraft_support .SCraft_support_txt .support_txt_list .txt_list_top{ padding:20px 104px; text-align:center; border-bottom:5px solid #fff;}
.SCraft .SCraft_support .SCraft_support_txt .support_txt_list .txt_list_top dd{ height:73px; display:flex; align-items:center; justify-content:center;}
.SCraft .SCraft_support .SCraft_support_txt .support_txt_list .txt_list_top dt{ line-height:34px; font-size:28px; color:#fff; margin-top:20px; height:68px;}
.SCraft .SCraft_support .SCraft_support_txt .support_txt_list:nth-child(1) .txt_list_top{ background:#26A2CE;}
.SCraft .SCraft_support .SCraft_support_txt .support_txt_list:nth-child(2) .txt_list_top{ background:#2B7DAC;}
.SCraft .SCraft_support .SCraft_support_txt .support_txt_list:nth-child(3) .txt_list_top{ background:#2A6695;}
.SCraft .SCraft_support .SCraft_support_txt .support_txt_list:nth-child(4) .txt_list_top{ background:#194B7C;}
.SCraft .SCraft_support .SCraft_support_txt .support_txt_list .txt_list_bottom{ padding:20px 44px; font-size:18px; color:#333; line-height:30px; text-align:left;}





.Service3 .Service3_content .Service3_content_list{ position:relative; overflow:hidden; margin-bottom:80px;}
.Service3 .Service3_content .Service3_content_list .content_list_left{ width:50%; position:absolute; left:0; height:100%; display:flex; align-items:center; justify-content:center;}
.Service3 .Service3_content .Service3_content_list .content_list_left .list_left_c{ background:#f5f5f5; padding:100px 40px; padding-right:10px;}
.Service3 .Service3_content .Service3_content_list .content_list_left .list_left_title{ font-size:36px; color:#333; padding-bottom:20px; margin-bottom:40px; position:relative; font-weight:bolder;}
.Service3 .Service3_content .Service3_content_list .content_list_left .list_left_title:before{ content:""; display:inline-block; width:204px; background:url(../images/bn89.png) no-repeat 50% 50%; height:5px; position:absolute; left:0; bottom:0;}
.Service3 .Service3_content .Service3_content_list .content_list_left .list_left_txt{ font-size:20px; color:#666; line-height:38px; max-height:350px; min-height: 260px;overflow:auto; padding-right:30px;}
.Service3 .Service3_content .Service3_content_list .content_list_left .list_left_txt::-webkit-scrollbar-track {  background-color: #dcdcdc;}
.Service3 .Service3_content .Service3_content_list .content_list_left .list_left_txt::-webkit-scrollbar-thumb { background:#1d2a54; }
.Service3 .Service3_content .Service3_content_list .content_list_left .list_left_txt::-webkit-scrollbar-button { background-color: #dcdcdc; }
.Service3 .Service3_content .Service3_content_list .content_list_left .list_left_txt::-webkit-scrollbar-corner { background-color: #dcdcdc;}
.Service3 .Service3_content .Service3_content_list .content_list_left .list_left_txt::-webkit-scrollbar { width: 6px; height: 0px; border-radius:3px;}
.Service3 .Service3_content .Service3_content_list .content_list_right{ width:55%; float:right;}
.Service3 .Service3_content .Service3_content_list .content_list_right img{ max-width:100%;width: 100%;max-height: 600px;
    min-height: 550px;}
.Service3 .Service3_content .Service3_content_list:nth-child(2n) .content_list_right{ float:left;}
.Service3 .Service3_content .Service3_content_list:nth-child(2n) .content_list_left{ right:0; left:auto;}
.Service3 .Service3_bottom{ text-align:center;}
.Service3 .Service3_bottom img{ max-width:100%;}
.Service3 .Service3_bottom .Service3_bottom_title{ font-size:36px; color:#222; margin-bottom:60px; font-weight:bolder;}





.EPC .Service3_content .Service3_content_list:last-child{ margin-bottom:0px;}








.HAZOP .HAZOP_content{ display:flex; justify-content:space-between;}
.HAZOP .HAZOP_content .HAZOP_content_left{ width:50%;}
.HAZOP .HAZOP_content .HAZOP_content_left img{ max-width:100%;}
.HAZOP .HAZOP_content .HAZOP_content_right{ width:45%;}
.HAZOP .HAZOP_content .HAZOP_content_right .content_right_top p{ line-height:32px; font-size:18px; color:#333; margin-bottom:5px;}
.HAZOP .HAZOP_content .HAZOP_content_right .content_right_bottom{ display:flex; flex-wrap:wrap; justify-content:space-between;}
.HAZOP .HAZOP_content .HAZOP_content_right .content_right_bottom span{ width:48%; display:inline-block; line-height:62px; font-size:18px; color:#333; border-bottom:1px solid #dcdcdc; padding-left:25px; background:url(../images/bn126_on.png) no-repeat 0% 50%;}
.HAZOP .HAZOP_content .HAZOP_content_right .content_right_bottom span:hover{ color:#1D2A54; background:url(../images/bn126.png) no-repeat 0% 50%;}
.HAZOP .HAZOP_Problem{ margin-top:100px;}
.HAZOP .HAZOP_Problem .HAZOP_Problem_title{ font-size:36px; color:#333; margin-bottom:55px;}
.HAZOP .HAZOP_Problem .HAZOP_Problem_content .Problem_content_list{ margin-bottom:30px;}
.HAZOP .HAZOP_Problem .HAZOP_Problem_content .Problem_content_list:last-child{ margin-bottom:0px;}
.HAZOP .HAZOP_Problem .HAZOP_Problem_content .Problem_content_list .content_list_title{ font-size:22px; color:#222; padding-bottom:30px; border-bottom:1px solid #dcdcdc; cursor:pointer; display:flex; align-items:center; justify-content:space-between;}
.HAZOP .HAZOP_Problem .HAZOP_Problem_content .Problem_content_list .content_list_title dt{ font-size:30px;}
.HAZOP .HAZOP_Problem .HAZOP_Problem_content .Problem_content_list .content_list_title dt span:nth-child(2){ display:none;}
.HAZOP .HAZOP_Problem .HAZOP_Problem_content .Problem_content_list .content_list_title.on dt span:nth-child(2){ display: block;}
.HAZOP .HAZOP_Problem .HAZOP_Problem_content .Problem_content_list .content_list_title.on dt span:nth-child(1){ display: none;}
.HAZOP .HAZOP_Problem .HAZOP_Problem_content .Problem_content_list .content_list_txt{ font-size:20px; color:#666; line-height:32px; display:none; margin-top:25px;}









.HAZOP_bottom{ background: url(../images/bg125.jpg) no-repeat 50%/cover; overflow: hidden;}
.HAZOP_bottom .pc_all_content{ position: relative; overflow:hidden; padding-top: 137px;}
.HAZOP_bottom .HAZOP_bottom_title{ width: 30%; margin-right: 4%; float: left; height: 50px;}
.HAZOP_bottom .HAZOP_bottom_title .bottom_title_po{ position: absolute; left: 0%; top: 150px;}
.HAZOP_bottom .HAZOP_bottom_title dd{ font-size: 36px; color: #1D2A54; font-weight: bolder;}
.HAZOP_bottom .HAZOP_bottom_title dt{ font-size: 24px; color: #333; font-weight: bolder; padding: 20px 0px;}
.HAZOP_bottom .HAZOP_bottom_title .bottom_title_po:before{ content: ""; position: absolute;; display: inline-block; width: 117px; height: 1px; background: #E60012; bottom: 0; left: 0;}
.HAZOP_bottom .HAZOP_bottom_list{ width: 30%; margin-right: 4%; float: left; border: 5px solid #1D2A54; padding: 0px 35px; margin-bottom: 93px; padding-bottom: 40px; transition: all 0.5s ease 0s;}
.HAZOP_bottom .HAZOP_bottom_list:hover{ border: 5px solid #1D2A54; transition: all 0.5s ease 0s;}
.HAZOP_bottom .HAZOP_bottom_list:nth-child(3n){ margin-right: 0px;}
.HAZOP_bottom .HAZOP_bottom_list .bottom_list_icon{ margin-top: -40px;}
.HAZOP_bottom .HAZOP_bottom_list .bottom_list_icon span{ background: #fff; display: inline-block; padding: 0px 10px;}
.HAZOP_bottom .HAZOP_bottom_list .bottom_list_txt{ margin-top: 32px;}
.HAZOP_bottom .HAZOP_bottom_list .bottom_list_txt dd{ font-size: 22px; color: #666; font-weight: bolder; position: relative; margin-bottom: 20px; padding-bottom: 25px;}
.HAZOP_bottom .HAZOP_bottom_list .bottom_list_txt dd:before{ content: ""; position: absolute; display: inline-block; width: 54px; height: 1px; background: #666; bottom: 0;}
.HAZOP_bottom .HAZOP_bottom_list .bottom_list_txt dt p{ font-size: 20px; color: #666; margin-bottom: 12px;}
.HAZOP_bottom .HAZOP_bottom_list:nth-child(4) .bottom_list_icon span{ background: #fcfbf9;}
.HAZOP_bottom .HAZOP_bottom_list:nth-child(5) .bottom_list_icon span{ background: #f5f9fc;}
.HAZOP_bottom .HAZOP_bottom_list:nth-child(2){padding-bottom: 64px;}
.HAZOP_bottom .HAZOP_bottom_list:nth-child(4){padding-bottom: 47px;}
.HAZOP_bottom .HAZOP_bottom_list:nth-child(6){padding-bottom: 47px;}


.SIL{ padding:60px 0px;}
.SIL2{ border-top:10px solid #f2f2f2;}
.SIL .SIL_content .SIL_content_list{ display:flex; justify-content:space-between; align-items:center;}
.SIL .SIL_content .SIL_content_list .content_list_left{ width:40%; position:relative;}
.SIL .SIL_content .SIL_content_list .content_list_left img{ max-width:100%;}
.SIL .SIL_content .SIL_content_list .content_list_right{ font-size:22px; color:#333; line-height:39px;font-family: Arial; width:60%;}
.SIL .SIL_content .SIL_content_list:nth-child(2){ margin-top:20px;}
.SIL .SIL_content .SIL_content_list:nth-child(2) .content_list_left{ display:flex;width:51%; justify-content:space-between; align-items:center;}
.SIL .SIL_content .SIL_content_list:nth-child(2) .content_list_right{ width:47%;}
.SIL .SIL_content .SIL_content_list:nth-child(2) .content_list_left .list_left_img{ width:38%;}
.SIL .SIL_content .SIL_content_list:nth-child(2) .content_list_left .list_left_tx{ width:60%;}
.SIL .SIL_content .SIL_content_list:nth-child(2) .content_list_left .list_left_tx .swiper-pagination{ text-align:left; padding-left:19px; width:50%;}
.SIL .SIL_content .SIL_content_list:nth-child(2) .content_list_left .list_left_tx .swiper-pagination .swiper-pagination-bullet{ width:6px; height:6px; opacity:1; background:#fff;}
.SIL .SIL_content .SIL_content_list:nth-child(2) .content_list_left .list_left_tx .swiper-pagination .swiper-pagination-bullet-active{ background:#000;}
.SIL .SIL_content .SIL_content_list:nth-child(2) .content_list_left .list_left_tx .left_tx_list{ position:relative;}
.SIL .SIL_content .SIL_content_list:nth-child(2) .content_list_left .list_left_tx .left_tx_list .tx_list_icon{ position:absolute; right:0; bottom:0; width:auto; height:auto; z-index:50;}
.SIL .HAZOP_Problem{ margin-top:0px;}







.Chemical{ padding:101px 0px;}
.Chemical .Chemical_title{ display:flex; justify-content:space-between; font-size:36px; color:#333; align-items:center; padding-bottom:40px; border-bottom:3px solid #1D2A54;}
.Chemical .Chemical_content{ margin-bottom:55px;}
.Chemical .Chemical_content .Chemical_content_list{ display:flex; align-items:center; justify-content:space-between; height:79px; border-bottom:1px solid #ccc; font-size:22px; color:#333;}
.Chemical .Chemical_content .Chemical_content_list .content_list_li{ display:flex; align-items:center;}
.Chemical .Chemical_content .Chemical_content_list .content_list_li:nth-child(1){ color:#1D2A54;}
.Chemical .Chemical_content .Chemical_content_list .content_list_li img{ margin-left:10px;}
.Chemical .Chemical_content .Chemical_content_list:hover{ color:#1d2a54;}









.Product{ padding: 96px 0px; background: #f3f3f3;}
.Product .Product_top{ background: #1d2a54; display: flex; align-items: center; margin-bottom: 28px; position:relative;}
.Product .Product_top img{ width:100%;}
.Product .Product_top .Product_top_left{ display: flex; justify-content: center; flex-direction: column; width: 100%; height:100%; position:absolute; left:0; top:0; display:flex; align-items:center; justify-content:center;}
.Product .Product_top .Product_top_left dd:before{ content:""; display:inline-block; width:154px; height:4px; background:url(../images/bn116.png) no-repeat 50%/cover; margin-right:20px;}
.Product .Product_top .Product_top_left dd:after{ content:""; display:inline-block; width:154px; height:4px; background:url(../images/bn117.png) no-repeat 50%/cover; margin-left:20px;}
.Product .Product_top .Product_top_left dd{ font-size: 32px; color: #fff; margin-bottom: 8px; display:flex; align-items:center; justify-content:center;}
.Product .Product_top .Product_top_left dt{ font-size: 18px; color: #fff; text-transform: uppercase;}
.Product .Product_top .Product_top_right{ width: 50%; display:none;}
.Product .Product_top .Product_top_right img{ max-width: 100%;}
.Product .Product_center{ overflow: hidden;}
.Product .Product_center .Product_center_left{ width: 72%; float: left;}
.Product .Product_center .Product_center_left .center_left_top{ background: #fff; padding: 50px 40px; }
.Product .Product_center .Product_center_left .center_left_top dd{ font-size: 32px; color: #333333; margin-bottom: 24px; font-weight: bolder;}
.Product .Product_center .Product_center_left .center_left_top dt{ line-height: 32px; color: #666666; font-size: 18px;}
.Product .Product_center .Product_center_left .center_left_top dt p{ position: relative; padding-right: 17px; text-align: justify;}
.Product .Product_center .Product_center_left .center_left_top dt p:before{ content: ""; display: inline-block; width: 8px; height: 8px; border-radius: 100%; background: #666666; position: absolute; right: 0; top: 13px;}
.Product .Product_center .Product_center_left .center_left_bottom{ background: #fff; width: 100%; padding: 33px; text-align: center; margin-top: 28px;}
.Product .Product_center .Product_center_left .center_left_bottom img{ max-width: 100%;}
.Product .Product_center .Product_center_right{ width: 26%; float: right;}
.Product .Product_center .Product_center_right .center_left_top dt a{ margin-bottom: 10px; line-height: 32px; color: #666666; font-size: 18px; display: inline-block; position: relative; padding-right: 17px;     width: 100%;}
.Product .Product_center .Product_center_right .center_left_top dt a:hover{ color: #1d2a54;}
.Product .Product_center .Product_center_right .center_left_top dt a:hover:before{ background: #1d2a54;}
.Product .Product_center .Product_center_right .center_left_top dt a:last-child{ margin-bottom: 0px;}
.Product .Product_center .Product_center_right .center_left_top dt a:before{ content: ""; display: inline-block; width: 8px; height: 8px; border-radius: 100%; background: #666666; position: absolute;right: 0; top: 13px;}


.Product .Product_center .Product_center_right .bottom_right_list{ background: #fff; margin-top: 28px; padding: 40px;}
.Product .Product_center .Product_center_right .bottom_right_list .right_list_title{ font-size: 24px; color: #333333; margin-bottom: 30px; font-weight: bolder;}
.Product .Product_center .Product_center_right .bottom_right_list .right_list_txt dd{ width: 100%; text-align: center;}
.Product .Product_center .Product_center_right .bottom_right_list .right_list_txt dd img{ max-width: 100%;}
.Product .Product_center .Product_center_right .bottom_right_list .right_list_txt dt{ font-size: 18px; color: #666666; text-align: center; margin-top: 15px;}
.Product .Product_center .Product_center_right .bottom_right_list:last-child .right_list_txt dt{ text-align: left; line-height: 32px;}
.Product .Product_center .Product_center_right .bottom_right_list .right_list_txt a{ font-size: 20px; color: #fff; text-transform: uppercase; width: 225px; height: 58px; display: flex; align-items: center; justify-content: center; background: #1d2a54; margin: 0 auto; margin-top: 30px;}
.Product .Product_show{ background: #fff; margin-top: 28px; padding: 50px 38px;}
.Product .Product_show .Product_show_title{ font-size: 24px; color: #333333; text-align: center; margin-bottom: 43px; font-weight: bolder;}
.Product .Product_show .Product_show_content .show_content_list{ background: #f3f3f3; padding: 20px;}
.Product .Product_show .Product_show_content .show_content_list dd img{ width: 100%; height:245px; object-fit:cover;}
.Product .Product_show .Product_show_content .show_content_list dt{ font-size: 16px; color: #17242d; text-align: center; line-height: 26px; margin-top: 15px; height: 74px;
display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;
}
.Product .swiper-button-next{ right: 0;}
.Product .swiper-button-prev{ left: 0;}
.Product .swiper-button-next,.Product .swiper-button-prev{ width: 38px; height: 46px; display: flex; align-items: center; justify-content: center; background: #222222; border-radius: 2px; transition: all 0.5s ease 0s;}
.Product .swiper-button-next:after,.Product .swiper-button-prev:after{ color: #fff; font-size: 18px;}
.click_video{ cursor: pointer;}





.Product2 .Product_center{ display: flex; justify-content: space-between;}
.Product2 .Product_center .Product_center_right{ background: #fff;}
.Product2 .Product2_img{ margin-top: 28px; background: #fff; padding: 45px 0px;}
.Product2 .Product2_img img{ max-width: 100%;}
.Product2 .Product2_bottom{ display: flex; justify-content: space-between; margin-top: 28px;}
.Product2 .Product2_bottom .Product2_bottom_list{ width: 49%; background: #fff; text-align: center; padding: 40px 0px;}
.Product2 .Product2_bottom .Product2_bottom_list .bottom_list_title{ font-size: 24px; color: #333333; margin-bottom: 24px; font-weight: bolder;}
.Product2 .Product2_bottom .Product2_bottom_list .bottom_list_img img{ max-width: 100%;}
.Product2 .Product2_bottom .Product2_bottom_list .bottom_list_txt{ font-size: 18px; color: #666666; text-align: center; margin-top: 15px;}
.Product2 .Product2_bottom .Product2_bottom_list a{ font-size: 20px; color: #fff; text-transform: uppercase; width: 225px; height: 58px; display: flex; align-items: center; justify-content: center; background: #1d2a54; margin: 0 auto; margin-top: 30px;}



.Product3 .Product3_content .Product3_content_list{ background: #fff; display: flex; margin-top: 28px; align-items: center; padding: 35px 65px;}
.Product3 .Product3_content .Product3_content_list img{ max-width: 100%;}
.Product3 .Product3_content .Product3_content_list .content_list_left{ width: 60%;}
.Product3 .Product3_content .Product3_content_list .content_list_left dd{ font-size: 24px; color: #333333;margin-bottom: 25px;}
.Product3 .Product3_content .Product3_content_list .content_list_left dt{ font-size: 18px; color: #666666; line-height: 40px;}
.Product3 .Product_center .Product_center_right{ background:none;}
.Product3 .Product2_img{ text-align:center;}
.Product3 .Product2_img img{ max-width:100%;}
.Product3 .Product3_bottom{ margin-top:28px; background:#fff; padding:75px;}
.Product3 .Product3_bottom .Product3_bottom_title{ font-size:24px; color:#333333; text-align:center; margin-bottom:30px;}
.Product3 .Product3_bottom .Product3_bottom_txt{ font-size:18px; color:#666666; line-height:40px;}
.Product3 .Product_center .Product_center_left .center_left_bottom{ padding:8px;}




.Product4 .Product_center .Product_center_left .center_left_top{ min-height:324px;}
.Product4 .Product_center .Product_center_left .center_left_bottom{ height:843px; display:flex; align-items:center; justify-content:center;}


.Product5 .Product_center .Product_center_left .center_left_bottom{ min-height:809px; display:flex; align-items:center; justify-content:center;}






.Join{ padding: 100px 0px;}
.Join .Join_top{ position: relative;}
.Join .Join_top .Join_top_list .top_list_img {    text-align: center;}
.Join .Join_top .Join_top_list .top_list_img img{ max-width:100%;height: 280px;}
.Join .Join_top .Join_top_list .top_list_title{ font-size:20px; color:#333333; font-weight:bolder; text-align:center; line-height:35px; height: 70px;padding:0px 10px; background:#f2f2f2;transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s;}
.Join .Join_top .Join_top_list:hover .top_list_title{ background:#1d2a54; color:#fff;transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s;}
.Join .Join_top .swiper-button-next{ right: -40px; opacity:1;}
.Join .Join_top .swiper-button-prev{ left: -40px; opacity:1;}
.Join .Join_top .swiper-button-next:after,.Join .Join_top .swiper-button-prev:after{ font-size:28px; color:#222;}
.Join .Join_top .swiper-button-next.swiper-button-disabled,.Join .Join_top .swiper-button-prev.swiper-button-disabled{ opacity:1; }
.Join .Join_top .swiper-button-next.swiper-button-disabled:after,.Join .Join_top .swiper-button-prev.swiper-button-disabled:after{ color:#999;}



.Join .Join_bottom{ padding: 0px 110px; display: flex; justify-content: space-between; margin-top: 105px;}
.Join .Join_bottom .Join_bottom_list{ width: 30%; text-align: center;}
.Join .Join_bottom .Join_bottom_list .bottom_list_icon{ border-top: 4px solid #1d2a54; border-bottom: 4px solid #1d2a54; padding: 15px 0px;}
.Join .Join_bottom .Join_bottom_list:hover .bottom_list_title{ color: #1d2a54;}
.Join .Join_bottom .Join_bottom_list .bottom_list_title{ font-size: 40px; color: #34363a; font-weight: bolder; padding: 35px 0px;min-height: 160px;}
.Join .Join_bottom .Join_bottom_list .bottom_list_more{ font-size: 24px; color: #1d2a54; display: flex; align-items: center; justify-content: center;}
.Join .Join_bottom .Join_bottom_list .bottom_list_more img{ margin-right: 13px;}
.Join .Join_nav{ display: flex; align-items: flex-start; justify-content: space-between; margin-top: 120px;}
.Join .Join_nav .Join_nav_list{ width: 31.5%;}
.Join .Join_nav .Join_nav_list:hover .nav_list_content dd{ color: #1d2a54;}
.Join .Join_nav .Join_nav_list .nav_list_img{ margin-bottom: 30px;}
.Join .Join_nav .Join_nav_list .nav_list_img img{ width: 100%;}
.Join .Join_nav .Join_nav_list .nav_list_content dd{ font-size: 30px; color: #34363a; margin-bottom: 25px;}
.Join .Join_nav .Join_nav_list .nav_list_content dt{ font-size: 20px; color: #666666; line-height: 33px;    min-height: 140px;}
.Join .Join_nav .Join_nav_list .nav_list_more{ font-size: 24px; color: #1d2a54; margin-top: 65px;}
.Join .Join_nav .Join_nav_list .nav_list_more img{ margin-right: 13px;}



.Join2{ background: #fff; padding:100px 0px;}
.Join2 .Join2_title{ text-align: center; color:#1D2A54; font-size:46px; margin-bottom:40px;}
.Join2 .Join2_title img{ margin-right:12px;}
.Join2 .Join2_txt dd{ font-size:36px; color:#333; margin-bottom:25px;}
.Join2 .Join2_txt dt{ font-size:20px; line-height:30px;}





.join3{ padding-top:90px;}
.join3 .Service3_content .Service3_content_list .content_list_left .list_left_c{ padding:60px 40px;}
.join3 .Service3_content .Service3_content_list .content_list_left .list_left_txt{ height:auto;}
.join3 .Service3_content .Service3_content_list .content_list_left .list_left_txt dd{ font-size:26px; color:#333; margin-bottom:25px;}
.join3 .Service3_content .Service3_content_list .content_list_left .list_left_txt dt{ font-size:20px;}






.JoinGet{ background: #f2f2f2; padding:85px 0px;}
.JoinGet .Join2_title{ text-align: center; color:#1D2A54; font-size:36px; margin-bottom:60px;}
.JoinGet .Join2_title img{ margin-right:12px;}
.JoinGet .Join2_title dt{ font-size:18px; line-height:31px; color:#333; text-align:center; margin-top:30px;}
.JoinGet .JoinGet_content{ display:flex; flex-wrap:wrap; justify-content: space-between;}
.JoinGet .JoinGet_content .JoinGet_content_list{ width:23%; background:#fff; padding:42px; padding-bottom:0px; position:relative;padding-bottom: 130px;}
.JoinGet .JoinGet_content .JoinGet_content_list:before{ content:""; display:inline-block; width:100%; height:143px; position:absolute; left:0; bottom:0;
 background: linear-gradient(to bottom,#fff, #f2f2f2); opacity:1; z-index:1;
}
.JoinGet .JoinGet_content .JoinGet_content_list:nth-child(1){ border-top:8px solid #E60013;}
.JoinGet .JoinGet_content .JoinGet_content_list:nth-child(2){ border-top:8px solid #1D2A54;}
.JoinGet .JoinGet_content .JoinGet_content_list:nth-child(3){ border-top:8px solid #61AA16;}
.JoinGet .JoinGet_content .JoinGet_content_list:nth-child(4){ border-top:8px solid #E89916;}
.JoinGet .JoinGet_content .JoinGet_content_list .content_list_title{ font-size:24px; color:#333; margin-bottom:35px; position:relative; z-index:2; position:relative;}
.JoinGet .JoinGet_content .JoinGet_content_list .content_list_txt{ font-size:18px; line-height:36px; color:#333; z-index:2; position:relative;}
.JoinGet .JoinGet_content .JoinGet_content_list .content_list_icon{ margin-top:20px; text-align:right; z-index:2;    position: absolute;
    bottom: 0;
    right: 30px;}


.JoinGet2 .Join_nav{ margin-top:0px;}








.JoninSociety{ background:#f3f3f3; padding-bottom:0px;}
.JoninSociety .Join2_title{ margin-bottom:55px;}
.JoninSociety .JoninSociety_search{ display:flex; align-items:center; justify-content:space-between;}
.JoninSociety .JoninSociety_search .JoninSociety_search_list{ background:#fff; height:66px; display:flex; align-items:center; padding:0px 24px; margin-right:25px; width:25%; font-size:24px; color:#333;}
.JoninSociety .JoninSociety_search .JoninSociety_search_list[type="text"]{ width:40%; margin-right:0px;}
.JoninSociety .JoninSociety_search .JoninSociety_search_submit{ width:20%; color:#fff; font-size:28px; background:#1D2A54 url(../images/bn157.png) no-repeat 33% 50%; height:66px; display:flex; align-items:center; justify-content:center; cursor:pointer; padding-left:35px;}


.JoninSociety input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#BBC0C7; font-size:24px;font-weight: normal;}
.JoninSociety input::-webkit-input-placeholder{ /* WebKit browsers */ color:#BBC0C7; font-size:24px;font-weight: normal;}
.JoninSociety input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#BBC0C7; font-size:24px;font-weight: normal;}
.JoninSociety input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#BBC0C7; font-size:24px;font-weight: normal;}
.JoninSociety input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#BBC0C7; font-size:24px; font-weight: normal;}






.JoinNav{ display: flex; align-items: center; justify-content: center; height: 83px; background: #f3f3f3; border-bottom: 1px solid #c8c8c8;}
.JoinNav a{ font-size: 18px; color: #999999; margin-right: 45px; display: flex; padding: 0px 18px; border-radius: 100px; height: 38px; display: flex; align-items: center}
.JoinNav a.on{ background: #1d2a54; color: #fff;}
.JoinNav a:hover{ background: #1d2a54; color: #fff;}
.JoinNav a:last-child{ margin-right: 0px;}




.SJoin{ background: #f3f3f3; padding: 60px 0px;}
.SJoin .SJoin_title{ font-size: 36px; color: #1d2a54; text-align: center; font-weight: bolder; margin-bottom: 40px;}
.SJoin .SJoin_content{ background: #fff; padding: 45px; margin-bottom:45px;}
.SJoin .SJoin_content .SJoin_content_title{ display: flex; align-items: center; height: 73px; background: #1d2a54; color: #fff; padding: 0px 110px; padding-left: 30px;}
.SJoin .SJoin_content .SJoin_content_title .content_title_list{ width: 25%; font-size: 18px; text-align: center;}
.SJoin .SJoin_content .SJoin_content_txt .content_txt_list .txt_list_title{ display: flex; height: 83px; align-items: center; padding: 0px 110px; border-bottom: 1px solid #c8c8c8; padding-left: 30px;}
.SJoin .SJoin_content .SJoin_content_txt .content_txt_list .txt_list_title dd{width: 25%; font-size: 18px; text-align: center;}
.SJoin .SJoin_content .SJoin_content_txt .content_txt_list .txt_list_title dd a{ font-size: 18px; display: flex; color: #fff; width: 130px; background: #1d2a54; height: 41px; align-items: center; justify-content: center;}
.SJoin .SJoin_content .SJoin_content_txt .content_txt_list .txt_list_title dd:last-child{ display: flex; justify-content: flex-end;}
.SJoin .SJoin_content .SJoin_content_txt .content_txt_list .txt_list_title dd a span{ margin-left: 8px; font-size: 14px;}
.SJoin .SJoin_content .SJoin_content_txt .content_txt_list .txt_list_bottom{padding: 45px 110px; display: none; border-bottom: 1px solid #c8c8c8;}
.SJoin .SJoin_content .SJoin_content_txt .content_txt_list .txt_list_bottom .list_bottom_t{ display: flex; justify-content: space-between;}
.SJoin .SJoin_content .SJoin_content_txt .content_txt_list .txt_list_bottom .list_bottom_t ._bottom_t_li{ width: 49%;}
.SJoin .SJoin_content .SJoin_content_txt .content_txt_list .txt_list_bottom .list_bottom_t ._bottom_t_li dd{ font-size: 16px; color: #333333; margin-bottom: 20px;}
.SJoin .SJoin_content .SJoin_content_txt .content_txt_list .txt_list_bottom .list_bottom_t ._bottom_t_li dt p{ font-size: 16px; color: #999999; line-height: 32px;}
.SJoin .SJoin_content .SJoin_content_txt .content_txt_list .txt_list_bottom .list_bottom_button{ display: flex; justify-content: center; margin-top: 32px;}
.SJoin .SJoin_content .SJoin_content_txt .content_txt_list .txt_list_bottom .list_bottom_button a{ display: flex; align-items: center; justify-content: center; width: 170px; height: 53px; background: #1d2a54; font-size: 18px; color: #fff;}
.SJoin .Join_nav{ margin-top:80px;}
.SJoin .Join_nav .Join_nav_list{ background:#fff;}
.SJoin .Join_nav .Join_nav_list:hover{ box-shadow:0px 0px 30px rgba(0,0,0,.2);}
.SJoin .Join_nav .Join_nav_list .nav_list_content{ padding:0px 45px;}
.SJoin .Join_nav .Join_nav_list .nav_list_content dt{ height:99px;}
.SJoin .Join_nav .Join_nav_list .nav_list_more{ padding:45px; margin-top:0px;}




.JoinSchool{ background:#f5f5f5;}
.JoinSchool .Service3_content .Service3_content_list .content_list_left .list_left_c{ background:#fff;}
.JoinSchool .Service3_content .Service3_content_list .content_list_left .list_left_title{ font-size:24px; font-weight:normal; margin-bottom:20px;}
.JoinSchool .Service3_content .Service3_content_list .content_list_left .list_left_txt dd{ font-size:24px; color:#333;}
.JoinSchool .Service3_content .Service3_content_list .content_list_left .list_left_c{ padding:100px 40px;}





.JoinStroke{ background:#f5f5f5; padding-top:0px;}
.JoinStroke .JoinStroke_content .JoinStroke_content_title{ display:flex; align-items:center; justify-content:space-between;}
.JoinStroke .JoinStroke_content .JoinStroke_content_title a{ display:flex; height:63px; justify-content:center; align-items:center; background:#D5D5D5; font-size:22px; color:#999; width:34%;}
.JoinStroke .JoinStroke_content .JoinStroke_content_title a.on{ color:#fff; background:#1D2A54;}
.JoinStroke .JoinStroke_content .JoinStroke_content_txt .content_txt_list{ display:flex; justify-content:space-between;}
.JoinStroke .JoinStroke_content .JoinStroke_content_txt .content_txt_list .txt_list_left{ width:53%;}
.JoinStroke .JoinStroke_content .JoinStroke_content_txt .content_txt_list .txt_list_left img{ width:100%; height:750px; object-fit:cover;}
.JoinStroke .JoinStroke_content .JoinStroke_content_txt .content_txt_list .txt_list_right{ width:47%; background:#fff; height:750px; overflow:auto;}
.JoinStroke .JoinStroke_content .JoinStroke_content_txt .content_txt_list .txt_list_right::-webkit-scrollbar-track { background-color: #dcdcdc; } 
.JoinStroke .JoinStroke_content .JoinStroke_content_txt .content_txt_list .txt_list_right::-webkit-scrollbar-thumb { background:#333; }
.JoinStroke .JoinStroke_content .JoinStroke_content_txt .content_txt_list .txt_list_right::-webkit-scrollbar-button { background-color: #dcdcdc; } 
.JoinStroke .JoinStroke_content .JoinStroke_content_txt .content_txt_list .txt_list_right::-webkit-scrollbar-corner { background-color: #dcdcdc; }
.JoinStroke .JoinStroke_content .JoinStroke_content_txt .content_txt_list .txt_list_right::-webkit-scrollbar { width: 4px; height: 0px; border-radius:3px; }
.JoinStroke .JoinStroke_content .JoinStroke_content_txt .content_txt_list .txt_list_right .list_right_li{ border-bottom:1px solid #ccc;}
.JoinStroke .JoinStroke_content .JoinStroke_content_txt .content_txt_list .txt_list_right .list_right_li:last-child{ border-bottom:0px;}
.JoinStroke .JoinStroke_content .JoinStroke_content_txt .content_txt_list .txt_list_right .list_right_li .right_li_title{ padding:18px 0px; display:flex; align-items:center; justify-content:space-between; padding-right:30px; cursor:pointer;}
.JoinStroke .JoinStroke_content .JoinStroke_content_txt .content_txt_list .txt_list_right .list_right_li .right_li_title dd{ display:flex; align-items:center; font-size:26px; color:#1D2A54;}
.JoinStroke .JoinStroke_content .JoinStroke_content_txt .content_txt_list .txt_list_right .list_right_li .right_li_title dd img{ margin-right:7px;}
.JoinStroke .JoinStroke_content .JoinStroke_content_txt .content_txt_list .txt_list_right .list_right_li .right_li_title dt{ font-size:18px; color:#333; padding-left:20px; margin-top:5px;}
.JoinStroke .JoinStroke_content .JoinStroke_content_txt .content_txt_list .txt_list_right .list_right_li .right_li_title .li_title_icon{ font-size:24px; color:#333;}
.JoinStroke .JoinStroke_content .JoinStroke_content_txt .content_txt_list .txt_list_right .list_right_li .right_li_txt{ display:none; font-size:18px; color:#1D2A54; line-height:32px; padding-bottom:15px;}
.JoinStroke .JoinStroke_content .JoinStroke_content_txt .content_txt_list .txt_list_right .list_right_li .right_li_txt p{ display:flex; align-items:center; padding-left:20px;}
.JoinStroke .JoinStroke_content .JoinStroke_content_txt .content_txt_list .txt_list_right .list_right_li .right_li_txt p img{ margin-right:10px;}





.JoinStroke2{ background:#f5f5f5; padding-top:0px;}
.JoinStroke2 .JoinStroke2_content{ padding:50px; background:#fff; margin-bottom:50px;}
.JoinStroke2 .JoinStroke2_content .JoinStroke2_content_title{ display:flex; align-items:center; padding:0px 45px; background:#1D2A54; color:#fff; font-size:24px; height:73px; font-weight:bolder;}
.JoinStroke2 .JoinStroke2_content .JoinStroke2_content_nav{ padding:40px 0px;}
.JoinStroke2 .JoinStroke2_content .JoinStroke2_content_nav a{ display:inline-block; line-height:49px; padding:0px 6px; font-size:16px; color:#333; font-weight:bolder; border-radius:100px; background:#F3F3F3; margin-right:5px;}
.JoinStroke2 .JoinStroke2_content .JoinStroke2_content_nav a.on{ background:#1D2A54; color:#fff;}
.JoinStroke2 .JoinStroke2_content .JoinStroke2_content_nav a:last-child{ margin-right:0px;}
.JoinStroke2 .JoinStroke2_content .JoinStroke2_content_txt .content_txt_list{ display:flex; align-items: center; justify-content:space-between; height:120px; border-bottom:1px solid #ccc; padding:0px 45px;}
.JoinStroke2 .JoinStroke2_content .JoinStroke2_content_txt .content_txt_list .txt_list_li{ width:25%; font-size:18px; color:#666; }
.JoinStroke2 .JoinStroke2_content .JoinStroke2_content_txt .content_txt_list .txt_list_li2{ font-size:24px; color:#333; font-weight:bolder; width:20%;}
.JoinStroke2 .JoinStroke2_content .JoinStroke2_content_txt .content_txt_list .txt_list_li2:before{ content:""; display:inline-block; width:16px; height:16px; background:url(../images/bn139.png) no-repeat 50% 50%; margin-right:16px;}
.JoinStroke2 .JoinStroke2_content .JoinStroke2_content_txt .content_txt_list .txt_list_li:last-child{ text-align:right; width:15%;}
.JoinStroke2 .JoinStroke2_content .JoinStroke2_content_txt .content_txt_list .txt_list_li a{ display:inline-block; padding:0px 10px; line-height:41px; background:#1D2A54; color:#fff; font-size:14px;}




.JoinStroke3{ background:#f5f5f5; padding-top:90px;}
.JoinStroke3 .JoinStroke3_content{ display:flex; justify-content:space-between;}
.JoinStroke3 .JoinStroke3_content .JoinStroke3_content_list{ width:12%;background:#fff; }
.JoinStroke3 .JoinStroke3_content .JoinStroke3_content_list .content_list_title{ font-size:20px; color:#333; font-weight:bolder; padding-bottom:15px; background:#f5f5f5;}
.JoinStroke3 .JoinStroke3_content .JoinStroke3_content_list .content_list_top{ padding-bottom:20px; padding:0px 10px; padding-bottom:20px; padding-top:40px;}
.JoinStroke3 .JoinStroke3_content .JoinStroke3_content_list:nth-child(1) .content_list_top{ background:#26A2CE;}
.JoinStroke3 .JoinStroke3_content .JoinStroke3_content_list:nth-child(2) .content_list_top{ background:#3696C2;}
.JoinStroke3 .JoinStroke3_content .JoinStroke3_content_list:nth-child(3) .content_list_top{ background:#3696C2;}
.JoinStroke3 .JoinStroke3_content .JoinStroke3_content_list:nth-child(4) .content_list_top{ background:#2B7DAC;}
.JoinStroke3 .JoinStroke3_content .JoinStroke3_content_list:nth-child(5) .content_list_top{ background:#2B72A0;}
.JoinStroke3 .JoinStroke3_content .JoinStroke3_content_list:nth-child(6) .content_list_top{ background:#2A6695;}
.JoinStroke3 .JoinStroke3_content .JoinStroke3_content_list:nth-child(7) .content_list_top{ background:#265989;}
.JoinStroke3 .JoinStroke3_content .JoinStroke3_content_list:nth-child(8) .content_list_top{ background:#194B7C;}
.JoinStroke3 .JoinStroke3_content .JoinStroke3_content_list .content_list_top dd{ text-align:center; height:61px; display:flex; justify-content:center; align-items:center; margin-bottom:25px;}
.JoinStroke3 .JoinStroke3_content .JoinStroke3_content_list .content_list_top dt{ font-size:16px; line-height:24px; color:#fff; height:56px; font-family:"Arial";}
.JoinStroke3 .JoinStroke3_content .JoinStroke3_content_list .content_list_txt{ font-size:16px; color:#333; line-height:2em; margin: 20px 0 20px 0;
    padding: 0 20px 0 20px;    max-height: 360px;
    overflow-y: auto;
    overflow-x: hidden;}






.JoinStroke4{ background:#f5f5f5; padding-top:0px; padding-bottom:100px;}
.JoinStroke4 .JoinStroke4_content{ background:#fff; padding:60px;}
.JoinStroke4 .JoinStroke4_content .JoinStroke4_content_title{ margin-bottom:45px;}
.JoinStroke4 .JoinStroke4_content .JoinStroke4_content_title dd{ font-size:36px; color:#333; margin-bottom:20px;}
.JoinStroke4 .JoinStroke4_content .JoinStroke4_content_title dt{ font-size:22px; color:#666; line-height:34px;}
.JoinStroke4 .JoinStroke4_content .JoinStroke4_content_txt{ display:flex; flex-wrap:wrap; justify-content:space-between;}
.JoinStroke4 .JoinStroke4_content .JoinStroke4_content_txt .content_txt_list{ font-size:22px; color:#666; width:48%; padding-bottom:22px; border-bottom:1px solid #ccc; margin-bottom:30px; position:relative; padding-left:25px;}
.JoinStroke4 .JoinStroke4_content .JoinStroke4_content_txt .content_txt_list:before{ content:""; display: inline-block; margin-right:12px; width:13px; height:6px; background: url(../images/bn135.png) no-repeat 50% 50%; position:absolute; left:0; top:13px;}
.JoinStroke4 .JoinStroke4_content .JoinStroke4_content_img{ text-align:center; margin-top:35px;}
.JoinStroke4 .JoinStroke4_content .JoinStroke4_content_img img{ max-width:100%;}







.JPractice{ background:#f5f5f5; padding-bottom:0px;}
.JPractice .JPractice_content{ display:flex; justify-content:space-between; background:#fff; padding:70px;}
.JPractice .JPractice_content .JPractice_content_left{ width:65%; text-align:justify;}
.JPractice .JPractice_content .JPractice_content_left dd{ font-size:22px; color:#333; line-height:36px; margin-bottom:20px;}
.JPractice .JPractice_content .JPractice_content_left dt{ font-size:20px; color:#666; line-height:36px;}
.JPractice .JPractice_content .JPractice_content_right{ width:31%; text-align:right;}
.JPractice .JPractice_content .JPractice_content_right img{ max-width:100%;}








.EastCoast{ padding-bottom: 110px; background:url(../images/bg139.jpg) no-repeat 50%/cover;}
.EastCoast .EastCoast_content .EastCoast_content_top{ font-size:18px; line-height:31px; text-align:center; margin-bottom:113px;}
.EastCoast .EastCoast_content .EastCoast_content_bottom{ padding:0px 130px;}
.EastCoast .EastCoast_content #certify .swiper-container{ padding-bottom:0px;}
.EastCoast .EastCoast_content #certify .swiper-slide{ width:773px;}
.EastCoast .EastCoast_content #certify .swiper-button-next{ right:0px;}
.EastCoast .EastCoast_content #certify .swiper-button-prev{ left:0px;}
.EastCoast .EastCoast_content #certify .swiper-button-next,.EastCoast .EastCoast_content #certify .swiper-button-prev{ border:1px solid #999; width:60px; height:60px; top:50%;}
.EastCoast .EastCoast_content #certify .swiper-button-next:after,.EastCoast .EastCoast_content #certify .swiper-button-prev:after{ color:#999;}
.EastCoast2 .JoinGet_content .JoinGet_content_list{ width:30%;}
.EastCoast3{ padding-bottom:0px;}
.EastCoast3 .EastCoast3_content{ display:flex; justify-content:space-between;}
.EastCoast3 .Join2_title{ margin-bottom:50px;}
.EastCoast3 .EastCoast3_content .EastCoast3_content_list{ width:24%; background:#fff;box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1); padding:0px 27px; padding-top:130px; padding-bottom:40px;}
.EastCoast3 .EastCoast3_content .EastCoast3_content_list .content_list_title{ font-size:24px; color:#333; position:relative; padding-bottom:24px; margin-bottom:20px;height: 80px;}
.EastCoast3 .EastCoast3_content .EastCoast3_content_list .content_list_title:before{ content:""; display:inline-block; width:24px; height:4px; background:#1D2A54; position:absolute; left:0; bottom:0;}
.EastCoast3 .EastCoast3_content .EastCoast3_content_list .content_list_txt{ font-size:18px; color:#333; line-height:30px; text-align:justify; height:240px;
    overflow-y: auto;}
.EastCoast3 .EastCoast3_content .EastCoast3_content_list .content_list_more{ margin-top:32px; font-size:18px; color:#1D2A54; display:flex; align-items:center; cursor: pointer;}
.EastCoast3 .EastCoast3_content .EastCoast3_content_list .content_list_more img{ margin-right:15px;}
.EastCoast3 .EastCoast3_content .EastCoast3_content_list:nth-child(1){ background:url(../images/bg140.jpg) no-repeat 50% 0%;}
.EastCoast3 .EastCoast3_content .EastCoast3_content_list:nth-child(2){ background:url(../images/bg141_1.jpg) no-repeat 50% 0%;}
.EastCoast3 .EastCoast3_content .EastCoast3_content_list:nth-child(3){ background:url(../images/bg142.jpg) no-repeat 50% 0%;}
.EastCoast3 .EastCoast3_content .EastCoast3_content_list:nth-child(4){ background:url(../images/bg143.jpg) no-repeat 50% 0%;}
.EastCoast3 .EastCoast3_content .EastCoast3_content_list .content_list_win{ position: fixed; left: 0; top: 0; z-index: 50; display: none;}
.EastCoast3 .EastCoast3_content .EastCoast3_content_list .content_list_win .list_win_bg{ background: rgba(0,0,0,.5); position: fixed; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.EastCoast3 .EastCoast3_content .EastCoast3_content_list .content_list_win .list_win_bg .win_bg_con{ max-width: 800px; background: #fff; padding: 45px;}
.EastCoast3 .EastCoast3_content .EastCoast3_content_list .content_list_win .list_win_bg .win_bg_con .bg_con_dd{ font-size: 20px; color: #333; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #dcdcdc; display: flex; align-items: center; justify-content: space-between;}
.EastCoast3 .EastCoast3_content .EastCoast3_content_list .content_list_win .list_win_bg .win_bg_con .bg_con_dd span{ font-size: 20px; color: #999; cursor: pointer;}
.EastCoast3 .EastCoast3_content .EastCoast3_content_list .content_list_win .list_win_bg .win_bg_con .bg_con_dt{ color: #666; line-height: 30px; font-size: 15px; max-height: 350px; overflow: auto;}









.problem{ background: #fff; padding-bottom: 110px;}
.problem .problem_content .problem_content_list{ margin-bottom: 20px;}
.problem .problem_content .problem_content_list:last-child{ margin-bottom: 0px;}
.problem .problem_content .problem_content_list .content_list_title{ display: flex; align-items: center; height: 96px; background: #f5f5f5; justify-content: space-between; padding: 0px 70px; cursor: pointer;  transition: all 0.5s ease 0s; padding-right:22px;}
.problem .problem_content .problem_content_list .content_list_title dd{ display: flex; align-items: center; font-size: 24px; color: #666666; transition: all 0.5s ease 0s;}
.problem .problem_content .problem_content_list .content_list_title dd span{ border: 1px solid #666666; width: 40px; height: 40px; border-radius: 100%; display: flex; align-items: center; justify-content: center; font-size: 24px; color: #666666; margin-right: 15px; transition: all 0.5s ease 0s;}
.problem .problem_content .problem_content_list .content_list_down{ padding: 33px 70px; background: #fbfbfb; display: none;}
.problem .problem_content .problem_content_list .content_list_down dd{ position: relative;}
.problem .problem_content .problem_content_list .content_list_down dd p{ font-size: 18px; color: #666666; margin-bottom: 20px;}
.problem .problem_content .problem_content_list .content_list_down dd p a{ font-size: 18px; color: #666666;}
.problem .problem_content .problem_content_list .content_list_down dd p a:hover{ color: #1d2a54}
.problem .problem_content .problem_content_list .content_list_down dd p:last-child{ margin-bottom: 0px; }
.problem .problem_content .problem_content_list .content_list_title dt{ width: 24px; height: 24px; position: relative; display: flex; align-items: center; justify-content: center;}
.problem .problem_content .problem_content_list .content_list_title dt img{ position: absolute; opacity: 0; transition: all 0.5s ease 0s;}
.problem .problem_content .problem_content_list .content_list_title dt img:first-child{ opacity: 1; transition: all 0.5s ease 0s;}
.problem .problem_content .problem_content_list .content_list_title.on{ background: #1d2a54;}
.problem .problem_content .problem_content_list .content_list_title.on dd{ color: #fff; transition: all 0.5s ease 0s;}
.problem .problem_content .problem_content_list .content_list_title.on dd span{ background: #fff; border: 1px solid #fff; transition: all 0.5s ease 0s;}
.problem .problem_content .problem_content_list .content_list_title.on dt img:last-child{ opacity: 1; transition: all 0.5s ease 0s;}
.problem .problem_content .problem_content_list .content_list_title.on dt img:first-child{ opacity: 0; transition: all 0.5s ease 0s;}
.problem .Join_nav .Join_nav_list{ background:#f5f5f5;}




.join4{ background:#f5f5f5;}
.join4 .Service3_content .Service3_content_list .content_list_left .list_left_c{ background:#fff; padding:40px;}
.join4 .Service3_content .Service3_content_list .content_list_left .list_left_txt{ height:auto;}



.join5{ padding-bottom:0px; background:#f5f5f5;}
.join5 .join5_title{ font-size:36px; color:#333; margin-bottom:50px;}
.join5 .Join_top .swiper-button-next{ right:-80px;}
.join5 .Join_top .swiper-button-prev{ left:-80px;}
.join5 .Join_top .swiper-button-next, .join5 .Join_top .swiper-button-prev{ width:40px; height:40px; border-radius:100%; border:1px solid #dcdcdc;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.join5 .Join_top .swiper-button-next:hover,.join5 .Join_top .swiper-button-prev:hover{ background:#1d2a54; border:1px solid #1d2a54;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.join5 .Join_top .swiper-button-next:hover:after, .join5 .Join_top .swiper-button-prev:hover:after{ color:#fff;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.join5 .Join_top .swiper-button-next:after, .join5 .Join_top .swiper-button-prev:after{ color:#666; font-size:12px;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}



.join6{ background:#f5f5f5; padding-bottom:100px;}





.JSearch{ background:#fff;}
.JSearch .JoninSociety_search .JoninSociety_search_list{ background:#f5f5f5;}
.JSearch .JSearch_title{ font-size:20px; color:#BBC0C7; margin-top:60px; padding-bottom:20px; border-bottom:1px solid #ccc;}
.JSearch .JSearch_content{ margin-bottom:60px;}
.JSearch .JSearch_content .JSearch_content_list{ padding:50px 0px; border-bottom:1px dashed #ccc;}
.JSearch .JSearch_content .JSearch_content_list .content_list_top{ display:flex; align-items:center; justify-content:space-between;}
.JSearch .JSearch_content .JSearch_content_list .content_list_top .list_top_left .top_left_title{ font-size:30px; color:#333; margin-bottom:30px;}
.JSearch .JSearch_content .JSearch_content_list .content_list_top .list_top_left .top_left_txt{ font-size:22px; color:#333; display:flex; align-items:center;}
.JSearch .JSearch_content .JSearch_content_list .content_list_top .list_top_left .top_left_txt span{ margin-right:100px; display:flex; align-items:center;}
.JSearch .JSearch_content .JSearch_content_list .content_list_top .list_top_left .top_left_txt span:after{ content:""; display:inline-block; width:2px; height:27px; background:#333; margin-left:100px;}
.JSearch .JSearch_content .JSearch_content_list .content_list_top .list_top_left .top_left_txt span:last-child{ margin-right:0px;}
.JSearch .JSearch_content .JSearch_content_list .content_list_top .list_top_left .top_left_txt span:last-child:after{ display:none;}
.JSearch .JSearch_content .JSearch_content_list .content_list_top .list_top_right a{ display:flex; align-items:center; justify-content:center; width:168px; height:61px; font-size:18px; color:#fff; background:#1D2A54;}
.JSearch .JSearch_content .JSearch_content_list .content_list_bottom{ display:none;}
.JSearch .JSearch_content .JSearch_content_list .content_list_bottom .list_bottom_content{ display:flex; justify-content:space-between; padding-top:50px;}
.JSearch .JSearch_content .JSearch_content_list .content_list_bottom .list_bottom_content .bottom_content_list dd{ font-size:20px; color:#333;}
.JSearch .JSearch_content .JSearch_content_list .content_list_bottom .list_bottom_content .bottom_content_list dt{ font-size:18px; color:#999; margin-top:20px; line-height:32px;}
.JSearch .JSearch_content .JSearch_content_list .content_list_bottom .list_bottom_more{ margin-top:20px;}
.JSearch .JSearch_content .JSearch_content_list .content_list_bottom .list_bottom_more a{ display:flex; align-items:center; justify-content:center; width:170px; height:53px; color:#fff; background:#1D2A54; font-size:18px; margin:0 auto;}




.JoinWindow .WContact_content .WContact_content_form{ height:85%;}
.JoinWindow .WContact_content .WContact_content_title{ height:15%;}
.JoinWindow .WContact_content .WContact_content_title dd{ margin-bottom:0px; padding-bottom:0px;}
.JoinWindow .WContact_content .WContact_content_title dd::before{ display:none;}






















@media screen and (max-width:1600px){
.news .news_left{ padding: 0px 3%;}
.banner .buildchange{ left: 19%;}
.path{ padding: 0px 8%;}
.pc_top .pc_top_nav .top_nav_left .nav_left_list{ margin-right:35px;}
.Floor002651 #fullSwiper > .swiper-wrapper > .engineering{ padding: 0px 12%;}
.path{ overflow: hidden;}

.path2 .path2_content{  width: 1500px !important;}
.Service .Service_bottom .Service_bottom_right{ right: 0;}


#certify .swiper-button-next,.LPictures .swiper-button-next{ right:0;}
#certify .swiper-button-prev,.LPictures .swiper-button-prev{ left:0;}




.about2 .about2_left{ padding:0px 3%; padding-left:3%;}

.honor_bottom{ padding:80px 0px;}
.LPictures .swiper-button-next,.LPictures .swiper-button-prev{ top:65%;}

.path2 .path2_content ul li{ height: 613px;}

}







@media screen and (max-width:1620px){
.pc_all .pc_all_content,.footer footer{ max-width:1200px;}
.pc_top .pc_top_nav .top_nav_left .nav_left_list{ margin-right:35px;}




.banner .banner_content .banner_content_list .list_img_txt dt{ font-size:30px; font-weight:normal; margin-bottom:40px;}
.banner .banner_content .banner_content_list .list_img_txt a{ width:140px; height:45px;}
.banner .banner_content .banner_content_list .list_img_txt a i{ margin-left:15px;}
.thechnology .thechnology_txt .thechnology_txt_list dd{ font-size:22px;}
.thechnology .thechnology_txt .thechnology_txt_list dt{ font-size:14px; line-height:26px;}
.thechnology .thechnology_txt .thechnology_txt_list dd{ padding-bottom:22px; margin-bottom:22px;}
.thechnology .thechnology_txt .thechnology_txt_list a{ font-size:14px;}




.path2 .path2_content{  width: 1300px !important;}


.ProductNav .DetailsBanner_txt .DetailsBanner_txt_nav a{ padding: 0px 20px;}


.download .download_content .download_content_list .content_list_li .list_li_txt .li_txt_title{ margin-bottom:25px;}
.download .download_content .download_content_list .content_list_li .list_li_txt .li_txt_more{ margin-top:20px;}


.HAZOP_bottom .HAZOP_bottom_title{ width:32%; margin-right:2%;}
.HAZOP_bottom .HAZOP_bottom_list{ width:32%; margin-right:2%; padding:25px;} 
.HAZOP_bottom .HAZOP_bottom_list:nth-child(2){padding-bottom: 42px;}
.WContact .WContact_content .WContact_content_title dd{ font-size:22px; margin-bottom:12px; padding-bottom:12px;}


.News2 .News2_top .News2_top_left{ width:41%;}
.News2 .News2_top .News2_top_right{ width:56%;}
.JoinGet .pc_all_content .JoinGet_list{ padding:0px 25px; padding-top:80px;}

.contact2 .contact2_form{ padding:54px 15%;}


.Join .Join_bottom{ padding:0px;}
.JoinGet .pc_all_content{ padding:0px;}


.Service3_Design .Service3_Design_content{ padding:0px;}
.Service3_Design .Service3_Design_content .Design_content_list:nth-child(1){ width:60%;}
.Service3_Design .Service3_Design_content .Design_content_list{ width:40%;}
.Service3_Design .Service3_Design_content .Design_content_list:nth-child(3){ width:60%;}




.News .News_top .News_top_content .top_content_right .content_right_title{ margin-bottom: 25px;}
.News .News_top .News_top_content .top_content_right .content_right_form .right_form_list{ margin-bottom: 20px;}
.News .News_top .News_top_content .top_content_right .content_right_form .right_form_submit{ margin-top: 25px;}

.DetailsBanner .DetailsBanner_txt{ width:1200px;}

.about2 .about2_left{ padding:0px 5%;}

.Culture_bottom .Culture_bottom_list{ padding:0px 45px; padding-top:55px;}

.honor_bottom{ padding:60px 0px;}
.honor .honor_top .honor_top_list dd{ padding:15px;}

.Honor2 .Honor2_content .Honor2_content_list{ padding:0px 15px;}
.Honor2 .Honor2_content .Honor2_content_list .content_list_txt dd{ font-size:28px;}
.Honor2 .Honor2_bottom .Honor2_bottom_img .bottom_img_list dt{ font-size:14px;}

.Innovation .Innovation_top .Innovation_top_title dt{ width:58%; text-align:justify;}
.Innovation .Innovation_top .Innovation_top_title{ font-size:26px; font-weight:normal;}
.Innovation .Innovation_top .Innovation_top_txt{ margin-top:25px;}
.Innovation .Innovation_bottom .Innovation_bottom_txt .bottom_txt_left .txt_left_txt p{ font-size:16px; line-height:28px;}


.banner .buildchange{ left:24%;}


.thechnology .thechnology_right .thechnology_right_list .right_list_icon img{ max-height:32px;}
.thechnology .thechnology_right .thechnology_right_list .right_list_txt dd{ font-size:14px;}
.thechnology .thechnology_right .thechnology_right_list .right_list_txt dt{ font-size:12px;}
.thechnology .thechnology_txt .thechnology_txt_list{ width:70%; padding:45px 35px;}
.thechnology .thechnology_right .thechnology_right_list .right_list_more{ width:20px; height:20px; font-size:14px;}
.thechnology .thechnology_right .thechnology_right_list:before{ width:3px; left:-3px;}

.path{ padding:0px 5%;}
.path .path_content .path_list .path_list_txt{ text-align:center;}


.Floor002651 #fullSwiper > .swiper-wrapper > .engineering{ padding:0px 4%;}
.engineering .engineering_top .engineering_top_list dd{ font-size:20px;}
.engineering .engineering_bottom .engineering_bottom_list .bottom_list_title dd{ font-size:18px;}
.engineering .engineering_bottom .engineering_bottom_list .bottom_list_title dt{ font-size:13px;}

.client .client_content{ padding:0px 5%;}


.news .news_left{ padding:0px 5%;}
.news .news_left .news_left_title{ font-size:30px; line-height:35px;}
.news .news_left .news_left_center dd{ font-size:24px;}
.news .news_right .news_right_list .right_list_title{ font-size:18px;}
#footer .footer_top{ padding:0px; max-width:1200px; margin:0 auto;}
#footer .footer_top .footer_top_left{ width:41%;}
#footer .footer_top .footer_top_left .top_left_logo .logo{ max-width: 60%;}

.Honor2 .Honor2_bottom .Honor2_bottom_txt .bottom_txt_left p{ font-size: 16px;}
.Honor2 .Honor2_bottom .Honor2_bottom_txt .bottom_txt_left p::before{ width: 6px; height: 6px; margin-right: 10px;}


.Innovation .Innovation_center .Innovation_center_list .center_list_txt{ margin-bottom:20px;}
.Innovation .Innovation_center .Innovation_center_list .center_list_txt .list_txt_left{ font-size: 16px;}
.Innovation .Innovation_center .Innovation_center_list .center_list_txt .list_txt_left p{ margin-bottom: 13px; line-height:28px;}
.Innovation .Innovation_center .Innovation_center_list .center_list_title{ font-size: 34px; margin-bottom: 22px;}
.Innovation .Innovation_bottom .Innovation_bottom_txt .bottom_txt_left .txt_left_title{ font-size: 26px;}
.Innovation .Innovation_bottom .Innovation_bottom_txt .bottom_txt_left .txt_left_title img{ height: 55px;}


.path .path_content .path_list .path_list_img img{ height: 77px;}
.path .path_content .swiper-slide-active .path_list_img img{ height: 294px;}

.news .news_right .news_right_list .right_list_time dd{ font-size: 45px;}


.Service2 .Service2_proportion .Service2_proportion_contnet .proportion_contnet_left p{ margin-bottom: 25px;}
.Service2 .Service2_proportion .Service2_proportion_contnet .proportion_contnet_left p:last-child{ margin-bottom: 0px;}


.Product .Product_center .Product_center_left .center_left_top{ padding: 30px;}


.pc_top .pc_top_logo{ display: inline-block; width:20%;}
.pc_top .pc_top_logo img{ max-width:100%;}
.pc_top .pc_top_nav .top_nav_left .nav_left_list .left_list_title{ font-size:16px;}


#footer .footer_top .footer_top_right .top_right_list dt a{ font-size:16px;}

.engineering .engineering_title{ margin-bottom:20px;}

.DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_nav a{ padding:0px 15px; font-size:14px;}


.download .download_content .download_content_list .content_list_li .list_li_txt{ padding:0px 22px;}
.download .download_content .download_content_list .content_list_li .list_li_txt .li_txt_p{ font-size:15px; line-height:28px;}


.JoinStroke3 .JoinStroke3_content .JoinStroke3_content_list .content_list_top dt{ font-size:16px;}





.EastCoast3 .EastCoast3_content .EastCoast3_content_list{ padding-top:70px;}
.EastCoast3 .EastCoast3_content .EastCoast3_content_list .content_list_title{ font-size:22px;}
.EastCoast3 .EastCoast3_content .EastCoast3_content_list .content_list_txt{ height:300px;}


.Service3 .Service3_content .Service3_content_list .content_list_left .list_left_txt{ font-size:15px; padding-right:0px;}
.Service3 .Service3_content .Service3_content_list .content_list_left .list_left_title{ font-size:28px; margin-bottom:20px;}

.JSearch .JSearch_content .JSearch_content_list .content_list_top .list_top_left .top_left_txt span{ margin-right:50px;}
.JSearch .JSearch_content .JSearch_content_list .content_list_top .list_top_left .top_left_txt span:after{ margin-left:50px;}


.contact2 .contact2_contact .contact2_contact_left .contact_left_bottom{ margin-top:45px;}
.contact2 .contact2_contact .contact2_contact_left .contact_left_txt .left_txt_list{ margin-bottom:20px;}

.pc_top .pc_top_nav .top_nav_right{ padding-right:30px;}

.WNews .WNews_content .WNews_content_title{ height:20%;}
.WNews .WNews_content .WNews_content_form{ height:80%;}

.WDownload .WDownload_content .WDownload_content_form{ padding:30px 130px;}



.Floor002651 #fullSwiper > .swiper-wrapper > .path2{ padding-top:0px;}

.path2 .path2_content{ height:88%;}
.path2 .path2_content ul li .content_list_title dd{ font-size:20px;}
.path2 .path2_content ul li.on .content_list_title dt{ font-size:30px;}
.path2 .path2_content ul li .content_list_title dt:before{ width:9px; height:18px; background-size:100%; margin-right:20px;}
.path2 .path2_content ul li .content_list_title dt:after{ width:9px; height:18px; background-size:100%; margin-left:20px;}
.path2 .path2_content ul li .content_list_bottom{ font-size:16px;}

.engineering .engineering_title{ font-size:14px; line-height:24px;}
.engineering .swiper-container{ height:250px;}
.engineering .engineering_top .engineering_top_list dt img{width:auto !important;}
.engineering .swiper-button-next:after, .engineering .swiper-button-prev:after{ font-size:26px;}
.engineering .engineering_bottom .engineering_bottom_list{ padding:12px;}
.engineering .engineering_bottom .engineering_bottom_list .bottom_list_title dd{ font-size:16px;}
.engineering .engineering_bottom .engineering_bottom_list .bottom_list_txt p{ font-size:14px; display: block;}
.engineering .engineering_bottom{ height: auto;}



.client .client_title dd{ font-size:26px;}
.news .news_left .news_left_center dt{ font-size:14px;}
.news .news_right .news_right_list .right_list_time dt{ font-size:18px; margin-bottom:20px;}
.news .news_right .news_right_list .right_list_title{ font-size:16px; line-height:32px;}
.news .news_right .news_right_list .right_list_img img{ height:165px;}
.news .news_right .news_right_list .right_list_content{ font-size:14px; line-height:28px; height:84px;}
.news .news_right .news_right_list{ padding:0px 14px;}
.news .news_left .news_left_more{ font-size:16px;}



#footer .footer_top .footer_top_left .top_left_nav a{ font-size:16px;}
#footer .footer_top .footer_top_right .top_right_list dd a{ font-size:14px;}
#footer .footer_top .footer_top_right .top_right_list dt p a{ font-size:12px;}
#footer .footer_bottom{ font-size:14px;}
#footer .footer_top .footer_top_left .top_left_bottom a{ font-size:14px;}



.DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_top dd{ font-size:30px;}
.DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_p{ font-size:14px;}


.about{ padding:50px 0px;}
.about .about_title dd{ font-size:30px;}
.about2 .about2_left{ font-size:14px; line-height:26px;}
.about2 .about2_right dt img{ width:60px; height:60px;}



.Culture .Culture_title{ font-size:20px;}
.Culture .Culture_txt{ font-size:14px;}

.Culture_bottom .pc_all_content{ top:0; margin-bottom:0px;}
.Culture_bottom .Culture_bottom_list{ padding:35px;}
.Culture_bottom .Culture_bottom_list .bottom_list_title dd{ font-size:20px;}
.Culture_bottom .Culture_bottom_list .bottom_list_title dt{ font-size:16px;}
.Culture_bottom .Culture_bottom_list .bottom_list_txt{ font-size:14px; line-height:26px;}

.honor{ padding:80px 0px;}
.honor .honor_top .honor_top_list dt{ font-size:16px;}

#certify .swiper-slide{ width:400px;}
#certify .swiper-slide dt{ font-size:18px;}


.Innovation{ padding:55px 0px;}
.Innovation .Innovation_top .Innovation_top_title{ font-size:16px;}
.Innovation .Innovation_top .Innovation_top_title dt{ line-height:28px;}
.Innovation .Innovation_top .Innovation_top_txt{ font-size:16px; margin-top:15px;}
.Innovation .Innovation_top{ height: auto; padding:45px;}
.Innovation .Innovation_center .Innovation_center_list .center_list_title,.LPictures .LPictures_title dd{ font-size:26px;}
.Innovation .Innovation_center .Innovation_center_list .center_list_txt .list_txt_left{ font-size:14px;}
.Innovation .Innovation_bottom .Innovation_bottom_title{ font-size:26px;}
.Innovation .Innovation_bottom .Innovation_bottom_txt .bottom_txt_left .txt_left_txt p{ font-size:14px;}
.Innovation .Innovation_honor .Innovation_honor_right .honor_right_title{ font-size:20px;}
.Innovation .Innovation_honor .Innovation_honor_right{ width:15%;}
.Innovation .Innovation_honor .Innovation_honor_right .honor_right_page .swiper-button-next,.Innovation .Innovation_honor .Innovation_honor_right .honor_right_page .swiper-button-prev{ width:30px; height:30px; border:1px solid #333;}
.Innovation .swiper-button-next:after, .Innovation .swiper-button-prev:after{ font-size:14px;}
.Innovation .Innovation_honor .Innovation_honor_left{ width:88%;}
.Innovation .Innovation_honor{ padding:30px;}
.Innovation .Innovation_bottom{ margin-top:30px;}
.LPictures .LPictures_title{ margin-bottom:35px;}
.LPictures{ padding:35px;}
.LPictures .swiper-button-next, .LPictures .swiper-button-prev{ top:55%;}
.LPictures .swiper-button-next{ right:-15px;}
.LPictures .swiper-button-prev{ left:-15px;}
.LPictures .swiper-button-next:after, .LPictures .swiper-button-prev:after{ font-size:20px;}


.SClient{ padding:65px 0px;}
.SClient .SClient_title{ font-size:26px; margin-bottom:30px;}
.SClient .SClient_content .SClient_content_list .content_list_right dd{ font-size:14px; line-height:28px;}
.SClient .SClient_content .SClient_content_list .content_list_right dt{ font-size:16px;}


.Product{ padding:55px 0px;}
.Product .Product_top img{ height:140px; object-fit:cover;}
.Product .Product_top .Product_top_left dd{ font-size:26px;}
.Product .Product_top .Product_top_left dd:before,.Product .Product_top .Product_top_left dd:after{ height:2px;}
.Product .Product_center .Product_center_left .center_left_top dd{ font-size:16px; font-weight:normal; margin-bottom:15px;}
.Product .Product_center .Product_center_left .center_left_top dt{ font-size:14px; line-height:28px;}
.Product .Product_center .Product_center_right .center_left_top dt a{ font-size:14px; line-height:28px; margin-bottom:0px;}
.Product .Product_center .Product_center_right .center_left_top dt a:before,.Product .Product_center .Product_center_left .center_left_top dt p:before{ width:4px; height:4px;}
.Product .Product_center .Product_center_right .bottom_right_list{ padding:30px;}
.Product .Product_center .Product_center_right .bottom_right_list .right_list_title{ margin-bottom:15px; font-size:16px; font-weight:normal;}
.Product .Product_center .Product_center_right .bottom_right_list .right_list_txt dt{ font-size:14px;}
.Product .Product_center .Product_center_right .bottom_right_list:last-child .right_list_txt dt{ line-height:normal;}
.Product .Product_center .Product_center_right .bottom_right_list .right_list_txt a{ font-size:14px; width:100%; height:40px; margin-top:15px;}
.Product .Product_show .Product_show_content .show_content_list dt{ font-size:14px; line-height:26px; text-align:left;}


.Product2 .Product2_bottom .Product2_bottom_list{ padding:20px 0px;}
.Product2 .Product2_bottom .Product2_bottom_list .bottom_list_title{ font-size:16px;}
.Product2 .Product2_bottom .Product2_bottom_list .bottom_list_txt{ font-size:14px;}
.Product2 .Product2_bottom .Product2_bottom_list a{ font-size:14px; height:40px; margin-top:15px;}


.Product3 .Product3_bottom{ padding:30px;}
.Product3 .Product3_bottom .Product3_bottom_title{ font-size:16px; margin-bottom:20px;}
.Product3 .Product3_bottom .Product3_bottom_txt{ font-size:14px; line-height:24px;}


.pc_top .pc_top_nav .top_nav_left .nav_left_list:hover .left_list_down{ max-height:230px;}
.pc_top .pc_top_nav .top_nav_left .nav_left_list .left_list_down a{ font-size:15px; margin-top:25px; padding-bottom:20px;}


.Service2{ padding-bottom:60px;}
.Service2 .Service2_title dd{ font-size:20px;}
.Service2 .Service2_title dt{ font-size:16px; line-height:28px;}
.Service2 .Service2_title{ margin-bottom:35px;}
.Service2 .Service2_center .Service2_center_left dd{ font-size:20px;}
.Service2 .Service2_center .Service2_center_left dt{ font-size:16px; line-height:28px;}
.Service2 .Service2_cycle .Service2_cycle_title{ font-size:24px;}
.Service2 .Service2_cycle .Service2_cycle_content .cycle_content_list .content_list_title{ font-size:16px; height:60px;}
.Service2 .Service2_cycle .Service2_cycle_content .cycle_content_list .content_list_txt .list_txt_list{ font-size:14px;}
.Service2 .Service2_cycle .Service2_cycle_content .cycle_content_list .content_list_txt .content_list_bottom{ font-size:16px;}
.Service2 .Service2_cycle .Service2_cycle_content .cycle_content_list .content_list_txt .content_list_bottom{ font-size:16px;}
.Service2 .Service2_proportion .Service2_proportion_contnet .proportion_contnet_left{ padding:0px 25px;}
.Service2 .Service2_proportion .Service2_proportion_contnet .proportion_contnet_left p{ font-size:16px;}
.Service2 .Service2_proportion .Service2_proportion_contnet .proportion_contnet_left p span{ font-size:30px; margin-right:8px;}



.SCraft .SCraft_Advantage .SCraft_Advantage_right dd,.SCraft .SCraft_support .SCraft_support_title dd{ font-size:16px; margin-bottom:15px;}
.SCraft .SCraft_Advantage .SCraft_Advantage_right dt,.SCraft .SCraft_support .SCraft_support_title dt{ font-size:14px; line-height:30px;}
.SCraft .SCraft_support .SCraft_support_txt .support_txt_list .txt_list_top dt{ font-size:16px; line-height:24px; height:48px; margin-top:10px;}
.SCraft .SCraft_support .SCraft_support_txt .support_txt_list .txt_list_bottom{ padding:15px; font-size:14px; line-height:24px;}
.SCraft .SCraft_support{ margin:35px 0px;}



.Service3 .Service3_content .Service3_content_list .content_list_left .list_left_title{ font-size:16px;}
.Service3 .Service3_content .Service3_content_list .content_list_left .list_left_txt{ font-size:14px; line-height:26px;}
.Service3 .Service3_content .Service3_content_list .content_list_left .list_left_c{ padding:40px;}
.Service3 .Service3_bottom .Service3_bottom_title{ font-size:24px;}
.HAZOP .HAZOP_content .HAZOP_content_right .content_right_bottom span{ font-size:14px;}
.HAZOP .HAZOP_content .HAZOP_content_right .content_right_top p{ font-size:14px; line-height:26px;}
.HAZOP .HAZOP_Problem .HAZOP_Problem_title{ font-size:20px; margin-bottom:30px;}
.HAZOP .HAZOP_Problem .HAZOP_Problem_content .Problem_content_list{ margin-bottom:15px;}
.HAZOP .HAZOP_Problem .HAZOP_Problem_content .Problem_content_list .content_list_title{ font-size:16px; padding-bottom:15px;}
.HAZOP .HAZOP_Problem .HAZOP_Problem_content .Problem_content_list .content_list_txt{ font-size:14px; margin-top:10px;}
.HAZOP_bottom .HAZOP_bottom_title dd{ font-size:20px;}
.HAZOP_bottom .HAZOP_bottom_list .bottom_list_txt dd{ font-size:16px;}
.HAZOP_bottom .HAZOP_bottom_list .bottom_list_txt dt p{ font-size:14px;}
.HAZOP_bottom .HAZOP_bottom_title dt{ font-size:16px;}
.HAZOP_bottom .pc_all_content{ padding:55px 0px; padding-bottom:20px;}
.HAZOP_bottom .HAZOP_bottom_list{border: 1px solid #1D2A54; margin-bottom:40px;}
.HAZOP_bottom .HAZOP_bottom_list:hover{border: 1px solid #1D2A54;}
.HAZOP_bottom .HAZOP_bottom_list:nth-child(4){padding-bottom: 29px;}
.HAZOP_bottom .HAZOP_bottom_list:nth-child(6){padding-bottom: 32px;}

.SIL .SIL_content .SIL_content_list .content_list_right{ font-size:15px; line-height:26px;}
.SIL .SIL_content .SIL_content_list .content_list_right{ width:55%;}




.Chemical{ padding:55px 0px;}
.Chemical .Chemical_title{ font-size:20px; padding-bottom:20px;}
.Chemical .Chemical_content .Chemical_content_list{ font-size:16px; height:65px;}
.Chemical .Chemical_content{ margin-bottom:20px;}


.WDownload .WDownload_content .WDownload_content_title{ height:100px;}
.WDownload .WDownload_content .WDownload_content_title dd{ font-size:18px;}
.WDownload .WDownload_content .WDownload_content_title dt{ font-size:14px; margin-top:10px;}
.WDownload .WDownload_content .WDownload_content_form .content_form_list .form_list_left{ font-size:14px;}
.WDownload .WDownload_content .WDownload_content_form .content_form_list .form_list_right input{ height:40px;}
.WDownload .WDownload_content .WDownload_content_form .content_form_submit input{ height:40px; font-size:16px;}
.WDownload .WDownload_content .WDownload_content_form .content_form_cord .form_list_right img{ height:40px;}




.about .about_title dd{ font-size:26px;}
.Service .Service_top .Service_top_list .top_list_title dd{ font-size:18px;}
.Service .Service_top .Service_top_list .top_list_down .list_down_li .down_li_txt dd{ font-size:16px;}
.Service .Service_top .Service_top_list .top_list_down .list_down_li .down_li_txt dt{ font-size:14px;}
.Service .Service_top .Service_top_list .top_list_title{ height:65px;}
.Service .Service_top .Service_top_list .top_list_title dt img{ width:25px; height:25px;}
.Service .Service_bottom .Service_bottom_right .bottom_right_list dt{ font-size:14px;}



.News .News_top .News_top_title{ padding-bottom:30px;}
.News .News_top .News_top_title dd{ font-size:20px;}
.News .News_top .News_top_title dt{ font-size:18px; padding-bottom:20px;}
.News .News_top .News_top_content .top_content_right .content_right_title dd{ font-size:18px;}
.News .News_top .News_top_content .top_content_right .content_right_title dt{ font-size:14px;}
.News .News_top .News_top_content .top_content_right .content_right_form .right_form_list dd{ font-size:14px;}
.News .News_top .News_top_content .top_content_right .content_right_form .right_form_list dt .radio_jibie .button{ font-size:14px;}
.News .News_top .News_top_content .top_content_right .content_right_form .right_form_submit input{ font-size:14px;}
.News .News_top .News_top_content .top_content_right .content_right_form .right_form_list dt .radio_jibie .button{ padding-left:30px; background-size:20%;}
.News .News_top .News_top_content .top_content_right .content_right_form .right_form_list dt .radio_jibie input[type=radio]:checked ~ .button{ background-size:20%;}
.News .News_top .News_top_content .top_content_right .content_right_form .right_form_bottom a{ font-size:14px;}
.News .News_content .News_content_list .content_list_txt dd{ font-size:16px;}
.News .News_content .News_content_list .content_list_txt p{ font-size:16px;}
.News .News_content .News_content_list .content_list_txt dt{ font-size:14px; line-height:26px;}
.News .News_content .News_content_list{ padding:20px;}




.News2 .News2_top .News2_top_left .top_left_title dt{ font-size:20px;}
.download .download_title{ font-size:20px;}
.download .download_nav a{ font-size:16px;}


.download .download_content .download_content_list .content_list_li .list_li_txt .li_txt_title{ font-size:16px;}
.download .download_content .download_content_list .content_list_li .list_li_txt .li_txt_p{ font-size:14px; height:140px; overflow:auto;}



.Join{ padding:55px 0px;}
.join3 .Service3_content .Service3_content_list .content_list_left .list_left_txt dd{ font-size:16px;}
.join3 .Service3_content .Service3_content_list .content_list_left .list_left_txt dt{ font-size:14px;}
.Join .Join_top .Join_top_list .top_list_title{ font-size:16px;}
.Join .Join_bottom .Join_bottom_list .bottom_list_title{ font-size:16px;min-height: 60px;}
.Join .Join_bottom .Join_bottom_list .bottom_list_more{ font-size:14px;}
.Join .Join_bottom .Join_bottom_list .bottom_list_icon img{ max-height:90px;}
.Join .Join_bottom .Join_bottom_list .bottom_list_icon{ border-top:1px solid #1d2a54; border-bottom:1px solid #1d2a54;}
.Join .Join_nav .Join_nav_list .nav_list_content dd{ font-size:18px; margin-bottom:12px;}
.Join .Join_nav .Join_nav_list .nav_list_content dt{ font-size:14px; line-height:25px;    min-height: 100px;}
.Join .Join_nav .Join_nav_list .nav_list_more{ font-size:14px; margin-top:20px;}


.Join2{ padding:55px 0px;}
.Join2 .Join2_title,.JoinGet .Join2_title{ font-size:26px;}
.Join2 .Join2_txt dd{ font-size:18px;}
.Join2 .Join2_txt dt{ font-size:14px;}

.JoinGet{ padding:55px 0px;}
.JoinGet .JoinGet_content .JoinGet_content_list .content_list_title{ font-size:18px; margin-bottom:20px;}
.JoinGet .JoinGet_content .JoinGet_content_list .content_list_txt{ font-size:14px; line-height:28px;}
.JoinGet .JoinGet_content .JoinGet_content_list{ padding:25px; padding-bottom:100px;}

.JoninSociety .JoninSociety_search .JoninSociety_search_list{ font-size:16px;}
.JoninSociety .JoninSociety_search .JoninSociety_search_submit{ font-size:16px;}
.JoninSociety input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#BBC0C7; font-size:16px;font-weight: normal;}
.JoninSociety input::-webkit-input-placeholder{ /* WebKit browsers */ color:#BBC0C7; font-size:16px;font-weight: normal;}
.JoninSociety input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#BBC0C7; font-size:16px;font-weight: normal;}
.JoninSociety input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#BBC0C7; font-size:16px;font-weight: normal;}
.JoninSociety input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#BBC0C7; font-size:16px; font-weight: normal;}



.SJoin{ padding-top:0px;}
.SJoin .SJoin_content .SJoin_content_title .content_title_list{ font-size:16px;}
.SJoin .SJoin_content .SJoin_content_txt .content_txt_list .txt_list_title dd{ font-size:14px;}
.SJoin .SJoin_content .SJoin_content_txt .content_txt_list .txt_list_title dd a{ font-size:14px;}
.SJoin .SJoin_content .SJoin_content_txt .content_txt_list .txt_list_bottom{ padding:45px;}
.SJoin .SJoin_content .SJoin_content_txt .content_txt_list .txt_list_bottom .list_bottom_button a{ font-size:16px;}
.SJoin .Join_nav{ margin-top:0px;}
.SJoin .Join_nav .Join_nav_list .nav_list_more{ padding:0px 45px; padding-bottom:25px;}



.JoinStroke .JoinStroke_content .JoinStroke_content_title a{ font-size:18px;}
.JoinStroke .JoinStroke_content .JoinStroke_content_txt .content_txt_list .txt_list_right .list_right_li .right_li_title dd{ font-size:16px;}
.JoinStroke .JoinStroke_content .JoinStroke_content_txt .content_txt_list .txt_list_right .list_right_li .right_li_title dt{ font-size:14px;}
.JoinStroke .JoinStroke_content .JoinStroke_content_txt .content_txt_list .txt_list_right .list_right_li .right_li_txt{ font-size:14px;}
.JoinStroke .JoinStroke_content .JoinStroke_content_txt .content_txt_list .txt_list_right{ padding: 0px 25px; height:500px;}
.JoinStroke .JoinStroke_content .JoinStroke_content_txt .content_txt_list .txt_list_left img{ height:500px;}


.JoinStroke2 .JoinStroke2_content .JoinStroke2_content_title{ font-size:16px;}
.JoinStroke2 .JoinStroke2_content .JoinStroke2_content_nav a{ font-size:15px; padding:0px 20px;}
.JoinStroke2 .JoinStroke2_content .JoinStroke2_content_txt .content_txt_list{ padding:0px 20px; height:65px;}
.JoinStroke2 .JoinStroke2_content .JoinStroke2_content_txt .content_txt_list .txt_list_li2{ font-size:16px;}
.JoinStroke2 .JoinStroke2_content .JoinStroke2_content_txt .content_txt_list .txt_list_li{ font-size:15px;}
.JoinStroke2 .JoinStroke2_content .JoinStroke2_content_txt .content_txt_list .txt_list_li a{ font-size:15px;}

.WContact .WContact_content .WContact_content_title dt{ font-size:15px;}
.WContact .WContact_content .WContact_content_form .content_form_list dd{ width:25%;}
.WContact .WContact_content .WContact_content_form .content_form_list dt{ width:70%;}
.WContact .WContact_content .WContact_content_form .content_form_list dd{ font-size:15px;}
.WContact .WContact_content .WContact_content_form .content_form_list .uploader input[type=file]{ font-size:15px;}



.JoinStroke4 .JoinStroke4_content .JoinStroke4_content_title dd{ font-size:18px;}
.JoinStroke4 .JoinStroke4_content .JoinStroke4_content_title dt{ font-size:16px;}
.JoinStroke4 .JoinStroke4_content .JoinStroke4_content_txt .content_txt_list{ font-size:16px; padding-bottom:20px; margin-bottom:20px;}
.JoinStroke4 .JoinStroke4_content .JoinStroke4_content_txt .content_txt_list:before{ top:6px;}



.JPractice .JPractice_content .JPractice_content_left dd{ font-size:16px; line-height:30px;}
.JPractice .JPractice_content .JPractice_content_left dt{ font-size:14px; line-height:26px;}
.JPractice .JPractice_content{ padding:30px;}


.EastCoast .EastCoast_content .EastCoast_content_top{ margin-bottom:55px;}
.EastCoast .EastCoast_content .EastCoast_content_top{ font-size:14px;}


.JoinGet .Join2_title dt{ font-size:14px; line-height:26px;}


.EastCoast3 .EastCoast3_content .EastCoast3_content_list .content_list_title{ font-size:16px;}
.EastCoast3 .EastCoast3_content .EastCoast3_content_list .content_list_txt{ font-size:14px; line-height:28px; height:212px;}


.problem{ padding:50px 0px;}
.problem .problem_content{ margin-bottom:50px;}
.problem .problem_content .problem_content_list .content_list_title{ font-size:16px; height:60px; padding-left:30px;}
.problem .problem_content .problem_content_list .content_list_title dd{ font-size:16px;}
.problem .problem_content .problem_content_list .content_list_down dd p{ font-size:14px;}
.problem .problem_content .problem_content_list .content_list_down dd img{ max-width:100px;}
.problem .problem_content .problem_content_list .content_list_down{  padding-left:30px;}


.contact .contact_content .contact_content_list .content_list_txt .list_txt_top dt{ font-size:18px;}
.contact .contact_content .contact_content_list .content_list_txt .list_txt_bottom p{ font-size:15px;}


.contact2 .contact2_title{ height:150px;}
.contact2 .contact2_title dd{ font-size:20px; margin-bottom:15px;}
.contact2 .contact2_title dd span:before,.contact2 .contact2_title dd span:after{ height:1px;}
.contact2 .contact2_title p{ font-size:14px;}
.contact2 .contact2_form .contact2_form_list{ margin-bottom:20px;}
.contact2 .contact2_form .contact2_form_list dd{ font-size:16px;}
.contact2 .contact2_form .contact2_form_submit input{ height:55px; font-size:16px;}
.contact2 .contact2_Agent .contact2_Agent_title dd{ font-size:20px; margin-bottom:15px;}
.contact2 .contact2_Agent .contact2_Agent_txt .Agent_txt_list dt{ font-size:16px;}
.contact2 .contact2_Agent .contact2_Agent_txt .Agent_txt_list p{ font-size:14px;}
.contact2 .contact2_Agent .contact2_Agent_more a{ height:55px; font-size:16px;}
.contact2 .contact2_contact .contact2_contact_left .contact_left_title{ font-size:20px;}
.contact2 .contact2_contact .contact2_contact_left .contact_left_txt .left_txt_list{ font-size:16px;}
.contact2 .contact2_contact .contact2_contact_left .contact_left_bottom{ font-size:16px;}
.contact2 .contact2_contact .contact2_contact_left .contact_left_bottom a{ font-size:16px;}
.contact2 .contact2_Agent{ padding:30px;}
.contact2 .contact2_Agent .contact2_Agent_txt .Agent_txt_list{ padding:0px 35px;}
.contact2 .contact2_Agent .contact2_Agent_txt .Agent_txt_list dd{ font-size:20px; width:45px; height:45px;}
.contact2 .contact2_Agent .contact2_Agent_more{ margin-top:25px;}


.DetailsBanner .DetailsBanner_img img{ height:500px;}


#footer .footer_top .footer_top_left .top_left_logo{ padding:25px 0px;}
#footer .footer_bottom a{ font-size:14px;}

}











    









@media screen and (max-width:1400px){
.Join .Join_top .swiper-button-prev{ left:10px;}
.Join .Join_top .swiper-button-next{right:10px;}
.pc_top .pc_top_nav .top_nav_left .nav_left_list{ margin-right:22px;}
.Floor002651 #footer footer{ padding-top: 0px;}
#footer .footer_bottom{ height: 60px;}
#footer .footer_top{ align-items: center;margin-top: 3em;}
#footer .footer_top .footer_top_left .top_left_nav{ height: 60px;}
#footer .footer_top .footer_top_right .top_right_list dd{ margin-bottom: 15px;}
#footer .footer_top .footer_top_right .top_right_list dt p a{ font-size: 12px; opacity: .7;}
#footer .footer_top .footer_top_right .top_right_list dt p{ margin-bottom: 8px;}
.Floor002651 .swiper-pager.footer{ top: 80px;height: calc( 100% - 479px);transition: all 0.3s ease 0s;}
.news .news_right .news_right_list .right_list_img{ margin-bottom: 15px;}
.news .news_right .news_right_list .right_list_title{ margin-bottom: 15px;}
.engineering .engineering_bottom .engineering_bottom_list{ padding: 15px 22px;}



.Floor002651 #fullSwiper > .swiper-wrapper > .path2{ padding-top: 0px;}
.path2 .path2_content{ height: 635px;}




.about_path{ overflow: hidden;}



}









@media screen and (max-width:1220px){
.pc_all .pc_all_content,.solution .solution_content,.DetailsBanner .DetailsBanner_txt{ width: 96% !important; margin: 0 auto;height:auto; overflow: hidden;}
.pc_top{ display: none;}
#footer .footer_top{ display:none;}
.footer_height{ position:inherit; height:auto;}
#footer .footer_bottom{ display:block; padding:0px 3%; text-align:center; border-top:0px; margin-top:0px; height:auto; padding:15px 0px; font-size:13px; line-height:22px;}
.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%;}
.Floor002651 .swiper-pager,.min_box{ display:none;}
.IndexBody{ padding:0px;}
.IndexBody .no_slide{ display:inline-block;}

.banner_icon_i{ width:100%;}
.center_list_txt .list_txt_right dd img{ width: auto !important;}

.pc_height{ display:none;}


.banner .SCROLL_DOWN{ display:none;}
.banner .buildchange{ display:none;}
.banner .slick-dots{ justify-content:center; width:100%; left:0;}
.banner .slick-dots li button{ opacity:.5;}
.banner .slick-dots li.slick-active button{ border: 1px solid rgba(255,255,255,0); opacity:1;}
.banner .banner_content .banner_content_list .list_img_txt dd{ font-size: 18px; margin-bottom: 10px;}
.banner .banner_content .banner_content_list .list_img_txt dt{ font-size: 14px; margin-bottom: 20px;}
.banner .banner_content .banner_content_list .list_img_txt a{ font-size: 12px; width: 100px; height: 30px;}
.banner .banner_content .banner_content_list .list_img_txt a i{  margin-left: 10px; }


.thechnology{ padding: 4% 3%;}
.thechnology .thechnology_img,.thechnology .thechnology_txt,.thechnology .thechnology_right{ position:inherit;}
.thechnology .thechnology_img img{ height:auto !important; max-height:170px; object-fit:cover;}
.thechnology .thechnology_img dt{ display:none;}
.thechnology .thechnology_txt{ width:100%; margin-bottom:20px;}
.thechnology .thechnology_txt .thechnology_txt_list{ width:100% !important; padding:20px;}
.thechnology .thechnology_txt .thechnology_txt_list dd{ font-size:18px; padding-bottom:15px; margin-bottom:15px;}
.thechnology .thechnology_txt .thechnology_txt_list dd span{ font-size:13px; margin-left:0px; display:inline-block; width:100%;}
.thechnology .thechnology_txt .thechnology_txt_list a{ height:36px; font-size:14px; margin:0 auto; margin-top:20px;}
.thechnology .thechnology_right{ width:100%; background:none;
display: flex;
display: -webkit-flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
}
.thechnology .thechnology_right .thechnology_right_list{ width:49%; height:auto; padding:20px 10px; border-bottom:0px; margin-bottom:2%; background: rgba(0,0,0,.7); display:inline-block; text-align:center;}
.thechnology .thechnology_right .thechnology_right_list:before{ display:none;}
.thechnology .thechnology_right .thechnology_right_list.on{ background:#3a4c87;}
.thechnology .thechnology_right .thechnology_right_list .right_list_icon{ width:100%; height:27px; display:flex; align-items:center; justify-content:center; margin-bottom:15px;}
.thechnology .thechnology_right .thechnology_right_list .right_list_icon img{ max-height:27px;}
.thechnology .thechnology_right .thechnology_right_list .right_list_txt{ width:100%;} 
.thechnology .thechnology_right .thechnology_right_list .right_list_txt dd{ font-size:16px;}
.thechnology .thechnology_right .thechnology_right_list .right_list_txt dt{ font-size:13px; height:34px;}
.thechnology .thechnology_right .thechnology_right_list .right_list_more{ display:none;}
.thechnology .thechnology_txt:before{ width:calc(100% - 1px);}


.path2 .path2_content{ width: 100% !important; /*height: auto;*/}
.path2 { padding:3%; background:#f5f5f5;}
.path2 .path2_content ul{ width: 3900px !important;}
.path2 .path2_content ul li{ width: 100%; padding-right: 0px; display: block;}
.path2 .path2_content ul li .content_list_img{ width: 390px !important;}
.path2 .path2_content ul li .content_list_title dd{ font-size:16px !important; margin-bottom:40px;}
.path2 .path2_content ul li .content_list_title dt{ font-size:28px !important;}
.path2 .path2_content ul li .content_list_title dt:before,.path2 .path2_content ul li .content_list_title dt:after{ width: 7px; height: 12px; background-size: 100%;}
.path2 .path2_content::after,.path2 .path2_content::before{ display:none;}
.path2 .path2_content ul li .content_list_bottom{ margin-top: 35px;}
.path2 .path2_content ul li .content_list_bottom:before{ display: none;}
.path2 .path2_content .path2_icon{ display: none;}
.path2 .path2_content ul li .content_list_img img{ height: 294px; opacity: 0;}
.path2 .path2_content ul li.on .content_list_img img{ opacity: 1;}
.path2 .path2_right,.path2 .path2_left{ bottom: 42%;}
.path2 .path2_right img,.path2 .path2_left img{ width: 45px;}




.Floor002651 #fullSwiper > .swiper-wrapper > .engineering{ padding:35px 3%;}
.engineering .engineering_top .engineering_top_list dd{ font-size:18px;}
.engineering .engineering_bottom{ margin-top:-1px;}
.engineering .engineering_bottom .engineering_bottom_list .bottom_list_title dd{ font-size:16px;}
.engineering .engineering_bottom .engineering_bottom_list .bottom_list_txt p{ font-size:13px;}
.engineering .engineering_bottom .engineering_bottom_list.swiper-slide-thumb-active{ top:0px;}
.engineering .engineering_bottom .engineering_bottom_list{ padding:12px; border-radius:0px; box-shadow:0px 0px 0px; border:0px;}
.engineering .engineering_bottom{ padding-top:0px; padding-bottom:45px;}
.engineering .swiper-button-next:after, .engineering .swiper-button-prev:after{ color:#fff; font-size:33px;}
.engineering .swiper-button-next, .engineering .swiper-button-prev{ display:none;}
.engineering .engineering_bottom .engineering_bottom_list .bottom_list_txt p:last-child{ display:none;}
.engineering .engineering_bottom .engineering_bottom_list.swiper-slide-thumb-active{ border:0px; background:#3a4c87;}
.engineering .engineering_bottom .engineering_bottom_list.swiper-slide-thumb-active .bottom_list_title dd{ color:#fff;}
.engineering .engineering_bottom .engineering_bottom_list.swiper-slide-thumb-active .bottom_list_title::before{ background:#fff;}
.engineering .engineering_bottom .engineering_bottom_list.swiper-slide-thumb-active .bottom_list_txt p{ color:#fff;}

.Floor002651 #footer footer{ padding-top: 0px;}
.Floor002651 #fullSwiper > .swiper-wrapper > .client{ padding:35px 4%; background:#f5f5f5;}
.client .client_title dd{ font-size:18px;}
.client .client_title dt{ font-size:13px;}





.news{ padding:35px 3%;}
.news .news_left{ padding:0px; margin-bottom:30px; position:relative;}
.news .news_left,.news .news_right{ width:100%;}
.news .news_left .news_left_title{ font-size:16px; line-height:28px; margin-bottom:10px;}
.news .news_left .news_left_center dd{ font-size:18px;}
.news .news_left .news_left_center dt{ font-size:13px;}
.news .news_left .news_left_more{ font-size:14px; margin-top:20px;}
.news .news_right .news_right_list{ padding:20px; background:#f5f5f5;}
.news .news_right .news_right_list:last-child{ border-right:0px;}
.news .news_right .news_right_list .right_list_time dd{ font-size:36px; margin-bottom:10px;}
.news .news_right .news_right_list{ border-left:0px;}
.news .news_right .news_right_list .right_list_title{ font-size:16px; line-height:26px; margin-bottom:15px;}
.news .news_right .news_right_list .right_list_img{ margin-bottom:20px;}
.news .news_right .news_right_list .right_list_img img{ height:248px;}
.news .news_right .news_right_list .right_list_content{ line-height:24px;}
.news .news_left_button{ position:absolute; bottom:0px; right:0; margin:0px;}




.DetailsBanner .DetailsBanner_img img{ height:450px;}
.DetailsBanner .DetailsBanner_txt{ bottom:0; display:flex; align-items:flex-start; justify-content:center; flex-direction:column; height:100%;}
.DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_top{ margin-bottom:10px;}
.DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_top dd{ font-size:20px; margin-bottom:10px;}
.DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_top dt{ font-size:16px;}
.DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_top::before{ height:2px;}
.DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_p{ margin-top:15px; font-size:14px; max-width:100%;}
.DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_nav{ display:block; overflow:hidden; margin-top:25px; width:100%;}
.DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_nav a{ float:left; width:50%; padding:0px; justify-content:center; height:48px; text-align:center; font-size:15px;}
.DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_nav a:nth-child(2n):after{ display:none;}
.DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_page a{ font-size:13px;}





.about{ padding:33px 0px;}
.about .about_title dd{ font-size:18px;}
.about .about_title dt{ font-size:14px; margin-top:5px;}
.about .about_content{ margin-top:25px;}
.about2{ display:block;}
.about2 .about2_left,.about2 .about2_right{ width:100%;}
.about2 .about2_left{ font-size:14px; line-height:24px; padding:26px;}
.about2 .about2_left p{ margin-bottom:15px;}
.about2 .about2_right dd img{ height:auto;}
.about2 .about2_right dt img{ width:50px;}
.content_list_video .list_video_content{ width:95%;}
.footer{ padding-top:0px;}





.Culture .Culture_title{ font-size:16px; padding-bottom:25px; margin-bottom:15px;}
.Culture .Culture_txt{ font-size:14px; line-height:26px;}
.Culture_bottom .pc_all_content{ top:0px; margin-bottom:0px;}
.Culture_bottom .Culture_bottom_list{ width:100%; padding:15px; height:auto;}
.Culture_bottom .Culture_bottom_list .bottom_list_txt{ font-size:13px; margin-top:15px;}
.Culture_bottom .Culture_bottom_list .bottom_list_title dd{ font-size:18px;}
.Culture_bottom .Culture_bottom_list .bottom_list_title dt{ font-size:15px; line-height:26px;}
.Culture_bottom .Culture_bottom_list .bottom_list_icon{ margin-bottom:0px;}
.Culture_bottom .Culture_bottom_list .bottom_list_icon img{ height:30px;}
.Culture_bottom .Culture_bottom_list .bottom_list_title dd span::before,.Culture_bottom .Culture_bottom_list .bottom_list_title dd span::after{ width:30px; height:1px;}



.honor{ padding:30px 0px;}
.honor .honor_top{
display: flex;
display: -webkit-flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
}
.honor .honor_top .honor_top_list{ width:49%; margin-bottom:25px;}
.honor .honor_top .honor_top_list dd{ height:auto;}
.honor .honor_top .honor_top_list dt{ font-size:16px; margin-top:10px;}
#certify .swiper-button-next{ right:0;}
#certify .swiper-button-prev{ left:0;}
.honor_bottom{ padding-bottom:10px;}



.Honor2 .about_title{ margin-bottom:25px;}
.Honor2 .Honor2_content{ margin-bottom:25px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.Honor2 .Honor2_content .Honor2_content_list{ width:100%; border-right:0px; height:auto; padding:25px 0px;
    border-bottom: 2px solid rgba(255,255,255,.1);
}
.Honor2 .Honor2_content .Honor2_content_list .content_list_icon img{ width:45px;}
.Honor2 .Honor2_content .Honor2_content_list .content_list_txt dd{ font-size:16px;}
.Honor2 .Honor2_content .Honor2_content_list .content_list_txt dt{ font-size:14px; margin-top:18px;}
.Honor2 .Honor2_content .Honor2_content_list .content_list_txt dt p{ margin-bottom:0px;}
.Honor2 .Honor2_content .Honor2_content_list .content_list_txt{ margin-top:25px;}
.Honor2 .Honor2_bottom .Honor2_bottom_img{
display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.Honor2 .Honor2_bottom .Honor2_bottom_img .bottom_img_list{ width:49%; margin-bottom:2%;}
.Honor2 .Honor2_bottom .Honor2_bottom_img .bottom_img_list dt{ padding:0px 10px;
overflow: hidden;
text-overflow:ellipsis;
}
.Honor2 .Honor2_bottom .Honor2_bottom_txt{ display:block; margin-top:15px;}
.Honor2 .Honor2_bottom .Honor2_bottom_txt .bottom_txt_left{ margin-bottom:25px;}
.Honor2 .Honor2_bottom .Honor2_bottom_txt .bottom_txt_left p{ font-size:14px;}
.Honor2 .Honor2_bottom .Honor2_bottom_txt .bottom_txt_left p:before{ width:5px; height:5px; margin-right:10px;}
.Honor2 .Honor2_bottom .Honor2_bottom_txt .bottom_txt_left,.Honor2 .Honor2_bottom .Honor2_bottom_txt .bottom_txt_right{ width:100%;}



.SClient{ padding:33px 0px;}
.SClient .SClient_title{ font-size:18px; margin-bottom:33px;}
.SClient .SClient_content{ margin-bottom:33px;}
.SClient .SClient_content .SClient_content_list{ padding-right:0px; display: block;}
.SClient .SClient_content .SClient_content_list .content_list_logo,.SClient .SClient_content .SClient_content_list .content_list_right{ width:100%;}
.SClient .SClient_content .SClient_content_list .content_list_right{ margin-top:25px;}
.SClient .SClient_content .SClient_content_list .content_list_right dd{ font-size:14px; line-height:26px;}
.SClient .SClient_content .SClient_content_list .content_list_right dt{ font-size:14px;}



.Innovation{ padding:33px 0px;}
.Innovation .Innovation_top{ padding:0px; height:auto; padding-bottom:25px;}
.Innovation .Innovation_top .Innovation_top_title{ display:block;}
.Innovation .Innovation_top .Innovation_top_title dt{ width:100%; font-size:14px; line-height:26px; margin-top:25px;}
.Innovation .Innovation_top .Innovation_top_txt{ font-size:14px; margin-top:10px;}
.Innovation .Innovation_center .Innovation_center_list .center_list_txt .list_txt_left,.Innovation .Innovation_center .Innovation_center_list .center_list_txt .list_txt_right{ width:100%;}
.Innovation .Innovation_center .Innovation_center_list .center_list_txt .list_txt_right{ margin-top:25px;}
.Innovation .Innovation_center .Innovation_center_list .center_list_txt .list_txt_left{ font-size:14px; line-height:26px;}
.Innovation .Innovation_center .Innovation_center_list .center_list_title{ font-size:18px; margin-bottom:15px;}
.Innovation .Innovation_center .Innovation_center_list{ margin-top:30px;}
.Innovation .Innovation_bottom{ margin-top:30px;}
.Innovation .Innovation_bottom .Innovation_bottom_title{ font-size:18px; margin-bottom:18px;}
.Innovation .Innovation_bottom .Innovation_bottom_txt{ padding:0px; display:block; background:none;}
.Innovation .Innovation_bottom .Innovation_bottom_txt .bottom_txt_left,.Innovation .Innovation_bottom .Innovation_bottom_txt .bottom_txt_right{ width:100%;}
.Innovation .Innovation_bottom .Innovation_bottom_txt .bottom_txt_left .txt_left_title{ font-size:18px; padding:15px; margin-bottom:0px;}
.Innovation .Innovation_bottom .Innovation_bottom_txt .bottom_txt_left .txt_left_title img{ height:30px;}
.Innovation .Innovation_bottom .Innovation_bottom_txt .bottom_txt_left .txt_left_txt{ padding:0px 15px;}
.Innovation .Innovation_bottom .Innovation_bottom_txt .bottom_txt_left .txt_left_txt p{ font-size:14px; line-height:26px;}
.Innovation .Innovation_bottom .Innovation_bottom_txt .bottom_txt_right{ margin-top:35px;}
.Innovation .Innovation_honor{ padding:0px; display:block; margin-top:35px;}
.Innovation .Innovation_honor .Innovation_honor_left,.Innovation .Innovation_honor .Innovation_honor_right{ width:100%;}
.Innovation .Innovation_honor .Innovation_honor_right .honor_right_icon{ text-align:center;}
.Innovation .Innovation_honor .Innovation_honor_right .honor_right_title{ font-size:18px; text-align:center;}
.Innovation .Innovation_honor .Innovation_honor_right .honor_right_page{ margin-top:35px; justify-content:center;}
.Innovation .Innovation_honor .Innovation_honor_right .honor_right_page .swiper-button-next{ width:33px; height:33px; border:1px solid #333;}
.Innovation .Innovation_honor .Innovation_honor_right .honor_right_page .swiper-button-prev{ width:33px; height:33px; border:1px solid #333;}
.Innovation .swiper-button-next:after, .Innovation .swiper-button-prev:after{ font-size:13px;}
.Innovation .swiper-pagination{ justify-content:center;}

.LPictures{ padding:33px 0px;}
.LPictures .LPictures_title{ margin-bottom:25px;}
.LPictures .LPictures_title dd{ font-size:18px;}
.LPictures .LPictures_title dt{ font-size:14px; margin-top:5px;}
.LPictures .LPictures_content .LPictures_content_list{ padding:0px 5px;}
.LPictures .LPictures_more{ margin-top:23px;}
.LPictures .LPictures_more a{ font-size:14px; height:38px;}
.LPictures .swiper-button-prev{ left:10px;}
.LPictures .swiper-button-next{ right:10px;}
.LPictures .swiper-button-next:after, .LPictures .swiper-button-prev:after{ color:#fff; font-size:22px;}




.contact .about_title{ margin-bottom: 30px;}
.contact .contact_content .contact_content_list{ display: block;}
.contact .contact_content .contact_content_list .content_list_img,.contact .contact_content .contact_content_list .content_list_txt{ width: 100%;}
.contact .contact_content .contact_content_list .content_list_txt{ margin-top: 30px;}
.contact .contact_content .contact_content_list .content_list_txt .list_txt_top{ margin-bottom: 25px; padding-bottom: 10px;}
.contact .contact_content .contact_content_list .content_list_txt .list_txt_top:before{ height: 1px;}
.contact .contact_content .contact_content_list .content_list_txt .list_txt_top dd{ font-size: 25px; margin-bottom: 5px;}
.contact .contact_content .contact_content_list .content_list_txt .list_txt_top dt{ font-size: 16px;}
.contact .contact_content .contact_content_list .content_list_txt .list_txt_bottom p{ font-size: 14px; margin-bottom: 15px;}
.contact .contact_content .contact_content_list{ margin-bottom: 35px;}
.contact2 .about_title{ margin-bottom: 30px;}
.contact2 .contact2_title{ height: auto; padding: 25px 20px;}
.contact2 .contact2_title dd{ font-size: 18px;}
.contact2 .contact2_title dt{ font-size: 14px; margin: 14px 0px;}
.contact2 .contact2_title dt span:before,.contact2 .contact2_title dt span:after{ display: none;}
.contact2 .contact2_title p{ font-size: 13px; text-align: center;}
.contact2 .contact2_form{ padding: 20px;}
.contact2 .contact2_form .contact2_form_list{ display: block; margin-bottom: 16px;}
.contact2 .contact2_form .contact2_form_list dd{ font-size: 15px; text-align: left; width: 100%;}
.contact2 .contact2_form .contact2_form_list dd::before{ position: inherit; right: 0; margin-right: 8px;}
.contact2 .contact2_form .contact2_form_list dt{ width: 100%; margin-top: 11px;}
.contact2 .contact2_form .contact2_form_list dt input{ font-size: 14px;}
.contact2 .contact2_form .contact2_form_textarea dt textarea{ height: 170px; font-size: 14px;}
.contact2 .contact2_form .contact2_form_submit input{ height: 46px; font-size: 15px;}
.contact2 .contact2_Agent{ padding: 30px;}
.contact2 .contact2_Agent .contact2_Agent_title dd{ font-size: 18px; margin-bottom: 10px;}
.contact2 .contact2_Agent .contact2_Agent_title dt{ font-size: 13px;}
.contact2 .contact2_Agent .contact2_Agent_txt .Agent_txt_list dd:before{ display: none;}
.contact2 .contact2_Agent .contact2_Agent_txt .Agent_txt_list{ width: 50%; padding: 0px;}
.contact2 .contact2_Agent .contact2_Agent_txt .Agent_txt_list dd{ width: 33px; height: 33px; font-size: 16px;}
.contact2 .contact2_Agent .contact2_Agent_txt .Agent_txt_list dt{ font-size: 16px;}
.contact2 .contact2_Agent .contact2_Agent_txt .Agent_txt_list p{ font-size: 13px;}
.contact2 .contact2_Agent .contact2_Agent_more a{ height: 46px; font-size: 15px;}
.contact2 .contact2_contact{ display: block;}
.contact2 .contact2_contact .contact2_contact_left,.contact2 .contact2_contact .contact2_contact_right{ width: 100%;}
.contact2 .contact2_contact .contact2_contact_left{ padding: 20px;}
.contact2 .contact2_contact .contact2_contact_left .contact_left_title{ font-size: 18px; margin-bottom: 30px;}
.contact2 .contact2_contact .contact2_contact_left .contact_left_txt .left_txt_list{ margin-bottom: 15px; font-size:15px;}
.contact2 .contact2_contact .contact2_contact_left .contact_left_txt .left_txt_list dd img{ width: 35px}
.contact2 .contact2_contact .contact2_contact_left .contact_left_txt .left_txt_list dt{ font-size: 13px; margin-left: 15px; line-height: 25px;}
.contact2 .contact2_contact .contact2_contact_left .contact_left_title:before{ bottom: -10px; height: 2px; width: 55px}
.contact2 .contact2_Agent .contact2_Agent_more{ margin-top: 22px;}
.contact2 .contact2_contact .contact2_contact_left .contact_left_bottom{ font-size:15px; display:block; padding-top:15px; height:auto;}
.contact2 .contact2_contact .contact2_contact_left .contact_left_bottom a{ font-size:15px; display:inline-block; width:100%; margin-top:10px;}

.WContact{ z-index: 180;}
.WContact .WContact_content{ width: 96%;}
.WContact .WContact_content .WContact_content_form{ padding: 15px;}
.WContact .WContact_content .WContact_content_form .content_form_list dd{ font-size: 14px;}
.WContact .WContact_content .WContact_content_title dd{ font-size: 18px; padding-bottom: 10px; margin-bottom: 10px;}
.WContact .WContact_content .WContact_content_form .content_form_submit input{ font-size: 16px; height: 47px;}



.News .News_top .News_top_title dd{ font-size: 16px;}
.News .News_top .News_top_title dt{ font-size: 18px; margin-top: 10px;}
.News .News_top .News_top_title{ margin-bottom: 30px;}
.News .News_top .News_top_content{ display: block; padding: 15px; border: 1px solid #dcdcdc;}
.News .News_top .News_top_content .top_content_left,.News .News_top .News_top_content .top_content_right{ width: 100%;}
.News .News_top .News_top_content .top_content_right{ padding: 15px 0px;}
.News .News_top .News_top_content .top_content_right{ padding-bottom: 0px;}
.News .News_top .News_top_content .top_content_right .content_right_title dd{ font-size: 18px; margin-bottom: 5px;}
.News .News_top .News_top_content .top_content_right .content_right_form .right_form_list dd{ font-size: 15px}
.News .News_top .News_top_content .top_content_right .content_right_form .right_form_list dt input{ height: 45px; padding: 10px;}
.News .News_top .News_top_content .top_content_right .content_right_form .right_form_list dt .radio_jibie .button{ font-size: 15px; padding: 5px 0px; padding-left: 40px; margin-left: 0px}
.News .News_top .News_top_content .top_content_right .content_right_form .right_form_submit input{ font-size: 15px; height: 46px;}
.News .News_top .News_top_content .top_content_right .content_right_form .right_form_bottom a{ font-size: 15px;}
.News .News_content .News_content_list{ padding: 20px; display: block; margin-bottom: 22px;}
.News .News_content .News_content_list .content_list_img,.News .News_content .News_content_list .content_list_txt{ width: 100%; margin-left: 0px;}
.News .News_content .News_content_list .content_list_img img{ height: auto;}
.News .News_content .News_content_list .content_list_txt{ margin-top: 20px;}
.News .News_content .News_content_list .content_list_txt dd{ font-size: 16px; margin-bottom: 13px;}
.News .News_content .News_content_list .content_list_txt dt{ font-size: 14px; line-height: 24px;}
.News .News_content{ margin-top: 0px; padding: 25px 0px;}
.News2 .News2_top{ display: block;}
.News2 .News2_top .News2_top_left,.News2 .News2_top .News2_top_right{ width: 100%;}
.News2 .News2_top .News2_top_left{ padding: 20px; margin-bottom: 25px;}
.News2 .News2_top .News2_top_left .top_left_title dd{ font-size: 18px;}
.News2 .News2_top .News2_top_left .top_left_title dt{ font-size: 18px; margin-bottom: 22px;}
.News2 .News2_top .News2_top_left .top_left_img{ margin-top: 25px;}
.News2 .News2_top .News2_top_right .top_right_list{ display: block; padding-bottom: 22px; margin-bottom: 22px;}
.News2 .News2_top .News2_top_right .top_right_list:last-child{ border-bottom: 0px; padding-bottom: 0px;}
.News2 .News2_top .News2_top_right .top_right_list .right_list_img{ margin-bottom: 20px;}
.News2 .News2_top .News2_top_right .top_right_list .right_list_img,.News2 .News2_top .News2_top_right .top_right_list .right_list_txt{ width: 100%; }
.News2 .News2_top .News2_top_right .top_right_list .right_list_txt .list_txt_top dd{ font-size: 16px; margin-bottom: 10px;}
.News2 .News2_top .News2_top_right .top_right_list .right_list_txt .list_txt_more{ text-align: left; margin-top: 8px; font-size:15px;}
.News2 .News2_top .News2_top_right .top_right_list .right_list_img img{ height: auto;}

.download{ padding: 30px 0px;}
.download .download_title{ text-align: center; font-size: 18px;}
.download .download_nav{ display: flex; justify-content: space-between; margin-bottom: 20px;}
.download .download_nav a{ font-size: 16px; width: 48%; margin-right: 0px; text-align: center;}
.download .download_nav a:before{ width: 100%; left: 0;}
.download .download_content .download_content_list .content_list_li{ width: 49%; margin-right: 2%; margin-top: 2%;}
.download .download_content .download_content_list .content_list_li:nth-child(2n){ margin-right: 0px;}
.download .download_content .download_content_list .content_list_li .list_li_txt{ padding: 0px 2%;}
.download .download_content .download_content_list .content_list_li .list_li_title{ font-size: 14px;}

.WDownload{ padding: 0px 3%; z-index: 180;}
.WDownload .WDownload_content .WDownload_content_form{ padding: 20px;}
.WDownload .WDownload_content .WDownload_content_title dd{ font-size: 16px;}
.WDownload .WDownload_content .WDownload_content_title dd img{ height: 20px;}
.WDownload .WDownload_content .WDownload_content_form .content_form_list .form_list_left{ font-size: 14px; width: 41%;}
.WDownload .WDownload_content .WDownload_content_form .content_form_cord .form_list_right{ justify-content: space-between;}
.WDownload .WDownload_content .WDownload_content_form .content_form_list .form_list_right input{ font-size: 14px; padding: 5px 8px; height: 43px;}
.WDownload .WDownload_content .WDownload_content_form .content_form_cord .form_list_right input{ width: 48%;}
.WDownload .WDownload_content .WDownload_content_form .content_form_cord .form_list_right img{ width: 49%;}
.WDownload .WDownload_content .WDownload_content_form .content_form_submit input{ font-size: 15px; height: 45px;}
.WDownload .WDownload_content .WDownload_content_title dt{ margin-top: 10px; font-size:15px;}
.WDownload .WDownload_content .WDownload_content_title{ height: 100px;}



.NewsDtails{ padding: 30px 0px;}
.NewsDtails .pc_all_content{ padding: 20px;}
.NewsDtails .NewsDtails_title dd{ font-size: 18px;}
.NewsDtails .NewsDtails_title dt{ font-size: 14px; margin-top: 10px;}
.NewsDtails .NewsDtails_txt{ padding: 25px 0px;}
.NewsDtails .NewsDtails_txt p{ font-size: 14px; margin-bottom: 13px;}



.Service .Service_bottom .Service_bottom_right{ position: inherit;}
.Service .Service_bottom .Service_bottom_left{ left: 0;}
.Service .Service_bottom .Service_bottom_right .bottom_right_list dd{ text-align: center;}
.Service .Service_top{ margin-top: 25px;}
.Service .Service_top .Service_top_list .top_list_title{ height: 55px;}
.Service .Service_top .Service_top_list .top_list_title dd{ font-size: 16px;}
.Service .Service_top .Service_top_list .top_list_title dt{ display: flex; align-items: center; justify-content: center; align-items: center;}
.Service .Service_top .Service_top_list .top_list_title dt img{ width: 22px; }
.Service .Service_top .Service_top_list .top_list_down .list_down_li{ width: 49%; margin-right: 0px; margin-bottom: 2%;}
.Service .Service_top .Service_top_list .top_list_down .list_down_li:nth-child(2n){ float: right;}
.Service .Service_top .Service_top_list .top_list_down .list_down_li .down_li_txt{ padding: 12px; height: auto; position: inherit;}
.Service .Service_top .Service_top_list .top_list_down .list_down_li .down_li_txt dd{ font-size: 15px;}
.Service .Service_top .Service_top_list .top_list_down .list_down_li .down_li_txt dt{  font-size: 13px;}
.Service .Service_bottom .Service_bottom_right .bottom_right_list{ box-shadow: 0px 0px 0px;}


.Service2{ padding: 30px 0px;}
.Service2 .Service2_title{ padding: 20px;border: 1px solid #dcdcdc; border-top: 3px solid #1d2a54; box-shadow: 0px 0px 0px; margin-bottom: 33px;}
.Service2 .Service2_title dd{ font-size: 16px; margin-bottom: 15px;}
.Service2 .Service2_title dt{ font-size: 14px; line-height: 28px;}
.Service2 .Service2_center{ display: block; margin-top: 20px;}
.Service2 .Service2_center .Service2_center_left,.Service2 .Service2_center .Service2_center_img{ width: 100%;}
.Service2 .Service2_center .Service2_center_left{ margin-bottom: 25px;}
.Service2 .Service2_center .Service2_center_left dd{ font-size: 18px; margin-bottom: 15px;}
.Service2 .Service2_center .Service2_center_left dt{ font-size: 14px; line-height: 28px;}
.Service2 .Service2_cycle{ margin-top: 33px;}
.Service2 .Service2_cycle .Service2_cycle_title{ font-size: 20px; margin-bottom: 20px;}
.Service2 .Service2_cycle .Service2_cycle_content{ display: block;}
.Service2 .Service2_cycle .Service2_cycle_content .cycle_content_list{ width: 100%; margin-bottom: 25px;}
.Service2 .Service2_cycle .Service2_cycle_content .cycle_content_list:before{ display: none;}
.Service2 .Service2_cycle .Service2_cycle_content .cycle_content_list .content_list_title{ font-size: 18px; height: 65px;}
.Service2 .Service2_cycle .Service2_cycle_content .cycle_content_list .content_list_txt{ height: auto; padding: 20px; border: 1px solid #dcdcdc;}
.Service2 .Service2_cycle .Service2_cycle_content .cycle_content_list .content_list_txt .list_txt_list{ margin-bottom: 12px;}
.Service2 .Service2_cycle .Service2_cycle_content .cycle_content_list .content_list_txt .list_txt_list:last-child{ margin-bottom: 0px;}
.Service2 .Service2_cycle .Service2_cycle_content .cycle_content_list .content_list_txt .list_txt_list:before{ display: none;}
.Service2 .Service2_cycle .Service2_cycle_content .cycle_content_list .content_list_txt .list_txt_list{ font-size: 16px; height: 64px;}
.Service2 .Service2_cycle .Service2_cycle_content .cycle_content_list .content_list_txt .content_list_bottom{ font-size: 16px;}
.Service2 .Service2_proportion .Service2_proportion_contnet{ display: block;}
.Service2 .Service2_proportion .Service2_proportion_contnet .proportion_contnet_left,.Service2 .Service2_proportion .Service2_proportion_contnet .proportion_contnet_right{ width: 100%;}
.Service2 .Service2_proportion .Service2_proportion_contnet .proportion_contnet_left{ padding: 20px;}
.Service2 .Service2_proportion .Service2_proportion_contnet .proportion_contnet_left p{ font-size: 16px; margin-bottom: 12px;}
.Service2 .Service2_proportion .Service2_proportion_contnet .proportion_contnet_left p span{ font-size: 20px; margin-right: 5px;}
.Service2 .Service2_proportion .Service2_proportion_contnet .proportion_contnet_right{ overflow: auto;}
.Service2 .Service2_proportion .Service2_proportion_contnet .proportion_contnet_right .contnet_right_title{ padding-left: 30px; font-size: 15px; width: 600px;}
.Service2 .Service2_proportion .Service2_proportion_contnet .proportion_contnet_right .contnet_right_title dd:nth-child(2){ padding: 0px 22px; width: 55%;}
.Service2 .Service2_proportion .Service2_proportion_contnet .proportion_contnet_right .contnet_right_txt { width: 600px;}
.Service2 .Service2_proportion .Service2_proportion_contnet .proportion_contnet_right .contnet_right_txt .right_txt_list{ height: auto; padding: 10px 0px; padding-left: 30px;}
.Service2 .Service2_proportion .Service2_proportion_contnet .proportion_contnet_right .contnet_right_txt .right_txt_list .txt_list_li .list_li_right dd{ font-size: 13px;}
.Service2 .Service2_proportion .Service2_proportion_contnet .proportion_contnet_right .contnet_right_txt .right_txt_list .txt_list_li b{ font-size: 13px;}
.Service2 .Service2_proportion .Service2_proportion_contnet .proportion_contnet_right .contnet_right_txt .right_txt_list .txt_list_li:nth-child(2){ padding: 0px 22px; width: 55%;}



.SCraft .SCraft_top{ display: block; margin-bottom: 35px;}
.SCraft .SCraft_top .SCraft_top_left{ padding: 20px;}
.SCraft .SCraft_top .SCraft_top_left,.SCraft .SCraft_top .SCraft_top_right{ width: 100%;}
.SCraft .SCraft_top .SCraft_top_left p{ font-size: 14px; line-height: 26px; margin-bottom: 10px; text-align: justify; padding-left: 15px;}
.SCraft .SCraft_top .SCraft_top_left p:before{ width: 3px; height: 3px; top: 12px;}


.Service3 .Service3_list{ padding: 30px 0px;}
.Service3 .Service3_list .pc_all_content .Service3_list_img{ margin-bottom: 25px;}
.Service3 .Service3_list .pc_all_content .Service3_list_img,.Service3 .Service3_list .pc_all_content .Service3_list_right{ width: 100%;}
.Service3 .Service3_list .pc_all_content .Service3_list_right dd{ font-size: 18px; padding-bottom: 20px; margin-bottom: 20px;}
.Service3 .Service3_list .pc_all_content .Service3_list_right dd:before{ background: #dcdcdc; height: 2px;}
.Service3 .Service3_list .pc_all_content .Service3_list_right dt{ font-size: 14px; line-height: 25px;}
.Service3_Design{ padding: 35px 0px; margin-top: 25px;}
.Service3_Design .Service3_Design_content{ padding: 0px; display: block;}
.Service3_Design .Service3_Design_title dd{ font-size: 20px}
.Service3_Design .Service3_Design_title dt{ font-size: 15px;}
.Service3_Design .Service3_Design_content .Design_content_list:nth-child(1){ width: 100%;}
.Service3_Design .Service3_Design_content .Design_content_list{ width: 100%; font-size: 16px; margin-top: 30px;}
.Service3_Design .Service3_Design_content .Design_content_list img{ margin-right: 18px;}
.Service3_Design .Service3_Design_content .Design_content_list:nth-child(3){ width: 100%;}
.Service3_bottom{ padding-bottom: 0px;}
.Service3_bottom .Service3_bottom_list{ padding: 30px 0px;}
.Service3_bottom .Service3_bottom_list .bottom_list_img,.Service3_bottom .Service3_bottom_list .bottom_list_txt{ width: 100%;}
.Service3_bottom .Service3_bottom_list .bottom_list_txt{ padding-top: 0px;}
.Service3_bottom .Service3_bottom_list .bottom_list_txt dd{ font-size: 18px; margin-bottom: 35px;}
.Service3_bottom .Service3_bottom_list .bottom_list_txt dt{ font-size: 14px; line-height: 25px;}


.EPC .EPC_top .EPC_top_title{ font-size: 16px; margin-bottom: 25px; line-height: 28px;}
.EPC .EPC_top .EPC_top_content .top_content_left{ margin-bottom: 30px;}
.EPC .EPC_top .EPC_top_content .top_content_left,.EPC .EPC_top .EPC_top_content .top_content_right{ width: 100%;}
.EPC .EPC_top .EPC_top_content .top_content_left p{ font-size: 14px; line-height: 25px; margin-bottom: 10px;}
.EPC .EPC_top .EPC_top_content .top_content_left p b{ font-size: 16px;}
.EPC .EPC_top .EPC_top_content .top_content_right dd{ margin-bottom: 20px;}
.EPC .EPC_top .EPC_top_bottom{ padding: 20px; font-size: 16px; line-height: 32px;}
.EPC .EPC_center .EPC_center_list{ margin-top: 30px;}
.EPC .EPC_center .EPC_center_list dd{ margin-bottom: 20px; font-size: 16px}



.HAZOP .HAZOP_content .HAZOP_content_right{ margin-top: 30px;}
.HAZOP .HAZOP_content .HAZOP_content_img,.HAZOP .HAZOP_content .HAZOP_content_right{ width: 100%;}
.HAZOP .HAZOP_content .HAZOP_content_right dd{ font-size: 16px; padding-bottom: 20px; margin-bottom: 22px;}
.HAZOP .HAZOP_content .HAZOP_content_right dd:before{ height: 2px;}
.HAZOP .HAZOP_content .HAZOP_content_right dt p{ font-size: 14px; margin-bottom: 10px; padding-left: 13px;}
.HAZOP .HAZOP_content .HAZOP_content_right dt p:before{ width: 5px; height: 5px; top: 10px;}
.HAZOP_bottom{ padding: 20px 0px;}
.HAZOP_bottom .pc_all_content{ padding-left: 0px;}
.HAZOP_bottom .HAZOP_bottom_title{ width: 100%; margin-bottom: 25px; position: relative; margin-bottom: 50px; padding-bottom: 15px;}
.HAZOP_bottom .HAZOP_bottom_title .bottom_title_po{left: 0; top: 0; padding-bottom: 10px;}
.HAZOP_bottom .HAZOP_bottom_title .bottom_title_po:before{ height: 2px;}
.HAZOP_bottom .HAZOP_bottom_list{ width: 100%; margin-right: 0px; margin: 0px; padding: 20px; text-align: center; border: 1px solid rgba(255,255,255,.2); margin-bottom: 20px;}
.HAZOP_bottom .HAZOP_bottom_list .bottom_list_txt dt p:last-child{ margin-bottom: 0px;}
.HAZOP_bottom .HAZOP_bottom_list .bottom_list_txt dd{ font-size: 16px;}
.HAZOP_bottom .HAZOP_bottom_list .bottom_list_icon span,.HAZOP_bottom .HAZOP_bottom_list:nth-child(3) .bottom_list_icon span,.HAZOP_bottom .HAZOP_bottom_list:last-child .bottom_list_icon span{ background: none;}
.HAZOP_bottom .HAZOP_bottom_list .bottom_list_icon span img{ height: 45px;}
.HAZOP_bottom .HAZOP_bottom_list .bottom_list_txt dt p{ font-size: 14px;}
.HAZOP_bottom .HAZOP_bottom_list .bottom_list_icon{ margin-top: 0px;}
.HAZOP_bottom .HAZOP_bottom_title dd{ font-size: 18px; margin-right: 0px; height: auto;}
.HAZOP_bottom .HAZOP_bottom_title dt{ font-size: 18px; padding: 8px 0px;}
.HAZOP_bottom .HAZOP_bottom_list .bottom_list_txt dd:before{ left: 0; right: 0; margin: 0 auto;}



.SIL_bottom{ padding: 30px 0px;}
.SIL_bottom .SIL_bottom_title{ font-size: 20px; margin-bottom: 25px;}
.SIL_bottom .SIL_bottom_content .bottom_content_list{ width: 33.33%; padding: 0px 10px; margin-top: 15px;}
.SIL_bottom .SIL_bottom_content .bottom_content_list:nth-child(3n){ float: right;}
.SIL_bottom .SIL_bottom_content .bottom_content_list:before{ display: none;}
.SIL_bottom .SIL_bottom_content .bottom_content_list .content_list_icon{ width: 36px; height: 36px; font-size: 14px;}
.SIL_bottom .SIL_bottom_content .bottom_content_list .content_list_title{ margin: 15px 0px; font-size: 14px; margin-bottom:5px;}
.SIL_bottom .SIL_bottom_content .bottom_content_list .content_list_txt{ font-size: 12px;}
.SIL_bottom .SIL_bottom_content .bottom_content_list .content_list_txt{ height: auto; line-height: 24px;}
.SIL_bottom .SIL_bottom_content .bottom_content_list:nth-child(1) .content_list_txt,.SIL_bottom .SIL_bottom_content .bottom_content_list:nth-child(2) .content_list_txt,.SIL_bottom .SIL_bottom_content .bottom_content_list:nth-child(3) .content_list_txt{ height: 75px;}





.Product{ padding: 30px 0px;}
.Product .Product_top{ display: block}
.Product .Product_top .Product_top_left{ padding: 20px;}
.Product .Product_top .Product_top_left,.Product .Product_top .Product_top_right{ width: 100%;}
.Product .Product_top .Product_top_left dd{ font-size: 20px;}
.Product .Product_top .Product_top_left dd:before,.Product .Product_top .Product_top_left dd:after{ display:none;}
.Product .Product_top .Product_top_left dt{ font-size: 15px;}
.Product .Product_center .Product_center_left,.Product .Product_center .Product_center_right{ width: 100%;}
.Product .Product_center .Product_center_left{ margin-bottom: 20px;}
.Product .Product_center .Product_center_left .center_left_top{ padding: 20px;}
.Product .Product_center .Product_center_left .center_left_top dd{ font-size: 18px; margin-bottom: 13px;}
.Product .Product_center .Product_center_left .center_left_top dt{ font-size: 14px;}
.Product .Product_center .Product_center_left .center_left_top dt p:before{ width: 6px; height: 6px;}
.Product .Product_center .Product_center_right .center_left_top dt a{ font-size: 15px; width: 100%; margin-bottom: 5px; padding-left:12px;}
.Product .Product_center .Product_center_right .center_left_top dt a:before{ width:4px; height:4px;}
.Product .Product_center .Product_center_right .bottom_right_list{ padding: 20px;}
.Product .Product_center .Product_center_right .bottom_right_list .right_list_title{ font-size: 18px;}
.Product .Product_center .Product_center_right .bottom_right_list .right_list_txt dt{ font-size: 15px;}
.Product .Product_center .Product_center_right .bottom_right_list:last-child .right_list_txt dt{ line-height: 26px;}
.Product .Product_center .Product_center_right .bottom_right_list .right_list_txt a{ font-size: 16px; font-size: 16px; width: 100%; height: 45px;}
.Product .Product_show{ margin-top: 0px; padding: 20px;}
.Product .Product_show .Product_show_title{ font-size: 18px; margin-bottom: 15px;}
.Product .Product_show .Product_show_content .show_content_list{ padding: 8px;}
.Product .Product_center .Product_center_left .center_left_bottom{ padding:10px; min-height:auto; height:auto;}
.Product .swiper-button-next, .Product .swiper-button-prev{ width:29px; height:29px;}
.Product .swiper-button-next:after, .Product .swiper-button-prev:after{ font-size:13px;}

.Product2 .Product_center{ display: block;}
.Product2 .Product_center .Product_center_left{ margin-bottom: 0px;}
.Product2 .Product_center .Product_center_right{ margin-top:25px;}
.Product2 .Product2_img{ margin: 25px 0px;}
.Product2 .Product2_bottom{ display: block;}
.Product2 .Product2_bottom .Product2_bottom_list{ width: 100%; margin-bottom: 25px; padding: 20px;}
.Product2 .Product2_bottom .Product2_bottom_list .bottom_list_title{ font-size: 18px; text-align: left;}
.Product2 .Product2_bottom .Product2_bottom_list .bottom_list_txt{ font-size: 14px;}
.Product2 .Product2_bottom .Product2_bottom_list a{ font-size: 16px; font-size: 16px; width: 100%; height: 45px;}


.Product3 .Product3_content .Product3_content_list{ padding: 20px; display: block;}
.Product3 .Product3_content .Product3_content_list .content_list_left,.Product3 .Product3_content .Product3_content_list .content_list_right{ width: 100%;}
.Product3 .Product3_content .Product3_content_list .content_list_right{ text-align: center; margin-top: 25px;}
.Product3 .Product3_content .Product3_content_list .content_list_left dd{ font-size: 18px; margin-bottom: 10px;}
.Product3 .Product3_content .Product3_content_list .content_list_left dt{ font-size: 14px; line-height: 30px;}




.Floor002651 #fullSwiper > .swiper-wrapper > .path2{ padding-top: 35px;}





.EastCoast .EastCoast_content .EastCoast_content_list{ margin-right: 5px;}
.EastCoast .EastCoast_content .EastCoast_content_list dd{ margin-bottom: 5px;}
.EastCoast .EastCoast_content .EastCoast_content_list .content_list_list dd{ margin-right: 5px;}
.EastCoast .EastCoast_content .EastCoast_content_list .content_list_list{ margin-bottom: 5px; }




.Join2 .Join2_title{ padding: 30px 0px;}
.Join2 .Join2_title dd{ font-size: 18px;}
.Join2 .Join2_title dt{ font-size: 14px}



.problem{ padding-bottom: 50px;}
.problem .problem_content .problem_content_list{ margin-bottom: 10px;}
.problem .problem_content .problem_content_list .content_list_title dd{ font-size: 16px;}
.problem .problem_content .problem_content_list .content_list_title dd span{ width: 20px; height: 20px; font-size: 12px; margin-right: 10px;}
.problem .problem_content .problem_content_list .content_list_title{ height: 50px; padding: 0px 3%;}
.problem .problem_content .problem_content_list .content_list_title dt img{ max-height: 10px; max-width: 10px;}
.problem .problem_content .problem_content_list .content_list_down{ padding: 15px 10px;}
.problem .problem_content .problem_content_list .content_list_down dd{ padding-left: 34px;}
.problem .problem_content .problem_content_list .content_list_down dd p{ font-size: 14px;}
.problem .problem_content .problem_content_list .content_list_down dd:before{ width: 20px; height: 20px; font-size: 12px; margin-right: 10px; top: 8px;}



.EastCoast{ padding-bottom: 50px;}




.JoinNav{ height: auto; display: block; overflow: hidden; padding: 4%; padding-bottom: 2%;}
.JoinNav a{ float: left; width: 48%; font-size: 14px; margin-right: 0px; justify-content: center; background: #fff; margin-bottom: 2%;}
.JoinNav a:nth-child(2n){ float: right;}




.SJoin{ padding: 30px 0px;}
.SJoin .SJoin_title{ font-size: 18px; margin-bottom: 22px;}
.SJoin .SJoin_content{ overflow: auto; padding: 0px;}
.SJoin .SJoin_content .SJoin_content_title{ padding: 0px; width: 500px; height: 45px;}
.SJoin .SJoin_content .SJoin_content_title .content_title_list{ font-size: 14px;}
.SJoin .SJoin_content .SJoin_content_txt{ width: 500px; }
.SJoin .SJoin_content .SJoin_content_txt .content_txt_list .txt_list_title{ padding: 0px; height: 55px;}
.SJoin .SJoin_content .SJoin_content_txt .content_txt_list .txt_list_title dd{ font-size: 14px;}
.SJoin .SJoin_content .SJoin_content_txt .content_txt_list .txt_list_title dd a{ font-size: 14px; height: 35px;  width: auto; padding: 0px 10px;}
.SJoin .SJoin_content .SJoin_content_txt .content_txt_list .txt_list_bottom{ padding: 20px 10px ;}
.SJoin .SJoin_content .SJoin_content_txt .content_txt_list .txt_list_bottom .list_bottom_t{ display: block}
.SJoin .SJoin_content .SJoin_content_txt .content_txt_list .txt_list_bottom .list_bottom_t ._bottom_t_li{ width: 100%; margin-bottom: 25px; }
.SJoin .SJoin_content .SJoin_content_txt .content_txt_list .txt_list_bottom .list_bottom_t ._bottom_t_li dt p{ font-size: 14px; line-height: 26px;}
.SJoin .SJoin_content .SJoin_content_txt .content_txt_list .txt_list_bottom .list_bottom_t ._bottom_t_li dd{ margin-bottom: 10px;}
.SJoin .SJoin_content .SJoin_content_txt .content_txt_list .txt_list_bottom .list_bottom_button a{ width: 100%; height: 46px; font-size: 14px;}




.JoinGet{ padding: 30px 0px;}
.JoinGet .pc_all_content{ padding: 0px; display: block;}
.JoinGet .pc_all_content .JoinGet_list{ width: 100%; height: auto; padding: 20px; margin-bottom: 20px;}
.JoinGet .pc_all_content .JoinGet_list .JoinGet_list_icon{ height: 40px;}
.JoinGet .pc_all_content .JoinGet_list .JoinGet_list_icon img{ max-height: 40px;}
.JoinGet .pc_all_content .JoinGet_list .JoinGet_list_txt dd{ margin: 15px 0px; font-size: 18px;}
.JoinGet .pc_all_content .JoinGet_list .JoinGet_list_txt dt{ font-size: 14px; line-height: 26px;}


.Promotion{ padding-bottom: 30px;}
.Promotion .Promotion_bottom{ padding: 0px; display: block;}
.Promotion .Promotion_bottom .Promotion_bottom_list{ width: 100%; margin-bottom: 20px; align-items: flex-start; justify-content: flex-start; height: auto; padding: 20px;}

.Benefits{ padding-bottom: 20px;}
.Benefits .Benefits_content .Benefits_content_lsit{ width: 33.33%; margin-bottom: 22px;}
.Benefits .Benefits_content .Benefits_content_lsit dd img{ max-height: 30px;}
.Benefits .Benefits_content .Benefits_content_lsit dt{ font-size: 14px;}



.Join{ padding: 33px 0px;}
.Join .Join_bottom{ padding: 0px;}
.Join .Join_bottom .Join_bottom_list .bottom_list_icon{ border-top: 1px solid #1d2a54;  border-bottom: 1px solid #1d2a54; padding: 8px 0px;}
.Join .Join_bottom .Join_bottom_list .bottom_list_icon img{ max-height: 33px;}
.Join .Join_bottom .Join_bottom_list .bottom_list_title{ font-size: 16px; padding: 15px 0px;}
.Join .Join_bottom .Join_bottom_list .bottom_list_more{ font-size: 14px;}
.Join .Join_bottom .Join_bottom_list .bottom_list_more img{ height: 15px; margin-right: 5px;}
.Join .Join_nav{ margin-top: 35px; display: block;}
.Join .Join_nav .Join_nav_list{ width: 100%; margin-bottom: 25px; display: inline-block;}
.Join .Join_nav .Join_nav_list .nav_list_content dd{ font-size: 18px; margin-bottom: 10px;}
.Join .Join_nav .Join_nav_list .nav_list_content dt{ font-size: 14px; line-height: 25px;}
.Join .Join_nav .Join_nav_list .nav_list_more{ margin-top: 15px; font-size: 14px;}
.Join .Join_nav .Join_nav_list .nav_list_more img{ margin-right: 5px; height: 15px;}



.client .client_content{ padding:0px;}




.WNews{ z-index:550;}
.WNews .WNews_content{ width:94%; height:90%;}
.WNews .WNews_content .WNews_content_title{ font-size:18px; height:10%;}
.WNews .WNews_content .WNews_content_form{ padding:15px; height:90%;}
.WNews .WNews_content .WNews_content_form .content_form_list .form_list_title{ font-size:16px;}
.WNews .WNews_content .WNews_content_form .content_form_list .form_list_txt .radio_jibie{ margin-bottom:10px;}
.WNews .WNews_content .WNews_content_form .content_form_list .form_list_txt .radio_jibie .button{ font-size:14px; line-height:24px;}
.WNews .WNews_content .WNews_content_form .content_form_bottom a{ font-size:15px; height:44px;}
.WNews .WNews_content .WNews_content_form .content_form_bottom input{ font-size:15px; height:44px;}





#certify .swiper-slide dt{ font-size:16px;}







.SCraft .SCraft_Advantage{ display:block;}
.SCraft .SCraft_Advantage .SCraft_Advantage_left{ margin-bottom:25px;}
.SCraft .SCraft_Advantage .SCraft_Advantage_left,.SCraft .SCraft_Advantage .SCraft_Advantage_right{ width:100%;}
.SCraft .SCraft_Advantage .SCraft_Advantage_right{ padding:22px; margin-bottom:20px;}
.SCraft .SCraft_Advantage .SCraft_Advantage_right dd{ font-size:16px; margin-bottom:15px;}
.SCraft .SCraft_Advantage .SCraft_Advantage_right dt{ font-size:14px; line-height:24px;}
.SCraft .SCraft_support{ margin:30px 0px;}
.SCraft .SCraft_support .SCraft_support_title dd{ font-size:20px;}
.SCraft .SCraft_support .SCraft_support_title dt{ font-size:16px;}
.SCraft .SCraft_support .SCraft_support_txt{ flex-wrap:wrap;}
.SCraft .SCraft_support .SCraft_support_txt .support_txt_list{ width:100%; margin-bottom:20px;}
.SCraft .SCraft_support .SCraft_support_txt .support_txt_list .txt_list_top{ padding:20px;}
.SCraft .SCraft_support .SCraft_support_txt .support_txt_list .txt_list_top dd{ height:auto;}
.SCraft .SCraft_support .SCraft_support_txt .support_txt_list .txt_list_top dd img{ max-height:33px;}
.SCraft .SCraft_support .SCraft_support_txt .support_txt_list .txt_list_top dt{ font-size:20px; line-height:24px; margin-top:10px; height:auto;}
.SCraft .SCraft_support .SCraft_support_txt .support_txt_list .txt_list_bottom{ font-size:15px; line-height:28px;}



.Service3 .Service3_content .Service3_content_list{ margin-bottom:25px;}
.Service3 .Service3_content .Service3_content_list .content_list_left,.Service3 .Service3_content .Service3_content_list .content_list_right{ position:inherit; width:100%;}
.Service3 .Service3_content .Service3_content_list .content_list_left{ margin-bottom:25px;}
.Service3 .Service3_content .Service3_content_list .content_list_left .list_left_c{ padding:22px;}
.Service3 .Service3_content .Service3_content_list .content_list_left .list_left_title{ font-size:20px; margin-bottom:20px;}
.Service3 .Service3_content .Service3_content_list .content_list_left .list_left_txt{ font-size:14px; line-height:28px; height:auto; padding-right:0px; text-align:left;}
.Service3 .Service3_bottom .Service3_bottom_title{ font-size:20px; margin-bottom:20px;}



.HAZOP .HAZOP_content{ display:block; padding:20px 0px;}
.HAZOP_bottom .pc_all_content{ padding:0px;}
.HAZOP .HAZOP_content .HAZOP_content_left,.HAZOP .HAZOP_content .HAZOP_content_right{ width:100%;}
.HAZOP .HAZOP_content .HAZOP_content_left{ margin-bottom:25px;}
.HAZOP .HAZOP_content .HAZOP_content_right .content_right_top p{ font-size:15px; line-height:26px;}
.HAZOP .HAZOP_content .HAZOP_content_right .content_right_bottom{ display:block;}
.HAZOP .HAZOP_content .HAZOP_content_right .content_right_bottom span{ width:100%; font-size:16px;}
.HAZOP .HAZOP_Problem{ margin-top:30px;}
.HAZOP .HAZOP_Problem .HAZOP_Problem_title{ font-size:24px; margin-bottom:25px;}
.HAZOP .HAZOP_Problem .HAZOP_Problem_content .Problem_content_list{ margin-bottom:20px;}
.HAZOP .HAZOP_Problem .HAZOP_Problem_content .Problem_content_list .content_list_title{ font-size:16px; padding-bottom:10px;}
.HAZOP .HAZOP_Problem .HAZOP_Problem_content .Problem_content_list .content_list_txt{ font-size:14px; margin-top:12px;}
.HAZOP_bottom .HAZOP_bottom_list{border: 1px solid #1D2A54; width:48%; margin-right:4%; padding:10px !important;}
.HAZOP_bottom .HAZOP_bottom_list .bottom_list_txt{ height:200px; margin-top:15px;}
.HAZOP_bottom .HAZOP_bottom_list:nth-child(5){ margin-right:0px;}






.SIL .SIL_content .SIL_content_list{ display:block;}
.SIL .SIL_content .SIL_content_list .content_list_left{ margin-bottom:25px;}
.SIL .SIL_content .SIL_content_list .content_list_left,.SIL .SIL_content .SIL_content_list .content_list_right{ width:100%;}
.SIL .SIL_content .SIL_content_list .content_list_right{ font-size:16px; line-height:26px;}
.SIL .SIL_content .SIL_content_list:nth-child(2) .content_list_right,.SIL .SIL_content .SIL_content_list:nth-child(2) .content_list_left{ width:100%;}



.contact2 .contact2_title dd{ margin-bottom:10px;}
.contact2 .contact2_title dd span:before,.contact2 .contact2_title dd span:after{ display:none;}
.contact2 .contact2_contact .contact2_contact_left .contact_left_bottom{ margin-top:25px;}





#footer .footer_bottom a{ font-size:14px;}
.news .news_right .news_right_list .right_list_icon{ display:none;}
.news .news_right .news_right_list .right_list_content{ font-size:14px;}
.news .news_right .news_right_list .right_list_time dt{ margin-bottom:10px;}


.engineering .engineering_title{ font-size:16px; margin-bottom:20px; line-height:30px;}




.pc_all .about_path{ padding:30px 0px;}



.thechnology .thechnology_txt .thechnology_txt_list dt{ font-size:15px; line-height:28px;}





.Product .Product_show .Product_show_content .show_content_list dt{ font-size:15px; line-height:26px; height:52px;}


.Product3 .Product3_bottom{ padding:25px;}
.Product3 .Product3_bottom .Product3_bottom_title{ font-size:18px; margin-bottom:15px;}
.Product3 .Product3_bottom .Product3_bottom_txt{ font-size:15px; line-height:28px;}



.HAZOP .HAZOP_Problem{ margin-top:0px;}

.SIL .SIL_content .SIL_content_list:nth-child(2) .content_list_left{ display:block;}
.SIL .SIL_content .SIL_content_list:nth-child(2) .content_list_left .list_left_img{ margin-bottom:33px;}
.SIL .SIL_content .SIL_content_list:nth-child(2) .content_list_left .list_left_img,.SIL .SIL_content .SIL_content_list:nth-child(2) .content_list_left .list_left_tx{ width:100%; text-align:center;}


.News .News_top .News_top_content .top_content_right .content_right_title dt{ font-size:15px; margin-top:10px;}
.News2 .News2_top .News2_top_right .top_right_list .right_list_txt .list_txt_top dt{ font-size:15px; line-height:30px;}




.join3{ padding-top:30px;}
.join3 .Service3_content .Service3_content_list .content_list_left .list_left_txt dd{ font-size:18px;}
.Join .Join_top .Join_top_list .top_list_title{ font-size:16px; }
.Join .Join_top .swiper-button-prev{ left:10px;}
.Join .Join_top .swiper-button-next{ right:10px;}
.Join .Join_top .swiper-button-next:after, .Join .Join_top .swiper-button-prev:after{ color:#fff;}
.Join .Join_top .swiper-button-next.swiper-button-disabled:after, .Join .Join_top .swiper-button-prev.swiper-button-disabled:after{ color:#fff; opacity:.5;}
.Join .Join_bottom{ margin-top:30px;}


.Join2{ padding:33px 0px;}
.Join2 .Join2_title{ font-size:24px; padding:0px; margin-bottom:26px;}
.JoninSociety .JoninSociety_search{ display:block;}
.JoninSociety .JoninSociety_search .JoninSociety_search_list{ width:100%; margin-bottom:10px; font-size:16px; height:55px;}
.JoninSociety .JoninSociety_search .JoninSociety_search_list[type="text"],.JoninSociety .JoninSociety_search .JoninSociety_search_submit{ width:100%;}
.JoninSociety input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#BBC0C7; font-size:16px;font-weight: normal;}
.JoninSociety input::-webkit-input-placeholder{ /* WebKit browsers */ color:#BBC0C7; font-size:16px;font-weight: normal;}
.JoninSociety input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#BBC0C7; font-size:16px;font-weight: normal;}
.JoninSociety input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#BBC0C7; font-size:16px;font-weight: normal;}
.JoninSociety input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#BBC0C7; font-size:16px; font-weight: normal;}
.JoninSociety .JoninSociety_search .JoninSociety_search_submit{ background:#1D2A54; font-size:18px; padding-left:0px; height:55px;}
.Join .Join_nav .Join_nav_list .nav_list_content dt{ height:auto;}

.SJoin{ padding-top:0px;}
.SJoin .SJoin_content{ margin-bottom:28px;}
.SJoin .Join_nav .Join_nav_list .nav_list_content{ padding:20px; padding-top:0px;}
.SJoin .Join_nav .Join_nav_list .nav_list_more{ padding:0px 20px; padding-bottom:20px; margin-top:0px;}


.Join2 .Join2_txt dd{ font-size:20px; margin-bottom:10px;}
.Join2 .Join2_txt dt{ font-size:15px; line-height:28px;}
.JoinGet .Join2_title{ font-size:24px; margin-bottom:30px;}
.JoinGet .JoinGet_content .JoinGet_content_list{ width:100%; padding:25px; margin-bottom:30px;}
.JoinGet .JoinGet_content .JoinGet_content_list:last-child{ margin-bottom:0px;}
.JoinGet .JoinGet_content .JoinGet_content_list .content_list_title{ font-size:20px; margin-bottom:15px;}
.JoinGet .JoinGet_content .JoinGet_content_list .content_list_txt{ font-size:15px; line-height:30px; height:auto;}


.JoinStroke .JoinStroke_content .JoinStroke_content_title a{ font-size:16px; height:50px;}
.JoinStroke .JoinStroke_content .JoinStroke_content_txt .content_txt_list{ display:block;}
.JoinStroke .JoinStroke_content .JoinStroke_content_txt .content_txt_list .txt_list_left,.JoinStroke .JoinStroke_content .JoinStroke_content_txt .content_txt_list .txt_list_right{ width:100%; height:auto;}
.JoinStroke .JoinStroke_content .JoinStroke_content_txt .content_txt_list .txt_list_left img{ height:auto;}
.JoinStroke .JoinStroke_content .JoinStroke_content_txt .content_txt_list .txt_list_right .list_right_li .right_li_title{ padding:15px;}
.JoinStroke .JoinStroke_content .JoinStroke_content_txt .content_txt_list .txt_list_right .list_right_li .right_li_title dd{ font-size:20px;}
.JoinStroke .JoinStroke_content .JoinStroke_content_txt .content_txt_list .txt_list_right .list_right_li .right_li_title dt{ font-size:15px;}
.JoinStroke .JoinStroke_content .JoinStroke_content_txt .content_txt_list .txt_list_right .list_right_li .right_li_txt{ font-size:15px;}
.JoinStroke2 .JoinStroke2_content{ padding:25px;}
.JoinStroke2 .JoinStroke2_content .JoinStroke2_content_title{ font-size:18px; padding:0px 20px;}
.JoinStroke2 .JoinStroke2_content .JoinStroke2_content_nav{ display:flex; flex-wrap:wrap; justify-content:space-between; padding:22px 0px;}
.JoinStroke2 .JoinStroke2_content .JoinStroke2_content_nav a{ font-size:15px; width:31%; margin-right:0px; padding:0px; text-align:center; line-height:normal; display:flex; align-items:center; justify-content:center; padding:5px 10px; margin-bottom:15px;}
.JoinStroke2 .JoinStroke2_content .JoinStroke2_content_txt{ overflow:auto;}
.JoinStroke2 .JoinStroke2_content .JoinStroke2_content_txt .content_txt_sc{ width:800px;}
.JoinStroke2 .JoinStroke2_content .JoinStroke2_content_txt .content_txt_list{ padding:0px 22px; height:65px;}
.JoinStroke2 .JoinStroke2_content .JoinStroke2_content_txt .content_txt_list .txt_list_li2{ font-size:16px;}
.JoinStroke2 .JoinStroke2_content .JoinStroke2_content_txt .content_txt_list .txt_list_li{ font-size:16px; display:flex; align-items:center;}
.JoinStroke2 .JoinStroke2_content .JoinStroke2_content_txt .content_txt_list .txt_list_li a{ font-size:16px;}
.JoinStroke3 .JoinStroke3_content{ flex-wrap:wrap; justify-content:space-between;}
.JoinStroke3 .JoinStroke3_content .JoinStroke3_content_list{ width:48%; margin-bottom:4%;}


.JoinStroke4 .JoinStroke4_content{ padding:22px;}
.JoinStroke4 .JoinStroke4_content .JoinStroke4_content_title dd{ font-size:22px;}
.JoinStroke4 .JoinStroke4_content .JoinStroke4_content_title dt{ font-size:16px; line-height:28px;}
.JoinStroke4 .JoinStroke4_content .JoinStroke4_content_txt .content_txt_list{ font-size:15px; line-height:26px; padding-bottom:15px; margin-bottom:15px;}


.JPractice .JPractice_content{ padding:22px; display:block;}
.JPractice .JPractice_content .JPractice_content_left,.JPractice .JPractice_content .JPractice_content_right{ width:100%;}
.JPractice .JPractice_content .JPractice_content_left{ margin-bottom:22px;}
.JPractice .JPractice_content .JPractice_content_left dd{ font-size:20px;}
.JPractice .JPractice_content .JPractice_content_left dt{ font-size:16px; line-height:32px;}


.EastCoast .EastCoast_content .EastCoast_content_top{ font-size:16px; margin-bottom:30px;}
.EastCoast .EastCoast_content .EastCoast_content_bottom{ padding:0px;}
.EastCoast .EastCoast_content #certify .swiper-slide{ width:100%;}
.EastCoast .EastCoast_content #certify .swiper-button-next, .EastCoast .EastCoast_content #certify .swiper-button-prev{ border:0px; background:rgba(0,0,0,.5); width:30px; height:30px;}
.EastCoast .EastCoast_content #certify .swiper-button-next:after, .EastCoast .EastCoast_content #certify .swiper-button-prev:after{ color:#fff; font-size:12px;}

.JoinGet .Join2_title dt{ font-size:16px; margin-top:20px;}


.EastCoast3{ padding-bottom:0px;}
.EastCoast3 .EastCoast3_content{ flex-wrap:wrap;}
.EastCoast3 .EastCoast3_content .EastCoast3_content_list{ width:48%; display:inline-block; background-size:100%; padding:20px; margin-bottom:4%;}
.EastCoast3 .EastCoast3_content .EastCoast3_content_list .content_list_title{ font-size:20px;}
.EastCoast3 .EastCoast3_content .EastCoast3_content_list .content_list_txt{ font-size:16px; line-height:28px; height:auto;}


.problem{ padding-top:33px;}
.problem .problem_content .problem_content_list .content_list_down dd{ padding-left:0px;}



.join5 .join5_title{ font-size:22px; margin-bottom:25px;}



.JSearch .JSearch_content .JSearch_content_list{ padding:30px 0px;}
.JSearch .JSearch_content .JSearch_content_list .content_list_top{ display:block;}
.JSearch .JSearch_content .JSearch_content_list .content_list_top .list_top_left{ margin-bottom:20px;}
.JSearch .JSearch_content .JSearch_content_list .content_list_top .list_top_left .top_left_title{ font-size:22px;}
.JSearch .JSearch_content .JSearch_content_list .content_list_top .list_top_left .top_left_txt{ font-size:15px;}
.JSearch .JSearch_content .JSearch_content_list .content_list_top .list_top_left .top_left_txt span{ margin-right:20px;}
.JSearch .JSearch_content .JSearch_content_list .content_list_top .list_top_left .top_left_txt span:after{ margin-left:20px; display:none;}
.JSearch .JSearch_content .JSearch_content_list .content_list_top .list_top_right a{ margin-top:20px; font-size:16px; width:100%; height:55px;}
.JSearch .JSearch_content .JSearch_content_list .content_list_bottom .list_bottom_content{ display:block;}
.JSearch .JSearch_content .JSearch_content_list .content_list_bottom .list_bottom_content .bottom_content_list{ margin-bottom:30px;}
.JSearch .JSearch_content .JSearch_content_list .content_list_bottom .list_bottom_content .bottom_content_list dt{ font-size:16px;}
.JSearch .JSearch_content .JSearch_content_list .content_list_bottom .list_bottom_more a{ font-size:16px;}


.WContact .WContact_content .WContact_content_title dt{ font-size:15px; line-height:30px; padding:0px 20px;}
}
@media screen and (max-width:1500px){
.download .download_content .download_content_list .content_list_li .list_li_img img{ width: 100%;height: 360px;}

}
@media screen and (max-width:1440px){
.pc_all .pc_all_content,.footer footer{ max-width:1280px;}
}
@media screen and (max-width:1300px){
.pc_all .pc_all_content,.footer footer{ max-width:1200px;}
}
@media screen and (max-width:1280px){
.path2 .path2_content ul {
    bottom: 60px;
}
.path2 .path2_content ul li {
    height: 563px;
}
.path2 .path2_content .path2_icon {
    bottom: 149px;
}
.path2 .path2_content ul li.on .content_list_img img {
    height: 254px;
}
.engineering .engineering_bottom {
    padding: 25px 0px;
    padding-bottom: 30px;
}
.download .download_content .download_content_list .content_list_li .list_li_img img{ width: 100%;height: 330px;}
.Service3 .Service3_content .Service3_content_list .content_list_right img{ max-width:100%;max-height: 500px;
    min-height: 200px;}
.index #footer .footer_top .footer_top_right{margin-top:2em;}

}
@media screen and (max-width:1220px){
.pc_all .pc_all_content,.footer footer{ max-width:1160px;}
}
@media screen and (max-width:950px){



}



@media screen and (max-width:768px){



}


@media screen and (max-width:600px){
.banner,.banner .banner_content .banner_content_list .content_list_img{ height: 245px !important;
-webkit-animation: inherit;
}
.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;}




.banner .banner_content .banner_content_list .content_list_img img{ height:245px !important;}


a{
border:none;
-webkit-tap-highlig-webkit-tap-highlight-color:transparent;
ht-color: rgba(0,0,0,0);
outline:none；
}
}


@media screen and (max-width:375px){
.banner,.banner .slick-slide .banner_img img{ height: 205px;}
.path2 .path2_content ul{ width: 355px !important;}
.path2 .path2_content ul li .content_list_img{ width: 355px !important;}
}
@media screen and (max-width:360px){


}


@media screen and (max-width:320px){

}