@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;}
a:hover{ text-decoration:none;}
*{ 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{ clear:both !important; height:0px !important; width:0px !important; float:none !important; margin:0px !important; padding:0px !important; border:0px !important; line-height:0 !important; position:relative !important; }
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: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:#fff; font-size:13px;}
.search-input::-webkit-input-placeholder{ /* WebKit browsers */ color:#fff; font-size:13px;}
.search-input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#fff; font-size:13px;}
.search-input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#fff; font-size:13px;}
.search-input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#fff; 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); 
}



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;}


/*投影*/
.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; 
}


.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; 
}

.shadow6{ 
-webkit-box-shadow:rgba(0,0,0,0.08) 5px 5px 30px;
   -moz-box-shadow:rgba(0,0,0,0.08) 5px 5px 30px;
    -ms-box-shadow:rgba(0,0,0,0.08) 5px 5px 30px;
     -o-box-shadow:rgba(0,0,0,0.08) 5px 5px 30px;
        box-shadow:rgba(0,0,0,0.08) 5px 5px 30px;
		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; 
}
/*图片居中*/
.chuizhi{
	-webkit-align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: star;
}

/*图片居中2*/
.jz{
	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(360deg);
           transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;  
	cursor:pointer;
}


.bdshare-button-style1-16 a{ width: 32px; height: 32px !important; margin: 4px 0px 0px 0px !important;}
.bds_tsina{ background:url(../images/wbo.png) no-repeat 50% !important}
.bds_sqq{ background:url(../images/qq.png) no-repeat 50% !important}
.bds_weixin{ background:url(../images/wx.png) no-repeat 50% !important}




/*下拉样式*/
#sticker {
	transition: all 0.5s ease 0s;
	position:fixed;
	top:0;
	background:rgba(68, 67, 67, 0.6);
	width:100%;
	z-index:9;
}
#sticker.stick {
    top: -42px;
    position: fixed;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 99;
}

#sticker:hover.stick{top: 0px;}


.neibanner{ height: 300px; width: 100%;}

.header, .container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

