/*-----  Global  ----*/
*{margin:0;padding:0;border-width:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body,textarea{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:0;width:0;overflow:hidden;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
*html .clearfix {zoom:1;}

::-webkit-input-placeholder{color:#696969;}
:-moz-placeholder{color:#696969;}
::-moz-placeholder{color:#696969;}
:-ms-input-placeholder{color:#696969;}
.container{width:1500px;margin:0 auto;position:relative;height:100%;}
.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);
}
/*图片特效*/
.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;}      
.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;}
.bg_pic{width:100%;height:100%;position:absolute;left:0;top:0;}
.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%);}


.bt{ width: 100%; background: url("../image/ys_spanbg.jpg") bottom no-repeat; display: block; overflow: hidden; padding:30px 0 20px}

.pb_tit{ font-size:48px;height:58px;line-height:58px;color:#333;position:relative;text-align:center;}
.pb_tit i{ color: #084d9e; font-style: normal} 
.pb_p{font-size:26px;height:1em;line-height:1em;color:#1191dc;margin-bottom:9px;text-transform:uppercase;text-align:center;}
.pb_pp{font-size:16px;line-height:28px;color:#FFF;margin-top:16px;text-align:center;position:relative;z-index:1;}


.pb_a{display:block;width:175px;border:1px solid #D6D9DA;border-radius:30px;position:absolute;right:0;top:22px;text-align:center;background-image: url(../image/contenta.jpg);
    -webkit-animation: bam1 3s linear infinite;
    -o-animation: bam1 3s linear infinite;
    animation: bam1 3s linear infinite;
    color: #fff;
    -webkit-transition-duration: 3s;
    -o-transition-duration: 3s;
    transition-duration: 3s;}
.pb_a span{display:inline-block; color: #fff; height:46px;line-height:46px;padding-right:27px;background:url(../image/you.png) no-repeat right center;font-size:14px;}

@keyframes bam1 {
	0% { background-position:-368px bottom;}
	50% { background-position:0 bottom;}
	100%{ background-position:368px bottom;}
}


/*head*/
.head{background:#0075BA;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;}
/*top*/
.topbg{ height:102px;}
.top{z-index:100;left:0;top:0;width:100%;}
.top .container{width:calc(100% - 30px);max-width:1570px;}
.top .logo{float:left;display:block;overflow: hidden;position: relative;}
.top .logo::before{content: "";position: absolute;left: -800px;top: -460px;width: 400px;height: 15px;background-color: rgba(255, 255, 255, .4);-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);-webkit-animation: searchLights 1.5s ease-in 1.5s infinite;-o-animation: searchLights 1.5s ease-in 1.5s infinite;animation: searchLights 1.5s ease-in 1.5s infinite;}
@-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 .logo img{ height: 80px; display:block;width:auto; margin-top: 11px;}
.top .logo img.mr{display:block;}
.top .logo img.hd{display:none;}
.top .logo .l_title{overflow:hidden;text-indent:-1000em;font-size:14px;color:#fff;height:0;}
.top .t_right{float:right;position:relative;}
/*nav*/
.pcnav{}
.pcnav .f_nav{float:left;}
.pcnav .f_nav .f_li{float:left;position:relative;margin-left:15px;}
.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:2px;opacity:0;background:#0075BA;}
.pcnav .f_nav .f_li .f_n>a{display:inline-block;height:102px;line-height:102px;width:100%;font-size:18px;text-align:center;padding:0 15px;position:relative;}
.pcnav .f_nav .f_li .f_n>a:after, .pcnav .f_nav .f_li.active .f_n>a:after{content:attr(data-title);position:absolute;width:100%;height:100%;left:0;top:0;transform:translateY(-100%);color:#0075BA;}
.pcnav .s_nav{position:absolute;left:0;min-width:100%;background:#FFF;display:none;z-index:10;}
.pcnav .s_nav a{display:block;height:46px;line-height:46px;color:#76838F;border-bottom:1px solid #CCC;white-space:nowrap;font-size:14px;box-sizing:border-box;text-align:left;padding:0 15px 0 10px;}
.pcnav .s_nav a:hover{background:#DDD;padding:0 10px 0 15px;}
.pcnav .f_nav .f_li:hover .f_n:before, .pcnav .f_nav .f_li.active .f_n:before{width:100%;opacity:1;}
.pcnav .f_nav .f_li:hover .f_n a{
     -weblit-transform:translateY(100%);
    -moz-transform:translateY(100%);
    -o-transform:translateY(100%);
    transform:translateY(100%);
}
.pcnav .f_nav .f_li:hover .s_nav{height:auto;opacity:1;background:#F2F2F2;}
.pcnav .f_nav .f_li:hover .s_nav{height:auto;background:#F2F2F2;}
.pcnav .f_en{margin-left:25px;height:102px;line-height:102px;padding-left:37px;color:#333;float:left;position:relative;font-size:16px;}
.pcnav .f_en:before{content:'';width:1px;height:16px;position:absolute;left:0;top:50%;margin-top:-8px;border-left:1px dashed #333;}
.pcnav .s_nav{position:absolute;left:0;min-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;}
.t_right .t_search{width:41px;float:left;position:relative;margin-left:19px;}
.t_right .t_search i{display:block;width:100%;height:102px;cursor:pointer;}
.t_right .t_search .ts_c{background:#FFF;padding:6px 10px;position:absolute;width:320px;right:-50px;top:90%;  border:1px solid #dedede;border-radius:2px;display:none;z-index: 10;
    -webkit-box-shadow:0 3px 13px rgba(0,0,0,.2);
    -moz-box-shadow:0 3px 13px rgba(0,0,0,.2);
    -o-box-shadow:0 3px 13px rgba(0,0,0,.2);
    box-shadow:0 3px 13px rgba(0,0,0,.2);
    -webkit-animation:avia_pop 0.3s 1 cubic-bezier(0.175,0.885,0.320,1.275);
    -moz-animation:avia_pop 0.3s 1 cubic-bezier(0.175,0.885,0.320,1.275);
    -o-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);
}
.t_right .t_search .ts_c .ts_f{}
.t_right .t_search .ts_c input{width:calc(100% - 42px);float:left;background:#F8F8F8;height:42px;line-height:42px;outline:none;padding:0 6px;}
.t_right .t_search .ts_c .ts_btn{width:42px;height:42px;background:url(../image/search.png) no-repeat center center #0075BA;float:right;cursor:pointer;}
@-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)
     }
}
.top.topfix{
    position: fixed;
    background:#FFF;
    left: 0;
    top: 0;
  -webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,0.2);
     -moz-box-shadow:0 1px 3px 0 rgba(0,0,0,0.2);
       -o-box-shadow:0 1px 3px 0 rgba(0,0,0,0.2);
          box-shadow:0 1px 3px 0 rgba(0,0,0,0.2);
}
.top.topfix .logo img.mr{display:none;}
.top.topfix .logo img.hd{display:block;}
.top .f_nav .f_li .f_n a{color:#333;}
.top.topfix .f_nav .f_li.active .f_n a{color:#0075BA;}
.top.topfix .pcnav .f_en{color:#333;}
.top.topfix .pcnav .f_en:before{border-color:#333;}
.top .t_right .t_search i{background:url(../image/search_hover.png) no-repeat center center;}
/*mobilehead*/
.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:42px;box-sizing:border-box;font-size:17px;color:#666;line-height:42px;float:left;}
.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/img.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{position:relative;z-index:998;width:54px;height:50px;font-size:0;margin-top:10px;border-radius:5px;margin-right:15px;}
.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:#0075BA;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;}
/*foot*/
.foot{background: url("../image/bjs4.jpg") no-repeat;padding:55px 0 31px; background-size: cover;position: relative;}
#particles-js {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


.foot .pb_img{ text-align: center; width: 100%; }
.foot .pb_img img{ height: 100px;}
.foot .ft_form{margin-top:44px;}
.foot .ft_form input{display:block;width:250px;height:60px;line-height:58px;margin-left:21px;background:transparent;padding:0 15px;outline:none;float:left;border:1px solid #C3C3C3;color:#C3C3C3;}
.foot .ft_form input:first-child{margin-left:0;}
.foot .ft_form input#content{width:430px;}
.foot .ft_form input.yanzhengma{ width: 180px;}
.foot .ft_form img{ height: 60px; width: 120px; padding-left: 10px;}
.foot .ft_form .ft_btn{width:193px;height:60px;line-height:60px;font-size:14px;color:#FFF;float:right;background:#0075BA;text-align:center;cursor:pointer;}
.foot .ft_txt{margin-top:44px;text-align:center;}
.foot .ft_txt .zuo{ width: 70%; float: left;}
.foot .ft_txt .ft_pp{display:inline-block;margin-left:60px;vertical-align:top;padding-top:18px;text-align:left;}
.foot .ft_txt .ft_pp:first-child{margin-left:0;}
.foot .ft_txt .ft_pp p{font-size:14px;line-height:24px;color:#C3C3C3;padding-left:28px;background-repeat:no-repeat;background-position:left top;background-size:auto 100%;}
.foot .ft_txt .ft_pp p span{display:inline-block;margin-right:20px;font-size:16px;}
.foot .ft_txt .ft_pp p.icon1{background-image:url(../image/ft_icon1.png);background-size: 20px 24px;}
.foot .ft_txt .ft_pp p.icon2{background-image:url(../image/ft_icon4.png);background-size: 20px 24px;}
.foot .ft_txt .ft_pp p.icon3{background-image:url(../image/ft_icon3.png);background-size: 20px 24px;}
.foot .ft_txt .ft_pp.ft_ewm{padding-top:0;}
.foot .ft_txt .ft_pp.ft_ewm img{width:103px;height:auto;display:block;float:left;}
.foot .ft_txt .ft_pp.ft_ewm em{font-size:14px;height:24px;line-height:24px;margin-left:20px;text-align:left;color:#C3C3C3;display:block;float:left;font-style:normal;margin-top:19px;}
/*footbottom*/
.footbottom{margin-top:20px;text-align:center;}
.footbottom span{display:inline-block;margin-right:5px;font-size:14px;height:26px;line-height:26px;color:#C3C3C3;}
.footbottom a{color:#C3C3C3;}


/*px*/
.px_banner{width:100%;padding-bottom:350px;position:relative;z-index:9; text-align: center}
.px_banner .container{ width: 100%; height: 240px; text-align: center;position: absolute; z-index: 99; top:40%}
.px_banner h1{  color: #717171; font-size: 56px; font-weight: 500; letter-spacing: 10px;text-transform:uppercase; position: relative}
.px_banner h1:after {
    content: "";
    display: inline-block;
   width: 99px; height:2px; background:#069ee9;position: absolute;
    left: 47%;
    top: 90px;
    vertical-align: middle;}
.px_banner p{ font-size: 47px; color: #717171; letter-spacing: 2px;}
/*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;}
/*sub_nav*/
.sub_nav{position:relative;background:#F7F7F7;text-align:center;}
.sub_nav a{font-size:18px;height:80px;line-height:80px;display:inline-block;padding:0 15px;color:#222;position:relative;margin-left:45px;}
.sub_nav a:hover,.sub_nav a.on{color:#052E5F;}
.sub_nav a:hover:before,.sub_nav a.on:before{content:'';width:100%;height:2px;background:#226FBF;position:absolute;left:0;bottom:0;}
/*sub_cnav*/
.sub_cnav{margin-top:30px;background:#eee;}
.sub_cnav a{border-right:2px solid #FFF;height:60px;line-height:60px;text-align:center;padding:0 50px;font-size:16px;position:relative;display:inline-block;text-transform:capitalize}
.sub_cnav a.on{background:#e70012;color:#FFF;}
.sub_cnav a:hover{ background: #049ce5; color: #fff}

/*info*/
.infy{ background: url("../image/bg3.jpg") no-repeat; -webkit-background-size: cover; background-size: cover;padding:68px 0 110px; overflow: hidden }
.infy .in_left{width:60%;float:left;padding-top:32px;}
.infy .in_left i{display:block; font-size:40px;text-transform:uppercase; line-height:180%;color:#e70012; font-weight:bold; font-style:normal}
.infy .in_left b{ display:block;font-size:36px;line-height:37px;margin:0 0 27px;color:#069fe3;font-weight:bold;}
.infy .in_left p{font-size:16px;line-height:36px;color:#333;}

.infy .in_left .in_num{margin-top:42px;font-size:0;-webkit-text-size-adjust:none;}
.infy .in_left .in_num .in_li{display:inline-block;margin-left:55px;width: 25%;}
.infy .in_left .in_num .in_li img{ float:left; height:40px; }
.infy .in_left .in_num .in_li:first-child{margin-left:0;}
.infy .in_left .in_num .in_li .in_n{font-size:0;-webkit-text-size-adjust:none; margin-top:10px; margin-left:20px; }
.infy .in_left .in_num .in_li .in_n span{display:inline-block;font-size:18px;height:26px;line-height:26px;vertical-align:bottom;color:#333;}
.infy .in_left .in_num .in_li .in_n span:first-child{font-size:48px;height:48px;line-height:48px;color:#069fe3;font-family:Impact;margin-right:5px;}
.infy .in_left .in_num .in_li em{font-style:normal;font-size:16px;height:40px;line-height:40px;color:#333;text-align:left; font-weight:600; margin-left:15px; }
.infy .in_left a{display:inline-block;height:53px;line-height:53px;font-size:16px;color:#FFF;margin-top:54px;width:213px;background:#069fe3;padding-left:43px;}
.infy .in_left a:after{content:'>>';display:inline-block;vertical-align:top;margin-left:43px;width:22px;height:51px;line-height:51px;position:relative;top:0;}
.infy .in_left a:hover{padding-left:53px;}
.infy .in_right{width:38%;float:right; padding-top: 50px;position: relative} 
.infy .in_right dl{ width: 100%;position: relative; height: 566px;}
.infy .in_right dl img,.infy .in_right dd img{ max-width:100%; height: 100%}
.infy .in_right dd{ width: 200px; position: absolute; bottom: -15%; right:-12%; z-index: 888;animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    font_radio: 1;
    display-radio: 1;}


@keyframes rotateme {
	from {
	transform:rotate(0deg)
}
to {
	transform:rotate(360deg)
}
}
@-webkit-keyframes rotateme {
	from {
	-webkit-transform:rotate(0deg)
}
to {
	-webkit-transform:rotate(360deg)
}
}
@-moz-keyframes rotateme {
	from {
	-moz-transform:rotate(0deg)
}
to {
	-moz-transform:rotate(360deg)
}
}
@-o-keyframes rotateme {
	from {
	-o-transform:rotate(0deg)
}
to {
	-o-transform:rotate(360deg)
    }}




.pro_wrap{ width: 100%; position: relative}
.pro_wrap .container{ width: 96%;}
.pro_shipin{ width:100%; height:980px;bottom: 0;left: 0; overflow: hidden; right: 0;top: 0;position:relative;}
.jz_web_row--video { height: 100%; -o-object-fit: cover; object-fit: cover; width: 100%;}

.pro_nr{ width:100%;box-sizing: border-box;  z-index:999999;left: 0;top:50px;position: absolute;min-height: 100%;}
.pro_nr .pb_tit{ color: #fff}
/*product*/
.prod_bj{margin-top:42px;position:relative; z-index: 8888}
.prod_bj .p_ul{width:100%;overflow:hidden; }
.prod_bj .p_ul ul{ width:102%; float:left}
.prod_bj .p_ul ul li{ width:23%; float:left; margin-right:2%}
.prod_bj .p_ul .p_img{width:100%;padding-bottom:100%;position:relative;overflow:hidden; }
.prod_bj .p_ul .p1{ padding:4% 4% 1%;background:rgba(4, 18, 50, 0.55) none repeat scroll !important;background:#041232; filter:Alpha(opacity=55); display:block}
.prod_bj .p_ul .p1 h2{ font-size:30px; color:#fff; line-height:48px; height:48px; overflow:hidden; font-weight: 400}
.prod_bj .p_ul .p1 i{ font-size:16px;text-transform:uppercase; color: #cb000f; display:block; line-height:40px;height:40px; overflow:hidden; border-bottom:1px solid #cb000f;}
.prod_bj .p_ul .p1 h3{ display:block; height:60px; color:#fff; line-height:60px; overflow:hidden; background:url(../image/jt.png) center right no-repeat; font-size:14px; font-weight:normal}
.prod_bj .p_ul .p1 h3 p{ width: 90%; height:60px; overflow: hidden}

.prod_bj .swiper-button-prev,.prod_bj .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);}
.prod_bj .swiper-button-prev{left:-66px;
    transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);}
.prod_bj .swiper-button-next{right:-66px;}
.prod_bj .p_ul .swiper-slide:hover p{color:#031f7a;}
.prod_bj .swiper-button-prev.swiper-button-disabled,.prod_bj .swiper-button-next.swiper-button-disabled{opacity:1;}




/*公用分页*/
.fanye{list-style:none;border-top:1px dashed #ccc;border-bottom:1px dashed #ccc;padding:10px 0;margin-top:10px;}
.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:#666;}

/*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 #0075BA;padding:9px 15px;background:#0075BA;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;}

/*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:#387ec1;margin:19px auto 0;}
.sub_title p{margin:0;font-size:16px;color:#666;line-height:26px;margin-top:6px;}

/*公用右侧*/
.newscow_right{width:25%;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{ width: 48%; margin: 0 1%; float: left }
.newscow_right .news_product .bd ul li .r_img{width:100%;padding-bottom:75%;position:relative;border:1px solid #ccc;}
.newscow_right .news_product .bd ul li .pic{position:absolute;top:0;left:0;width:100%;height:100%;}
.newscow_right .news_product .bd ul li .pic img{display:block;width:100%;height:100%;object-fit:cover;}
.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;}

/*视频弹出*/
#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() 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() 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:#1ca3c0;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-qq{}
.izl-rmenu .btn-wx{}
.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:#1ca3c0;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;}
.izl-rmenu .btn-top:hover{background-color:#444;}

/*手机浮动*/
#floatBottom{width:100%;height:53px;background:#8a8a8a;position:fixed;left:0;bottom:0;z-index:999999;display:none;}
#floatBottom a{width:33.33%;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;}

/*video*/
#videobg{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:999999;text-align:center;display:none;}
.video{padding:10px;width:60%;height:auto;background:#FFF;position:absolute;left:20%;top:50%;}
.video .v_iframe{width:100%;padding-bottom:66.66%;position:relative;}
.video .v_iframe iframe{width:100%;height:100%;display:block;position:absolute;left:0;top:0;}
.video .v_video video{width:100%;height:100%;display:block;}
.video p{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:0;right:-40px;cursor:pointer;display:block;font-family:Arial;}

/*内页-菜单*/
.clean40{clear:both;height:40px;overflow:hidden;}
.clean10{clear:both;height:10px;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:#EBF1F5;padding:16px 20px;}
.sidebar-title {overflow:hidden;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #e70012;}
.sidebar-title span {font-size:24px;line-height:24px;text-transform:capitalize;color:#e70012;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:#EBF1F5;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;}
.erji{ font-weight: 600}
.side-cate li a:hover, .side-cate li.active .erji{color:#069ee9; }
.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; color: #666}
.side-cate li li a:hover,.side-cate li li.active>a {color:#069ee9;}
.side-cate li li a:hover:before,.side-cate li li.active>a:before {background-color:#069ee9;}
.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;}




.product_list ul{ width: 102%;}
.product_list ul li{ width: 31.33%; float: left; margin-right: 2%; margin-bottom: 2%;background:#EBF1F5;  padding: 1%}
.product_list ul li .p_img{ width: 100%; height: 330px; overflow: hidden}
.product_list ul li .p_img img{ width: 100%; height: 100%;object-fit:cover;}

.product_list ul li .p_txt{padding:15px 20px 0;text-align:center;}

.product_list ul li .p_txt p{font-size:18px;height:28px;line-height:28px;color:#212224;}

.product_list ul li:hover{background:#019ee4;}

.product_list ul li:hover .p_txt p{color:#FFF;}

.product_list ul li:hover .p_txt span{color:rgba(255,255,255,.5);}











@media screen and (max-width:1699px){
	.container{width:1300px;}
    .pb_tit{font-size:42px;height:52px;line-height:52px;}
    .pb_p{font-size:15px;margin-bottom:7px;}
    .pb_pp{font-size:15px;line-height:26px;margin-top:12px;}
    .pb_a{width:165px;top:22px;}
    .pb_a span{height:40px;line-height:40px;padding-right:18px;background-size:auto 11px;}

    .head{font-size:15px;}
    .topbg{height:97px;}
    .top .container{max-width:1450px;}
    .top .logo img{ height: 60px;margin-top: 20px;}
    .pcnav .f_nav .f_li .f_n a{height:97px;line-height:97px;}
    .pcnav .f_en{height:97px;line-height:97px;padding-left:25px;background-size:auto 20px;margin-left:15px;}
    .pcnav .s_nav a{font-size:14px;height:44px;line-height:44px;}
    .t_right .t_search i{height:97px;}
    .pcnav .s_nav a{font-size:14px;height:44px;line-height:44px;}
    .foot{padding:50px 0 25px;}
    .foot .ft_form{margin-top:32px;}
    .foot .ft_form input{height:52px;line-height:50px;margin-left:15px;width:210px;}
    .foot .ft_form input#content{width:420px;}
    .foot .ft_form input.yanzhengma{ width: 120px;}
    .foot .ft_form img{ height: 52px; width: 100px; padding-left: 10px;}
    .foot .ft_form .ft_btn{width:190px;height:52px;line-height:52px;}
    .foot .ft_txt{margin-top:30px;}
    .foot .ft_txt .ft_pp{margin-left:40px;}
    .foot .ft_txt .ft_pp p span{font-size:15px;}
    .footbottom{margin-top:15px;}



	.px_banner{padding-bottom:390px;}
    .px_txt{top:250px;}
    .px_txt p{font-size:18px;height:28px;line-height:28px;}
    .px_txt p:first-child{font-size:56px;height:66px;line-height:66px;margin-bottom:20px;}
    .sub_nav a{height:65px;line-height:65px;font-size:15px;}
    .sub_cnav{margin-top:25px;}
    .sub_cnav a{padding:0 20px;}
    .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;}

}

@media screen and (max-width:1499px){
	.container{width:1100px;}
    .pb_tit{font-size:36px;height:46px;line-height:46px;}
    .pb_p{font-size:14px;margin-bottom:5px;}
    .pb_pp{font-size:14px;line-height:24px;margin-top:9px;}
    .pb_a{width:165px;top:22px;}
    .pb_a span{height:40px;line-height:40px;padding-right:18px;background-size:auto 11px;}
    .head{font-size:13px;height:32px;line-height:32px;}
    .topbg{height:80px;}
    .top .container{max-width:1200px;}
    .top .logo{margin:10px 0;}
    .top .logo img{height: 48px; margin-top: 10px;}
    .pcnav .f_nav .f_li{ margin-left: 5px;}
    .pcnav .f_nav .f_li .f_n a{height:80px;line-height:80px;font-size:15px;}
    .pcnav .f_en{height:80px;line-height:80px;padding-left:20px;margin-left:10px;font-size:15px;}
    .pcnav .f_en:before{height:15px;}
    .t_right .t_search{margin-left:10px;}
    .t_right .t_search i{height:80px;background-size:auto 17px;}
    .t_right .t_search .ts_c{right:-30px;}
    .pcnav .s_nav a{font-size:14px;height:44px;line-height:44px;}
    .foot{padding:30px 0 20px;}
    .foot .ft_form{margin-top:20px;}
    .foot .ft_form input{height:48px;line-height:46px;margin-left:10px;width:180px;}
    .foot .ft_form input#content{width:350px;}
    .foot .ft_form input.yanzhengma{ width: 90px;}
    .foot .ft_form img{ height: 48px; width: 90px; padding-left: 10px;}
    .foot .ft_form .ft_btn{width:170px;height:48px;line-height:48px;}
    .foot .ft_txt{margin-top:20px;}
    .foot .ft_txt .ft_pp{margin-left:30px;}
    .foot .ft_txt .ft_pp p span{font-size:14px;margin-right:15px;}
    .footbottom{margin-top:15px;}
.pro_shipin {height: 780px;}
    


    .px_banner{padding-bottom:350px;}
    .px_txt{top:200px;}
    .px_txt p{font-size:16px;height:26px;line-height:26px;}
    .px_txt p:first-child{font-size:48px;height:58px;line-height:58px;margin-bottom:15px;}
    .sub_nav a{height:56px;line-height:56px;font-size:14px;padding:0 10px;}
    .sub_cnav{margin-top:20px;}
    .sub_cnav a{padding:0 15px;}
	.manu{margin-top:20px;}
}

@media only screen and (max-width:1299px){
    .container{width:994px;}
    .pb_tit{font-size:30px;height:40px;line-height:40px;}
    .pb_p{margin-bottom:3px;}
    .pb_pp{margin-top:5px;}
    .pb_a{width:140px;top:15px;}
    .pb_a span{height:34px;line-height:34px;padding-right:14px;background-size:auto 9px;}
    .head{font-size:12px;height:28px;line-height:28px;}
    .topbg{height:70px;}
    .top .container{max-width:1100px;}
    .top .logo img{height: 38px;}
    .pcnav .f_nav .f_li .f_n a{height:70px;line-height:70px;font-size:14px;}
    .pcnav .f_en{height:70px;line-height:70px;padding-left:15px;margin-left:5px;font-size:14px;}
    .pcnav .f_en:before{height:14px;}
    .t_right .t_search{margin-left:10px;}
    .t_right .t_search i{height:70px;}
    .t_right .t_search .ts_c{right:0;}
    .pcnav .s_nav a{font-size:14px;height:44px;line-height:44px;}
    .foot{padding:20px 0 15px;}
    .foot .ft_form{margin-top:0;}
    .foot .ft_form input{height:42px;line-height:40px;margin-left:2%;width:49%;margin-top:15px;}
    .foot .ft_form input#content{width: 49%;margin-left:0;}
    .foot .ft_form input.yanzhengma{ width: 180px;}
    .foot .ft_form img{ height: 42px; width: 90px; padding-left: 10px; margin-top: 15px;}
    .foot .ft_form .ft_btn{width:170px;height:42px;line-height:42px;margin-top:15px;}
    .foot .ft_txt{margin-top:0;}
    .foot .ft_txt .ft_pp{margin-left:2%;width:49%;float:left;margin-top:15px;}
    .foot .ft_txt .ft_pp:nth-child(odd){margin-left:0;}
    .foot .ft_txt .ft_pp p span{font-size:14px;margin-right:15px;}
    .footbottom{margin-top:15px;text-align:left;}


    .banner.swiper-container .swiper-pagination-bullet{width: 8px!important;height: 8px!important;}
    .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom:5px!important;}
    .banner.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 30px!important;}

    .px_banner{padding-bottom:300px;}
    .px_txt{top:150px;}
    .px_txt p{font-size:14px;height:24px;line-height:24px;}
    .px_txt p:first-child{font-size:32px;height:42px;line-height:42px;margin-bottom:10px;}
    .sub_nav a{height:50px;line-height:50px;padding:0 10px;margin-left:30px;}
    .sub_cnav{margin-top:15px;}
    .sub_cnav a{width:20%;float:left;border-bottom:1px solid #FFF;}
}




/*992以下屏幕*/
@media screen and (max-width:1023px){
	.container{width:calc(100% - 30px);}
    .pb_tit{font-size:24px;height:32px;line-height:32px;}
    .pb_pp br{display:none;}
    .pb_a{top:10px;}
    .head{display:none;}
    .topbg{background:#FFF;height:70px;}
    .top .logo{margin-left:15px;}
    .top .logo img.mr{display:none;}
    .top .logo img.hd{display:block;}
    .top .container{max-width:none;width:100%;}
    .top .t_right{display:none;}
    .top .nav{display:block;}
    .foot{padding:20px 0 10px;}

    .foot .ft_form input#content{width: 49%;margin-left:0;}
    .foot .ft_form input.yanzhengma{ width: 120px;}
    .foot .ft_form .ft_btn{ width: 130px;}


	#floatBottom{display:block;}
   .px_banner{padding-bottom:240px;}
    .px_txt{top:80px;}
    .px_txt p:first-child{font-size:24px;height:32px;line-height:32px;}
    .sub_wrap{background:#F2F2F2;padding-top:1px;}
    .sub_nav a{height:50px;line-height:50px;margin-left:25px;}
    .sub_cnav a{width:25%;}
    .sub_wrap .sub_nav{background:#FFF;}



	.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){
    .top .nav .push-nav .nav-toggle span{width: 30px;}
    .pb_a{display:none;}
    .foot .ft_form input{width:100%; margin-left:0;margin-top:10px;}
    .foot .ft_form input#content{width:100%;}
    .foot .ft_form input.yanzhengma{ width: 160px;}
    .foot .ft_form img{ margin-top: 10px;}
    .foot .ft_form .ft_btn{width:100%;float:none;margin-top:10px;}
    .foot .ft_txt .ft_pp{width:100%;float:none;margin-left:0;padding-top:0;}
    .foot .ft_txt .ft_pp.ft_ewm img{float:none;}
    .foot .ft_txt .ft_pp.ft_ewm em{float:none;margin-top:6px;margin-left:0;}
    .foot .ft_txt .zuo{ width: 100%;}
    
    .foot .ft_txt .ft_pp.ft_ewm{display: none;}
    
    .infy{    padding: 18px 0 90px;}
    .infy .in_left,.infy .in_right{ width: 100%}
    
    .infy .in_right dl{ height: auto}
    .infy .in_left .in_num .in_li .in_n span:first-child{ font-size: 38px;}
    .infy .in_right dd{ right: 0}
    .prod_bj .p_ul ul li{ width: 48%; margin-bottom: 2%}
    .pro_nr{ top:20px}
    
    .pro_shipin{ height: 1140px;}
    
    
    
    .px_banner{padding-bottom:40%;}



    .sub_nav .container{width:100%;}
    .sub_nav a{padding:0 0;width:50%;float:left;text-align:center;border-right:1px solid #FFF;border-bottom:1px solid #FFF;height:44px;line-height:44px;margin-left:0;}
    .sub_nav a:nth-child(even){border-right:none;}


    .sub_cnav a{width:33.33%;}

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

    .video{width:100%;padding:5px;left:0;}
    .video span{left:50%;top:100%;margin-left:-20px;}
}

@media screen and (max-width:400px){
    .top .logo{ margin-left: 0}
    .top .nav .push-nav{ margin-right: 5px; width: 40px;  }
    
    .in_num{ display: none}
    .pro_shipin{ height:880px;}
    
    
    
    
    
    
    
    
    
}
