@charset "utf-8";
/* CSS Document */

body{ margin:0px; padding:0px; border:0px; font-family:"微软雅黑","Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei"; color:#555555; font-size:14px; width:100%; background:#ffffff; }
body.on{ overflow: hidden;}

input[type="button"], input[type="submit"], input[type="reset"] {
     -webkit-appearance: none;
}
textarea {  
    -webkit-appearance: none;
}  

a{ margin:0px; padding:0px; border:0px; text-decoration:none; color:#555555; font-size:13px;transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;  -webkit-tap-highlight-color: transparent; outline: none;}
a:hover{ text-decoration:none;
       transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;}
*{ padding:0px; margin:0px; border:0px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
/* background:rgba(0,0,0,0);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);*/
li{ list-style:none;}
.clear:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
.clear{zoom: 1;}/* 触发 hasLayout */ 
img{ vertical-align: middle;}
input:focus{ outline: none;}/*去除按钮选中的高亮标签*/
textarea:focus{ outline: none;}/*去除文本框选中的高亮标签*/
button:focus{ outline: none;}/*去除按钮选中的高亮标签*/
select:focus{ outline: none;}/*去除下拉框选中的高亮标签*/
img{vertical-align: middle;}
div,p,table,td,ul,li,span,a,ol,input,label{ padding:0px; margin:0px; border:0px;}
input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#999999; font-size:13px;}
input::-webkit-input-placeholder{ /* WebKit browsers */ color:#999999; font-size:13px;}
input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#999999; font-size:13px;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:13px;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:13px;}
textarea::-webkit-input-placeholder{color:#999999; font-size:15px; font-family:"Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei"}



.search input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#89a4d5; font-size:13px;}
.search input::-webkit-input-placeholder{ /* WebKit browsers */ color:#89a4d5; font-size:13px;}
.search input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#89a4d5; font-size:13px;}
.search input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#89a4d5; font-size:13px;}
.search input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#89a4d5; font-size:13px;}



video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}


.mo_down{ height:0px; overflow:hidden}
.mo_down.on{ height:auto;}

input:-webkit-autofill { 
-webkit-box-shadow: 0 0 0px 1000px white inset; 
}


.fl{ float:left;}
.fr{ float:right;}
/*渐变从左向右*/
.jianbian2{
    height: 200px;
    background: -webkit-linear-gradient(to right,blue, yellow); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(to right,blue, yellow); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(to right,blue, yellow); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,white, yellow); /* 标准的语法（必须放在最后） */
}

/*黑白照片*/
.gray { 
-webkit-filter: grayscale(100%); 
   -moz-filter: grayscale(100%); 
    -ms-filter: grayscale(100%); 
     -o-filter: grayscale(100%); 
        filter: grayscale(100%); 
        filter: gray; 
}

.gray:hover { 
-webkit-filter: grayscale(0%); 
   -moz-filter: grayscale(0%); 
    -ms-filter: grayscale(0%); 
     -o-filter: grayscale(0%); 
        filter: grayscale(0%); 
        filter: gray; 
}
/*圆角5px*/
.radius5{ 
-webkit-border-radius:5px; 
   -moz-border-radius:5px; 
    -ms-border-radius:5px; 
     -o-border-radius:5px; 
        border-radius:5px; 
}
/*圆角10px*/
.radius10{ 
-webkit-border-radius:10px; 
   -moz-border-radius:10px; 
    -ms-border-radius:10px; 
     -o-border-radius:10px; 
        border-radius:10px; 
}
/*图片变大*/
.tra{
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
           filter: scale(1);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
	cursor:pointer;
	
}
.tra:hover{
-webkit-transform: scale(1.15);
   -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
     -o-transform: scale(1.15);
           filter: scale(1.15);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
	cursor:pointer;
	
}
/*透明度50%*/
.opacity5{ filter:alpha(opacity=50);-moz-opacity:0.5; -khtml-opacity:0.5;opacity: 0.5;}


.shadow1{ 
-webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
   -moz-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
    -ms-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px; 
     -o-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px; 
        box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
}
.shadow2{transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; }
.shadow2:hover{ 
-webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;
   -moz-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;
    -ms-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px; 
     -o-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px; 
        box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}


/*投影*/
.shadow5{ 
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}

.shadow7{ 
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}
.shadow7:hover{ 
-webkit-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
   -moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
    -ms-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px; 
     -o-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px; 
        box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}


.shadow1_1{ 
-webkit-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
   -moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
    -ms-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px; 
     -o-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px; 
        box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}


.shadow5:hover{ 
-webkit-box-shadow:rgba(0,0,0,0.08) 0px 0px 15px; 
   -moz-box-shadow:rgba(0,0,0,0.08) 0px 0px 15px; 
    -ms-box-shadow:rgba(0,0,0,0.08) 0px 0px 15px; 
     -o-box-shadow:rgba(0,0,0,0.08) 0px 0px 15px; 
        box-shadow:rgba(0,0,0,0.08) 0px 0px 15px; 
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}

.shadow8{ 
-webkit-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
   -moz-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
    -ms-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
     -o-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
        box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
		transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}


.shadow6{ 
-webkit-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
   -moz-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
    -ms-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
     -o-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
        box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
		transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}

/*投影*/
.shadow10{ 
-webkit-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
   -moz-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
    -ms-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
     -o-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
        box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
}
/*图片居中*/
.center{
	-webkit-align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: star;
}

/*图片居中2*/
.vertical{
	display:-webkit-box;
 display:-webkit-flex;
 display:-moz-box;
 display:-moz-flex;
display:-ms-flexbox;
display:flex;
/* 水平居中*/ 
	   -webkit-box-align:center;
		  -moz-box-align:center;
		   -ms-flex-pack:center;
 /* IE 10 */
 -webkit-justify-content:center; 
	-moz-justify-content:center;
	     justify-content:center;
/* IE 11+,Firefox 22+,Chrome 29+,Opera 12.1*/
/* 垂直居中 */ 
		-webkit-box-pack:center;
		  -ms-flex-align:center;
		   -moz-box-pack:center;
/* IE 10 */
	 -webkit-align-items:center;
	    -moz-align-items:center;
	    	 align-items:center;

}






/*图片翻转*/
.flip{
	-webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
           transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
 }
.flip:hover{
	-webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
           transition: all 0.5s ease; -webkit-transform: all 0.5s ease;  
	cursor:pointer;
}


.noscroll{
    overflow: hidden;
}


.bd_weixin_popup{ width:280px !important; height:345px !important; position:fixed !important; top:30% !important; left:0% !important; right:0% !important; margin:0 auto}



.quan{ width: 100%;}

.mo_top{ width:100%; display:none; position:fixed; top: 0; z-index: 100;}
.mo_top .mot{ width:100%; padding:0 2%; height:50px; background:#fff;box-shadow: 0px 0px 16px rgba(0,0,0,.2);}
.mo_top .mot .molo{ float:left; display:inline-block; height:30px; margin:10px 0;}
.mo_top .mot .molo img{ height:30px;}
.mo_top .mot .momenuicon{ float:right; height:16px; margin:17px 0;}
.mo_top .mot .cloesicon{ display:none;}
.mo_top .moxl{ left:-100%; top:50px; background:rgba(50,123,246,0.5); position:absolute; z-index:99; width:100%; transition:all ease 0.3s;}
.mo_top .moxl_box{ width:60%; background:#327bf6; height:100%; padding-bottom: 50px;}

.mo_top .moxl .moxl_xun{ width:100%; float:left; position:relative;}
.mo_top .moxl .moxl_xun .moxl_xun_icon{ width:100%; height:0px; position:absolute; padding-right:10px;}
.mo_top .moxl .moxl_xun .moxl_xun_icon img{ float:right; height:10px; margin:20px 0;}
.mo_top .moxl .moxl_xun .moxl_xun_icon img.moxl_xun_img2{ display:none; width:10px; height:7px}
.mo_top .moxl .moxl_xun .moxl_xun_title{ width:100%; padding-left:10px; display:inline-block; line-height:35px; font-size:14px; color:#fff;}
.mo_top .moxl .moxl_xun .moxl_erji{ width:100%; overflow:hidden; display:none}
.mo_top .moxl .moxl_xun .moxl_erji a{ width:100%; padding-left:20px; height:30px; line-height:30px; font-size:12px; color:#fff; display:inline-block; float:left;}

.mo_bottom{ width:100%; background:#da251c; display:none; margin-top:20px; position:fixed; bottom:0; z-index:20;}
.mo_bottom .mo_bottom_nei{ width:96%; margin:0 auto; height:50px;}
.mo_bottom .mo_bottom_nei .mo_lj_font{ padding-top:5px;}
.mo_lj{ color:#fff; padding:10px 0; text-align:center; font-size:13px; width:25%;}
.mo_yc{ width:100%; height:80px; display:none;}
.mo_lj div i{ font-size: 20px;}



.banner{ height: 700px; overflow: hidden;}
.banner .slider .item{ display:inline-block; position: relative;}
.banner .slick-dots li button:before{ display:none;}
.banner .slick-dots li.slick-active button{ opacity: 1; background:rgba(255,255,255,1);}
.banner .slick-dots li{ width:42px; height:4px;}
.banner .slick-dots li button{ width:100%; background:rgba(255,255,255,.4); padding:0px; height:100%;}
.banner .slick-dots{ bottom:4%;}
.banner .slick-slide .banner_img img{ width:100%; height: 700px; object-fit: cover;}







.pc_all .pc_all_contnet{ max-width: 1200px; margin: 0 auto;}
.pc_top{ height: 200px; position: relative;}
.pc_top .pc_top_logo{ position: absolute; z-index: 50;}
.pc_top .pc_top_left{ padding-top: 47px; padding-left: 10px; padding-right: 30px;}
.pc_top .pc_top_left .top_left_top{ line-height: 28px; color: #717171; font-size: 20px; margin-bottom: 35px;}
.pc_top .pc_top_left .top_left_bottom .left_bottom_list{ margin-right: 30px;}
.pc_top .pc_top_left .top_left_bottom .left_bottom_list:last-child{ margin-right: 0px;}
.pc_top .pc_top_left .top_left_bottom .left_bottom_list:hover .bottom_list_title dd{ color: #2066a1; transition: all 0.5s ease;}
.pc_top .pc_top_left .top_left_bottom .left_bottom_list:hover .bottom_list_title dd{ color: #2066a1; transition: all 0.5s ease;}
.pc_top .pc_top_left .top_left_bottom .left_bottom_list .bottom_list_title dd{ font-size: 18px; color: #323232; transition: all 0.5s ease;}
.pc_top .pc_top_left .top_left_bottom .left_bottom_list .bottom_list_title dt{ font-size: 15px; color: #323232; transition: all 0.5s ease; opacity:0;}
.pc_top .pc_top_left .top_left_bottom .left_bottom_list:hover .bottom_list_title dt{ opacity:1; transition: all 0.5s ease;}
.pc_top .pc_top_left .top_left_bottom .left_bottom_list .bottom_list_title dd span{ margin-left: 28px;}
.pc_top .pc_top_right{ padding-left: 215px;}
.pc_top .pc_top_right .top_right_phone{ margin-bottom: 45px;}
.pc_top .pc_top_right .top_right_phone dt p{ font-size: 15px; color: #323232;}
.pc_top .pc_top_right .top_right_phone dt p span{ font-size: 20px; color: #323232;}
.pc_top .pc_top_right .top_right_phone dd{ line-height: 46px; margin-right: 10px;}





.solution{ background: url(../images/bg1.jpg) no-repeat 50%/cover;}
.solution .solution_title{ text-align: center; padding-top: 30px;}
.solution .solution_title dd{ font-size: 50px; color: #2066a1; font-weight: bolder; margin-bottom: 15px;}
.solution .solution_content{ margin-top: 25px;}
.solution .solution_content .solution_content_list{ width: 24.5%; margin-right: .5%; background: #2066a1; padding: 9px;}
.solution .solution_content .solution_content_list:last-child{ margin-right: 0px;}
.solution .solution_content .solution_content_list .content_list_img img{ width: 100%; border-radius: 10px; overflow: hidden;}
.solution .solution_content .solution_content_list .content_list_txt{ padding-bottom: 20px; text-align: justify;}
.solution .solution_content .solution_content_list .content_list_txt dd{ font-size: 25px; color: #fff; font-weight: bolder; padding: 15px 0px; text-align: center;}
.solution .solution_content .solution_content_list .content_list_txt dt{ font-size: 18px; line-height: 25px; color: #fff; height: 75px;}
.solution .solution_bottom{ padding: 70px 0px;}
.solution .solution_bottom .solution_bottom_left{ padding-left: 77px; width: 50%; padding-top: 10px;}
.solution .solution_bottom .solution_bottom_right{ width: 50%;}
.solution .solution_bottom .solution_bottom_right img{ max-width: 100%;}
.solution .solution_bottom .solution_bottom_left .bottom_left_list{ margin-bottom: 40px;}
.solution .solution_bottom .solution_bottom_left .bottom_left_list b{ font-size: 30px; color: #2066a1; display: inline-block; margin-bottom: 5px;}
.solution .solution_bottom .solution_bottom_left .bottom_left_list dt p{ font-size: 18px; color: #ae7d20;}
.solution .solution_bottom .bottom_left_more{ text-align: right; width: 300px;}
.solution .solution_bottom .solution_bottom_left a{ font-size: 18px; color: #ae7d20; display: inline-block; border: 1px solid #343434; width: 127px; text-align: center; line-height: 34px;}
.solution .solution_bottom .solution_bottom_left a:hover{ color: #fff; background: #2066a1; border: 1px solid #2066a1;}





.Guarantee{ background: url(../images/bg7.jpg) no-repeat 50% 0%; padding: 108px 0px; padding-bottom: 20px;}
.Guarantee .Guarantee_title{ text-align: center;}
.Guarantee .Guarantee_title dd{ font-size: 50px; color: #fff; font-weight: bolder;}
.Guarantee .Guarantee_title dd span{ margin-right: 33px;}
.Guarantee .Guarantee_title dt{ color: #fff; font-size: 25px; margin-top: 20px;}
.Guarantee .Guarantee_content{ margin-top: 143px;}
.Guarantee .Guarantee_content .Guarantee_content_list{ width: 23%; margin-right: 2.5%; background: #fff; border: 1px solid #c1c1c1;} 
.Guarantee .Guarantee_content .Guarantee_content_list:last-child{ margin-right: 0px;}
.Guarantee .Guarantee_content .Guarantee_content_list .content_list_icon{ text-align: center; position: relative; margin-top: -62px;}
.Guarantee .Guarantee_content .Guarantee_content_list .content_list_txt{ padding-bottom: 28px;}
.Guarantee .Guarantee_content .Guarantee_content_list .content_list_txt dd{ text-align: center; font-size: 25px; color: #ae7d20; font-weight: bolder; padding: 16px 0px;}
.Guarantee .Guarantee_content .Guarantee_content_list .content_list_txt dt{ color: #383838; line-height: 25px; font-size: 18px; padding: 0px 18px; text-align: justify; height: 125px;}
.Guarantee .Guarantee_bottom_title{ font-size: 50px; color: #676768; text-align: center; margin-top: 55px; margin-bottom: 40px;}
.Guarantee .Guarantee_bottom .Guarantee_bottom_left{ width: 44%;}
.Guarantee .Guarantee_bottom .Guarantee_bottom_right{ width: 56%; padding-top: 11px;}
.Guarantee .Guarantee_bottom .Guarantee_bottom_right .bottom_right_list{ width: 32.5%; margin-right: .5%; position: relative; margin-bottom: 2%;}
.Guarantee .Guarantee_bottom .Guarantee_bottom_right .bottom_right_list:nth-child(3n){ margin-right: 0px;}
.Guarantee .Guarantee_bottom .Guarantee_bottom_right .bottom_right_list dd img{ width: 100%;}
.Guarantee .Guarantee_bottom .Guarantee_bottom_right .bottom_right_list dt{ position: absolute; bottom: 8px; left: 0; width: 100%; line-height: 26px; background: rgba(255,255,255,.8); text-align: center; font-size: 18px; color: #313131;}

.Guarantee .Guarantee_bottom .Guarantee_bottom_left .bottom_left_title{ width: 170px; line-height: 32px; color: #fff; font-size: 20px; background: #2066a1; text-align: center; margin-bottom: 30px;}
.Guarantee .Guarantee_bottom .Guarantee_bottom_left .bottom_left_content{ padding-left: 124px; position: relative;}
.Guarantee .Guarantee_bottom .Guarantee_bottom_left .bottom_left_content:before{ content: ""; position: absolute; display: inline-block; width: 1px; height: 88%; background: #ae7d20; left: 78px; top: 30px;}
.Guarantee .Guarantee_bottom .Guarantee_bottom_left .bottom_left_content .left_content_list{ margin-bottom: 25px; position: relative;}
.Guarantee .Guarantee_bottom .Guarantee_bottom_left .bottom_left_content .left_content_list:before{ content: ""; position: absolute; display: inline-block; width: 44px; height: 44px; background: url(../images/bn7.png) no-repeat 50% 50%; left: -68px; top: 10px;}
.Guarantee .Guarantee_bottom .Guarantee_bottom_left .bottom_left_content .left_content_list b{ font-size: 20px; color: #2066a1; margin-bottom: 5px; display: inline-block;}
.Guarantee .Guarantee_bottom .Guarantee_bottom_left .bottom_left_content .left_content_list dt{ color: #737474; font-size: 18px;}




.IndexService{ position: relative;}
.IndexService .IndexService_img img{ max-width: 100%;}
.IndexService .IndexService_txt{ position: absolute; transform: translateX(-50%) translateY(-50%); left: 50%; top: 50%; text-align: center;}
.IndexService .IndexService_txt dd{ color: #fff; font-size: 50px; letter-spacing: .2em;}
.IndexService .IndexService_txt dt{ font-size: 20px; color: #fff;}
.IndexService .IndexService_txt a{ display: inline-block; width: 168px; line-height: 44px; text-align: center; border: 1px solid #fff; font-size: 22px; color: #fff; margin-top: 78px;}
.IndexService .IndexService_txt a:hover{ background: #2066a1; color: #fff; border: 1px solid #2066a1;}








.Partner{ padding: 55px 0px;}
.Partner .Partner_title{ font-size: 50px; color: #2066a1; font-weight: bolder; text-align: center; margin-bottom: 40px;}
.Partner .Partner_title span{ margin-left: 20px;}
.Partner .Partner_content{ position: relative;}
.Partner .Partner_content .Partner_content_list{ width: 16.66%; line-height: 165px; border-right: 1px solid #a8a8a8; text-align: center;}
.Partner .Partner_content .Partner_content_list:nth-child(1):before{ content: ""; left: 0; bottom: 48%; width: 100%; height: 1px; background: #a8a8a8; position: absolute;}
.Partner .Partner_content .Partner_content_list:nth-child(6n){ border-right: 0px;}



.footer_top{ line-height: 60px; background: #4a4a4a; border-bottom: 1px solid #e4e4e4;}
.footer_top a{ color: #fff; font-size: 18px;}
.footer_top span{ color: #fff; font-size: 18px; display: inline-block; margin: 0px 15px;}



.footer{ background: #4a4a4a; padding: 48px 0px;}
.footer .footer_left{ text-align: center;  margin-right: 112px;}
.footer .footer_left dl{ margin-bottom:15px;}
.footer .footer_left dl:last-child{ margin-bottom:0px;}
.footer .footer_left dd{ font-size: 18px; color: #fff; margin-bottom: 10px;}
.footer .footer_left b{ font-size: 25px; color: #fff;}
.footer .footer_right{ padding:20px 0px;}
.footer .footer_right p{ font-size: 18px; color: #fff; line-height: 35px;}





.details_banner{ position: relative;}
.details_banner .details_banner_img img{ width: 100%; height: 450px; object-fit: cover;}
.details_banner .details_banner_txt{ position: absolute; transform: translateX(-50%) translateY(-50%); left: 42%; top: 50%;}
.details_banner .details_banner_txt dd{ color: #fff; font-size: 50px; font-weight: bolder; border-bottom: 1px solid #fff; padding-bottom: 5px; margin-bottom: 5px; width: 537px;}
.details_banner .details_banner_txt dt{ color: #fff; font-size: 25px; }







.about{ padding: 30px 0px;}
.about .about_left{ width: 18%;}
.about .about_left .about_left_title{ background: #eff7fd; padding-left: 16px; margin-bottom: 17px;}
.about .about_left .about_left_title .left_title_icon{ line-height: 72px; margin-right: 14px;}
.about .about_left .about_left_title .left_title_right{ padding: 11px 0px;}
.about .about_left .about_left_title .left_title_right dd{ font-size: 22px; color: #2066a1; font-weight: bolder;}
.about .about_left .about_left_title .left_title_right dt{ font-size: 15px; color: #3f3f3f; }
.about .about_left .about_left_nav a{ display: inline-block; width: 100%; line-height: 39px; border-bottom: 1px solid #a5a5a5; background: #eff7fd; text-align: center; font-size: 18px;}
.about .about_left .about_left_nav a.on{ color: #fff; background: #2066a1;}
.about .about_left_bottom{ margin-top: 17px; background: #eff7fd; padding-top: 20px; padding-bottom: 38px; text-align: center;}
.about .about_left_bottom dd{ font-size: 22px; color: #2066a1; font-weight: bolder; line-height: 42px;}
.about .about_left_bottom dd img{ margin-right: 10px;}
.about .about_left_bottom dt{ font-size: 22px; color: #2066a1; font-weight: bolder; margin-top: 10px;}
.about .about_left_bottom:nth-last-child(2){ padding-bottom:17px;}
.about .about_left_bottom:last-child{ margin-top:0px; border-top:1px dashed #373737;}
.about .about_right{ width: 79%;}
.about .about_right .about_right_top p{ font-size: 18px; color: #1b1c1c; line-height: 33px; margin-bottom: 20px; text-indent: 2em; text-align: justify;}
.about .about_right .about_right_top p:last-child{ margin-bottom: 0px;}
.about .about_right .about_right_bottom{ margin-top: 30px;}
.about .about_right .about_right_bottom .right_bottom_list{ margin-bottom: 4px;}
.about .about_right .about_right_bottom .right_bottom_list:last-child{ margin-bottom: 0px;}
.about .about_right .about_right_bottom .right_bottom_list dd{ width: 63%;font-size: 18px; color: #1b1c1c; line-height: 33px; text-indent: 2em; text-align: justify;}
.about .about_right .about_right_bottom .right_bottom_list dt{ width: 32%;}
.about .about_right .about_right_bottom .right_bottom_list dt img{ width: 100%;}







.path .about_right{ position: relative; margin-top: 121px;}
.path .about_right:before{ content: ""; position: absolute; left: 0; right: 0; width: 3px; height: 100%; background: url(../images/bn37.png) repeat-y; margin: 0 auto; top: 10px;}
.path .path_list{ width: 100%; margin-bottom: 25px;}
.path .path_list .path_list_left{ width: 45%; text-align: right; position: relative; padding-right: 114px; margin-top: -75px; height: 240px; line-height: 240px;}
.path .path_list .path_list_left img{ max-height: 240px;}
.path .path_list .path_list_left.on:before{ display: none;}
.path .path_list .path_list_left:before{ content: ""; display: inline-block; width: 114px; height: 14px; background: url(../images/bn36.png) no-repeat 50% 50%; position: absolute; transform: translateX(0%) translateY(-50%); right: 0%; top: 50%; }
.path .path_list .path_list_center{ width: 10%; position: relative; text-align: center;}
.path .path_list .path_list_center dt{ position: absolute; transform: translateX(-50%) translateY(-50%); left: 50%; top: 50%; color: #fff; font-size: 20px; width: 100%; font-weight: bolder;}
.path .path_list .path_list_right{ width: 45%; color: #4c4c4c; font-size: 18px; padding-top: 30px; padding-left: 4%;}
.path .path_list:nth-child(2n) .path_list_left{ float: right; text-align: left; padding-right: 0px; padding-left: 114px;}
.path .path_list:nth-child(2n) .path_list_center{ float: right;}
.path .path_list:nth-child(2n) .path_list_left:before{ right: inherit; left: 0%;  transform: rotate(180deg); top: 48%;}
.path .path_list:nth-child(2n) .path_list_right{ float: left; text-align: right; padding-left: 0px; padding-right: 4%;}






.honor .about_right{ padding: 35px 0px;}
.honor .about_right img{ max-width: 100%;}







.catalyst .catalyst_list .catalyst_list_img{ width: 59%;}
.catalyst .catalyst_list .catalyst_list_txt{ width: 38%;}
.catalyst .catalyst_list .catalyst_list_txt .list_txt_list{ margin-bottom: 20px;}
.catalyst .catalyst_list .catalyst_list_txt .list_txt_list:nth-child(2) dd{ text-indent: 0;}
.catalyst .catalyst_list .catalyst_list_txt .list_txt_list dd{ font-size: 18px; line-height: 28px; color: #1b1c1c; text-indent: 2em; text-align: justify;}
.catalyst .catalyst_list .catalyst_list_txt .list_txt_list dd span{ font-size: 18px; color: #206198;}
.catalyst .catalyst_list .catalyst_list_txt .list_txt_list b{ font-size: 20px; color: #343535;}
.catalyst .catalyst_list:nth-child(2){ margin-top: 30px;}
.catalyst .catalyst_list:nth-child(2) .catalyst_list_txt .list_txt_list dd{ text-indent: 0;}










.committed .about_right{ padding-right: 40px; padding-top: 30px;}
.committed .committed_top{ background: #2066a1; text-align: center; padding: 44px 0px; border-radius: 15px; margin-bottom: 60px;}
.committed .committed_top dd{ margin-bottom: 25px;}
.committed .committed_top dt p{ font-size: 20px; color: #fff; line-height: 38px;}
.committed .committed_table{ padding: 0px 135px;}
.committed .committed_table .committed_table_title{ text-align: center; margin-bottom: 20px;}
.committed .committed_table .committed_table_title dd{ font-size: 25px; color: #2066a1; font-weight: bolder;}
.committed .committed_table .committed_table_title dt{ font-size: 25px; color: #2066a1; margin-top: 5px;}
.committed .committed_table .committed_table_bottom table{ background: #fff; width: 100%;}
.committed .committed_table .committed_table_bottom table tr td{ font-size: 18px; color: #30302f; background: #fddf9e; line-height: 41px; text-align: center;}
.committed .committed_table .committed_table_bottom table tr:nth-child(2n){ background: #fcce6e;}
.committed .committed_table .committed_table_bottom table tr:nth-child(1) td{ font-weight: bolder; color: #fff; background: #2066a1; font-size: 21px;}
.committed .committed_table .committed_table_bottom table tr td:nth-child(1){ font-weight: bolder;}
.committed .committed_bottom{ margin-top: 25px;}
.committed .committed_bottom .committed_bottom_title{ margin-bottom: 35px;}
.committed .committed_bottom .committed_bottom_title dd{ font-size: 18px; color: #30302f;}
.committed .committed_bottom .committed_bottom_title dd:last-child{ padding-left: 35px; margin-top: 10px;}
.committed .committed_bottom .committed_bottom_txt .bottom_txt_list{ width: 25%; position: relative;}
.committed .committed_bottom .committed_bottom_txt .bottom_txt_list img{ width: 100%; height: 249px; object-fit: cover;}
.committed .committed_bottom .committed_bottom_txt .bottom_txt_list:before{ content: ""; position: absolute; display: inline-block; width: 2px; height: 100%; right: 0; background: #fff;}




.product .product_img{ text-align: center;}
.product .product_img img{ max-width: 100%;}





.news .news_top{ margin-bottom: 35px;}
.news .news_top .news_top_list{ display: inline-block; width: 100%; line-height: 60px; border-bottom: 1px dashed #424242;}
.news .news_top .news_top_list:hover dd{ color: #2066a1;}
.news .news_top .news_top_list dd{ font-size: 18px; color: #636363; width: 70%;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.news .news_top .news_top_list dt{ font-size: 18px; color: #636363; width: 20%; text-align: right;}



.page li a{ width: 34px; height: 40px; line-height: 40px; display: inline-block; text-align: center; background: #eeeeee; color: #2066a1; margin-right: 15px; border: 1px solid #dcdcdc; background: #ffffff;}
.page li.active a{ background: #2066a1; color: #fff; border: 1px solid #2066a1;}
.page li:hover a{ background: #2066a1; color: #fff; border: 1px solid #2066a1;}







.NewsDetails .NewsDetails_title{ font-size: 25px; color: #636363; font-weight: bolder;text-align: center; padding-top: 30px; margin-bottom: 30px;}
.NewsDetails .NewsDetails_txt{ color: #636363; line-height: 10px; font-size: 18px; color: #636363; line-height:30px;}
.NewsDetails .NewsDetails_txt img{ max-width: 100%;margin-left: -70px;}
/*.NewsDetails .NewsDetails_txt p{ margin-bottom: 25px;}*/
.NewsDetails .NewsDetails_txt div{ text-align: center; margin-bottom: 25px;}



.case .about_right{ padding-top: 30px; padding-right:50px;}
.case .case_list{ width:31.3%; margin-right:3%; position:relative; margin-bottom:3%; display:inline-block;}
.case .case_list:nth-child(3n){ margin-right:0px;}
.case .case_list .case_list_img img{ width:100%; height:230px; object-fit:cover;}
.case .case_list .case_list_txt{ position:absolute; bottom:0px; left:0; width:100%; line-height:37px; background:#e0e0e0; font-size:18px; color:#ae7d20; text-align:center; padding:0px 10px;}







.Index_case{ padding-bottom:0px; padding-top:60px;}
.Index_case .Partner_title{ margin-bottom:0px; font-size:12px;}
.Index_case .Partner_title dd{ font-size:50px;}
.Index_case .Partner_title dt{ text-align:right;}
.Index_case .Partner_title dt a{ display:inline-block; width:137px; line-height:34px; text-align:center; font-size:20px; color:#fff; background:#ae7d20; font-weight:normal;}
.Index_case .about_right{ padding-right:0px; width:100%; padding-top:15px;}
.Index_case .case_list{ width:23.5%; margin-right:2%;}
.Index_case .case_list:nth-child(3){ margin-right:2%;}
.Index_case .case_list:nth-child(6){ margin-right:2%;}
.Index_case .case_list:nth-child(9){ margin-right:2%;}
.Index_case .case_list:nth-child(4n){ margin-right:0px;}




.contact{ padding-bottom: 100px;}
.contact .contact_title{ padding: 25px 0px;}
.contact .contact_title p{ font-size: 18px; color: #363636; line-height: 32px;}
.contact .contact_map{ width: 100%; height: 455px;}





.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}


















































































@media screen and (max-width:1200px){
.pc_all .pc_all_contnet{ width: 96% !important; margin: 0 auto;height:auto; overflow: hidden;}
.pc_top{ display: none;}
.footer{ padding-top: 0px; padding: 0px !important;}
.footer_top{ display:none;}
.mo_footer{ display:block;}
.mo_top{display: block;}
.mo_height{ height: 50px;}
.slick-dots li{ width: 10px !important; height: 1px !important; margin: 0px 4px !important;}
img{ max-width: 100%;}
.footer .footer_bottom{ margin-top: 0px;}
.footer .footer_bottom .footer_bottom_left,.footer .footer_bottom .footer_bottom_center{ width: 100%; text-align:  center;}


.banner{ height: auto; overflow: inherit;}
.banner .slick-slide .banner_img img{ height: auto;}


.footer{ text-align:center;}
.footer .footer_right{ display:none;}
.footer .footer_left{ padding:20px 0px;}
.footer .footer_left,.footer .footer_right{ margin-right:0px; width:100%;}
.footer .footer_left b{ font-size:20px;}




.details_banner .details_banner_txt dd{ font-size: 18px;}
.details_banner .details_banner_txt dt{ font-size: 14px;}



.details_banner .details_banner_img img{ height: auto;}
.details_banner .details_banner_txt dd{ width: auto;}


.about .about_right .about_right_bottom .right_bottom_list dd,.about .about_right .about_right_bottom .right_bottom_list dt{ width: 100%;}
.about .about_right .about_right_bottom .right_bottom_list dd{ margin-bottom: 20px;}


.committed .committed_top{ padding: 30px;}
.committed .about_right{ padding-right: 0px;}
.committed .committed_table{ padding: 0px;}



.catalyst .catalyst_list .catalyst_list_img{ margin-bottom: 25px;}
.catalyst .catalyst_list .catalyst_list_img,.catalyst .catalyst_list .catalyst_list_txt{ width: 100%;}



.case .about_right{ padding-right:0px;}
}

@media screen and (max-width:960px){
.about .about_left,.about .about_right{ width: 100%;}
.about .about_left .about_left_nav{ margin-bottom: 20px;}
.about .about_left .about_left_nav a{ width: 49%; margin-right: 2%; border-bottom: 0px; margin-bottom: 2%; border-radius: 5px; font-size: 16px;}
.about .about_left .about_left_nav a:nth-child(2n){ margin-right: 0px;}
.about .about_left_bottom,.about .about_left_title{ display:none;}
.about .about_right .about_right_top p{ font-size: 15px; margin-bottom: 10px;}
.about .about_right .about_right_bottom .right_bottom_list dd{ font-size: 15px;}



.honor .about_right{ padding-top: 0px;}
.case .about_right{ padding-top: 0px;}



.Guarantee{ padding: 50px 0px;}
.Guarantee .Guarantee_title dd{ font-size: 26px;}
.Guarantee .Guarantee_title dt{ font-size: 20px;}
.Guarantee .Guarantee_content .Guarantee_content_list{ width: 48%; margin-right: 4%; margin-bottom: 12%;}
.Guarantee .Guarantee_content .Guarantee_content_list:nth-child(2n){ margin-right: 0px;}
.Guarantee .Guarantee_content .Guarantee_content_list:nth-child(3),.Guarantee .Guarantee_content .Guarantee_content_list:nth-child(4){ margin-bottom: 35px;}
.Guarantee .Guarantee_bottom_title{ margin: 30px 0px; margin-top: 0px; font-size: 28px;}
.Guarantee .Guarantee_bottom .Guarantee_bottom_left,.Guarantee .Guarantee_bottom .Guarantee_bottom_right{ width: 100%;}




.IndexService .IndexService_img img{ height:250px; object-fit:cover;}
.IndexService .IndexService_txt{ width:94%;}
.IndexService .IndexService_txt dd{ font-size:22px;}
.IndexService .IndexService_txt dt{ font-size:16px; margin-top:15px;}
.IndexService .IndexService_txt a{ line-height:36px; font-size:14px; margin-top:25px;}


.Partner .Partner_title{ font-size: 26px; margin-bottom: 10px;}
.Partner .Partner_content .Partner_content_list:nth-child(1):before{ display: none;}
.Partner .Partner_content .Partner_content_list{ width: 25%; border-right: 0px; padding: 0px 25px; line-height: normal; height: auto; height: 120px; line-height: 120px;}
.Partner .Partner_content .Partner_content_list img{ max-height: 100px;}





.solution .solution_title dd{ font-size: 35px;}
.solution .solution_content .solution_content_list .content_list_txt dd{ font-size: 18px;}
.solution .solution_content .solution_content_list .content_list_txt dt{ font-size: 14px;}
.solution .solution_content .solution_content_list .content_list_txt dt{ height: 100px;}
.solution .solution_bottom .solution_bottom_left{ width: 50%; padding-left: 0px; padding-top: 0px;}
.solution .solution_bottom .solution_bottom_left .bottom_left_list b{ font-size: 22px;}
.solution .solution_bottom .solution_bottom_left .bottom_left_list{ margin-bottom: 30px;}
.solution .solution_bottom .solution_bottom_left .bottom_left_list dt p{ font-size: 16px;}
.solution .solution_bottom .bottom_left_more{ display: none;}
.solution .solution_bottom .solution_bottom_left .bottom_left_list:nth-last-child(2){ margin-bottom: 0px;}
.solution .solution_bottom{ padding: 50px 0px;}



.case .case_list .case_list_img img{ height:200px;}
.case .case_list .case_list_txt{ position:inherit;}

.Index_case .Partner_title dd{ font-size:18px;}
.Index_case .Partner_title dt{ text-align:center;}
.Index_case .Partner_title dt a{ font-size:14px; line-height:30px; margin-top:15px;}
}



@media screen and (max-width:768px){
.path .path_list .path_list_center dt{ font-size: 16px;}



.committed .about_right{ padding-top: 0px;}
.committed .committed_top{ margin-bottom: 30px;}
.committed .committed_top dd{ margin-bottom: 10px;}
.committed .committed_top dt p{ font-size: 15px; line-height: 30px;}
.committed .committed_bottom .committed_bottom_txt .bottom_txt_list img{ height: 216px;}


.case .about_left .about_left_nav{ margin-bottom: 0px;}


.contact{ padding-bottom: 50px;}
.contact .about_left{ display: none;}



.news .about_left{ display: none;}
.NewsDetails .about_left{ display: none;}

.Guarantee .Guarantee_content .Guarantee_content_list .content_list_txt dt{ height: auto;}
.Guarantee .Guarantee_content{ margin-top: 100px;}



.catalyst .catalyst_list .catalyst_list_img{ text-align: center;}



.case .case_list .case_list_img img{ height:180px;}

}


@media screen and (max-width:600px){
.banner,.banner .slick-slide .banner_img img{ height: 220px; overflow:hidden;}
.details_banner .details_banner_img img{ height: 180px;}



.solution{ background:#fff;}
.solution .solution_title dd{ font-size:22px; margin-bottom:5px;}
.solution .solution_title dt img{ height:20px;}
.solution .solution_content .solution_content_list{ width:49%; margin-right:2%; margin-bottom:2%;}
.solution .solution_content .solution_content_list:nth-child(2n){ margin-right:0px;}
.solution .solution_content .solution_content_list .content_list_txt dd{ font-size:18px; padding:10px 0px;}
.solution .solution_content .solution_content_list .content_list_txt dt{ font-size:14px; line-height:22px;}
.solution .solution_bottom .solution_bottom_left,.solution .solution_bottom .solution_bottom_right{ padding-left:0px; padding-top:0px; width:100%;}
.solution .solution_bottom{ padding:35px 0px;}
.solution .solution_bottom .solution_bottom_left .bottom_left_list{ margin-bottom:20px; text-align:center;}
.solution .solution_bottom .solution_bottom_left .bottom_left_list b{ font-size:18px;}
.solution .solution_bottom .solution_bottom_left .bottom_left_list dt p{ font-size:14px;}
.solution .solution_bottom .bottom_left_more{ width:100%; text-align:center;}
.solution .solution_bottom .solution_bottom_left a{ font-size:14px;}
.solution .solution_bottom .solution_bottom_right{ margin-top:40px;}




.Guarantee{ padding:35px 0px;}
.Guarantee .Guarantee_title dd{ font-size:20px;}
.Guarantee .Guarantee_title dd span{ margin-right:8px;}
.Guarantee .Guarantee_title dt{ font-size:16px; margin-top:5px;}
.Guarantee .Guarantee_content{ margin-top:80px;}
.Guarantee .Guarantee_content .Guarantee_content_list{ width:49%; margin-right:2%; margin-bottom:2%; margin-bottom:55px;}
.Guarantee .Guarantee_content .Guarantee_content_list:nth-child(2n){ margin-right:0px;}
.Guarantee .Guarantee_content .Guarantee_content_list .content_list_icon{ width:70px; margin:0 auto; margin-top:-35px;}
.Guarantee .Guarantee_content .Guarantee_content_list .content_list_txt dd{ font-size:18px; padding:13px 0px;}
.Guarantee .Guarantee_content .Guarantee_content_list .content_list_txt dt{ font-size:14px; line-height:22px; height: auto;}
.Guarantee .Guarantee_bottom_title{ margin-top:0px; font-size:24px; margin-bottom:30px;}
.Guarantee .Guarantee_bottom .Guarantee_bottom_left,.Guarantee .Guarantee_bottom .Guarantee_bottom_right{ width:100%;}
.Guarantee .Guarantee_bottom .Guarantee_bottom_left .bottom_left_content{ padding-left:0px;}
.Guarantee .Guarantee_bottom .Guarantee_bottom_left .bottom_left_content .left_content_list{ padding-left:18%;}
.Guarantee .Guarantee_bottom .Guarantee_bottom_left .bottom_left_content .left_content_list:before{ left:0px;}
.Guarantee .Guarantee_bottom .Guarantee_bottom_left .bottom_left_content .left_content_list b{ font-size:18px;}
.Guarantee .Guarantee_bottom .Guarantee_bottom_left .bottom_left_content .left_content_list dt{ font-size:14px;}
.Guarantee .Guarantee_bottom .Guarantee_bottom_left .bottom_left_content:before{ left:22px;}
.Guarantee .Guarantee_bottom .Guarantee_bottom_left .bottom_left_title{ margin-bottom:25px; width:100%; text-align:center; font-size:18px;}
.Guarantee .Guarantee_bottom .Guarantee_bottom_right .bottom_right_list dt{ font-size:14px;}





.Partner{ padding:35px 0px;}
.Partner .Partner_content .Partner_content_list:before{ display:none;}
.Partner .Partner_title{ font-size:22px; margin-bottom:20px;}
.Partner .Partner_content .Partner_content_list{ width:33.33%; line-height:normal; height:90px; line-height:90px; padding:0px 25px; border-right:0px;}
.Partner .Partner_content .Partner_content_list img{ max-height:50px;}




.path .about_right{ margin-top: 40px;}
.path .path_list .path_list_right{ font-size: 14px; width: 41%; padding-top: 0px;}
.path .path_list .path_list_left{ padding-right: 10%; width: 41%; margin-top: -50px;}
.path .path_list .path_list_left img{ max-height: 178px;}
.path .path_list .path_list_left{ height: 180px; line-height: 180px;}
.path .path_list .path_list_center{ width: 18%;}
.path .path_list:nth-child(2n) .path_list_left{ padding-left: 10%;}
.path .path_list .path_list_left:before{ width: 36%; background: url(../images/bn36.png) no-repeat 0% 50%;}




.committed .committed_table .committed_table_bottom table tr:nth-child(1) td{ font-size: 13px;}
.committed .committed_table .committed_table_bottom table tr td{ font-size: 12px;}
.committed .committed_table .committed_table_title dd{ font-size: 18px;}
.committed .committed_table .committed_table_title dt{ font-size: 15px;}
.committed .committed_bottom .committed_bottom_title dd{ font-size: 15px;}
.committed .committed_bottom .committed_bottom_title dd:last-child{ padding-left: 0px;}
.committed .committed_bottom .committed_bottom_txt .bottom_txt_list img{ height: auto;}
.committed .committed_bottom .committed_bottom_txt .bottom_txt_list{ width: 49%; margin-right: 2%; margin-bottom: 2%;}
.committed .committed_bottom .committed_bottom_txt .bottom_txt_list:nth-child(2n){ margin-right: 0px;}



.catalyst .catalyst_list .catalyst_list_txt .list_txt_list b{ font-size: 16px;}
.catalyst .catalyst_list .catalyst_list_txt .list_txt_list dd{ font-size: 14px;}
.catalyst .catalyst_list .catalyst_list_txt .list_txt_list dd span{ font-size: 16px;}



.case .case_list .case_list_right{ margin-left: 0px; margin-top: 25px;}
.case .case_list .case_list_left .list_left_title dd{ font-size: 16px;}
.case .case_list .case_list_left .list_left_title dt{ font-size: 16px;}
.case .case_list .case_list_left,.case .case_list .case_list_right,.case .case_lister .case_list_left .list_left_title,.case .case_lister .case_list_left .list_left_img{ width: 100%;}
.case .case_list .case_list_left .list_left_title .left_title_txt{ font-size: 15px; margin-top: 10px;}
.case .case_list .case_list_left .list_left_img{ padding-left: 0px; margin-top: 20px;}
.case .case_lister .case_list_left .list_left_img{ margin-left: 0px; padding-top: 0px;}
.case .case_listsi .case_list_left .list_left_img{ padding-top: 0px;}


.footer .footer_left dd{ font-size: 15px;}


.contact .contact_title{ padding-top: 0px;}
.contact .contact_title p{ font-size: 15px;}



.news .news_top .news_top_list{ line-height: 50px; border-bottom: 1px dashed #dcdcdc;}
.news .news_top .news_top_list dd{ font-size: 15px; width: 50%;}
.news .news_top .news_top_list dt{ font-size: 15px; width: 40%;}




.NewsDetails .NewsDetails_title{ padding-top: 0px; font-size: 18px; margin-bottom: 20px;}
.NewsDetails .NewsDetails_txt{ font-size: 14px;}
.NewsDetails .NewsDetails_txt p,.NewsDetails .NewsDetails_txt div{ margin-bottom: 15px;}


.contact .contact_map{ height: 300px;}


.about{ padding:20px 0px;}
.case .case_list{ width:49%; margin-right:2%; margin-bottom:2%;}
.case .case_list:nth-child(2n){ margin-right:0px;}
.case .case_list:nth-child(3){ margin-right:2%;}
.case .case_list:nth-child(9){ margin-right:2%;}
.case .case_list .case_list_txt{ font-size:15px;}
.case .case_list .case_list_img img{ height:140px;}


}








@media screen and (max-width:375px){
.case .case_content .case_content_list .content_list_img img{ height:143px;}
.news .news_content .news_list .news_list_img img{ height: 95px;}
}


@media screen and (max-width:375px){


}
@media screen and (max-width:360px){


}


@media screen and (max-width:320px){

}