﻿@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;}
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;}
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:14px;}
input::-webkit-input-placeholder{ /* WebKit browsers */ color:#999999; font-size:14px;}
input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#999999; font-size:14px;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:14px;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:14px;}
textarea::-webkit-input-placeholder{color:#999999; font-size:13px; 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_xiala{ height:0px; overflow:hidden}
.mo_xiala.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.05) 5px 10px 10px; 
   -moz-box-shadow:rgba(0,0,0,0.05) 5px 10px 10px; 
    -ms-box-shadow:rgba(0,0,0,0.05) 5px 10px 10px; 
     -o-box-shadow:rgba(0,0,0,0.05) 5px 10px 10px; 
        box-shadow:rgba(0,0,0,0.05) 5px 10px 10px; 
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}

.shadow8{ 
-webkit-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
   -moz-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
    -ms-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
     -o-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
        box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
		transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}


.shadow6{ 
-webkit-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
   -moz-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
    -ms-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
     -o-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
        box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
		transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}

/*投影*/
.shadow10{ 
-webkit-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
   -moz-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
    -ms-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
     -o-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
        box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
}
/*图片居中*/
.center{
	-webkit-align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: star;
}

/*图片居中2*/
.vertical{
	display:-webkit-box;
 display:-webkit-flex;
 display:-moz-box;
 display:-moz-flex;
display:-ms-flexbox;
display:flex;
/* 水平居中*/ 
	   -webkit-box-align:center;
		  -moz-box-align:center;
		   -ms-flex-pack:center;
 /* IE 10 */
 -webkit-justify-content:center; 
	-moz-justify-content:center;
	     justify-content:center;
/* IE 11+,Firefox 22+,Chrome 29+,Opera 12.1*/
/* 垂直居中 */ 
		-webkit-box-pack:center;
		  -ms-flex-align:center;
		   -moz-box-pack:center;
/* IE 10 */
	 -webkit-align-items:center;
	    -moz-align-items:center;
	    	 align-items:center;

}






/*图片翻转*/
.flip{
	-webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
           transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;
 }
.flip:hover{
	-webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(60deg);
           transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;  
	cursor:pointer;
}


.noscroll{
    overflow: hidden;
}


.bd_weixin_popup{ width:280px !important; height:345px !important; position:fixed !important; top:30% !important; left:0% !important; right:0% !important; margin:0 auto}



.quan{ width: 100%;}

.mo_top{ width:100%; display:none; position:absolute; top: 0; z-index: 100;}
.mo_top .mot{ width:100%; padding:0 2%; height:50px; background:#fff;}
.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;}

.neibanner{ height: 330px; width: 100%;}





