
/* CSS Document */



a{ margin:0px; padding:0px; border:0px; text-decoration:none; color:#555555; font-size:13px;}
a:hover{ text-decoration:none;}
/* 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:#aaa; font-size:12px;}
input::-webkit-input-placeholder{ /* WebKit browsers */ color:#aaa; font-size:12px;}
input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#aaa; font-size:12px;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#aaa; font-size:12px;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#aaa; font-size:12px;}
textarea::-webkit-input-placeholder{color:#aaa; font-size:12px; font-family:"Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei"}





.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; 
}

.shadow5:hover{ 
-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.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;
}





.indexwen{ width:920px; background:#fff}
.indexwen .indexwen_nei{ width:158px; background:#fff; padding: 0px 25px;    border: 1px solid #f3f3f3;}
.indexwen .indexwen_nei .indexwen_nei_xun .nei_xun_title{ background:url(../image/bg5.jpg) no-repeat 0% 50%; font-size:18px; color:#333; padding-left:25px; margin:15px 0px}
.indexwen .indexwen_nei .indexwen_nei_xun .nei_xun_body{ border-top:1px solid #f2f2f2; padding:10px 0px}
.indexwen .indexwen_nei .indexwen_nei_xun .nei_xun_body a{ display:inline-block; padding:6px 4px; margin-right:7px;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.indexwen .indexwen_nei .indexwen_nei_xun .nei_xun_body a:hover{ background:#ff2d2c; color:#fff; border-radius:3px}
.indexwen .indexwen_nei .indexwen_nei_xun .nei_xun_body a:nth-child(2n){ margin-right:0px}
.huid{ width: 660px; padding: 0px 25px; background:#fff;    border-bottom: 1px dashed #e7e7e7;    border-top: 1px solid #f3f3f3;}
.huid .huid_sou{ width:639px; margin:40px auto}
.huid .huid_sou .huid_sou_left{ border:1px solid #6d131d; width:497px; background:url(../image/bg6.jpg) no-repeat 3% 57%; padding-left:40px}
.huid .huid_sou .huid_sou_left .huid_sou_left_nei{ width:100%; line-height:42px; font-size:14px}
.huid .huid_sou .huid_sou_right{ width:100px}
.huid .huid_sou .huid_sou_right .huid_sou_right_nei{ line-height:44px; font-size:15px; color:#fff; width:100%; background:#b01f30; cursor:pointer}


.indexwen_bottom{ padding: 0px 25px 25px 25px}
.indexwen_bottom .indexwen_bottom_title{ font-size:24px; padding-top:20px; padding-bottom:15px}
.indexwen_bottom .indexwen_bottom_body .bottom_body_title ul li{ font-size:15px; color:#666; border:1px solid #dcdcdc; margin-right:-1px; padding:0px 15px; cursor:pointer; line-height:40px;transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease; position:relative}
.indexwen_bottom .indexwen_bottom_body .bottom_body_title ul li:hover{ background:#ef5231; color:#fff;transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;}
.indexwen_bottom .indexwen_bottom_body .bottom_body_title ul li:before{ content: ""; position: absolute; bottom: -4px; left: 0; right: 0; margin: 0 auto; background: url(../image/bn6.png) no-repeat 50%; width: 8px; height: 4px; display: inline-block; opacity: 0;transition: all 0.3s ease;-webkit-transform: all 0.3s ease;}
.indexwen_bottom .indexwen_bottom_body .bottom_body_title ul li:hover:before{ opacity: 1;transition: all 0.3s ease;-webkit-transform: all 0.3s ease;}
.indexwen_bottom .indexwen_bottom_body .bottom_body_title ul li.on{ color: #fff; background: #ff3b21;}
.indexwen_bottom .indexwen_bottom_body .bottom_body_title ul li.on:before{ opacity: 1;}
.indexwen_bottom .indexwen_bottom_body .bottom_body_wen{ padding-top:15px; padding-left:15px}
.indexwen_bottom .indexwen_bottom_body .bottom_body_wen .body_wen_xun a{ display:inline-block; width:250px;overflow: hidden;
text-overflow:ellipsis;white-space: nowrap; margin-right:48px; line-height:30px}
.indexwen_bottom .indexwen_bottom_body .bottom_body_wen .body_wen_xun a:hover{ color:#ef5231}
.indexwen_bottom .indexwen_bottom_body .bottom_body_wen .body_wen_xun a:nth-child(3n){ margin-right:0px}






.huid .huid_top .huid_xun{ border-top: 1px dashed #e7e7e7; display: inline-block; padding: 33px 0px; width: 100%;}
.huid .huid_top .huid_xun:last-child{ border-bottom: 1px dashed #dcdcdc;}
.huid .huid_top .huid_xun .huid_xun_left{ width: 46px; height: 46px; border-radius: 100%; overflow: hidden;}
.huid .huid_top .huid_xun .huid_xun_left img{ width: 100%; min-height: 100%;}
.huid .huid_top .huid_xun .huid_xun_right{ width: 564px; padding-left: 15px;}
.huid .huid_top .huid_xun .huid_xun_right .xun_right_top dd span{ font-size: 12px; color: #888888; display: inline-block;overflow: hidden; line-height: 21px;}
.huid .huid_top .huid_xun .huid_xun_right .xun_right_top dd span:nth-child(3){ font-size: 16px;  color: #444444; padding-left: 10px; width: 235px;text-overflow:ellipsis;white-space: nowrap;}
.huid .huid_top .huid_xun .huid_xun_right .xun_right_top dd span:nth-child(1){ width: 80px;text-overflow:ellipsis;white-space: nowrap;}
.huid .huid_top .huid_xun .huid_xun_right .xun_right_top dt{ color: #888888; font-size: 12px;}
.huid .huid_top .huid_xun .huid_xun_right .xun_right_top dt span:nth-child(1){ padding-right: 10px;}
.huid .huid_top .huid_xun .huid_xun_right .xun_right_bottom{overflow: hidden;text-overflow:ellipsis;white-space: nowrap; padding-top: 5px; color: #888888; font-size: 12px;}
.huid .huid_bottom{width: 300px; margin: 0 auto; padding: 24px 0px;}
.huid .huid_bottom a{ font-size: 12px ; color: #888888; background: #fafafa; display: inline-block; border: 1px solid #dcdcdc;  text-align: center; line-height: 40px; width: 100%;}







.tiw{ width: 920px;}
.tiw .tiw_top{ padding: 30px 25px; position: relative; background:#fff;}
.tiw .tiw_top:before{ content: ""; background: url(../image/bn1.png) no-repeat 50% 50%; width: 36px; height: 34px; display: inline-block; position: absolute; left: 10px; top: 0;}
.tiw .tiw_top .tiw_top_title{ padding-bottom: 20px; padding-left: 17px;}
.tiw .tiw_top .tiw_top_title dl dd{ font-size: 22px; color: #333333; font-weight: bolder; padding-bottom: 15px;}
.tiw .tiw_top .tiw_top_title dl dt{ font-size: 12px; color: #9399a7; line-height: 38px;}
.tiw .tiw_top .tiw_top_title dl dt div:nth-child(1){ margin-right: 10px;}
.tiw .tiw_top .tiw_top_title p{ color: #888888; font-size: 12px;}
.tiw .tiw_top .tiw_top_title p span{ padding-right: 20px;}
.tiw .tiw_top .tiw_top_title .top_title_nei{ color: #888888; font-size: 14px; padding: 25px 0px;}
.tiw .tiw_top .tiw_top_title .top_title_nei span{ color: #333333;}
.tiw .tiw_top .tiw_top_title a{ font-size: 14px; color: #6f0706; padding-top: 15px; display: inline-block;}
.tiw .tiw_top .tiw_top_title a .fa-caret-down{ padding-left: 5px; color: #996500; font-size: 12px;}
.tiw .tiw_top .tiw_top_wne{ background: #f6f6f6; padding: 13px 17px;}
.tiw .tiw_top .tiw_top_wne p{ color: #666666; font-size: 15px;}
.tiw .tiw_top .tiw_top_wne .top_wne_nei{ width: 100%; height: 110px; padding-left: 15px; padding-top: 15px; border: 1px solid #EEEEEE; margin-top: 15px;}
.tiw .tiw_top .tiw_top_wne .top_wne_bottom{ padding-top: 10px;}
.tiw .tiw_top .tiw_top_wne .top_wne_bottom .wne_bottom_left{ color: #bbbbbb; cursor: pointer;}
.tiw .tiw_top .tiw_top_wne .top_wne_bottom .wne_bottom_left i{ padding-right: 5px;}
.tiw .tiw_top .tiw_top_wne .top_wne_bottom .wne_bottom_right{ line-height: 28px;}
.tiw .tiw_top .tiw_top_wne .top_wne_bottom .wne_bottom_right dd{ font-size: 13px ;color: #888888; padding-right: 10px;}
.tiw .tiw_top .tiw_top_wne .top_wne_bottom .wne_bottom_right dd span{ color: #fe552e;}
.tiw .tiw_top .tiw_top_wne .top_wne_bottom .wne_bottom_right dt{ width: 78px;}
.tiw .tiw_top .tiw_top_wne .top_wne_bottom .wne_bottom_right dt .bottom_right_nei{ height: 28px; line-height: 28px; background: #0cb467; text-align: center; color: #fff; font-size: 13px; width: 100%; cursor: pointer;}
.tiw .tiw_bottom{ padding: 30px 40px; position: relative; margin-top: 15px; background:#fff;}
.tiw .tiw_bottom:before{ content: ""; background: url(../image/bn2.png) no-repeat 50% 50%; width: 32px; height: 29px; display: inline-block; position: absolute; left: 10px; top: 0;}
.tiw .tiw_bottom .tiw_bottom_title{ font-size: 18px; color: #333333; padding-bottom: 25px;}
.tiw .tiw_bottom .tiw_bottom_title span{ color: #ffab24;}
.tiw .tiw_bottom .tiw_bottom_wen .bottom_wen_xun .wen_xun_top .xun_top_left dd{ width: 54px; height: 54px; border-radius: 100%; overflow: hidden;}
.tiw .tiw_bottom .tiw_bottom_wen .bottom_wen_xun{ border-top: 1px dashed #dcdcdc; padding: 30px 0px;}
.tiw .tiw_bottom .tiw_bottom_wen .bottom_wen_xun:last-child{ padding-bottom: 0px;}
.tiw .tiw_bottom .tiw_bottom_wen .bottom_wen_xun .wen_xun_top .xun_top_left dd img{ width: 100%; min-height: 100%;}
.tiw .tiw_bottom .tiw_bottom_wen .bottom_wen_xun .wen_xun_top .xun_top_left dt{ padding-left: 10px;}
.tiw .tiw_bottom .tiw_bottom_wen .bottom_wen_xun .wen_xun_top .xun_top_left dt p{ font-size: 16px; color: #444444; padding-bottom: 5px;}
.tiw .tiw_bottom .tiw_bottom_wen .bottom_wen_xun .wen_xun_top .xun_top_left dt div{ font-size: 14px; color: #888888;}
.tiw .tiw_bottom .tiw_bottom_wen .bottom_wen_xun .wen_xun_top .xun_top_right span{ font-size: 14px; color: #888888;}
.tiw .tiw_bottom .tiw_bottom_wen .bottom_wen_xun .wen_xun_top .xun_top_right span:nth-child(1){ padding-right: 5px;}
.tiw .tiw_bottom .tiw_bottom_wen .bottom_wen_xun .wen_xun_nei{ color: #444444; font-size: 16px; line-height: 30px; padding-top: 10px;}
.tiw .tiw_bottom .tiw_bottom_wen .bottom_wen_xun .wen_xun_bottom{ width: 85px; line-height: 30px; line-height: 30px; border: 1px solid #eeeeee; border-radius: 100px; font-size: 12px; color: #444444; cursor: pointer; margin-top: 15px;}
.tiw .tiw_bottom .tiw_bottom_wen .bottom_wen_xun .wen_xun_bottom span:nth-child(1){ padding-right:10px}
.tiw .tiw_di{  margin-top:10px; background:#fff}
.tiw .tiw_di .tiw_di_title{ font-size:18px; color:#2a2a2a; border-bottom:1px solid #ededed; padding:15px 30px}
.tiw .tiw_di .tiw_di_body{ padding:20px 30px;}
.tiw .tiw_di .tiw_di_body .di_body_xun{ width:100%; display:inline-block; padding-bottom:15px; color:#666}
.tiw .tiw_di .tiw_di_body .di_body_xun:last-child{ padding-bottom:0px}
.tiw .tiw_di .tiw_di_body .body_xun_right span{ font-size:12px}
.tiw .tiw_di .tiw_di_body .body_xun_right span:nth-child(1){ color:#b01f30; padding-right:25px}






.jh{ padding-top:10px}
.jh a{ display:inline-block; text-align:left; width:50%; margin-right:-4px; line-height:25px;overflow: hidden;text-overflow:ellipsis;
white-space: nowrap; color:#666}
.jh a:nth-child(2n){ text-align:right}





.tiwen{ padding:24px; background:#fff; margin-top:20px}
.tiwen dd span{ display:inline-block; font-size:24px; color:#fff; background:#ff552f; padding:4px; border-radius:5px; border:1px solid #bf6d57; margin-right:5px}
.tiwen dd span:last-child{ margin-right:0px}
.tiwen dt{ text-align:center; color:#666; padding-top:15px}
.tiwen .tiwen_bottom{ margin-top:28px}
.tiwen .tiwen_bottom a{ width:92px; line-height:34px; text-align:center; display:inline-block; color:#fe552c; border:1px solid #fe552c;transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;}
.tiwen .tiwen_bottom a:hover{ background:#fe552c; color:#fff;transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;}







.photo li{width: 74px;margin: 0 1.5px;}





.zx{ width: 920px;}
.zx .zx_top{ border: 1px solid #ededed; overflow: hidden; background:#fff}
.zx .zx_top .zx_top_title ul li{ background: #fafafa; width: 152px; text-align: center; line-height: 45px; cursor: pointer; transition: all 0.3s ease;-webkit-transform: all 0.3s ease; position: relative; color: #333;border-left: 1px solid #ededed;border-bottom: 1px solid #ededed;}
.zx .zx_top .zx_top_title ul li:nth-child(1){ border-left:0px;}
.zx .zx_top .zx_top_title ul li:hover{ background: #fff;transition: all 0.3s ease;  -webkit-transform: all 0.3s ease; border-bottom: 1px solid #fff; color: #ff3b21;}
.zx .zx_top .zx_top_title ul li:hover:before{ opacity: 1;transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;}
.zx .zx_top .zx_top_title ul li:before{ content: ""; position: absolute; top: 0; left: 0; width: 100%; background: #ff3b21; height: 2px; opacity: 0;transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;}
.zx .zx_top .zx_top_title ul li.on{ background: #fff;transition: all 0.3s ease;  -webkit-transform: all 0.3s ease; border-bottom: 1px solid #fff; color: #ff3b21;}    
.zx .zx_top .zx_top_title ul li.on:before{ opacity: 1;}

.zx .zx_top .zx_top_wen .top_wen_xun{ line-height: 75px; width: 100%; padding: 0px 40px;}
.zx .zx_top .zx_top_wen .top_wen_xun a{ color: #666; padding-right: 20px; font-size: 12px; display: inline-block;} 
.zx .zx_top .zx_top_wen .top_wen_xun a:last-child{ padding-right: 0px;}
.zx .zx_top .zx_top_wen .top_wen_xun a:hover{ color: #ff3b21;}
.zx .zx_bottom{ margin-top: 10px; padding: 0px 30px; background:#fff; border:1px solid #ededed}
.zx .zx_bottom .zx_bottom_title{ border-bottom: 1px solid #dcdcdc;}
.zx .zx_bottom .zx_bottom_title ul li{ display: inline-block; width: 105px; text-align: center; line-height: 50px; color: #333;transition: all 0.3s ease;-webkit-transform: all 0.3s ease; position: relative; cursor: pointer;}
.zx .zx_bottom .zx_bottom_title ul li:hover{ color: #fff; background: #ff3b21;}
.zx .zx_bottom .zx_bottom_title ul li:before{ content: ""; position: absolute; bottom: -8px; left: 0; right: 0; margin: 0 auto; background: url(../image/bn4.png) no-repeat 50%; width: 15px; height: 8px; display: inline-block; opacity: 0;transition: all 0.3s ease;-webkit-transform: all 0.3s ease;}
.zx .zx_bottom .zx_bottom_title ul li:hover:before{ opacity: 1;transition: all 0.3s ease;-webkit-transform: all 0.3s ease;}
.zx .zx_bottom .zx_bottom_title ul li.on{ color: #fff; background: #ff3b21;}
.zx .zx_bottom .zx_bottom_title ul li.on:before{ opacity: 1;}
.zx .zx_bottom .zx_bottom_wen{ padding-bottom: 63px; overflow: hidden;}
.zx .zx_bottom .zx_bottom_wen .bottom_wen_xun .wen_xun_xun{  display: inline-block; border-bottom: 1px dashed #dcdcdc; width: 100%; position: relative; padding: 25px 0px 25px 25px}
.zx .zx_bottom .zx_bottom_wen .bottom_wen_xun .wen_xun_xun:before{ content: ""; width: 8px; height: 8px; position: absolute; left: 5px; top: 32px;}
.zx .zx_bottom .zx_bottom_wen .bottom_wen_xun .wen_xun_xun:last-child{ border-bottom: 0px; padding-bottom: 0px;}
.zx .zx_bottom .zx_bottom_wen .bottom_wen_xun .wen_xun_xun dd{ padding-bottom: 10px;}
.zx .zx_bottom .zx_bottom_wen .bottom_wen_xun .wen_xun_xun dd span:nth-child(1){ font-size: 18px; color: #333;}
.zx .zx_bottom .zx_bottom_wen .bottom_wen_xun .wen_xun_xun dd span:nth-child(2){ font-size: 12px; color: #aea3ab; padding-left: 20px;}
.zx .zx_bottom .zx_bottom_wen .bottom_wen_xun .wen_xun_xun dt span:nth-child(1){ font-size: 12px; color: #333;}
.zx .zx_bottom .zx_bottom_wen .bottom_wen_xun .wen_xun_xun dt span:nth-child(1) i{ color: #ff3b21;font-style:normal;}
.zx .zx_bottom .zx_bottom_wen .bottom_wen_xun .wen_xun_xun dt span:nth-child(2){ font-size: 12px; color: #aea3ab; padding-left: 20px;}



.fenye{ padding-top: 63px;}
.fenye b{ font-weight: normal; margin-right: 5px;}
.fenye a{ display: inline-block; padding: 7px 10px; border: 1px solid #ececec; background: #fafafa; margin-right: 5px;}
.fenye a:hover{color: #fff; border: 1px solid #b01f30; background: #b01f30;}
.fenye b.on{display: inline-block; padding: 7px 10px; border: 1px solid #ececec; background: #b01f30; margin-right: 5px; color: #fff; border: 1px solid #b01f30;}
.fenye span i{ font-style: normal; color: #b01f30;}





.hotjh{ width: 920px;}
.hotjh .hot_nei{ padding: 0px 25px; background: #fff;}
.hotjh .hot_nei .hot_title{ font-size:24px; color: #0e0e0e; border-bottom:1px solid #dcdcdc; padding: 20px 0px;}
.hotjh .hot_nei .hot_title span{ font-weight: bolder; padding-right: 5px;}
.hotjh .hot_nei .hot_wen .hot_wen_xun{ padding: 25px 0px; border-bottom: 1px dashed #dcdcdc;}
.hotjh .hot_nei .hot_wen .hot_wen_xun:last-child{ border-bottom: 0px;}

.hotjh .hot_nei .hot_wen .hot_wen_xun .wen_xun_title .xun_title_top dd{ font-size: 15px; color: #4a8cda; width: 25px; height: 25px; text-align: center; line-height: 24px; border: 1px solid #4A8CDA; border-radius: 5px; margin-right: 10px;}
.hotjh .hot_nei .hot_wen .hot_wen_xun .wen_xun_title .xun_title_top dt{ color: #030102; font-size: 18px;}
.hotjh .hot_nei .hot_wen .hot_wen_xun .wen_xun_title .xun_title_top dt span{ color: #b01f30;}
.hotjh .hot_nei .hot_wen .hot_wen_xun .xun_title_bottom{ color: #99989d; padding-top: 10px; padding-bottom: 20px;}
.hotjh .hot_nei .hot_wen .hot_wen_xun .xun_title_bottom span{ color: #b01f30; font-weight: bolder; padding-right: 3px;}
.hotjh .hot_nei .hot_wen .hot_wen_xun .wen_xun_body{ text-indent: 2.5em; position: relative; line-height: 22px; color:#666; font-size:14px}
.hotjh .hot_nei .hot_wen .hot_wen_xun .wen_xun_body:before{ content: ""; position: absolute;; left: 0; top: -3px; width: 25px; height: 25px; background: url(../image/bg3.jpg) no-repeat 50%;}


.hot_img{ margin-top: 10px; padding: 15px 25px; background: #fff;}
.hot_img .hot_img_title{ font-size: 15px; color: #333; border-bottom: 2px solid #dcdcdc; padding: 12px 0px; position: relative;}
.hot_img .hot_img_title:before{ content: ""; background: #b01f30; width: 132px; height: 2px; position: absolute; left: 0; bottom: -2px;}
.hot_img .hot_img_wen .img_wen_xun{ margin-top: 15px; margin-right: 10px; width: 210px; height: 140px; overflow: hidden;}
.hot_img .hot_img_wen .img_wen_xun img{ width: 100%; min-height: 100%;}
.hot_img .hot_img_wen .img_wen_xun:nth-child(4n){ margin-right: 0px;}











.jia{ color: #35ac46 !important;}
.tiw .tiw_bottom_jia:before{background: url(../image/bg7.jpg) no-repeat 50% 50% !important;}














/*最新3个页面的css样式*/
.hjtm .hjtm_nei{ max-width:1200px; margin:0 auto; padding-top: 65px;}
.hjtm .hjtm_nei .hjtm_nei_title{ font-size:26px; color:#333333; font-weight: bolder; text-align:center; padding-bottom: 45px;}
.hjtm .hjtm_nei .hjtm_nei_wen .nei_wen_xun{ width:33.33%; text-align:center; position: relative; padding-bottom: 45px;}
.hjtm .hjtm_nei .hjtm_nei_wen .nei_wen_xun .wen_xun_img{ width:120px; height:120px; text-align:center; background:#f5f5f5; border:1px solid #dcdcdc; border-radius:100%; margin:0 auto; transition: all 0.2s ease 0s;-webkit-transform: all 0.2s ease 0s;}
.hjtm .hjtm_nei .hjtm_nei_wen .nei_wen_xun .wen_xun_img dd{ width:65px; height:54px; background:url(../image/hj1.png) no-repeat; transition: all 0.2s ease 0s;-webkit-transform: all 0.2s ease 0s; }
.hjtm .hjtm_nei .hjtm_nei_wen .nei_wen_xun:hover .wen_xun_img dd{ transition: all 0.2s ease 0s;-webkit-transform: all 0.2s ease 0s; background-position:-65px 0px; color:#fff}
.hjtm .hjtm_nei .hjtm_nei_wen .nei_wen_xun:hover .wen_xun_img{ background: #b01f30; border: 1px solid #b01f30; transition: all 0.2s ease 0s;-webkit-transform: all 0.2s ease 0s;}
.hjtm .hjtm_nei .hjtm_nei_wen .nei_wen_xun .wen_xun_text{ margin-top: 20px;}
.hjtm .hjtm_nei .hjtm_nei_wen .nei_wen_xun .wen_xun_text dd{ font-size: 20px; color: #333333; margin-bottom: 10px;}
.hjtm .hjtm_nei .hjtm_nei_wen .nei_wen_xun .wen_xun_text dt{ font-size: 16px; color: #666666;}

.hjtm .hjtm_nei .hjtm_nei_wen .nei_wen_xun:nth-child(2) .wen_xun_img dd{ width:65px; height:54px; background:url(../image/hj2.png) no-repeat; transition: all 0.2s ease 0s;-webkit-transform: all 0.2s ease 0s; }
.hjtm .hjtm_nei .hjtm_nei_wen .nei_wen_xun:nth-child(2):hover .wen_xun_img dd{ transition: all 0.2s ease 0s;-webkit-transform: all 0.2s ease 0s; background-position:-65px 0px; color:#fff}
.hjtm .hjtm_nei .hjtm_nei_wen .nei_wen_xun:nth-child(3) .wen_xun_img dd{  width:65px; height:54px; background:url(../image/hj3.png) no-repeat; transition: all 0.2s ease 0s;-webkit-transform: all 0.2s ease 0s;}
.hjtm .hjtm_nei .hjtm_nei_wen .nei_wen_xun:nth-child(3):hover .wen_xun_img dd{ transition: all 0.2s ease 0s;-webkit-transform: all 0.2s ease 0s; background-position:-65px 0px; color:#fff}
.hjtm .hjtm_nei .hjtm_nei_wen .nei_wen_xun.on .wen_xun_img dd{ transition: all 0.2s ease 0s;-webkit-transform: all 0.2s ease 0s; background-position:-65px 0px; color:#fff}
.hjtm .hjtm_nei .hjtm_nei_wen .nei_wen_xun.on .wen_xun_img{ background: #b01f30; border: 1px solid #b01f30; transition: all 0.2s ease 0s;-webkit-transform: all 0.2s ease 0s;}
.hjtm .hjtm_nei .hjtm_nei_wen .nei_wen_xun:before{ content: ""; display: inline-block; width: 23px; height: 15px; background: url(../image/hj4.png) no-repeat 50%;position: absolute; left: 0; right: 0; margin: 0 auto; bottom: 0; display: none;}
.hjtm .hjtm_nei .hjtm_nei_wen .nei_wen_xun.on:before{ display: block;}



.gchb{ background: url(../image/hj_bg1.jpg) no-repeat 50%/cover; height: 494px;}
.gchb .gchb_nei{ max-width: 1200px; margin: 0 auto; padding: 89px 0px;}
.gchb .gchb_nei .gchb_nei_title{ margin-bottom: 60px;}
.gchb .gchb_nei .gchb_nei_title p{ font-size: 18px; color: #666666; line-height: 32px;}
.gchb .gchb_nei .gchb_nei_wen span{ font-size: 30px; font-weight: bolder; border-bottom: 1px solid #000000; display: inline-block; padding-bottom: 15px;}
.gchb .gchb_nei .gchb_nei_last{ margin-top: 60px;}
.gchb .gchb_nei .gchb_nei_last dd{ font-size: 30px; font-weight: bolder; color: #58b453;}
.gchb .gchb_nei .gchb_nei_last dt{ font-size: 20px; color: #58b453; margin-top: 10px;}



.hbpc{ background: #f8f8f8;}
.hbpc .hbpc_nei{ max-width: 1200px; margin: 0 auto;}
.hbpc .hbpc_nei .hbpc_nei_title{ text-align: center; padding: 60px 0px;}
.hbpc .hbpc_nei .hbpc_nei_title dd{ font-size: 26px; color: #333333; font-weight: bolder; margin-bottom: 20px;}
.hbpc .hbpc_nei .hbpc_nei_title dt p{ color: #666666; font-size: 16px; line-height: 28px;}
.hbpc .hbpc_nei .hbpc_nei_wen .nei_wen_xun{ width: 47%; margin-right: 6%; margin-bottom: 6%;}
.hbpc .hbpc_nei .hbpc_nei_wen .nei_wen_xun:nth-child(2n){ margin-right: 0px;}
.hbpc .hbpc_nei .hbpc_nei_wen .nei_wen_xun .wen_xun_img{ width: 43%; text-align: right;}
.hbpc .hbpc_nei .hbpc_nei_wen .nei_wen_xun .wen_xun_text{ width: 51%; margin-left: 6%;}
.hbpc .hbpc_nei .hbpc_nei_wen .nei_wen_xun .wen_xun_text dd{ font-size: 20px; color: #333333; text-transform: uppercase;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.hbpc .hbpc_nei .hbpc_nei_wen .nei_wen_xun .wen_xun_text dt{ font-size: 30px; color: #333333; font-weight: bolder; margin: 25px 0px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.hbpc .hbpc_nei .hbpc_nei_wen .nei_wen_xun .wen_xun_text p{ font-size: 14px; color: #666666; line-height: 27px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}





.jtzx .jtzx_nei{ max-width: 1200px; margin: 0 auto; padding: 60px 0px;}
.jtzx .jtzx_nei .jtzx_nei_title{ font-size: 30px; font-weight: bolder;; text-align: center; margin-bottom: 45px;}
.jtzx .jtzx_nei .jtzx_nei_wen{ position: relative;}
.jtzx .jtzx_nei .jtzx_nei_wen:before{content: ""; position: absolute; left: 0px; right: 0; margin: 0 auto; width: 2px; height: 100%; background: #d6d6d6;}
.jtzx .jtzx_nei .jtzx_nei_wen .nei_wen_left{ width: 520px; padding: 0px 40px;}
.jtzx .jtzx_nei .jtzx_nei_wen .nei_wen_left .wen_left_text{ margin-top: 30px;}
.jtzx .jtzx_nei .jtzx_nei_wen .nei_wen_left .wen_left_text dd{ font-size: 18px; color: #333333; margin-bottom: 10px;}
.jtzx .jtzx_nei .jtzx_nei_wen .nei_wen_left .wen_left_text dt p{ font-size: 14px; color: #666666; line-height: 26px; margin-bottom: 20px;}
.jtzx .jtzx_nei .jtzx_nei_wen .nei_wen_left .wen_left_text dt p:last-child{ margin-bottom: 0px;}



.jjfa{ background: #f8f8f8; padding: 60px 0px;}
.jjfa .jjfa_nei{ max-width: 1200px; margin: 0 auto;}
.jjfa .jjfa_nei .jjfa_nei_title{ text-align: center;}
.jjfa .jjfa_nei .jjfa_nei_title dd{ color: #333333; font-size: 30px; font-weight: bolder; margin-bottom: 20px;}
.jjfa .jjfa_nei .jjfa_nei_title dt{ color: #333333; font-size: 18px;}
.jjfa .jjfa_nei .jjfa_nei_wen .nei_wen_img{ text-align: center; margin: 60px 0px;}
.jjfa .jjfa_nei .jjfa_nei_wen .nei_wen_text .wen_text_left{ background: #fff; width: 70%; border: 1px solid #d6d6d6; height: 160px;}
.jjfa .jjfa_nei .jjfa_nei_wen .nei_wen_text .wen_text_left{font-size: 16px; color: #333333; line-height: 28px; padding: 0px 30px;}
.jjfa .jjfa_nei .jjfa_nei_wen .nei_wen_text .wen_text_right{ width: 24.6%; border: 1px solid #d6d6d6; height: 160px; font-size: 24px; color: #0f8a46; background: #eefef5;}
.jjfa .jjfa_nei .jjfa_nei_wen .nei_wen_body .wen_body_xun{ position: relative; text-align: center; margin-right: 1%; width: 24.2%; overflow: hidden; margin-bottom: 1%;}
.jjfa .jjfa_nei .jjfa_nei_wen .nei_wen_body .wen_body_xun:nth-child(3){ margin-right: 0px; width: 49.4%;}
.jjfa .jjfa_nei .jjfa_nei_wen .nei_wen_body .wen_body_xun:nth-child(7){ margin-right: 0px;}
.jjfa .jjfa_nei .jjfa_nei_wen .nei_wen_body .wen_body_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;
	
}
.jjfa .jjfa_nei .jjfa_nei_wen .nei_wen_body .wen_body_xun:nth-child(8){ width: 49.4%;}
.jjfa .jjfa_nei .jjfa_nei_wen .nei_wen_body .wen_body_xun:nth-child(10){ margin-right: 0px;}


.jjfa .jjfa_nei .jjfa_nei_wen .nei_wen_body .wen_body_xun .body_xun_text{ position: absolute;    left: 50%; width: 90%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);}
.jjfa .jjfa_nei .jjfa_nei_wen .nei_wen_body .wen_body_xun .body_xun_bg{ background: rgba(0,0,0,0.40); position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.jjfa .jjfa_nei .jjfa_nei_wen .nei_wen_body .wen_body_xun .body_xun_text dd{ font-size: 22px; color: #fff; font-weight: bolder; margin-bottom: 20px;}
.jjfa .jjfa_nei .jjfa_nei_wen .nei_wen_body .wen_body_xun .body_xun_text dt{ font-size: 16px; color: #fff; margin-bottom: 30px;}
.jjfa .jjfa_nei .jjfa_nei_wen .nei_wen_body .wen_body_xun .body_xun_text a{ font-size: 14px; color: #50f4db; border-bottom: 2px solid #50f4db; padding-bottom: 10px;}



.hbzx{ background: #fff;}
.hbzx .hbzx_wen .hbzx_wen_xun{ width: 31%; margin-right:3%; margin-bottom: 6%;}
.hbzx .hbzx_wen .hbzx_wen_xun:nth-child(3n){ margin-right: 0px;}
.hbzx .hbzx_wen .hbzx_wen_xun .wen_xun_left{ border-radius: 35px; overflow: hidden; height: 113px; margin-right: 10px; width: 41%;}
.hbzx .hbzx_wen .hbzx_wen_xun .wen_xun_left img{ height: 113px; width: 100%; object-fit: cover;}
.hbzx .hbzx_wen .hbzx_wen_xun .wen_xun_right{ width: 86%}
.hbzx .hbzx_wen .hbzx_wen_xun .wen_xun_right dd{ color: #333333; font-size: 20px; margin-bottom: 20px;}
.hbzx .hbzx_wen .hbzx_wen_xun .wen_xun_right dt{ color: #666666; font-size: 14px; line-height: 26px;}



.yuyue{ padding: 60px 0px; background: #f8f8f8;}
.yuyue .yuyue_nei{ max-width: 1200px; margin: 0 auto; text-align: center;}
.yuyue .yuyue_nei dd{ font-size: 26px; color: #333333; font-weight: bolder;}
.yuyue .yuyue_nei dt{ margin: 40px 0px;}
.yuyue .yuyue_nei dt p{ color: #666666; font-size: 20px; line-height: 35px;}
.yuyue .yuyue_nei a{ color: #b01f30; font-size: 18px; display: inline-block; width: 207px; line-height: 60px; border: 1px solid #b01f30; text-align: center;}
.yuyue .yuyue_nei a:hover{ background: #b01f30; color: #fff;}



.gctm{background: url(../image/hj_bg18.jpg) no-repeat 50%/cover;}
.gctm .gchb_nei .gchb_nei_last dd{ color: #f49826;}
.gctm .gchb_nei .gchb_nei_last dt{ color: #f49826;}


.gcjd{ background: #fff; margin-bottom: 60px;}
.gcjd .gcjd_wen .gcjd_wen_bottom{ background: url(../image/hj_bg20.jpg) repeat-y 4%; margin-top: 45px;}
.gcjd .gcjd_wen .gcjd_wen_bottom .wen_bottom_xun{ margin-bottom: 35px;}
.gcjd .gcjd_wen .gcjd_wen_bottom .wen_bottom_xun .bottom_xun_left{ width: 94px; height: 94px; border: 3px solid #b01f30; background: #fff; font-size: 24px; color: #b01f30; font-weight: bolder; line-height: 25px; text-align: center; position: relative}
.gcjd .gcjd_wen .gcjd_wen_bottom .wen_bottom_xun .bottom_xun_left .xun_left_nei{ position: absolute;    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%); width: 55%; line-height: 32px;}
.gcjd .gcjd_wen .gcjd_wen_bottom .wen_bottom_xun .bottom_xun_right{ width: 85%;}
.gcjd .gcjd_wen .gcjd_wen_bottom .wen_bottom_xun .bottom_xun_right dd{ color: #333333; font-weight: bolder; font-size: 20px; margin: 20px 0px;}
.gcjd .gcjd_wen .gcjd_wen_bottom .wen_bottom_xun .bottom_xun_right dt p{ color: #666666; font-size: 14px; line-height: 28px; margin-bottom: 15px;}
.gcjd .gcjd_wen .gcjd_wen_bottom .wen_bottom_xun .bottom_xun_right dd:first-child{ margin-top: 0px;}
.gcjd .gcjd_wen .gcjd_wen_bottom .wen_bottom_xun .bottom_xun_right dt p:last-child{ margin-bottom: 0px;}
.gcjd .gcjd_wen .gcjd_wen_bottom .wen_bottom_xun_img{ text-align: right; margin-top: 50px;} 


.yuyue2{ background: #fff;}


.sgzz_wen{ text-align: center; padding-bottom: 60px;}
.sgzz_wen .sgzz_wen_ps{ text-align: left; background: #e7e7e7; padding: 20px 5px; margin-top: 60px;}
.sgzz_wen .sgzz_wen_ps dd{ font-size: 20px; color: #c23938; font-weight: bolder; margin-bottom: 5px;}
.sgzz_wen .sgzz_wen_ps dt{ color: #333333; font-size: 16px;}



.ystm{background: url(../image/hj_bg21.jpg) no-repeat 50%/cover;}
.ysxj{ background: #fff;}
.ysxj_wen .ysxj_wen_xun{ width: 575px; margin-right: 50px; margin-bottom: 50px;}
.ysxj_wen .ysxj_wen_xun:nth-child(2n){  margin-right: 0px;}
.ysxj_wen .ysxj_wen_xun .wen_xun_img{ width: 150px; height: 150px;border-radius: 100%; overflow: hidden; margin-right: 20px}
.ysxj_wen .ysxj_wen_xun .wen_xun_text{ width: 70%}
.ysxj_wen .ysxj_wen_xun .wen_xun_text dd{ font-size: 20px; color: #333333; margin-bottom: 20px;}
.ysxj_wen .ysxj_wen_xun .wen_xun_text dt{ font-size: 14px; color: #666666; line-height: 26px;}
.ysxj_wen .ysxj_wen_xun:nth-child(4) .wen_xun_img{ width: auto; height: auto; border-radius:inherit; text-align: center; margin-right: 0px}
.ysxj_wen .ysxj_wen_xun:nth-child(4) .wen_xun_img dd{ width: 150px; height: 150px;border-radius: 100%; overflow: hidden;}
.ysxj_wen .ysxj_wen_xun:nth-child(4) .wen_xun_img dt{ font-size: 20px; color: #333333; margin-bottom: 20px; margin-top: 10px;}
.ysxj_wen .ysxj_wen_xun:nth-child(4) .wen_xun_text dt{ background: url(../image/hj16.png) no-repeat 0% 0%; position: relative; padding: 20px 50px; padding-right: 15px;}


.zjpx{ padding-bottom: 60px;}
.zjpx .zjpx_img{ text-align: center;}
.zjpx .zjpx_wen { margin-top: 45px;}
.zjpx .zjpx_wen .zjpx_wen_xun{ width: 44.5%; background: #fff; padding: 2%; margin-right: 3%;}
.zjpx .zjpx_wen .zjpx_wen_xun:nth-child(2){ margin-right: 0px;}
.zjpx .zjpx_wen .zjpx_wen_xun dd{ color: #90d500; font-size: 20px; margin-bottom: 4%;}
.zjpx .zjpx_wen .zjpx_wen_xun dt{ color: #666666; font-size: 14px; line-height: 26px;}
.zjpx .zjpx_wen .zjpx_wen_xun:nth-child(2) dd{ color: #fda93f;}


.gjwt{ background: #fff; padding-bottom: 60px;}
.gjwt .gjwt_wen .gjwt_wen_xun{ margin-top: 65px;}
.gjwt .gjwt_wen .gjwt_wen_xun:first-child{ margin-top: 0px;}
.gjwt .gjwt_wen .gjwt_wen_xun .gjwt_wen_title{ border: 1px solid #ffb82c ; width: 460px; line-height: 60px; margin-bottom: 12px;}
.gjwt .gjwt_wen .gjwt_wen_xun .gjwt_wen_title dd{ font-size: 18px; color: #333333; text-align: center; width: 112px;}
.gjwt .gjwt_wen .gjwt_wen_xun .gjwt_wen_title dt{ font-weight: bolder; font-size: 18px; color: #fff; text-align: center; background: #ffb82c; width: 348px}
.gjwt .gjwt_wen .gjwt_wen_xun .wen_xun_nei .xun_ne_left{ width: 402px; background: #719677; padding: 30px; margin-right: 12px;}
.gjwt .gjwt_wen .gjwt_wen_xun .wen_xun_nei .xun_ne_left p{ color: #fff; font-size: 14px; line-height: 25px; margin-bottom: 10px;}
.gjwt .gjwt_wen .gjwt_wen_xun .wen_xun_nei .xun_ne_left p:last-child{ margin-bottom: 0px;}
.gjwt .gjwt_wen .gjwt_wen_xun .wen_xun_nei .xun_nei_right .nei_right_xun{ width: 234px; background: #edf9ef; height: 435px; margin-right: 12px;}
.gjwt .gjwt_wen .gjwt_wen_xun .wen_xun_nei .xun_nei_right .nei_right_xun:nth-child(3){ margin-right: 0px;}
.gjwt .gjwt_wen .gjwt_wen_xun .wen_xun_nei .xun_nei_right .nei_right_xun dd{ text-align: center; padding: 30px 0px;}
.gjwt .gjwt_wen .gjwt_wen_xun .wen_xun_nei .xun_nei_right .nei_right_xun dt{ font-size: 14px; color: #666666; line-height: 26px; padding: 0px 15px;}
.gjwt .gjwt_wen .gjwt_wen_xun .wen_xun_last{ margin-top: 12px; background: #faf4e7; padding: 35px;}
.gjwt .gjwt_wen .gjwt_wen_xun .wen_xun_last dd{ color: #febe3e; font-size: 22px; font-weight: bolder; margin-bottom: 25px;}
.gjwt .gjwt_wen .gjwt_wen_xun .wen_xun_last dt p{ color: #666666; font-size: 14px; line-height: 26px; margin-bottom: 10px;}
.gjwt .gjwt_wen .gjwt_wen_xun .wen_xun_last dt p:last-child{ margin-bottom: 0px;}

.gjwt .gjwt_wen .gjwt_wen_xun .wen_xun_nei2 .xun_nei2_left{ width: 700px; background: #f4f4f4; padding: 50px  30px;}
.gjwt .gjwt_wen .gjwt_wen_xun .wen_xun_nei2 .xun_nei2_left .nei2_left_xun{ margin-bottom: 37px;}
.gjwt .gjwt_wen .gjwt_wen_xun .wen_xun_nei2 .xun_nei2_left .nei2_left_xun:last-child{ margin-bottom: 0px;}
.gjwt .gjwt_wen .gjwt_wen_xun .wen_xun_nei2 .xun_nei2_left .nei2_left_xun dd{ font-size: 20px; color: #333333; font-weight: bolder; margin-bottom: 20px;}
.gjwt .gjwt_wen .gjwt_wen_xun .wen_xun_nei2 .xun_nei2_left .nei2_left_xun dt p{ font-size: 14px; color: #666666; line-height: 27px; margin-bottom: 10px;}
.gjwt .gjwt_wen .gjwt_wen_xun .wen_xun_nei2 .xun_nei2_left .nei2_left_xun dt p:last-child{ margin-bottom: 0px;}
.gjwt .gjwt_wen .gjwt_wen_xun .wen_xun_nei2 .xun_nei2_right div:first-child{ margin-bottom: 12px;}


.jtss{ padding-bottom: 60px; text-align: center;}








@media screen and (max-width:1150px){

}

@media screen and (max-width:780px){ 

}
@media screen and (max-width:745px){


}
@media screen and (max-width:667px){



}
@media screen and (max-width:360px){

}