/*-----  Global  ----*/
*{margin:0px;padding:0px; border-width:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{font-size:14px; font-family:"Microsoft YaHei";}
a,a:visited{text-decoration:none;color:#555;}
a:hover,a:active{text-decoration:none;color:#555;}
ul li{list-style:none;}
.clear{clear:both;height:0px;width:0px;overflow:hidden;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
*html .clearfix {zoom:1;}

::-webkit-input-placeholder
{color:#666;}
:-moz-placeholder
{color:#666;}
::-moz-placeholder
{color:#666;}
:-ms-input-placeholder
{color:#666;}
.container{width:1500px;margin:0 auto;}
.e_container{
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    margin-left: auto;
    margin-right: auto;}
.positionimg img{display:block;width:100%;height:100%;position:absolute;left:0;top:0;object-fit:cover;}
.positionimg img.img_way{object-fit:contain;}
.scale_img:hover img{
    -webkit-transform:scale(1.05);
       -moz-transform:scale(1.05);
         -o-transform:scale(1.05);
            transform:scale(1.05);
}
.pb_btn{display:block;position:relative;z-index:1;}
.pb_btn:before{content:'';position:absolute;left:0;top:0;width:0;height:100%;z-index:-1;}
.pb_btn:hover:before{width:100%;}
.font_inline{font-size:0;-webkit-text-size-adjust:none;}
.de3,.de3:before{
    -webkit-transition:all 0.3s ease-in-out;
       -moz-transition:all 0.3s ease-in-out;
         -o-transition:all 0.3s ease-in-out;
            transition:all 0.3s ease-in-out;}
.de5,.de5:before{
    -webkit-transition:all 0.5s ease-in-out;
       -moz-transition:all 0.5s ease-in-out;
         -o-transition:all 0.5s ease-in-out;
            transition:all 0.5s ease-in-out;}
.de7,.de7:before{
    -webkit-transition:all 0.7s ease-in-out;
       -moz-transition:all 0.7s ease-in-out;
         -o-transition:all 0.7s ease-in-out;
            transition:all 0.7s ease-in-out;}
.tlx{-webkit-transform:translateX(-50%);
       -moz-transform:translateX(-50%);
         -o-transform:translateX(-50%);
            transform:translateX(-50%);}
.tly{-webkit-transform:translateY(-50%);
       -moz-transform:translateY(-50%);
         -o-transform:translateY(-50%);
            transform:translateY(-50%);}
.tl{-webkit-transform:translate(-50%,-50%);
       -moz-transform:translate(-50%,-50%);
         -o-transform:translate(-50%,-50%);
            transform:translate(-50%,-50%);}
/*图片特效*/
.white{position: relative;overflow: hidden;}
.white:after{content: '';cursor: pointer;position: absolute;left: -100%;top: 0;width: 100%;height: 100%;background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));transform: skewx(-25deg);}
.white:hover:after{left: 100%;-moz-transition: 1s;-o-transition: 1s;-webkit-transition: 1s;transition: 1s;}            
/*head*/
.head{background:#083985;height:38px;line-height:38px;color:#FFF;font-size:16px;}
.head p{float:left; font-size: 13px;}
.head .h_right{float:right;}
.head .h_right a{color:#FFF;}
.head .h_right .h_span{height:34px;line-height:34px;color:#ffffff;font-size:14px;display:inline-block;margin-left:36px;position:relative;}
.head .h_right .h_span.h_icon{background:url(../image/h_icon.png) no-repeat left center;padding-left:28px;margin-left:0;}
.head .h_right .h_span:before{content:'';width:1px;height:15px;background:#fff6e9;position:absolute;left:-18px;top:50%;margin-top:-7px;}
.head .h_right .h_span:after{content:'';width:1px;height:15px;background:#ffd28d;position:absolute;right:-18px;top:50%;margin-top:-7px;}
.head .h_right .h_span:first-child:before{content:none;}
.head .h_right .h_span:last-child:after{content:none;}
/*top*/
.topbg{height:100px; width: 100%;background: rgba(0,0,0,.4);    position: fixed; left: 0;top: 0;z-index: 99; transition: all .5s ease;}
.top{width:100%;z-index:999;position:relative;}
.top .logo{ position: relative;float:left;margin:15px 0 ;display:block;overflow:hidden;color:#fff; }
.top .logo img{ max-width: 100%; max-height: 70px; }
@-webkit-keyframes searchLights{0%{left: -100px;top: 0;}to{left: 120px;top: 100px;}}
@-o-keyframes searchLights{0%{left: -100px;top: 0;}to{left: 120px;top: 100px;}}
@-moz-keyframes searchLights{0%{left: -100px;top: 0;}to{left: 120px;top: 100px;}}
@keyframes searchLights{0%{left: -100px;top: 0;}to{left: 120px;top: 100px;}}


.top .t_right{float:right;position:relative;}
/*nav*/
.pcnav{float:left;}
.pcnav .f_nav{width:100%;}
.pcnav .f_nav .f_li{float:left;position:relative;}
.pcnav .f_nav .f_li .f_n{position:relative;overflow:hidden;}
.pcnav .f_nav .f_li .f_n:before{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);display:block;width:0;height:3px;opacity:0;background:#6b96d9;}
.pcnav .f_nav .f_li .f_n a{display:inline-block;height:100px;line-height:115px;width:100%;color:#fff;font-size:17px;text-align:center;padding:0 28px;position:relative;}
.pcnav .f_nav .f_li .f_n a:after{content:attr(data-title);position:absolute;width:100%;height:100%;left:0;top:0;transform:translateY(-100%);color:#6b96d9;font-weight:bold;}
.pcnav .s_nav{position:absolute;left:0;min-width:100%; width: 100%; background:#FFF;display:none;z-index:10;}
.pcnav .s_nav a{display:block;height:46px;line-height:46px;color:#76838F; padding: 0 10px; border-bottom:1px solid #CCC;white-space:nowrap;font-size:14px;box-sizing:border-box;text-align:center;}
.pcnav .s_nav a:hover{background:#DDD;}
.pcnav .f_nav .f_li:hover .f_n:before,.pcnav .f_nav .f_li.on .f_n:before{width:100%;opacity:1;}
.pcnav .f_nav .f_li:hover .f_n a,.pcnav .f_nav .f_li.on .f_n a{transform:translateY(100%);}
.pcnav .f_nav .f_li:hover .s_nav{height:auto;opacity:1;background:#F2F2F2;}
.top .t_right .t_r{float:right;position:relative;margin-top:39px;}
.top .t_right .t_r .a_span{width:38px;height:35px;background-repeat:no-repeat;background-position:center center;display:block;float:left;cursor:pointer;background-color:#083985;margin-left:15px;border-radius:50%;}
.top .t_right .t_r .a_span:first-child{margin-left:0;}
.top .t_right .t_r .a_span.icon1{background-image:url(../image/top_icon1.png);}
.top .t_right .t_r .a_span.icon2{background-image:url(../image/top_icon2.png);}
.top .t_right .t_r .a_phone{position:absolute;right:30px;top:50px;background:#083985;color:#FFF;height:40px;line-height:40px;padding:0 18px;opacity:0;border-radius:5px;z-index:-1;white-space:nowrap;}
.top .t_right .t_r .ts_c{background:#FFF;padding:6px 10px;position:absolute;width:320px;right:40px;top:50px;box-shadow:0px 3px 13px 0px rgba(0,0,0,.2);border:1px solid #dedede;border-radius:2px;display:none;-webkit-animation: avia_pop 0.3s 1 cubic-bezier(0.175,0.885,0.320,1.275);
    animation: avia_pop 0.3s 1 cubic-bezier(0.175,0.885,0.320,1.275);}

.top .t_right .t_r .ts_c input{width:calc(100% - 42px);float:left;background:#F8F8F8;height:42px;line-height:42px;outline:none;padding:0 6px;}
.top .t_right .t_r .ts_c input::-webkit-input-placeholder{color:#666;}
.top .t_right .t_r .ts_c input:-moz-placeholder{color:#666;}
.top .t_right .t_r .ts_c input::-moz-placeholder{color:#666;}
.top .t_right .t_r .ts_c input:-ms-input-placeholder{color:#666;}
.top .t_right .t_r .ts_c .ts_btn{width:42px;height:42px;background:url(../image/top_icon1.png) no-repeat center center #083985;float:right;cursor:pointer;}
.top .t_right .t_r .ts_c .ts_p{margin-top:8px;font-size:0;-webkit-text-size-adjust:none;}
.top .t_right .t_r .ts_c .ts_p .ts_span{font-size:12px;height:24px;line-height:24px;display:inline-block;margin-right:6px;}
.top .t_right .t_r .a_span.icon2:hover+.a_phone{right:0;opacity:1;z-index:1;}
@-webkit-keyframes avia_pop{0%{-webkit-transform:scale(0.8)} 100%{-webkit-transform:scale(1)}}@keyframes avia_pop{0%{transform:scale(0.8)} 100%{transform:scale(1)}}
.topfix{position:fixed;left:0;top:0;}
/*mobilehead*/
#mobileheadbg{height:70px;display:none;}
#mobilehead{height:70px;width:100%;}
#mobilehead .logo{width:calc(100% - 120px);height:70px;display:block;float:left;background:url(../image/logo.jpg) no-repeat 10px center;background-size:auto 46px;}
.top .nav{float:right;display:none;}
.top .nav_bg{display:none;position:fixed;top:70px;left:0;z-index:989;width:100%;height:calc(100% - 70px);background:rgba(0, 0, 0, 0.6);animation:fade-in .43s ease 0s;-webkit-animation:fade-in .43s ease 0s;}
.top .nav .nav_box{display:none;position:absolute;top:70px;left:0;z-index:991;width:100%;overflow:auto;border-top:1px solid #eee;background:#fff;box-sizing:border-box;}
.top .nav .nav_one>li{border-bottom:1px solid #eee;padding:0 10px;}
.top .nav .nav_one>li>span{height:42px;line-height:42px;font-size:15px;}
.top .nav .nav_one>li>span>a{display:block;position:relative;width:calc(100% - 150px);height:52px;box-sizing:border-box;font-size:17px;color:#666;line-height:52px;float:left;text-transform: uppercase;}
.top .nav .nav_one>li>span>i{float:right;display:block;width:150px;height:42px;}
.top .nav .nav_one>li>span>i>em{float:right;width:42px;height:42px;background:url(../image/ea6b27229739.png) no-repeat center center;-webkit-transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;display:block;}
.top .nav .nav_one>li>span>i>em.on{-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.top .nav .nav_one>li .mob_tit{font-size:16px;height:40px;line-height:40px;}
.top .nav .nav_one>li>ul{display:none;padding:5px 0 10px;}
.top .nav .nav_one>li>ul>li{height:36px;line-height:36px;text-indent:20px;}
.top .nav .nav_one>li>ul>li.li1{font-size:16px;height:40px;line-height:40px;font-weight:bold;margin-top:15px;}
.top .nav .nav_one>li>ul>li.li2{margin-top:0;}
.top .nav .nav_one>li>ul>li>a{font-size:15px;color:#666;width:100%;height:100%;display:block;}
.top .nav .nav_one>li>ul>li.li1>a{font-size:16px;height:40px;line-height:40px;font-weight:bold;color:#000;}
.top .nav .push-nav{display:block;position:relative;z-index:998;width:54px;height:50px;font-size:0;margin-top:10px;border-radius:5px;}
.top .nav .push-nav .nav-toggle{display:block;position:absolute;left:50%;top:50%;border:0;border-radius:4px;cursor:pointer;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);}
.top .nav .push-nav.on .nav-toggle{margin-left:-4px;}
.top .nav .push-nav .nav-toggle span{display:block;position:relative;z-index:1;width:37px;height:2px;margin:0 0 10px auto;background:#fff;border-radius:3px;-webkit-transform-origin:35px;transform-origin:35px;-webkit-transition:all .5s;transition:all .5s;}
.top .nav .push-nav .nav-toggle span:last-child{margin-bottom:0;}
.top .nav .push-nav.on .nav-toggle span{ opacity:1;}
.top .nav .push-nav.on .nav-toggle span:nth-child(3){-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.top .nav .push-nav.on .nav-toggle span:nth-child(2){-webkit-transform:scale(0);transform:scale(0);}
.top .nav .push-nav.on .nav-toggle span:nth-child(1){-webkit-transform:rotate(-45deg);transform: rotate(-45deg);}
.top .nav .nav_contact{position:relative;border-top:1px solid #eee;color:#666;}
.top .nav .nav_contact .nav_txt{width:100%;}
.top .nav .nav_contact .nav_txt span{height:42px;line-height:42px;display:block;float:left;position:relative;text-indent:15px;margin-left:10px;font-size:15px;}
.top .nav .nav_contact .nav_txt span a{color:#666;}
.top .nav .nav_contact .nav_txt span.sitemapicon{background:url(../image/mobilesitemap.png) no-repeat left center;background-size:auto 15px;}
.top .nav .nav_contact .nav_txt span.topphoneicon{background:url(../image/mobilephone.png) no-repeat left center;background-size:auto 15px;}
.top .nav .nav_contact .nav_txt span.topemailicon{background:url(../image/mobileemail.png) no-repeat left center;background-size:auto 15px;text-indent:25px;}

.pcnav .f_nav .f_li:hover .mega-menu{ display: block}

.mega-menu{ width: 1050px;left:-250px; display:none; max-height:380px;
    position: absolute;
    top:100px;
    transition: opacity .3s ease 0s;
    transition: all .03s;
    transition-delay: .3s;
 background: #fff; z-index: 888888}
.mega-menu ul{ width: 103%; padding: 3% }
.mega-menu ul li{ width: 22%; margin-right: 3%; float: left; margin-bottom: 3%}
.mega-menu ul li .menu1{ width: 100%; height: 50px;line-height: 50px;}
.mega-menu ul li .menu1 img{ height: 50px; float: left; margin-right: 15px;}
.mega-menu ul li .menu1 h2{color: #004a57; font-size: 17px; font-weight: 600; display: inline-block;float: left; }
.mega-menu ul li .menu2 img{ width: 100%; height: 100px;object-fit:cover; margin: 15px 0;}
.mega-menu ul li dl{ width: 100%; display: block}
.mega-menu ul li dl dd{ width:100%; line-height: 30px; color: #004a57; font-size: 16px;}

.mega-menu ul li:hover .menu1 h2,.mega-menu ul li:hover dl dd{ color: #083985}




/*flash*/
.index_banner{width:100%;position:relative;overflow:hidden;z-index:9;top:0;left:0}

.page-banner-slide{width:100%; height: 750px; overflow: hidden; position:relative;overflow:hidden;z-index:9;top:0;left:0}

.banner_wz{  padding: 18px 35px;background:rgba(4, 18, 50, 0.65) none repeat scroll !important;background:#041232; filter:Alpha(opacity=65); position: absolute;z-index:99999;top:30%;left:5% ;border-radius:10px;}
.banner_wz h3{ font-size:30px; color: #fff;font-weight: normal;line-height: 180%;text-align: center;font-family: "楷体"}
.banner_wz h4{ font-size: 30px; color: #fff; font-weight: normal;line-height: 180%;font-family: "楷体"}

.page-banner-slide video{width: 100%; height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;

    z-index:1111;}


/*pb_title*/
.pb_title{text-align:center;position:relative;padding-top:51px;}
.pb_title i{display:block;position:absolute;left:0;top:0;width:100%;text-align:center;font-size:57px;height:1em;line-height:1em;color:rgba(3,0,0,.1);font-family:Impact;font-style:normal;text-transform:uppercase;}
.pb_title .h_t{font-size:48px;color:#030000;height:58px;line-height:58px;position:relative;font-weight:bold;display:inline-block; top: -30px; letter-spacing: 2px;}

/*hot*/
.about{ margin: 60px 0; overflow: hidden; display: block;}
.w1200{ width: 1200px; margin: 0 auto}
.zi_bt{ width:100%; text-align: center; overflow: hidden; display: block; margin-bottom: 30px; }
.zi_bt h1{ font-size: 42px; line-height: 1.5; position: relative; padding-bottom: 20px; letter-spacing: 3px}
.zi_bt h1 b{ color: #004f97}
.zi_bt h1:after {
    content: "";
    display: inline-block;
   width: 30px; height:3px; background:#004f97;position: absolute;
    left: 49.5%; bottom: 0;
    vertical-align: middle;}

.about p{line-height: 32px;text-indent: 2em;
    color: rgba(106,106,106,1);
    text-align: justify; font-size: 16px;}

.about p a{ color: #004f97}


.shuzi{ width:100%;  padding:60px 0;overflow: hidden; display: block;}
.counter{ width:25%;
	text-align: center;
	position: relative; float:left; border-right: 1px solid #dedede;
}
.counter:last-child{ border-right:none}

.counter .counter-content{
	width:100%; text-align: center;

	z-index: 1;
	position: relative;
	transition: all 0.3s ease 0s;color:#333; font-size:18px; font-weight:700
}

.counter .counter-content img{  height: 80px;}
.counter .counter-value{
	font-size: 50px;color:#333;
	font-weight: 700;
}
.counter .title{
	display: inline-block; font-weight: normal; margin-top:10px;

	font-size: 16px; color:#333;
 
	text-transform: capitalize;

}

 .counter .counter-content:hover .animation8 {
    -webkit-animation: flip 1s .2s ease both;
    -moz-animation: flip 1s .2s ease both;
   }
    
   @-webkit-keyframes flip {
    0% {
     -webkit-transform: perspective(400px) rotateY(0);
     -webkit-animation-timing-function: ease-out
    }
    40% {
     -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
     -webkit-animation-timing-function: ease-out
    }
    50% {
     -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
     -webkit-animation-timing-function: ease-in
    }
    80% {
     -webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
     -webkit-animation-timing-function: ease-in
    }
    100% {
     -webkit-transform: perspective(400px) scale(1);
     -webkit-animation-timing-function: ease-in
    }
   }
    
   @-moz-keyframes flip {
    0% {
     -moz-transform: perspective(400px) rotateY(0);
     -moz-animation-timing-function: ease-out
    }
    40% {
     -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
     -moz-animation-timing-function: ease-out
    }
    50% {
     -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
     -moz-animation-timing-function: ease-in
    }
    80% {
     -moz-transform: perspective(400px) rotateY(360deg) scale(.95);
     -moz-animation-timing-function: ease-in
    }
    100% {
     -moz-transform: perspective(400px) scale(1);
     -moz-animation-timing-function: ease-in
    }
   }


.more{ width: 100%; text-align: center; }
.more a{display:inline-block;
    position: relative;
    overflow: hidden;
    text-align: center;
 width: 221px;
font-size: 16px;
    line-height: 63px;
    height: 63px;
    color: rgba(255,255,255,1);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image:url("../image/lm.jpg");
}
.more a span{ padding-right: 30px;}





/*#c_category_346-16594126000810 .e_loop-7 .p_loopitem:nth-child(2){width:20%;position:absolute;top:98%;left:10%;-webkit-animation:xb1 6.2s linear infinite}#c_category_346-16594126000810 .e_loop-7 .p_loopitem:nth-child(3){width:14.9915%;position:absolute;top:20%;left:58.489%;animation:xb1 7.2s linear infinite;-webkit-animation:xb1 7.2s linear infinite}#c_category_346-16594126000810 .e_loop-7 .p_loopitem:nth-child(3) .e_text-13{bottom:10%}

#c_category_346-16594126000810 .e_loop-7 .p_loopitem:nth-child(4){width:12%;position:absolute;top:-20%;left:74%;animation:xb1 5.8s linear infinite;-webkit-animation:xb1 5.8s linear infinite}


#c_category_346-16594126000810 .e_loop-7 .p_loopitem:nth-child(5){width:18%;position:absolute;top:70%;left:76%;animation:xb1 6.6s linear infinite;-webkit-animation:xb1 6.6s linear infinite}#c_category_346-16594126000810 .e_loop-7 .p_loopitem:nth-child(6){/*width: 13%;
	position: absolute;
	top: -28%;
	left: 17.3333%;animation:xb1 6s linear infinite;-webkit-animation:xb1 6s linear infinite}
#c_category_346-16594126000810{min-height:300px;display-radio:1;padding-top:4%;padding-bottom:7%;margin-left:0px;background-fill-value:background-image;background-image:url("../image/bjt.jpg")}#c_category_346-16594126000810 .e_loop-7 .p_list{display:flex;flex-wrap:wrap;position:relative;max-width:100%}#c_category_346-16594126000810 .e_loop-7 .p_loopitem{flex:0 0 33.3%;position:relative}#c_category_346-16594126000810 .e_loop-7 .p_page{text-align:center}#c_category_346-16594126000810 .e_loop-7 .p_filter_wrapper{width:100%;font-size:13px}#c_category_346-16594126000810 .e_loop-7 .p_kv_wrapper{display:flex;flex-wrap:nowrap;line-height:40px;margin:15px 0}#c_category_346-16594126000810 .e_loop-7 .p_filter_key{width:70px;overflow:hidden;margin-right:10px;font-weight:bold;color:#333333;font-size:12px}#c_category_346-16594126000810 .e_loop-7 .p_v_item{display:inline-block;padding:0 3px;cursor:pointer;font-size:13px;color:#555555;margin-right:30px}#c_category_346-16594126000810 .e_loop-7 .p_active .p_fbutton{color:#fff;background-color:cornflowerblue}#c_category_346-16594126000810 .e_loop-7 .p_result_item{position:relative;padding:3px 20px 3px 10px;border:1px solid #ddd;border-radius:3px;margin-right:10px}#c_category_346-16594126000810 .e_loop-7 .p_filter_close{position:absolute;right:0;top:0;padding:3px;font-style:normal;font-size:16px;margin-top:-5px;cursor:pointer}#c_category_346-16594126000810 .e_loop-7 .multSelect{font-size:13px;position:relative}#c_category_346-16594126000810 .e_loop-7 .multSelect .inputWrap{width:100%;min-width:100px;min-height:24px;border:1px solid #DCDFE6;border-radius:3px;position:relative;cursor:pointer;background:white}#c_category_346-16594126000810 .e_loop-7 .multSelect.is-invalid .inputWrap{border-color:#dc3545}#c_category_346-16594126000810 .e_loop-7 .multSelect ul{padding:0 5px;margin:0;padding-right:35px}#c_category_346-16594126000810 .e_loop-7 .multSelect ul,li{list-style:none}#c_category_346-16594126000810 .e_loop-7 .multSelect li{display:inline-block;background:#edf0f3;color:#92969c;padding:0px 5px;margin:1px 5px 1px 0;border-radius:5px;line-height:16px}#c_category_346-16594126000810 .e_loop-7 .multSelect .multSelect-option{width:100%;border:1px solid #DCDFE6;border-radius:2px;border-top:0;max-height:200px;overflow-y:scroll;position:absolute;height:0;opacity:0;z-index:9;background:#fff}#c_category_346-16594126000810 .e_loop-7 .multSelect .multSelect-option>div{line-height:24px;cursor:pointer;padding:0 10px}#c_category_346-16594126000810 .e_loop-7 .multSelect .multSelect-option>div.selected{color:#409eff}#c_category_346-16594126000810 .e_loop-7 .multSelect .multSelect-option>div:hover{color:#409eff;background:#f3f6f9}#c_category_346-16594126000810 .e_loop-7 .multSelect .fa-close{font-style:normal;font-size:12px;padding:0 5px 0 7px}#c_category_346-16594126000810 .e_loop-7 .multSelect .inputWrap>.fa svg{fill:#666;width:12px;height:12px;position:absolute;right:0;top:calc(50% - 3px)}#c_category_346-16594126000810 .e_loop-7 .multSelect .inputWrap>.fa-down svg{transform:rotate(-90deg)}#c_category_346-16594126000810 .e_loop-7 .multSelect .inputWrap>.fa-up svg{transform:rotate(90deg)}#c_category_346-16594126000810 .e_loop-7 .multSelect .placeholder{line-height:40px;padding-left:10px;color:#aaa;position:absolute;left:0;top:0}#c_category_346-16594126000810 .e_loop-7 .p_normal_start{display:inline;width:100px;height:40px}#c_category_346-16594126000810 .e_loop-7 .p_date_start{display:inline;width:105px;height:40px}#c_category_346-16594126000810 .e_loop-7 .p_normal_end{display:inline;width:100px;height:40px;margin-right:5px}#c_category_346-16594126000810 .e_loop-7 .p_date_end{display:inline;width:105px;height:40px;margin-right:5px}#c_category_346-16594126000810 .e_loop-7 .p_split{margin:0 5px}#c_category_346-16594126000810 .e_loop-7 .p_normal{margin-right:16px}#c_category_346-16594126000810 .e_loop-7 .p_fbutton{background-color:#007bff;border:1px solid #409EFF;text-decoration:none;color:white;font-size:14px;text-align:center;padding:10px 25px;position:relative;overflow:hidden}#c_category_346-16594126000810 .e_loop-7 .input-check,#c_category_346-16594126000810 .e_loop-7 .input-radio{margin:0 5px;vertical-align:text-top}#c_category_346-16594126000810 .e_loop-7 .position-left{display:flex}#c_category_346-16594126000810 .e_loop-7 .position-right{display:flex;flex-direction:row-reverse}#c_category_346-16594126000810 .e_loop-7 .position-bottom{display:flex;flex-direction:column-reverse}#c_category_346-16594126000810 .e_loop-7 .p_mbutton{border:1px solid #409EFF;text-decoration:none;color:#409EFF;font-size:14px;text-align:center;padding:10px 25px;position:relative;overflow:hidden}#c_category_346-16594126000810 .e_loop-7 .p_mbutton:after{content:"";display:none;width:16px;height:16px;background-color:#409eff;-webkit-transform:skewY(
-45deg);transform:skewY(
360deg);position:absolute;bottom:0px;right:0;z-index:1}#c_category_346-16594126000810 .e_loop-7 .p_mbutton::before{content:"";display:none;width:6px;height:9px;border-right:#ffffff solid 2px;border-bottom:#ffffff solid 2px;-webkit-transform:rotate(
35deg);transform:rotate(
35deg);position:absolute;bottom:5px;right:4px;z-index:2}#c_category_346-16594126000810 .e_loop-7 .p_active .p_mbutton::before{display:block}#c_category_346-16594126000810 .e_loop-7 .p_active .p_mbutton::after{display:block}#c_category_346-16594126000810 .e_loop-7 .p_input_match{width:100px;height:40px;padding:10px;border:1px solid #ced4da;border-radius:3px}#c_category_346-16594126000810 .e_loop-7 .p_filter_result{display:none}#c_category_346-16594126000810 .e_loop-7 .p_contclear{cursor:pointer;display:none}#c_category_346-16594126000810 .e_loop-7 .swiper-container{padding-bottom:30px}#c_category_346-16594126000810 .e_loop-7 .p_imgwrapper{width:80px;height:100px;overflow:hidden}#c_category_346-16594126000810 .e_loop-7 .p_imgtitle{display:flex;justify-content:center;flex-wrap:nowrap;margin:0 auto;line-height:20px}#c_category_346-16594126000810 .e_loop-7 .p_imgwrapper img{width:100%;object-fit:cover}#c_category_346-16594126000810 .e_loop-7 .p_active .p_imgwrapper{border:1px solid #409eff}#c_category_346-16594126000810 .e_loop-7{display-radio:1;max-width:1400px;padding-left:0px;padding-right:0px;margin-left:auto;margin-right:auto;width:96%;margin-bottom:15%;margin-top:5%}#c_category_346-16594126000810 .e_container-11{display:flex;flex-wrap:wrap;flex-direction:row;width:98%;max-width:350px;margin-left:auto;margin-right:auto;margin-bottom:5px;padding-left:0px;padding-right:0px;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;transition-property:all;transition-radio:hover;transition-duration:0.6s;transition-timing-function:cubic-bezier(0.25,0.1,0.25,1);background-color:rgba(3,26,57,1);display-radio:flex;background:rgba(255,255,255,.7);border-radius:50%;box-shadow:0 23px 90px -10px rgb(29 56 75 / 30%)}#c_category_346-16594126000810 .e_container-11:hover .e_image-12{background:url( "../image/tb5.jpg") no-repeat center/cover}#c_category_346-16594126000810 .e_container-11 > .p_item{flex:1;max-width:100%;max-height:100%}#c_category_346-16594126000810 .e_container-11:hover,#c_category_346-16594126000810 .active .e_container-11{background:rgba(51,85,177,1);background-color:rgba(59,192,254,1)}#c_category_346-16594126000810 .e_container-11:hover .e_image-12,#c_category_346-16594126000810 .active .e_container-11 .e_image-12{transform:rotate(0deg) rotateX(0) rotateY(180deg)}#c_category_346-16594126000810 .p_loopitem:nth-child(1) .e_container-11:hover .e_image-12,#c_category_346-16594126000810 .active .p_loopitem:nth-child(1) .e_container-11 .e_image-12{transform:rotate(0deg) rotateX(0) rotateY(0deg)}#c_category_346-16594126000810 .e_image-12{width:100%;height:100%;position:relative;background:rgba(255,255,255,.7);border-radius:50%;box-shadow:0 23px 90px -10px rgb(29 56 75 / 30%)}#c_category_346-16594126000810 .e_image-12 img{position:relative;top:0;left:0;width:100%;height:100%}#c_category_346-16594126000810 .e_container-11 > .p_item:hover  .e_image-12   img{filter:brightness(0) invert(100%)}#c_category_346-16594126000810 .e_container-11 > .p_item:hover .e_text-13{color:#fff}#c_category_346-16594126000810 .e_text-13{line-height:30px;font-size:18px;left:10%;width:80%;text-align:center;position:absolute;bottom:20%}
#c_category_346-16594126000810 .e_loop-7 .p_loopitem:nth-child(1)  .e_text-13{font-size:14px}#c_category_346-16594126000810 .e_text-13:hover a,#c_category_346-16594126000810 .active .e_text-13 a{color:rgba(255,255,255,1);font-weight:normal}
#c_category_346-16594126000810 .e_loop-7 .p_loopitem:nth-child(1) .e_text-13 a{color:#fff;top:55%;bottom:auto;padding:0px}
#c_category_346-16594126000810 .e_loop-7 .p_loopitem:nth-child(1) .e_text-13{font-size:14px;bottom:20%;line-height:20px}
#c_category_346-16594126000810 .e_loop-7 .p_loopitem:nth-child(1):hover .e_image-12 img{filter:brightness(1) invert(0%)}
#c_category_346-16594126000810 .e_loop-7 .p_loopitem:nth-child(1){position:absolute;top:30%;width:340px;left:calc((100% - 460px) / 2);animation:xb1 6s linear infinite;-webkit-animation:xb1 6s linear infinite}#c_category_346-16594126000810 .e_text-14{line-height:normal;font_radio:2;display-radio:1;font-size:42px;text-align:center;font-weight:bold}

@media screen and (max-width:768px){
    
    #c_category_346-16594126000810 .e_container-11{margin-bottom:30px;display:flex;flex-wrap:wrap;flex-direction:row;width:98%;max-width:160px;margin-left:auto;margin-right:auto}
    #c_category_346-16594126000810 .e_image-12{margin-top:0px !important;margin-bottom:10px !important;border-radius:10px;padding:10px 0 0}#c_category_346-16594126000810 .e_image-12 img{width:100px !important;height:100px !important;object-fit:contain;margin:0 auto;display:block}
    #c_category_346-16594126000810 .e_loop-7 .p_loopitem:nth-child(1){display:none}
    
    #c_category_346-16594126000810{display-radio:1;padding-top:45px;padding-bottom:10px;background-fill-value:background-image;background-image:url( "../image/bjt2.jpg")}
    #c_category_346-16594126000810 .e_loop-7 .p_loopitem{position:relative !important;flex:0 0 48%;left:0px !important;margin:5px;top:0 !important;animation:unset !important}
    
    #c_category_346-16594126000810 .e_text-13{bottom:15%;font-size:14px;line-height:1.3}
    #c_category_346-16594126000810 .e_loop-7 .p_loopitem:nth-child(1){display:none}
    
    #c_portalResProduct_category-16345422796317854 .p_list{max-height:unset;overflow:visible}#c_portalResProduct_category-16345422796317854 .p_list{position:relative;padding:0px 20px;display:flex;flex-wrap:wrap;justify-content:space-evenly}
    #c_category_346-16594126000810 .e_loop-7 .p_loopitem .e_container-11{border-radius:10px}
    #c_category_346-16594126000810 .e_loop-7 .p_loopitem:nth-child(2),#c_category_346-16594126000810 .e_loop-7 .p_loopitem:nth-child(5),#c_category_346-16594126000810 .e_loop-7 .p_loopitem:nth-child(8){margin-left:0px}
    
    #c_category_346-16594126000810 .e_loop-7 .p_loopitem:nth-child(4),#c_category_346-16594126000810 .e_loop-7 .p_loopitem:nth-child(7),#c_category_346-16594126000810 .e_loop-7 .p_loopitem:nth-child(10){margin-right:0px}
    
    #c_category_346-16594126000810 .e_loop-7 .p_loopitem .infl_con .txt{font-size:12px;bottom:10%}#c_category_346-16594126000810 .e_text-14{font_radio:2;display-radio:1;font-size:30px;color:#333333;line-height:1;font-family:Microsoft YaHei;margin-bottom:0px;padding-bottom:10px;margin-top:0px}}


@media screen and (min-width: 769px){#c_category_346-16594126000810 .e_loop-7 .p_loopitem{flex-grow:0;flex-shrink:0;flex-basis:calc(100% / 7)}}

#c_grid-16590713378910{margin-left:auto;margin-right:auto;width:100%;display-radio:1}#c_grid-16590713378910 .p_gridbox::after{content:'';clear:left;display:block}#c_grid-16590713378910 > div > .p_gridbox{width:100%;overflow:hidden;position:static}#c_grid-16590713378910 > div > .p_gridCell{float:left;position:static}#c_grid-16590713378910 > .p_gridbox.signal{min-height:inherit}#c_grid-16590713378910 > .p_gridbox.signal > .p_gridCell{min-height:inherit !important}

@media screen and (max-width:768px){
    #c_grid-16590713378910 > .p_gridbox > .p_gridCell:nth-child(1n + 1){width:99%;margin-left:0.5%;margin-right:0.5%;margin-top:0.5rem;margin-bottom:0.5rem;clear:left}

    #c_category_346-16594126000810 .e_loop-7 .p_loopitem:nth-child(4){ display: none}
    #c_category_346-16594126000810 .e_text-13 {
    bottom: 30%;
    font-size: 14px;
    line-height: 1.3}
    
    #c_category_346-16594126000810 .e_loop-7 .p_loopitem:nth-child(3) .e_text-13{ bottom: 30%;}
    
}*/

.cp_bj{ width: 100%; background: url("../image/bjt.jpg") center no-repeat; padding: 60px 0 100px; display: block;overflow: hidden}
.cp_lm{ width: 100%; overflow: hidden; margin-top: 40px;}
.cp_lm ul{ width: 102%; }
.cp_lm ul li{ width: 18%;float: left; margin-right: 2%; margin-bottom: 2%; background: #fff;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius: 8px;-o-border-radius: 8px;  text-align: center; padding:60px 0;transition: all .4s;-webkit-transition: all .4s;box-shadow:0 13px 40px -20px rgb(29 56 75 / 30%);
}
.cp_lm ul li dl img{  height:180px; margin-bottom: 30px;}
.cp_lm ul li  h2{ font-size: 20px; line-height: 42px; }
.cp_lm ul li  h3{ font-size: 16px;text-transform:uppercase;}
.cp_lm ul li.cpt{ background: url("../image/tb5.jpg")  no-repeat; background-size: cover;padding: 57px 0;}
.cp_lm ul li.cpt h4{ color: #fff; font-size: 30px; line-height: 180%;}
.cp_lm ul li.cpt p{ margin: 0 15px; margin-top: 30px; font-size: 20px; color: #fff; line-height: 40px; font-weight: 600; letter-spacing: 3px}

.cp_lm ul li:hover{ background: url("../image/tb5.jpg")  no-repeat; background-size: cover; margin-top: 20px;  -webkit-transition-duration: .8s;transition-duration: .8s;}


.cp_lm ul li:hover h2,.cp_lm ul li:hover  h3{ color: #fff}

.cp_lm ul li::before{border:1px solid #f4f4f4;
-webkit-box-shadow: 0px 0px 5px 5px rgba(243,243,243,1.00);box-shadow: 0px 0px 5px 5px rgba(243,243,243,.5);}






.p_loopitem:hover .s_title a{ color: #fff}




/*product*/
.product{margin-top:62px;position:relative;}
.product .p_ul{width:100%;overflow:hidden;}
.product .p_ul .p_img{width:100%;padding-bottom:75%;position:relative;overflow:hidden;border:1px solid #F4F4F4;}
.product .p_ul p{font-size:18px;line-height:67px;height:67px;color:#393939;padding:0 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:#DFE2E5;font-weight:bold;text-align:center;}
.product .swiper-button-prev,.product .swiper-button-next{width:48px;height:48px;outline:none;margin-top:-24px;background-size:100% 100%;opacity:1;background-image:url(../image/pp_r.png);}
.product .swiper-button-prev{left:-66px;
    transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);}
.product .swiper-button-next{right:-66px;}
.product .p_ul .swiper-slide:hover p{color:#083985;}
.product .swiper-button-prev.swiper-button-disabled,.product .swiper-button-next.swiper-button-disabled{opacity:1;}
.pro_wrap .z_btn{margin-top:52px;text-align:center;}
.pro_wrap .z_btn a{display:inline-block;width:186px;height:51px;line-height:51px;background:#676767;color:#FFF;font-size:16px;font-weight:bold;margin-left:39px;}
.pro_wrap .z_btn a:first-child{margin-left:0;background:#083985;}
/*zizhi*/

.clean20 {
    clear: both;
    height: 20px;
    overflow: hidden;
}
.fn_gy{ width: 100%; overflow: hidden}
.fn_gyt{ width: 100%; position: relative; background:url(../image/bjs4.jpg) no-repeat; background-size:cover; padding:100px 0; display: block; overflow: hidden}
.fn_gyt dl{ width:40%; float:left; }
.fn_gyt dl h2{  width: 80%; font-size:42px; line-height:180%; color:#fff;text-transform:uppercase;word-wrap:break-word; letter-spacing:7px;}
.fn_gyt dl p{ font-size:45px; line-height:65px; margin-top:37px;color:#fff; letter-spacing: 3px}
.fn_gyt dl b{ font-size: 50px;}
.fn_gyt img{ width:55%; height:100%; position:absolute; right:0; top:0; z-index:8;object-fit:cover;}

.fn_gy ul{ width:101%; float:left; overflow:hidden}
.fn_gy ul li{ width:32.33%; margin-right:1%; float:left}
.fn_gy ul li img{ width:100%; height:374px;object-fit:cover;}


/*youshi*/
.hez {background: url("../image/hez1.jpg") center no-repeat; background-size: cover;  display: block; overflow: hidden}
.hez dl{ width: 60%; text-align: center; float: left}
.hez dl img{ max-width: 80%}

.hz_wz{ width:35%; float: right; margin-top: 140px; margin-right: 3% }
.hz_wz h2{ float: right; font-size:48px; line-height: 180%;ont-weight: normal; color: #2f2b32}
.hz_wz h3{  float: right; font-size: 24px; line-height: 37px; margin: 20px 0 60px; font-weight: normal; text-align: right; color: #3f3f43 }
.hz_wz h4{ float: right; font-size: 24px;ont-weight: normal; margin-bottom: 20px;}
.hz_wz p{ width: 100%;float: right; font-size: 18px;text-align: right; color: #083985; line-height: 40px;}
.hz_wz .more{ float: right; margin-top: 30px; text-align: right}


/*news*/
.news{padding:40px 0 48px; background: url(../image/bg3.jpg) no-repeat fixed; -webkit-background-size: cover; background-size: cover;}
.news .n_span{margin-top:30px;text-align:center;}
.news .n_span .span_a{width:162px;height:42px;line-height:42px;display:inline-block;margin-left:11px;color:#333;text-align:center;cursor:pointer;background:#f3f3f3;border-radius:21px;font-size:18px;}
.news .n_span .span_a:first-child{margin-left:0;}
.news .n_span .span_a:hover,.news .n_span .span_a.on{background:#083985;color:#FFF;}
.news .n_ul{margin-top:38px;overflow:hidden;width:100%;}
.news .n_ul a{ background: #f8f8f8;}
.news .n_ul .n_img{width:100%;padding-bottom:47.91%;position:relative;border:1px solid #F8F8F8;}
.news .n_ul .n_img img{object-fit:cover;}
.news .n_ul .n_txt{padding:30px 30px;background:#F8F8F8;}
.news .n_ul .n_txt .n_pp{padding-bottom:13px;}
.news .n_ul .n_txt .n_pp p{font-size:14px;line-height:25px;color:#666;}
.news .n_ul .n_txt .n_pp p:first-child{font-size:15px;height:15px;line-height:15px;color:#333;margin-bottom:19px;}
.news .n_ul .n_txt .n_pp p:nth-child(2){font-size:24px;height:34px;line-height:34px;color:#333;margin-bottom:32px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news .n_ul .n_txt .n_pp p:nth-child(3){overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;height:50px;}
.news .n_ul .n_txt .n_p{padding-top:25px;border-top:1px solid #dfdfdf;}
.news .n_ul .n_txt .n_p span{font-size:14px;height:14px;line-height:14px;background:url(../image/index_newsjiantou.png) no-repeat right center;color:#333;display:block;}
/*friendlink*/
.friendlink{background:#e7e7e7;padding:19px 0;}
.friendlink .fl_title{width:90px;font-size:30px;height:1em;line-height:1em;font-family:Arial;color:#1b95d4;float:left;}
.friendlink .fl_a{font-size:0;-webkit-text-size-adjust:none;width:calc(100% - 90px);float:right;}
.friendlink .fl_a a{color:#999;white-space:nowrap;display:inline-block;font-size:14px;position:relative;height:30px;line-height:30px;margin-right:25px;}
/*foot*/
.foot{background:#06275a;padding:68px 0 63px;}
.foot .f_tit{font-size:20px;height:30px;line-height:30px;color:#FFF;text-align:center;}
.foot .f_left{width:410px;float:left;}
.foot .f_left i{display:block;height:60px;background:url(../image/foot_logo.png) no-repeat left center;background-size:auto 100%;}
.foot .f_left p{font-size:14px;line-height:37px;color:#fff;padding-left:33px;}
.foot .f_left p:nth-of-type(1){margin-top:47px;}
.foot .f_left p.icon1{background:url(../image/foot_icon1.png) no-repeat left center;}
.foot .f_left p.icon2{background:url(../image/foot_icon2.png) no-repeat left 10px;}
.foot .f_left p.icon3{background:url(../image/foot_icon3.png) no-repeat left center;}
.foot .f_left p.icon4{background:url(../image/foot_icon4.png) no-repeat left center;}


.foot .f_center{width:calc(100% - 645px);float:left;margin-top:29px;}
.foot .f_center .fc_li{margin-left:126px;max-width:130px;float:left;}
.foot .f_center .fc_a{margin-top:25px;}
.foot .f_center .fc_a a{display:block;font-size:14px;height:36px;line-height:36px;color:#fff;text-align:center;}
.foot .f_center .fc_a a:hover{color:#FFF;text-decoration:underline!important;}
.foot .f_right{width:235px;float:right;margin-top:24px;}
.foot .f_right .fr_ewm{width:154px;}
.foot .f_right .fr_ewm img{display:block;width:100%;height:auto;}
.foot .f_right .fr_ewm p{font-size:14px;line-height:24px;height:24px;color:#fff;margin-top:10px;text-align:center;}
.foot .f_right .fr_form{margin-top:43px;}
.foot .f_right .fr_form input{height:50px;line-height:30px;padding:10px;width:calc(100% - 50px);background:#fff;outline:none;color:#FFF;}
.foot .f_right .fr_form .fr_btn{width:50px;height:50px;background:url(../image/top_icon1.png) no-repeat center center #6b96d9;float:right;}
.foot .f_form{margin-top:28px;}
.foot .f_form input{height:60px;line-height:58px;border:1px solid #434750;background:#fff;float:left;outline:none;padding:0 20px;color:#FFF;}
.foot .f_form input.input1{width:12%;}
.foot .f_form input.input2{width:12%;margin-left:1%;}
.foot .f_form input.input3{width:32%;margin-left:1%;}
.foot .f_form input.input4{width:10%;margin-left:1%;}
.foot .f_form img{ height: 60px; margin-left: 5px; vertical-align: middle;}
.foot .f_form .foot_btn{width:14%;float:right;background:#6b96d9;color:#fff;font-size:16px;text-align:center;height:60px;line-height:60px;cursor:pointer;}
/*footbottom*/
.footbottom{padding:23px 0 22px;background:#363636;border-top:1px solid #323232;}
.footbottom span{display:inline-block;margin-right:5px;font-size:14px;height:24x;line-height:24x;color:#b2b2b2;}
.footbottom a{color:#b2b2b2;}
/*stylepbulic*/
#stylesubnav{width:100%;border-bottom:1px solid #E5E5E5;background:#eff0f1;}
#stylesubnav .xq_c{padding:0;position:relative;}
#stylesubnav .xq_crumbs{background:url(../image/position.png) no-repeat left 18px;background-size:auto 12px;line-height:29px;padding:10px 0 10px 20px;color:#999;}
#stylesubnav .xq_crumbs a{color:#999;}

/*px*/
#px_banner{width:100%;padding-bottom:420px;position:relative;z-index:9;}
#px_banner img{width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover;}
#px_banner .crumbs{position:absolute;left:0;bottom:27px;width:100%;text-align:right;}
#px_banner .crumbs .xq_crumbs{background:url(../image/pos_icon.png) no-repeat left 5px;line-height:24px;padding-left:20px;color:#FFF;display:inline-block;}
#px_banner .crumbs .xq_crumbs a{color:#FFF;}

.px_txt{position:absolute;width:100%;height:100%;left:0;top:0;}
.px_txt .container{position:relative;height:100%;}
.px_txt .px_txt_p{position:absolute;top:50%;transform:translateY(-50%);left:0;width:100%;text-align:right;}
.px_txt .px_txt_p p:first-child{font-size:40px;height:40px;line-height:40px;color:#FFF;text-transform:uppercase;font-weight:bold;}
.px_txt .px_txt_p p:last-child{height:58px;line-height:58px;font-size:48px;color:#FFF;margin-top:13px;font-weight:bold;}


/*sub_nav*/
#sub_navbg{width:100%;background:#F4F4F4;}
.sub_nav{}
.sub_nav a{border-right:1px solid #FFF;height:60px;line-height:60px;text-align:center;width:186px;display:block;position:relative;float:left;font-size:15px;}
.sub_nav a:before{content:none;border-left:9px solid transparent;border-right:9px solid transparent;border-top:9px solid #0071bd;position:absolute;left:50%;margin-left:-9px;bottom:-9px;}
.sub_nav a.on{background:#085dad;color:#FFF;}
.sub_nav a.on:before{content:'';}
/*sub_cnav*/
.sub_cnav{margin-top:20px;background:#eee;font-size:0;-webkit-text-size-adjust:none;}
.sub_cnav a{font-size: 15px; border-right:1px solid #FFF;height:49px;line-height:49px;text-align:center;padding:0 30px;position:relative;display:inline-block;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.sub_cnav a.on, .sub_cnav a:hover{background:#083985;color:#FFF;}

/*sub_title*/
.sub_title{text-align:center;position:relative;}
.sub_title .s_t{margin:0;font-size:36px;color:#313131;height:46px;line-height:46px;position:relative;font-weight:bold;}
.sub_title .s_t span{font-weight:bold;color:#0894d1;}
.sub_title i{display:block;width:41px;height:4px;background:#083985;margin:19px auto 0;}
.sub_title p{margin:0;font-size:16px;color:#666;line-height:26px;margin-top:6px;}
.h_space{height:40px;}
/*page*/
.manu{text-align:center;margin-top:30px;}
.manu a{border:1px solid #D9D9D9;padding:9px 15px;text-decoration:none;margin:0 2px;display:inline-block;}
.manu a:hover{border:1px solid #D9D9D9;}
.manu a:active {border:1px solid #D9D9D9;}
.manu .page-num-current {border:1px solid #083985;padding:9px 15px;background:#083985;font-weight:bold;margin:0 2px;color:#FFF;display:inline-block;}
.manu .disabled{border:1px solid #D9D9D9;padding:9px 15px;color:#D9D9D9;margin:0 2px;display:inline-block;}


/*公用右侧*/
.newscow_right{width:23%;float:right;}
.newscow_right .news_product{border:1px solid #dbdbdb;padding:10px;}
.newscow_right .news_product .np_title{font-size:14px;color:#2a2a2a;line-height:12px;padding:10px 0;border-bottom:2px solid #2a2a2a;}
.newscow_right .news_product .np_title span{font-size:22px;line-height:32px;}
.newscow_right .news_product .bd{overflow:hidden;zoom:1;margin-top:30px;}
.newscow_right .news_product .bd ul li{}
.newscow_right .news_product .bd ul li .r_img{width:100%;position:relative;border:1px solid #ccc;}

.newscow_right .news_product .bd ul li .pic{display:table-cell; text-align: center; vertical-align: middle; width:320px; height:198px; overflow: hidden;*display: block; }

.newscow_right .news_product .bd ul li .pic img{max-width:100%;max-height:100%;display: inline-block;vertical-align: middle; width:auto; height:auto}


.newscow_right .news_product .bd ul li .title{height:40px;line-height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;}
.newscow_right .news_product .bd ul li .title a{color:#666}
.newscow_right .news_nlist{ padding-bottom:5px; overflow:hidden}
.newscow_right .news_nlist ul{ padding-top:5px}
.newscow_right .news_nlist ul li{line-height:36px;background:url(../image/zys_42.jpg) no-repeat 2px center; text-indent:0.3cm; margin:0 auto; border-bottom:1px dashed #d5d5d5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
/*公用分页*/
.fanye{list-style:none;border-top:1px dashed #cccccc;border-bottom:1px dashed #c2a9a4;padding-top:10px;padding-bottom:10px;margin-top:20px;}
.fanye ul li{height:30px;line-height:30px;text-align:left;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.fanye ul li a{ color:#333;}

/*视频弹出*/
#tan_box{display:none;position:fixed;left:0px;top:0px;right:0px;bottom:0px;background:rgba(0, 0, 0, 0.8);z-index:1000;}
.tan_box{position:absolute;left:0px;top:0px;right:0px;bottom:0px;padding:50px;display:-webkit-box;display:-moz-box;display:-webkit-flex;
    display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;}
.tan_box .box{position:relative;background:#fff url(http://www.lymsck.com/static/Image/loading.gif) center center no-repeat;padding:10px;box-shadow:0 0 15px #ccc;border-radius:5px 0 5px 5px;}
.tan_box .box video{max-width:1000px;width:100%;height:auto;display:block;overflow:hidden;}
.tan_box .v_close{width:36px;height:36px;text-align:center;position:absolute;right:0px;top:-36px;cursor:pointer;box-shadow:0 0 5px #ccc;border-radius:5px 5px 0 0;background:url(../image/closeicon.png) no-repeat center center #FFF;}

/*电脑浮动*/
.izl-rmenu{position:fixed;right:0;bottom:10%;z-index:999;width:55px;}
.izl-rmenu .iz_btn{width:55px;margin-bottom:1px;cursor:pointer;position:relative;padding:5px 0 5px;background:#083985;display:block;}
.izl-rmenu .iz_btn i{display:block;width:100%;height:33px;background-repeat:no-repeat;background-position:center center;background-size: 20px;}
.izl-rmenu .iz_btn i.icon1{background-image:url(../image/r_qq.png);}
.izl-rmenu .iz_btn i.icon2{background-image:url(../image/r_wx.png);}
.izl-rmenu .iz_btn i.icon3{background-image:url(../image/r_phone.png);}

.izl-rmenu .btn-wx .pic{position:absolute;left:0;top:0px;background:#FFF;padding:10px;width:160px;height:160px;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;opacity:0;}
.izl-rmenu .btn-wx:hover .pic{left:-160px;opacity:1;}
.izl-rmenu .btn-phone{position:relative;}
.izl-rmenu .btn-phone .phone{background-color:#083985;position:absolute;width:160px;left:0;top:0px;line-height:73px;color:#FFF;font-size:18px;text-align:center;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;opacity:0;}
.izl-rmenu .btn-phone:hover .phone{left:-160px;opacity:1;}
.izl-rmenu .iz_btn span{display:block;font-size:12px;height:21px;line-height:21px;color:#FFF;text-align:center;}
.izl-rmenu .btn-top{background:url(../image/r_top.png) 0px 0px no-repeat; background-size: 60px; background-color:#666666;padding:10px 0 10px;height:63px;display:none;}
.izl-rmenu .btn-top:hover{background-color:#444;}

/*手机浮动*/
#floatBottom{width:100%;height:53px;background:#083985;position:fixed;left:0;bottom:0;z-index:999999;display:none;}
#floatBottom a{width:25%;height:53px;line-height:53px;display:block;float:left;position:relative;}
#floatBottom a.kf1{background:url(../image/kf1.png) no-repeat center center;}
#floatBottom a.kf2{background:url(../image/kf2.png) no-repeat center center;}
#floatBottom a.kf3{background:url(../image/kf3.png) no-repeat center center;}
#floatBottom a.kf4{background:url(../image/kf4.png) no-repeat center center;}
#floatBottom .ewm{width:90px;height:90px;position:absolute;bottom:55px;left:50%;margin-left:-45px;display:none;}
#floatBottom .ewm img{width:100%;height:100%;display:block;}

/*视频弹出*/
#videobg{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:999999;text-align:center;}
#videobg .container{position:relative;height:100%;}
.video{padding:10px;width:700px;height:auto;background:#FFF;position:absolute;left:50%;margin-left:-350px;top:50%;transform:translateY(-50%);}
.video .videoc{width:100%;padding-bottom:70%;position:relative;}
.video video{width:100%;height:100%;display:block;position:absolute;left:0;top:0;}
.video iframe{width:100%;height:100%;display:block;position:absolute;left:0;top:0;}
.video p{margin:0;height:60px;line-height:60px;color:#000;}
.video span{width:40px;height:40px;background:#000;color:#FFF;font-size:20px;line-height:40px;text-align:center;position:absolute;outline:none;top:0px;right:-40px;cursor:pointer;display:block;font-family:Arial;}


/*内页-菜单*/
.clean40{clear:both;height:40px;overflow:hidden;}
.inner-page-l {width:23%;float:left;margin-bottom:40px;}
.inner-page-r {width:77%;float:right;margin-bottom:40px;}
@media screen and (max-width:1044px) {.index-about-l {float:none;}
.index-about-r {position:relative;right:0;top:0;width:100%;}
}
@media (max-width:767px) {.inner-page-r-con .com_title {font-size:20px;margin-bottom:20px;}
.sidebar-block{ margin-right: 0!important;}
.inner-page-l,.inner-page-r {width:100%;margin-bottom:0;}
}
/*内页-侧边*/
.sidebar-block {margin-right:20px;overflow:hidden;}
.sidebar-box {overflow:hidden;margin-bottom:20px;background-color:#eee;padding:16px 20px;}
.sidebar-title {overflow:hidden;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #083985;}
.sidebar-title span {font-size:24px;line-height:24px;text-transform:capitalize;color:#083985;font-weight: bold;}
/*内页-产品左侧二级菜单*/
.aside {float:left;width:230px;}
.side-tit-bar {position:relative;margin-bottom:15px;}
.side-tit-bar .side-tit {position:relative;height:38px;overflow:hidden;white-space:nowrap;line-height:38px;color:#2d2b27;padding:0 0 0 15px;text-transform:uppercase;}
.side-widget {position:relative;margin:0 0 25px;background-color:#eee;padding:16px 20px;}
.side-cate li {position:relative;line-height:1.5em;padding:5px 0;-ms-word-break:break-all;word-break:break-all;word-wrap:break-word;}
.side-cate li li {font-size:16px;}
.side-cate li a {position:relative;display:block;margin-right:38px;padding:8px 0;word-break:break-word;font-size: 17px;color: #333;}
.side-cate li a:hover, .side-cate li.active .erji{color:#175aa7;}
.side-cate ul {display:none;overflow:visible !important;padding-bottom:6px;}
.side-cate li li {padding:3px 0;}
.side-cate li li a {padding:4px 10px 4px 15px;margin-right:0;position:relative;font-size:16px;}
.side-cate li li a:hover,.side-cate li li.active>a {color:#175aa7;}
.side-cate li li a:hover:before,.side-cate li li.active>a:before {background-color:#175aa7;}
.side-cate li li a:before {content:'';display:inline-block;width:10px;height:10px;background-color:#666;position:absolute;left:0;top:10px;border-radius: 10px;}
.side-cate li li li a {padding:0 66px;margin-right:0;}
.side-cate>li {border-bottom:1px solid #ddd;}
.side-cate li .icon-cate {position:absolute;right:10px;top:11px;display:inline-block;width:20px;height:20px;line-height:23px;overflow:hidden;text-align:center;font-size:10px;cursor:pointer;color:#2d2b27;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;}
.side-cate li .icon-cate.icon-cate-down:before {content:"\e62b";font-family:"iconfont";}
.side-cate li .icon-cate.icon-cate-up:before {content:"\e644";font-family:"iconfont";}
.side-cate li.nav-current > .icon-cate,.side-cate li:hover > .icon-cate,li.show_li >.icon-cate {color:#2d2b27;}
.side-cate li .icon-cate:hover {background-color:#2d2b27;color:#fff;}


@media screen and (max-width:1024px) {.side-cate {padding:0;}
}
@media screen and (max-width:768px) {.side-widget {display:block;}
}
/*内页-侧边联系方式*/
.sidebar-contant {overflow:hidden;}
.sidebar-contact .mb-20 {font-size:14px;line-height:30px;margin-bottom:15px;padding-left:45px;position:relative;}
.sidebar-contact .mb-20:nth-last-child(1) {margin-bottom:0;}
.sidebar-contact .mb-20:nth-child(1) .inner-title i {font-size:16px;}
.sidebar-contact .inner-title {color:#2d2b27;font-weight:bold;position:absolute;left:0;top:0;background:#ddd;border-radius:4px;float:left;font-size:20px;height:35px;line-height:35px;text-align:center;width:35px;}
.sidebar-contact .inner-title i {font-size:17px;color:#2d2b27;}
.sidebar-contact ul li a {word-break:break-all;display:inline-block;font-size:15px;}
.sidebar-contact ul li a:hover {color:#2d2b27;}
.sidebar-contact ul {overflow:hidden;}
.sidebar-contact ul li {line-height:20px;margin:8px 0;float:left;}
/*产品折叠菜单*/
.sidebar-product dl {width:100%;overflow:hidden;margin-bottom:0;}
.sidebar-product dl dt {font-size:14px;line-height:18px;font-weight:normal;padding:12px 15px 12px 0;border-bottom:1px solid #333;position:relative;margin-bottom:0;}
.sidebar-product dl:last-child dt {border-bottom:0;}
.sidebar-product dl dt i {width:0;height:0;background-color:#6d6d6d;overflow:hidden;position:absolute;left:5px;top:15px;}
.sidebar-product dl span a:hover {color:#fecd0f;}
.sidebar-product dl span {overflow:hidden;font-weight:bold;color:#6d6d6d;height:38px;display:block;line-height:38px;float:right;cursor:pointer;padding:0 5px;position:relative;z-index:1;}
.sidebar-product dl span.clicker_active {font-size:26px;font-weight:normal;}
.sidebar-product dl:hover span {background-position:10px 20px;text-decoration:none;}
.sidebar-product dl dd {overflow:hidden;line-height:30px;font-size:14px;margin:10px 0 10px 15px;}
.sidebar-product dl dd a {font-size:14px;color:#666;width:100%;display:block;border-bottom:1px dashed #333;}
.sidebar-product dd a:hover {text-decoration:none;color:#2d2b27;border-bottom:1px dashed #2d2b27;}
.sidebar-product dl dt:hover {border-bottom:1px solid #2d2b27;background:#2d2b27;}
.sidebar-product dl dt:hover a {padding-left:10px;}
.sidebar-product dl dt:hover a,.sidebar-product dl dt:hover span {color:#fff;}




















@media screen and (max-width:1699px){
	.container{width:1300px;}
    .head{font-size:15px;}
    .topbg{height:109px;}
    .top .logo{height:59px;margin:25px 0;}
    .top .logo img{max-height:100%;}
    .mega-menu{ width: 950px; }
    
    
    .pcnav .f_nav .f_li .f_n a{height:109px;line-height:109px;font-size:16px;padding:0 20px;}
    .pcnav .s_nav a{font-size:14px;height:44px;line-height:44px;}
    .top .t_right .t_r{margin-top:37px;}
   
    .index_banner.swiper-container-horizontal .swiper-pagination{bottom:35px;}
    .pb_title{padding-top:47px;}
    .pb_title i{font-size:50px;}
    .pb_title .h_t{font-size:40px;height:50px;line-height:50px;}
    .pb_title p{font-size:15px;height:24px;line-height:24px;margin-top:8px;}
    .pro_wrap{padding:30px 0 40px;}
    .hot{margin-top:7px;padding:0 5%;}
    .hot .swiper-slide .p1{font-size:15px;line-height:26px;margin-top:5px;}
    .hot .swiper-slide p{font-size:20px;height:30px;line-height:30px;}
    .hot .swiper-slide span{margin-top:15px;}
    .hot .swiper-slide.swiper-slide-active p{font-size:32px;height:42px;line-height:42px;}
    .hot .swiper-button-prev,.hot .swiper-button-next{top:29.5%;}
    .product{margin-top:40px;}
    .product .p_ul p{height:60px;line-height:60px;}
    .zizhi{padding:40px 0 50px;}
    .zizhi .z_item{margin-top:20px;}
    .youshi{padding:40px 0;}
    .youshi .ys_span{margin-top:30px;}
    .youshi .ys_span i{width:80px;height:80px;}
    .youshi .ys_span p{font-size:16px;height:26px;line-height:26px;margin-top:9px;}
    .youshi .ys_span em{margin-top:8px;}
    .youshi .ys_ul{margin-top:40px;}
    .youshi .ys_ul .ys_right .ys_txt{padding:0 12% 0 7%;}
    .youshi .ys_ul .ys_right .ys_txt .ys_title .ys_num{font-size:60px;height:60px;line-height:60px;}
    .youshi .ys_ul .ys_right .ys_txt .ys_title .ys_p{font-size:24px;height:44px;line-height:44px;}
    .youshi .ys_ul .ys_right .ys_txt span{font-size:20px;}
    .youshi .ys_ul .ys_right .ys_txt i{margin:20px 0 10px;}
    .youshi .ys_ul .ys_right .ys_txt p{font-size:15px;line-height:30px;}
    .youshi .ys_ul .ys_right .ys_txt a{margin-top:50px;height:46px;line-height:44px;width:140px;}
    .info{padding:40px 0 50px;}
    .info .in_left{width:calc(100% - 497px);padding-right:80px;padding-top:6px;}
    .info .in_left i{height:42px;}
    .info .in_left p{font-size:15px;line-height:32px;}
    .info .in_left p:nth-of-type(1){font-size:22px;height:32px;line-height:32px;margin:28px 0 22px;}
    .info .in_left .in_num{margin-top:50px;}
    .info .in_left .in_num .in_li .in_n span{font-size:16px;height:24px;line-height:24px;}
    .info .in_left .in_num .in_li .in_n span:first-child{font-size:42px;height:42px;line-height:42px;}
    .info .in_left .in_num .in_li em{font-size:15px;height:24px;line-height:24px;margin-top:12px;}
    .info .in_left a{height:48px;line-height:48px;width:200px;font-size:15px;margin-top:40px;}
    .info .in_right{width:497px;}
    .info .in_right .in_li .in_img{padding-bottom:223px;}
    .info .in_right .in_li .in_txt{padding:50px 10px 0 30px;}
    .info .in_right .in_li .in_txt p{font-size:22px;height:32px;line-height:32px;}
    .info .in_right .in_li .in_txt span{font-size:16px;height:16px;line-height:16px;margin-top:5px;}
    .fenge{padding:36px 0;}
    .fenge p:first-child{font-size:32px;height:42px;line-height:42px;}
    .fenge p:nth-child(2){font-size:20px;height:28px;line-height:28px;margin-top:15px;}
    .fenge p:nth-child(3){font-size:14px;height:24px;line-height:24px;}
    .fenge span{font-size:16px;margin-top:15px;}
    .news{padding:30px 0 40px;}
    .news .n_span{margin-top:20px;}
    .news .n_span .span_a{width:150px;font-size:16px;}
    .news .n_ul{margin-top:28px;}
    .news .n_ul .n_txt{padding:20px;}
    .news .n_ul .n_txt .n_pp p{line-height:24px;}
    .news .n_ul .n_txt .n_pp p:first-child{margin-bottom:12px;}
    .news .n_ul .n_txt .n_pp p:nth-child(2){font-size:20px;height:30px;line-height:30px;margin-bottom:20px;}
    .news .n_ul .n_txt .n_p{padding-top:18px;}
    .foot{padding:40px 0;}
    .foot .f_tit{font-size:18px;height:28px;line-height:28px;}
    .foot .f_left i{height:50px;}
    .foot .f_left p:nth-of-type(1){margin-top:30px;}
    .foot .f_center{margin-top:20px;}
    .foot .f_center .fc_li{margin-left:80px;}
    .foot .f_center .fc_a{margin-top:20px;}
    .foot .f_center .fc_a a{height:32px;line-height:32px;}
    .foot .f_right .fr_form{margin-top:30px;}
    .foot .f_form{margin-top:20px;}
    .foot .f_form input{height:52px;line-height:50px;padding:0 15px;}
    .foot .f_form .foot_btn{height:52px;line-height:52px;}
    .foot .f_form img{ height: 52px;}
    .footbottom{padding:16px 0;}






	#px_banner{padding-bottom:330px;}
    .px_txt p{font-size:15px;line-height:24px;}
    .px_txt p:first-child{font-size:40px;height:50px;line-height:50px;margin-bottom:18px;}
    .sub_nav .sn_left a{height:66px;line-height:66px;}
    .sub_nav .sn_right{height:66px;line-height:66px;}
    .sub_cnav a{height:66px;line-height:66px;}
    .sub_title .s_t{font-size:32px;height:42px;line-height:42px;}
    .sub_title p{font-size:15px;line-height:24px;margin-top:7px;}
    .sub_title i{height:3px;margin:15px auto 0;}
    .h_space{height:30px;}
}
@media screen and (max-width:1550px){
.top .logo {
    height: 50px;margin: 30px 0;
}

@media screen and (max-width:1499px){
	.container{width:1100px;}
    .head{font-size:13px;height:32px;line-height:32px;}
    .topbg{height:92px;}
    .top .logo{height:52px;margin:20px 0;}
   .mega-menu {left: -350px;}
    
    
    .pcnav .f_nav .f_li .f_n a{height:92px;line-height:92px;font-size:16px;padding:0 12px;}
    .top .t_right .t_r{margin-top:29px;}



    .pb_title{padding-top:36px;}
    .pb_title i{font-size:40px;}
    .pb_title .h_t{font-size:30px;height:40px;line-height:40px;}
    .pro_wrap{padding:20px 0 30px;}
  
    .news{padding:20px 0 30px;}
    .news .n_span{margin-top:15px;}
    .news .n_span .span_a{width:130px;font-size:14px;}
    .news .n_ul{margin-top:20px;}
    .news .n_ul .n_txt{padding:12px;}
    .news .n_ul .n_txt .n_pp{padding-bottom:10px;}
    .news .n_ul .n_txt .n_pp p{line-height:24px;}
    .news .n_ul .n_txt .n_pp p:first-child{margin-bottom:10px;}
    .news .n_ul .n_txt .n_pp p:nth-child(2){font-size:18px;height:26px;line-height:26px;margin-bottom:13px;}
    .news .n_ul .n_txt .n_p{padding-top:10px;}
    .friendlink{padding:12px 0;}
    .foot{padding:30px 0;}
    .foot .f_tit{font-size:16px;height:26px;line-height:26px;}
    .foot .f_left i{height:58px;}
    .foot .f_left p{line-height:30px;}
    .foot .f_left p:nth-of-type(1){margin-top:20px;}
    .foot .f_center{margin-top:10px;width:calc(100% - 610px);}
    .foot .f_center .fc_li{margin-left:50px;}
    .foot .f_center .fc_a{margin-top:20px;}
    .foot .f_center .fc_a a{height:32px;line-height:32px;}
    .foot .f_right{width:200px;}
    .foot .f_right .fr_ewm{width:140px;}
    .foot .f_right .fr_form{margin-top:20px;}
    .foot .f_form{margin-top:10px;}
    .foot .f_form input{height:48px;line-height:46px;padding:0 10px;}
    .foot .f_form img{ height: 48px;}
    .foot .f_form .foot_btn{height:48px;line-height:48px;font-size:14px;}
    ::-webkit-input-placeholder{font-size:14px;}
    :-moz-placeholder{font-size:14px;}
    ::-moz-placeholder{font-size:14px;}
    :-ms-input-placeholder{font-size:14px;}
    .footbottom{padding:16px 0;}






	#px_banner{padding-bottom:330px;}
    .px_txt p{font-size:15px;line-height:24px;}
    .px_txt p:first-child{font-size:40px;height:50px;line-height:50px;margin-bottom:18px;}
    .sub_nav .sn_left a{height:66px;line-height:66px;}
    .sub_nav .sn_right{height:66px;line-height:66px;}
    .sub_cnav a{height:66px;line-height:66px;}
    .sub_title .s_t{font-size:32px;height:42px;line-height:42px;}
    .sub_title p{font-size:15px;line-height:24px;margin-top:7px;}
    .sub_title i{height:2px;margin:10px auto 0;}
    .h_space{height:20px;}
}

@media screen and (max-width:1345px){
    .top .logo { height: 42px}   
    
}

    
@media screen and (max-width:1199px){
	.container{width:994px;}
    .head{font-size:12px;height:28px;line-height:28px;}
    .topbg{height:74px;}
    .top .logo{width:322px;height:44px;margin:15px 0;}
    .pcnav .f_nav .f_li .f_n a{height:74px;line-height:74px;padding:0 8px;}
    .top .t_right .t_r{margin-top:20px;}

    .pb_title{padding-top:24px;}
    .pb_title i{font-size:30px;}
    .pb_title .h_t{top:-10px;height:30px;line-height:30px;}
    .pro_wrap{padding:20px 0;}
    .hot{margin-top:7px;padding:0 1%;}
    .hot .swiper-slide p{font-size:16px;height:24px;line-height:24px;}
    .hot .swiper-slide.swiper-slide-active p{font-size:20px;height:28px;line-height:28px;}
    .hot .swiper-button-prev,.hot .swiper-button-next{width:40px;height:40px;}
    .hot .swiper-button-prev,.hot .swiper-button-next{top:25.5%;}
    .product{margin-top:20px;}
    .product .p_ul p{height:50px;line-height:50px;font-size:14px;padding:0 7px;}
    .product .swiper-button-prev, .product .swiper-button-next{display:none;}
    .pro_wrap .z_btn{margin-top:20px;}
    .pro_wrap .z_btn a{height:36px;line-height:36px;font-size:14px;width:130px;margin-left:15px;}

  

    .news{padding:20px 0;}
    .news .n_span{margin-top:10px;}
    .news .n_span .span_a{width:130px;font-size:14px;}
    .news .n_ul{margin-top:15px;}
    .news .n_ul .n_txt{padding:10px;}
    .friendlink{padding:10px 0;}
    .foot{padding:20px 0;}
    .foot .f_tit{font-size:16px;height:26px;line-height:26px;}
    .foot .f_left{width:calc(100% - 300px);}
    .foot .f_left i{height:58px;}
    .foot .f_left p{line-height:30px;}
    .foot .f_left p:nth-of-type(1){margin-top:20px;}
    .foot .f_center{display:none;}
    .foot .f_center .fc_li{margin-left:50px;}
    .foot .f_center .fc_a{margin-top:20px;}
    .foot .f_center .fc_a a{height:32px;line-height:32px;}
    .foot .f_right{width:300px;padding-left:30px;margin-top:0;}
    .footbottom{padding:16px 0;}


	.izl-rmenu{display:none;}
	#px_banner{padding-bottom:280px;}
    .px_txt{padding-bottom:0;}
    .px_txt p{font-size:14px;line-height:23px;}
    .px_txt p:first-child{font-size:32px;height:40px;line-height:40px;margin-bottom:12px;}
    .sub_nav .sn_left a{height:50px;line-height:50px;font-size:14px;padding:0 25px;}
    .sub_nav .sn_left a:before{height:14px;margin-top:-7px;}
    .sub_nav .sn_right{height:50px;line-height:50px;background-size:auto 18px;font-size:13px;padding-left:18px;}
    .sub_cnav a{height:50px;line-height:50px;font-size:14px;padding:0 30px;}
    .sub_title .s_t{font-size:26px;height:34px;line-height:34px;}
    .sub_title p{font-size:14px;line-height:22px;margin-top:5px;}
	.manu{margin-top:20px;}
}

.clean10{clear:both;height:10px;overflow:hidden;}
.clean20{clear:both;height:10px;overflow:hidden;}
.clean40{clear:both;height:40px;overflow:hidden;}
.inner-page-l{ width: 25%; float: left}
/*内页-侧边*/
.sidebar-block {margin-right:20px;overflow:hidden;}
.sidebar-box {overflow:hidden;margin-bottom:20px;background-color:#eee;padding:16px 20px;}
.sidebar-title {overflow:hidden;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #083985;}
.sidebar-title span {font-size:24px;line-height:24px;text-transform:capitalize;color:#083985;font-weight: bold;}

/*内页-侧边联系方式*/
.sidebar-contant {overflow:hidden;}
.sidebar-contact .mb-20 {font-size:14px;line-height:30px;margin-bottom:15px;padding-left:45px;position:relative;}
.sidebar-contact .mb-20:nth-last-child(1) {margin-bottom:0;}
.sidebar-contact .mb-20:nth-child(1) .inner-title i {font-size:16px;}
.sidebar-contact .inner-title {color:#2d2b27;font-weight:bold;position:absolute;left:0;top:0;background:#ddd;border-radius:4px;float:left;font-size:20px;height:35px;line-height:35px;text-align:center;width:35px;}
.sidebar-contact .inner-title i {font-size:17px;color:#2d2b27;}
.sidebar-contact ul li a {word-break:break-all;display:inline-block;font-size:15px;}
.sidebar-contact ul li a:hover {color:#2d2b27;}
.sidebar-contact ul {overflow:hidden;}
.sidebar-contact ul li {line-height:20px;margin:8px 0;float:left;}
.inner-page-r{ width: 75%; float: right}

/*内页-产品左侧二级菜单*/
.aside {float:left;width:230px;}
.side-tit-bar {position:relative;margin-bottom:15px;}
.side-tit-bar .side-tit {position:relative;height:38px;overflow:hidden;white-space:nowrap;line-height:38px;color:#2d2b27;padding:0 0 0 15px;text-transform:uppercase;}
.side-widget {position:relative;margin:0 0 25px;background-color:#eee;padding:16px 20px;}
.side-cate li {position:relative;line-height:1.5em;padding:5px 0;-ms-word-break:break-all;word-break:break-all;word-wrap:break-word;}
.side-cate li li {font-size:16px;}
.side-cate li a {position:relative;display:block;margin-right:38px;padding:10px 0;word-break:break-word;font-size: 20px;color: #333;}
.side-cate li a:hover, .side-cate li.active .erji{color:#009543;}
.side-cate ul {display:none;overflow:visible !important;padding-bottom:6px;}
.side-cate li li {padding:3px 0;}
.side-cate li li a {padding:4px 10px 4px 15px;margin-right:0;position:relative;font-size:16px;}
.side-cate li li a:hover,.side-cate li li.active>a {color:#009543;}
.side-cate li li a:hover:before,.side-cate li li.active>a:before {background-color:#009543;}
.side-cate li li a:before {content:'';display:inline-block;width:10px;height:10px;background-color:#666;position:absolute;left:0;top:10px;border-radius: 10px;}
.side-cate li li li a {padding:0 66px;margin-right:0;}
.side-cate>li {border-bottom:1px solid #ddd;}
.side-cate li .icon-cate {position:absolute;right:10px;top:11px;display:inline-block;width:20px;height:20px;line-height:23px;overflow:hidden;text-align:center;font-size:10px;cursor:pointer;color:#2d2b27;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;}
.side-cate li .icon-cate.icon-cate-down:before {content:"\e62b";font-family:"iconfont";}
.side-cate li .icon-cate.icon-cate-up:before {content:"\e644";font-family:"iconfont";}
.side-cate li.nav-current > .icon-cate,.side-cate li:hover > .icon-cate,li.show_li >.icon-cate {color:#2d2b27;}
.side-cate li .icon-cate:hover {background-color:#2d2b27;color:#fff;}
@media screen and (max-width:1024px) {.side-cate {padding:0;}
}
@media screen and (max-width:768px) {.side-widget {display:block;}
}










/*992以下屏幕*/
@media screen and (max-width:1023px){
	.container{width:738px;}
    .head{display:none;}
	.topbg{height:70px;}
	.top .container{width:calc(100% - 30px);}
	.top .logo{width: calc(100% - 60px); margin:13px 0;}
	.top .t_right{display:none;}
	.top .nav{display:block;}
	/*#mobileheadbg{display:block;}*/
	/*#mobilehead{background:#FFF;position:fixed;z-index:9999;top:0;box-shadow:0 2px 5px rgba(0,0,0,.6);}*/
	/*#mobilehead .nav_bg.nav_bg1{height:70px;height:calc(100% - 70px);}*/
	/*#mobilehead .nav .nav_box.nav_box1{top:70px;}*/



    .fenge{padding:15px 0;}
    .fenge p:first-child{font-size:20px;height:28px;line-height:28px;}
    .fenge p:nth-child(2){font-size:15px;height:22px;line-height:22px;margin-top:5px;}
    .fenge p:nth-child(3){font-size:12px;}
    .fenge span{font-size:14px;margin-top:10px;background-size:auto 20px;padding-left:20px;}
    .foot .f_form input{height:42px;line-height:40px;}
    .foot .f_form img{ height: 42px;}
    .foot .f_form .foot_btn{height:42px;line-height:42px;}
    .footbottom{padding:10px 0 60px;}




	
	



	#floatBottom{display:block;}
    #px_banner{padding-bottom:200px;}
    .px_txt p:first-child{font-size:26px;height:34px;line-height:34px;margin-bottom:8px;}
    .sub_nav{background:none;position:relative;z-index:1;}
    .sub_nav:before{content:'';width:100%;height:50px;background:#eef2f5;position:absolute;left:0;top:0;z-index:-1;}
    .sub_nav .sn_right{width:100%;float:none;}
    .sub_nav .sn_left{width:100%;float:none;margin-top:20px;background:#EEE;}
    .sub_title .s_t{font-size:22px;height:30px;line-height:30px;}
    .sub_title p{font-size:13px;line-height:22px;}

	.newscow_right{width:100%;float:none;margin-top:20px;}
	.newscow_right .news_product .bd ul li{width:32%;float:left;margin-left:2%;}
	.newscow_right .news_product .bd ul li:first-child{margin-left:0;}
	.newscow_right .news_nlist ul li{width:48%;margin-left:4%;float:left;}
	.newscow_right .news_nlist ul li:nth-child(odd){margin-left:0;}
}
/*768以下屏幕*/
@media screen and (max-width:767px){
    .page-banner-slide{ height: 250px;}
    .loge,.banner_wz{ display: none}
	.container{width:calc(100% - 30px);}
    #mobilehead .logo{width:calc(100% - 70px);}

    
    
    
    
    .pb_title{padding-top:18px;}
    .pb_title i{font-size:20px;height:20px;line-height:20px;}
   
    .about{margin: 20px 0;}
    .w1200{ width:auto}
    .counter{ width: 50%; margin-bottom: 20px;}
    .cp_bj{ background-size: cover;padding: 40px 0 ;}
    .cp_lm ul, .cp_lm ul li{ width: 100%}
    .cp_lm ul li{ width: 100%;padding: 30px 0;}
    
    
    
    
    
    
    
    
    
    .shuzi{ padding: 20px 0}
    .fn_gyt{ padding: 20px 0}
    .fn_gyt dl,.fn_gyt dl h2,.fn_gyt dl p{ width: 100%; font-size: 24px;}

    .fn_gyt img{ width: 100%; position: inherit; margin-top: 20px;}
    
    .fn_gy ul{ width: 100%}
    .fn_gy ul li{ width: 100%; margin-right: 0; margin-bottom: 1%}
    .fn_gy ul li img{ height: 150px;}
    
    .hez dl,.hz_wz{ width: 100%}
    .hz_wz{ margin-top: 30px; padding-bottom: 30px;}
    .hz_wz h2{ font-size: 38px;}
    .hz_wz h3{font-size: 18px;margin: 20px 0 }
    .hez{background: url(../image/hez1.jpg)  no-repeat;}
    
    
    .fenge p:first-child{height:auto;font-size:17px;line-height:24px;}
    .news .n_span .span_a{width:32%;margin-left:2%;}
    .foot .f_left{width:100%;float:none;}
    .foot .f_left i{height:32px;}
    .foot .f_left p{line-height:26px;}
    .foot .f_left p:nth-of-type(1){margin-top:10px;}
    .foot .f_right{width:100%;padding-left:0;margin-top:20px;}
    .foot .f_right .fr_form{margin-top:10px;}
    .foot .f_form,.foot .f_right .fr_ewm{ display: none}

    .fn_gyt dl b{ font-size: 30px;}
    .fn_gyt dl p{margin-top: 10px;}


	#stylesubnav .xq_crumbs{font-size:13px;}
	#stylesubnav .xq_crumbs a{margin:0 5px;}
    .video{width:96%;padding:5px;left:2%;margin-left:0;}
    .video span{left:50%;top:100%;margin-left:-20px;}
    #px_banner{padding-bottom:28%;}
    .px_txt p br{display:none;}
    .px_txt p:first-child{font-size:22px;height:30px;line-height:30px;margin-bottom:5px;font-weight:bold;}
	.sub_nav .sn_left{margin-top:15px;}
    .sub_nav .sn_left a{width:calc(100%/3);border-right:1px solid #FFF;border-bottom:1px solid #FFF;float:left;padding:0 0;height:40px;line-height:40px;}
    .sub_nav .sn_left a:before{content:none;}
	.sub_cnav a{display:block;width:50%;float:left;padding:0 0;text-align:center;height:42px;line-height:42px;border-bottom:1px solid #FFF;}
	.sub_cnav a{display:block;width:50%;float:left;padding:0 0;text-align:center;height:42px;line-height:42px;border-bottom:1px solid #FFF;}
    .sub_title p br{display:none;}
    
    .inner-page-l,.inner-page-r{ width: 100%}
    .sidebar-box{ display: none}
    
    
}
/*668以下屏幕*/
@media screen and (max-width:667px){


	
	#stylesubnav .xq_nav{display:block;}
	#stylesubnav .xq_nav a{height:38px;line-height:38px;border-right:1px solid #FFF;border-bottom:1px solid #FFF;padding:0 15px;display:inline-block;}
	
}
/*500以下屏幕*/
@media screen and (max-width:499px){
	




	.newscow_right .news_product .bd ul li{width:100%;margin-left:0;}
	.newscow_right .news_nlist ul li{width:100%;margin-left:0;}
}