.clearfix {
    zoom: 1;
}
/* search部分 */
.headerTop .search {height: 30px;/* margin-top: 20px; */overflow: hidden;border: 1px solid #e3e3e3;border-radius: 27px;}
.headerTop .search input {border:none;height: 30px;line-height: 30px;float: left;text-indent: 12px;font-size: 13px;color: #999999; outline:none;}
.headerTop .search .sea {display: block;float: left;width: 80px;height: 30px;line-height: 30px;text-align: center;color: #999;border-left: 1px solid #d3d3d3;font-size: 14px;border-radius: 27px;border-right: none;position: relative;background-color: #fff; cursor:pointer;text-indent: 0;}
.headerTop .search .sea:hover {color: #666;}
.headerTop .conR li.dif:first-child {
    margin-top:8px;
    position: relative;
}
.headerTop .conR li.dif:first-child i{background: url(../images/mei.png) no-repeat left center; width:20px; height:20px; position:absolute;top:-3px; left:-10px;}
/*页眉*/
.header{width:100%;}
.headerTop{width: 100%;height: 127px;background-color: #fff;}
.headerTop .conL{float: left;}
.headerTop .conL dt{float: left;width: 237px;height: 67px;margin-top: 31px;}
.headerTop .conL dd{float: left;margin-left: 36px;margin-top: 38px;}
.headerTop .conL dd h2{font-size: 24px;color: #000000;font-weight: normal;}
.headerTop .conL dd p{font-size: 16px;color: #666666;margin-top: 4px;}
.headerTop .conL img{display: block;}

.headerTop .conR{float: right;margin-top: 14px;}
.headerTop .conR li{float: left;font-size: 13px;color: #999999;border-left: 1px dotted #bdbcbc;padding: 0 14px;}
.headerTop .conR li.dif{margin-top:6px}
.headerTop .conR li a{color: #999999;}
.headerTop .conR li a:hover{color: #267bbc;}
.headerTop .conR li:first-child{border-left: none;}
.headerTop .conR li.last{padding-right: 0; border-left:none;    }
.headerTop .conR p{background: url(../images/header_phone.png) no-repeat left center;margin-top: 24px; float:right;padding-left: 46px;}
.headerTop .conR p span{display: block;font-size: 14px;color: #666666;}
.headerTop .conR p em{font-size: 24px;color: #da141f;font-style: normal;}

.headerNav{border-top: 1px solid #eae9e9;background-color: #fff;}
.mlogo{ display:none;}
.height{}
.nei_left_bottom a{color: #8192a3;}
.nei_left_bottom a:hover{color: #fff;}
.bq a:hover{color: #fff;}
.quan{ width: 100%;}
.din{ border-bottom: 1px solid #dcdcdc;}
.din .din_nei{ max-width: 1200px; margin: 0 auto; line-height: 40px;}
.din .din_nei .din_nei_left{ color: #fff; font-size: 13px;}
.din .din_nei .din_nei_right .nei_right_xun{ padding: 0px 20px; position: relative;}
.din .din_nei .din_nei_right .nei_right_xun:before{ display: inline-block; width: 1px; height: 18px; background: #dcdcdc; position: absolute; right: 0; top: 25%; content: "";}
.din .din_nei .din_nei_right .myphone{ color: #fff; font-size: 13px; background: url(../images/tel.png) no-repeat 0% 50%; padding-left: 25px; margin-left: 15px;}
.din .din_nei .din_nei_right .nei_right_xun i{color: #a9a9a9; font-size: 16px;}


.pc_top .pc_top_nei{ max-width: 1200px; margin: 0 auto; position: relative;}
.pc_top .pc_top_nei .logo{ line-height: 88px;}
.pc_top .pc_top_nei .nav .nav_xun .nav_xun_title{ font-size: 15px; color: #fff;line-height: 88px; display: inline-block; position: relative; width: 100px; text-align: center; margin-right: 5px;}
.pc_top .pc_top_nei .nav .nav_xun:nth-child(8) .nav_xun_title{ margin-right: 0px;}
.pc_top .pc_top_nei .nav .nav_xun .nav_xun_title:before{ content: ""; background: url(../images/bn3.png) no-repeat 100%; width: 100px; height: 89px; display: inline-block; position: absolute; top: -1px; left: 0; right: 0; margin: 0 auto; opacity: 0;transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;}
.pc_top .pc_top_nei .nav .nav_xun .nav_xun_title:hover:before{ opacity: 1;transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;}
.pc_top .pc_top_nei .nav .nav_xun .nav_xun_title:hover{ color: #fff;}
.pc_top .pc_top_nei .nav .nav_xun .nav_xun_title.on:before{ opacity: 1;}
.pc_top .pc_top_nei .nav .nav_xun .nav_xun_title.on{ color: #267bbc;}
.pc_top .pc_top_nei .nav .nav_xun .xiala{ width: 100%; background: #fff; position: absolute;left: 0; z-index: 80; height: 0px;transition: all 0.3s ease;-webkit-transform: all 0.3s ease; overflow: hidden; opacity: 0;
-webkit-box-shadow:rgba(0,0,0,0.5) 0px 0px 20px;
   -moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 20px;
    -ms-box-shadow:rgba(0,0,0,0.5) 0px 0px 20px; 
     -o-box-shadow:rgba(0,0,0,0.5) 0px 0px 20px; 
        box-shadow:rgba(0,0,0,0.5) 0px 0px 20px;
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}
.pc_top .pc_top_nei .nav .nav_xun .xiala .xiala_nei{ padding: 15px;}
.pc_top .pc_top_nei .nav .nav_xun .xiala .xiala_xun{ width: 15%; margin-right: 23px;}
.pc_top .pc_top_nei .nav .nav_xun .xiala .xiala_xun:nth-child(6){ margin-right: 0px;}
.pc_top .pc_top_nei .nav .nav_xun .xiala .xiala_xun dd a{ display: inline-block; font-size: 15px; color: #267bbc; margin-bottom: 20px; font-weight:bolder}
.pc_top .pc_top_nei .nav .nav_xun .xiala .xiala_xun dt a{ font-size: 13px; color: #666666; display: inline-block;; width: 100%; margin-bottom: 15px;}
.pc_top .pc_top_nei .nav .nav_xun .xiala .xiala_xun dt a:hover{ color: #327bf6;}
.pc_top .pc_top_nei .nav .nav_xun:hover .xiala{ height: 450px;transition: all 0.5s ease;-webkit-transform: all 0.5s ease;  opacity: 1;}
.pc_top .pc_top_nei .nav .nav_xun .xiala_about{ width: 480px; left: 465px;}
.pc_top .pc_top_nei .nav .nav_xun .xiala_about .xiala_nei{ padding: 15px 0px;}
.pc_top .pc_top_nei .nav .nav_xun .xiala_about .xiala_nei .xiala_nei_left{ width: 123px; text-align: center; border-right: 1px solid #dcdcdc; height: 260px;}
.pc_top .pc_top_nei .nav .nav_xun .xiala_about .xiala_nei_left a:first-child{ margin-top: 15px;}
.pc_top .pc_top_nei .nav .nav_xun .xiala_about .xiala_nei_left a{ display: inline-block; width: 100%; margin-top: 20px;}
.pc_top .pc_top_nei .nav .nav_xun .xiala_about .xiala_nei_left a:hover{ color: #327bf6;}
.pc_top .pc_top_nei .nav .nav_xun .xiala_about .xiala_nei_right{ width: 356px; padding: 20px;}
.pc_top .pc_top_nei .nav .nav_xun .xiala_about .xiala_nei_right dd{ overflow: hidden;}
.pc_top .pc_top_nei .nav .nav_xun .xiala_about .xiala_nei_right dd img{ width: 100%;}
.pc_top .pc_top_nei .nav .nav_xun .xiala_about .xiala_nei_right dt{ color: #666666; font-size: 12px; line-height: 24px; padding-top: 15px;}
.pc_top .pc_top_nei .nav .nav_xun:hover .xiala_about{ height: 290px;}

.pc_top .pc_top_nei .nav .nav_xun .xiala_news{ left: 681px;}
.pc_top .pc_top_nei .nav .nav_xun .xiala_tzz{ left: inherit; right: 0;}

.cpt{ margin:40px 0; text-align:center;}
.cpt img{ max-width:100%;}

.line_3{float:left; height:40px; border:1px solid #d5d5d5; margin-top:10px; width:60%;}
.line_3 .submit{float:right; width:71px; height:40px; margin:-1px -1px 0 0; background:#267bbc; line-height:40px; color:#fff; text-align:center;width:20%; cursor:pointer;}
.line_3 .submit:hover{background:#0d65af; }
.line_3 input{float:left; border:none; background:none; width:80%; padding:0 10px; height:40px; line-height:40px; font-size:14px;}


.mo_top{ width:100%; display:none}
.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%;}
.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:10px 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%; height:30px; padding-left:10px; display:inline-block; line-height:30px; font-size:14px; color:#FFFFFF;}
.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:#FFFFFF; display:inline-block; float:left;}

.mo_bottom{ width:100%; background:#267bbc; 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;}


.bd_weixin_popup{ height:300px !important; position:fixed !important}



.bottom{ width: 100%; background: #262f38; padding: 40px 0px;}
.bottom .bottom_nei{ max-width: 1200px; margin: 0 auto;}
.bottom .bottom_nei .bottom_nei_left .nei_left_bottom{ margin-top: 28px;}
.bottom .bottom_nei .bottom_nei_left .nei_left_bottom dt{ line-height: 24px; font-size: 13px; color: #8192a3; padding-left: 40px; margin-bottom: 10px;}
.bottom .bottom_nei .bottom_nei_left .nei_left_bottom dt:nth-child(1){ background: url(../images/phone.png) no-repeat 0% 50%;}
.bottom .bottom_nei .bottom_nei_left .nei_left_bottom dt:nth-child(2){ background: url(../images/yi_phone.png) no-repeat 0% 50%;}
.bottom .bottom_nei .bottom_nei_left .nei_left_bottom dt:nth-child(3){ background: url(../images/yx.png) no-repeat 0% 50%;}
.bottom .bottom_nei .bottom_nei_left .nei_left_bottom dt:nth-child(4){ background: url(../images/map.png) no-repeat 0% 50%;}
.bottom .bottom_nei .bottom_nei_right{ width: 65%}
.bottom .bottom_nei .bottom_nei_right .nei_right_xun{ width: 120px; text-align: left; margin-right: 30px;}
.bottom .bottom_nei .bottom_nei_right .nei_right_xun:nth-child(2){width: 220px;}
.bottom .bottom_nei .bottom_nei_right .nei_right_xun dd a{ font-size:16px; color: #fff;display: inline-block;margin-bottom: 30px;}
.bottom .bottom_nei .bottom_nei_right .nei_right_xun dt a{ font-size:13px; color: #8192a3; display: inline-block; width: 100%; margin-bottom: 15px;}
.bottom .bottom_nei .bottom_nei_right .nei_right_xun dt a:hover{ color: #fff;}
.bottom .bottom_nei .bottom_nei_right .nei_right_xun:nth-child(5){ margin-right: 0px;width: 80px;}




.bq{ width: 100%; background: #1d242b; line-height: 60px; color: #525d67; font-size: 13px; text-align: center;}
.bq span{ margin-right: 10px;}
.bq a{ color: #525d67;}






.index_hotfw{ width: 100%; background: url(../images/bg6.jpg) repeat 100% 100%;}
.index_hotfw .index_hotfw_nei{ padding: 60px 0px; max-width: 1200px; margin: 0 auto;}
.index_hotfw .index_hotfw_nei .hotfw_nei_top .nei_top_xun{ display: inline-block; width: 49%; background: #e5e5e5; margin-right: 24px; margin-bottom: 24px; position: relative; overflow: hidden;}
.index_hotfw .index_hotfw_nei .hotfw_nei_top .nei_top_xun:nth-child(2n){ margin-right: 0px;}
.index_hotfw .index_hotfw_nei .hotfw_nei_top .nei_top_xun .top_xun_left{ padding: 60px 25px 0px 25px;opacity: 1;transition: all 0.3s ease;-webkit-transform: all 0.3s ease; width: 39%;}
.index_hotfw .index_hotfw_nei .hotfw_nei_top .nei_top_xun .top_xun_left dd{ font-size: 22px; color: #333333; font-weight: bolder; padding-bottom: 5px;}
.index_hotfw .index_hotfw_nei .hotfw_nei_top .nei_top_xun .top_xun_left dt{ color: #afafaf; font-size: 14px; padding-bottom: 15px;}
.index_hotfw .index_hotfw_nei .hotfw_nei_top .nei_top_xun .top_xun_left p{ color: #267bbc; font-size: 14px;}
.index_hotfw .index_hotfw_nei .hotfw_nei_top .nei_top_xun .top_xun_right{ width: 61%; overflow: hidden; height:249px;}
.index_hotfw .index_hotfw_nei .hotfw_nei_top .nei_top_xun .top_xun_right img{ width: 100%; height:249px;object-fit:cover;}
.index_hotfw .index_hotfw_nei .hotfw_nei_top .nei_top_xun .xun_left_hover{ position: absolute; left: 0; top: 0; background: #fff; height: 100%; width: 39%; padding: 37px 40px 37px 25px; opacity: 0;transition: all 0.5s ease;-webkit-transform: all 0.5s ease;}
.index_hotfw .index_hotfw_nei .hotfw_nei_top .nei_top_xun .xun_left_bg{ position: absolute; left: 0; top: 0; background: #fff; height: 100%; width: 100%; opacity: 0;transition: all 0.3s ease;-webkit-transform: all 0.3s ease;}
.index_hotfw .index_hotfw_nei .hotfw_nei_top .nei_top_xun .xun_left_hover .left_hover_title{transition: all 0.3s ease;-webkit-transform: all 0.3s ease; opacity: 0;}
.index_hotfw .index_hotfw_nei .hotfw_nei_top .nei_top_xun .xun_left_hover .left_hover_title dd{ font-size: 22px; color: #333333; font-weight: bolder;}
.index_hotfw .index_hotfw_nei .hotfw_nei_top .nei_top_xun .xun_left_hover .left_hover_title dt{ font-size: 14px; color: #afafaf; padding-bottom: 15px; padding-top: 5px;}
.index_hotfw .index_hotfw_nei .hotfw_nei_top .nei_top_xun .xun_left_hover .left_hover_wen p{ color: #666666; font-size: 14px; line-height: 25px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden; opacity: 0;transition: all 0.3s ease;-webkit-transform: all 0.3s ease;}

.index_hotfw .index_hotfw_nei .hotfw_nei_top .nei_top_xun:hover .xun_left_bg{ opacity: 0.5;transition: all 0.3s ease;-webkit-transform: all 0.3s ease;}
.index_hotfw .index_hotfw_nei .hotfw_nei_top .nei_top_xun:hover .xun_left_hover{ opacity: 1;transition: all 0.5s ease;-webkit-transform: all 0.5s ease; width: 60%;}
.index_hotfw .index_hotfw_nei .hotfw_nei_top .nei_top_xun:hover .xun_left_hover .left_hover_wen p{ opacity: 1;transition-delay: 0.4s;}
.index_hotfw .index_hotfw_nei .hotfw_nei_top .nei_top_xun:hover .xun_left_hover .left_hover_title{ opacity: 1;transition-delay: 0.4s;}
.index_hotfw .index_hotfw_nei .hotfw_nei_top .nei_top_xun:hover .top_xun_left{ opacity: 0;transition: all 0.3s ease;-webkit-transform: all 0.3s ease;}
.index_hotfw .index_hotfw_nei .hotfw_nei_bottom{ width: 174px; line-height: 45px;  margin: 0 auto; padding-top: 40px;transition: all 0.3s ease;-webkit-transform: all 0.3s ease;}
.index_hotfw .index_hotfw_nei .hotfw_nei_bottom a{ display: inline-block; width: 100%; text-align: center; background: #267bbc; font-size: 18px; color: #fff;border-radius: 5px; overflow: hidden;}
.index_hotfw .index_hotfw_nei .hotfw_nei_bottom:hover{width: 195px;transition: all 0.3s ease;-webkit-transform: all 0.3s ease;}
.BMap_bubble_title .title{color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;}

.syabout .nei_top_left{ width: 34%;}
.syabout .nei_top_left .top_left_title dt{ font-size: 20px; color: #000; font-weight:600; padding-top: 15px;}
.syabout .nei_top_left .top_left_wen{ padding-top: 15px;}
.syabout .nei_top_left .top_left_wen p{ font-size: 16px; color: #423e3e; line-height: 28px; text-indent:2em; text-align:justify;}
.syabout .nei_top_left .top_left_wen p span{color: #000; font-weight:600; }
.syabout .nei_top_right img{ max-width:100%;}
.quan .quan_title{ background: url(../images/bg7.jpg) no-repeat 50%/cover; width: 100%; height: 200px; text-align: center; padding: 35px 0px; position: relative;}
.quan .quan_title dd{ width: 600px; overflow: hidden; margin: 0 auto;}
.quan .quan_title dt{ color: #ffffff; font-size: 24px; font-weight: bolder; padding: 12px 0px;letter-spacing:0.1em; width: 600px; overflow: hidden; margin: 0 auto;}
.quan .quan_title p{ color: #ffffff; font-size: 18px;letter-spacing:0.2em; display: inline-block; width: 600px; overflow: hidden; margin: 0 auto;}
.quan .quan_title:before{ content: ""; display: inline-block; width: 53px; height: 2px; background: #fff; position: absolute; bottom: 35px; left: 0; right: 0; margin: 0 auto;}




.index_fwxm .quan_title{ background: url(../images/bg14.jpg) no-repeat 50%/cover;}
.index_fwxm .index_fwxm_nei{ max-width: 1200px; margin: 0 auto; padding: 60px 0px;}
.index_fwxm .index_fwxm_nei .fwxm_nei_title{ position: relative;}
.index_fwxm .index_fwxm_nei .fwxm_nei_title:before{ content: ""; width: 100%; height: 2px; display: inline-block; position: absolute; bottom: -1px; background: #123388;}
.index_fwxm .index_fwxm_nei .fwxm_nei_title ul li{ display: inline-block; cursor: pointer; width: 13%; margin-right: 20px; text-align: center; color: #222222; font-size: 13px; border: 1px solid #dcdcdc; line-height: 44px;transition: all 0.3s ease;-webkit-transform: all 0.3s ease;}
.index_fwxm .index_fwxm_nei .fwxm_nei_title ul li.on{ background: #123388; color: #fff; border: 1px solid #123388;}
.index_fwxm .index_fwxm_nei .fwxm_nei_title ul li:hover{background: #123388; color: #fff; border: 1px solid #123388;transition: all 0.3s ease;-webkit-transform: all 0.3s ease;}
.index_fwxm .index_fwxm_nei .fwxm_nei_title ul a{ display: inline-block; width: 12%;text-align: center; font-size: 13px; line-height: 44px;color: #222222;  border: 1px solid #dcdcdc;}
.index_fwxm .index_fwxm_nei .fwxm_nei_title ul a:hover{background: #123388; color: #fff; border: 1px solid #123388;transition: all 0.3s ease;-webkit-transform: all 0.3s ease;}
.index_fwxm .index_fwxm_nei .fwxm_nei_title ul li:nth-child(8){ margin-right: 0px;}
.index_fwxm .index_fwxm_nei .fwxm_nei_body .nei_body_xun .body_xun_xun{ margin-right: 42px; width: 31%; display: inline-block; margin-top: 42px; position: relative; overflow: hidden;}
.index_fwxm .index_fwxm_nei .fwxm_nei_body .nei_body_xun .body_xun_xun:nth-child(3n){ margin-right: 0px;}
.index_fwxm .index_fwxm_nei .fwxm_nei_body .nei_body_xun .body_xun_xun .xun_xun_top{ position: relative;}
.index_fwxm .index_fwxm_nei .fwxm_nei_body .nei_body_xun .body_xun_xun .xun_xun_top dd{ height:244px; overflow:hidden}
.index_fwxm .index_fwxm_nei .fwxm_nei_body .nei_body_xun .body_xun_xun .xun_xun_top dd img{ height:244px; width:100%;    object-fit: cover;}
.index_fwxm .index_fwxm_nei .fwxm_nei_body .nei_body_xun .body_xun_xun .xun_xun_top dt{ position: absolute; bottom: 0; width: 100%; text-align: center; font-size: 16px; color: #fff; background: rgba(0,0,0,0.5); line-height: 50px;transition: all 0.5s ease;-webkit-transform: all 0.5s ease;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.index_fwxm .index_fwxm_nei .fwxm_nei_body .nei_body_xun .body_xun_xun .xun_xun_hover{ position: absolute; top: -244px; height: 100%; width: 100%; background: rgba(0,0,0,0.6); padding: 20px;transition: all 0.5s ease;-webkit-transform: all 0.5s ease;}
.index_fwxm .index_fwxm_nei .fwxm_nei_body .nei_body_xun .body_xun_xun .xun_xun_hover dd{ color: #fff; font-size: 18px; text-align: center; border-bottom: 1px solid #fff; padding-bottom: 10px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.index_fwxm .index_fwxm_nei .fwxm_nei_body .nei_body_xun .body_xun_xun .xun_xun_hover dt{ padding-top: 15px;}
.index_fwxm .index_fwxm_nei .fwxm_nei_body .nei_body_xun .body_xun_xun .xun_xun_hover dt p{ color: #fff; font-size: 13px; line-height: 26px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow: hidden;}
.index_fwxm .index_fwxm_nei .fwxm_nei_body .nei_body_xun .body_xun_xun:hover .xun_xun_hover{  top: 0;transition: all 0.5s ease;-webkit-transform: all 0.5s ease;}
.index_fwxm .index_fwxm_nei .fwxm_nei_body .nei_body_xun .body_xun_xun:hover .xun_xun_top dt{ opacity: 0;transition: all 0.5s ease;-webkit-transform: all 0.5s ease;}





.index_fwlc .quan_title{ background: url(../images/bg21.jpg) no-repeat 50%/cover;}
.index_fwlc .index_fwlc_nei{ max-width: 1200px; margin: 0 auto; padding: 60px 0px;}






.index_ourys .quan_title{ background: url(../images/bg23.jpg) no-repeat 50%/cover;}
.index_ourys .index_ourys_nei{ background: #35557f; padding: 60px 0px;}
.index_ourys .index_ourys_nei .ourys_nei_wen{ max-width: 1200px; margin: 0 auto; position: relative; z-index: 20;}

.index_ourys .index_ourys_nei .ourys_nei_wen .nei_wen_yuan .wen_yuan_sl{ position: absolute;width: 250px;}
.index_ourys .index_ourys_nei .ourys_nei_wen .nei_wen_yuan .wen_yuan_sl dd{ width: 201px; height: 80px; line-height: 80px; color: #fff; font-size: 20px; text-align: center; background: url(../images/bn7.png) no-repeat 100%;}
.index_ourys .index_ourys_nei .ourys_nei_wen .nei_wen_yuan .wen_yuan_sl dt{ color: #fff; font-size: 16px; padding-top: 20px; line-height: 24px;}
.index_ourys .index_ourys_nei .ourys_nei_wen .nei_wen_yuan .wen_yuan_sl:nth-child(1){ left: 100px; }
.index_ourys .index_ourys_nei .ourys_nei_wen .nei_wen_yuan .wen_yuan_sl:nth-child(2){ right: 50px;}
.index_ourys .index_ourys_nei .ourys_nei_wen .nei_wen_yuan .wen_yuan_sl:nth-child(3){ left: 55px; top: 275px;}
.index_ourys .index_ourys_nei .ourys_nei_wen .nei_wen_yuan .wen_yuan_sl:nth-child(4){ right: 5px; top: 270px;}
.index_ourys .index_ourys_nei .ourys_nei_wen .nei_wen_yuan .wen_yuan_sl:nth-child(5){left: 48.7%; bottom: 15px;}
.index_ourys .index_ourys_nei .ourys_nei_wen .nei_wen_yuan .wen_yuan_sl:nth-child(5) span{ color: #fff;  display: block;-webkit-animation: pulse 2s infinite;animation: pulse 2s infinite; font-size: 36px;}
.index_ourys .index_ourys_nei .ourys_nei_wen .nei_wen_yuan .wen_yuan_sl:nth-child(5) .chevron {-webkit-animation: pulse 2s infinite;animation: pulse 2s infinite; cursor: pointer;}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }

  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }

  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }









.index_honor{ margin-top: 60px;}
.index_honor .quan_title{ background: url(../images/bg24.jpg) no-repeat 50%/cover;}
.index_honor .index_honor_nei{ padding-top: 60px; max-width:1200px; margin:0 auto; position:relative; padding-bottom:50px}
.index_honor .index_honor_nei .xun{ text-align:center; overflow:hidden}
.index_honor .index_honor_nei .xun img{ width: auto; height: 240px;}
.index_honor .index_honor_nei .xun dd{ border:1px solid #e5e5e5;}
.index_honor .index_honor_nei .xun dt{ text-align:center; font-size:16px; color:#333; padding:15px 0px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.index_honor .index_honor_nei .xun:hover dt{  color:#267bbc}


.index_case{ background: #f5f5f5;}
.index_case .quan_title{ background: url(../images/bg26.jpg) no-repeat 50%/cover;}
.index_case .index_case_nei{ padding-top: 60px; max-width:1200px; margin:0 auto; position:relative; padding-bottom:50px}
.index_case .index_case_nei .case_nei_xun{ background: #fff; text-align: left !important; width: 276px; display: inline-block; margin: 0 auto;}
.index_case .index_case_nei .case_nei_xun .nei_xun_img{ width: 100%; overflow: hidden; height:156px}
.index_case .index_case_nei .case_nei_xun .nei_xun_img img{ width: 100%; height:156px;object-fit:cover;}
.index_case .index_case_nei .case_nei_xun .nei_xun_wen{ padding: 20px; background:#e5e5e5}
.index_case .index_case_nei .case_nei_xun .nei_xun_wen .xun_wen_logo{ padding-bottom: 10px;}
.index_case .index_case_nei .case_nei_xun .nei_xun_wen p{ font-size: 14px; color: #333; line-height: 26px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.index_case .index_case_nei .case_nei_xun .nei_xun_wen dt{ width: 100%; border-radius: 5px; background: #f7f7f7; color: #999999; text-align: center; line-height: 35px; font-weight: bolder; border: 1px dashed #dcdcdc; margin-top: 20px;transition: all 0.5s ease;-webkit-transform: all 0.5s ease; font-size: 13px !important; color: #999999 !important;}
.index_case .index_case_nei .case_nei_xun:hover .nei_xun_wen dt{ color: #fff !important; background: #0cc3fd; border: 1px solid #0cc3fd;transition: all 0.5s ease;-webkit-transform: all 0.5s ease;}
.index_case .index_case_nei .case_nei_xun .nei_xun_img img{transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s;}
.index_case .index_case_nei .case_nei_xun:hover .nei_xun_img img{
-webkit-transform: scale(1.15);
   -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
     -o-transform: scale(1.15);
           filter: scale(1.15);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
	cursor:pointer;
	
}











.index_news .quan_title{ background: url(../images/bg35.jpg) no-repeat 50%/cover;}
.index_news .index_news_wen{ max-width: 1200px; margin: 0 auto; padding: 60px 0px;}
.index_news .index_news_wen .news_wen_xun{ display:inline-block; width:48%; margin-right:43px}
.index_news .index_news_wen .news_wen_xun:nth-child(2n){ margin-right:0px}
.index_news .index_news_wen .news_wen_xun:nth-child(1){ margin-bottom:43px}
.index_news .index_news_wen .news_wen_xun:nth-child(2){ margin-bottom:43px}
.index_news .index_news_wen .news_wen_xun .wen_xun_img{ width:38%; overflow:hidden; height: 159px;}
.index_news .index_news_wen .news_wen_xun .wen_xun_img img{ width: 100%;height: 159px; object-fit:cover;}
.index_news .index_news_wen .news_wen_xun div:nth-child(2){ border-bottom:1px solid #dcdcdc; margin-left:18px; width:56%; padding-top:3px}
.index_news .index_news_wen .news_wen_xun div:nth-child(2) dl p{ font-size:15px; color:#333333;overflow: hidden; 
    text-overflow: ellipsis;white-space: nowrap;}
.index_news .index_news_wen .news_wen_xun div dl p:nth-child(2){ font-size:12px; color:#888888; padding-top:5px}
.index_news .index_news_wen .news_wen_xun div dd{ color:#666666; font-size:13px; line-height:26px; padding-top:15px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.index_news .index_news_wen .news_wen_xun div dt{ color:#cccccc; font-size:13px; text-transform:uppercase;  margin:15px 0px;transition: all 0.3s ease 0s;-webkit-transform: all 0.3s ease 0s;}
.index_news .index_news_wen .news_wen_xun:hover div dt{ color:#267bbc;transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;}
.index_news .index_news_wen .news_wen_xun:hover .wen_xun_img img{
-webkit-transform: scale(1.15);
   -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
     -o-transform: scale(1.15);
           filter: scale(1.15);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
	cursor:pointer;
	
}

.fa-long-arrow-right{ padding-left: 15px;}









.index_contact{ width: 100%}
.contact{ height:537px}
.contact_nei{ padding-bottom:0px !important}
.map_box{ width:100%; height:537px;}
.con_address{ position:relative; width:96%; max-width:1200px; margin:0 auto;}
.con_address .add_box{ width:485px; min-height:458px; background:rgba(255,255,255,0.90); top:35px; border-radius:5px; position:absolute; right: 0;}
.con_address .add_box .add_box_title{ width: 100%; border-bottom: 1px solid #dcdcdc;}
.con_address .add_box .add_box_title ul li{ display: inline-block; width: 50%; line-height: 60px; text-align: center; font-size: 18px; color: #222222; cursor: pointer;}
.con_address .add_box .add_box_title ul li:hover{ color: #fff; background: #267bbc;}
.con_address .add_box .add_box_title ul li.on{ color: #fff; background: #267bbc;}
.con_address .add_box .add_box_wen{ padding: 10px 40px;}
.con_address .add_box .add_box_wen .box_wen_xun .wen_xun_nei{ width: 100%; border: 1px solid #dcdcdc; line-height: 44px; margin-top: 13px;}
.con_address .add_box .add_box_wen .box_wen_xun .wen_xun_nei .xun_nei_wen{ line-height: 30px; padding-left: 20px; background: none; width: 100%;}
.con_address .add_box .add_box_wen .box_wen_xun textarea{width: 100%; border: 1px solid #dcdcdc; padding-left: 20px; margin-top: 13px; min-height: 102px; padding-top: 10px; background: none;}
#tij{ width: 100%; line-height: 44px; background: url(../images/more.jpg) repeat 100%; color: #fff; font-size: 14px; margin-top: 25px; cursor: pointer; border-radius: 5px; overflow: hidden;}




.select{position:relative;cursor:pointer;}
.select:after{content:"";position:absolute;top:50%;right:10px;margin-top:-2px;border-top:5px solid #666;border-right:5px solid transparent;border-left:5px solid transparent;}
.select .select_text{padding:0 20px 0 20px; color: #333;}
.select_ul{display:none;position:absolute;top:44px;left:-1px;width:100%;border:1px solid #D4D4D4;border-bottom-right-radius:3px;border-bottom-left-radius:3px;background:#fff; z-index:950}
.select_ul li{line-height:36px;text-indent:20px;transition: all 0.3s ease 0s;-webkit-transform: all 0.3s ease 0s; }
.select_ul li:hover{color:#fff;background:#267bbc;transition: all 0.3s ease 0s;-webkit-transform: all 0.3s ease 0s;}
.select_ul li.cur{color:#fff;background:#267bbc;}
.zylw .zylw_nei .zylw_nei_body .nei_body_xun .body_xun_left .textarea_nei{ width: 100%; border: 1px solid #dcdcdc; padding: 20px 0px 0px 20px; height: 120px;}
.zylw .zylw_nei .zylw_nei_body .nei_body_xun:nth-child(3){ margin-bottom: 0px;}
.zylw .zylw_nei .zylw_nei_body .nei_body_last{ padding: 0px;}
.zylw .zylw_nei .zylw_nei_body .nei_body_last dd{ color: #666666; font-size: 14px; padding-top: 15px;}
.zylw .zylw_nei .zylw_nei_body .nei_body_last dt{ padding: 55px 0px;}
.zylw .zylw_nei .zylw_nei_body .nei_body_last dt .body_last_wan{    background: #e0bd12;color: #fff; margin-right: 30px; width: 160px;line-height: 45px;display: inline-block;border-radius: 5px;text-align: center;font-size: 16px; cursor: pointer;}



.mo_ourys{ display: none;}
.mo_ourys img{ width: 100%}









.neinav{ width: 100%; line-height: 60px; border-bottom: 1px solid #dcdcdc;}
.neinav .neinav_nei{ max-width: 1200px; margin: 0 auto;}
.neinav .neinav_nei .neinav_nei_left .nei_left_xun{ display: inline-block; font-size: 15px; color: #333333; position: relative; margin-right: 52px;}
.neinav .neinav_nei .neinav_nei_left .nei_left_xun:before{ content: ""; display: inline-block; width: 12px; height: 12px; border-radius: 100%; border: 1px solid #dcdcdc; position: absolute; left: 0; right: 0; margin: 0 auto; bottom: -8px; background: #fff;}
.neinav .neinav_nei .neinav_nei_left .nei_left_xun:hover{ color: #267bbc;}
.neinav .neinav_nei .neinav_nei_left .nei_left_xun:hover:before{ border: 1px solid #267bbc;}
.neinav .neinav_nei .neinav_nei_left .nei_left_xun.on{ color: #267bbc;}
.neinav .neinav_nei .neinav_nei_left .nei_left_xun.on:before{ border: 1px solid #267bbc;}
.neinav .neinav_nei .neinav_nei_right a{ color: #ababab; font-size: 13px;}
.neinav .neinav_nei .neinav_nei_right i{ font-size: 15px; margin: 0px 5px; color: #ababab;}
.neinav .neinav_nei .neinav_nei_right a:hover{ color: #267bbc;}
.neinav .neinav_nei .neinav_nei_right a.on{ color: #267bbc;}

.pro_left{ width:96%; margin:20px auto; position:relative; display:none}
.pro_left .pro_left_top{ display:none;}
.pro_left .pro_left_top2{ display:block; border:#dcdcdc solid 1px; border-radius:5px; text-align:center; float:left; width:100%; margin-bottom:15px; box-shadow:rgba(0,0,0,0.20) 2px 2px 0px; height:40px; line-height:40px;}
.pro_left .pro_left_top2:active{ box-shadow:rgba(0,0,0,0.20) 0px 0px 0px; transition:all ease 0.1s;}
.pro_left .pro_left_top2 i{ margin-left:5px;}
.pro_left .pro_left_menu{ position:absolute; top:40px; z-index:9; border:#dcdcdc solid 1px; background:#FFFFFF; border-bottom-left-radius:5px; border-bottom-right-radius:5px; border-top:none; display:none; width:100%}
.pro_left .pro_left_menu li{ width:48%; margin:0 1%;}
.pro_left .pro_left_menu li{ float:left; line-height:45px; background:#FFFFFF; width:100%; padding:0 23px; text-align:center}
.pro_left .pro_left_menu li a{ display:inline-block;height:45px; width:100%; border-bottom:#e5e5e5 dashed 1px; position: relative;}
.pro_left .pro_left_menu li a i{ position:absolute; left:-15px; line-height:45px; color:#e10019; font-size:15px; opacity:0; transition:all 0.3s ease;}
.pro_left .pro_left_menu li a span{ display:inline-block;height:45px; width:100%; overflow:hidden; white-space:pre; text-overflow:ellipsis; color:#666666; line-height:45px; font-size:14px;}


.fuwu_left_wen a.gz::after {
  position: absolute;
  top: 22px;
  right: 10px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}



.about .about_nei{ max-width: 1200px; margin: 0 auto; padding: 60px 0px;}
.about .about_nei .about_nei_top .nei_top_left{ width: 51%;}
.about .about_nei .about_nei_top .nei_top_left .top_left_title{ border-bottom: 1px solid #dcdcdc;}
.about .about_nei .about_nei_top .nei_top_left .top_left_title dt{ font-size: 28px; color: #0d65af; font-weight: bolder; padding-top: 15px; padding-bottom: 10px;}
.about .about_nei .about_nei_top .nei_top_left .top_left_wen{ padding-top: 30px;}
.about .about_nei .about_nei_top .nei_top_left .top_left_wen p{ font-size: 14px; color: #666666; line-height: 32px;}
.about .about_nei .about_nei_center{ padding-top: 30px;}
.about .about_nei .about_nei_center p{ font-size: 14px; color: #666666; line-height: 32px;}
.about .about_nei .about_nei_last{ padding-top: 40px;}
.about .about_nei .about_nei_last .nei_last_title{ font-size: 18px;color: #0d65af; font-weight: bolder; text-align: center; padding-bottom: 30px;}
.about .about_nei .about_nei_last .nei_last_wen .last_wen_xun{ padding: 0px 20px; background: #f6f6f6; margin-bottom: 25px;}
.about .about_nei .about_nei_last .nei_last_wen .last_wen_xun .wen_xun_title{ line-height: 50px; cursor: pointer;}
.about .about_nei .about_nei_last .nei_last_wen .last_wen_xun .wen_xun_title.on{ border-bottom: 1px solid #dcdcdc;}
.about .about_nei .about_nei_last .nei_last_wen .last_wen_xun .wen_xun_title dd{ font-size: 15px; color: #333333;}
.about .about_nei .about_nei_last .nei_last_wen .last_wen_xun .wen_xun_title dt .Social2{ display: none;}
.about .about_nei .about_nei_last .nei_last_wen .last_wen_xun .wen_xun_nei{ padding: 20px 0px; display: none;}
.about .about_nei .about_nei_last .nei_last_wen .last_wen_xun .wen_xun_nei a{ display: inline-block; font-size: 15px; color: #666666; margin-right: 25px; line-height: 45px; width: 18%;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.about .about_nei .about_nei_last .nei_last_wen .last_wen_xun .wen_xun_nei a:hover{color: #0d65af;}
.about .about_nei .about_nei_last .nei_last_wen .last_wen_xun .wen_xun_nei a:nth-child(4n){ margin-right: 0px;}

.nypic img{ max-width:100%;}

.pagination-style {
  margin-top: 30px;
  text-align: center;
  overflow: hidden;
}
.pagination-style ul li {
  display: inline-block;
  margin: 5px;
}
.pagination-style ul li a {
padding: 6px 12px;
  border: 1px solid #e8e8e8;
  display: block;
  border-radius: 3px;
  color:#888;
  
}
.pagination-style ul li a:hover {
  background:#267bbc;
  color: #fff;
}
.pagination-style ul .active a {
  color: #fff;
  background: #267bbc;
}

.alert-danger {
    background-color: #267bbc;
    border-color: #267bbc;
    color: #fff;
}
.alert {
    padding: 12px;
    border: 1px solid transparent;
    border-radius: 4px;
margin-bottom: 20px;
}


.gsln_right{ width: 57%; padding: 73px 0px;}
.gsln_right .gsln_right_title{ padding-bottom: 35px;}
.gsln_right .gsln_right_title dd{ font-size: 40px; color: #dddddd; padding-bottom: 10px;}
.gsln_right .gsln_right_title dt{ font-size: 22px; color: #333333;}
.gsln_right .gsln_right_wen p{ font-size: 14px; color: #666666; padding-bottom: 27px;}
.gsln_right .gsln_right_wen p span{ color: #333333; font-weight: bolder;}






.gsfc_xun{ margin-bottom: 50px;}
.gsfc_xun .gsfc_xun_title{ font-size: 22px; color: #333333; text-align: center; padding-bottom: 30px;}
.gsfc_xun .gsfc_xun_wen dt{ background: #f7f7f7; color: #333333; line-height: 40px;}
.gsfc_xun:last-child{ margin-bottom: 0px;}




.yousi{ padding: 60px 0px;}
.yousi .yousi_xun{ width: 100%; background: url(../images/bg55.jpg) no-repeat 50%/cover; padding: 58px 0px;}
.yousi .yousi_xun:nth-child(2){ background: url(../images/bg56.jpg) no-repeat 50%/cover; }
.yousi .yousi_xun:nth-child(3){ background: url(../images/bg57.jpg) no-repeat 50%/cover; }
.yousi .yousi_xun:nth-child(4){ background: url(../images/bg58.jpg) no-repeat 50%/cover; }
.yousi .yousi_xun .yousi_xun_nei{ max-width: 1200px; margin: 0 auto;}
.yousi .yousi_xun .yousi_xun_left{ width: 55%;}
.yousi .yousi_xun .yousi_xun_right{ width: 45%;}
.yousi .yousi_xun .yousi_xun_right dd{ color: #333333; font-size: 18px; padding-bottom: 15px;}
.yousi .yousi_xun .yousi_xun_right dt{ height: 167px; overflow: scroll;}
.yousi .yousi_xun .yousi_xun_right dt p{ color: #666666; font-size: 14px; line-height: 27px;}
.yousi .yousi_xun .yousi_xun_right dt p{ padding-bottom: 5px;}
.yousi .yousi_xun .yousi_xun_right dt p:last-child{ padding-bottom: 0px;}

.yousi .yousi_xun .yousi_xun_right dt::-webkit-scrollbar-track {
		  background-color: #fff;
	} /* 滚动条的滑轨背景颜色 */

.yousi .yousi_xun .yousi_xun_right dt::-webkit-scrollbar-thumb {
		  background:#267bbc; 
	} /* 滑块颜色 */

.yousi .yousi_xun .yousi_xun_right dt::-webkit-scrollbar-button {
		  background-color: #fff;
	} /* 滑轨两头的监听按钮颜色 */

.yousi .yousi_xun .yousi_xun_right dt::-webkit-scrollbar-corner {
		  background-color: #fff;
	} /* 横向滚动条和纵向滚动条相交处尖角的颜色 */
    ::-webkit-scrollbar {
    width: 2px;
    height: 0px;
	border-radius:3px;
} /* 这是针对缺省样式 (必须的)*/

.c_838_14{float:left; width:100%; padding-bottom:27px;}
.tit_16{float:left; width:100%; font-size:16px; line-height:24px; color:#7c7c7c; padding:20px 0 13px 10px; font-weight:bold;}
.intro_10{float:left; width:100%; border:1px solid #d5d5d5; border-bottom:0px;}
.intro_10 li{float:left; width:100%; border-bottom:1px solid #d5d5d5; line-height:42px;}
.intro_10 li .span_3{float:left; background:#eaeaea; width:20%; font-size:14px; color:#5f5f5f;text-align:center;}
.intro_10 li .span_4{float:left; width:80%; text-align:center; font-size:14px; color:#5f5f5f;}


.join_xun { margin-bottom: 10px;}
.join_xun .join_xun_title{ line-height: 55px; background: #f8f8f8; padding: 0px 40px; cursor: pointer;}
.join_xun .join_xun_title:hover{ background: #267bbc;}
.join_xun .join_xun_title:hover div{ color: #fff !important;}
.join_xun .join_xun_title.on{ background: #267bbc;}
.join_xun .join_xun_title.on div{ color: #fff !important;}
.join_xun .join_xun_title div:nth-child(1){ color: #267bbc; font-size: 15px; font-weight: bolder; width: 40%;}
.join_xun .join_xun_title div:nth-child(2){ color: #666666; font-size: 13px;}
.join_xun .join_xun_title div .Social2{ display: none;}
.join_xun .join_xun_wen{ padding: 20px 5px; display: none;}
.join_xun .join_xun_wen .xun_wen_xun{ margin-bottom: 40px;}
.join_xun .join_xun_wen .xun_wen_xun dd{ font-size: 15px; color: #1b78be; padding-bottom: 20px;}
.join_xun .join_xun_wen .xun_wen_xun dt p{ line-height: 28px; font-size: 13px; color: #828282;}



.ovh {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}






.mzsm_title{ text-align: center; font-size: 26px; color: #333333; padding-bottom: 30px;}
.mzsm_wen div{ padding-bottom: 20px;}
.mzsm_wen div p{ color: #666666; font-size: 14px; line-height: 27px;}
.mzsm_img{ text-align: center;}






.news_nei_wen .nei_wen_xun{ display: inline-block; width: 31%; margin-right: 42px; margin-bottom: 42px;}
.news_nei_wen .nei_wen_xun:nth-child(3n){ margin-right: 0px;}
.news_nei_wen .nei_wen_xun .wen_xun_img img{ width: 100%; height: 264px; object-fit:cover}
.news_nei_wen .nei_wen_xun .wen_xun_img{ overflow: hidden; height: 264px;}
.news_nei_wen .nei_wen_xun .wen_xun_nei{ padding-top: 20px;}
.news_nei_wen .nei_wen_xun .wen_xun_nei dd{ font-size: 15px; color: #333333; margin-bottom: 5px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.news_nei_wen .nei_wen_xun .wen_xun_nei dt{ font-size: 12px; color: #888888;}
.news_nei_wen .nei_wen_xun .wen_xun_nei p{ color: #666666; font-size: 13px; line-height: 25px; margin: 10px 0px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.news_nei_wen .nei_wen_xun .wen_xun_nei .xun_nei_more{ color: #cccccc;l font-size: 13px; text-transform: uppercase;}
.news_nei_wen .nei_wen_xun:hover .xun_nei_more{ color: #267bbc;}
.news_nei_wen .nei_wen_xun:hover .tra{
-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;
	
}


.fenye{ text-align: center;}
.fenye a{ display: inline-block; border-radius: 100%; width: 34px; height: 34px; text-align: center; line-height: 34px; margin-right: 10px; background: #f5f5f5;}
.fenye a i{ color: #333; font-size: 15px;}
.fenye a:hover{ color: #fff; background: #267bbc;}
.fenye a:hover i{ color: #fff;}
.fenye b{ display: inline-block; border: 1px solid #e6e6e6; border-radius: 100%; width: 34px; height: 34px; text-align: center; line-height: 34px; margin-right: 10px; cursor: pointer;}
.fenye b{ color: #fff; background: #267bbc;}
.fenye a:nth-child(5){ margin-right: 0px;}







.ziliao{ margin-bottom:30px}
.ziliao .ziliao_xun{ line-height:40px; border-bottom:1px dashed #dcdcdc; font-size:13px; color:#666666; display:inline-block; width:100%; background:url(../images/bn42.png) no-repeat 0% 50%; padding-left:15px; transition: ease-in 0.1s;}
.ziliao .ziliao_xun .ziliao_xun_left{ background:url(../images/bg60.jpg) no-repeat 100% 50%; padding-right:60px; transition: ease-in 0.1s;}
.ziliao .ziliao_xun .ziliao_xun_right{ background:url(../images/bn41.png) no-repeat 0% 50%; padding-left:22px; transition: ease-in 0.1s;}
.ziliao .ziliao_xun:hover{ background:url(../images/bn42_dian.png) no-repeat 0% 50%; color:#1070b5; transition: ease-in 0.1s;}
.ziliao .ziliao_xun:hover .ziliao_xun_left{ background:url(../images/bg60_dian.jpg) no-repeat 100% 50%; transition: ease-in 0.1s;}
.ziliao .ziliao_xun:hover .ziliao_xun_right{ background:url(../images/bn41_dian.png) no-repeat 0% 50%; transition: ease-in 0.1s;}
.ziliao .ziliao_xun:last-child{ border-bottom: 0px;}







.case .index_case_nei .case_nei_xun{ width: 23%; margin-right: 28px; margin-bottom: 28px;}
.case .index_case_nei .case_nei_xun:nth-child(4n){ margin-right: 0px;}
.case .index_case_nei .fenye a{ background: #fff;}
.case .index_case_nei .fenye a:hover{ background: #267bbc;}









.touz_tilte{ text-align: center;}
.touz_tilte p{ color: #131f2e; font-size: 14px; line-height: 27px; padding-bottom: 30px;}
.touz_tilte p:last-child{ padding-bottom: 0px;}
.touz_wen{ padding-top: 60px;}
.touz_img img{ width: 100%;}

.touz_wen .gsfc_xun_wen,.gsfc_xun .gsfc_xun_wen{ width:281px; height:180px; overflow:hidden}
.touz_wen .gsfc_xun_wen dd img,.gsfc_xun .gsfc_xun_wen dd img{ width:100%; height:180px; object-fit:cover;}


.win_img img{ width: 100%}
.win_nei{ padding-top: 40px; background: url(../images/bn17.png) no-repeat 50% 100%; padding-bottom: 255px;}
.win_nei p{ font-size: 14px; color: #333; line-height: 26px; padding-bottom: 20px;}



.shebei_wen{ padding-bottom: 30px;}
.shebei_wen .shebei_wen_xun{ padding:25px 20px; border:1px solid #dcdcdc; cursor:pointer; transition:box-shadow ease-in 0.2s; margin-bottom:15px; position: relative;}
.shebei_wen .shebei_wen_xun p:nth-child(1){ font-size:16px; color:#333333; padding-bottom:10px}
.shebei_wen .shebei_wen_xun p:nth-child(2){ font-size:14px; color:#666666; line-height: 27px;}
.shebei_wen .shebei_wen_xun:hover{ box-shadow:rgba(0,0,0,0.20) 0 0 20px; transition:box-shadow ease-in 0.2s;}
.shebei_wen .shebei_wen_xun:before{ content: ""; display: inline-block; position: absolute; left: 0; top: 0; width: 2px; height: 100%; background: #0d65af; opacity: 0;transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; }
.shebei_wen .shebei_wen_xun:hover:before{ opacity: 1;
transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}





.jindu{ max-width:810px; margin:0 auto}
.jindu .jindu_title{ font-size:30px; color:#333333; font-weight:bolder; text-align:center; padding:40px 0px}
.jindu .jindu_cha .jindu_cha_nei{ height:56px; border:1px solid #dcdcdc; width:100%; padding-left:25px}
.jindu .jindu_cha .jindu_cha_left{ width:80%}
.jindu .jindu_cha .jindu_cha_right{ width:20%}
.jindu .jindu_cha .tijiao{background:#cc073c url(../images/bn30.png) no-repeat 50% 50%; width:100%; height:56px; cursor:pointer}
.jindu .jindu_cha .shili{ font-size:14px; color:#3281db; padding:10px 25px}





.honor_cha{ padding-top: 60px;}
.honor_cha .honor_cha_title{ font-size: 20px;color: #333333; font-weight: bolder; text-align: center; margin-bottom: 40px;}






.contactnei{ padding: 60px 0px;}
.contactnei .contactnei_nei{ max-width: 800px; margin: 0 auto; padding: 20px 30px; position: relative; background: #f7f7f7 url(../images/bn19.png) no-repeat 100% 100%;}
.contactnei .contactnei_nei:before{ content: ""; display: inline-block; position: absolute; width: 81px; height: 81px; background: url(../images/bn18.png) no-repeat 50%; top: -41px; left: 10px;}
.contactnei .contactnei_nei .contactnei_nei_title{ line-height: 60px; border-bottom: 1px solid #dcdcdc;}
.contactnei .contactnei_nei .contactnei_nei_title dd{ color: #333333; font-size: 24px;}
.contactnei .contactnei_nei .contactnei_nei_title dt{ color: #0663a4; font-size: 14px; padding-left: 20px;}
.contactnei .contactnei_nei .contactnei_nei_wen{ padding-top: 30px;}
.contactnei .contactnei_nei .contactnei_nei_wen .nei_wen_xun{ width: 47%; margin-right: 44px; margin-bottom: 15px;}
.contactnei .contactnei_nei .contactnei_nei_wen .nei_wen_xun:nth-child(2n){ margin-right: 0px;}
.contactnei .contactnei_nei .contactnei_nei_wen .nei_wen_xun dd{ font-size: 15px ;color: #666666; padding-bottom: 15px;}
.contactnei .contactnei_nei .contactnei_nei_wen .nei_wen_xun dt{ line-height: 45px; border: 1px solid #dcdcdc; background: #fff;}
.contactnei .contactnei_nei .contactnei_nei_wen .nei_wen_xun dt .wen_xun_nei{ padding-left: 20px; line-height: 35px; width: 100%;}
.contactnei .contactnei_nei .contactnei_nei_wen .nei_wen_xun dd span{ color: #b7c0c6; font-size: 12px;}
.contactnei .contactnei_nei .contactnei_nei_wen .nei_wen_bottom{ padding-top: 20px;}
.contactnei .contactnei_nei .contactnei_nei_wen .nei_wen_bottom .wen_bottom_title{ font-size: 15px; color: #666666; font-weight: bolder;}
.contactnei .contactnei_nei .contactnei_nei_wen .nei_wen_bottom .wen_bottom_wen{ padding-top: 20px;}
.contactnei .contactnei_nei .contactnei_nei_wen .nei_wen_bottom .wen_bottom_wen .bottom_wen_xun{ margin-bottom: 15px;}
.contactnei .contactnei_nei .contactnei_nei_wen .nei_wen_bottom .wen_bottom_wen .bottom_wen_xun .wen_xun_left{ font-size: 12px;color: #666666;}
.contactnei .contactnei_nei .contactnei_nei_wen .nei_wen_bottom .wen_bottom_wen .bottom_wen_xun .wen_xun_left{ width: 21%}
.contactnei .contactnei_nei .contactnei_nei_wen .nei_wen_bottom .wen_bottom_wen .bottom_wen_xun .wen_xun_right{ width: 78%}
.checkbox_kaohe{ line-height: 15px;}
.checkbox_kaohe span{ height:15px; display:inline-block; background:url(../images/bn25.png) 5% 50% no-repeat; border-radius:2px; padding-left:25px; font-size:12px; line-height: 15px; margin-bottom: 10px; width: 189px; cursor: pointer;}
.checkbox_kaohe input[type=checkbox]:checked ~ .button{background:url(../images/bn26.png) 5% 50% no-repeat;}
.checkbox_kaohe input[type=checkbox]{display: none;}

.contactnei .contactnei_nei .contactnei_nei_wen .nei_wen_tijiao{ width: 285px; line-height: 45px; text-align: center; border-radius: 50px; background: url(../images/bg64.jpg) repeat; margin: 30px auto;}
.contactnei .contactnei_nei .contactnei_nei_wen .nei_wen_tijiao .wen_tijiao_nei{ width: 100%; background: none; font-size: 16px;color: #fff; cursor: pointer; line-height: 45px;}












.tousu{ background: url(../images/bg65.jpg) no-repeat 100% 100%;}
.tousu .contactnei_nei:before{ content: ""; display: inline-block; position: absolute; width: 81px; height: 81px; background: url(../images/bn18.png) no-repeat 50%; top: -41px; left: 10px; display:none;}
.tousu .contactnei_nei{ max-width: 798px; margin: 0 auto; padding: 20px 110px; position: relative; background: url(../images/bn20.png) no-repeat 100% 100%;}
.tousu .contactnei_nei .contactnei_nei_wen .nei_wen_xun{  margin-right: 34px;}
.tousu .contactnei_nei .contactnei_nei_wen .nei_wen_xun dt textarea{ width: 100%; background: #fff; height: 127px;}
.tousu .contactnei_nei .contactnei_nei_wen .nei_wen_xun:nth-child(5){ width: 100%}
.tousu .contactnei_nei .contactnei_nei_wen .nei_wen_xun:nth-child(5) dt{ line-height: inherit; padding-top:10px; padding-left: 20px;}
.tousu .contactnei_nei .contactnei_nei_wen .nei_wen_tijiao{ width: 100%; margin-bottom: 55px; margin-top: 20px;}
.tousu .contactnei_nei .contactnei_nei_wen{ padding-top: 15px;}








.content .content_nei{ max-width: 1200px; margin: 0 auto; padding: 60px 0px;}
.content .content_nei .content_nei_title .nei_title_xun{ background: #f5f5f5; padding: 45px 30px; text-align: center; width: 23%; border-radius: 4px; margin-right: 32px; border: 1px solid #dcdcdc; height: 210px;}
.content .content_nei .content_nei_title .nei_title_xun:nth-child(4n){ margin-right: 0px;}
.content .content_nei .content_nei_title .nei_title_xun dd{ height: 57px; line-height: 57px;}
.content .content_nei .content_nei_title .nei_title_xun dt{ padding-top: 25px; font-size: 14px; color: #666666;}
.content .content_nei .content_nei_title .nei_title_xun dt a{ padding-top: 25px; font-size: 14px; color: #666666;}
.content .content_nei .content_nei_title .nei_title_xun dt div{ line-height: 22px;}
.content .content_nei .content_nei_title .nei_title_xun dt div:last-child{ padding-bottom: 0px;}
.content .content_nei .content_nei_title .nei_title_xun:hover .flip{
	-webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
           transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;  
	cursor:pointer;
}





.news_details .news_details_title{ text-align:center; border-bottom:1px solid #dcdcdc; padding-bottom:15px}
.news_details .news_details_title dd{ font-size:26px; color:#333333; padding-bottom:20px}
.news_details .news_details_title dt div{ color:#999999; font-size:13px; padding-right:50px; display:inline-block; background: url(../images/bn29.png) no-repeat 0% 50%; padding-left: 25px;}
.news_details .news_details_title dt div:nth-child(2){ background: url(../images/bn28.png) no-repeat 0% 50%}
.news_details .news_details_title dt div:nth-child(3){ padding-right:0px; background: url(../images/bn27.png) no-repeat 0% 50%}
.news_icon a{ width:15px !important; height:21px !important}
.news_icon .bds_tsina{background: url(../images/bn38.png) no-repeat 50% !important;}
.news_icon .bds_sqq{background: url(../images/bn39.png) no-repeat 50% !important;}
.news_icon .bds_weixin{background: url(../images/bn40.png) no-repeat 50% !important;}
.news_details .news_details_wen{ padding:40px 0px}
.news_details .news_details_wen div img{ max-width:100%}
.news_details .news_details_wen .details_wen_top{ border-bottom:1px solid #dcdcdc; padding-bottom:30px}
.news_details .news_details_wen .details_wen_top p{ line-height:26px; padding:10px 0px; font-size:14px; color:#666666}
.news_details .news_details_wen .details_wen_top div{ padding-bottom:10px}
.news_details .news_details_wen .news_fenye div{ line-height:60px}
.news_details .news_details_wen .news_fenye div a{ font-size:13px; color:#333333; display:inline-block}
.news_details .news_details_wen .news_fenye div a:hover{ color:#eb3323}








.fuwu_left .fuwu_left_wen{ border: 1px solid #dcdcdc;}
.fuwu_left .fuwu_left_wen .left_wen_xun{ border-bottom: 1px dashed #dcdcdc; position: relative;}
.fuwu_left .fuwu_left_wen .left_wen_xun .wen_xun_title{  height: 50px; padding-left: 25px;}
.fuwu_left .fuwu_left_wen .left_wen_xun .wen_xun_title dd{ padding-right: 20px;}
.fuwu_left .fuwu_left_wen .left_wen_xun .wen_xun_title dt{ color: #333333; font-size: 15px;}
.fuwu_left .fuwu_left_wen .left_wen_xun:last-child{ border-bottom: 1px solid #fff;}
.fuwu_left .fuwu_left_wen .left_wen_xun:hover{ background: #e3f3ff; border-bottom: 1px solid #e3f3ff;}
.fuwu_left .fuwu_left_wen .left_wen_xun.on{ background: #e3f3ff; border-bottom: 1px solid #e3f3ff;}
.fuwu_left .fuwu_left_wen .left_wen_xun .wen_xun_xiala{ position: absolute; right: -275px; top: 0; width: 275px; display: none; background: #e5e5e5; z-index: 8;}
.fuwu_left .fuwu_left_wen .left_wen_xun .wen_xun_xiala a{ display: inline-block; width: 100%; line-height: 40px; font-size: 13px; color: #666666; padding-left: 30px;}
.fuwu_left .fuwu_left_wen .left_wen_xun .wen_xun_xiala a:hover{ background: #0d65af; color: #fff;}
.fuwu_left .fuwu_left_wen .left_wen_xun:hover .wen_xun_xiala{ display: block;}
.fuwu_left .fuwu_left_bottom{ margin-top: 20px;}
.fuwu_left .fuwu_left_bottom .left_bottom_title{ line-height: 50px; font-size: 20px; color: #fff; background: #0d65af url(../images/bn32.png) no-repeat 30px 50%; padding-left: 55px;}

.fuwu_right{ width: 75%;}
.fuwu_right .fuwu_right_wen .right_wen_xun:first-child{ padding-top: 0px;}
.fuwu_right .fuwu_right_wen .right_wen_xun:last-child{ border-bottom: 0px;}
.fuwu_right .fuwu_right_wen .right_wen_xun{ padding: 25px 0px; border-bottom: 1px solid #dcdcdc; display: inline-block; width: 100%}
.fuwu_right .fuwu_right_wen .right_wen_xun .wen_xun_img{ width: 28%; height: 180px; overflow: hidden;}
.fuwu_right .fuwu_right_wen .right_wen_xun .wen_xun_img img{ width: 100%; height: 180px;    object-fit: cover;}
.fuwu_right .fuwu_right_wen .right_wen_xun .wen_xun_nei{ width: 72%; padding: 19px 0px 19px 27px;}
.fuwu_right .fuwu_right_wen .right_wen_xun .wen_xun_nei dd{ font-size: 16px; color: #333333;}
.fuwu_right .fuwu_right_wen .right_wen_xun .wen_xun_nei dt{ font-size: 14px; color: #666666; line-height: 25px; margin: 15px 0px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.fuwu_right .fuwu_right_wen .right_wen_xun .wen_xun_nei p{ font-size: 13px; color: #999999;}
.fuwu_right .fuwu_right_wen .right_wen_xun:hover .tra{
-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;
	
}
.fuwu_right .fuwu_right_wen .right_wen_xun:hover .wen_xun_nei dd{ color: #1070b5}
.fuwu_right .fuwu_right_wen .right_wen_xun:hover .wen_xun_nei p{ color: #1070b5}




.fuwu_details .fuwu_details_title{ font-size: 18px; color: #333; border-bottom: 1px solid #dcdcdc; line-height: 45px;}
.fuwu_details .fuwu_details_wen{ padding: 40px 0px;}
.fuwu_details .fuwu_details_wen .details_wen_top{ line-height: 36px;}
.fuwu_details .fuwu_details_wen .details_wen_top dd p{ color: #666; font-size: 14px; line-height: 27px; margin-bottom: 20px;}
.fuwu_details .fuwu_details_wen .details_wen_top dd p.fuwu_details .fuwu_details_wen .details_wen_top dd p:last-child{ margin-bottom: 0px;}
.fuwu_details .fuwu_details_wen .details_wen_top dt{ width: 47%}
.fuwu_details .fuwu_details_wen .details_wen_top dt img{ width: 100%;}
.fuwu_details .fuwu_details_wen .details_wen_top dd{ width: 50%}
.fuwu_details .fuwu_details_wen .details_wen_bottom{ padding-top: 40px;}
.fuwu_details .fuwu_details_wen .details_wen_bottom .wen_bottom_title{ font-size: 16px; color: #333; font-weight: bolder;}
.fuwu_details .fuwu_details_wen .details_wen_bottom .wen_bottom_nei{ margin-top: 10px;}
.fuwu_details .fuwu_details_wen .details_wen_bottom .wen_bottom_nei a{ display: inline-block; font-size: 14px; color: #666; width: 50%; margin: 10px 0px; line-height: 20px;}
.fuwu_details .fuwu_details_wen .details_wen_bottom .wen_bottom_nei a:before{ content: ""; display: inline-block; width: 3px; height: 3px; background: #267bbc;
position: relative; top: -3px; margin-right: 5px; border-radius: 100%;
transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s;
}
.fuwu_details .fuwu_details_wen .details_wen_bottom .wen_bottom_nei a:hover:before{ width: 10px;
transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s;
}
.fuwu_details .fuwu_details_wen .details_wen_bottom .wen_bottom_nei a:hover{ color: #267bbc;
transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s;
}








.xf{ position: fixed; width: 72px; padding: 0px 10px; background: #0394d5; right: 0; top: 30%; border-radius: 5px;}
.xf .xf_xun{ padding: 20px 0px; border-bottom: 1px solid rgba(255,255,255,0.2); text-align: center; position: relative;}
.xf .xf_xun .xf_xun_title{ font-size: 12px; color: #fff;}
.xf .xf_xun .xf_xun_title dt{ margin-top: 10px;}
.xf .xf_xun:last-child{ padding: 10px 0px;}
.xf .xf_xun:last-child .xf_xun_title dt{ margin-top: 5px;}
.xf .xf_xun .xf_xun_xiala{ position: absolute; left: -185px; width: 169px; background: url(../images/bn99.png) no-repeat 0% 50%; line-height: 46px; font-size: 16px; color: #fff; text-align: center; top: 20%; display: none;}
.xf .xf_xun:hover .xf_xun_xiala{ display: block;}
.xf .xf_xun:nth-child(4) .xf_xun_xiala{ background: none; left: -150px;}
/* query */
.message { margin: 40px auto 30px auto;width: 450px;border: 1px solid #eee;background: #f7f7f7;-webkit-box-shadow: 0 0 10px 5px #eee;-moz-box-shadow: 0 0 10px 5px #eee;box-shadow: 0 0 10px 5px #eee;}
.message h3 { font-weight:normal;font-size:22px;color:#444;border-left:4px solid #267bbc;padding-left:30px;margin-top:40px;margin-bottom:38px;}
.search01 {padding: 10px 6px;color: #999;border: 1px solid #cecece;width: 385px;border-radius:3px;margin-left:34px;}
.submit:hover { background:#7ab33d;}
.message .submit { background:#267bbc;color:#fff;width:385px;font-size:15px;padding:10px 0;margin:25px 0 35px 5px; cursor:pointer;border-radius: 3px;}
.message .submit:hover { background:#0d65af;}
.tc {
    text-align: center;
}


.lxb-container{ left:0px !important;}


.contactnei .contactnei_nei .contactnei_nei_wen .zxly{
    width: 100%;margin-right: 0px;
}
.contactnei .contactnei_nei .contactnei_nei_wen .zxly dt {
    line-height: inherit;
}
.contactnei_nei .contactnei_nei_wen .zxly dt textarea {
    width: 100%;
    background: #fff;
    height: 127px;
}





@media screen and (max-width:1200px){
.bottom,.pc_top,.slick-dots,.din,.neinav,.bq,.xf,.lxb-container{ display:none !important;}
.mo_top{ display:block;}
.mo_bottom{ display:block;}
.mo_yc,.pro_left{ display:block;}
.disable_text_highlighting,body {
	/*去除选中高亮*/
-webkit-touch-callout: none;
-webkit-user-select: none;    /* Webkit */
-moz-user-select: none;      /* Firefox */
-ms-user-select: none;        /* IE 10  */
        /* Opera 目前不支持在Opera，但将很快 */
-o-user-select: none;
user-select: none;
}
.mo_ourys{ display: block;}
.index_ourys .index_ourys_nei .ourys_nei_wen{ display: none;}
.quan{ width: 96%; margin: 0 auto; overflow: hidden;}
.slick-next,.slick-prev{ display: none !important;}
.slick-hero-slider .image-bg {}



.index_fwlc .index_fwlc_nei img{ width: 100%;}
.index_hotfw{ background: #eff8ff;}
.index_hotfw .index_hotfw_nei{ padding: 30px 0px;}
.index_hotfw .index_hotfw_nei .hotfw_nei_top .nei_top_xun{ margin-right: 14px;}
.index_hotfw .index_hotfw_nei .hotfw_nei_top .nei_top_xun .top_xun_left{ padding-left: 20px; padding-top: 30px;}
.index_hotfw .index_hotfw_nei .hotfw_nei_top .nei_top_xun .xun_left_hover{ display: none;}
.index_hotfw .index_hotfw_nei .hotfw_nei_top .nei_top_xun .xun_left_bg{ display: none;}
.index_hotfw .index_hotfw_nei .hotfw_nei_top .nei_top_xun:hover .top_xun_left{opacity: 1;}

.con_address .add_box{ position: inherit; width: 100%; height: 100%; top: 0; border: 1px solid #dcdcdc; margin-bottom: 20px;}
.map_box{ height: 400px;}
.contact{ height: 100%;}

.quan .quan_title dd,.quan .quan_title dt,.quan .quan_title p{ width: 100%;}
.index_fwxm .index_fwxm_nei .fwxm_nei_body .nei_body_xun .body_xun_xun .xun_xun_hover{ display: none;}
.index_fwxm .index_fwxm_nei .fwxm_nei_title ul li{ margin-right: 8px;}
.index_fwxm .index_fwxm_nei .fwxm_nei_body .nei_body_xun .body_xun_xun .xun_xun_top dd img{ width: 100%;}
.index_fwxm .index_fwxm_nei .fwxm_nei_body .nei_body_xun .body_xun_xun{ margin-right: 24px;}

.owl-theme .owl-controls .owl-buttons .owl-next{ right: 0 !important;;}
.owl-theme .owl-controls .owl-buttons .owl-prev{ left: 0 !important;}


.index_news .index_news_wen .news_wen_xun{ margin-right: 11px;}
#wrap{ display:none}
#rocket-to-top{ display: none !important;}
.height{ display:none !important;}
.about .about_nei{ padding: 20px 0px;}
.about .about_nei .about_nei_top .nei_top_left,.about .about_nei .about_nei_top .nei_top_right,.gsln_right,.gsln_left{ width: 100%; float: none;}
.about .about_nei .about_nei_top .nei_top_right{ text-align: center; padding-top: 20px;}
.gsln_left{ text-align: center;}
.gsln_right{ padding: 20px 0px;}
.news_nei_wen .nei_wen_xun{ width: 31%; margin-right: 25px;} 
.case .index_case_nei .case_nei_xun{    width: 24%; margin-right: 5px;}
.win_nei{ padding-bottom: 0px; background: #fff;}

.about .about_nei .about_nei_last .nei_last_wen .last_wen_xun .wen_xun_nei a{ width: 32%; margin-right: 0px;}
.contactnei .contactnei_nei{ width: 100%; padding: 10px 10px 50px 10px;max-width:100%}
.contactnei .contactnei_nei .contactnei_nei_title dd{ font-size: 18px;}
.contactnei .contactnei_nei .contactnei_nei_title dt{ font-size: 12px;}
.contactnei .contactnei_nei .contactnei_nei_wen .nei_wen_xun{ width: 100%; float: none;}
.tousu .contactnei_nei{ background: #f5f5f5 none;}
.tousu .contactnei_nei{ padding: 10px;}
.contactnei{ padding: 20px 0px;}
.content .content_nei .content_nei_title .nei_title_xun{ margin-right: 9px; width: 24%; padding: 45px 10px;}
.news_details .news_details_wen{ padding: 0px;}
.fuwu_left{ display: none;}
.fuwu_right{ width: 100%}

}
@media screen and (max-width:1024px){ 
.syabout .nei_top_left {
    width: 100%;
}
.syabout .nei_top_right img{ margin-top:20px;}
}
@media screen and (max-width:780px){ 

.message {
    width: 100%;
	margin: 0 auto 30px auto;
}
.search01 {
    width: 95%;
    margin:0 10px;
}
.message .submit {
    margin:25px 10px;
    width:95%;

}
.line_3{float:left; height:40px; border:1px solid #d5d5d5; margin-top:10px; width:100%;}
.intro_10 li .span_3{width:30%;}
.intro_10 li .span_4{width:70%;}
.index_news .index_news_wen .news_wen_xun .wen_xun_img{ height:149px}
.index_news .index_news_wen .news_wen_xun .wen_xun_img img{ height:149px}
.index_fwxm .index_fwxm_nei .fwxm_nei_body .nei_body_xun .body_xun_xun .xun_xun_top dd{ height:120px}
.index_fwxm .index_fwxm_nei .fwxm_nei_body .nei_body_xun .body_xun_xun .xun_xun_top dd img{ height:120px}
.index_hotfw .index_hotfw_nei .hotfw_nei_top .nei_top_xun .top_xun_right{ height:140px;}
.index_hotfw .index_hotfw_nei .hotfw_nei_top .nei_top_xun .top_xun_right img{ height:140px;}
}
@media screen and (max-width:745px){
.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption{ width:100% !important}
.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption dd:first-child{ font-size: 20px !important; margin-bottom: 20px !important;}
.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption dd a{ font-size: 13px !important; line-height: 24px !important; width: 100px !important;}
.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption dd:last-child{ margin-bottom: 0px !important;}
.banner{ height: 100% !important;}

.index_hotfw .index_hotfw_nei .hotfw_nei_top .nei_top_xun{ width: 100%;}
.index_fwxm .index_fwxm_nei .fwxm_nei_title ul li{ width: 23%; margin-bottom: 10px; font-size: 12px;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.index_fwxm .index_fwxm_nei .fwxm_nei_title ul li:nth-child(4n){ margin-right: 0px;}
.index_fwxm .index_fwxm_nei .fwxm_nei_title ul a{width: 23%; font-size: 12px;}
.index_news .index_news_wen .news_wen_xun{ width: 100%;}
.index_news .index_news_wen .news_wen_xun{ margin-bottom: 20px !important;}
.index_news .index_news_wen .news_wen_xun .wen_xun_img{ width: 45%;}
.index_news .index_news_wen .news_wen_xun div:nth-child(2){ width: 50%;}
.index_fwxm .index_fwxm_nei .fwxm_nei_body .nei_body_xun .body_xun_xun{ margin-right: 10px; width: 48%;}
.index_fwxm .index_fwxm_nei .fwxm_nei_body .nei_body_xun .body_xun_xun:nth-child(2n){ margin-right: 0px;}
.index_fwxm .index_fwxm_nei .fwxm_nei_body .nei_body_xun .body_xun_xun:nth-child(3){ margin-right: 10px;}
.index_fwxm .index_fwxm_nei .fwxm_nei_body .nei_body_xun .body_xun_xun .xun_xun_top dt{ font-size: 12px; line-height: 30px;}
.index_hotfw .index_hotfw_nei .hotfw_nei_bottom a{ font-size: 14px;}
.index_hotfw .index_hotfw_nei .hotfw_nei_top .nei_top_xun .top_xun_left dd{ font-size: 14px;}
.index_hotfw .index_hotfw_nei .hotfw_nei_top .nei_top_xun .top_xun_left dt{ font-size: 12px;}
.index_hotfw .index_hotfw_nei .hotfw_nei_top .nei_top_xun .top_xun_left p{ font-size: 12px;}
.con_address .add_box .add_box_title ul li{ font-size: 14px; line-height: 40px;}
.quan .quan_title dt{ font-size: 14px;}
.quan .quan_title p{ font-size: 12px;}
.quan .quan_title dt{ padding: 5px 0px;}
.quan .quan_title dd{ width: 8%;}
.quan .quan_title:before{ display: none;}
.quan .quan_title{ height: 100%; padding: 10px 0px;}
.quan .quan_title dd img{ width: 60%;}
.index_fwlc .index_fwlc_nei,.index_ourys .index_ourys_nei,.index_honor .index_honor_nei,.index_case .index_case_nei,.index_news .index_news_wen,.index_fwxm .index_fwxm_nei{ padding: 20px 0px;}

.about .about_nei .about_nei_top .nei_top_right img,.gsln_left img{ width: 100%;}
.gsln_right .gsln_right_title dd{ font-size: 25px;}
.gsln_right .gsln_right_title dt{ font-size: 18px;}
.gsln_right .gsln_right_wen p{ padding-bottom: 20px; line-height: 25px;}
.gsfc_xun .gsfc_xun_wen dt{ width: 280px; margin: 0 auto;}
.yousi .yousi_xun .yousi_xun_right{ width: 100%;}
.yousi .yousi_xun{ background: none !important; padding: 30px 0px;}
.yousi{ padding: 0px 0px;}
.yousi .yousi_xun .yousi_xun_right dt{ height: 100%;}
.join_xun .join_xun_title{ padding: 10px 0px; line-height: 30px;}
.join_xun .join_xun_title div{ font-size: 12px !important;}
.join_xun .join_xun_title div:nth-child(1){ color: #267bbc; font-size: 15px; font-weight: bolder; width: 30%;}
.join_xun .join_xun_title div:nth-child(2){ color: #666666; font-size: 13px; width: 25%;}
.join_xun .join_xun_title div:nth-child(3){ color: #666666; font-size: 13px; width: 25%;}
.join_xun .join_xun_title div:nth-child(4){ width: 15%; text-align: right;}
.join_xun .join_xun_wen{ padding: 10px;}
.mzsm_img img{ width: 100%;}
.news_nei_wen .nei_wen_xun{ width: 48%; margin-right: 10px;} 
.news_nei_wen .nei_wen_xun:nth-child(2n){ margin-right: 0px;}
.news_nei_wen .nei_wen_xun:nth-child(3){ margin-right: 10px;}
.news_nei_wen .nei_wen_xun .wen_xun_img{ height: 123px;}

.ziliao .ziliao_xun .ziliao_xun_left{
	width: 216px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.fuwu_right .fuwu_right_wen .right_wen_xun .wen_xun_nei dd{ padding-top:10px}
.case .index_case_nei .case_nei_xun{ width: 48%; margin-right: 10px; margin-bottom: 15px;}
.case .index_case_nei .case_nei_top{ text-align: center;}
.case .index_case_nei .case_nei_xun:nth-child(2n){ margin-right: 0px;}

.jindu .jindu_title{ padding: 0px 0px 20px 0px; font-size: 20px;}
.honor_cha{ padding-top: 20px;}
.honor_cha .honor_cha_title{ font-size: 15px; margin-bottom: 20px;}

.about .about_nei .about_nei_last .nei_last_wen .last_wen_xun .wen_xun_nei a{ width: 100%;}

.contactnei .contactnei_nei .contactnei_nei_wen .nei_wen_bottom .wen_bottom_wen .bottom_wen_xun .wen_xun_left{ width: 100%; margin-bottom: 20px;}
.checkbox_kaohe span{ margin-bottom: 20px;}

.content .content_nei .content_nei_title .nei_title_xun{ width: 100%; margin-bottom: 10px;}
.news_details .news_details_wen .news_fenye div{ float:none; text-align:center}

.news_details .news_details_title dd{ font-size: 20px;}
.fuwu_right .fuwu_right_wen .right_wen_xun .wen_xun_img,.fuwu_right .fuwu_right_wen .right_wen_xun .wen_xun_nei{ width: 100%}
.fuwu_right .fuwu_right_wen .right_wen_xun .wen_xun_nei{ padding: 10px;}
.about .about_nei .about_nei_top .nei_top_left .top_left_title dt{ font-size: 20px;}

.fuwu_details .fuwu_details_wen .details_wen_top dd,.fuwu_details .fuwu_details_wen .details_wen_top dt{ width: 100%}

}
@media screen and (max-width:667px){


}
@media screen and (max-width:360px){
.index_news .index_news_wen .news_wen_xun .wen_xun_img{ width: 44%;}
.case .index_case_nei .case_nei_xun{ width: 48%; margin-right: 9px; margin-bottom: 15px;}
.fuwu_details .fuwu_details_wen .details_wen_bottom .wen_bottom_nei a{ width: 100%}
}

@media screen and (max-width:336px){
.case .index_case_nei .case_nei_xun{ width: 90%; margin-right: 0px; margin-bottom: 15px;}
.case .index_case_nei .case_nei_top{ text-align: center;}
.ziliao .ziliao_xun .ziliao_xun_left{ width: 200px;}
.join_xun .join_xun_title div{ font-size: 12px !important; width: auto !important; margin-right: 10px;}
.join_xun .join_xun_title div:last-child{ margin-right: 0px;}
}