/*-----  Global  ----*/
*{margin:0px;padding:0px; border-width:0;box-sizing:border-box;}
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:#999;}
:-moz-placeholder
{color:#999;}
::-moz-placeholder
{color:#999;}
:-ms-input-placeholder
{color:#999;}
.container{width:1400px;margin:0 auto;}
.positionimg img{display:block;width:100%;height:100%;position:absolute;left:0;top:0;object-fit:cover;}
.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;}
.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%);}
/*top*/
.top{width:100%;z-index:999;left:0;top:0;position:fixed;}
.top .container{width:calc(100% - 30px);max-width:1644px;}
.top .t_left{float:left;}
.top .logo{width:214px;float:left;margin:28px 33px 28px 0;height:56px;display:block;background: url(logo.png) no-repeat left 
center;overflow:hidden;text-indent:-1000em;font-size:14px;color:#fff;background-size:auto 100%;}
.top .t_right{float:right;position:relative;}
/*nav*/
.pcnav{float:left;}
.pcnav .f_nav{width:100%;padding:26px 0;}
.pcnav .f_nav .f_li{float:left;margin-left:50px;position:relative;}
.pcnav .f_nav .f_li.f_lidown:after{content:'';position:absolute;width:9px;height:4px;right:-18px;top:50%;margin-top:-2px;background:url(nav_icon_hover.png) no-repeat center center;}
.pcnav .f_nav .f_li .f_n{position:relative;overflow:hidden;}
.pcnav .f_nav .f_li .f_n a{display:inline-block;height:60px;line-height:60px;width:100%;color:#FFF;font-size:16px;text-align:center;position:relative;}
.pcnav .f_nav .f_li .f_n a:before{content:attr(data-title);position:absolute;width:100%;height:100%;left:0;top:0;transform:translateY(-100%);}
.pcnav .f_nav .f_li .f_n a:after{content:'';position:absolute;width:9px;height:4px;right:-18px;top:50%;margin-top:-2px;background:url(nav_icon_hover.png) no-repeat center center;}
.pcnav .s_nav{position:absolute;left:50%;min-width:100%;background:#FFF;display:none;border-top:2px solid #00a14d;}
.pcnav .s_nav a{display:block;height:46px;line-height:46px;color:#76838F;border-bottom:1px solid #CCC;white-space:nowrap;padding-left:10px;padding-right:15px;}
.pcnav .s_nav a:hover{background:#DDD;padding-left:15px;padding-right:10px;}
.pcnav .f_nav .f_li:hover .f_n a,.pcnav .f_nav .f_li.on .f_n a{transform:translateY(100%);}
.t_right .t_r{float:right;margin-left:43px;position:relative;padding:26px 0;}
.t_right .t_r .t_cn{height:60px;line-height:61px;background:url(top_cn_hover.png) no-repeat left center;padding-left:23px;font-size:15px;color:#FFF;display:block;font-family:Arial;}
.top.topfix{background:#FFF;
  -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 .f_nav .f_li.f_lidown:after{background:url(nav_icon.png) no-repeat center center;}
.top.topfix .f_nav .f_li .f_n a{color:#282828;}
.top.topfix .t_right .t_r .t_cn{background:url(top_cn.png) no-repeat left center;color:#828282;}
/*mobilehead*/
#mobileheadbg{height:70px;display:none;position:relative;background:#FFF;z-index:10;}
#mobilehead{height:70px;width:100%;}
#mobilehead .logo{width:calc(100% - 120px);height:70px;display:block;float:left;background:url(logo_hover.png) 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:42px;box-sizing:border-box;font-size:15px;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(+.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;background:rgba(138,138,138,.5);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:#8a8a93;border-radius:3px;-webkit-transform-origin:35px;transform-origin:35px;-webkit-transition:all .5s;transition:all .5s;}
.top .nav .push-nav .nav-toggle span.two{width:30px;}
.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(mobilesitemap.png) no-repeat left center;background-size:auto 15px;}
.top .nav .nav_contact .nav_txt span.topphoneicon{background:url(mobilephone.png) no-repeat left center;background-size:auto 15px;}
.top .nav .nav_contact .nav_txt span.topemailicon{background:url(mobileemail.png) no-repeat left center;background-size:auto 15px;text-indent:25px;}
/*flashvideo*/
.flashvideo{width:100%;padding-bottom:100vh;position:relative;overflow:hidden;}
.flashvideo video{position:absolute;width:100%;height:calc(100% + 200px);left:0;top:0;z-index:1;object-fit:cover;display:block;}
.flashvideo .v_shade{width:100%;height:100%;background:rgba(0,0,0,.5);left:0;top:0;position:absolute;z-index:1;}
.flashvideo .fv_txt{position:absolute;width:100%;left:0;top:50%;z-index:2;text-align:center;font-size:0;-webkit-text-size-adjust:none;padding-bottom:65px;}
.flashvideo .fv_txt p{font-size:16px;line-height:26px;color:#FFF;text-align:center;}
.flashvideo .fv_txt p:first-child{font-size:48px;height:58px;line-height:58px;}
.flashvideo .fv_txt p:nth-child(2){margin:26px 0 28px;}
.flashvideo .fv_txt a{display:inline-block;width:139px;height:36px;line-height:36px;background:#f5b324;padding:0 23px;}
.flashvideo .fv_txt a span{display:block;font-size:14px;color:#FFF;padding-left:10px;background:url(flash_btnicon.png) no-repeat right center;text-align:left;}
.flashvideo .fv_txt a:last-child{margin-left:11px;}
.flashvideo .fv_txt a:hover{
  -webkit-box-shadow:0 0 8px rgba(255,255,255,.6);
     -moz-box-shadow:0 0 8px rgba(255,255,255,.6);
       -o-box-shadow:0 0 8px rgba(255,255,255,.6);
          box-shadow:0 0 8px rgba(255,255,255,.6);}
/*flash*/
.index_banner{width:100%;position:fixed;overflow:hidden;z-index:1;top:0;left:0;}
.index_banner.mb{display:none;}
.index_banner .swiper-slide{height:100vh;}
.index_banner .swiper-slide img{display:block;width:100%;height:100%;object-fit:cover;}
.index_banner .swiper-slide video{display:block;width:100%;height:100%;object-fit:cover;}

/*
.index_banner .f_shade{width:100%;height:100%;background:rgba(0,0,0,.5);left:0;top:0;position:absolute;z-index:1;}
.index_banner .f_txt{position:absolute;width:100%;left:0;top:50%;z-index:2;text-align:center;font-size:0;-webkit-text-size-adjust:none;padding-top:60px;}
.index_banner .f_txt p{font-size:14px;line-height:24px;color:#FFF;text-align:center;}
.index_banner .f_txt p:first-child{font-size:34px;height:42px;line-height:42px;}
.index_banner .f_txt p:nth-child(2){margin:10px 0;}
.index_banner .f_txt a{display:inline-block;width:120px;height:32px;line-height:32px;background:#f5b324;padding:0 15px;cursor:pointer;}
.index_banner .f_txt a span{display:block;font-size:14px;color:#FFF;padding-left:5px;background:url(flash_btnicon.png) no-repeat right center;text-align:left;}
.index_banner .f_txt a:last-child{margin-left:11px;}
.index_banner .f_txt a:hover{
  -webkit-box-shadow:0 0 8px rgba(255,255,255,.6);
     -moz-box-shadow:0 0 8px rgba(255,255,255,.6);
       -o-box-shadow:0 0 8px rgba(255,255,255,.6);
          box-shadow:0 0 8px rgba(255,255,255,.6);}*/

.index_banner .swiper-pagination-bullets{bottom:56px!important;height:37px;font-size:0;-webkit-text-size-adjust:none;}
.index_banner .swiper-pagination-bullet{opacity:1;width:215px;height:37px;margin:0 5px!important;position:relative;border-radius:0;background:transparent;padding-bottom:13px;vertical-align:top;overflow:hidden;}
.index_banner .swiper-pagination-bullet .line{width:0;height:2px;position:absolute;left:0;bottom:0;background:#00f;z-index:2;}
.index_banner .swiper-pagination-bullet:after{content:'';width:100%;height:2px;position:absolute;left:0;bottom:0;background:#a9a4a5;z-index:1;}
.index_banner .swiper-pagination-bullet .sw_p{font-size:14px;height:22px;line-height:22px;color:#FFF;text-align:left;position:relative;
     -webkit-transform:translateY(-100%);
       -moz-transform:translateY(-100%);
         -o-transform:translateY(-100%);
            transform:translateY(-100%);
    -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;}
.index_banner .swiper-pagination-bullet .sw_p em{font-style:normal;display:inline-block;margin-right:10px;}
.index_banner .swiper-pagination-bullet .sw_p em i{font-style:normal;font-size:18px;}

.index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active:after{background:#dc3545;}
.index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active .sw_p,.index_banner .swiper-pagination-bullet:hover .sw_p{
    -webkit-transform:translateY(0%);
       -moz-transform:translateY(0%);
         -o-transform:translateY(0%);
            transform:translateY(0%);}
.index_wrap{margin-top:100vh;position:relative;z-index:2;background:#FFF;}
/*product*/
.product{}
.product .p_c{font-size:0;-webkit-text-size-adjust:none;text-align:center;}
.product .p_c .swiper-pagination{position:relative;}
.product .p_c .swiper-pagination-bullet{width:20%;display:inline;height:auto;background:transparent;opacity:1;border-radius:0;outline:none;float:left;position:relative;background:url(s_libg.jpg) no-repeat left center;background-size:auto 100%;padding:31px 45px 17px;}
.product .p_c .pc_img{width:100%;height:158px;position:relative;text-align:center;padding:3px 8px;}
.product .p_c .pc_img img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;transform: translate(-50%, -50%);position:absolute;left:50%;top:50%;}
.product .p_c p{font-size:16px;height:26px;line-height:26px;color:#333;text-align:center;margin-top:5px;}
.product .p_c i{display:none;position:absolute;left:50%;margin-left:-15px;border-left:15px solid transparent;border-right:15px solid transparent;border-top:11px solid #FFF;bottom:-11px;}
.product .p_c .swiper-pagination-bullet.swiper-pagination-bullet-active .pc_img img{transform: translate(-50%, -50%) scale(1.05);}
.product .p_c .swiper-pagination-bullet.swiper-pagination-bullet-active p{color:#1f70cd;}
.product .p_c .swiper-pagination-bullet.swiper-pagination-bullet-active i{display:block;}
.product .p_ul{}
.product .p_li{width:100%;overflow:hidden;}
.product .p_li .swiper-slide{}
.product .p_li .pl_img{width:100%;padding-bottom:35.46875%;position:relative;}
.product .p_li .pl_img img{display:block;position:absolute;top:0;left:0;object-fit:cover;}
.product .p_right{width:332px;font-size:0;-webkit-text-size-adjust:none;opacity:0;position:absolute;top:17.5%;left:calc(50% - 700px);
    -webkit-transition:all 1s ease .5s;
       -moz-transition:all 1s ease .5s;
         -o-transition:all 1s ease .5s;
            transition:all 1s ease .5s;
    -webkit-transform:translateX(-120px);
       -moz-transform:translateX(-120px);
         -o-transform:translateX(-120px);
            transform:translateX(-120px);}
.product .p_right i{display:inline-block;width:27px;height:4px;border:1px solid rgba(255,255,255,.15);margin-bottom:23px;}
.product .p_right i em{display:block;background:#FFF;height:2px;}
.product .p_right p{font-size:20px;line-height:30px;color:#FFF;}
.product .p_right p:nth-child(2){font-size:36px;height:46px;line-height:46px;margin-bottom:16px;}
.product .p_right a{width:160px;line-height:44px;height:50px;border:3px solid #00a14d;font-size:15px;color:#FFF;display:inline-block;text-align:center;margin-top:34px;margin-right:12px;background:#00a14d;}
.product .p_right a:last-child{margin-right:0;background:transparent;color:#4d4d4d;}
.product .p_right a:hover{border-color:#00a14d;color:#FFF;}
.product .p_right a.first_btn:hover{box-shadow:0 0 15px #FFF;padding-left:5px;}
.product .p_right a:hover:before{width:100%;background:#00a14d;}
.product .swiper-slide.swiper-slide-active .p_right{
    -webkit-transform:translateX(0);
       -moz-transform:translateX(0);
         -o-transform:translateX(0);
            transform:translateX(0);
              opacity:1;}
/*yingyong*/
.yingyong{margin-top:49px;}
.yingyong .yy_title{padding:35px 0 57px;float:left;}
.yingyong .yy_title p:first-child{font-size:24px;height:34px;line-height:34px;font-weight:bold;color:#8c94a3;padding-left:69px;position:relative;}
.yingyong .yy_title p:first-child:before{content:'';width:49px;height:3px;background:#00a14d;position:absolute;left:0;top:50%;margin-top:-3px;}
.yingyong .yy_title p:last-child{font-size:45px;height:55px;line-height:55px;font-weight:bold;color:#1f1f1f;margin-top:7px;}
.yingyong .yy_ul{float:right;padding-left:27px;background:url(yy_bgright.png) no-repeat left center;background-size:auto 100%;}
.yingyong .yy_ul .swiper-pagination{position:relative;}
.yingyong .yy_ul .swiper-pagination-bullet{width:calc(100%/3);float:left;min-width:192px;padding:32px 0 55px;background:url(yy_bgright.png) no-repeat right center;background-size:auto 100%;position:relative;display:block;height:auto;opacity:1;border-radius:0;outline:none;}
.yingyong .yy_ul .swiper-pagination-bullet:after{content:none;width:34px;height:100%;position:absolute;right:-34px;top:0;background:url(yy_bgleft.png) no-repeat center center;background-size:auto 100%;}
.yingyong .yy_ul .swiper-pagination-bullet i{display:block;height:46px;background-repeat:no-repeat;}
.yingyong .yy_ul .swiper-pagination-bullet i.icon1{background-image:url(yw_icon1.png);background-position:center top;}
.yingyong .yy_ul .swiper-pagination-bullet i.icon2{background-image:url(yw_icon2.png);background-position:center top;}
.yingyong .yy_ul .swiper-pagination-bullet i.icon3{background-image:url(yw_icon3.png);background-position:center top;}
.yingyong .yy_ul .swiper-pagination-bullet p{font-size:18px;height:28px;line-height:28px;color:#3f4150;margin-top:27px;text-align:center;}
.yingyong .yy_ul .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#FFF;}
.yingyong .yy_ul .swiper-pagination-bullet.swiper-pagination-bullet-active:after{content:'';}
.yingyong .yy_ul .swiper-pagination-bullet.swiper-pagination-bullet-active i.icon1{background-position:center bottom;}
.yingyong .yy_ul .swiper-pagination-bullet.swiper-pagination-bullet-active i.icon2{background-position:center bottom;}
.yingyong .yy_ul .swiper-pagination-bullet.swiper-pagination-bullet-active i.icon3{background-position:center bottom;}
.yingyong .yy_ul .swiper-pagination-bullet.swiper-pagination-bullet-active p{color:#04a94b;}
.yingyong .yy_content{background:url(yybg.jpg) no-repeat right center #F7F7F7;background-size:50% 100%;position:relative;overflow:hidden;}
.yingyong .yy_left{width:50%;float:left;overflow:hidden;position:relative;opacity:0;}
.yingyong .yy_left .yy_img{width:100%;padding-bottom:58.8542%;position:relative;overflow:hidden;}
.yingyong .yy_right{width:50%;float:right;overflow:hidden;position:0;
    -webkit-transform:translateX(50%);
       -moz-transform:translateX(50%);
         -o-transform:translateX(50%);
            transform:translateX(50%);}
.yingyong .yy_right .yy_txt{width:100%;padding-bottom:58.8542%;position:relative;}
.yingyong .yy_right .yy_txt .yy_pp{position:absolute;width:100%;max-width:700px;padding:0 30px 38px 108px;left:0;top:50%;}
.yingyong .yy_right .yy_txt .yy_pp p{font-size:16px;line-height:28px;color:#8c94a3;}
.yingyong .yy_right .yy_txt .yy_pp p:first-child{font-size:40px;height:50px;line-height:50px;font-weight:bold;color:#3f4150;margin-bottom:16px;}
/*.yingyong .yy_right .yy_txt .yy_pp p:nth-child(2){font-size:30px;height:40px;line-height:40px;color:#3f4150;margin-bottom:18px;}*/
.yingyong .yy_right .yy_txt .yy_pp a{display:block;width:160px;height:50px;line-height:50px;margin-top:81px;background:#00a14d;color:#FFF;text-align:center;}
.yingyong .yy_right .yy_txt .yy_pp a:hover{background:#028742;}
.yingyong .yy_content .swiper-slide.swiper-slide-active .yy_left{
    -webkit-transform:translateX(0);
       -moz-transform:translateX(0);
         -o-transform:translateX(0);
            transform:translateX(0);
              opacity:1;}
.yingyong .yy_content .swiper-slide.swiper-slide-active .yy_right{
    -webkit-transform:translateX(0);
       -moz-transform:translateX(0);
         -o-transform:translateX(0);
            transform:translateX(0);
              opacity:1;}
/*pb_title*/
.pb_title{text-align:center;position:relative;}
.pb_title.tal{text-align:left;}
.pb_title .h_t{font-size:45px;color:#333;height:55px;line-height:55px;position:relative;font-weight:bold;}
.pb_title p{font-size:16px;color:#666;line-height:30px;margin-top:4px;}
/*news*/
.news{padding:64px 0 72px;background:#f2f2f7;}
.news .n_ul{margin-top:35px;}
.news .n_ul .n_li{width:calc(50% - 18px);margin-left:36px;float:left;}
.news .n_ul .n_li:first-child{margin-left:0;}
.news .n_ul .n_li a{display:block;}
.news .n_ul .n_li a .n_img{width:100%;padding-bottom:202px;position:relative;overflow:hidden;}
.news .n_ul .n_li a .n_txt{padding:20px 20px 0 0;}
.news .n_ul .n_li a .n_txt p{font-size:24px;line-height:32px;color:#43434c;}
.news .n_ul .n_li a .n_txt p.ml{text-indent:-12px;}
.news .n_ul .n_li a .n_txt p:first-child{font-size:14px;height:14px;line-height:14px;margin-bottom:18px;color:#00a14d;}
.news .n_ul .n_li a .n_txt p:nth-child(2){overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.news .n_ul .n_li a.n_first .n_img{padding-bottom:438px;}
.news .n_ul .n_li a.n_first .n_txt p:first-child{margin-bottom:16px;}
.news .n_ul .n_li a.n_first .n_txt p:nth-child(2){height:34px;line-height:34px;margin-bottom:6px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.news .n_ul .n_li a.n_first .n_txt p:last-child{font-size:16px;height:26px;line-height:26px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#9e9ea5;}
.news .n_ul .n_li a.n_second{background:#00a14d;}
.news .n_ul .n_li a.n_second .n_left{width:50%;float:left;}
.news .n_ul .n_li a.n_second .n_img{padding-bottom:219px;}
.news .n_ul .n_li a.n_second .n_txt{width:50%;float:right;padding:0 0 0 0;}
.news .n_ul .n_li a.n_second .n_txt .n_pp{width:100%;padding-bottom:219px;position:relative;}
.news .n_ul .n_li a.n_second .n_txt .n_pp .n_p{position:absolute;width:100%;left:0;top:50%;padding:0 45px 3px;}
.news .n_ul .n_li a.n_second .n_txt p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;color:#FFF;}
.news .n_ul .n_li a.n_three{margin-top:17px;width:calc(50% - 7px);float:left;margin-left:14px;}
.news .n_ul .n_li a.n_three:nth-child(2){margin-left:0;}
.news .n_ul .n_li a.n_three .n_img.n_shade:after{content:'';width:100%;height:100%;background:url(v_icon.png) no-repeat center center;position:absolute;left:0;top:0;}
.news .n_ul .n_li a.n_three .n_txt p:nth-child(2){overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.news .n_ul .n_li a:hover .n_img img{
    -webkit-transform:scale(1.05);
       -moz-transform:scale(1.05);
         -o-transform:scale(1.05);
            transform:scale(1.05);}
/*xiaoshou*/
.xiaoshou{padding:77px 0 68px;}
.xiaoshou .xs_left{width:400px;float:left;padding-top:15px;}
.xiaoshou .xs_left .xs_ul{padding-top:42px;}
.xiaoshou .xs_left .xs_ul a{display:block;height:43px;line-height:42px;font-size:16px;color:#717171;margin-top:10px;border-bottom:1px dashed #afafb1;width:82.25%;position:relative;}
.xiaoshou .xs_left .xs_ul a:before{content:'';width:9px;height:100%;position:absolute;right:15px;top:0;background-image:url(sh_icon.png);background-repeat:no-repeat;background-position:left center;}
.xiaoshou .xs_left .xs_ul a:hover{color:#00a14d;border-bottom-color:#00a14d;}
.xiaoshou .xs_left .xs_ul a:hover:before{background-position:-9px center;}

.xiaoshou .xs_left .xs_btn{margin-top:35px;}
.xiaoshou .xs_left .xs_btn a{width:154px;line-height:45px;height:49px;border:2px solid #00a14d;font-size:16px;color:#FFF;display:inline-block;text-align:center;margin-right:18px;background:#00a14d;}
.xiaoshou .xs_left .xs_btn a:last-child{margin-right:0;background:transparent;color:#717171;border-color:#6b737a;}
.xiaoshou .xs_left .xs_btn a:hover{border-color:#00a14d;color:#FFF;}
.xiaoshou .xs_left .xs_btn a.first_btn:hover{background:#028742;text-indent:-5px;border-color:#028742;}
.xiaoshou .xs_left .xs_btn a:hover:before{width:100%;background:#00a14d;}

.xiaoshou .xs_c{background:url(sh_ditu.webp) no-repeat center top;height:492px;position:relative;background-size:100% auto;float:right;width:1000px;}
.xiaoshou .xs_c .xs_dian{position:absolute;}
.xiaoshou .xs_c .xs_dian i{display:block;width:9px;height:9px;background:#e90014;border-radius:50%;position:absolute;left:0;top:0;z-index:2;}
.xiaoshou .xs_c .xs_dian em{display:block;width:25px;height:25px;position:absolute;left:-8px;top:-8px;background:#ea091d;border-radius:50%;z-index:1;}
.xiaoshou .xs_c .xs_dian.xd1{left:16%;top:25.407%;}
.xiaoshou .xs_c .xs_dian.xd2{left:18.5%;top:40.041%;}
.xiaoshou .xs_c .xs_dian.xd3{left:28.1%;top:31.301%;}
.xiaoshou .xs_c .xs_dian.xd4{left:29.7%;top:69.512%;}
.xiaoshou .xs_c .xs_dian.xd5{left:35%;top:13.211%;}
.xiaoshou .xs_c .xs_dian.xd6{left:41.5%;top:22.154%;}
.xiaoshou .xs_c .xs_dian.xd7{left:46.9%;top:55.894%;}
.xiaoshou .xs_c .xs_dian.xd8{left:49.5%;top:25.61%;}
.xiaoshou .xs_c .xs_dian.xd9{left:51%;top:22.154%;}
.xiaoshou .xs_c .xs_dian.xd10{left:53.7%;top:18.699%;}
.xiaoshou .xs_c .xs_dian.xd11{left:54.1%;top:76.423%;}
.xiaoshou .xs_c .xs_dian.xd12{left:58.1%;top:34.959%;}
.xiaoshou .xs_c .xs_dian.xd13{left:59%;top:51.016%;}
.xiaoshou .xs_c .xs_dian.xd14{left:64.2%;top:29.878%;}
.xiaoshou .xs_c .xs_dian.xd15{left:67.5%;top:47.561%;}
.xiaoshou .xs_c .xs_dian.xd16{left:68.6%;top:59.959%;}
.xiaoshou .xs_c .xs_dian.xd16{left:69.5%;top:41.059%;}
.xiaoshou .xs_c .xs_dian.xd17{left:72.3%;top:36.992%;}
.xiaoshou .xs_c .xs_dian.xd18{left:72.3%;top:46.545%;}
.xiaoshou .xs_c .xs_dian.xd19{left:72.6%;top:44.309%;}
.xiaoshou .xs_c .xs_dian.xd20{left:73.2%;top:49.187%;}
.xiaoshou .xs_c .xs_dian.xd21{left:74.3%;top:30.691%;}
.xiaoshou .xs_c .xs_dian.xd22{left:74.5%;top:37.805%;}
.xiaoshou .xs_c .xs_dian.xd23{left:75.8%;top:16.667%;}
.xiaoshou .xs_c .xs_dian.xd24{left:76.2%;top:48.171%;}
.xiaoshou .xs_c .xs_dian.xd25{left:77%;top:35.976%;}
.xiaoshou .xs_c .xs_dian.xd26{left:77%;top:48.577%;}
.xiaoshou .xs_c .xs_dian.xd27{left:81%;top:37.602%;}
.xiaoshou .xs_c .xs_dian.xd28{left:81.2%;top:44.919%;}
.xiaoshou .xs_c .xs_dian.xd29{left:81.2%;top:44.919%;}
.xiaoshou .xs_c .xs_dian.xd30{left:83.4%;top:77.846%;}
.xiaoshou .xs_c .xs_dian.xd31{left:83.9%;top:44.309%;}
.xiaoshou .xs_c .xs_dian.xd32{left:89.3%;top:21.545%;}
.xiaoshou .xs_c .xs_txt{position:absolute;left:62.3%;top:39.228%;text-align:center;font-size:0;-webkit-text-size-adjust:none;z-index:3;}
.xiaoshou .xs_c .xs_txt .xs_logo{width:43px;height:43px;background:url(sh_logo.png) no-repeat center center;display:inline-block;}
.xiaoshou .xs_c .xs_txt p{margin-top:10px;width:311px;height:53px;line-height:53px;background:#00a14d;border-radius:3px;text-align:center;font-size:30px;color:#FFF;}
/*index_btn*/
.index_btn{padding:59px 0 50px;
    background: -moz-linear-gradient(left, #f2f2f7 50%, #00a14d 50%);
    background: -webkit-gradient(linear, left top, right top, color-stop(50%,#f2f2f7), color-stop(50%,#00a14d));
    background: -webkit-linear-gradient(left, #f2f2f7 50%,#00a14d 50%);
    background: -o-linear-gradient(left, #f2f2f7 50%,#00a14d 50%);
    background: -ms-linear-gradient(left, #f2f2f7 50%,#00a14d 50%);
    background: linear-gradient(to right, #f2f2f7 50%,#00a14d 50%);}
.index_btn a{width:50%;float:left;display:block;}
.index_btn a:first-child{background:url(ib_icon1.png) no-repeat right 125px top 21px;}
.index_btn a:last-child{background:url(ib_icon2.png) no-repeat right top 21px;padding-left:85px;}
.index_btn a p{font-size:15px;height:25px;line-height:25px;color:#333f47;}
.index_btn a p:first-child{font-size:32px;height:42px;line-height:42px;margin-bottom:10px;font-weight:bold;}
.index_btn a:last-child p{color:#FFF;}
/*foot*/
.foot{background:#181818;padding:70px 0 35px;}
.foot .f_left{width:395px;float:right;}
.foot .f_left .f_title{font-size:24px;height:34px;line-height:34px;color:#FFF;}
.foot .f_left .f_txt{margin-top:35px;}
.foot .f_left .f_txt p{font-size:14px;line-height:30px;color:#c7ccd1;}
.foot .f_left .f_txt p span{color:#FFF;font-size:26px;display:inline-block;vertical-align:top;font-weight:bold;font-family:Arial;}
.foot .f_left .f_txt p em{display:inline-block;margin-left:40px;font-style:normal;}
.foot .f_left .f_ewm{margin-top:15px;}
.foot .f_left .f_ewm .f_li{width:113px;margin-left:28px;float:left;}
.foot .f_left .f_ewm .f_li:first-child{margin-left:0;}
.foot .f_left .f_ewm .f_li img{display:block;width:100%;height:auto;}
.foot .f_left .f_ewm .f_li span{display:block;font-size:14px;height:24px;line-height:24px;color:#c7ccd1;margin-top:9px;}
.foot .f_right{width:calc(100% - 395px);float:left;position:relative;font-size:0;-webkit-text-size-adjust:none;}
.foot .f_right .f_nav{display:inline-block;margin-left:100px;vertical-align:top;}
.foot .f_right .f_nav:first-child{margin-left:0;}
.foot .f_right .f_nav .f_t{font-size:22px;height:32px;line-height:32px;color:#FFF;}
.foot .f_right .f_nav .f_a{margin-top:34px;}
.foot .f_right .f_nav .f_a a{display:block;height:36px;line-height:36px;color:#c7ccd1;font-size:15px;}
.foot .f_right .f_nav .f_a a:hover{color:#FFF;text-decoration:underline;}
/*footbottom*/
.footbottom{padding-top:30px;margin-top:52px;border-top:1px solid #3a3a3a;}
.footbottom p{line-height:24px;color:#808b96;}
.footbottom p a{color:#808b96;}
.footbottom p span{display:inline-block;margin-right:5px;}
/*friendlink*/
.friendlink{padding-top:10px;}
.friendlink span{width:75px;float:left;display:block;height:25px;line-height:25px;font-size:15px;color:rgba(255,255,255,.5);font-weight:bold;position:relative;margin-top:8px;}
.friendlink .fl_right{width:calc(100% - 75px);float:right;font-size:0;-webkit-text-size-adjust:none;}
.friendlink .fl_right a{color:rgba(255,255,255,.5);white-space:nowrap;display:inline-block;font-size:14px;position:relative;height:24px;line-height:24px;margin-right:20px;margin-top:8px;}
/*stylepbulic*/
#stylesubnav{width:100%;border-bottom:1px solid #E5E5E5;background:#eff0f1;}
#stylesubnav .xq_c{padding:0;position:relative;}
#stylesubnav .xq_crumbs{background:url(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*/
body.bg{padding-top:112px;position:relative;}
body.bg:before{content:'';width:100%;height:752px;background-repeat:no-repeat;background-position:center top;background-size:cover;position:absolute;left:0;top:112px;}
body.bg.bg0:before{content:none;}
body.bg.bg1:before{background-image:url(info_banner.jpg);}
body.bg.bg2:before{background-image:url(info_lcbanner.jpg);}
body.bg.bg3:before{background-image:url(info_whbanner.jpg);}
body.bg.bg4:before{background-image:url(info_zzbanner.jpg);}
body.bg.bg5:before{background-image:url(info_ghbanner.jpg);}
body.bg.bg6:before{background-image:url(ser_shbanner.jpg);}
body.bg.bg7:before{background-image:url(sev_lcbanner.jpg);}
body.bg.bg8:before{background-image:url(con_lxbanner.jpg);}
body.bg.bg9:before{background-image:url(con_rcbanner.jpg);}
body.bg.bg10:before{background-image:url(news_banner.jpg);}
body.bg.bg11:before{background-image:url(pro_cbanner.jpg);}
body.bg.bg12:before{background-image:url(con_rccbanner.jpg);}
body.bg .top{background:#FFF;}
body.bg .top .f_nav .f_li.f_lidown:after{background:url(nav_icon.png) no-repeat center center;}
body.bg .top .f_nav .f_li .f_n a{color:#282828;}
body.bg .top .t_right .t_r .t_cn{background:url(top_cn.png) no-repeat left center;color:#828282;}
.px_banner{width:100%;padding-bottom:520px;position:relative;z-index:9;}
.px_banner.px_ban1{padding-bottom:470px;}
.px_banner .px_txt{width:100%;left:50%;top:50%;z-index:2;text-align:center;padding-bottom:53px;position:absolute;max-width:1572px;width:calc(100% - 30px);}
.px_banner .px_txt.px_txt1{text-align:left;}
.px_banner .px_txt p{font-size:14px;line-height:24px;color:#FFF;text-transform:uppercase;}
.px_banner .px_txt p:first-child{font-size:60px;height:70px;line-height:70px;margin-bottom:15px;font-weight:bold;}
.px_banner .px_txt.px_txt1 p{color:#333;}
.px_banner .crumbs{position:absolute;left:50%;bottom:10px;width:calc(100% - 30px);max-width:1572px;}
.px_banner.px_ban1 .crumbs{max-width:1400px;}
.px_banner.px_ban1 .px_txt{max-width:1400px;}
.px_banner .crumbs .xq_crumbs{background:url(pos_icon.png) no-repeat left 5px;line-height:24px;padding-left:20px;color:#FFF;display:inline-block;}
.px_banner .crumbs .xq_crumbs.xq_crumbs1{background:url(pos_icon1.png) no-repeat left 5px;color:#222;}
.px_banner .crumbs .xq_crumbs a{color:#FFF;}
.px_banner .crumbs .xq_crumbs.xq_crumbs1 a{color:#222;}
/*nei_wrap*/
.nei_wrap{width:calc(100% - 20px);max-width:1572px;margin:0 auto;background:#FFF;position:relative;z-index:1;}
.nei_wrap.nei_wrap1{background:transparent;}
.nei_wrap.nei_wrap1:before{content:'';width:100%;height:232px;background:#FFF;position:absolute;left:0;top:0;}
.sub_nav{background:url(nei_wrapbg.png) repeat-x center top;text-align:center;font-size:0;-webkit-text-size-adjust:none;background-size:auto 100%;position:relative;}
.sub_nav a{display:inline-block;padding:0 14px;margin-left:50px;font-size:18px;color:#222;height:80px;line-height:80px;position:relative;}
.sub_nav a:first-child{margin-left:0;}
.sub_nav a:before{width:100%;height:3px;background:#00a54f;position:absolute;left:0;bottom:0;}
.sub_nav a.on{color:#00a54f;}
.sub_nav a.on:before{content:'';}





/*sub_nav*/
/*.sub_nav{background:#eef2f5;}
.sub_nav .sn_right{float:right;height:80px;line-height:80px;background:url(dw_icon.png) no-repeat left center;padding-left:21px;color:#555;}
.sub_nav .sn_right a{color:#555;}
.sub_nav .sn_left{float:left;font-size:0;-webkit-text-size-adjust:none;}
.sub_nav .sn_left a{height:80px;line-height:80px;text-align:center;display:inline-block;position:relative;font-size:15px;color:#333;padding:0 30px;}
.sub_nav .sn_left a:before{content:'';position:absolute;left:0;top:50%;margin-top:-8px;width:1px;height:15px;background:#ccc;}
.sub_nav .sn_left a:first-child:before{content:none;}
.sub_nav .sn_left a.on{background:#1f70cd;color:#FFF;}
.sub_nav .sn_left a.on:before{content:none;}*/

/*sub_cnav*/
.sub_cnav{background:#eef2f5;font-size:0;-webkit-text-size-adjust:none;text-align:center;}
.sub_cnav a{height:80px;line-height:80px;text-align:center;display:inline-block;position:relative;font-size:15px;color:#333;padding:0 50px;position:relative;}
.sub_cnav a:before{content:'';width:1px;height:15px;background:#ccc;position:absolute;left:0;top:50%;margin-top:-7px;}
.sub_cnav a:first-child:before{content:none;}
.sub_cnav a.on{background:#1f70cd;color:#FFF;}
.sub_cnav a.on:before{content:none;}
.sub_cnav a.on + a:before{content:none;}
/*sub_title*/
.sub_title{text-align:center;}
.sub_title .s_t{font-size:36px;height:46px;line-height:46px;color:#000;}
.sub_title p{font-size:16px;color:#666;line-height:26px;margin-top:10px;}
/*manu*/
.manu {padding:25px 3px;margin:3px;text-align:center;}
.manu a{border:1px solid #D9D9D9;padding:9px 15px;text-decoration:none;margin:0 2px;}
.manu a:hover{border:1px solid #D9D9D9;}
.manu a:active {border:1px solid #D9D9D9;}
.manu .current {border:1px solid #00a54f;padding:9px 15px;background:#00a54f;font-weight:bold;margin:0 2px;color:#FFF;}
.manu .disabled{border:1px solid #D9D9D9;padding:9px 15px;color:#D9D9D9;margin:0 2px;}


/*公用右侧*/
.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:0 0 10px;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:15px;}
.newscow_right .news_product .bd ul li{margin-top:10px;}
.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;margin:0 auto;border-bottom:1px dashed #d5d5d5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-left:13px;position:relative;}
.newscow_right .news_nlist ul li:before{content:'';width:3px;height:3px;background:#333;border-radius:50%;position:absolute;left:5px;top:50%;margin-top:-1px;}
/*公用分页*/
.fanye{list-style:none;border-top:1px dashed #cccccc;border-bottom:1px dashed #c2a9a4;padding-top:10px;padding-bottom:10px;margin-top:20px;}
.fanye ul li{height:30px;line-height:30px;text-align:left;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.fanye ul li a{ color:#333;}

/*视频弹出*/
#tan_box{display:none;position:fixed;left:0px;top:0px;right:0px;bottom:0px;background:rgba(0, 0, 0, 0.8);z-index:1000;}
.tan_box{position:absolute;left:0px;top:0px;right:0px;bottom:0px;padding:50px;display:-webkit-box;display:-moz-box;display:-webkit-flex;
    display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;}
.tan_box .box{position:relative;background:#fff url(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(closeicon.png) no-repeat center center #FFF;}

/*电脑浮动*/
.izl-rmenu{position:fixed;right:0;bottom:10px;z-index:999;width:72px;}
.izl-rmenu .iz_btn{width:72px;margin-bottom:1px;cursor:pointer;position:relative;padding:12px 0 7px;background:#e30713;display:block;}
.izl-rmenu .iz_btn i{display:block;width:100%;height:33px;background-repeat:no-repeat;background-position:center center;}
.izl-rmenu .iz_btn i.icon1{background-image:url(../images/r_qq.png);}
.izl-rmenu .iz_btn i.icon2{background-image:url(../images/r_wx.png);}
.izl-rmenu .iz_btn i.icon3{background-image:url(../images/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:#e30713;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:13px;height:21px;line-height:21px;color:#FFF;text-align:center;}

.izl-rmenu .btn-top{background:url(../images/r_top.png) 0px 0px no-repeat;background-color:#666666;padding:16px 0 15px;height:73px;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(kf1.png) no-repeat center center;}
#floatBottom a.kf2{background:url(kf2.png) no-repeat center center;}
#floatBottom a.kf3{background:url(kf3.png) no-repeat center center;}
#floatBottom a.kf4{background:url(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:80%;height:auto;background:#FFF;position:absolute;left:10%;top:50%;transform:translateY(-50%);}
.video video{width:100%;height:100%;display:block;}
.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:1599px){
	.container{width:1200px;}
    .top .logo{width:200px;margin:20px 20px 20px 0;height:52px;}
    .pcnav .f_nav{padding:21px 0;}
    .pcnav .f_nav .f_li{margin-left:26px;}
    .pcnav .f_nav .f_li.f_lidown:after{right:-12px;}
    .pcnav .f_nav .f_li .f_n a{font-size:15px;height:50px;line-height:50px;}
    .t_right .t_r{margin-left:30px;padding:21px 0;}
    .t_right .t_r .t_cn{height:50px;line-height:51px;}
    .index_banner .swiper-slide{height:70vh;}
    .index_banner .swiper-pagination-bullets{bottom:30px!important;height:34px;}
    .index_banner .swiper-pagination-bullet{width:180px;padding-bottom:10px;height:34px;}
    .index_banner .swiper-pagination-bullet .sw_p{font-size:13px;height:20px;line-height:20px;}
    .index_banner .swiper-pagination-bullet .sw_p em{margin-right:7px;}
    .index_banner .swiper-pagination-bullet .sw_p em i{font-size:16px;}
    .index_wrap{margin-top:70vh;}
    .product .p_c i{border-left-width:11px;border-right-width:11px;border-bottom-width:9px;bottom:-9px;}
    .product .p_c .swiper-pagination-bullet{padding:26px 30px 15px;}
    .product .p_c .pc_img{height:116px;}
    .product .p_li .pl_img{min-height:520px;}
    .product .p_right{left:calc(50% - 600px);}
    .product .p_right i{margin-bottom:16px;}
    .product .p_right p{font-size:16px;height:26px;line-height:26px;}
    .product .p_right p:nth-child(2){font-size:30px;height:40px;line-height:40px;margin-bottom:10px;}
    .product .p_right a{width:150px;height:46px;line-height:42px;border-width:2px;font-size:14px;margin-top:26px;}
    .yingyong{margin-top:30px;}
    .yingyong .yy_title{padding:21px 0 43px;}
    .yingyong .yy_title p:first-child{font-size:20px;height:30px;line-height:30px;padding-left:50px;}
    .yingyong .yy_title p:first-child:before{width:40px;height:2px;margin-top:-2px;}
    .yingyong .yy_title p:last-child{font-size:40px;height:50px;line-height:50px;margin-top:8px;}
    .yingyong .yy_ul .swiper-pagination-bullet{padding:26px 0 40px;min-width:166px;}
    .yingyong .yy_ul .swiper-pagination-bullet i{height:42px;background-size:auto 84px;}
    .yingyong .yy_ul .swiper-pagination-bullet p{font-size:16px;height:26px;line-height:26px;margin-top:18px;}
    .yingyong .yy_right .yy_txt .yy_pp{max-width:600px;padding:0 20px 20px 70px;}
    .yingyong .yy_right .yy_txt .yy_pp p{font-size:15px;line-height:26px;}
    .yingyong .yy_right .yy_txt .yy_pp p:first-child{font-size:32px;height:42px;line-height:42px;margin-bottom:10px;}
    /*.yingyong .yy_right .yy_txt .yy_pp p:nth-child(2){font-size:22px;height:32px;line-height:32px;margin-bottom:12px;}*/
    .yingyong .yy_right .yy_txt .yy_pp a{margin-top:60px;width:150px;height:44px;line-height:44px;}
	.pb_title .h_t{font-size:40px;height:50px;line-height:50px;}
	.pb_title p{font-size:15px;line-height:28px;}
    .pb_title p br{display:none;}
    .news{padding:30px 0 40px;}
    .news .n_ul{margin-top:20px;}
    .news .n_ul .n_li{width:calc(50% - 12px);margin-left:24px;}
    .news .n_ul .n_li a .n_img{padding-bottom:173px;}
    .news .n_ul .n_li a .n_txt{padding:15px 15px 0 0;}
    .news .n_ul .n_li a .n_txt p{font-size:20px;line-height:28px;}
    .news .n_ul .n_li a .n_txt p:first-child{margin-bottom:12px;}
    .news .n_ul .n_li a.n_first .n_img{padding-bottom:375px;}
    .news .n_ul .n_li a.n_first .n_txt p:first-child{margin-bottom:10px;}
    .news .n_ul .n_li a.n_first .n_txt p:nth-child(2){height:30px;line-height:30px;margin-bottom:4px;}
    .news .n_ul .n_li a.n_first .n_txt p:last-child{font-size:15px;height:24px;line-height:24px;}
    .news .n_ul .n_li a.n_second .n_img{padding-bottom:188px;}
    .news .n_ul .n_li a.n_second .n_txt .n_pp{padding-bottom:188px;}
    .news .n_ul .n_li a.n_second .n_txt .n_pp .n_p{padding:0 30px;}
    .news .n_ul .n_li a.n_three{margin-top:14px;}
    .news .n_ul .n_li a.n_three .n_img.n_shade:after{background-size:70px;}
    .xiaoshou{padding:27px 0;}
    .xiaoshou .xs_left{width:340px;}
    .xiaoshou .xs_left .xs_ul{padding-top:30px;}
    .xiaoshou .xs_left .xs_ul a{height:40px;line-height:39px;font-size:15px;margin-top:7px;}
    .xiaoshou .xs_left .xs_ul a:before{width:7px;background-size:14px auto;}
    .xiaoshou .xs_c{width:860px;height:423px;}
    .xiaoshou .xs_c .xs_txt .xs_logo{width:39px;height:39px;background-size:100%;}
    .xiaoshou .xs_c .xs_txt p{width:267px;height:47px;line-height:47px;font-size:24px;}
    .xiaoshou .xs_left .xs_btn{margin-top:25px;}
    .xiaoshou .xs_left .xs_btn a{width:132px;line-height:41px;height:45px;font-size:15px;margin-right:12px;}
    .index_btn{padding:40px 0;}
    .index_btn a p{font-size:14px;height:24px;line-height:24px;}
    .index_btn a p:first-child{font-size:28px;height:38px;line-height:38px;margin-bottom:7px;}
    .index_btn a:first-child{background-position:right 80px top 16px;background-size:26px auto;}
    .index_btn a:last-child{background-size:26px auto;padding-left:60px;}
    .foot{padding:50px 0 30px;}
    .foot .f_left{width:375px;}
    .foot .f_left .f_title{font-size:22px;height:32px;line-height:32px;}
    .foot .f_left .f_txt{margin-top:20px;}
    .foot .f_left .f_txt p{line-height:28px;}
    .foot .f_left .f_txt p span{font-size:22px;}
    .foot .f_left .f_ewm .f_li{margin-left:18px;}
    .foot .f_right .f_nav{margin-left:80px;}
    .foot .f_right .f_nav .f_t{font-size:20px;height:30px;line-height:30px;}
    .foot .f_right .f_nav .f_a{margin-top:20px;}
    .foot .f_right .f_nav .f_a a{line-height:32px;height:32px;}
    .footbottom{margin-top:30px;padding-top:20px;}









    body.bg{padding-top:92px;position:relative;}
    body.bg:before{top:92px;height:600px;}
	.px_banner{padding-bottom:463px;}
    .px_banner.px_ban1{padding-bottom:300px;}
    .px_banner .px_txt{padding-bottom:40px;max-width:1350px;}
    .px_banner .px_txt p:first-child{font-size:50px;height:60px;line-height:60px;margin-bottom:10px;}
    .px_banner .crumbs{max-width:1350px;}
    .nei_wrap{max-width:1350px;}
    .sub_nav a{font-size:16px;height:66px;line-height:66px;padding:0 10px;}
    .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;}
}

@media screen and (max-width:1299px){
	.container{width:994px;}
	.top .logo{width:170px;margin:15px 10px 15px 0;height:44px;}
	.top .t_right{display:none;}
    .pcnav .f_nav{padding:15px 0;}
    .pcnav .f_nav .f_li{margin-left:30px;}
    .pcnav .f_nav .f_li.f_lidown:after{right:-12px;}
    .pcnav .f_nav .f_li .f_n a{font-size:14px;height:45px;line-height:45px;}
    .pcnav .s_nav a{font-size:14px;height:40px;line-height:40px;}
    .t_right .t_r{margin-left:20px;padding:15px 0;}
    .t_right .t_r .t_cn{height:45px;line-height:46px;}
    .top .nav{display:block;}
    .index_banner.pc{display:none;}
    .index_banner.mb{display:block;}
    .index_banner .swiper-slide{height:600px;}
    .index_banner .swiper-slide.sw_video{display:none;}
    .index_banner .swiper-pagination-bullets{bottom:20px!important;height:11px;}
    .index_banner .swiper-pagination-bullet{width:11px;padding-bottom:0;height:11px;background:#FFF;border-radius:6px;}
    .index_banner .swiper-pagination-bullet:after{content:none;}
    .index_banner .swiper-pagination-bullet .sw_p{display:none;}
    .index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width:50px;background:#dc354b;}
    .index_wrap{margin-top:600px;}
    .product .p_c i{border-left-width:9px;border-right-width:9px;border-bottom-width:7px;bottom:-7px;}
    .product .p_c .swiper-pagination-bullet{padding:20px 20px 12px;}
    .product .p_c .pc_img{height:80px;}
    .product .p_li .pl_img{min-height:410px;}
    .product .p_right{left:calc(50% - 480px);}
    .product .p_right i{margin-bottom:10px;}
    .product .p_right p{font-size:15px;height:24px;line-height:24px;}
    .product .p_right p:nth-child(2){font-size:22px;height:30px;line-height:30px;margin-bottom:6px;}
    .product .p_right a{width:120px;height:42px;line-height:38px;margin-top:18px;}
    .yingyong{margin-top:20px;}
    .yingyong .yy_title{padding:15px 0 36px;}
    .yingyong .yy_title p:first-child{font-size:17px;height:26px;line-height:26px;padding-left:40px;}
    .yingyong .yy_title p:first-child:before{width:30px;margin-top:0;}
    .yingyong .yy_title p:last-child{font-size:32px;height:42px;line-height:42px;margin-top:5px;}
    .yingyong .yy_ul .swiper-pagination-bullet{padding:20px 0 30px;min-width:132px;}
    .yingyong .yy_ul .swiper-pagination-bullet i{height:38px;background-size:auto 76px;}
    .yingyong .yy_ul .swiper-pagination-bullet p{font-size:15px;height:24px;line-height:24px;margin-top:12px;}
    .yingyong .yy_right .yy_txt .yy_pp{max-width:497px;padding:0 10px 10px 30px;}
    .yingyong .yy_right .yy_txt .yy_pp p{font-size:14px;line-height:24px;}
    .yingyong .yy_right .yy_txt .yy_pp p:first-child{font-size:28px;height:36px;line-height:36px;margin-bottom:7px;}
    /*.yingyong .yy_right .yy_txt .yy_pp p:nth-child(2){font-size:18px;height:26px;line-height:26px;margin-bottom:9px;}*/
    .yingyong .yy_right .yy_txt .yy_pp a{margin-top:30px;width:120px;height:40px;line-height:40px;}
    .pb_title .h_t{font-size:32px;height:42px;line-height:42px;}
    .pb_title p{font-size:14px;line-height:26px;}
    .news{padding:20px 0 30px;}
    .news .n_ul{margin-top:15px;}
    .news .n_ul .n_li{width:calc(50% - 8px);margin-left:16px;}
    .news .n_ul .n_li a .n_img{padding-bottom:144px;}
    .news .n_ul .n_li a .n_txt{padding:10px 10px 0 0;}
    .news .n_ul .n_li a .n_txt p{font-size:18px;line-height:26px;}
    .news .n_ul .n_li a .n_txt p:first-child{margin-bottom:10px;}
    .news .n_ul .n_li a .n_txt p.ml{text-indent:-9px;}
    .news .n_ul .n_li a.n_first .n_img{padding-bottom:312px;}
    .news .n_ul .n_li a.n_first .n_txt p:first-child{margin-bottom:8px;}
    .news .n_ul .n_li a.n_first .n_txt p:nth-child(2){height:28px;line-height:28px;}
    .news .n_ul .n_li a.n_first .n_txt p:last-child{font-size:14px;height:22px;line-height:22px;}
    .news .n_ul .n_li a.n_second .n_img{padding-bottom:156px;}
    .news .n_ul .n_li a.n_second .n_txt .n_pp{padding-bottom:156px;}
    .news .n_ul .n_li a.n_second .n_txt .n_pp .n_p{padding:0 20px;}
    .news .n_ul .n_li a.n_three{margin-top:12px;}
    .news .n_ul .n_li a.n_three .n_img.n_shade:after{background-size:50px;}
    .xiaoshou{padding:20px 0;}
    .xiaoshou .xs_left{width:283px;padding-top:0;}
    .xiaoshou .xs_left .xs_ul{padding-top:11px;}
    .xiaoshou .xs_left .xs_ul a{height:35px;line-height:34px;font-size:14px;margin-top:5px;}
    .xiaoshou .xs_left .xs_ul a:before{width:6px;background-size:12px auto;}
    .xiaoshou .xs_left .xs_ul a:hover:before{background-position:-6px center;}
    .xiaoshou .xs_left .xs_btn{margin-top:15px;}
    .xiaoshou .xs_left .xs_btn a{width:112px;line-height:33px;height:37px;font-size:14px;margin-right:8px;}
    .xiaoshou .xs_c{width:711px;height:350px;}
    .xiaoshou .xs_c .xs_dian i{width:6px;height:6px;}
    .xiaoshou .xs_c .xs_dian em{width:20px;height:20px;top:-7px;left:-7px;}
    .xiaoshou .xs_c .xs_txt .xs_logo{width:34px;height:34px;}
    .xiaoshou .xs_c .xs_txt p{width:222px;height:42px;line-height:42px;font-size:20px;}
    .index_btn{padding:26px 0;}
    .index_btn a p:first-child{font-size:24px;height:32px;line-height:32px;margin-bottom:5px;}
    .index_btn a:first-child{background-position:right 50px top 14px;background-size:20px auto;}
    .index_btn a:last-child{background-size:20px auto;padding-left:40px;background-position:right top 14px;}
    .foot{padding:30px 0 20px;}
    .foot .f_left{width:375px;}
    .foot .f_left .f_title{font-size:17px;height:26px;line-height:26px;font-weight:bold;}
    .foot .f_left .f_txt{margin-top:15px;}
    .foot .f_left .f_txt p{line-height:26px;}
    .foot .f_left .f_txt p span{font-size:20px;}
    .foot .f_left .f_ewm .f_li{margin-left:10px;}
    .foot .f_right .f_nav{margin-left:50px;}
    .foot .f_right .f_nav .f_t{font-size:17px;height:26px;line-height:26px;font-weight:bold;}
    .foot .f_right .f_nav .f_a{margin-top:15px;}
    .foot .f_right .f_nav .f_a a{line-height:28px;height:28px;font-size:14px;}
    .footbottom{margin-top:20px;padding-top:15px;}
    .friendlink{padding-top:5px;}







	
	
	.izl-rmenu{display:none;}
	body.bg{padding-top:75px;}
    body.bg:before{top:75px;height:500px;}
    .px_banner{padding-bottom:380px;}
    .px_banner.px_ban1{padding-bottom:270px;}
    .px_banner .px_txt{padding-bottom:20px;max-width:1094px;}
    .px_banner .px_txt p{font-size:12px;height:20px;line-height:20px;}
    .px_banner .px_txt p:first-child{font-size:40px;height:50px;line-height:50px;margin-bottom:6px;}
    .px_banner .crumbs{max-width:1094px;}
    .nei_wrap{max-width:1094px;}
    .sub_nav a{font-size:15px;height:56px;line-height:56px;}
    .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;}
	.top{height:70px;}
	.top .logo{margin:13px 0;}
	.pcnav{display:none;}
	.top .t_right{display:none;}
    .index_banner{top:70px;}
    .index_banner .swiper-slide{height:400px;}
    .index_banner .swiper-slide.sw_video{display:none;}
    .index_banner .swiper-pagination-bullets{bottom:12px!important;height:9px;}
    .index_banner .swiper-pagination-bullet{width:9px;height:9px;border-radius:5px;}
    .index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width:30px;}
    .index_wrap{margin-top:400px;}
    .product .p_c .swiper-pagination-bullet{padding:10px 10px 10px;}
    .product .p_c .pc_img{height:60px;}
    .product .p_li .pl_img{min-height:320px;}
    .product .p_right{left:calc(50% - 360px);}
    .product .p_right i{margin-bottom:7px;}
    .product .p_right p{font-size:14px;}
    .product .p_right p:nth-child(2){font-size:18px;height:26px;line-height:30px;margin-bottom:5px;font-weight:bold;}
    .product .p_right a{width:100px;height:38px;line-height:36px;margin-top:12px;border-width:1px;font-size:13px;}
    .yingyong{margin-top:15px;}
    .yingyong .yy_title{padding:15px 0 25px;}
    .yingyong .yy_title p:first-child{font-size:16px;height:24px;line-height:24px;padding-left:30px;}
    .yingyong .yy_title p:first-child:before{width:24px;}
    .yingyong .yy_title p:last-child{font-size:24px;height:32px;line-height:32px;margin-top:3px;}
    .yingyong .yy_ul{padding-left:15px;}
    .yingyong .yy_ul .swiper-pagination-bullet{padding:15px 0 20px;min-width:110px;}
    .yingyong .yy_ul .swiper-pagination-bullet:after{width:23px;right:-23px;}
    .yingyong .yy_ul .swiper-pagination-bullet i{height:32px;background-size:auto 64px;}
    .yingyong .yy_ul .swiper-pagination-bullet p{font-size:14px;margin-top:8px;}
    .yingyong .yy_right .yy_txt .yy_pp{max-width:369px;padding:0 0 0 15px;}
    .yingyong .yy_right .yy_txt .yy_pp p{font-size:12px;line-height:22px;}
    .yingyong .yy_right .yy_txt .yy_pp p:first-child{font-size:22px;height:30px;line-height:30px;margin-bottom:5px;}
    /*.yingyong .yy_right .yy_txt .yy_pp p:nth-child(2){font-size:16px;height:24px;line-height:24px;margin-bottom:6px;}*/
    .yingyong .yy_right .yy_txt .yy_pp p:nth-child(3){overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;}
    .yingyong .yy_right .yy_txt .yy_pp a{margin-top:15px;width:110px;height:30px;line-height:30px;font-size:13px;}
    .pb_title.tal{text-align:center;}
    .pb_title .h_t{font-size:24px;height:32px;line-height:32px;}
    .pb_title p{font-size:13px;line-height:24px;}
    .news{padding:20px 0;}
    .news .n_ul{margin-top:10px;}
    .news .n_ul .n_li{width:calc(50% - 5px);margin-left:10px;}
    .news .n_ul .n_li a .n_img{padding-bottom:106px;}
    .news .n_ul .n_li a .n_txt{padding:10px 10px 0 0;}
    .news .n_ul .n_li a .n_txt p{font-size:17px;line-height:24px;}
    .news .n_ul .n_li a .n_txt p:first-child{margin-bottom:7px;font-size:12px;height:12px;line-height:12px;}
    .news .n_ul .n_li a .n_txt p.ml{text-indent:-9px;}
    .news .n_ul .n_li a.n_first .n_img{padding-bottom:231px;}
    .news .n_ul .n_li a.n_first .n_txt p:first-child{margin-bottom:5px;}
    .news .n_ul .n_li a.n_first .n_txt p:nth-child(2){height:26px;line-height:26px;margin-bottom:2px;}
    .news .n_ul .n_li a.n_second .n_img{padding-bottom:115px;}
    .news .n_ul .n_li a.n_second .n_txt .n_pp{padding-bottom:115px;}
    .news .n_ul .n_li a.n_second .n_txt .n_pp .n_p{padding:0 10px;}
    .news .n_ul .n_li a.n_three{margin-top:10px;width:calc(50% - 5px);margin-left:10px;}
    .news .n_ul .n_li a.n_three .n_img.n_shade:after{background-size:40px;}
    .xiaoshou .xs_left{width:100%;float:none;}
    .xiaoshou .xs_left .xs_ul{padding-top:5px;}
    .xiaoshou .xs_left .xs_ul a{width:calc(50% - 10px);margin-left:20px;float:left;}
    .xiaoshou .xs_left .xs_ul a:nth-child(odd){margin-left:0;}
    .xiaoshou .xs_left .xs_ul a:before{width:6px;background-size:12px auto;}
    .xiaoshou .xs_left .xs_ul a:hover:before{background-position:-6px center;}
    .xiaoshou .xs_left .xs_btn{margin-top:15px;text-align:center;}
    .xiaoshou .xs_left .xs_btn a{width:112px;line-height:33px;height:37px;font-size:14px;margin-right:8px;}
    .xiaoshou .xs_c{width:100%;height:363px;float:none;margin-top:15px;}
    .xiaoshou .xs_c .xs_dian i{width:6px;height:6px;}
    .xiaoshou .xs_c .xs_dian em{width:20px;height:20px;top:-7px;left:-7px;}
    .xiaoshou .xs_c .xs_txt .xs_logo{width:34px;height:34px;}
    .xiaoshou .xs_c .xs_txt p{width:222px;height:42px;line-height:42px;font-size:20px;}
    .index_btn{padding:20px 0;}
    .index_btn a p{font-size:13px;line-height:22px;height:22px;}
    .index_btn a p:first-child{font-size:20px;height:28px;line-height:28px;}
    .index_btn a:first-child{background-position:right 20px top 14px;}
    .index_btn a:last-child{padding-left:20px;}
    .foot{padding:20px 0 66px;}
    .foot .f_left{width:100%;float:none;}
    .foot .f_left .f_ewm{display:none;}
    .foot .f_right{display:none;}
    .footbottom{margin-top:15px;padding-top:10px;}
    .friendlink{padding-top:0;}




	
	



	#floatBottom{display:block;}
    body.bg{padding-top:0;}
    body.bg:before{top:70px;height:400px;}
    .px_banner{padding-bottom:306px;}
    .px_banner.px_ban1{padding-bottom:220px;}
    .px_banner .px_txt{padding-bottom:0px;}
    .px_banner .px_txt p{font-size:12px;height:18px;line-height:18px;}
    .px_banner .px_txt p:first-child{font-size:30px;height:40px;line-height:40px;margin-bottom:5px;}
    .px_banner .px_txt.px_txt1 p{color:#FFF;text-shadow:0 0 2px #333;}
    .sub_nav a{font-size:14px;height:50px;line-height:50px;padding:0 8px;}
    .sub_nav a:before{height:2px;}
    .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:15px;}
	.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);}
    .index_banner .swiper-slide{height:auto;}
    .index_banner .swiper-slide a{display:block;width:100%;padding-bottom:50%;position:relative;}
    .index_banner .swiper-slide a img{position:absolute;left:0;top:0;}
    .index_banner .swiper-pagination-bullets{bottom:10px!important;height:9px;}
    .index_banner .swiper-pagination-bullet{width:7px;height:7px;border-radius:4px;margin:0 3px!important;}
    .index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width:20px;}
    .index_wrap{margin-top:calc(50% + 70px);}
    .product .p_c .swiper-pagination-bullet{padding:15px 0 10px;}
    .product .p_c .pc_img{height:40px;}
    .product .p_li .pl_img{min-height:auto;padding-bottom:61%;}
    .product .p_li .pl_img img{object-position:right -27px top 0;}
    .product .p_right{left:0;position:relative;padding:15px 10px;background:#F8F8F8;opacity:1;width:auto;
        -webkit-transform:translateX(0);
           -moz-transform:translateX(0);
             -o-transform:translateX(0);
                transform:translateX(0);}
    .product .p_right i{margin-bottom:5px;border:none;}
    .product .p_right i em{background:#4D4D4D;}
    .product .p_right p{color:#4D4D4D;}
    .yingyong .yy_title{width:100%;float:none;padding:0 0;}
    .yingyong .yy_title p{text-align:center;}
    .yingyong .yy_title p:first-child{padding-left:0;}
    .yingyong .yy_title p:first-child:before{width:24px;left:50%;margin-left:-12px;bottom:-10px;top:auto;margin-top:0;}
    .yingyong .yy_title p:last-child{font-size:20px;height:28px;line-height:28px;margin-top:18px;}
    .yingyong .yy_ul{padding-left:0;width:100%;float:none;margin-top:15px;background:none;position:relative;}
    .yingyong .yy_ul:before{content:'';width:15px;height:100%;background:url(yy_bgright.png) no-repeat left center;background-size:15px 100%;position:absolute;left:-15px;top:0;}
    .yingyong .swiper-slide{overflow:hidden;}
    .yingyong .yy_ul .swiper-pagination-bullet{padding:10px 0 12px;min-width:auto;}
    .yingyong .yy_left{width:100%;float:none;}
    .yingyong .yy_right{width:100%;float:none;}
    .yingyong .yy_right .yy_txt{padding-bottom:0;}
    .yingyong .yy_right .yy_txt .yy_pp{max-width:none;padding:12px 10px;position:relative;top:0;}
    .yingyong .yy_right .yy_txt .yy_pp.tly{
        -webkit-transform:translateY(0);
           -moz-transform:translateY(0);
             -o-transform:translateY(0);
                transform:translateY(0);}
    .yingyong .yy_right .yy_txt .yy_pp p{font-size:14px;line-height:24px;}
    .yingyong .yy_right .yy_txt .yy_pp p:nth-child(3){overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;height:120px;}
    .yingyong .yy_right .yy_txt .yy_pp a{margin-top:15px;width:110px;height:30px;line-height:30px;font-size:13px;}
    .pb_title .h_t{font-size:20px;height:28px;line-height:28px;}
    .pb_title p{font-size:13px;line-height:22px;}
    .news{padding:15px 0;}
    .news .n_ul{margin-top:0;}
    .news .n_ul .n_li{width:100%;margin-left:0;float:none;margin-top:10px;}
    .news .n_ul .n_li a .n_img{padding-bottom:60.479%;}
    .news .n_ul .n_li a .n_txt{padding:10px 8px;background:#FFF;}
    .news .n_ul .n_li a .n_txt p{font-size:17px;line-height:24px;}
    .news .n_ul .n_li a .n_txt p:first-child{margin-bottom:7px;font-size:12px;height:12px;line-height:12px;}
    .news .n_ul .n_li a .n_txt p.ml{text-indent:-9px;}
    .news .n_ul .n_li a.n_first .n_img{padding-bottom:64.317%;}
    .news .n_ul .n_li a.n_first .n_txt p:first-child{margin-bottom:5px;}
    .news .n_ul .n_li a.n_first .n_txt p:nth-child(2){height:26px;line-height:26px;margin-bottom:2px;}
    .news .n_ul .n_li a.n_second .n_left{width:100%;float:none;}
    .news .n_ul .n_li a.n_second .n_img{padding-bottom:63.112%;}
    .news .n_ul .n_li a.n_second .n_txt{width:100%;float:none;background:#00a14d;}
    .news .n_ul .n_li a.n_second .n_txt .n_pp{padding-bottom:0;}
    .news .n_ul .n_li a.n_second .n_txt .n_pp .n_p{padding:10px 10px;position:relative;}
    .news .n_ul .n_li a.n_second .n_txt .n_pp .n_p.tly{
        -webkit-transform:translateY(0);
           -moz-transform:translateY(0);
             -o-transform:translateY(0);
                transform:translateY(0);}
    .news .n_ul .n_li a.n_three{margin-top:10px;width:100%;margin-left:0;float:none;}
    .news .n_ul .n_li a.n_three .n_img.n_shade:after{background-size:20%;}
    .xiaoshou .xs_left{width:100%;float:none;}
    .xiaoshou .xs_left .xs_ul{padding-top:5px;}
    .xiaoshou .xs_left .xs_ul a{width:calc(50% - 5px);margin-left:10px;}
    .xiaoshou .xs_left .xs_ul a:before{right:5px;}
    .xiaoshou .xs_c{padding-bottom:49.2%;height:auto;}
    .xiaoshou .xs_c .xs_dian i{width:5px;height:5px;}
    .xiaoshou .xs_c .xs_dian em{width:15px;height:15px;top:-5px;left:-5px;}
    .xiaoshou .xs_c .xs_txt{left:75.3%;}
    .xiaoshou .xs_c .xs_txt .xs_logo{width:20px;height:20px;}
    .xiaoshou .xs_c .xs_txt p{display:none;}
    .index_btn{padding:0 0;
        background:-moz-linear-gradient(top, #f2f2f7 50%, #00a14d 50%);
        background:-webkit-gradient(linear, left top, right bottom, color-stop(50%,#f2f2f7), color-stop(50%,#00a14d));
        background:-webkit-linear-gradient(top, #f2f2f7 50%,#00a14d 50%);
        background:-o-linear-gradient(top, #f2f2f7 50%,#00a14d 50%);
        background:-ms-linear-gradient(top, #f2f2f7 50%,#00a14d 50%);
        background:linear-gradient(to bottom, #f2f2f7 50%,#00a14d 50%);
    }
    .index_btn a{width:100%;float:none;padding:15px 0;}
    .index_btn a:first-child{background-position:right 0 top 20px;}
    .index_btn a:last-child{padding-left:0;background-position:right 0 top 20px;}
    .foot{padding:15px 0 66px;}
    .foot .f_left .f_txt{margin-top:10px;}
    .foot .f_left .f_txt p em{display:block;margin-left:0;}
    .friendlink span{width:100%;float:none;}
    .friendlink .fl_right{width:100%;float:none;}
    .friendlink .fl_right a{margin-top:5px;margin-right:10px;}




	





	#stylesubnav .xq_crumbs{font-size:13px;}
	#stylesubnav .xq_crumbs a{margin:0 5px;}
    .video{width:100%;padding:5px;left:0;}
    .video span{left:50%;top:100%;margin-left:-20px;}
    body.bg:before{height:auto;padding-bottom:60%;}
    .px_banner{padding-bottom:46%;}
    .px_banner.px_ban1{padding-bottom:40%;}
    .px_banner .px_txt{padding-bottom:0px;}
    .px_banner .px_txt p{font-size:12px;height:auto;line-height:15px;}
    .px_banner .px_txt p:first-child{font-size:22px;height:30px;line-height:30px;margin-bottom:5px;}
    .px_banner .crumbs{bottom:5px;}
    .nei_wrap .container{width:calc(100% - 16px);}
    .sub_nav{background:#eee;}
    .sub_nav a{height:40px;line-height:40px;padding:0 0;display:block;width:calc(100%/3);float:left;margin-left:0;border-right:1px solid #FFF;border-bottom:1px solid #FFF;}
    .sub_nav a.on:before{content:none;}
	.sub_cnav a{display:block;width:50%;float:left;padding:0 0;text-align:center;height:42px;line-height:42px;}
    .sub_title p br{display:none;}
    .newscow_right .news_product .bd{margin-top:5px;}
    .newscow_right .news_product .bd ul li{float:none;}
}
/*668以下屏幕*/
@media screen and (max-width:667px){
	.sub_title .s_t{font-size:20px;height:28px;line-height:28px;}
	.sub_title i{width:30px;height:2px;}
	.sub_title p{line-height:20px;}


	
	#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){
	#mobilehead .logo{width:calc(100% - 70px);background-size:auto 40px;}
    .index_banner .swiper-pagination-bullets{bottom:10px!important;}




	.newscow_right .news_product .bd ul li{width:100%;margin-left:0;}
	.newscow_right .news_nlist ul li{width:100%;margin-left:0;}
}