.header{ background: #f4f4f4; height: 38px; line-height: 38px;border-bottom: 1px solid #e5e5e5;}
.header .header_centent{ margin:0 auto; max-width: 1200px;}
.header .header_centent .header_centent_left{ font-size: 13px; color: #999999;}
.header .header_centent .header_centent_right{ padding: 6px 0px;}
.header .header_centent .header_centent_right a{ display: inline-block; width: 25px; height: 25px; line-height: 25px; border-radius: 100%; background: #cccccc; text-align: center; color: #fff; margin-left: 10px;}
.header .header_centent .header_centent_right a i{ font-size: 12px;}
.header .header_centent .header_centent_right a:hover{ background: #145ec9;}






.pc_top .pc_top_content{ height: 115px; max-width: 1200px; margin: 0 auto;}
.pc_top .pc_top_content .top_content_logo{ display: inline-block; line-height: 115px;}
.pc_top .pc_top_content .top_content_right .content_right_icon{ line-height: 115px;margin-right: 10px;}
.pc_top .pc_top_content .top_content_right .content_right_txt{ padding: 32px 0px;}
.pc_top .pc_top_content .top_content_right .content_right_txt dd{ font-size: 14px; color: #333333; margin-bottom: 5px;}
.pc_top .pc_top_content .top_content_right .content_right_txt dt{ font-size: 22px; color: #ffb400;}
.pc_top .pc_top_nav{ height: 58px; background: #145ec9 url(../images/bn1.png) repeat-X 100% 100%;}
.pc_top .pc_top_nav .top_nav_content{ max-width: 1200px; margin: 0 auto;}
.pc_top .pc_top_nav .top_nav_content .nav_content_list{ width: 11.1%; position:relative;}
.pc_top .pc_top_nav .top_nav_content .nav_content_list .top_nav_title{ font-size: 15px; color: #fff; line-height: 58px; width: 100%; text-align: center; display: inline-block;}
.pc_top .pc_top_nav .top_nav_content .nav_content_list:hover .top_nav_title{ background: #edb42c;}
.pc_top .pc_top_nav .top_nav_content .nav_content_list.on .top_nav_title{ background: #edb42c;}
.pc_top .pc_top_search{ background: #f3f7fc;}
.pc_top .pc_top_search .top_search_content{ max-width: 1200px; margin: 0 auto; height: 60px;}
.pc_top .pc_top_search .top_search_content .search_content_left,.pc_top .pc_top_search .top_search_content .search_content_left dt a{ font-size: 13px; color: #666666; line-height: 60px;}
.pc_top .pc_top_search .top_search_content .search_content_form{ border: 1px solid #e5e5e5; height: 40px; overflow: hidden; border-radius: 5px; margin: 10px 0px;}
.pc_top .pc_top_search .top_search_content .search_content_form dd input{ line-height: 40px; width: 360px; padding: 0px 20px; font-size: 14px;}
.pc_top .pc_top_search .top_search_content .search_content_form dt input{ height: 40px; width: 50px; background: #b5b5b5 url(../images/bn3.png) no-repeat 50%; cursor: pointer;}

.pc_top .pc_top_nav .top_nav_content .nav_content_list .top_nav_down{ position:absolute; left:0px; width:100%; z-index:20; display:none;}
.pc_top .pc_top_nav .top_nav_content .nav_content_list .top_nav_down a{ display:inline-block; width:130px; line-height:45px; background:#fff; color:#333; text-align:center;}
.pc_top .pc_top_nav .top_nav_content .nav_content_list:hover .top_nav_down{ display:block;}
.pc_top .pc_top_nav .top_nav_content .nav_content_list .top_nav_down a:hover{ background:#edb42c; color:#fff;}



.index_advantage{ height: 135px; width: 100%; background: url(../images/bg1.jpg) no-repeat 50%/cover;}







.index_installation{ background: #f3f7fc;}
.index_installation .index_installation_content{ max-width: 1200px; margin: 0 auto; padding: 50px 0px; padding-bottom: 40px;}
.index_installation .index_installation_content .installation_content_title dd{ font-size: 22px; color: #333333; padding-left: 15px; background: url(../images/bn4.jpg) no-repeat 0% 50%; line-height: 35px;}
.index_installation .index_installation_content .installation_content_title a{ font-size: 14px; color: #145ec9; display: inline-block; width: 94px; height: 35px; line-height: 34px; border: 1px solid #145ec9; text-align: center; border-radius: 50px;}
.index_installation .index_installation_content .installation_content_title a:hover{ background: #145ec9; color: #fff;}
.index_installation .index_installation_content .installation_content_txt{ margin-top: 33px;}
.index_installation .index_installation_content .installation_content_txt .content_txt_list{ display: inline-block; width: 23.5%; margin-right: 2%; margin-bottom: 2%;}
.index_installation .index_installation_content .installation_content_txt .content_txt_list:nth-child(4n){ margin-right: 0px;}
.index_installation .index_installation_content .installation_content_txt .content_txt_list dd{ overflow: hidden; position: relative;}
.index_installation .index_installation_content .installation_content_txt .content_txt_list dd span img{ width: 100%; height: 230px; object-fit: cover;}
.index_installation .index_installation_content .installation_content_txt .content_txt_list dt{ text-align: center; background: #fff; padding: 15px 0px;}
.index_installation .index_installation_content .installation_content_txt .content_txt_list dt p{ font-size: 16px; color: #333333; margin-bottom: 5px;}
.index_installation .index_installation_content .installation_content_txt .content_txt_list dt span{ font-size: 14px; color: #999999;}
.index_installation .index_installation_content .installation_content_txt .content_txt_list .hover_bg{ position: absolute; left: 0; top: 0; background: rgba(20,94,201,.7); width: 100%; height: 100%; opacity: 0;
transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}
.index_installation .index_installation_content .installation_content_txt .content_txt_list .hover_search{
	position: absolute;opacity: 0;
    left: 0%;
    right: 0%;
    top: 0%;
    text-align: center;
    line-height: 230px;
    margin: 0 auto;
    -webkit-transform: scale(1.5);
   -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
     -o-transform: scale(1.5);
           filter: scale(1.5);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}
.index_installation .index_installation_content .installation_content_txt .content_txt_list:hover .hover_bg{ opacity: 1;}
.index_installation .index_installation_content .installation_content_txt .content_txt_list:hover .hover_search{ opacity: 1;
 -webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
           filter: scale(1);
           filter: transform;
}





.index_service{ background: url(../images/bg3.jpg) no-repeat 50%/cover;}
.index_service .index_service_content{ max-width: 1200px; margin: 0 auto; padding: 50px 0px;}
.index_service .index_service_content .service_content_title{ text-align: center; font-size: 28px; color: #fff;}
.index_service .index_service_content .service_content_title span{ position: relative;}
.index_service .index_service_content .service_content_title span:before{ content: ""; position: absolute;  display: inline-block; width: 22px; height: 2px; background: #fff; left: -45px; top: 50%;}
.index_service .index_service_content .service_content_title span:after{ content: ""; position: absolute;  display: inline-block; width: 22px; height: 2px; background: #fff; right: -45px; top: 50%;}
.index_service .index_service_content .service_content_txt{ margin-top: 45px;}
.index_service .index_service_content .service_content_txt .content_txt_list{ width: 23.5%; background: #fff; padding: 30px 20px; margin-right: 2%;}
.index_service .index_service_content .service_content_txt .content_txt_list:nth-child(4){ margin-right: 0px;}
.index_service .index_service_content .service_content_txt .content_txt_list dd{ font-size: 16px; color: #333333;}
.index_service .index_service_content .service_content_txt .content_txt_list dd span{ color: #145ec9; border-bottom: 1px solid #dcdcdc; padding-bottom: 15px; display: inline-block; margin-bottom: 15px;}
.index_service .index_service_content .service_content_txt .content_txt_list dt{ line-height: 25px; font-size: 14px; color: #666666;}
.index_service .index_service_content .service_process{ padding: 35px 0px;}
.index_service .index_service_content .service_more{ text-align: center;}
.index_service .index_service_content .service_more a{ width: 163px; line-height: 48px; display: inline-block; background: #fff; border-radius: 200px; font-size: 16px; color: #145ec9;}










.index_honor .index_installation_content{ padding-bottom: 50px;}
.index_honor .index_honor_left{ width: 43%;}
.index_honor .index_honor_right{ width: 50%;}
.honor_left_content{ margin-top: 30px;}
.honor_left_content .left_content_list:nth-child(1){ margin-right: 8%;}
.honor_left_content .left_content_list{ position: relative; width: 46%;}
.honor_left_content .left_content_list dd img{ width: 100%; height: 312px;}
.honor_left_content .left_content_list dt{ position: absolute; bottom: 0; line-height: 45px; width: 100%; background: rgba(0,0,0,0.5); text-align: center; color: #fff; font-size: 16px; color: #fff; left: 0;}
.index_honor .index_honor_right .honor_right_content{ margin-top: 11px;}
.index_honor .index_honor_right .honor_right_content .right_content_list{ width: 31%; margin-right: 3.5%; margin-top: 3.5%; overflow: hidden; text-align:center;}
.index_honor .index_honor_right .honor_right_content .right_content_list img{ height:140px;}
.index_honor .index_honor_right .honor_right_content .right_content_list:nth-child(3n){ margin-right: 0px;}







.index_case{ background: #fff;}
.index_case .index_service_content .service_content_title{ color: #333333;}
.index_case .index_service_content .service_content_title span:before,.index_case .index_service_content .service_content_title span:after{ background: #145ec9;}

.index_service .index_case_content .case_content_title{ background: url(../images/bn7.png) no-repeat 50% 100%; margin-top: 15px; border-bottom: 1px solid #e5e5e5;}
.index_service .index_case_content .case_content_title a{ display: inline-block; line-height: 70px; font-size: 16px; color: #666666; margin-right: 60px; height: 70px;}
.index_service .index_case_content .case_content_title a:last-child{ margin-right: 0px;}
.index_service .index_case_content .case_content_title a:hover{ color: #145ec9; border-bottom: 2px solid #145ec9;}
.index_service .index_case_content .case_content_title a.on{ color: #145ec9; border-bottom: 2px solid #145ec9;}
.index_service .index_case_content .case_content_txt{ margin-top: 55px;}
.index_service .index_case_content .case_content_txt .content_txt_list .txt_list_list .list_list_content{ width: 100%; display: inline-block; margin-bottom: 50px;}
.index_service .index_case_content .case_content_txt .content_txt_list .txt_list_list .list_list_content .list_content_left{ width: 46%; position: relative;}
.index_service .index_case_content .case_content_txt .content_txt_list .txt_list_list .list_list_content .list_content_left:before{ content: ""; position: absolute; display: inline-block; width: 15px; height: 23px; background: url(../images/bn8.png) no-repeat 50%; right: 0; top: 35px;}
.index_service .index_case_content .case_content_txt .content_txt_list .txt_list_list .list_list_content .list_content_left img{ width: 100%; height: 215px; object-fit: cover;}

.index_service .index_case_content .case_content_txt .content_txt_list .txt_list_list .list_list_content .list_content_right{ width: 54%; text-align: left; border: 1px solid #dcdcdc; border-left: 0px; padding: 30px 35px;}
.index_service .index_case_content .case_content_txt .content_txt_list .txt_list_list .list_list_content .list_content_right dd{ font-size: 18px; color: #333333; margin-bottom: 20px;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.index_service .index_case_content .case_content_txt .content_txt_list .txt_list_list .list_list_content .list_content_right p{ font-size: 14px; color: #666666;
display: -webkit-box; height: 68px; margin-bottom: 22px; line-height: 24px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.index_service .index_case_content .case_content_txt .content_txt_list .txt_list_list .list_list_content .list_content_right dt{ font-size: 14px; color: #999999;transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;}
.index_service .index_case_content .case_content_txt .content_txt_list .txt_list_list .list_list_content .list_content_right dt i{ margin-left: 10px;}
.index_service .index_case_content .case_content_txt .content_txt_list .txt_list_list .list_list_content:hover dt{ color: #145ec9;transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;}



.index_problem{ background: #f3f7fc;}
.index_problem .index_service_content .service_content_title{ background: url(../images/bn4.png) no-repeat 50%; height: 50px; line-height: 50px;}
.index_problem .index_problem_title{ text-align: center; font-size: 16px; margin-top: 15px; margin-bottom: 60px;}
.index_problem .index_problem_content{ padding-bottom: 20px;}
.index_problem .index_problem_content .problem_content_list{ text-align: left; background: #fff; display: inline-block; width: 100%;transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;}
.index_problem .index_problem_content .problem_content_list .content_list_title{ line-height: 61px; background: url(../images/bn9.png) no-repeat 0% 50%; font-size: 22px; color: #fff; padding-left: 15px;transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;}
.index_problem .index_problem_content .problem_content_list .content_list_txt{ padding: 0px 23px; padding-bottom: 30px; min-height:280px;}
.index_problem .index_problem_content .problem_content_list .content_list_txt dd{ font-size: 16px; color: #333333; font-weight: bolder; margin-top: 25px; margin-bottom: 15px;}
.index_problem .index_problem_content .problem_content_list .content_list_txt dt{ font-size: 14px; color: #666666; line-height: 24px;}
.index_problem .index_problem_content .problem_content_list:hover .content_list_title{background: url(../images/bn9_dian.png) no-repeat 0% 50%;transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;}
.index_problem .index_problem_quote{ margin-top: 35px;}





.index_about{ background: url(../images/bg15.jpg) no-repeat 50%/cover;}
.index_about .index_about_content{ max-width: 1200px; margin: 0 auto; padding: 80px 0px;}
.index_about .index_about_content .about_content_left{ width: 40.8%; background: #fff; padding-top: 45px; padding-bottom: 56px; position: relative;}
.index_about .index_about_content .about_content_left dd{ text-align: center; background: url(../images/bn12.png) no-repeat 50%;}
.index_about .index_about_content .about_content_left dd{ font-size: 22px; color: #333333; position: relative; text-align: center; margin-bottom: 50px;}
.index_about .index_about_content .about_content_left dd:before{ content: ""; position: absolute; display: inline-block; width: 54px; height: 2px; background: #145ec9; left: 0; right: 0; margin: 0 auto; bottom: -25px;}
.index_about .index_about_content .about_content_left dt{ padding: 0px 40px;}
.index_about .index_about_content .about_content_left dt p{ color: #333333; font-size: 16px; line-height: 30px; margin-bottom: 20px;}
.index_about .index_about_content .about_content_left dt p:last-child{ margin-bottom: 0px;}
.index_about .index_about_content .about_content_left a{ display: inline-block; width: 203px; background: #145ec9; text-align: center; color: #fff; font-size: 16px; line-height: 50px; position: absolute; left: 0; right: 0; margin: 0 auto; bottom: -25px;}
.index_about .index_about_content .about_content_left a i{ margin-left: 10px;}





.index_news{ background: #f3f7fc;}
.index_news .index_news_content{ margin-top: 45px;}
.index_news .index_news_content .news_content_list{ width: 31%; margin-right: 3.5%;}
.index_news .index_news_content .news_content_list:last-child{ margin-right: 0px;}
.index_news .index_news_content .news_content_list .news_content_title{ position: relative; display:inline-block; width:100%;}
.index_news .index_news_content .news_content_list .news_content_title dd img{ width: 100%; height: 194px;}
.index_news .index_news_content .news_content_list .news_content_title dt{ position: absolute; line-height: 44px; font-size: 16px; color: #fff; background: rgba(0,0,0,0.5); bottom: 0; width: 100%; padding-left: 28px;}
.index_news .index_news_content .news_content_list .news_content_body{ background: #fff; padding: 20px 20px;}
.index_news .index_news_content .news_content_list .news_content_body .content_body_list dd{ font-size: 14px; color: #333333; width: 80%;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
} 
.index_news .index_news_content .news_content_list .news_content_body .content_body_list{ margin: 5px 0px;display: inline-block; width: 100%;}
.index_news .index_news_content .news_content_list .news_content_body .content_body_list dd span{ font-size: 16px; margin-right: 5px;}
.index_news .index_news_content .news_content_list .news_content_body .content_body_list dt{ font-size: 14px; color: #999999; text-align: right; width: 20%;} 
.index_news .index_news_content .news_content_list .news_content_body .content_body_list:hover dd{ color: #145ec9;}









.advisory{ background: #145ec9; height: 80px;}
.advisory .advisory_left{ font-size: 20px; color: #fff; margin-right: 20px;}
.advisory .advisory_form input{ height: 40px; line-height: 40px;}
.advisory .advisory_form dd input{ padding: 0px 20px; font-size: 14px; width: 250px;}
.advisory .advisory_form dd{ margin-right: 15px;}
.advisory .advisory_form dt input{ width: 63px; background: #edb42c; color: #fff; font-size: 14px;}




.footer{ background: #3f3f3f;}
.footer .footer_content{ max-width: 1200px; margin: 0 auto; padding-bottom: 25px;}
.footer .footer_content .footer_content_title{ border-bottom: 1px solid rgba(255,255,255,0.2);}
.footer .footer_content .footer_content_title dd{ font-size: 16px; color: #fff; margin-right: 30px; line-height: 100px;}
.footer .footer_content .footer_content_title dt a{ font-size: 14px; color: #fff; margin-right: 73px; display: inline-block; line-height: 100px;}
.footer .footer_content .footer_content_title dt a:last-child{ margin-right: 0px;}
.footer .footer_content .footer_content_txt{ padding: 30px 0px;}
.footer .footer_content .footer_content_txt .content_txt_left{ width:72%;}
.footer .footer_content .footer_content_txt .content_txt_right{ width:28%;}
.footer .footer_content .footer_content_txt .content_txt_left .txt_left_title{ font-size: 16px; color: #fff; margin-bottom: 28px;}
.footer .footer_content .footer_content_txt .content_txt_left .txt_left_content .left_content_left{ width: 50%;}
.footer .footer_content .footer_content_txt .content_txt_left .txt_left_content .left_content_left dt{ font-size: 14px; color: #ffffff; margin-left: 20px; width: 58%;}
.footer .footer_content .footer_content_txt .content_txt_left .txt_left_content .left_content_left dd{ width: 28%;}
.footer .footer_content .footer_content_txt .content_txt_left .txt_left_content .left_content_right .content_right_list{ font-size: 14px; color: #fff; padding-left: 25px; margin-bottom: 15px;}
.footer .footer_content .footer_content_txt .content_txt_left .txt_left_content .left_content_right .content_right_list:nth-child(1){ background: url(../images/bn13.png) no-repeat 0% 50%;}
.footer .footer_content .footer_content_txt .content_txt_left .txt_left_content .left_content_right .content_right_list:nth-child(2){ background: url(../images/bn14.png) no-repeat 0% 50%;}
.footer .footer_content .footer_content_txt .content_txt_left .txt_left_content .left_content_right .content_right_list:nth-child(3){ background: url(../images/bn15.png) no-repeat 0% 50%;}
.footer .footer_content .footer_content_txt .content_txt_left .txt_left_content .left_content_right .content_right_list:nth-child(4){ background: url(../images/bn16.png) no-repeat 0% 50%; margin-bottom: 0px;}
.footer .footer_content .footer_content_txt .content_txt_right .txt_right_top a{ font-size: 14px; color: #fff; margin-right: 20px;}
.footer .footer_content .footer_content_txt .content_txt_right .txt_right_top a:last-child{ margin-right: 0px;}
.footer .footer_content .footer_content_txt .content_txt_right .txt_right_bottom{ margin-top: 25px;}
.footer .footer_content .footer_content_txt .content_txt_right .txt_right_bottom p{ font-size: 13px; color: #aaaaaa;}
.footer .footer_content .footer_content_txt .content_txt_right .txt_right_bottom p:first-child{ margin-bottom: 10px;}
.footer .footer_content .footer_content_txt .content_txt_right .txt_right_bottom p a{ font-size: 13px; color: #aaaaaa;}






.PopUps{ display: none;}
.PopUps .PopUps_bg{ background: rgba(0,0,0,0.5); position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 51;}
.PopUps .PopUps_content{ position: fixed; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); width: 570px;background: #fff; z-index: 55; padding: 45px 30px;}
.PopUps .PopUps_content .PopUps_content_title{ font-size: 28px; color: #333333; text-align: center; position: relative;}
.PopUps .PopUps_content .PopUps_content_title p{ font-size: 16px; color: #666666; margin-top: 15px;}
.PopUps .PopUps_content .PopUps_content_title p span{ color: #edb42c;}
.PopUps .PopUps_content .PopUps_content_title .PopUps_content_close{ position: absolute; right: -10px; top: -30px; cursor: pointer;}
.PopUps .PopUps_content .PopUps_content_form{ margin-top: 45px;}
.PopUps .PopUps_content .PopUps_content_form .content_form_list{ line-height: 50px; border: 1px solid #e5e5e5; margin-top: 30px;}
.PopUps .PopUps_content .PopUps_content_form .content_form_list input{ width: 100%; padding: 0px 20px; font-size: .28rem;line-height: 50px;}
.PopUps .PopUps_content .PopUps_content_form .content_form_submit input{ line-height: 50px; border: 1px solid #e5e5e5; margin-top: 30px; width: 100%; color: #fff; font-size: 18px; color: #fff; background: #145ec9; cursor: pointer;}



.ScrollClient{ margin-top: 60px;}
.ScrollClient .ScrollClient_content{ max-width: 1200px; margin: 0 auto; background: #f5f5f5; border: 1px solid #e5e5e5; padding: 23px 0px;}
.ScrollClient .ScrollClient_content .ScrollClient_content_left{ width: 17%; text-align: center; border-right: 1px solid #e5e5e5; margin-right: 60px;}
.ScrollClient .ScrollClient_content .ScrollClient_content_left p{ font-size: 16px; color: #333333;}
.ScrollClient .ScrollClient_content .ScrollClient_content_left p span{ color: #edb42c;}
.ScrollClient .ScrollClient_content .ScrollClient_content_left p:last-child{ margin-top: 6px;}
.ScrollClient .ScrollClient_content .ScrollClient_content_center{ overflow: hidden; width: 50%; height: 50px;}
.ScrollClient .ScrollClient_content .ScrollClient_content_center ul li{ width: 40%; display: inline-block; font-size: 14px; color: #555555; line-height: 30px; margin-right: 20%;}
.ScrollClient .ScrollClient_content .ScrollClient_content_center ul li:nth-child(2n){ margin-right: 0px;}
.ScrollClient .ScrollClient_content .ScrollClient_content_center ul li span:first-child{ margin-right: 15px;}
.ScrollClient .ScrollClient_content .ScrollClient_content_center ul li span:last-child{ margin-left: 15px;}
.ScrollClient .ScrollClient_content .application_click{ display: inline-block; font-size: 16px; color: #fff; background: #edb42c; width: 178px; height: 50px; line-height: 50px;  text-align: center; margin-right: 25px;}








.about .about_content{ max-width: 1200px; margin: 0 auto; padding: 40px 0px;}
.about .about_content .about_content_left{ width: 240px;}
.about .about_content .about_content_left .content_left_top{ margin-bottom: 30px;}
.about .about_content .about_content_left .content_left_top .content_left_title{ background: url(../images/bg21.jpg) no-repeat 50% 50%;color: #fff; height: 100px; padding: 21px 0px; padding-left: 30px;}
.about .about_content .about_content_left .content_left_title dd{ font-size: 16px; margin-bottom: 10px;}
.about .about_content .about_content_left .content_left_title dt{ font-size: 24px;}
.about .about_content .about_content_left .content_left_txt .left_txt_list{ display: inline-block; width: 100%; line-height: 50px; font-size: 15px; color: #333333; border: 1px solid #e5e5e5; border-top: 0px; background: url(../images/bn17.png) no-repeat 50px 50%; padding-left: 75px;}
.about .about_content .about_content_left .content_left_txt .left_txt_list:hover{ color: #fff; background: #145ec9 url(../images/bn18.png) no-repeat 50px 50%; border: 1px solid #145ec9; border-top: 0px;}
.about .about_content .about_content_left .content_left_txt .left_txt_list.on{ color: #fff; background: #145ec9 url(../images/bn18.png) no-repeat 50px 50%; border: 1px solid #145ec9; border-top: 0px;}
.about .about_content .about_content_left .content_left_contact{ margin-bottom: 30px;}
.about .about_content .about_content_left .content_left_contact .left_contact_txt{border: 1px solid #e5e5e5; border-top: 0px; padding: 15px 13px;} 
.about .about_content .about_content_left .content_left_contact .left_contact_txt .contact_txt_list{ width: 100%; margin-bottom: 10px;} 
.about .about_content .about_content_left .content_left_contact .left_contact_txt .contact_txt_list:last-child{ margin-bottom: 0px;}
.about .about_content .about_content_left .content_left_contact .left_contact_txt .contact_txt_list dd{ width: 10%;}
.about .about_content .about_content_left .content_left_contact .left_contact_txt .contact_txt_list dt{ width: 90%; color: #666666;}
.about .about_content .about_content_left .content_left_why{ background: url(../images/bg23.jpg) no-repeat 50%; padding: 34px;}
.about .about_content .about_content_left .content_left_why .left_why_title{ color: #fff; position: relative; padding-bottom: 20px; margin-bottom: 30px;}
.about .about_content .about_content_left .content_left_why .left_why_title dd{ font-size: 22px; margin-bottom: 6px;}
.about .about_content .about_content_left .content_left_why .left_why_title dt{ font-size: 14px;}
.about .about_content .about_content_left .content_left_why .left_why_title:before{ content: ""; position: absolute; width: 56px; height: 1px; background: #fff; bottom: 0;}
.about .about_content .about_content_left .content_left_why .left_why_txt .why_txt_list{ margin-bottom: 10px;}
.about .about_content .about_content_left .content_left_why .left_why_txt .why_txt_list:last-child{ margin-bottom: 0px;}
.about .about_content .about_content_left .content_left_why .left_why_txt .why_txt_list dd{ width: 30px; height: 30px; line-height: 30px; color: #777777; font-size: 14px; text-align: center; background: #f3f7fc;}
.about .about_content .about_content_left .content_left_why .left_why_txt .why_txt_list dt{ color: #fff; font-size: 14px; line-height: 30px; margin-left: 15px;}
.about .about_content .about_content_right{ margin-left: 50px; width: 910px;}
.about .about_content .about_content_right .content_right_title{ height: 38px; line-height: 38px; border-bottom: 1px solid #e5e5e5;}
.about .about_content .about_content_right .content_right_title .right_title_left{ font-size: 16px;}
.about .about_content .about_content_right .content_right_title .right_title_right{ font-size: 13px; color: #aaaaaa;}
.about .about_content .about_content_right .content_right_title .right_title_right a{ font-size: 13px; color: #aaaaaa;}
.about .about_content .about_content_right .content_right_title .right_title_right span{ margin: 0px 10px;}
.about .about_content .about_content_right .content_right_title .right_title_right span img{ position: relative; top: -2px;}
.about .about_content .about_content_right .content_right_title .right_title_right a.on{ color: #333333;}
.about .about_content .about_content_right .content_right_txt .right_txt_top{ padding: 50px 0px;}
.about .about_content .about_content_right .content_right_txt .right_txt_top .txt_top_list .top_list_left{ width: 47%;}
.about .about_content .about_content_right .content_right_txt .right_txt_top .txt_top_list .top_list_left dd{ font-size: 22px; color: #333333; font-weight: bolder;}
.about .about_content .about_content_right .content_right_txt .right_txt_top .txt_top_list .top_list_left dt{ margin-top: 30px;}
.about .about_content .about_content_right .content_right_txt .right_txt_top .txt_top_list .top_list_left dt p{ color: #666666; line-height: 23px; margin-bottom: 25px;}
.about .about_content .about_content_right .content_right_txt .right_txt_top .txt_top_list .top_list_left dt p:last-child{ margin-bottom: 0px;}
.about .about_content .about_content_right .content_right_txt .right_txt_top .txt_top_list .top_list_right{ width: 455px;}
.about .about_content .about_content_right .content_right_txt .right_txt_center .txt_center_list:first-child{ margin-bottom: 35px ;}
.about .about_content .about_content_right .content_right_txt .right_txt_center .txt_center_list dd{ font-size: 16px; color: #333333; font-weight: bolder;}
.about .about_content .about_content_right .content_right_txt .right_txt_center .txt_center_list dt p{ font-size: 14px; color: #666666; line-height: 23px; margin-top: 25px;}
.about .about_content .about_content_right .content_right_txt .right_txt_culture{ margin-top: 55px; position: relative;}
.about .about_content .about_content_right .content_right_txt .right_txt_culture .txt_culture_content{ width: 455px; position: absolute; right: 0; height: 100%; top: 0; background: rgba(255,255,255,0.88);}
.about .about_content .about_content_right .content_right_txt .right_txt_culture .txt_culture_content{ padding: 50px 30px;}
.about .about_content .about_content_right .content_right_txt .right_txt_culture .txt_culture_content dd{ font-size: 22px; color: #333333; }
.about .about_content .about_content_right .content_right_txt .right_txt_culture .txt_culture_content dd span{ color: #999999; margin-left: 15px;}
.about .about_content .about_content_right .content_right_txt .right_txt_culture .txt_culture_content dt p{ font-size: 14px; color: #666666; line-height: 25px; margin-top: 25px;}






.footer_advantage{ height: 145px; background: url(../images/bg27.png) no-repeat 50%/cover; margin-top: 35px;}





.surroundings .surroundings_centent{ padding-top: 15px;}
.surroundings .surroundings_centent .surroundings_centent_top{ margin-bottom: 40px;}
.surroundings .surroundings_centent .surroundings_centent_top .centent_top_list{ width: 31%; margin-right: 3.5%; margin-top: 3.5%;}
.surroundings .surroundings_centent .surroundings_centent_top .centent_top_list:nth-child(3n){ margin-right: 0px;}
.surroundings .surroundings_centent .surroundings_centent_top .centent_top_list dd{ overflow: hidden;}
.surroundings .surroundings_centent .surroundings_centent_top .centent_top_list dd img{ width: 100%; height: 230px; object-fit: cover;}
.surroundings .surroundings_centent .surroundings_centent_top .centent_top_list dt{ line-height: 50px; border: 1px solid #e5e5e5; border-top: 0px; text-align: center; color: #333333; font-size: 14px;}


.page a{ width: 56px; height: 40px; line-height: 40px; display: inline-block;; text-align: center; background: #ffff; color: #727272; margin-right: 15px; border: 1px solid #e5e5e5; font-size: 16px; color: #333333;}

.page b{ width: 56px; height: 40px; line-height: 40px; display: inline-block;; text-align: center; background: #ffff; color: #727272; border: 1px solid #e5e5e5; font-size: 16px; color: #333333;}
.page:first-child a{ width: 78px;} 
.page:last-child a{ margin-right: 0px; width: 78px;} 
.page b{ background: #165fbb; color: #fff; border: 1px solid #165fbb;}
.page a:hover{ background: #165fbb; color: #fff; border: 1px solid #165fbb;}
.page li a i{ font-size: 18px;}








.honor .honor_content .honor_left_content{ margin-bottom: 10px; margin-top: 40px;}
.honor .honor_content .honor_left_content .left_content_list{ width: 23.5%; border: 1px solid #e5e5e5; margin-left: 0px; margin-right: 2%; padding: 10px; margin-bottom: 4%;}
.honor .honor_content .honor_left_content .left_content_list:nth-child(4n){ margin-right: 0px;}
.honor .honor_content .honor_left_content .left_content_list dt{ font-size: 14px;}
.honor .honor_content .honor_left_content .left_content_list dd img{ height: 262px;}





.case .case_center .case_center_top{ padding-top: 40px; padding-bottom: 10px;}
.case .case_center .case_center_top .center_top_list{ display: inline-block; width: 31%; margin-right: 3.5%; margin-bottom: 3.5%;}
.case .case_center .case_center_top .center_top_list:hover .top_list_center dt{ background: #145ec9; color: #fff;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s;
}
.case .case_center .case_center_top .center_top_list:nth-child(3n){ margin-right: 0px;}
.case .case_center .case_center_top .center_top_list .top_list_img img{ width: 100%; height: 252px; object-fit: cover;}
.case .case_center .case_center_top .center_top_list .top_list_center{ background: #f3f6fb; padding: 28px}
.case .case_center .case_center_top .center_top_list .top_list_center dd{ font-size: 16px; color: #333333;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.case .case_center .case_center_top .center_top_list .top_list_center p{ font-size: 14px; color: #666666; line-height: 23px; margin: 15px 0px;
display: -webkit-box; height: 42px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.case .case_center .case_center_top .center_top_list .top_list_center dt{ font-size: 14px; color: #145ec9; text-align: center; line-height: 40px; background: #fff; border-radius: 5px; margin-top: 20px;       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s;}








.case_detail .case_detail_centent{ padding-top: 40px;}
.case_detail .case_detail_centent .detail_centent_title{ margin-bottom: 35px;}
.case_detail .case_detail_centent .detail_centent_title dd{ font-size: 24px; color: #333333; margin-bottom: 20px;}
.case_detail .case_detail_centent .detail_centent_title dt{ color: #999999; font-size: 13px;}
.case_detail .case_detail_centent .detail_centent_title dt span{ margin-right: 40px;}
.news_icon a{ width:15px !important; height:18px !important; margin: 0px 3px !important;}
.news_icon .bds_tsina{background: url(../images/weibo.png) no-repeat 50% !important;}
.news_icon .bds_sqq{background: url(../images/qq.png) no-repeat 50% !important;}
.news_icon .bds_weixin{background: url(../images/weixin.png) no-repeat 50% !important;}


.case_detail .case_detail_centent .detail_centent_txt{ background: #f3f6fb; padding: 55px 45px;}
.case_detail .case_detail_centent .detail_centent_txt .centent_txt_title{ padding: 45px 40px; background: #fff no-repeat 50% 80%;}
.case_detail .case_detail_centent .detail_centent_txt .centent_txt_title dl{ margin-bottom: 15px;}

.case_detail .case_detail_centent .detail_centent_txt .centent_txt_title dl dd{ font-size: 16px; color: #333333; margin-bottom: 5px;}
.case_detail .case_detail_centent .detail_centent_txt .centent_txt_title dl dt{ font-size: 14px; color: #666666; line-height: 24px;}
.case_detail .case_detail_centent .detail_centent_txt .centent_txt_title dl dt p{    -webkit-margin-before:inherit;}
.case_detail .case_detail_centent .detail_centent_txt .centent_txt_title dl dt a{ color:#00aef3 !important; font-size:15px;}
.case_detail .case_detail_centent .detail_centent_txt .centent_txt_title dl dt img{ max-width:100%; height:auto !important;}
.case_detail .case_detail_centent .detail_centent_txt .centent_txt_bottom{ margin-top: 40px;} 
.case_detail .case_detail_centent .detail_centent_txt .centent_txt_bottom .txt_bottom_left{ width: 47%}
.case_detail .case_detail_centent .detail_centent_txt .centent_txt_bottom .txt_bottom_left img{ width: 100%; height: 345px; object-fit: cover;}
.case_detail .case_detail_centent .detail_centent_txt .centent_txt_bottom .txt_bottom_right{ background: #fff; width: 53%; padding: 45px 35px; height: 345px;}
.case_detail .case_detail_centent .detail_centent_txt .centent_txt_bottom .txt_bottom_right dd{ font-size: 16px; color: #333333; margin-bottom: 20px ;}
.case_detail .case_detail_centent .detail_centent_txt .centent_txt_bottom .txt_bottom_right dt{ color: #666666; font-size: 14px; line-height: 25px;}
.case_detail .case_detail_centent .detail_centent_page{ border-top:1px solid #e5e5e5; padding-top: 30px ; margin-top: 30px;}
.case_detail .case_detail_centent .detail_centent_page .centent_page_list{ height: 44px; line-height: 44px; background: #f3f7fc; margin-right: 4%; width: 48%; padding: 0px 30px;}
.case_detail .case_detail_centent .detail_centent_page .centent_page_list:last-child{ margin-right: 0px;}
.case_detail .case_detail_centent .detail_centent_page .centent_page_list dd{ font-size: 14px; color: #333333;}
.case_detail .case_detail_centent .detail_centent_page .centent_page_list dt{ width: 85%;}
.case_detail .case_detail_centent .detail_centent_page .centent_page_list dt a{ display: inline-block; width: 100%;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.case_detail .about_content .index_problem_quote{ margin-top: 45px;}











.contact .contact_content{ padding: 40px 0px;}
.contact .contact_content .contact_content_map{ border: 1px solid #e5e5e5;}
.contact .contact_content .contact_content_txt{ padding: 50px 50px; border: 1px solid #e5e5e5; border-top: 0px;}
.contact .contact_content .contact_content_txt .content_txt_title{ font-size: 24px; color: #333333; text-align: center; margin-bottom: 40px;}
.contact .contact_content .contact_content_txt .content_txt_center{ padding:0px 20px; padding-bottom: 55px;}
.contact .contact_content .contact_content_txt .content_txt_center .txt_center_left dt{ margin-left: 15px;}
.contact .contact_content .contact_content_txt .content_txt_center .txt_center_left dt p{ font-size: 16px; color: #666666; margin-bottom: 10px;}
.contact .contact_content .contact_content_txt .content_txt_center .txt_center_left dt p:last-child{ margin-bottom: 0px;}
.contact .contact_content .contact_content_txt .content_txt_center .txt_center_right{ width: 40%;}
.contact .contact_content .contact_content_txt .content_txt_center .txt_center_right .center_right_list{ margin-bottom: 15px;}
.contact .contact_content .contact_content_txt .content_txt_center .txt_center_right .center_right_list:last-child{ margin-bottom: 0px;}
.contact .contact_content .contact_content_txt .content_txt_center .txt_center_right .center_right_list dd{ margin-right: 2%; width: 10%; text-align: center;} 
.contact .contact_content .contact_content_txt .content_txt_center .txt_center_right .center_right_list dt{ width: 88%; color: #666666; font-size: 16px;}
.contact .contact_content .contact_content_txt .content_txt_center .txt_center_right .center_right_list dt span{ color: #333333;}
.contact .contact_content .contact_content_txt .content_txt_form{ border-top: 1px dashed #e5e5e5; padding-left: 125px; padding-right: 20px; background: url(../images/bn28.png) no-repeat 5% 40%; padding-top: 55px;}
.contact .contact_content .contact_content_txt .content_txt_form .txt_form_list{ margin-bottom: 30px;}
.contact .contact_content .contact_content_txt .content_txt_form .txt_form_list dd{ font-size: 16px; color: #333333; line-height: 52px; margin-right: 2%; width: 13%;}
.contact .contact_content .contact_content_txt .content_txt_form .txt_form_list dd span{ color: #da251c; margin-right: 5px;}
.contact .contact_content .contact_content_txt .content_txt_form .txt_form_list dt{ width: 85%}
.contact .contact_content .contact_content_txt .content_txt_form .txt_form_list dt input{ line-height: 50px; border: 1px solid #e5e5e5; padding: 0px 20px; width: 100%}
.contact .contact_content .contact_content_txt .content_txt_form .txt_form_list dt textarea{ line-height: 50px; border: 1px solid #e5e5e5; padding: 10px 15px; height: 185px; width: 100%}
.contact .contact_content .contact_content_txt .content_txt_form .txt_form_submit{ text-align: left; width: 43%}
.contact .contact_content .contact_content_txt .content_txt_form .txt_form_submit input{ width: 188px; height: 52px; line-height: 52px; text-align: center; font-size: 16px; color: #fff; background: #1964d1; cursor: pointer;}






.cost{ position: relative;}
.cost:before{ content: ""; position: absolute; display: inline-block; width: 230px; height: 459px; background: url(../images/bn30.png) no-repeat 50%; right: 0; top: 700px;}
.cost .cost_top img{ width: 100%; height: 424px; object-fit: cover;}
.cost .cost_content{ max-width: 1200px; margin: 0 auto;}
.cost .cost_content .cost_form{ background: url(../images/bg35.jpg) no-repeat 50%/cover; border-radius: 20px; padding: 50px 0px; padding-bottom: 68px; position: relative; top: -130px; margin-bottom: -65px;}
.cost .cost_content .cost_form .cost_form_list{ padding: 0px 210px; margin-bottom: 10px;}
/*.cost .cost_content .cost_form .cost_form_list:nth-child(5){ margin-bottom: 0px;}*/
.cost .cost_content .cost_form .cost_form_list dd{ width: 48%; margin-right: 4%; border-radius: 5px; background: #145ec9; line-height: 47px; font-size: 16px; color: #fff; padding: 0px 35px;}
.cost .cost_content .cost_form .cost_form_list dt{ width: 48%;}
.cost .cost_content .cost_form .cost_form_list dt input{ width: 100%; background: rgba(255,255,255,0.89); border-radius: 5px; line-height: 47px; padding: 0px 20px; font-size: 16px;}
.cost .cost_content .cost_form .cost_form_submit{ text-align: center;}
.cost .cost_content .cost_form .cost_form_submit input{ width: 256px; line-height: 54px; text-align: center; font-size: 18px; color: #fff; border-radius: 100px; background: #edb42c; cursor: pointer; position: absolute; left: 0; right: 0; margin: 0 auto; bottom: -6%;}
.cost .cost_content .cost_factor .form_factor_title{ font-size: 24px; color: #333333; text-align: center; padding-bottom: 35px;}
.cost .cost_content .cost_factor .form_factor_title em{ font-size: 60px; color: #eaeaea; margin-right: 15px;}
.cost .cost_content .cost_factor .form_factor_content{ background: url(../images/bg36.jpg) no-repeat 50%; padding: 40px; padding-bottom: 70px;}
.cost .cost_content .cost_factor .form_factor_content .factor_content_list{ margin-bottom: 25px;}
.cost .cost_content .cost_factor .form_factor_content .factor_content_list:last-child{ margin-bottom: 0px;}
.cost .cost_content .cost_factor .form_factor_content .factor_content_list dd{ font-size: 16px; color: #333333; margin-bottom: 5px;}
.cost .cost_content .cost_factor .form_factor_content .factor_content_list dt{ font-size: 14px; color: #666666; line-height: 24px;}
.cost .cost_content .cost_factor .form_factor_content .factor_content_list:nth-child(4) dd{ margin-bottom: 30px;}


.cost .cost_quote{ background: #6bcbf0; padding: 55px 0px; margin-top: 65px;}
.cost .cost_quote .cost_quote_content{ max-width: 1200px; margin: 0 auto; position: relative;}
.cost .cost_quote .cost_quote_content:before{ content: ""; display: inline-block; width: 82px; height: 59px; background: url(../images/bn32.png) no-repeat 50%/cover; position: absolute; left: 0; right: 0; margin: 0 auto; top: 50%;}
.cost .cost_quote .cost_quote_content .quote_content_title{ font-size: 24px; color: #fff; text-align: center; padding-bottom: 35px;}
.cost .cost_quote .cost_quote_content .quote_content_title em{ font-size: 60px; color: rgba(255,255,255,0.32); margin-right: 15px;}
.cost .cost_quote .cost_quote_content .quote_content_txt .content_txt_list{ width: 48%; margin-right: 4%;}
.cost .cost_quote .cost_quote_content .quote_content_txt .content_txt_list:nth-child(2){ margin-right: 0px;}
.cost .cost_quote .cost_quote_content .quote_content_txt .content_txt_list:first-child dd{ background: #2692e6;}
.cost .cost_quote .cost_quote_content .quote_content_txt .content_txt_list dd{ background: #707070; color: #fff; font-size: 18px; width: 10%; text-align: center; padding: 0px 15px; padding-top: 33px; height: 270px; line-height: 30px;}
.cost .cost_quote .cost_quote_content .quote_content_txt .content_txt_list dt{ background: #fff; padding: 30px; width: 90%;}
.cost .cost_quote .cost_quote_content .quote_content_txt .content_txt_list dt p{ font-size: 14px; color: #666666; margin-bottom: 30px; line-height: 25px;}
.cost .cost_quote .cost_quote_content .quote_content_txt .content_txt_list dt p:last-child{ margin-bottom: 0px;}
.cost .cost_quote .cost_quote_content .quote_content_bottom{ font-size: 16px; color: #fff; margin-top: 35px;}

.cost .cost_inquiry{ position: relative;}
.cost .cost_inquiry:before{ content: ""; position: absolute; display: inline-block; width: 192px; height: 336px; background: url(../images/bn31.png) no-repeat 50%; left: 0; top: 10%;}
.cost .cost_inquiry .cost_inquiry_center{ max-width: 1200px; margin: 0 auto; padding: 60px 0px;}
.cost .cost_inquiry .cost_inquiry_center .inquiry_center_img{ width: 35%; margin-right: 3%;}
.cost .cost_inquiry .cost_inquiry_center .inquiry_center_txt{ width: 62%; padding: 15px 0px;}
.cost .cost_inquiry .cost_inquiry_center .inquiry_center_txt p{ color: #666666; font-size: 16px; line-height: 28px; margin-bottom: 25px;}
.cost .cost_inquiry .cost_inquiry_center .inquiry_center_txt a{ display: inline-block; width: 171px; line-height: 52px; text-align: center; background: #edb42c; color: #fff; font-size: 16px; border-radius: 5px;}








.index_problem_quote_detail{ max-width: 1200px; margin: 0 auto;}


.installation .installation_center{ padding-top: 40px;}
.installation .installation_center .installation_center_title{ background: #ecf2f8; padding: 0px 47px; padding-bottom: 47px; padding-top: 20px;}

.installation .installation_center .installation_center_title .center_title_list{ display: inline-block; background: #fff; font-size: 14px; width: 22%; margin-right: 4%; text-align: center; line-height: 48px; margin-top: 3%;}
.installation .installation_center .installation_center_title .center_title_list:nth-child(4n){ margin-right: 0px;}
.installation .installation_center .installation_center_title .center_title_list:hover{ background: #1964d1; color: #fff;}
.installation .installation_center .installation_center_title .center_title_list.on{ background: #1964d1; color: #fff;}
.installation .installation_center .installation_center_txt .center_txt_img{ margin-top: 35px;}
.installation .installation_center .installation_center_txt .center_txt_content{ padding: 30px; border: 1px solid #e5e5e5; border-top: 0px;}
.installation .installation_center .installation_center_txt .center_txt_content .txt_content_title{ font-size: 22px; color: #333333; text-align: center; margin-bottom: 25px;}
.installation .installation_center .installation_center_txt .center_txt_content .txt_content_bottom .content_bottom_list{ margin-bottom: 30px;}
.installation .installation_center .installation_center_txt .center_txt_content .txt_content_bottom .content_bottom_list:last-child{ margin-bottom: 0px;}
.installation .installation_center .installation_center_txt .center_txt_content .txt_content_bottom{ font-size: 14px; color: #666666; line-height: 24px;}
.installation .installation_center .installation_center_txt .center_txt_content .txt_content_bottom .content_bottom_list dd{ font-size: 16px; color: #333333; margin-bottom: 15px;}
.installation .installation_center .installation_center_txt .center_txt_content .txt_content_look{ display: inline-block; line-height: 37px; background: url(../images/bn34.png) no-repeat 0% 50%; font-size: 14px; color: #333333; padding-left: 50px; margin-top: 30px;} 


.look_search{ opacity:0;}




.news .news_content{ padding-top: 40px;}
.news .news_content .news_content_hot{ display: inline-block; width: 100%;}
.news .news_content .news_content_hot .content_hot_left{ width: 44%; position: relative;}
.news .news_content .news_content_hot .content_hot_left img{ width: 100%; height: 260px; object-fit: cover;}
.news .news_content .news_content_hot .content_hot_left.on:before{ content: "热点新闻"; display: inline-block; width: 40px; background: #145ec9; font-size: 16px; color: #fff; position: absolute; left: 0; top: 0; padding: 12px 15px;line-height: 23px; text-align: center;}
.news .news_content .news_content_hot .content_hot_right{ width: 56%; background: #f3f7fc; padding: 40px 30px; height: 260px;}
.news .news_content .news_content_hot .content_hot_right dd{ font-size: 18px; color: #333333;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.news .news_content .news_content_hot .content_hot_right dt{ font-size: 13px; color: #999999; background: url(../images/bn35.png) no-repeat 0% 50%; padding-left: 22px; margin: 25px 0px;}
.news .news_content .news_content_hot .content_hot_right p{ color: #666666; font-size: 14px; line-height: 24px;
display: -webkit-box; height: 68px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.news .news_content .news_content_txt{ margin-top: 20px; margin-bottom: 35px;}
.news .news_content .news_content_txt .news_content_hot{ padding: 35px 0px; border-bottom: 1px solid #e5e5e5;}
.news .news_content .news_content_txt .news_content_hot .content_hot_left{ width: 24%; position: relative;}
.news .news_content .news_content_txt .news_content_hot .content_hot_left img{ height: 166px;}
.news .news_content .news_content_txt .news_content_hot .content_hot_right{ width: 76%; background: #fff; padding: 14px 20px; height: auto;}
.news .news_content .news_content_txt .news_content_hot .content_hot_right dt{ margin: 15px 0px;}
.news .news_content .news_content_txt .news_content_hot:hover .content_hot_right dd{ color: #145ec9;}








.news_details .installation_center{ padding-top: 0px;}
.news_details .installation_center .installation_center_txt .center_txt_img{ margin-top: 0px;}
.news_details .installation_center .installation_center_txt .center_txt_content{ border: 0px; padding: 30px 0px;}
.news_details .installation_center .installation_center_txt .center_txt_content span{ color:#666 !important; font-size:15px !important; font-family:"微软雅黑" !important; line-height:25px;}
.news_details .installation_center .installation_center_txt .center_txt_content p{ margin-bottom:10px;}
.news_details .installation_center .installation_center_txt .center_txt_content a{ color:#00aef3 !important; font-size:15px;}
.news_details .installation_center .installation_center_txt .center_txt_content a span{ color:#00aef3 !important;}









.storage .storage_content .storage_content_top{ margin-top: 10px; margin-bottom: 40px;}
.storage .storage_content .storage_content_top .content_top_list{ display: inline-block; width: 100%; padding: 30px 0px; border-bottom: 1px dashed #e5e5e5;}
.storage .storage_content .storage_content_top .content_top_list .top_list_left{ width: 12%; height: 108px; background: #a8b2c1; text-align: center; padding: 25px 0px;
           transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;}
.storage .storage_content .storage_content_top .content_top_list .top_list_left dd{ font-size: 24px; color: #fff;}
.storage .storage_content .storage_content_top .content_top_list .top_list_left dt{ font-size: 16px; color: #fff; margin-top: 15px;}
.storage .storage_content .storage_content_top .content_top_list .top_list_right{ width: 88%; padding: 14px 30px;}
.storage .storage_content .storage_content_top .content_top_list .top_list_right dd{ font-size: 16px; color: #333333; margin-bottom: 15px;
           transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.storage .storage_content .storage_content_top .content_top_list .top_list_right dt{ font-size: 14px; color: #666666;
display: -webkit-box; line-height: 24px; height: 44px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.storage .storage_content .storage_content_top .content_top_list:hover .top_list_right dd{ color: #145ec9;
           transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;}
.storage .storage_content .storage_content_top .content_top_list:hover .top_list_left{ background: #145ec9;
           transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;}











.service .installation_center .installation_center_txt .center_txt_content .txt_content_title{ color: #fff; background: url(../images/bn36.png) no-repeat 50%; line-height: 48px;}
.service .service_title{ padding: 40px; border: 1px solid #e5e5e5; border-bottom: 0px;}
.service .service_title .service_title_left{ width: 49%}
.service .service_title .service_title_left img{ width: 100%; height: 260px; object-fit: cover;}
.service .service_title .service_title_right{ width: 49%; padding-left: 2%;}
.service .service_title .service_title_right dd{ font-size: 20px; color: #333333; margin-bottom: 20px;}
.service .service_title .service_title_right dt p{ font-size: 14px; color: #666666; line-height: 26px; margin-bottom: 20px;}
.service .service_title .service_title_right dt p:last-child{ margin-bottom: 0px;}
.service .installation_center .installation_center_txt .center_txt_content{ padding-top: 10px;}



















