@charset "utf-8";
/* CSS Document */

body{ margin:0px; padding:0px; border:0px; font-family:"Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei"; color:#555555; font-size:14px; width:100%; background:#ffffff;}
a{ margin:0px; padding:0px; border:0px; text-decoration:none; color:#555555; font-size:13px;transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;}
a:hover{ text-decoration:none;
       transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;}
*{ padding:0px; margin:0px; border:0px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
/* background:rgba(0,0,0,0);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);*/
li{ list-style:none;}
.clear{ 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:#e8e8e8; font-size:16px;}
input::-webkit-input-placeholder{ /* WebKit browsers */ color:#e8e8e8; font-size:16px;}
input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#e8e8e8; font-size:16px;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#e8e8e8; font-size:16px;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#e8e8e8; font-size:16px;}
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); 
}


.mo_xiala{ height:0px; overflow:hidden}
.mo_xiala.on{ height:auto;}

input:-webkit-autofill { 
-webkit-box-shadow: 0 0 0px 1000px white inset; 
}

input[type="button"], input[type="submit"], input[type="reset"] {

-webkit-appearance: none;

}

textarea {  -webkit-appearance: none;} 


.fl{ float:left;}
.fr{ float:right;}
/*渐变从左向右*/
.jianbian2{
    height: 200px;
    background: -webkit-linear-gradient(to right,blue, yellow); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(to right,blue, yellow); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(to right,blue, yellow); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,white, yellow); /* 标准的语法（必须放在最后） */
}

/*黑白照片*/
.gray { 
-webkit-filter: grayscale(100%); 
   -moz-filter: grayscale(100%); 
    -ms-filter: grayscale(100%); 
     -o-filter: grayscale(100%); 
        filter: grayscale(100%); 
        filter: gray; 
}

.gray:hover { 
-webkit-filter: grayscale(0%); 
   -moz-filter: grayscale(0%); 
    -ms-filter: grayscale(0%); 
     -o-filter: grayscale(0%); 
        filter: grayscale(0%); 
        filter: gray; 
}
/*圆角5px*/
.radius5{ 
-webkit-border-radius:5px; 
   -moz-border-radius:5px; 
    -ms-border-radius:5px; 
     -o-border-radius:5px; 
        border-radius:5px; 
}
/*圆角10px*/
.radius10{ 
-webkit-border-radius:10px; 
   -moz-border-radius:10px; 
    -ms-border-radius:10px; 
     -o-border-radius:10px; 
        border-radius:10px; 
}
/*图片变大*/
.tra{
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
           filter: scale(1);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
	cursor:pointer;
	
}
.tra:hover{
-webkit-transform: scale(1.15);
   -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
     -o-transform: scale(1.15);
           filter: scale(1.15);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
	cursor:pointer;
	
}
/*透明度50%*/
.opacity5{ filter:alpha(opacity=50);-moz-opacity:0.5; -khtml-opacity:0.5;opacity: 0.5;}


.shadow1{ 
-webkit-box-shadow:rgba(0,0,0,0.2) 0px 0px 5px;
   -moz-box-shadow:rgba(0,0,0,0.2) 0px 0px 5px;
    -ms-box-shadow:rgba(0,0,0,0.2) 0px 0px 5px; 
     -o-box-shadow:rgba(0,0,0,0.2) 0px 0px 5px; 
        box-shadow:rgba(0,0,0,0.2) 0px 0px 5px;

}
.shadow2{transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; }
.shadow2:hover{ 
-webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;
   -moz-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;
    -ms-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px; 
     -o-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px; 
        box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}


/*投影*/
.shadow5{ 
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}

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


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

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


.shadow6{ 
-webkit-box-shadow:rgba(0,0,0,0.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;*/
   -webkit-align-items:center;
   display: -webkit-flex;
   -webkit-justify-content: flex-start;
}

/*图片居中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;
}


.noscroll{
    overflow: hidden;
}


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



.quan{ width: 100%;}

.mo_top{ width:100%; display:none; position:absolute; top: 0; z-index: 100;}
.mo_top .mot{ width:100%; padding:0 2%; height:50px; background:#fff;}
.mo_top .mot .molo{ float:left; display:inline-block; height:30px; margin:10px 0;}
.mo_top .mot .molo img{ height:30px;}
.mo_top .mot .momenuicon{ float:right; height:16px; margin:17px 0;}
.mo_top .mot .cloesicon{ display:none;}
.mo_top .moxl{ left:-100%; top:50px; background:rgba(50,123,246,0.5); position:absolute; z-index:99; width:100%; transition:all ease 0.3s;}
.mo_top .moxl_box{ width:60%; background:#327bf6; height:100%; padding-bottom: 50px;}

.mo_top .moxl .moxl_xun{ width:100%; float:left; position:relative;}
.mo_top .moxl .moxl_xun .moxl_xun_icon{ width:100%; height:0px; position:absolute; padding-right:10px;}
.mo_top .moxl .moxl_xun .moxl_xun_icon img{ float:right; height:10px; margin:20px 0;}
.mo_top .moxl .moxl_xun .moxl_xun_icon img.moxl_xun_img2{ display:none; width:10px; height:7px}
.mo_top .moxl .moxl_xun .moxl_xun_title{ width:100%; padding-left:10px; display:inline-block; line-height:35px; font-size:14px; color:#fff;}
.mo_top .moxl .moxl_xun .moxl_erji{ width:100%; overflow:hidden; display:none}
.mo_top .moxl .moxl_xun .moxl_erji a{ width:100%; padding-left:20px; height:30px; line-height:30px; font-size:12px; color:#fff; display:inline-block; float:left;}

.mo_bottom{ width:100%; background:#004fa6; display:none; margin-top:20px; position:fixed; bottom:0; z-index:20;}
.mo_bottom .mo_bottom_nei{ width:96%; margin:0 auto; height:50px;}
.mo_bottom .mo_bottom_nei .mo_lj_font{ padding-top:5px;}
.mo_lj{ color:#fff; padding:10px 0; text-align:center; font-size:13px; width:25%;}
.mo_yc{ width:100%; height:80px; display:none;}
.mo_lj div i{ font-size: 20px;}

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


.pc_top{ width: 100%;}
.pc_top .pc_top_nei{ max-width: 1200px; margin: 0 auto;}
.pc_top .pc_top_nei .top_nei_din{ height: 85px; overflow: hidden;}
.pc_top .pc_top_nei .top_nei_din .nei_din_logo{ line-height: 85px;}
.pc_top .pc_top_nei .top_nei_din .nei_din_text .din_text_phone{ background: url(../images/bn1.png) no-repeat 0% 48%; font-size: 18px; color: #333333; padding-left: 42px; line-height: 85px;}
.pc_top .pc_top_nei .top_nei_din .nei_din_text .din_text_phone span{ color: #db213e;}
.pc_top .pc_top_nei .top_nei_din .nei_din_text .din_text_search{ padding: 21px 0px; margin-left: 40px;}
.pc_top .pc_top_nei .top_nei_din .nei_din_text .din_text_search div .text{ border: 2px solid #004fa6; line-height: 42px; padding-left: 15px; width: 240px;height: 42px;}
.pc_top .pc_top_nei .top_nei_din .nei_din_text .din_text_search div .submit{ width: 48px; height: 42px; background: #004fa6 url(../images/bn2.png) no-repeat 50%; cursor: pointer;}


.pc_nav{ background: #004fa6; height: 50px;}
.pc_nav .pc_nav_nei{ max-width: 1200px; margin: 0 auto;}
.pc_nav .pc_nav_nei .nav_nei_xun{ margin-top: 4px; width: 137px; margin-right: 40px; position: relative;}
.pc_nav .pc_nav_nei .nav_nei_xun:nth-child(7){ margin-right:0px}
.pc_nav .pc_nav_nei .nav_nei_xun .nei_xun_title{ display: inline-block; line-height: 46px; font-size: 22px; color: #fff;text-align: center; width: 100%;}
.pc_nav .pc_nav_nei .nav_nei_xun:hover .nei_xun_title{ background: #fff; color: #004fa6;}
.pc_nav .pc_nav_nei .nav_nei_xun.on .nei_xun_title{ background: #fff; color: #004fa6;}
.pc_nav .pc_nav_nei .nav_nei_xun .nei_xun_xiala{position: absolute; padding: 0px 10px; width: 180px; display: none; z-index: 8; background: #fff;}
.pc_nav .pc_nav_nei .nav_nei_xun .nei_xun_xiala a{ display: inline-block; width: 100%; font-size: 22px; color: #333333; text-align: center; line-height: 50px; border-bottom:1px solid #e5e5e5; overflow:hidden; height:50px;}
.pc_nav .pc_nav_nei .nav_nei_xun .nei_xun_xiala a:hover{ color: #004fa6;}
.pc_nav .pc_nav_nei .nav_nei_xun:hover .nei_xun_xiala{ display: block;}
.pc_nav .pc_nav_nei .nav_nei_xun .nei_xun_xiala a:last-child{ border-bottom:0px}

.pc_nav .pc_nav_nei .nav_nei_xun .jmzc_xiala{ width:330px;}
.pc_nav .pc_nav_nei .nav_nei_xun .zzfw_xiala{ width:280px;}
.pc_nav .pc_nav_nei .nav_nei_xun:nth-child(5) .nei_xun_xiala{ width:280px;}





.product .product_nei{ max-width: 1200px; margin: 0 auto; padding: 15px 0px;}
.product .product_nei .product_nei_title{ font-size: 28px; color: #333333; text-align: center;}
.product .product_nei .product_nei_wen{ margin-top: 15px;}
.product .product_nei .product_nei_wen .nei_wen_xun{ border: 1px solid #e5e5e5; display: inline-block; padding: 20px; width: 100%;}
.product .product_nei .product_nei_wen .nei_wen_xun dd{ height: 184px; width: 184px; overflow: hidden;; margin: 0 auto;}
.product .product_nei .product_nei_wen .nei_wen_xun dd img{ height: 184px; width: 100%; object-fit: cover;}
.product .product_nei .product_nei_wen .nei_wen_xun dt{ color: #333333; font-size: 14px; margin-top: 20px;}
.product .product_nei .product_nei_wen .nei_wen_xun:hover{ border: 1px solid #0756a2;}
.product .product_nei .product_nei_wen .nei_wen_xun:hover dt{ color: #0756a2;}



.details_bk .details_bk_nei{ max-width: 1200px; margin: 0 auto;}
.details_bk .details_bk_nei .bk_nei_xun{ width: 25%; background: #f8f8f8; padding: 32px 23px;}
.details_bk .details_bk_nei .bk_nei_xun:nth-child(2n){ background: #efefef;}
.details_bk .details_bk_nei .bk_nei_xun .xun_nei_left{ margin-right: 38px;}
.details_bk .details_bk_nei .bk_nei_xun .xun_nei_left dt{ color: #333333; font-size: 22px; margin-top: 15px; margin-bottom: 5px;}
.details_bk .details_bk_nei .bk_nei_xun .xun_nei_left p{ color: #999999; font-size: 14px;}

.details_bk .details_bk_nei .bk_nei_xun .xun_nei_img{ width: 128px; height: 128px; overflow: hidden; border-radius: 100%;}
.details_bk .details_bk_nei .bk_nei_xun .xun_nei_img img{ width: 100%; height: 128px; object-fit: cover;}






.yyly_wen{ margin-top: 15px;}
.yyly_wen .yyly_wen_left{ width: 25%; position: relative;}
.yyly_wen .yyly_wen_left .wen_left_img{ height: 236px; overflow: hidden;}
.yyly_wen .yyly_wen_left .wen_left_img img{ width: 100%; height: 236px; object-fit: cover;}
.yyly_wen .yyly_wen_left .wen_left_bg{ position: absolute; top: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.8);}
.yyly_wen .yyly_wen_left .wen_left_fd{left: 50%;position: absolute; width: 80%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);}
.yyly_wen .yyly_wen_left .wen_left_fd .left_fd_title dt{ font-size: 20px; color: #004fa6; font-weight: bolder; margin-left: 15px;}
.yyly_wen .yyly_wen_left .wen_left_fd .left_fd_wen{ font-size: 18px; color: #004fa6; line-height: 30px; margin-top: 15px;}
.yyly_wen .yyly_wen_right{ width: 75%;}
.yyly_wen .yyly_wen_right .wen_right_xun{ display: inline-block; width: 20%; position: relative;}
.yyly_wen .yyly_wen_right .wen_right_xun dd{ height: 236px; overflow: hidden;}
.yyly_wen .yyly_wen_right .wen_right_xun dd img{ width: 100%; height: 236px; object-fit: cover;}
.yyly_wen .yyly_wen_right .wen_right_xun dt{ position: absolute;bottom: 0px; width: 100%; text-align: center; font-size: 16px; color: #fff; line-height: 40px; background: rgba(83,83,83,0.8);}





.yqlj{ height: 50px; background: #004fa6; width: 100%; line-height: 50px; overflow: hidden;}
.yqlj .yqlj_nei{ max-width: 1200px; margin: 0 auto;}
.yqlj .yqlj_nei .yqlj_nei_left dd{ font-size: 20px; color: #fff;}
.yqlj .yqlj_nei .yqlj_nei_left dt a{ font-size: 20px; color: #fff;}
.yqlj .yqlj_nei .yqlj_nei_left dt span{ font-size: 20px; color: #fff; margin: 0px 5px;}
.yqlj .yqlj_nei .yqlj_nei_right{ font-size: 20px; color: #fff; width: 20%;}
.yqlj .yqlj_nei .yqlj_nei_right dt a{ display: inline-block; width: 35px !important; height: 35px !important; margin-right: 10px !important;}
.news_icon a{ width:15px !important; height:21px !important; margin: 0px 3px !important;}
.news_icon .bds_tsina{background: url(../images/weibo.png) no-repeat 50% !important;}
.news_icon .bds_sqq{background: url(../images/qq.png) no-repeat 50% !important;}
.news_icon .bds_weixin{background: url(../images/weixin.png) no-repeat 50% !important;}

.bds_tsina2{background: url(../images/weibo2.png) no-repeat 50% !important;}
.bds_sqq2{background: url(../images/qq2.png) no-repeat 50% !important;}
.bds_weixin2{background: url(../images/weixin2.png) no-repeat 50% !important;}


.bottom{ background: #edeef0;}
.bottom .bottom_nei{ max-width: 1200px; margin: 0 auto; padding: 30px 0px;}
.bottom .bottom_nei .bottom_nei_left{ width: 80%;}
.bottom .bottom_nei .bottom_nei_left .nei_left_xun{ width: 14%; margin-right: 30px;}
.bottom .bottom_nei .bottom_nei_left .nei_left_xun:nth-child(6){ margin-right: 0px;}
.bottom .bottom_nei .bottom_nei_left .nei_left_xun dd a{ font-size: 22px; color: #004fa6; margin-bottom: 20px; display: inline-block;}
.bottom .bottom_nei .bottom_nei_left .nei_left_xun dt{}
.bottom .bottom_nei .bottom_nei_left .nei_left_xun dt a{ display: inline-block; width: 100%; font-size: 16px; color: #333333; margin-bottom: 13px}
.bottom .bottom_nei .bottom_nei_left .nei_left_xun dt a:last-child{ margin-bottom: 0px;}
.bottom .bottom_nei .bottom_nei_right{ width: 20%;}
.bottom .bottom_nei .bottom_nei_right .nei_right_wen{ margin-top: 20px;}
.bottom .bottom_nei .bottom_nei_right .nei_right_wen .right_wen_xun{ margin-bottom: 10px;}
.bottom .bottom_nei .bottom_nei_right .nei_right_wen .right_wen_xun dt{ font-size: 16px; color: #333333; margin-left: 10px;}
.bottom .bq{ max-width: 1200px; margin: 0 auto; border-top: 1px solid #e5e5e5; color: #6d6d6d; font-size: 13px; text-align: center; line-height: 55px;}
.bottom .bq a{color: #6d6d6d; font-size: 13px;}


.more{ cursor: pointer; margin-top: 10px}
.more .sq{ display: none;}






.pro_left{ width:96%; margin:0px auto; position:relative; display:none; margin-top: 20px;}
.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%; 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:last-child a{ border-bottom: 0px;}
.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;}


.shutdown{
	position: absolute;
    right: 20px;
    font-size: 20px;
    color: #999;
    top: 15px;
	cursor:pointer;
}



.about{ padding-top:20px; padding-bottom:45px; overflow:hidden;}
.about .about_nei{ max-width: 1200px; margin: 0 auto; position:relative}
.about .about_nei .about_nei_left{ width: 280px; min-height:1px;}
/*.about .about_nei .about_nei_left .nei_left_nei.product_danhang_on{position: fixed;top: 0px; z-index:1; width:280px; background:#fff;}
.about .about_nei .about_nei_left .nei_left_nei.product_danhang_off{position: absolute;z-index:1; width:280px; bottom:0; top:auto}*/


.about .about_nei .about_nei_left .nei_left_title{ background: #004fa6; padding: 15px 0px 15px 48px; height: 80px; margin-bottom: 1px; display:inline-block; width:100%}
.about .about_nei .about_nei_left .nei_left_title dd{ color: #fff; font-size: 22px; color: #fff;}
.about .about_nei .about_nei_left .nei_left_title dt{ font-size: 14px; color: #fff; text-transform: uppercase; margin-top: 5px;}
.about .about_nei .about_nei_left .nei_left_wen a{ display: inline-block; line-height: 60px; width: 100%; padding: 0px 48px; background: #eeeeee; margin-bottom: 1px; color: #666666; font-size: 22px; position: relative;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap; margin-bottom: -2px;}
.about .about_nei .about_nei_left .nei_left_wen a:before{ content: ""; position: absolute;; display: inline-block; width: 11px; height: 20px; background: url(../images/bn16.png) no-repeat 50%; right:0px; top: 32%; opacity: 0;
           transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease; }
.about .about_nei .about_nei_left .nei_left_wen a:hover{ color: #fff; background: #b0cbe6;}
.about .about_nei .about_nei_left .nei_left_wen a:hover:before{ opacity: 1;
           transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease; }
.about .about_nei .about_nei_left .nei_left_wen a.on:before{ opacity: 1;}
.about .about_nei .about_nei_left .nei_left_wen a.on{ color: #fff; background: #b0cbe6;}
.about .about_nei .about_nei_left .nei_left_bottom a{ width: 100%; padding: 15px 23px; margin-top: 30px;}
.about .about_nei .about_nei_left .nei_left_bottom a .nei_xun_nei .xun_nei_img{ width: 77px; height: 77px;}
.about .about_nei .about_nei_left .nei_left_bottom a .nei_xun_nei .xun_nei_img img{ height: 77px;}
.about .about_nei .about_nei_left .nei_left_bottom a:nth-child(2){ background: #f8f8f8;}
.about .about_nei .about_nei_right{ width: 73.3%; margin-left: 40px;}
.about .about_nei .about_nei_right .nei_right_title{ border-bottom: 1px solid #e5e5e5; line-height: 42px; margin-bottom: 30px;}
.about .about_nei .about_nei_right .nei_right_title .right_title_left{ font-size: 20px; color: #333333; position: relative;}
.about .about_nei .about_nei_right .nei_right_title .right_title_left:before{ position: absolute; left: 0; bottom: -1px; content: ""; width: 62px; height: 1px; background: #014ea6;}
.about .about_nei .about_nei_right .nei_right_title .right_title_right,.about .about_nei .about_nei_right .nei_right_title .right_title_right a{ color: #666666; font-size: 13px;}
.about .about_nei .about_nei_right .nei_right_title .right_title_right span{ margin: 0px 5px;}
.about .about_nei .about_nei_right .nei_right_title .right_title_right a:hover{ color: #014ea6;}
.about .about_nei .about_nei_right .nei_right_title .right_title_right a.on{ color: #014ea6;}
.about .about_nei .about_nei_right .nei_right_title .right_title_right span i{ color: #014ea6; font-size: 16px; margin-right: 5px;}
.about .about_nei .about_nei_right .nei_right_wen .right_wen_top .wen_top_left{ width: 56%;}
.about .about_nei .about_nei_right .nei_right_wen .right_wen_top .wen_top_left .top_left_title dd{ font-size: 24px; color: #014ea6; font-weight: bolder; position: relative; margin-bottom: 35px;}
.about .about_nei .about_nei_right .nei_right_wen .right_wen_top .wen_top_left .top_left_title dd:before{ position: absolute; left: 0; bottom: -20px; content: ""; height: 2px; width: 60px; background: #014ea6;}
.about .about_nei .about_nei_right .nei_right_wen .right_wen_top .wen_top_left .top_left_title dt{ color: #014ea6; font-size: 18px;}
.about .about_nei .about_nei_right .nei_right_wen .right_wen_top .wen_top_right{ width: 40%;}
.about .about_nei .about_nei_right .nei_right_wen .right_wen_top .wen_top_right img{ max-width: 100%;}
.about .about_nei .about_nei_right .nei_right_wen .right_wen_top .wen_top_left .top_left_tetxt{ margin-top: 30px;}
.about .about_nei .about_nei_right .nei_right_wen .right_wen_top .wen_top_left .top_left_tetxt p{ font-size: 16px; color: #666666; line-height: 26px; text-indent: 2rem; margin-bottom: 10px; position: relative;}
.about .about_nei .about_nei_right .nei_right_wen .right_wen_top .wen_top_left .top_left_tetxt p:last-child{ margin-bottom: 0px;}
.about .about_nei .about_nei_right .nei_right_wen .right_wen_top .wen_top_left .top_left_tetxt p:first-child:before{ content: ""; display: inline-block; width: 25px; height: 22px; background: url(../images/bn17.png) no-repeat 50%; position: absolute; left: 0; top: -8px;}
.about .about_nei .about_nei_right .nei_right_wen .right_wen_bottom .wen_bottom_xun{ margin-top: 30px;}
.about .about_nei .about_nei_right .nei_right_wen .right_wen_bottom .wen_bottom_xun .bottom_xun_title{ font-size: 22px; color: #014ea6; margin-bottom: 10px;}
.about .about_nei .about_nei_right .nei_right_wen .right_wen_bottom .wen_bottom_xun .bottom_xun_wen{padding: 15px; position: relative; overflow: hidden;}
.about .about_nei .about_nei_right .nei_right_wen .right_wen_bottom .wen_bottom_xun .bottom_xun_wen .xun_wen_top p{ color: #666666; font-size: 16px; line-height: 25px; margin-bottom: 5px; position: relative; padding-left: 20px;}
.about .about_nei .about_nei_right .nei_right_wen .right_wen_bottom .wen_bottom_xun .bottom_xun_wen .xun_wen_top p:before{ content: ""; display: inline-block; width: 7px; height: 7px; background: url(../images/bn18.png) no-repeat 50%; position: absolute; left: 0; top: 8px;}
.about .about_nei .about_nei_right .nei_right_wen .right_wen_bottom .wen_bottom_xun .bottom_xun_wen .xun_wen_top p span{ font-weight: bolder;}
.about .about_nei .about_nei_right .nei_right_wen .right_wen_bottom .wen_bottom_xun .bottom_xun_wen .xun_wen_top p:last-child{ margin-bottom: 0px;}
.about .about_nei .about_nei_right .nei_right_wen .right_wen_bottom .wen_bottom_xun .bottom_xun_wen .xun_wen_top{ position: relative; z-index: 8;}
.about .about_nei .about_nei_right .nei_right_wen .right_wen_bottom .wen_bottom_xun .bottom_xun_wen .xun_wen_img{ position: absolute; right: 0%;
    top: 50%;
    transform: translateX(-0%) translateY(-50%); opacity: 0.2; z-index: 5; text-align:right;}
.about .about_nei .about_nei_right .nei_right_wen .right_wen_text{ margin-top: 30px;}
.about .about_nei .about_nei_right .nei_right_wen .right_wen_text p{ font-size: 16px; color: #666666; text-indent: 2em; line-height: 26px;}
.about .about_nei .about_nei_right .nei_right_wen .right_wen_text p span{ font-weight: bolder; position: relative;}
.about .about_nei .about_nei_right .nei_right_wen .right_wen_text p:last-child span:before{ content: ""; position: absolute; right: -35px; bottom: -10px; display: inline-block; width: 25px; height: 22px; background: url(../images/bn19.png) no-repeat;}

.about .about_nei .about_nei_right .nei_right_wen .right_wen_bottom .wen_bottom_xun:nth-child(3) img{ width:50%}




.news_nei .news_nei_wen{ margin-bottom: 20px;}
.news_nei .news_nei_wen .nei_wen_xun{ display: inline-block; width: 100%; margin-bottom: 25px; background: #f9fbfd;}
.news_nei .news_nei_wen .nei_wen_xun .wen_xun_img{ width: 34%; height: 198px; overflow: hidden;}
.news_nei .news_nei_wen .nei_wen_xun .wen_xun_img img{ width: 100%; height: 198px; object-fit: cover;}
.news_nei .news_nei_wen .nei_wen_xun .wen_xun_text{ width: 66%; padding: 27px 30px;}
.news_nei .news_nei_wen .nei_wen_xun .wen_xun_text dd{ font-size: 16px; color: #333333; margin-bottom: 15px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.news_nei .news_nei_wen .nei_wen_xun .wen_xun_text p{ font-size: 14px; color: #666666; line-height: 26px; margin-bottom: 15px; height: 78px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.news_nei .news_nei_wen .nei_wen_xun .wen_xun_text dt{ font-size: 14px; color: #3876b4; background: url(../images/bn21.png) no-repeat 0% 50%; line-height: 15px; padding-left: 25px;}
.news_nei .news_nei_wen .nei_wen_xun:hover .wen_xun_text dd{ color: #3876b4;}
.news_nei .news_nei_wen .nei_wen_xun:hover{ background: #fff;}


.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; margin: 0px;}
.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;}







.newsdetails_nei .newsdetails_nei_title{ border-bottom: 1px solid #e5e5e5; padding-bottom: 10px;}
.newsdetails_nei .newsdetails_nei_title .nei_title_top{ font-size: 18px; color: #333333; margin-bottom: 15px;}
.newsdetails_nei .newsdetails_nei_title .nei_title_fx{ font-size: 14px; color: #666666; line-height: 28px;}
.newsdetails_nei .newsdetails_nei_title .nei_title_fx dd{ background: url(../images/bn21.png) no-repeat 0% 50%; padding-left: 27px;}
.newsdetails_nei .newsdetails_nei_title .nei_title_fx dt{ margin-left: 55px;}
.newsdetails_nei .newsdetails_nei_wen{ padding: 20px 0px;}
.newsdetails_nei .newsdetails_nei_wen p{ font-size: 14px; color: #666666; line-height: 26px; margin-bottom: 10px;}
.newsdetails_nei .newsdetails_nei_wen div{ padding: 20px 0px;}




.contact .contact_wen{ margin-top: 40px;}
.contact .contact_wen .contact_wen_left .wen_left_xun{ margin-bottom: 10px;}
.contact .contact_wen .contact_wen_left .wen_left_xun dd{ width: 25px; text-align: center; margin-right: 12px;}
.contact .contact_wen .contact_wen_left .wen_left_xun dt{ font-size: 14px; color: #666666;}
.contact .contact_wen .contact_wen_left .wen_left_nei{ margin-top: 30px;}
.contact .contact_wen .contact_wen_left .wen_left_nei dl{ margin-bottom: 15px;}
.contact .contact_wen .contact_wen_left .wen_left_nei dl dd{ font-size: 16px; color: #333333; margin-bottom: 5px;}
.contact .contact_wen .contact_wen_left .wen_left_nei dl dt{ font-size: 14px; color: #666666; line-height: 26px;}
.contact .contact_wen .contact_wen_right .wen_right_xun{ line-height: 40px; border: 1px solid #e5e5e5 ; margin-bottom: 20px;}
.contact .contact_wen .contact_wen_right .wen_right_xun dd{ font-size: 15px;  color: #666666; padding-left: 20px;}
.contact .contact_wen .contact_wen_right .wen_right_top{ width: 48%}
.contact .contact_wen .contact_wen_right .wen_right_xun dt{ width: 55%;}
.contact .contact_wen .contact_wen_right .wen_right_xun dt input{ width: 100%;}
.contact .contact_wen .contact_wen_right .wen_right_xun .textarea{ width: 77%;}
.contact .contact_wen .contact_wen_right .wen_right_xun .textarea textarea{ height: 120px; width: 100%; margin-top: 13px;}
.contact .contact_wen .contact_wen_right .wen_right_tj input{ width: 150px; line-height: 40px; color: #fff; text-align: center; background: #014ea6; cursor: pointer; font-size: 15px;}






.jcfw a{ display: inline-block; width: 100%; height: 66px; background: url(../images/bg22.jpg) no-repeat; margin-top: 20px; padding: 12px 48px;}
.jcfw a dd{ font-size: 18px; color: #fff; margin-bottom: 5px;}
.jcfw a dt{ font-size: 12px; color: #e1e1e1; text-transform: uppercase;}




.jcgz p{ font-size: 14px; color: #666666; line-height: 27px;}
.jcgz p span{ font-weight: bolder; color: #333333; font-size: 18px;}
.jcgz .jcgz_nei{ padding: 30px 0px; border-bottom: 1px solid #e5e5e5; margin-bottom: 25px;}
.jcgz .jcgz_nei dd{ width: 31%; height: 152px; overflow: hidden;}
.jcgz .jcgz_nei dd img{ width: 100%; height: 152px; object-fit: cover;}
.jcgz .jcgz_nei dt{ width: 65%;}
.jcgz .jcgz_xun{ margin-top: 25px;}
.jcgz .jcgz_xun dd{ font-size: 16px; color: #333333; margin-bottom: 10px;}







.jmzc .jmzc_title{ background: #f8f8f8; padding: 20px;}
.jmzc .jmzc_title .jmzc_title_top{ line-height: 24px; margin-bottom: 20px;}
.jmzc .jmzc_title .jmzc_title_top dd{ font-size: 18px; color: #333333;}
.jmzc .jmzc_title .jmzc_title_top dt{ color: #666666; font-size: 12px; background: url(../images/bn26.png) no-repeat 0% 53%; padding-left: 11px;}
.jmzc .jmzc_title .jmzc_title_wen .title_wen_xun{ line-height: 30px; margin-right: 4%; width: 18.5%;}
.jmzc .jmzc_title .jmzc_title_wen .title_wen_xun dd{ font-size: 18px; color: #333333; width: 35%;}
.jmzc .jmzc_title .jmzc_title_wen .title_wen_xun dt{ width: 65%;}
.jmzc .jmzc_title .jmzc_title_wen .title_wen_xun dt input{ background: #eeeeee; line-height: 30px; padding-left: 20px; width: 100%;}
.jmzc .jmzc_title .jmzc_title_wen .title_wen_tj{ width: 10%; line-height: 30px;}
.jmzc .jmzc_title .jmzc_title_wen .title_wen_tj input{ width: 100%; line-height: 30px; color: #fff; font-size: 16px; background: #014ea6; cursor: pointer;}
.jmzc .jmzc_wen{ margin-bottom: 35px;}
.jmzc .jmzc_wen .jmzc_wen_xun{ display: inline-block; width: 31%; margin-right: 3.5%; margin-top: 3.5%;}
.jmzc .jmzc_wen .jmzc_wen_xun:nth-child(3n){ margin-right: 0px;}
.jmzc .jmzc_wen .jmzc_wen_xun dd{ height: 200px; overflow: hidden;}
.jmzc .jmzc_wen .jmzc_wen_xun dd img{ height: 200px; width: 100%; object-fit: cover;}
.jmzc .jmzc_wen .jmzc_wen_xun dt{ font-size: 15px; color: #333333; text-align: center; line-height: 35px; background: #dadada;transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease; }
.jmzc .jmzc_wen .jmzc_wen_xun:hover dt{ color: #fff; background: #014ea6;transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease; }







.ppsearch{ margin-bottom: 35px;}
.ppsearch .ppsearch_tab{ width: 100%; ba.ppsearch .ppsearch_tabckground: #fff;}
.ppsearch .ppsearch_tab tr td{ background: #f5f5f5; text-align: center; font-size: 16px; color: #333333; line-height: 40px;}
.ppsearch .ppsearch_tab tr td a{  font-size: 16px; color: #333333; line-height: 40px;text-transform:uppercase;}
.ppsearch .ppsearch_tab tr:first-child td{ background: #014ea6; color: #fff;}
.ppsearch_details .ppsearch_tab tr:first-child td{ line-height: 30px; font-size: 14px;}
.ppsearch_details .ppsearch_tab tr:nth-child(2) td{ line-height: 30px; font-size: 13px; color: #666666; background: #dee8f4;}
.ppsearch_details .ppsearch_tab tr td{ line-height: 30px; font-size: 14px;} 
.ppsearch_details .ppsearch_tab tr td a{}




.ppsx .ppsx_title .ppsx_title_xun{ margin-bottom: 40px; display: inline-block;}
.ppsx .ppsx_title .ppsx_title_xun .title_xun_img{  overflow: hidden; width: 35%; position: relative; z-index: 2;}
.ppsx .ppsx_title .ppsx_title_xun .title_xun_img img{ width: 100%;  object-fit: cover;}
.ppsx .ppsx_title .ppsx_title_xun .title_xun_text{ background: #fafafa; padding: 20px 30px; position: relative; z-index: 1; width: 80%;}
.ppsx .ppsx_title .ppsx_title_xun .title_xun_text dd{ color: #333333; font-size: 18px; position: relative;padding-bottom: 9px; margin-bottom: 9px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.ppsx .ppsx_wen .ppsx_wen_title a{font-size: 20px;color: #333333; font-weight:bolder;}


.ppsx .ppsx_title .ppsx_title_xun .title_xun_text dt{ color: #666666; font-size: 16px; line-height: 26px;}
.ppsx .ppsx_title .ppsx_title_xun .title_xun_text dd:before{ content: ""; display: inline-block; width: 40px; height: 1px; background: #3876b4; position: absolute; bottom: 0; }
.ppsx .ppsx_wen .ppsx_wen_title{ font-size: 16px; color: #333333; border-bottom: 1px solid #e5e5e5; padding-bottom: 19px;}
.ppsx .ppsx_wen .ppsx_wen_nei .wen_nei_xun{ display: inline-block; width: 23%; border: 1px solid #f0f0f0; margin-right: 2.6%; margin-top: 2.6%; text-align: center;}
.ppsx .ppsx_wen .ppsx_wen_nei .wen_nei_xun:nth-child(4n){ margin-right: 0px;}




.ybsq{ padding: 0px 30px;}
.ybsq .ybsq_top .ybsq_top_title{ line-height: 20px; border-left: 2px solid #3876b4; font-size: 14px; color: #666666; padding-left: 15px; margin-bottom: 20px;}
.ybsq .ybsq_top .ybsq_top_wen .top_wen_left{ width: 46%;}
.ybsq .ybsq_top .ybsq_top_wen .top_wen_left .wen_left_xun{ border: 1px solid #e5e5e5; line-height: 30px; padding: 0px 20px; margin-bottom: 18px;}
.ybsq .ybsq_top .ybsq_top_wen .top_wen_left .wen_left_xun dd{ font-size: 14px;color: #666666; width: 21%;}
.ybsq .ybsq_top .ybsq_top_wen .top_wen_left .wen_left_xun .textarea{ width: 79%;}
.ybsq .ybsq_top .ybsq_top_wen .top_wen_left .wen_left_xun .textarea textarea{ width: 100%; height: 120px; padding-top: 8px;}
.ybsq .ybsq_bottom{ margin-top: 35px;}
.ybsq .ybsq_bottom .bottom_wen_xun{ width: 22%;border: 1px solid #e5e5e5; text-align: center; padding-top: 13px; cursor: pointer; margin-right: 4%; margin-bottom: 4%;}
.ybsq .ybsq_bottom .bottom_wen_xun:nth-child(4n){ margin-right: 0px;}
.ybsq .ybsq_tj{ text-align: center; max-width: 200px; margin: 0 auto; padding-top: 15px;}
.ybsq .ybsq_tj input{ width: 100%; line-height: 36px; color: #fff; font-size: 14px; background: #3876b4; cursor: pointer;}

.checkbox_kaohe .button{ cursor: pointer; width: 100%}
.checkbox_kaohe .button span{ display: inline-block; width: 24px; height: 24px;background:url(../images/bg30.jpg) 50% no-repeat; margin-top: 11px; margin-bottom: 5px;}
.checkbox_kaohe input[type=checkbox]:checked ~ .button span{background:url(../images/bg31.jpg) 50% no-repeat;}
.checkbox_kaohe input[type=checkbox]{display: none;}
.checkbox_kaohe .button dt{ color: #666666; font-size: 14px; margin-top: 11px;}
.checkbox_kaohe .button dd{ max-width: 107px; height: 150px; overflow: hidden; margin: 0 auto;}
.checkbox_kaohe .button dd img{ width: 100%; height: 150px; object-fit: cover;border:solid 1px #cccccc;}






.khhz .khhz_title dl dt{ font-size: 15px; color: #333333; line-height: 26px; margin-bottom: 5px; position: relative; padding-left: 18px;}
.khhz .khhz_title dl dt:before{ content: "";display: inline-block; width: 7px; height: 7px; background: url(../images/bn18.png) no-repeat 50%; top: 9px; position: absolute; left: 0px;}
.khhz .khhz_title dl:last-child dt{ margin-bottom: 0px;}
.khhz .ybsq{ padding: 0px 0px 0px 18px; margin-top: 25px;}
.khhz .ybsq .ybsq_top .ybsq_top_wen .top_wen_left{ width: 60%;}
.khhz .ybsq .ybsq_tj{ margin: inherit;}
.khhz .khhz_bottom{ margin-top: 40px;} 




.zxly .ybsq_top .ybsq_top_wen .top_wen_left{ width: 65%;}
.zxly .ybsq_top .ybsq_top_title{ border: 0px;}
.zxly .ybsq_top .ybsq_top_title dd{ margin-bottom: 10px;}
.zxly .ybsq_top .ybsq_top_title dd span{ font-weight: bolder;}
.zxly .ybsq_top .ybsq_top_title dt span{ font-weight: bolder; color: #014ea6; font-size: 18px; padding: 0px 5px;}
.zxly .ybsq_tj{ max-width: 380px; margin: inherit; margin-left: 127px;}
.zxly .ybsq_tj .button{ background: #e5e5e5; font-size: 14px; color: #666666; margin-left: 70px;}
.zxly .ybsq_top .ybsq_top_wen .top_wen_left .wen_left_xun{ border: 0px !important;}
.zxly .ybsq_top .ybsq_top_wen .top_wen_left .wen_left_xun dt{border: 1px solid #e5e5e5; width: 80%;}
.zxly .ybsq_top .ybsq_top_wen .top_wen_left .wen_left_xun dt input{ padding-left: 20px; width: 100%;}
.zxly .ybsq_top .ybsq_top_wen .top_wen_left .wen_left_xun .textarea textarea{ padding-left: 20px; }












.product_details .product_details_title .details_title_left{ width: 43%; margin-right: 45px; height: 198px; overflow: hidden;}
.product_details .product_details_title .details_title_left img{ width: 100%; height: 198px; object-fit: cover;}
.product_details .product_details_title .details_title_right dd{ font-size: 18px;  color: #333333; line-height: 37px; border-bottom: 1px solid #dee8f4; margin-bottom: 10px;}
.product_details .product_details_title .details_title_right dt p{ font-size: 15px;  color: #666666; margin-bottom: 9px;}
.product_details .product_details_title .details_title_right dt p:last-child{ margin-bottom: 0px;}
.product_details .product_details_title .details_title_right a{ margin-top: 10px; display: inline-block;}
.product_details .product_details_title .details_title_right a .chuizhi{border: 1px solid #e5e5e5; color: #3876b4; line-height: 26px; padding: 0px 20px; margin-right: 12px;}
.product_details .product_details_title .details_title_right a .chuizhi div:last-child{ margin-left: 10px;}
.product_details .product_details_wen{ margin-top: 50px;} 
.product_details .product_details_wen .details_wen_xun{ margin-bottom: 30px;}
.product_details .product_details_wen .details_wen_xun .wen_xun_title{ font-size: 17px; color: #3876b4; border-bottom: 1px solid #e5e5e5; padding-bottom: 10px; margin-bottom: 10px;}
.product_details .product_details_wen .details_wen_xun .wen_xun_text{ color: #666666; font-size: 14px; line-height: 26px;}
.product_details .product_details_wen .details_wen_xun .wen_xun_text span{ color: #333; font-weight: bolder;}
.product_details .product_details_wen .details_wen_xun .wen_xun_img{ margin-bottom: 20px;}
.product_details .product_details_wen .details_wen_xun .wen_xun_img .xun_img_xun{ width: 18%; position: relative; margin-right: 2.5%;}
.product_details .product_details_wen .details_wen_xun .wen_xun_img .xun_img_xun:nth-child(5){ margin-right: 0px;}
.product_details .product_details_wen .details_wen_xun .wen_xun_img .xun_img_xun dd{ height: 89px; overflow: hidden;}
.product_details .product_details_wen .details_wen_xun .wen_xun_img .xun_img_xun dd img{ width: 100%; height: 89px; object-fit: cover;}
.product_details .product_details_wen .details_wen_xun .wen_xun_img .xun_img_xun dt{ position: absolute;left: 50%; color: #fff; font-size: 15px;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);}
.product_details .product_details_wen .details_wen_xun .wen_xun_img .xun_img_xun .img_xun_bg{ background: rgba(56,118,180,0.6); position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;}




.product_details .product_details_wen .details_wen_xun .wen_xun_text .ppsearch_tab tr td{ background: #dee8f4; color: #666666;}
.product_details .product_details_wen .details_wen_xun .wen_xun_text .ppsearch_tab tr:first-child td{ background: #3876b4; color: #fff;}






.download .download_wen{ margin-bottom: 30px;}
.download .download_wen .download_wen_xun{ display: inline-block; width: 22%; border: 1px solid #e5e5e5; margin-right: 4%; padding: 28px 28px 0px 28px; position: relative; margin-bottom: 4%;}
.download .download_wen .download_wen_xun:nth-child(4n){ margin-right: 0px;}
.download .download_wen .download_wen_xun dd{  width: 110px; height: 150px; overflow: hidden; margin: 0 auto;}
.download .download_wen .download_wen_xun dd img{  width: 100%; height: 150px; object-fit: cover;border:solid 1px #cccccc;}
.download .download_wen .download_wen_xun dt{ font-size: 14px; color: #666666; text-align: center; margin-top: 10px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.download .download_wen .download_wen_xun .wen_xun_hover{ background: #dcdcdc; text-align: center; height: 25px; position: relative; bottom: -12px;transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease}
.download .download_wen .download_wen_xun:hover .wen_xun_hover{ background: #3876b4;transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease}








.dl .dl_bg{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 8;}
.dl .dl_nei{ width: 800px; height: 300px; background: #fff; top: 50%; left: 50%; position: fixed; z-index: 9; transform: translateX(-50%) translateY(-50%);}
.dl .dl_nei .dl_nei_left{ width: 265px; background: url(../images/bg39.jpg) no-repeat 100% 100%; height: 100%;}
.dl .dl_nei .dl_nei_left .nei_left_nei{ height: 180px; background: #3876b4; width: 100%; margin: 23% auto; padding: 20px;}
.dl .dl_nei .dl_nei_left .nei_left_nei dd{ font-size: 16px; color: #fff; position: relative; padding-bottom: 20px; margin-bottom: 20px;}
.dl .dl_nei .dl_nei_left .nei_left_nei dd a{ font-size: 16px; color: #fff; font-weight: bolder;}
.dl .dl_nei .dl_nei_left .nei_left_nei dd:before{ width: 40px; height: 1px; background: #fff; position: absolute; bottom: 0; content: "";}
.dl .dl_nei .dl_nei_left .nei_left_nei dt p{ font-size: 16px; color: #fff; line-height: 28px;}
.dl .dl_nei .dl_nei_right{ background: url(../images/bg40.jpg) no-repeat 100% 100%; width: 535px; height: 100%; padding-left: 40px; padding-top: 85px;}
.dl .dl_nei .dl_nei_right .nei_right_xun{ line-height: 26px; margin-bottom: 13px; width: 66%;}
.dl .dl_nei .dl_nei_right .nei_right_xun dd{ font-size: 14px; color: #666666; margin-right: 30px; width: 13%;}
.dl .dl_nei .dl_nei_right .nei_right_xun dt{ width: 254px;}
.dl .dl_nei .dl_nei_right .nei_right_xun dt input{ width: 100%; line-height: 26px; border: 1px solid #e5e5e5; padding-left: 20px;}
.dl .dl_nei .dl_nei_right .nei_right_tj dt input{ border: 0px !important; padding: 0px; text-align: center; background: #3876b4; color: #fff;  font-size: 14px; cursor: pointer;}
.dl .dl_nei .dl_nei_right .nei_right_tj a{ color: #666; font-size: 14px;}
.dl .dl_nei .dl_nei_right .nei_right_xun:hover dt input{ border: 1px solid #3876b4;}

.dl{ display: none;}
.zc .dl_nei{ height: 460px;}
.zc .dl_nei .dl_nei_left .nei_left_nei{ margin: 53% auto;}
.zc .dl_nei .dl_nei_right .nei_right_xun{ width: 71%} 
.zc .dl_nei .dl_nei_right .nei_right_xun dd{ width: 19%} 
.zc .dl_nei .dl_nei_right{ padding-top: 40px;}
.zc .dl_nei .dl_nei_right .nei_right_tj{ text-align: center;}
.zc .dl_nei .dl_nei_right .nei_right_tj dt{ font-size: 14px; color: #666;}
.zc .dl_nei .dl_nei_right .nei_right_tj dt a{ color: #3876b4; font-size: 14px; margin-left: 10px;}

.checkbox_kaohe2 .button{ width: 50%; cursor: pointer; margin: 10px auto; line-height: 20px;}
.checkbox_kaohe2 .button span{ display: inline-block; width: 50%; height: 20px;background:url(../images/bg41.jpg) 0% 50% no-repeat; padding-left: 23px; font-size: 14px; color: #666666;line-height: 20px;}
.checkbox_kaohe2 .button a{ color: #ff0006; font-size: 14px; border-bottom: 1px solid #ff0006;}
.checkbox_kaohe2 input[type=checkbox]:checked ~ .button span{background:url(../images/bg42.jpg) 0% 50% no-repeat;}
.checkbox_kaohe2 input[type=checkbox]{display: none;}






.yyly_wen .yyly_wen_right .wen_right_xun:first-child{display: none;position:relative;}
.yyly_wen .yyly_wen_right .wen_right_xun:first-child p{ position:absolute;left: 50%;
    transform: translateX(-50%) translateY(-50%);font-size:13px; color:#004fa6; font-weight:bolder; line-height:24px;
    top: 42%; z-index:2; width:80%;}
.yyly_wen .yyly_wen_right .wen_right_xun:first-child .zz_bg{ position:absolute; top:0px; left:0px; width:100%; height:83%; background:rgba(255,255,255,0.5)}




/*分页*/
.pages{text-align: center;padding: 2% 0 3.5%;}
.pages a{display: inline-block;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;height: 30px;border: 1px solid #DDDDDD;color: #999999; line-height: 30px;padding: 0 10px;min-width: 30px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;margin: 3px 2px}
.pages a i{font-style: normal;}
.pages .on *{color: #b23838;border: none;}
.pages a.disabled{cursor: not-allowed;color: #ccc;}










.jmzc_text .jmzc_xun{ position: relative;}
.jmzc_text .jmzc_xun .jmzc_xun_title{ display: inline-block; line-height: 60px; width: 100%; padding: 0px 48px; background: #eeeeee; margin-bottom: 1px; color: #666666; font-size: 22px; position: relative;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap; margin-bottom: -2px;}
.jmzc_text .jmzc_xun:hover .jmzc_xun_title{ color: #fff; background: #b0cbe6;}
.jmzc_text .jmzc_xun .jmzc_xun_xiala{ position: absolute; right: -200px; top: 0; width: 200px; display: none; z-index: 50; background: #fff;}
.jmzc_text .jmzc_xun .jmzc_xun_xiala a{ display: inline-block; line-height: 40px; width: 100%; padding: 0px 48px; background: #eeeeee; margin-bottom: 1px; color: #666666; font-size: 16px; position: relative;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap; margin-bottom: -2px;}
.jmzc_text .jmzc_xun .jmzc_xun_title:before{ content: ""; position: absolute;; display: inline-block; width: 11px; height: 20px; background: url(../images/bn16.png) no-repeat 50%; right:0px; top: 32%; opacity: 0;
           transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease; }
.jmzc_text .jmzc_xun .jmzc_xun_xiala a:hover{ color: #fff; background: #b0cbe6;}
.jmzc_text .jmzc_xun:hover .jmzc_xun_xiala{ display: block;}
.jmzc_text .jmzc_xun:hover .jmzc_xun_title:before{ opacity: 1;
           transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease; }
.jmzc_text .jmzc_xun.on .jmzc_xun_title:before{ opacity: 1;}
.jmzc_text .jmzc_xun .jmzc_xun_xiala a.on{ color: #fff; background: #b0cbe6;}
.jmzc_text .jmzc_xun.on .jmzc_xun_title{ color: #fff; background: #b0cbe6;}


















.xf{ position: fixed; width: 72px; padding: 0px 10px; background: #0663a4; right: 0; top: 30%; border-radius: 5px; z-index:800}
.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; border-bottom: 0px solid rgba(255,255,255,0.2);}
.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: 14px; 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;}










@media screen and (max-width:1200px){
.bottom,.pc_top,.ding,.nynav,.bq,.pc_nav,.yqlj,.about .about_nei .about_nei_left,.about .about_nei .about_nei_right .nei_right_title .right_title_right,.xf{ 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; height:auto}
.slick-next,.slick-prev{ display: none !important;}
.mo_height{ height: 50px;}

.about .about_nei .about_nei_right img{ max-width: 100%;}

.ybsq .ybsq_top .ybsq_top_wen .top_wen_left .wen_left_xun dd{ width: 30%;}

.details_bk .details_bk_nei .bk_nei_xun{ width: 50%}
.about .about_nei .about_nei_right,.about .about_nei .about_nei_right .nei_right_wen .right_wen_top .wen_top_left,.about .about_nei .about_nei_right .nei_right_wen .right_wen_top .wen_top_right{ width: 100%; margin: 0px;}
.about .about_nei .about_nei_right .nei_right_wen .right_wen_top .wen_top_right{ margin-top: 20px;}


.jmzc .jmzc_title .jmzc_title_wen .title_wen_xun{ width: 49%; margin-right: 2%; margin-bottom: 2%;}
.jmzc .jmzc_title .jmzc_title_wen .title_wen_xun:nth-child(2n){ margin-right: 0px;}
.jmzc .jmzc_title .jmzc_title_wen .title_wen_tj{ width: 100%; margin: 0 auto; margin-top: 20px;}
.zxly .ybsq_tj{ margin-left: 0px;}
.ybsq{ padding: 0px;}
.yyly_wen .yyly_wen_left{ display:none;}
.yyly_wen .yyly_wen_right .wen_right_xun:first-child{ display:block}
.yyly_wen .yyly_wen_right{ width:100%}

}

@media screen and (max-width:780px){
	 
.product .product_nei .product_nei_title,.details_bk .details_bk_nei .bk_nei_xun .xun_nei_left dt{ font-size: 16px;}
.product .product_nei,.about,.about .about_nei .about_nei_right .nei_right_wen .right_wen_bottom .wen_bottom_xun .bottom_xun_wen{ padding: 20px 0px;}
.details_bk .details_bk_nei .bk_nei_xun,.yyly_wen .yyly_wen_left,.yyly_wen .yyly_wen_right,.jcgz .jcgz_nei dd,.jcgz .jcgz_nei dt{ width: 100%;}
.yyly_wen .yyly_wen_right .wen_right_xun{ width: 50%;}
.details_bk .details_bk_nei .bk_nei_xun{ padding: 20px;}
.about .about_nei .about_nei_right .nei_right_title .right_title_left{ font-size: 16px;}

.news_nei .news_nei_wen .nei_wen_xun .wen_xun_img,.news_nei .news_nei_wen .nei_wen_xun .wen_xun_img img{ height: 120px;}
.news_nei .news_nei_wen .nei_wen_xun .wen_xun_img,.news_nei .news_nei_wen .nei_wen_xun .wen_xun_text{ width: 100%;}
.news_nei .news_nei_wen .nei_wen_xun .wen_xun_text{ padding: 15px 0px;}
.contact .contact_wen .contact_wen_right .wen_right_xun{ width: 100% !important;}
.jmzc .jmzc_wen .jmzc_wen_xun dd,.jmzc .jmzc_wen .jmzc_wen_xun dd img{ height: 150px;}
.jmzc .jmzc_wen .jmzc_wen_xun,.ppsx .ppsx_wen .ppsx_wen_nei .wen_nei_xun,.ybsq .ybsq_bottom .bottom_wen_xun,.product_details .product_details_wen .details_wen_xun .wen_xun_img .xun_img_xun,.download .download_wen .download_wen_xun{ margin-right: 2%; width: 49%; margin-top: 2%;}
.jmzc .jmzc_wen .jmzc_wen_xun:nth-child(2n),.ppsx .ppsx_wen .ppsx_wen_nei .wen_nei_xun:nth-child(2n),.ybsq .ybsq_bottom .bottom_wen_xun:nth-child(2n),.product_details .product_details_wen .details_wen_xun .wen_xun_img .xun_img_xun:nth-child(2n),.download .download_wen .download_wen_xun:nth-child(2n){ margin-right: 0%;}
.jmzc .jmzc_wen .jmzc_wen_xun:nth-child(3){ margin-right: 2%;}
.jmzc .jmzc_wen .jmzc_wen_xun:nth-child(9){ margin-right: 2%;}
.ppsearch{ overflow: auto;}
.ppsearch .ppsearch_tab{min-width: 500px;}
.ppsearch_details .ppsearch_tab{ width: 800px}
.ppsearch .ppsearch_tab tr td{ font-size: 12px;}

.ppsx .ppsx_title .ppsx_title_xun .title_xun_img{ width: 40%}
.ppsx .ppsx_title .ppsx_title_xun .title_xun_text{ width: 60%;}
.ybsq .ybsq_top .ybsq_top_wen .top_wen_left{ width: 100% !important;}
.zxly .ybsq_top .ybsq_top_wen .top_wen_left .wen_left_xun .textarea{ width: 70%;}
.product_details .product_details_title{ display: block;}
.product_details .product_details_title .details_title_left,.product_details .product_details_title .details_title_right{ width: 100%; margin: 0px;}
.product_details .product_details_title .details_title_right{ margin-top: 20px;}
.dl .dl_nei .dl_nei_left{ display: none;}
.dl .dl_nei .dl_nei_right,.dl .dl_nei,.dl .dl_nei .dl_nei_right .nei_right_xun{ width: 100%; padding: 0px;}
}
@media screen and (max-width:745px){
.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption{ width:100% !important}


.owl-theme .owl-controls{ display: none !important;}

}
@media screen and (max-width:667px){

}
@media screen and (max-width:375px){
.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption{ padding: 40px 20px !important;}	
.jmzc .jmzc_title .jmzc_title_wen .title_wen_xun{ width: 100%; margin-right: 0%;}
}

@media screen and (max-width:320px){

}