/*-----  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:1400px;margin:0 auto;position:relative;}
.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%);}
/*top*/
.topbg{height:123px;}
.top{width:100%;z-index:999;position:relative;
    background:-moz-linear-gradient(left, #fff 50%, #0068d1 50%);
    background:-webkit-gradient(linear, left top, right top, color-stop(50%,#fff), color-stop(50%,#0068d1));
    background:-webkit-linear-gradient(left, #fff 50%,#0068d1 50%);
    background:-o-linear-gradient(left, #fff 50%,#0068d1 50%);
    background:-ms-linear-gradient(left, #fff 50%,#0068d1 50%);
    background:linear-gradient(to right, #fff 50%,#0068d1 50%);
  -webkit-box-shadow:0 1px 6px rgba(0,0,0,0.68);
     -moz-box-shadow:0 1px 6px rgba(0,0,0,0.68);
       -o-box-shadow:0 1px 6px rgba(0,0,0,0.68);
          box-shadow:0 1px 6px rgba(0,0,0,0.68);}
.top .container{width:calc(100% - 30px);max-width:1520px;background:#FFF;}
.top .logo{width:188px;float:left;margin:30px 0 24px;height:69px;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;padding:32px 0 25px;}
.pcnav .f_nav{width:100%;}
.pcnav .f_nav .f_li{float:left;position:relative;margin-left:5px;}
.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:#004da1;}
.pcnav .f_nav .f_li .f_n a{display:inline-block;height:66px;line-height:66px;width:100%;color:#2d2d2d;font-size:16px;text-align:center;padding:0 25px;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:#004da1;}
.pcnav .s_nav{position:absolute;left:0;min-width:100%;background:#FFF;display:none;z-index:10;}
.pcnav .s_nav a{display:block;height:46px;line-height:46px;color:#76838F;border-bottom:1px solid #CCC;white-space:nowrap;font-size:14px;box-sizing:border-box;text-align:center;padding:0 25px;text-align:left;}
.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-left:7px;background:#0068d1;padding:26px 0 18px 28px;}
.top .t_right .t_r span{font-size:18px;height:29px;line-height:29px;color:#FFF;padding-left:45px;background:url(top_icon.png) no-repeat left center;display:block;margin-bottom:4px;}
.top .t_right .t_r p{font-size:20px;height:23px;line-height:23px;font-weight:bold;color:#FFF;padding-left:10px;}
.topfix{position:fixed;left:0;top:0;}
/*mobilehead*/
.top .nav{float:right;display:none;}
.top .nav_bg{display:none;position:fixed;top:70px;left:0;z-index:989;width:100%;height:calc(100% - 70px);background:rgba(0, 0, 0, 0.6);animation:fade-in .43s ease 0s;-webkit-animation:fade-in .43s ease 0s;}
.top .nav .nav_box{display:none;position:absolute;top:70px;left:0;z-index:991;width:100%;overflow:auto;border-top:1px solid #eee;background:#fff;box-sizing:border-box;}
.top .nav .nav_one>li{border-bottom:1px solid #eee;padding:0 10px;}
.top .nav .nav_one>li>span{height:42px;line-height:42px;font-size:15px;}
.top .nav .nav_one>li>span>a{display:block;position:relative;width:calc(100% - 150px);height:42px;box-sizing:border-box;font-size: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;margin-right:8px;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(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;}
/*flash*/
.index_banner{width:100%;height:0;padding-bottom:771px;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:41px;font-size:0;-webkit-text-size-adjust:none;}
.index_banner .swiper-pagination-bullet{opacity:1;width:13px;height:13px;margin:0 6px!important;position:relative;background:#FFF;border-radius:6px;
    -webkit-box-shadow:inset 0 2px 2px rgba(0,0,0,0.3);
     -moz-box-shadow:inset 0 2px 2px rgba(0,0,0,0.3);
       -o-box-shadow:inset 0 2px 2px rgba(0,0,0,0.3);
          box-shadow:inset 0 2px 2px rgba(0,0,0,0.3);
    -webkit-transition:all 0.5s;
       -moz-transition:all 0.5s;
         -o-transition:all 0.5s;
            transition:all 0.5s;
}
.index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width:46px;background:#0068d1;}
/*info*/
.info{background:url(infobg.jpg) no-repeat center top;background-size:cover;padding:93px 0 67px;}
.info .in_left{width:calc(100% - 720px);float:left;padding-right:55px;padding-top:45px;}
.info .in_left em{display:block;height:1em;line-height:1em;font-size:25px;font-style:normal;color:#b3b3b3;text-transform:uppercase;margin-bottom:14px;}
.info .in_left i{display:block;width:49px;height:3px;border-top:1px solid #ecab0f;border-bottom:1px solid #dea61c;margin-bottom:27px;background:#ffb100;}
.info .in_left p{font-size:15px;line-height:34px;color:#333;}
.info .in_left p:nth-of-type(1){font-size:31px;height:41px;line-height:41px;margin-bottom:25px;color:#333;font-weight:bold;}
.info .in_left p a{color:#0064c6;}
.info .in_left .in_span{margin-top:37px;}
.info .in_left .in_span span{display:block;width:156px;height:49px;line-height:47px;border:1px solid #dcdcdc;background:#F4F4F4;text-align:center;color:#444;font-weight:bold;font-size:16px;margin-left:25px;float:left;position:relative;cursor:pointer;}
.info .in_left .in_span span:first-child{margin-left:0;}
.info .in_left .in_span span.on{background:#0068d1;border-color:#0068d1;color:#FFF;}
.info .in_left .in_span span.on:before{content:'';border-top:6px solid #0068d1;border-left:5px solid transparent;border-right:5px solid transparent;position:absolute;left:50%;margin-left:-5px;bottom:-6px;}
.info .in_right{width:720px;float:right;padding:33px 52px 0 0;background:url(info_imgbg.jpg) no-repeat right top;}
.info .in_right .in_img{width:100%;padding-bottom:477px;position:relative;overflow:hidden;}
.info .in_item{margin-top:58px;}
.info .in_ul{width:100%;overflow:hidden;position:relative;}
.info .in_ul .swiper-slide{padding:10px;border:1px solid #d0d0d0;background:#FFF;}
.info .in_ul .in_img{width:100%;padding-bottom:66.67%;position:relative;}
.info .in_ul .in_img img{object-fit:contain;}
.info .in_ul.swiper-container-horizontal .swiper-pagination{font-size:0;-webkit-text-size-adjust:none;position:relative;bottom:0;margin-top:49px;}
.info .in_ul .swiper-pagination-bullet{opacity:1;width:11px;height:11px;margin:0 6px!important;position:relative;background:#AAA;border-radius:6px;}
.info .in_ul .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#0064c6;}
/*liuyan*/
.liuyan{background:url(lybg.jpg) no-repeat center center;padding:78px 0 65px;background-size:cover;}
.liuyan .ly_tit{font-size:41px;height:70px;line-height:47px;font-weight:bold;color:#FFF;position:relative;}
.liuyan .ly_tit span{display:inline-block;font-size:70px;height:70px;line-height:70px;vertical-align:bottom;color:#ffb100;}
.liuyan .ly_tit em{display:block;position:absolute;right:0;bottom:0;font-size:16px;height:18px;line-height:18px;color:#FFF;font-style:normal;font-weight:normal;}
.liuyan .ly_form{margin-top:46px;}
.liuyan .ly_form .ly_input{height:57px;line-height:57px;float:left;padding:0 35px;outline:none;background:#FFF;width:272px;margin-left:32px;color:#666;}
.liuyan .ly_form .ly_input:nth-child(1){margin-left:0;}
.liuyan .ly_form .ly_input:nth-child(3){width:483px;}
.liuyan .ly_form .ly_btn{width:277px;float:right;background:#0068d1;cursor:pointer;text-align:center;}
.liuyan .ly_form .ly_btn span{display:inline-block;font-size:14px;color:#FFF;height:57px;line-height:57px;padding-left:32px;background:url(ly_btnicon.png) no-repeat left center;}
.liuyan .ly_p{margin-top:53px;text-align:center;}
.liuyan .ly_p span{display:inline-block;color:#FFF;font-size:18px;height:30px;line-height:30px;color:#FFF;font-weight:bold;padding-left:45px;background:url(ly_phone.png) no-repeat left center;background-size:auto 100%;}
.liuyan .ly_p p{font-size:32px;height:1em;line-height:1em;font-family:Impact;color:#FFF;margin-top:23px;}
/*pb_title*/
.pb_title{text-align:center;position:relative;}
.pb_title .h_t{font-size:42px;color:#333;height:42px;line-height:42px;position:relative;font-weight:bold;display:inline-block;}
.pb_title .h_t i{width:181px;position:absolute;height:100%;top:0;}
.pb_title .h_t i:before{content:'';width:135px;height:1px;top:50%;background:#9ebbe1;position:absolute;margin-top:-4px;}
.pb_title .h_t i:after{content:'';width:135px;height:1px;top:50%;background:#9ebbe1;position:absolute;margin-top:-1px;}
.pb_title .h_t i.l{left:-180px;}
.pb_title .h_t i.l:before{left:0;}
.pb_title .h_t i.l:after{left:0;}
.pb_title .h_t i.r{right:-180px;}
.pb_title .h_t i.r:before{right:0;}
.pb_title .h_t i.r:after{right:0;}
.pb_title .h_t i.i1:before{background:#FFF;}
.pb_title .h_t i.i1:after{background:#FFF;}
.pb_title p{font-size:16px;line-height:27px;margin-top:23px;color:#666;position:relative;padding:0 130px;}
/*product*/
.product{padding:65px 0 132px;position:relative;}
.product .p_c{margin-top:38px;}
.product .p_left{width:311px;float:left;}
.product .p_left .pl_tit{background:#0068d1;padding:32px 0 32px 39px;}
.product .p_left .pl_tit p{font-size:34px;font-weight:bold;color:#FFF;height:44px;line-height:44px;}
.product .p_left .pl_tit span{font-size:22px;font-style:normal;height:1em;line-height:1em;color:rgba(255,255,255,.13);font-family:Arial;margin-top:14px;text-transform:uppercase;display:block;}
.product .p_left .pl_ul{background:#222;}
.product .p_left .pl_ul .pl_li{background-image:url(pro_li.png);background-repeat:no-repeat;background-position:center bottom;padding-bottom:1px;background-size:100% 1px;}
.product .p_left .pl_ul .pl_li span{display:block;height:80px;line-height:80px;padding-left:50px;background-image:url(pro_icon.png);background-repeat:no-repeat;background-position:right 40px center;font-size:20px;color:#FFF;cursor:pointer;}
.product .p_left .pl_ul .pl_li.on{background-color:#2e2e2e;}
.product .p_left .pl_ul .pl_li.on span{background-image:url(pro_icon_hover.png)}
.product .p_left .pl_bottom{font-size:16px;height:56px;line-height:56px;background:#0068d1;color:#FFF;display:block;text-align:center;}
.product .p_item{width:1040px;float:right;}
.product .p_right{}
.product .p_right .pr_top{width:100%;padding-bottom:357px;position:relative;}
.product .p_right .pr_top:before{content: '';width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: rgba(0, 0, 0, .6);z-index: 1;}
.product .p_right .pr_txt{width:100%;position:absolute;left:0;top:0;padding:83px 0 0 70px;z-index: 1;}
.product .p_right .pr_txt p{font-size:16px;height:26px;line-height:26px;color:#FFF;}
.product .p_right .pr_txt p:first-child{font-size:30px;line-height:1em;height:1em;color:rgba(255,255,255,.16);margin-bottom:9px;text-transform:uppercase;font-family:Impact;}
.product .p_right .pr_txt p:nth-child(2){font-size:32px;line-height:42px;height:42px;margin-bottom:20px;font-weight:bold;}
.product .p_right .pr_txt a{display:block;width:168px;height:46px;line-height:44px;border:1px solid #fff;text-align:center;color:#fff;font-size:16px;margin-top:28px;}
.product .p_right .pr_txt a:hover{border-color:#0068D1;}
.product .p_right .pr_txt a:hover:before{width:100%;background:#0068D1;}
.product .p_right .pr_ul{width:100%;overflow:hidden;margin-top:26px;}
.product .p_right .pr_ul .pr_img{width:100%;padding-bottom:75%;position:relative;overflow:hidden;border:1px solid #ECECEC;border-bottom:none;}
.product .p_right .pr_ul p{font-size:15px;line-height:50px;height:49px;color:#666;padding:0 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:1px solid #ECECEC;text-align:center;}
/*jiejue*/
.jiejue{padding:112px 0 147px;background:url(jj_btbg.jpg) no-repeat left bottom #EFEFEF;background-size:auto 45px;position:relative;overflow:hidden;}
.jiejue:before{content:'';width:100%;height:565px;background:url(jjbg.jpg) no-repeat center center;background-size:cover;position:absolute;left:0;top:0;}
.jiejue .jj_tj{margin-top:30px;position:relative;}
.jiejue .jj_tj .jjt_ul{overflow:hidden;}
.jiejue .jj_tj .jjt_ul .jjt_img{width:100%;padding-bottom:75%;position:relative;}
.jiejue .jj_tj .jjt_ul .jjt_txt{background:#FFF;padding:35px 40px 43px;}
.jiejue .jj_tj .jjt_ul .jjt_txt p{font-size:16px;line-height:25px;color:#666;}
.jiejue .jj_tj .jjt_ul .jjt_txt p:first-child{font-size:22px;height:32px;line-height:32px;color:#333;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.jiejue .jj_tj .jjt_ul .jjt_txt p:last-child{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;height:100px;}
.jiejue .jj_tj .jjt_ul .jjt_txt i{display:block;width:40px;height:3px;background:#014daf;margin:22px 0 15px;}
.jiejue .jj_ul{margin-top:66px;overflow:hidden;}
.jiejue .jj_ul .jj_img{width:100%;padding-bottom:75%;position:relative;}
.jiejue .jj_ul p{font-size:16px;line-height:52px;height:52px;color:#666;padding:0 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;background:#FFF;}
.jiejue .jj_tj .swiper-button-next,.jiejue .jj_tj .swiper-button-prev{width:68px;height:68px;background-size:100% 100%;margin-top:-34px;outline:none;}
.jiejue .jj_tj .swiper-button-next{right:-113px;background-image:url(sou_r.png);}
.jiejue .jj_tj .swiper-button-prev{left:-113px;background-image:url(sou_l.png);}
/*youshi*/
.youshi{padding-top:70px;}
.youshi .container{z-index:2;}
.youshi .ys_span{margin-top:14px;text-align:center;}
.youshi .ys_span .swiper-pagination{position:relative;display:inline-block;background:#FFF;box-shadow:2.5px 3px 7px rgba(0,0,0,.15);}
.youshi .ys_span .swiper-pagination-bullet{width:20%;min-width:258px;height:auto;opacity:1;background:transparent;outline:none;text-align:center;padding:28px 0 39px;position:relative;}
.youshi .ys_span .swiper-pagination-bullet:before{content:'';width:1px;height:84px;background:#c0c0c0;position:absolute;left:0;top:28px;}
.youshi .ys_span .swiper-pagination-bullet:first-child:before{content:none;}
.youshi .ys_span .ys_i{display:inline-block;background-repeat:no-repeat;background-position:left center;padding:22px 0 16px;position:relative;text-align:left;}
.youshi .ys_span .ys_i.icon1{background-image:url(ts_icon1.png);padding-left:71px;}
.youshi .ys_span .ys_i.icon2{background-image:url(ts_icon2.png);padding-left:79px;}
.youshi .ys_span .ys_i.icon3{background-image:url(ts_icon3.png);padding-left:73px;}
.youshi .ys_span .ys_i.icon4{background-image:url(ts_icon4.png);padding-left:63px;}
.youshi .ys_span .ys_i.icon5{background-image:url(ts_icon5.png);padding-left:70px;}
.youshi .ys_span .ys_i i{display:block;font-size:14px;height:1em;line-height:1em;color:#d0d0d0;font-weight:bold;text-transform:uppercase;font-style:normal;}
.youshi .ys_span .ys_i p{font-size:18px;height:28px;line-height:28px;font-weight:bold;color:#333333;margin-top:4px;}
.youshi .ys_span .ys_i:before{content:'';border-top:11px solid #014daf;border-left:10px solid transparent;border-right:10px solid transparent;opacity:0;position:absolute;left:50%;margin-left:-10px;bottom:-16px;}
.youshi .ys_span .swiper-pagination-bullet.swiper-pagination-bullet-active .ys_i:before{opacity:1;}
.youshi .ys_span .swiper-pagination-bullet.swiper-pagination-bullet-active .ys_i p{color:#014daf;}
.youshi .ys_ul{width:100%;overflow:hidden;padding:0 calc(50% - 687px);position:relative;margin-top:-49px;z-index:1;}
.youshi .ys_ul .ys_li{position:relative;}
.youshi .ys_ul .ys_li:before{content:'';width:100%;height:100%;background:rgba(0,0,0,.3);position:absolute;left:0;top:0;z-index:2;}
.youshi .ys_ul .ys_img{width:100%;padding-bottom:46.2154%;position:relative;z-index:1;}
.youshi .ys_ul .ys_left{width:45.6332%;position:absolute;left:0;top:27%;background:#FFF;display:none;}
.youshi .ys_ul .ys_left .ys_txt{padding:25px 70px 82px;}
.youshi .ys_ul .ys_left .ys_txt i{display:block;font-size:91px;height:87px;line-height:87px;font-family:Impact;color:#DFDFDF;position:relative;}
.youshi .ys_ul .ys_left .ys_txt i:before{content:'';width:100%;height:16px;background:#FFF;position:absolute;left:0;bottom:0;}
.youshi .ys_ul .ys_left .ys_txt p{font-size:16px;line-height:32px;color:#666;}
.youshi .ys_ul .ys_left .ys_txt p:first-of-type{font-size:33px;height:43px;line-height:43px;font-weight:bold;color:#000;margin-bottom:14px;}
.youshi .ys_ul .ys_left .ys_txt p span{display:inline-block;font-size:27px;height:39px;line-height:39px;vertical-align:bottom;}
.youshi .ys_ul .ys_left .ys_txt em{display:block;font-style:normal;margin-bottom:19px;font-size:19px;color:#c4c4c4;height:1em;line-height:1em;font-family:Arial;font-weight:bold;}
.youshi .ys_ul .ys_left .ys_txt p:last-child{height:64px;}
.youshi .ys_ul .ys_right{width:45.1237%;height:100%;position:absolute;right:15%;top:0;z-index:2;}
.youshi .ys_ul .ys_right .ysr_img{width:100%;height:100%;position:relative;}
.youshi .ys_ul .ys_right .ysr_img img{object-fit:contain;}
.youshi .ys_ul .swiper-slide.swiper-slide-active .ys_li:before{content:none;}
.youshi .ys_ul .swiper-slide.swiper-slide-active .ys_left{display:block;}
.youshi .ys_ul .swiper-button-prev,.youshi .ys_ul .swiper-button-next{width:31px;height:71px;background-image:url(ts_r.png);background-size:100% 100%;margin-top:-35px;}
.youshi .ys_ul .swiper-button-prev{left:calc(25% - 344px);
    transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);}
.youshi .ys_ul .swiper-button-next{right:calc(25% - 344px);}
/*case*/
.case{padding:63px 0 133px;background:url(case_btbg.jpg) no-repeat center bottom #F4F4F4;background-size:auto 45px;}
.case .c_span{margin-top:36px;text-align:center;}
.case .c_span a{display:inline-block;margin-left:130px;}
.case .c_span a:first-child{margin-left:0;}
.case .c_span a i{display:block;width:100%;height:48px;background-repeat:no-repeat;background-position:center center;background-size:auto 100%;}
.case .c_span a i.icon1{background-image:url(case_icon1.png);}
.case .c_span a i.icon2{background-image:url(case_icon2.png);}
.case .c_span a i.icon3{background-image:url(case_icon3.png);}
.case .c_span a i.icon4{background-image:url(case_icon4.png);}
.case .c_span a i.icon5{background-image:url(case_icon5.png);}
.case .c_span a i.icon6{background-image:url(case_icon6.png);}
.case .c_span a p{font-size:19px;height:29px;line-height:29px;color:#333;font-weight:bold;margin-top:11px;}
.case .c_span a span{font-size:14px;height:14px;line-height:14px;color:#b9b9b9;font-weight:bold;margin-top:6px;font-family:Arial;display:block;text-transform:uppercase;}
.case .c_span a:hover i.icon1{background-image:url(case_icon1_hover.png);}
.case .c_span a:hover i.icon2{background-image:url(case_icon2_hover.png);}
.case .c_span a:hover i.icon3{background-image:url(case_icon3_hover.png);}
.case .c_span a:hover i.icon4{background-image:url(case_icon4_hover.png);}
.case .c_span a:hover i.icon5{background-image:url(case_icon5_hover.png);}
.case .c_span a:hover i.icon6{background-image:url(case_icon6_hover.png);}
.case .c_span a:hover p{color:#004da1;}
.case .c_ul{margin-top:38px;overflow:hidden;}
.case .c_ul .swiper-slide{overflow:hidden;}
.case .c_ul .c_img{width:100%;padding-bottom:75%;position:relative;}
.case .c_ul .p1{position:absolute;width:100%;height:40px;line-height:40px;background:rgba(0,0,0,.4);color:#FFF;text-align:center;padding:0 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;left:0;bottom:0;}
.case .c_ul .c_txt{position:absolute;width:100%;height:100%;background:rgba(0,0,0,.4);left:0;top:-100%;}
.case .c_ul .c_txt .c_pp{position:absolute;left:0;top:50%;text-align:center;width:100%;}
.case .c_ul .c_txt .c_pp i{display:block;height:56px;background:url(case_icon.png) no-repeat center center;background-size:auto 100%;}
.case .c_ul .c_txt .c_pp p{font-size:23px;line-height:34px;color:#FFF;font-weight:bold;margin-top:17px;}
.case .c_ul .c_txt .c_pp a{display:block;width:141px;height:35px;line-height:33px;border:1px solid #FFF;text-align:center;font-size:16px;margin:20px auto 0;color:#FFF;border-radius:18px;overflow:hidden;}
.case .c_ul .c_txt .c_pp a:hover{border-color:#004da1;}
.case .c_ul .c_txt .c_pp a:hover:before{width:100%;background:#004da1;}
.case .c_ul .swiper-slide:hover .p1{bottom:-40px;}
.case .c_ul .swiper-slide:hover .c_txt{top:0;}
/*hezuo*/
.hezuo{padding:58px 0 72px;}
.hezuo .hz_ul{overflow:hidden;width:100%;margin-top:40px;background:#E4E4E4;}
.hezuo .hz_ul .swiper-slide{padding:10px;background:#FFF;}
.hezuo .hz_ul .hz_img{width:100%;padding-bottom:44.7876%;position:relative;}
.hezuo .hz_ul .hz_img img{object-fit:contain;}
/*news*/
.news{padding:68px 0 72px;background:#fafafa;}
.news .n_span{margin-top:30px;text-align:center;}
.news .n_span .span_a{width:180px;height:45px;line-height:43px;display:inline-block;margin-left:16px;color:#666;text-align:center;cursor:pointer;background:#FFF;border-radius:21px;font-size:16px;border:1px solid #dcdcdc;}
.news .n_span .span_a:first-child{margin-left:0;}
.news .n_span .span_a:hover,.news .n_span .span_a.on{background:#0068d1;color:#FFF;border-color:#0068d1;}
.news .n_ul{margin-top:49px;overflow:hidden;width:100%;}
.news .n_ul .swiper-slide{border:1px solid #DDD;}
.news .n_ul .n_img{width:100%;padding-bottom:47.91%;position:relative;}
.news .n_ul .n_txt{padding:35px 45px 37px;background:#FFF;}
.news .n_ul .n_txt p{font-size:15px;line-height:25px;color:#999;}
.news .n_ul .n_txt p:first-child{font-size:19px;height:29px;line-height:29px;color:#333;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:18px;}
.news .n_ul .n_txt p:nth-child(2){background:url(news_icon.png) no-repeat left center;height:15px;line-height:15px;color:#BEBEBE;padding-left:27px;margin-bottom:19px;}
.news .n_ul .n_txt p:last-child{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
/*footlink*/
.friendlink{padding:14px 0 33px;background:#343434;}
.friendlink .fl_left{width:185px;float:left;padding-top:12px;}
.friendlink .fl_left p{height:53px;line-height:53px;color:#FFF;font-weight:bold;color:#FFF;font-size:53px;font-family:Arial;}
.friendlink .fl_right{width:calc(100% - 185px);font-size:0;-webkit-text-size-adjust:none;float:right;}
.friendlink .fl_right a{color:#999;white-space:nowrap;display:inline-block;font-size:14px;position:relative;height:24px;line-height:24px;margin-right:25px;margin-top:11px;}


/*foot*/
.foot{background:#3f3f3f;padding:63px 0 20px;}
.foot .f_tit{font-size:22px;height:32px;line-height:32px;color:#FFF;font-weight:bold;}
.foot .f_left{width:calc(100% - 735px);float:left;}
.foot .f_left .fl_li{width:216px;float:left;}
.foot .f_left .fl_a{margin-top:13px;}
.foot .f_left .fl_a a{display:block;font-size:14px;height:30px;line-height:30px;color:#999;}
.foot .f_left .fl_a a:hover{color:#FFF;text-decoration:underline!important;}
.foot .f_right{width:735px;float:right;}
.foot .f_right .fr_ewm{width:148px;float:left;margin-top:15px;}
.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:#999;margin-top:32px;text-align:center;}
.foot .f_right .fr_contact{width:515px;float:right;}
.foot .f_right .fr_tit{font-size:21px;height:31px;line-height:31px;font-weight:bold;color:#FFF;}
.foot .f_right .fr_txt{padding-top:3px;}
.foot .f_right .fr_txt .fr_p{float:left;width:100%;background-repeat:no-repeat;padding-left:64px;margin-top:42px;}
.foot .f_right .fr_txt .fr_p.fr_p1{width:60%;}
.foot .f_right .fr_txt .fr_p.fr_p2{width:40%;}
.foot .f_right .fr_txt .fr_p.icon1{background-image:url(foot_icon1.png);background-position:left 5px;}
.foot .f_right .fr_txt .fr_p.icon2{background-image:url(foot_icon2.png);background-position:left 9px;}
.foot .f_right .fr_txt .fr_p.icon3{background-image:url(foot_icon3.png);background-position:left 4px;}
.foot .f_right .fr_txt .fr_p.icon4{background-image:url(foot_icon4.png);background-position:left 9px;}
.foot .f_right .fr_txt .fr_p p{font-size:14px;height:24px;line-height:24px;color:#FFF;}
.foot .f_right .fr_txt .fr_p p:first-child{font-size:15px;height:15px;line-height:15px;text-transform:uppercase;font-weight:bold;font-family:Arial;margin-bottom:7px;}
.foot .f_right .fr_txt .fr_p p span{font-size:26px;font-family:Impact;display:inline-block;vertical-align:top;}
/*footbottom*/
.footbottom{margin-top:34px;}
.footbottom span{display:inline-block;margin-right:5px;font-size:14px;height:24px;line-height:24px;color:#7f7f7f;}
.footbottom a{color:#7f7f7f;}

/*stylepbulic*/
#stylepbulic{width:100%;height:340px;background-repeat:no-repeat;background-position:center top;background-size:cover;}
#stylesubnav{width:100%;background:#F7F7F7;padding:20px 0;}
#stylesubnav .xq_c{}
#stylesubnav .xq_crumbs{background:url(position.png) no-repeat left 6px;line-height:26px;float:left;padding-left:24px;}
#stylesubnav .xq_crumbs a{margin:0 10px;}
#stylesubnav .xq_nav{float:right;font-size:0;-webkit-text-size-adjust:none;}
#stylesubnav .xq_nav a{display:inline-block;height:49px;line-height:49px;padding:0 18px;text-align:center;position:relative;font-size:14px;}
#stylesubnav .xq_nav a.on{background:#247ACB;color:#FFF;}
#stylesubnav .xq_nav a.on .san{position:absolute;left:50%;margin-left:-10px;bottom:-10px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #21A7EE;display:block;}

/*px*/
#px_banner{width:100%;padding-bottom:500px;position:relative;z-index:9;}
#px_banner img{width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover;}
.px_txt{position:absolute;width:100%;height:100%;left:0;top:0;}
.px_txt .px_txt_p{position:absolute;top:50%;transform:translateY(-50%);left:0;width:100%;text-align:center;}
.px_txt .px_txt_p h2{margin:0;line-height:60px;height:60px;font-size:48px;font-weight:bold;color:#FFF;display:inline-block;padding:0 25px;position:relative;}
.px_txt .px_txt_p h2:before{content:'';position:absolute;width:55px;height:1px;background:#FFF;left:-55px;top:50%;}
.px_txt .px_txt_p h2:after{content:'';position:absolute;width:55px;height:1px;background:#FFF;right:-55px;top:50%;}
.px_txt .px_txt_p p{margin:0;margin-top:13px;height:30px;line-height:30px;font-size:26px;color:#FFF;text-transform:uppercase;}
.pnav_ul{font-size:0;-webkit-text-size-adjust:none;text-align:left;margin-top:-70px;position:relative;z-index:10;}
.pnav_ul a{height:34px;line-height:34px;background:#FFF;display:inline-block;margin-right:15px;font-size:16px;color:#444;padding:0 29px;}
.pnav_ul a:last-child{margin-right:0;}
.pnav_ul a.on{background:#9D48A5;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;}

/*product*/
.product_class{text-align:left;font-size:0;-webkit-text-size-adjust:none;margin-top:15px;width:100%;background:#eee;}
.product_class .pc_li{display:inline-block;font-size:14px;position:relative;border-right:1px solid #FFF;}
.product_class .pc_li>span{display:inline-block;width:100%;text-align:center;}
.product_class .pc_li>span>a{height:49px;line-height:49px;display:inline-block;color:#555;padding:0 30px;}
.product_class .pc_li>span>i{float:right;display:block;width:45px;height:45px;background:url(navarrow.png) no-repeat center center;-webkit-transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;}
.product_class .pc_li:hover,.product_class .pc_li.on{background:#0068d1 ;}
.product_class .pc_li:hover>span>a,.product_class .pc_li.on>span>a{color:#FFF;}
.product_class .pc_li:hover>span>i{-ms-transform:rotate(-180deg);-webkit-transform:rotate(-180deg);transform:rotate(-180deg);}
.product_class .pc_ul{position:absolute;left:0;top:45px;z-index:2;background:rgba(222,41,56,0.8);min-width:100%;display:none;}
.product_class .pc_ul>ul{margin:0;}
.product_class .pc_ul>ul>li{height:36px;line-height:36px;border-bottom:1px solid #E8E8E8;}
.product_class .pc_ul>ul>li:last-child{border-bottom:none;}
.product_class .pc_ul>ul>li>a{color:#FFF;padding:0 10px;display:block;width:100%;height:100%;white-space:nowrap;}
.product_class .pc_ul>ul>li:hover{background:#247ACB;}

/*公用右侧*/
.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_product .bd ul li .title a{color:#666}
.newscow_right .news_nlist{ padding-bottom:5px; overflow:hidden}
.newscow_right .news_nlist ul{ padding-top:5px}
.newscow_right .news_nlist ul li{line-height:36px;background:url(../images/zys_42.jpg) no-repeat 2px center; text-indent:0.3cm; margin:0 auto; border-bottom:1px dashed #d5d5d5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
/*视频弹出*/
#tan_box{display:none;position:fixed;left:0px;top:0px;right:0px;bottom:0px;background:rgba(0, 0, 0, 0.8);z-index:1000;}
.tan_box{position:absolute;left:0px;top:0px;right:0px;bottom:0px;padding:50px;display:-webkit-box;display:-moz-box;display:-webkit-flex;
    display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;}
.tan_box .box{position:relative;background:#fff url(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:#ff9900;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(r_qq.png);}
.izl-rmenu .iz_btn i.icon2{background-image:url(r_wx.png);}
.izl-rmenu .iz_btn i.icon3{background-image:url(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:#ff9900;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(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;}
#video{display:inline-block;padding:10px 10px 60px;width:600px;height:400px;vertical-align:middle;background:#FFF;position:relative;}
#video .videoc{width:100%;height:100%;}
#video iframe{width:100%;height:100%;}
#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;}

/*ztlist*/
.ztlist{padding-top:30px;}
.ztlist span{color:#fff;height:26px;line-height:26px;}
.ztlist a{color:#FFF;margin-right:15px;display:inline-block;height:26px;line-height:26px;white-space:nowrap;}
/*992以下屏幕*/
@media screen and (max-width:1599px){
	.container{width:1200px;}
    .topbg{height:100px;}
    .top .logo{width:150px;margin:25px 0 20px;height:55px;}
    .pcnav{padding:25px 0 15px;}
    .pcnav .f_nav .f_li .f_n a{height:60px;line-height:60px;font-size:15px;padding:0 20px;}
    .pcnav .s_nav a{font-size:14px;height:44px;line-height:44px;padding:0 20px;}
    .top .t_right .t_r{margin-left:5px;padding:16px 0 10px 18px;}
    .top .t_right .t_r span{font-size:16px;height:24px;line-height:24px;background-size:auto 100%;padding-left:30px;}
    .top .t_right .t_r p{font-size:18px;line-height:20px;}
    .index_banner{padding-bottom:661px;}
    .index_banner.swiper-container-horizontal .swiper-pagination{bottom:32px;}
    .info{padding:50px 0 40px;}
    .info .in_left{width:calc(100% - 610px);padding-top:25px;padding-right:30px;}
    .info .in_left em{font-size:20px;margin-bottom:10px;}
    .info .in_left i{margin-bottom:20px;}
    .info .in_left p{font-size:14px;line-height:28px;}
    .info .in_left p:nth-of-type(1){font-size:24px;height:34px;line-height:34px;margin-bottom:17px;}
    .info .in_left .in_span{margin-top:30px;}
    .info .in_left .in_span span{height:44px;line-height:42px;font-size:15px;margin-left:20px;width:145px;}
    .info .in_right{width:610px;padding:25px 40px 0 0;background-size:95% auto;}
    .info .in_right .in_img{padding-bottom:407px;}
    .info .in_item{margin-top:40px;}
    .info .in_ul .swiper-slide{padding:7px;}
    .info .in_ul.swiper-container-horizontal .swiper-pagination{margin-top:30px;}
    .liuyan{padding:40px 0;}
    .liuyan .ly_tit{font-size:32px;height:60px;line-height:42px;}
    .liuyan .ly_tit span{font-size:60px;height:60px;line-height:60px;}
    .liuyan .ly_tit em{font-size:15px;height:16px;line-height:16px;}
    .liuyan .ly_form{margin-top:30px;}
    .liuyan .ly_form .ly_input{height:50px;line-height:50px;width:240px;margin-left:20px;padding:0 25px;}
    .liuyan .ly_form .ly_input:nth-child(3){width:410px;}
    .liuyan .ly_form .ly_btn{width:250px;}
    .liuyan .ly_form .ly_btn span{height:50px;line-height:50px;}
    .liuyan .ly_p{margin-top:30px;}
    .liuyan .ly_p p{font-size:28px;margin-top:15px;}
    .liuyan .ly_p span{font-size:16px;height:26px;line-height:26px;background-size:auto 100%;padding-left:40px;}
    .pb_title .h_t{font-size:34px;height:44px;line-height:44px;}
    .pb_title .h_t i{width:160px;}
    .pb_title .h_t i:before{width:130px;}
    .pb_title .h_t i:after{width:130px;}
    .pb_title .h_t i.l{left:-160px;}
    .pb_title .h_t i.r{right:-160px;}
    .pb_title p{font-size:15px;line-height:24px;margin-top:15px;padding:0 66px;}
    .product{padding:40px 0 60px;}
    .product .p_left{width:267px;}
    .product .p_left .pl_tit{padding:24px 0 24px 30px;}
    .product .p_left .pl_tit p{font-size:30px;height:40px;line-height:40px;}
    .product .p_left .pl_tit span{font-size:20px;margin-top:10px;}
    .product .p_left .pl_ul .pl_li span{font-size:18px;height:71px;line-height:71px;padding-left:40px;}
    .product .p_left .pl_bottom{font-size:15px;height:51px;line-height:51px;}
    .product .p_item{width:903px;}
    .product .p_right .pr_top{padding-bottom:310px;}
    .product .p_right .pr_txt{padding:60px 0 0 50px;}
    .product .p_right .pr_txt p{font-size:15px;height:25px;line-height:25px;}
    .product .p_right .pr_txt p:first-child{font-size:22px;margin-bottom:6px;}
    .product .p_right .pr_txt p:nth-child(2){font-size:24px;height:32px;line-height:32px;margin-bottom:12px;}
    .product .p_right .pr_txt a{margin-top:20px;height:42px;line-height:40px;font-size:15px;width:156px;}
    .product .p_right .pr_ul{margin-top:20px;}
    .jiejue{padding:90px 0;}
    .jiejue:before{height:479px;}
    .jiejue .jj_tj{margin-top:20px;}
    .jiejue .jj_tj .jjt_ul .jjt_txt{padding:25px 30px;}
    .jiejue .jj_tj .jjt_ul .jjt_txt p{font-size:15px;line-height:24px;}
    .jiejue .jj_tj .jjt_ul .jjt_txt p:first-child{font-size:20px;height:30px;line-height:30px;}
    .jiejue .jj_tj .jjt_ul .jjt_txt i{margin:16px 0 12px;}
    .jiejue .jj_tj .swiper-button-prev{left:-70px;}
    .jiejue .jj_tj .swiper-button-next{right:-70px;}
    .jiejue .jj_ul{margin-top:40px;}
    .youshi{padding-top:40px;}
    .youshi .ys_span .swiper-pagination-bullet{min-width:210px;padding:22px 0 30px;}
    .youshi .ys_span .swiper-pagination-bullet:before{height:74px;top:22px;}
    .youshi .ys_span .ys_i{padding:18px 0 12px;background-size:auto 47px;}
    .youshi .ys_span .ys_i:before{border-left-width:8px;border-right-width:8px;border-top-width:9px;margin-left:-8px;bottom:-12px;}
    .youshi .ys_span .ys_i i{font-size:13px;}
    .youshi .ys_span .ys_i.icon1{padding-left:56px;}
    .youshi .ys_span .ys_i.icon2{padding-left:69px;}
    .youshi .ys_span .ys_i.icon3{padding-left:57px;}
    .youshi .ys_span .ys_i.icon4{padding-left:55px;}
    .youshi .ys_span .ys_i.icon5{padding-left:62px;}
    .youshi .ys_span .ys_i p{font-size:16px;height:26px;line-height:26px;}
    .youshi .ys_ul{padding:0 calc(50% - 550px);}
    .youshi .ys_ul .ys_left{width:50%;top:23%;}
    .youshi .ys_ul .ys_left .ys_txt{padding:20px 50px 50px;}
    .youshi .ys_ul .ys_left .ys_txt i{font-size:80px;height:76px;line-height:76px;}
    .youshi .ys_ul .ys_left .ys_txt i:before{height:14px;}
    .youshi .ys_ul .ys_left .ys_txt p{font-size:15px;line-height:30px;}
    .youshi .ys_ul .ys_left .ys_txt p:first-of-type{font-size:30px;height:40px;line-height:40px;margin-bottom:10px;}
    .youshi .ys_ul .ys_left .ys_txt p span{font-size:24px;height:35px;line-height:35px;}
    .youshi .ys_ul .ys_left .ys_txt em{font-size:16px;margin-bottom:12px;}
    .youshi .ys_ul .ys_left .ys_txt p:last-child{height:60px;}
    .youshi .ys_ul .swiper-button-prev{left:calc(25% - 280px);}
    .youshi .ys_ul .swiper-button-next{right:calc(25% - 280px);}
    .case{padding:40px 0 90px;background-size:100% 30px;}
    .case .c_span{margin-top:25px;}
    .case .c_span a{margin-left:100px;}
    .case .c_span a i{height:42px;}
    .case .c_span a p{font-size:16px;height:26px;line-height:26px;margin-top:8px;}
    .case .c_span a span{font-size:13px;height:13px;line-height:13px;margin-top:5px;}
    .case .c_ul{margin-top:27px;}
    .case .c_ul .c_txt .c_pp i{height:50px;}
    .case .c_ul .c_txt .c_pp p{font-size:20px;line-height:30px;}
    .case .c_ul .c_txt .c_pp a{font-size:15px;height:31px;line-height:29px;width:132px;margin:15px auto 0;}
    .hezuo{padding:40px 0;}
    .hezuo .hz_ul{margin-top:30px;}
    .hezuo .hz_ul .swiper-slide{padding:7px;}
    .news{padding:40px 0;}
    .news .n_span{margin-top:20px;}
    .news .n_ul{margin-top:30px;}
    .news .n_ul .n_txt{padding:25px 30px;}
    .news .n_ul .n_txt p{font-size:14px;line-height:24px;}
    .news .n_ul .n_txt p:first-child{font-size:17px;height:27px;line-height:27px;margin-bottom:15px;}
    .news .n_ul .n_txt p:nth-child(2){margin-bottom:15px;}
    .foot{padding:40px 0 20px;}
    .foot .f_tit{font-size:20px;height:30px;line-height:30px;}
    .foot .f_left{width:calc(100% - 625px);}
    .foot .f_left .fl_li{width:190px;}
    .foot .f_right{width:625px;}
    .foot .f_right .fr_ewm{margin-top:10px;}
    .foot .f_right .fr_ewm p{margin-top:20px;}
    .foot .f_right .fr_contact{width:415px;}
    .foot .f_right .fr_tit{font-size:18px;height:28px;line-height:28px;}
    .foot .f_right .fr_txt .fr_p{margin-top:30px;padding-left:45px;}
    .foot .f_right .fr_txt .fr_p p:first-child{font-size:14px;height:14px;line-height:14px;margin-bottom:5px;}
    .foot .f_right .fr_txt .fr_p p span{font-size:22px;}
    .footbottom{margin-top:30px;}
    .friendlink{padding:10px 0 20px;}
    .friendlink .fl_left{width:160px;padding-top:8px;}
    .friendlink .fl_left p{font-size:45px;height:45px;line-height:45px;}
    .friendlink .fl_right{width:calc(100% - 160px);}
    .friendlink .fl_right a{margin-top:5px;}





	#stylesubnav{height:auto;border-bottom:none;}
	#px_banner{padding-bottom:400px;}
	.xq_crumbs{width:100%;float:none;border-bottom:1px solid #E0E0E0;}
	.xq_nav{float:none;margin-top:15px;width:100%;display:table;}
	.xq_nav a{background:#EEE;border-right:1px solid #FFF;padding:0 0;display:table-cell;}
	.xq_nav a.on .san{display:none;}	
	.product_class .pc_li>span>a{padding:0 20px;}
}
/*992以下屏幕*/
@media screen and (max-width:1229px){
	.container{width:994px;}
    .topbg{height:70px;}
    .top{background:#FFF;}
    .top .logo{width:120px;margin:15px 0 10px;height:44px;}
    .pcnav{padding:12px 0 8px;}
    .pcnav .f_nav .f_li{margin-left:0;}
    .pcnav .f_nav .f_li .f_n a{height:50px;line-height:50px;font-size:14px;padding:0 20px;}
    .pcnav .s_nav a{font-size:13px;height:40px;line-height:40px;}
    .top .t_right .t_r{display:none;}
    .index_banner{padding-bottom:450px;}
    .index_banner.swiper-container-horizontal .swiper-pagination{bottom:22px;}
    .index_banner .swiper-pagination-bullet{width:10px;height:10px;margin:0 4px!important;}
    .index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width:32px;}
    .info{padding:30px 0;}
    .info .in_left{width:calc(100% - 500px);padding-top:0;padding-right:15px;}
    .info .in_left em{font-size:16px;margin-bottom:6px;}
    .info .in_left i{margin-bottom:12px;}
    .info .in_left p{line-height:24px;}
    .info .in_left p:nth-of-type(1){font-size:20px;height:28px;line-height:28px;margin-bottom:10px;}
    .info .in_left .in_span{margin-top:20px;}
    .info .in_left .in_span span{height:40px;line-height:38px;font-size:14px;margin-left:15px;width:130px;}
    .info .in_right{width:500px;padding:15px 25px 0 0;}
    .info .in_right .in_img{padding-bottom:339px;}
    .info .in_item{margin-top:20px;}
    .info .in_ul .swiper-slide{padding:5px;}
    .info .in_ul.swiper-container-horizontal .swiper-pagination{margin-top:20px;}
    .liuyan{padding:20px 0;}
    .liuyan .ly_tit{font-size:24px;height:50px;line-height:32px;}
    .liuyan .ly_tit span{font-size:50px;height:50px;line-height:50px;}
    .liuyan .ly_tit em{font-size:14px;height:14px;line-height:14px;}
    .liuyan .ly_form{margin-top:20px;}
    .liuyan .ly_form .ly_input{height:42px;line-height:42px;width:210px;margin-left:15px;padding:0 20px;}
    .liuyan .ly_form .ly_input:nth-child(3){width:319px;}
    .liuyan .ly_form .ly_btn{width:210px;}
    .liuyan .ly_form .ly_btn span{height:42px;line-height:42px;}
    .liuyan .ly_p{margin-top:20px;}
    .liuyan .ly_p p{font-size:20px;margin-top:10px;}
    .liuyan .ly_p span{font-size:14px;height:22px;line-height:22px;padding-left:30px;}
    .pb_title .h_t{font-size:30px;height:40px;line-height:40px;}
    .pb_title .h_t i{width:120px;}
    .pb_title .h_t i:before{width:100px;margin-top:-3px;}
    .pb_title .h_t i:after{width:100px;}
    .pb_title .h_t i.l{left:-120px;}
    .pb_title .h_t i.r{right:-120px;}
    .pb_title p{font-size:14px;line-height:22px;margin-top:10px;padding:0 0;}
    .product{padding:30px 0;}
    .product .p_c{margin-top:20px;}
    .product .p_left{width:220px;}
    .product .p_left .pl_tit{padding:22px 0 23px 20px;}
    .product .p_left .pl_tit p{font-size:22px;height:30px;line-height:30px;}
    .product .p_left .pl_tit span{font-size:16px;margin-top:6px;}
    .product .p_left .pl_ul .pl_li span{font-size:16px;height:61px;line-height:61px;padding-left:20px;background-size:auto 18px;background-position:right 20px center;}
    .product .p_left .pl_bottom{font-size:14px;height:44px;line-height:44px;}
    .product .p_item{width:754px;}
    .product .p_right .pr_top{padding-bottom:259px;}
    .product .p_right .pr_txt{padding:50px 0 0 30px;}
    .product .p_right .pr_txt p{font-size:14px;height:24px;line-height:24px;}
    .product .p_right .pr_txt p:first-child{font-size:18px;margin-bottom:5px;}
    .product .p_right .pr_txt p:nth-child(2){font-size:20px;height:28px;line-height:28px;margin-bottom:10px;}
    .product .p_right .pr_txt a{margin-top:15px;font-size:14px;width:140px;}
    .product .p_right .pr_ul{margin-top:20px;}
    .jiejue{padding:50px 0;background-size:100% 25px;}
    .jiejue:before{height:381px;}
    .jiejue .jj_tj{margin-top:15px;}
    .jiejue .jj_tj .jjt_ul .jjt_txt{padding:15px 20px;}
    .jiejue .jj_tj .jjt_ul .jjt_txt p{font-size:14px;}
    .jiejue .jj_tj .jjt_ul .jjt_txt p:first-child{font-size:17px;height:26px;line-height:26px;}
    .jiejue .jj_tj .jjt_ul .jjt_txt i{margin:12px 0 10px;}
    .jiejue .jj_tj .swiper-button-prev{display:none;}
    .jiejue .jj_tj .swiper-button-next{display:none;}
    .jiejue .jj_ul{margin-top:25px;}
    .jiejue .jj_ul p{font-size:14px;height:44px;line-height:44px;}
    .youshi{padding-top:30px;}
    .youshi .ys_span .swiper-pagination-bullet{min-width:175px;padding:15px 0 20px;}
    .youshi .ys_span .swiper-pagination-bullet:before{height:60px;top:15px;}
    .youshi .ys_span .ys_i{padding:12px 0 8px;background-size:auto 40px;}
    .youshi .ys_span .ys_i:before{border-left-width:6px;border-right-width:6px;border-top-width:6px;margin-left:-6px;bottom:-10px;}
    .youshi .ys_span .ys_i i{font-size:12px;}
    .youshi .ys_span .ys_i.icon1{padding-left:50px;}
    .youshi .ys_span .ys_i.icon2{padding-left:62px;}
    .youshi .ys_span .ys_i.icon3{padding-left:50px;}
    .youshi .ys_span .ys_i.icon4{padding-left:50px;}
    .youshi .ys_span .ys_i.icon5{padding-left:55px;}
    .youshi .ys_span .ys_i p{font-size:14px;height:24px;line-height:24px;}
    .youshi .ys_ul{padding:0 calc(50% - 450px);margin-top:-38px;}
    .youshi .ys_ul .ys_left{width:50%;top:23%;}
    .youshi .ys_ul .ys_left .ys_txt{padding:15px 30px 30px;}
    .youshi .ys_ul .ys_left .ys_txt i{font-size:60px;height:68px;line-height:68px;}
    .youshi .ys_ul .ys_left .ys_txt i:before{height:14px;}
    .youshi .ys_ul .ys_left .ys_txt p{font-size:14px;line-height:26px;}
    .youshi .ys_ul .ys_left .ys_txt p:first-of-type{font-size:22px;height:30px;line-height:30px;margin-bottom:6px;}
    .youshi .ys_ul .ys_left .ys_txt p span{font-size:19px;height:27px;line-height:27px;}
    .youshi .ys_ul .ys_left .ys_txt em{font-size:14px;margin-bottom:8px;}
    .youshi .ys_ul .ys_left .ys_txt p:last-child{height:52px;}
    .youshi .ys_ul .swiper-button-prev,.youshi .ys_ul .swiper-button-next{width:20px;height:46px;}
    .youshi .ys_ul .swiper-button-prev{left:calc(25% - 240px);}
    .youshi .ys_ul .swiper-button-next{right:calc(25% - 240px);}
    .case{padding:30px 0 50px;background-size:100% 30px;}
    .case .c_span{margin-top:20px;}
    .case .c_span a{margin-left:60px;}
    .case .c_span a i{height:36px;}
    .case .c_span a p{font-size:15px;height:24px;line-height:24px;margin-top:6px;}
    .case .c_span a span{font-size:12px;height:12px;line-height:12px;margin-top:4px;}
    .case .c_ul{margin-top:20px;}
    .case .c_ul .c_txt .c_pp i{height:40px;}
    .case .c_ul .c_txt .c_pp p{font-size:17px;line-height:26px;margin-top:10px;}
    .case .c_ul .c_txt .c_pp a{font-size:14px;height:28px;line-height:26px;width:125px;margin:10px auto 0;}
    .hezuo{padding:30px 0;}
    .hezuo .hz_ul{margin-top:20px;}
    .hezuo .hz_ul .swiper-slide{padding:5px;}
    .news{padding:30px 0;}
    .news .n_span{margin-top:15px;}
    .news .n_span .span_a{font-size:14px;height:38px;line-height:36px;width:150px;margin-left:12px;}
    .news .n_ul{margin-top:20px;}
    .news .n_ul .n_txt{padding:20px 22px;}
    .news .n_ul .n_txt p:first-child{font-size:16px;height:26px;line-height:26px;margin-bottom:10px;}
    .news .n_ul .n_txt p:nth-child(2){margin-bottom:10px;}
    .foot{padding:30px 0 20px;}
    .foot .f_tit{font-size:17px;height:26px;line-height:26px;}
    .foot .f_left{width:calc(100% - 550px);}
    .foot .f_left .fl_li{width:148px;}
    .foot .f_right{width:550px;}
    .foot .f_right .fr_ewm{margin-top:0;width:130px;}
    .foot .f_right .fr_ewm p{margin-top:12px;}
    .foot .f_right .fr_contact{width:390px;}
    .foot .f_right .fr_tit{font-size:18px;height:28px;line-height:28px;}
    .foot .f_right .fr_txt .fr_p{margin-top:20px;padding-left:35px;}
    .foot .f_right .fr_txt .fr_p p:first-child{font-size:14px;height:14px;line-height:14px;margin-bottom:5px;}
    .foot .f_right .fr_txt .fr_p p span{font-size:18px;}
    .footbottom{margin-top:20px;}
    .friendlink{padding:5px 0 10px;}
    .friendlink .fl_left{width:160px;padding-top:8px;}
    .friendlink .fl_left p{font-size:45px;height:45px;line-height:45px;}
    .friendlink .fl_right{width:calc(100% - 160px);}
    .friendlink .fl_right a{margin-top:5px;}






    .izl-rmenu{display:none;}
	#stylesubnav{height:auto;border-bottom:none;}
	#px_banner{padding-bottom:300px;}
	.product_class .pc_li{width:20%;float:left;border-bottom:1px solid #FFF;}
	.product_class .pc_li>span>a{padding:0 0;height:44px;line-height:44px;font-size:14px;}
	.xq_crumbs{width:100%;float:none;border-bottom:1px solid #E0E0E0;}
	.xq_nav{float:none;margin-top:15px;width:100%;display:table;}
	.xq_nav a{background:#EEE;border-right:1px solid #FFF;padding:0 0;display:table-cell;}
	.xq_nav a.on .san{display:none;}	
}
/*992以下屏幕*/
@media screen and (max-width:1023px){
	.container{width:738px;}
	.topbg{height:70px;}
	.top .container{width:100%;}
	.top .logo{margin-left:15px;}
	.top .t_right{display:none;}
	.top .nav{display:block;}
    .index_banner{padding-bottom:360px;}
    .index_banner.swiper-container-horizontal .swiper-pagination{bottom:15px;}
    .info{padding:20px 0;}
    .info .in_left{width:100%;padding-right:0;float:none;}
    .info .in_left em{font-size:16px;margin-bottom:6px;text-align:center;}
    .info .in_left i{margin:0 auto 10px;}
    .info .in_left p{line-height:24px;}
    .info .in_left p:nth-of-type(1){font-size:20px;height:28px;line-height:28px;margin-bottom:10px;text-align:center;}
    .info .in_left .in_span{margin-top:10px;}
    .info .in_right{display:none;}
    .info .in_item{margin-top:15px;}
    .info .in_ul .swiper-slide{padding:3px;}
    .info .in_ul.swiper-container-horizontal .swiper-pagination{margin-top:13px;}
    .liuyan .ly_tit{font-size:20px;height:34px;line-height:28px;}
    .liuyan .ly_tit span{font-size:34px;height:34px;line-height:34px;}
    .liuyan .ly_tit em{font-size:12px;}
    .liuyan .ly_form{margin-top:0px;}
    .liuyan .ly_form .ly_input{width:calc(50% - 5px);margin-left:10px;padding:0 15px;margin-top:10px;}
    .liuyan .ly_form .ly_input:nth-child(3){width:calc(100% - 220px);margin-left:0;margin-top:10px;}
    .liuyan .ly_form .ly_btn{margin-top:10px;}
    .liuyan .ly_p{margin-top:15px;}
    .liuyan .ly_p p{margin-top:6px;}
    .liuyan .ly_p span{font-size:14px;height:22px;line-height:22px;padding-left:30px;}
    .pb_title .h_t{font-size:22px;height:30px;line-height:30px;}
    .pb_title .h_t i{display:none;}
    .pb_title p{font-size:13px;line-height:20px;margin-top:5px;}
    .product{padding:20px 0;}
    .product .p_left{width:100%;float:none;}
    .product .p_left .pl_tit{display:none;}
    .product .p_left .pl_ul .pl_li{background:none;padding-bottom:0;width:16.66%;float:left;border-right:1px solid #FFF;}
    .product .p_left .pl_ul .pl_li span{background:none;padding-left:0;text-align:center;font-size:14px;height:50px;line-height:50px;}
    .product .p_left .pl_ul .pl_li.on{background:#0068d1;}
    .product .p_left .pl_ul .pl_li.on span{background:none;}
    .product .p_left .pl_bottom{display:none;}
    .product .p_item{width:100%;margin-top:15px;float:none;}
    .product .p_right .pr_top{padding-bottom:34.3269%;}
    .product .p_right .pr_txt{padding:50px 0 0 30px;}
    .product .p_right .pr_txt p:first-child{font-size:16px;}
    .product .p_right .pr_txt p:nth-child(2){font-size:18px;height:26px;line-height:26px;margin-bottom:7px;}
    .product .p_right .pr_txt a{margin-top:10px;font-size:14px;width:140px;height:38px;line-height:36px;}
    .product .p_right .pr_ul{margin-top:12px;}
    .jiejue{padding:40px 0;background-size:100% 20px;}
    .jiejue:before{height:378px;}
    .jiejue .jj_tj{margin-top:10px;}
    .jiejue .jj_tj .jjt_ul .jjt_txt{padding:10px 12px;}
    .jiejue .jj_tj .jjt_ul .jjt_txt p:first-child{font-size:16px;height:24px;line-height:24px;}
    .jiejue .jj_tj .jjt_ul .jjt_txt i{margin:10px 0 8px;height:2px;}
    .jiejue .jj_tj .swiper-button-prev{display:none;}
    .jiejue .jj_tj .swiper-button-next{display:none;}
    .jiejue .jj_ul{margin-top:15px;}
    .youshi{padding-top:20px;}
    .youshi .ys_span .swiper-pagination-bullet{min-width:146px;padding:10px 0 10px;}
    .youshi .ys_span .swiper-pagination-bullet:before{height:48px;top:10px;}
    .youshi .ys_span .ys_i{padding:7px 0;background-size:auto 30px;}
    .youshi .ys_span .ys_i:before{border-left-width:5px;border-right-width:5px;border-top-width:5px;margin-left:-5px;bottom:-7px;}
    .youshi .ys_span .ys_i i{font-size:12px;}
    .youshi .ys_span .ys_i.icon1{padding-left:35px;}
    .youshi .ys_span .ys_i.icon2{padding-left:40px;}
    .youshi .ys_span .ys_i.icon3{padding-left:38px;}
    .youshi .ys_span .ys_i.icon4{padding-left:36px;}
    .youshi .ys_span .ys_i.icon5{padding-left:40px;}
    .youshi .ys_span .ys_i p{height:21px;line-height:21px;margin-top:0;}
    .youshi .ys_ul{padding:0 10px;margin-top:-38px;}
    .youshi .ys_ul .ys_left{width:50%;top:23%;}
    .youshi .ys_ul .ys_left .ys_txt{padding:15px 30px 30px;}
    .youshi .ys_ul .ys_left .ys_txt i{font-size:60px;height:68px;line-height:68px;}
    .youshi .ys_ul .ys_left .ys_txt i:before{height:14px;}
    .youshi .ys_ul .ys_left .ys_txt p{font-size:14px;line-height:26px;}
    .youshi .ys_ul .ys_left .ys_txt p:first-of-type{font-size:22px;height:30px;line-height:30px;margin-bottom:6px;}
    .youshi .ys_ul .ys_left .ys_txt p span{font-size:19px;height:27px;line-height:27px;}
    .youshi .ys_ul .ys_left .ys_txt em{font-size:14px;margin-bottom:8px;}
    .youshi .ys_ul .ys_left .ys_txt p:last-child{height:52px;}
    .youshi .ys_ul .swiper-button-prev,.youshi .ys_ul .swiper-button-next{width:20px;height:46px;}
    .youshi .ys_ul .swiper-button-prev{left:10px;}
    .youshi .ys_ul .swiper-button-next{right:10px;}
    .case{padding:20px 0 30px;background-size:100% 20px;}
    .case .c_span{margin-top:15px;}
    .case .c_span a{margin-left:30px;}
    .case .c_span a i{height:30px;}
    .case .c_span a p{font-size:14px;}
    .case .c_span a span{font-weight:normal;}
    .case .c_ul{margin-top:15px;}
    .case .c_ul .c_txt .c_pp i{height:28px;}
    .case .c_ul .c_txt .c_pp p{font-size:15px;line-height:24px;margin-top:6px;}
    .case .c_ul .c_txt .c_pp a{font-size:14px;height:28px;line-height:26px;width:125px;margin:10px auto 0;}
    .hezuo{padding:20px 0;}
    .hezuo .hz_ul{margin-top:15px;}
    .hezuo .hz_ul .swiper-slide{padding:3px;}
    .news{padding:20px 0;}
    .news .n_span{margin-top:10px;}
    .news .n_span .span_a{font-size:14px;height:38px;line-height:36px;width:150px;margin-left:12px;}
    .news .n_ul .n_txt{padding:10px 8px;}
    .foot{padding:20px 0 15px;}
    .foot .f_left{display:none;}
    .foot .f_right{width:100%;float:none;}
    .foot .f_right .fr_ewm{margin-top:0;width:130px;}
    .foot .f_right .fr_ewm p{margin-top:12px;}
    .foot .f_right .fr_contact{width:calc(100% - 130px);padding-left:30px;}
    .foot .f_right .fr_txt .fr_p{margin-top:15px;}
    .footbottom{margin-top:15px;}
    .friendlink{padding:5px 0 60px;}
    .friendlink .fl_left{width:100%;padding-top:0;float:none;}
    .friendlink .fl_left p{font-size:32px;height:32px;line-height:32px;}
    .friendlink .fl_right{width:100%;float:none;}
    .friendlink .fl_right a{margin-top:5px;margin-right:20px;}




	#floatBottom{display:block;}
	#px_banner{padding-bottom:38%;}
	.product_class .pc_li{width:25%;float:left;border-bottom:1px solid #FFF;}
	.product_class .pc_li>span>a{padding:0 0;}
	.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);}
    #mobilehead .logo{width:calc(100% - 70px);}
    .index_banner{padding-bottom:47%;}
    .index_banner.swiper-container-horizontal .swiper-pagination{bottom:10px;}
    .info .in_left .in_span span{width:32%;margin-left:2%;}
    .liuyan .ly_tit{font-size:18px;line-height:26px;height:50px;padding-bottom:20px;}
    .liuyan .ly_tit span{font-size:30px;height:30px;line-height:30px;}
    .liuyan .ly_tit em{left:0;right:auto;}
    .liuyan .ly_form .ly_input{width:100%;float:none;margin-left:0;}
    .liuyan .ly_form .ly_input:nth-child(3){width:100%;}
    .liuyan .ly_form .ly_btn{width:100%;float:none;}
    .product .p_left .pl_ul .pl_li{width:50%;border-bottom:1px solid #FFF;}
    .product .p_right .pr_top{padding-bottom:0;}
    .product .p_right .pr_top img{object-position:right top;}
    .product .p_right .pr_txt{padding:15px 10px;position:relative;}
    .product .p_right .pr_txt p{height:auto;}
    .product .p_right .pr_txt p:first-child{font-size:14px;margin-bottom:3px;}
    .product .p_right .pr_txt p:nth-child(2){font-size:16px;height:24px;line-height:24px;margin-bottom:3px;}
    .product .p_right .pr_ul p{font-size:14px;height:42px;line-height:41px;}
    .jiejue:before{height:413px;}
    .youshi .ys_span{margin-top:10px;}
    .youshi .ys_span .swiper-pagination{display:block;box-shadow:none;background:#F5F5F5;}
    .youshi .ys_span .swiper-pagination-bullet{min-width:auto;padding:0;width:20%;display:block;float:left;border-right:1px solid #FFF;border-radius:0;}
    .youshi .ys_span .swiper-pagination-bullet:before{content:none;}
    .youshi .ys_span .ys_i{padding:0;display:block;}
    .youshi .ys_span .ys_i:before{content:none;}
    .youshi .ys_span .ys_i i{display:none;}
    .youshi .ys_span .ys_i.icon1{padding-left:0;background:none;}
    .youshi .ys_span .ys_i.icon2{padding-left:0;background:none;}
    .youshi .ys_span .ys_i.icon3{padding-left:0;background:none;}
    .youshi .ys_span .ys_i.icon4{padding-left:0;background:none;}
    .youshi .ys_span .ys_i.icon5{padding-left:0;background:none;}
    .youshi .ys_span .ys_i p{height:40px;line-height:40px;text-align:center;}
    .youshi .ys_ul{padding:0 15px;margin-top:10px;}
    .youshi .ys_ul .ys_img{padding-bottom:0;}
    .youshi .ys_ul .ys_img.positionimg img{position:relative;width:100%;height:auto;}
    .youshi .ys_ul .ys_left{width:100%;top:0;position:relative;}
    .youshi .ys_ul .ys_left .ys_txt{padding:10px 0;}
    .youshi .ys_ul .ys_left .ys_txt i{font-size:50px;height:50px;line-height:50px;}
    .youshi .ys_ul .ys_left .ys_txt i:before{height:10px;}
    .youshi .ys_ul .ys_left .ys_txt p{line-height:24px;}
    .youshi .ys_ul .ys_left .ys_txt p:first-of-type{font-size:20px;height:28px;line-height:28px;margin-bottom:5px;}
    .youshi .ys_ul .ys_left .ys_txt p span{font-size:17px;height:26px;line-height:26px;}
    .youshi .ys_ul .ys_left .ys_txt em{font-size:12px;margin-bottom:5px;}
    .youshi .ys_ul .ys_left .ys_txt p:last-child{height:48px;}
    .youshi .ys_ul .swiper-button-prev,.youshi .ys_ul .swiper-button-next{width:20px;height:46px;}
    .youshi .ys_ul .swiper-button-prev{left:16px;top:30%}
    .youshi .ys_ul .swiper-button-next{right:16px;top:30%;}
    .youshi .ys_span .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#014daf;}
    .youshi .ys_span .swiper-pagination-bullet.swiper-pagination-bullet-active .ys_i p{color:#FFF;}
    .case .c_span{margin-top:0;}
    .case .c_span a{width:32%;margin-left:2%;margin-top:15px;}
    .case .c_span a:nth-child(3n+1){margin-left:0;}
    .news .n_span .span_a{width:32%;margin-left:2%;}
    .news .n_ul{margin-top:10px;}
    .foot .f_right .fr_ewm{width:100%;float:none;}
    .foot .f_right .fr_ewm img{max-width:140px;margin:0 auto;}
    .foot .f_right .fr_ewm p{margin-top:8px;}
    .foot .f_right .fr_contact{width:100%;float:none;padding-left:0;margin-top:20px;}
    .foot .f_right .fr_txt .fr_p{float:none;}
    .foot .f_right .fr_txt .fr_p.fr_p1{width:100%;}
    .foot .f_right .fr_txt .fr_p.fr_p2{width:100%;}



    .product_class .pc_li{width:50%;}
	.product_class .pc_li>span>a{font-size:12px;height:40px;line-height:40px;}
	.xq_nav{display:block;}
	.xq_nav a{height:38px;line-height:38px;border-right:1px solid #FFF;border-bottom:1px solid #FFF;padding:0 15px;display:inline-block;}
	.newscow_right .news_product .bd ul li{width:100%;margin-left:0;}
	.newscow_right .news_nlist ul li{width:100%;margin-left:0;}
}