/*-----  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;}
.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:#2092D8;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:115px;}
.top{width:100%;z-index:999;background:#FFF;position:relative;
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.2);
     -moz-box-shadow:0 1px 3px rgba(0,0,0,0.2);
       -o-box-shadow:0 1px 3px rgba(0,0,0,0.2);
          box-shadow:0 1px 3px rgba(0,0,0,0.2);}
.top .logo{ position: relative; width:513px;float:left;margin:20px 0 10px;height:70px;display:block;overflow:hidden;text-indent:-1000em;font-size:14px;color:#fff;}
.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 .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:#2092d8;}
.pcnav .f_nav .f_li .f_n a{display:inline-block;height:115px;line-height:115px;width:100%;color:#333;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:#2092d8;font-weight:bold;}
.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;}
.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:#2092d8;margin-left:7px;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:#2092d8;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 #2092d8;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:#E60C00;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;}
/*flash*/
.index_banner{width:100%;height:0;padding-bottom:763px;position:relative;overflow:hidden;z-index:9;}
.index_banner .swiper-wrapper{position:absolute;left:0;top:0;width:100%;height:100%;z-index:5;}
.index_banner .swiper-slide img{display:block;width:100%;height:100%;object-fit:cover;}
.index_banner.swiper-container-horizontal .swiper-pagination{bottom:43px;font-size:0;-webkit-text-size-adjust:none;}
.index_banner .swiper-pagination-bullet{opacity:1;width:26px;height:26px;margin:0 2px!important;position:relative;background-image:url(../image/flash_icon.png);background-size:auto;background-color:transparent;}
.index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background-image:url(../image/flash_hover.png);}
.index_banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next, .index_banner .swiper-button-next, .swiper-container-rtl .swiper-button-prev{ display: none;}
.index_banner:hover .swiper-button-prev, .swiper-container-rtl .swiper-button-next, .index_banner:hover .swiper-button-next, .swiper-container-rtl .swiper-button-prev{ display: block; padding: 40px 25px; background-color: #00000026;;}
/*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*/
.pro_wrap{padding:30px 0 68px;background:url(../image/productbg.jpg) no-repeat center top;background-size:cover;}
.hot{margin-top:11px;overflow:hidden;padding:0 6.8%;background:url(../image/pro_libg.png) no-repeat center top,url(../image/pro_font.png) no-repeat center top;background-size:43.125% auto,70.46875% auto;position:relative;}
.hot .swiper-slide{margin-top:5.48%;text-align:center;}
.hot .swiper-slide .hot_pic{}
.hot .swiper-slide .hot_img{width:100%;padding-bottom:90.91%;position:relative;}
.hot .swiper-slide p{font-size:24px;height:34px;line-height:34px;font-weight:bold;color:#000;}
.hot .swiper-slide .p1{font-size:16px;line-height:29px;color:#6b6b6b;margin-top:6px;display:none;}
.hot .swiper-slide span{margin:0 auto;display:block;width:110px;height:30px;line-height:30px;margin-top:20px;background:#2092d8;font-size:14px;color:#e8f6ff;}
.hot .swiper-slide.swiper-slide-active{margin-top:0;}
.hot .swiper-slide.swiper-slide-active a{display:block;position:relative;width:209.091%;left:-54.5455%;top:0;max-width:none;padding:38px 12.6263% 0!important;}
.hot .swiper-slide.swiper-slide-active .hot_pic{padding:0 12.2253%;}
.hot .swiper-slide.swiper-slide-active p{font-size:37px;height:45px;line-height:45px;}
.hot .swiper-slide.swiper-slide-active .p1{display:block;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.hot .swiper-button-prev,.hot .swiper-button-next{width:52px;height:52px;background-image:url(../image/pro_jiantou.png);background-size:auto auto;background-color:#b4b4b4;border-radius:50%;top:34.5821%;margin-top:0;}
.hot .swiper-button-prev{left:28.6375%;}
.hot .swiper-button-next{right:28.6375%;
    transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);}
/*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:#2092d8;}
.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:#2092d8;}
/*zizhi*/
.zizhi{padding:45px 0 79px; background: url(../image/bg1.jpg) no-repeat; -webkit-background-size: cover; background-size: cover;}
.zizhi .z_item{position:relative;margin-top:29px;}
.zizhi .z_ul{width:100%;overflow:hidden;}
.zizhi .z_ul .z_img{width:100%;padding-bottom:75%;position:relative;overflow:hidden;border:1px solid #DCDCDC;}
.zizhi .z_ul p{text-align:center;height:45px;line-height:45px;    background: #999;
    color: #fff;}
.zizhi .swiper-button-prev,.zizhi .swiper-button-next{width:43px;height:43px;background-image:url(../image/pro_jiantou.png);background-size:auto auto;background-color:#ccc;border-radius:50%;top:50%;margin-top:-22px;}
.zizhi .swiper-button-prev{left:-54px;}
.zizhi .swiper-button-next{right:-54px;
    transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);}
.zizhi .swiper-button-prev.swiper-button-disabled,.zizhi .swiper-button-next.swiper-button-disabled{opacity:1;}
.zizhi .z_btn{margin-top:52px;text-align:center;}
.zizhi .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;}
.zizhi .z_btn a:first-child{margin-left:0;background:#2092d8;}
.zizhi .z_ul .scale_img:hover p{background:#2092d8}
/*youshi*/
.youshi{padding:60px 0 70px;background:#f3f3f3;}
.youshi .ys_span{margin-top:45px;text-align:center;}
.youshi .ys_span .swiper-pagination{position:relative;}
.youshi .ys_span .swiper-pagination-bullet{width:auto;height:auto;opacity:1;background:transparent;margin-left:107px;outline:none;}
.youshi .ys_span .swiper-pagination-bullet:first-child{margin-left:0;}
.youshi .ys_span i{display:inline-block;width:88px;height:88px;background-repeat:no-repeat;background-position:center center;background-size:100% 100%;}
.youshi .ys_span i.icon1{background-image:url(../image/ys_icon1.png);}
.youshi .ys_span i.icon2{background-image:url(../image/ys_icon2.png);}
.youshi .ys_span i.icon3{background-image:url(../image/ys_icon3.png);}
.youshi .ys_span i.icon4{background-image:url(../image/ys_icon4.png);}
.youshi .ys_span i.icon5{background-image:url(../image/ys_icon5.png);}
.youshi .ys_span p{font-size:17px;height:27px;line-height:27px;font-weight:bold;color:#666;margin-top:11px;}
.youshi .ys_span em{display:inline-block;border-top:8px solid #2092d8;border-left:8px solid transparent;border-right:8px solid transparent;margin-top:10px;opacity:0;}
.youshi .ys_span .swiper-pagination-bullet.swiper-pagination-bullet-active em{opacity:1;}
.youshi .ys_ul{width:100%;overflow:hidden;padding:0 13.5%;margin-top:40px;position:relative;}
.youshi .ys_ul .swiper-slide{padding-bottom:10px;}
.youshi .ys_ul .ys_li{position:relative;}
.youshi .ys_ul .ys_li:before{content:'';width:100%;height:100%;background:rgba(0,0,0,.59);position:absolute;left:0;top:0;z-index:2;}
.youshi .ys_ul .ys_left{width:50%;float:left;}
.youshi .ys_ul .ys_img{width:100%;padding-bottom:75%;position:relative;z-index:1;}
.youshi .ys_ul .ys_right{width:50%;height:100%;position:absolute;right:0;top:0;background:#FFF;
    box-shadow:2px 2px 5px rgba(0,0,0,.08);
    -webkit-box-shadow:2px 2px 5px rgba(0,0,0,.08);
    -moz-box-shadow:2px 2px 5px rgba(0,0,0,.08);
    -o-box-shadow:2px 2px 5px rgba(0,0,0,.08);
}
.youshi .ys_ul .ys_right .ys_txt{padding:0 15% 0 11%;position:absolute;top:50%;}
.youshi .ys_ul .ys_right .ys_txt .ys_title{}
.youshi .ys_ul .ys_right .ys_txt .ys_title .ys_num{display:inline-block;font-size:67px;height:67px;line-height:67px;color:#2092d8;font-family:Arial;font-weight:bold;}
.youshi .ys_ul .ys_right .ys_txt .ys_title .ys_p{display:inline-block;font-size:30px;height:54px;line-height:54px;color:#333333;font-weight:bold;vertical-align:bottom;}
.youshi .ys_ul .ys_right .ys_txt p{font-size:16px;line-height:32px;color:#666;}
.youshi .ys_ul .ys_right .ys_txt span{font-size:26px;height:1em;line-height:1em;font-weight:bold;color:#989898;font-family:Arial;font-weight:bold;margin-top:14px;text-transform:uppercase;}
.youshi .ys_ul .ys_right .ys_txt i{display:block;width:43px;height:2px;margin:29px 0 16px;background:#2092d8;}
.youshi .ys_ul .ys_right .ys_txt a{display:block;width:150px;height:52px;line-height:50px;margin-top:62px;border:1px solid #dcdcdc;font-size:14px;color:#999;text-align:center;font-style:normal;}
.youshi .ys_ul .swiper-slide.swiper-slide-active .ys_li:before{content:none;}
.youshi .ys_ul .swiper-slide.swiper-slide-active .ys_right .ys_img{display:none;}
.youshi .ys_ul .swiper-button-prev,.youshi .ys_ul .swiper-button-next{width:91px;height:56px;background-image:url(../image/ys_jiantou.png);background-size:100% 100%;margin-top:-28px;}
.youshi .ys_ul .swiper-button-prev{left:11.5%;}
.youshi .ys_ul .swiper-button-next{right:11.5%;
    transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);}

/*info*/
.info{ background: url(../image/bg2.jpg) no-repeat; -webkit-background-size: cover; background-size: cover;padding:68px 0 110px;}
.info .in_left{width:calc(100% - 574px);float:left;padding-right:115px;padding-top:32px;}
.info .in_left i{display:block;height:49px;background:url(../image/info_font.png) no-repeat left center;background-size:auto 100%;}
.info .in_left p{font-size:16px;line-height:36px;color:#333;}
.info .in_left p:nth-of-type(1){font-size:27px;height:37px;line-height:37px;margin:35px 0 27px;color:#2092d8;font-weight:bold;}
.info .in_left .in_num{margin-top:62px;font-size:0;-webkit-text-size-adjust:none;}
.info .in_left .in_num .in_li{display:inline-block;margin-left:55px;}
.info .in_left .in_num .in_li:first-child{margin-left:0;}
.info .in_left .in_num .in_li .in_n{font-size:0;-webkit-text-size-adjust:none;}
.info .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;}
.info .in_left .in_num .in_li .in_n span:first-child{font-size:48px;height:48px;line-height:48px;color:#2092d8;font-family:Impact;margin-right:5px;}
.info .in_left .in_num .in_li em{font-style:normal;font-size:16px;height:26px;line-height:26px;margin-top:18px;color:#333;text-align:left;display:block;}
.info .in_left a{display:inline-block;height:53px;line-height:53px;font-size:16px;color:#FFF;margin-top:54px;width:213px;background:#2092d8;padding-left:43px;}
.info .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;}
.info .in_left a:hover{padding-left:53px;}
.info .in_right{width:574px;float:right;}
.info .in_right .in_li{width:calc(50% - 7px);float:left;margin-left:14px;margin-top:11px;display:block;}
.info .in_right .in_li:nth-child(odd){margin-left:0;}
.info .in_right .in_li .in_img{width:100%;padding-bottom:260px;position:relative;overflow:hidden;}
.info .in_right .in_li .in_img img{display:block;width:100%;height:100%;position:absolute;left:0;top:0;object-fit:cover;}
.info .in_right .in_li .in_shade{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.11);}
.info .in_right .in_li .in_txt{padding:57px 10px 0 45px;position:absolute;left:0;top:0;width:100%;}
.info .in_right .in_li .in_txt p{font-size:29px;line-height:39px;height:39px;color:#FFF;font-weight:bold;}
.info .in_right .in_li .in_txt span{font-size:20px;height:20px;line-height:20px;font-weight:bold;text-transform:uppercase;margin-top:7px;display:block;color:#FFF;}
.info .in_right .in_li:hover .in_img img{transform:scale(1.05);}
.info .in_right .in_li:hover .in_shade{background:rgba(0,0,0,.4);}
/*fenge*/
.fenge{background:url(../image/fengebg.jpg) no-repeat center center;background-size:cover;padding:51px 0 59px;text-align:center;position:relative;z-index:1;}
.fenge p{color:#FFF;}
.fenge p:first-child{font-size:40px;height:50px;line-height:50px;font-weight:bold;}
.fenge p:nth-child(2){font-size:24px;height:34px;line-height:34px;font-weight:bold;margin-top:21px;}
.fenge p:nth-child(3){font-size:18px;height:26px;line-height:26px;margin-top:2px;}
.fenge p:nth-child(4){font-size:18px;height:26px;line-height:26px;margin-top:2px;}
.fenge span{display:inline-block;margin-top:19px;font-size:18px;height:20px;line-height:20px;color:#FFF;padding-left:26px;background:url(../image/fg_icon.png) no-repeat left center;background-size: 25px 25px;}
/*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:#2092d8;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:#282828;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:73px;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:#7f7f7f;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_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:#7f7f7f;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:#7f7f7f;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:#323232;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 #2092d8;float:right;}
.foot .f_form{margin-top:28px;}
.foot .f_form input{height:60px;line-height:58px;border:1px solid #434750;background:#282828;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:#2092d8;color:#FFF;font-size:16px;text-align:center;height:60px;line-height:60px;cursor:pointer;}
/*footbottom*/
.footbottom{padding:23px 0 22px;background:#282828;border-top:1px solid #323232;}
.footbottom span{display:inline-block;margin-right:5px;font-size:14px;height:24x;line-height:24x;color:rgba(153,153,153,.76);}
.footbottom a{color:rgba(153,153,153,.76);}
/*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:#2092d8;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:#2092d8;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 #2092d8;padding:9px 15px;background:#2092d8;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: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{}
.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_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;}
.newscow_right .news_product .r_img{    width: 100%;
    height: 200px;
    overflow: hidden;}
.newscow_right .news_product .r_img img{width:100%;min-height:100%;transition:all 0.5s}
.newscow_right .news_product .title a{display:block;width:100%;height:45px;line-height:45px;text-align:center;background:#999;color:#fff}
.newscow_right .news_product .title{margin-bottom:15px}
.newscow_right .news_product .r_img:hover img{transform:scale(1.2)}
.newscow_right .news_product li:hover .title a{background:#2092d8;color:#fff}
/*公用分页*/
.fanye{list-style:none;border-top:1px dashed #cccccc;border-bottom:1px dashed #c2a9a4;padding-top:10px;padding-bottom:10px;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:#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:#2092d8;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:#2092d8;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:#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;}

/*视频弹出*/
#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;}

@media screen and (max-width:1920px){
	.container{width:1300px;}
    .head{font-size:15px;}
    .topbg{height:109px;}
    .top .logo{width:432px;height:59px;margin:25px 0;}
    .pcnav .f_nav .f_li .f_n a{height:109px;line-height:109px;font-size:16px;padding:0 12px;}
    .pcnav .s_nav a{font-size:14px;height:44px;line-height:44px;}
    .top .t_right .t_r{margin-top:37px;}
    .index_banner{padding-bottom:661px;}
    .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:66px;}
    .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:1499px){
	.container{width:1100px;}
    .head{font-size:13px;height:32px;line-height:32px;}
    .topbg{height:92px;}
    .top .logo{width:305px;height:52px;margin:20px 0;}
    .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;}
    .index_banner{padding-bottom:560px;}
    .index_banner.swiper-container-horizontal .swiper-pagination{bottom:22px;}
    .index_banner .swiper-pagination-bullet{width:20px;height:20px;background-size:100% 100%;}
    .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;}
    .hot{margin-top:7px;padding:0 3%;}
    .hot .swiper-slide .p1{font-size:14px;line-height:24px;margin-top:3px;}
    .hot .swiper-slide p{font-size:18px;height:26px;line-height:26px;}
    .hot .swiper-slide span{margin-top:10px;}
    .hot .swiper-slide.swiper-slide-active p{font-size:24px;height:32px;line-height:32px;}
    .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:30px;}
    .product .p_ul p{height:50px;line-height:50px;font-size:14px;padding:0 7px;}
    .product .swiper-button-prev, .product .swiper-button-next{width:36px;height:36px;margin-top:-18px;}
    .product .swiper-button-prev{left:-40px;}
    .product .swiper-button-next{right:-40px;}
    .pro_wrap .z_btn{margin-top:30px;}
    .pro_wrap .z_btn a{height:41px;line-height:41px;font-size:15px;width:150px;margin-left:20px;}
    .zizhi{padding:30px 0;}
    .zizhi .z_item{margin-top:15px;}
    .zizhi .swiper-button-prev, .zizhi .swiper-button-next{width:30px;height:30px;margin-top:-15px;}
    .zizhi .swiper-button-prev{left:-40px;}
    .zizhi .swiper-button-next{right:-40px;}
    .zizhi .z_btn{margin-top:30px;}
    .zizhi .z_btn a{height:41px;line-height:41px;font-size:15px;width:150px;margin-left:20px;}
    .youshi{padding:30px 0;}
    .youshi .ys_span{margin-top:20px;}
    .youshi .ys_span .swiper-pagination-bullet{margin-left:70px;}
    .youshi .ys_span i{width:70px;height:70px;}
    .youshi .ys_span p{font-size:14px;height:24px;line-height:24px;margin-top:6px;}
    .youshi .ys_span em{margin-top:5px;}
    .youshi .ys_ul{margin-top:22px;}
    .youshi .ys_ul .ys_right .ys_txt{padding:0 10% 0 4%;}
    .youshi .ys_ul .ys_right .ys_txt .ys_title .ys_num{font-size:50px;height:50px;line-height:50px;}
    .youshi .ys_ul .ys_right .ys_txt .ys_title .ys_p{font-size:20px;height:36px;line-height:36px;}
    .youshi .ys_ul .ys_right .ys_txt span{font-size:17px;}
    .youshi .ys_ul .ys_right .ys_txt i{margin:12px 0 6px;}
    .youshi .ys_ul .ys_right .ys_txt p{font-size:14px;line-height:26px;}
    .youshi .ys_ul .ys_right .ys_txt a{margin-top:30px;height:40px;line-height:38px;width:120px;}
    .youshi .ys_ul .swiper-button-prev, .youshi .ys_ul .swiper-button-next{width:70px;height:43px;margin-top:-22px;}
    .youshi .ys_ul .swiper-button-prev{left:10%;}
    .youshi .ys_ul .swiper-button-next{right:10%;}
    .info{padding:30px 0;}
    .info .in_left{width:calc(100% - 440px);padding-right:50px;padding-top:0px;}
    .info .in_left i{height:36px;}
    .info .in_left p{font-size:14px;line-height:28px;}
    .info .in_left p:nth-of-type(1){font-size:20px;height:28px;line-height:28px;margin:20px 0 15px;}
    .info .in_left .in_num{margin-top:30px;}
    .info .in_left .in_num .in_li{margin-left:26px;}
    .info .in_left .in_num .in_li .in_n span{font-size:14px;height:20px;line-height:20px;}
    .info .in_left .in_num .in_li .in_n span:first-child{font-size:34px;height:34px;line-height:34px;}
    .info .in_left .in_num .in_li em{font-size:14px;height:24px;line-height:24px;margin-top:7px;}
    .info .in_left a{height:42px;line-height:42px;width:160px;font-size:14px;margin-top:30px;padding-left:30px;}
    .info .in_left a:after{margin-left:20px;height:42px;line-height:42px;}
    .info .in_left a:hover{padding-left:40px;}
    .info .in_right{width:440px;}
    .info .in_right .in_li{width:calc(50% - 5px);margin-left:10px;margin-top:9px;}
    .info .in_right .in_li .in_img{padding-bottom:200px;}
    .info .in_right .in_li .in_txt{padding:30px 10px 0 20px;}
    .info .in_right .in_li .in_txt p{font-size:20px;height:28px;line-height:28px;}
    .info .in_right .in_li .in_txt span{font-size:14px;height:14px;line-height:14px;margin-top:4px;}
    .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:1199px){
	.container{width:994px;}
    .head{font-size:12px;height:28px;line-height:28px;}
    .topbg{height:74px;}
    .top .logo{width:305px;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;}
    .index_banner{padding-bottom:480px;}
    .index_banner.swiper-container-horizontal .swiper-pagination{bottom:16px;}
    .index_banner .swiper-pagination-bullet{width:16px;height:16px;background-size:100% 100%;}
    .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;}
    .zizhi{padding:20px 0;}
    .zizhi .z_item{margin-top:10px;}
    .zizhi .swiper-button-prev, .zizhi .swiper-button-next{display:none;}
    .zizhi .z_btn{margin-top:20px;}
    .zizhi .z_btn a{height:36px;line-height:36px;font-size:14px;width:130px;margin-left:15px;}
    .youshi{padding:20px 0;}
    .youshi .ys_span{margin-top:15px;}
    .youshi .ys_span .swiper-pagination-bullet{margin-left:40px;}
    .youshi .ys_span i{width:60px;height:60px;}
    .youshi .ys_span p{font-size:14px;height:24px;line-height:24px;margin-top:6px;}
    .youshi .ys_span em{margin-top:0;border-top-width:5px;border-left-width:5px;border-right-width:5px;}
    .youshi .ys_ul{margin-top:15px;padding:0 0;}
    .youshi .ys_ul .ys_right .ys_txt{padding:0 50px 0 15px;}
    .youshi .ys_ul .ys_right .ys_txt .ys_title .ys_num{font-size:50px;height:50px;line-height:50px;}
    .youshi .ys_ul .ys_right .ys_txt .ys_title .ys_p{font-size:20px;height:36px;line-height:36px;}
    .youshi .ys_ul .ys_right .ys_txt span{font-size:17px;}
    .youshi .ys_ul .ys_right .ys_txt i{margin:12px 0 6px;}
    .youshi .ys_ul .ys_right .ys_txt p{font-size:14px;line-height:26px;}
    .youshi .ys_ul .ys_right .ys_txt a{margin-top:30px;height:40px;line-height:38px;width:120px;}
    .youshi .ys_ul .swiper-button-prev, .youshi .ys_ul .swiper-button-next{width:40px;height:25px;margin-top:-13px;}
    .youshi .ys_ul .swiper-button-prev{left:0;}
    .youshi .ys_ul .swiper-button-next{right:0;}
  
    .info{padding:30px 0;}
    .info .in_left{width:calc(100% - 400px);padding-right:30px;}
    .info .in_left i{height:28px;}
    .info .in_left p{line-height:24px;}
    .info .in_left p:nth-of-type(1){margin:15px 0 10px;}
    .info .in_left .in_num{margin-top:20px;}
    .info .in_left .in_num .in_li{margin-left: 0;
        width: 44%;        margin-top: 10px;
        }
    .info .in_left .in_num .in_li .in_n span{font-size:14px;height:20px;line-height:20px;}
    .info .in_left .in_num .in_li .in_n span:first-child{font-size:34px;height:34px;line-height:34px;}
    .info .in_left .in_num .in_li em{font-size:14px;height:24px;line-height:24px;margin-top:7px;}
    .info .in_left a{height:42px;line-height:42px;width:160px;font-size:14px;margin-top:30px;padding-left:30px;}
    .info .in_left a:after{margin-left:20px;height:42px;line-height:42px;}
    .info .in_left a:hover{padding-left:40px;}
    .info .in_right{width:400px;}
    .info .in_right .in_li{width:calc(50% - 5px);margin-left:10px;margin-top:9px;}
    .info .in_right .in_li .in_img{padding-bottom:181px;}

    .fenge{padding:20px 0;}
    .fenge p:first-child{font-size:24px;height:32px;line-height:32px;}
    .fenge p:nth-child(2){font-size:17px;height:24px;line-height:24px;margin-top:10px;}
    .fenge p:nth-child(3){font-size:13px;height:22px;line-height:22px;}
    .fenge span{font-size:14px;margin-top:10px;}

    .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;}
}

/*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;}*/
    .index_banner{padding-bottom:360px;}
    .index_banner.swiper-container-horizontal .swiper-pagination{bottom:15px;}
    .hot{background:none;}
    .hot .swiper-slide{margin-top:0;background:#FFF;padding:10px;}
    .hot .swiper-slide .p1{display:block;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
    .hot .swiper-slide.swiper-slide-active a{width:100%;left:0;padding:0 0!important;}
    .hot .swiper-slide.swiper-slide-active .hot_pic{padding:0 0;}
    .hot .swiper-button-prev{left:10px;top:50%;}
    .hot .swiper-button-next{right:10px;top:50%;}
    .pro_wrap .z_btn{margin-top:15px;}
    .zizhi .z_btn{margin-top:15px;}
    .youshi .ys_ul .ys_right .ys_txt a{margin-top:15px;}
    .info .in_left{width:100%;float:none;text-align: center;}
    .info .in_left .in_num{margin-top:10px;}
    .info .in_left a{margin-top:15px;}
    .info .in_right{width:100%;float:none;        }
.info .in_left .in_num .in_li em{ text-align: center;}
    .info .in_right .in_li{width:23.8%;margin-left:1.6%;}
    .info .in_right .in_li:nth-child(odd){margin-left:1.6%;}
    .info .in_right .in_li:first-child{margin-left:0;}
    .info .in_right .in_li .in_img{padding-bottom:92.8571%;}
    .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){
	.container{width:calc(100% - 30px);}
    #mobilehead .logo{width:calc(100% - 70px);}
    .index_banner{padding-bottom:47%;}
    .index_banner.swiper-container-horizontal .swiper-pagination{bottom:10px;}
    .pb_title{padding-top:18px;}
    .pb_title i{font-size:20px;height:20px;line-height:20px;}
    .hot{padding:0 0;}
    .zizhi .z_btn a{font-size:12px;}
    .youshi .ys_span{margin-top:10px;}
    .youshi .ys_span .swiper-pagination-bullet{margin-left:0;width:20%;border-radius:0;}
    .youshi .ys_span i{display:none;}
    .youshi .ys_span p{margin-top:0;font-weight:normal;background:#DFE2E5;border-right:1px solid #FFF;height:36px;line-height:36px;}
    .youshi .ys_span .swiper-pagination-bullet.swiper-pagination-bullet-active p{background:#2092d8;color:#FFF;}
    .youshi .ys_ul{margin-top:10px;}
    .youshi .ys_ul .ys_li:before{content:none;}
    .youshi .ys_ul .ys_left{width:100%;float:none;}
    .youshi .ys_ul .ys_right{width:100%;position:relative;}
    .youshi .ys_ul .ys_right .ys_img{display:none;}
    .youshi .ys_ul .ys_right .ys_txt{position:relative;top:0;padding:10px;}
    .youshi .ys_ul .ys_right .ys_txt.tly{
        -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0);}
    .youshi .ys_ul .ys_right .ys_txt p:nth-of-type(1){height:104px;}
    .youshi .ys_ul .ys_right .ys_txt .ys_title .ys_num{font-size:30px;height:30px;line-height:30px;}
    .youshi .ys_ul .ys_right .ys_txt .ys_title .ys_p{font-size:18px;height:26px;line-height:26px;}
    .youshi .ys_ul .ys_right .ys_txt span{font-size:12px;}
    .info{padding:20px 0;}
    .info .in_left i{height:20px;}
    .info .in_left p:nth-of-type(1){font-size:18px;height:auto;line-height:26px;}
    .info .in_left .in_num{margin-top:0;}
    .info .in_left .in_num .in_li{width:50%;margin-top:15px;margin-left:0;}
    .info .in_right .in_li{width:49%;margin-left:2%;}
    .info .in_right .in_li:nth-child(odd){margin-left:0;}
    .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{margin-top:10px;}
    .foot .f_form input{float:none;margin-top:10px;}
    .foot .f_form input.input1{width:100%;}
    .foot .f_form input.input2{width:100%;margin-left:0;}
    .foot .f_form input.input3{width:100%;margin-left:0;}
    .foot .f_form input.input4{ width: 30%;}
    .foot .f_form .foot_btn{width:100%;float:none;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;}
}
/*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;}
}