
/*-----  Global  ----*/
*{margin:0px;padding:0px; border-width:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
/*html{scroll-behavior:smooth; }*/
body{font-size:14px; font-family:"Microsoft YaHei";color:#555;}
a,a:visited{text-decoration:none!important;color:#555;}
a:hover,a:active{text-decoration:none!important;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;}


.wp {margin: 0 auto;width: 1400px;}
.wp-h{margin: 0 auto;width: 1600px;}
::-webkit-input-placeholder{color:#999;font-size:14px;}
:-moz-placeholder{color:#999;font-size:14px;}
::-moz-placeholder{color:#999;font-size:14px;}
:-ms-input-placeholder{color:#999;font-size:14px;}
.container{width:1500px;margin:0 auto;}
.positionimg img{display:block;width:100%;height:100%;position:absolute;left:0;top:0;object-fit:cover;}
.scale_img:hover img{
    -webkit-transform:scale(1.05);
       -moz-transform:scale(1.05);
         -o-transform:scale(1.05);
            transform:scale(1.05);}
.font_inline{font-size:0;-webkit-text-size-adjust:none;}
.text_overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.text_num_overflow{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;}
.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;}
.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:124px;}
.top{width:100%;z-index:999;background:#FFF;position:fixed;left:0;top:0;
    -webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,0.2);
       -moz-box-shadow:0 1px 3px 0 rgba(0,0,0,0.2);
         -o-box-shadow:0 1px 3px 0 rgba(0,0,0,0.2);
            box-shadow:0 1px 3px 0 rgba(0,0,0,0.2);
    background:-moz-linear-gradient(left, #FFF 50%, #004caf 50%);
    background:-webkit-gradient(linear, left top, right top, color-stop(50%,#FFF), color-stop(50%,#004caf));
    background:-webkit-linear-gradient(left, #FFF 50%,#004caf 50%);
    background:-o-linear-gradient(left, #FFF 50%,#004caf 50%);
    background:-ms-linear-gradient(left, #FFF 50%,#004caf 50%);
    background:linear-gradient(to right, #FFF 50%,#004caf 50%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#004caf',GradientType=0 );
}
.top .container{width:calc(100% - 30px);max-width:1560px;}
.top .logo{width:237px;float:left;padding:40px 0 32px;outline:none;}
.top .logo img{width:100%;height:auto;display:block;}
.top .logo .l_title{overflow:hidden;text-indent:-1000em;font-size:14px;color:#fff;height:0;}
.top .t_right{float:right;}
/*nav*/
.pcnav{float:left;background:#FFF;padding:23px 26px 25px 0;}
.pcnav .f_nav{width:100%;}
.pcnav .f_nav .f_li{float:left;margin-left:30px;position:relative;}
.pcnav .f_nav .f_li .f_n{position:relative;overflow:hidden;}
.pcnav .f_nav .f_li .f_n:before{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);display:block;width:0;height:3px;opacity:0;background:#0064C6;}
.pcnav .f_nav .f_li .f_n a{display:inline-block;height:76px;line-height:76px;width:100%;color:#333;font-size:16px;text-align:center;padding:0 20px;position:relative;}

.pcnav .s_nav{position:absolute;left:0;min-width:100%;background:#FFF;display:none;z-index:10;}
.pcnav .s_nav a{display:block;height: 42px;line-height: 42px;color:#76838F;border-bottom:1px solid #CCC;white-space:nowrap;padding-left:10px;padding-right:15px;font-size:14px;box-sizing:border-box;}
.pcnav .s_nav a:hover{background:#DDD;padding-left:15px;padding-right:10px;}
.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{color:#0064C6;}
.pcnav .f_nav .f_li:hover .s_nav{height:auto;opacity:1;background:#F2F2F2;}


.top .top_phone{float:right;padding:27px 0 0 28px;color:#fff;}
.top .top_phone p:first-child{font-size:17px;background:url(../image/top_icon.png) no-repeat left center;height:29px;line-height:23px;padding:6px 0 0 45px;letter-spacing:-0.425px;background-size:auto 100%;}
.top .top_phone p:last-child{font-size:24px;height:1em;line-height:1em;margin-top:11px;font-family:Aria;letter-spacing:-0.6px;}

.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(../image/_.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>ul{display:none;}
.top .nav .nav_one>li>ul>li{height:36px;line-height:36px;text-indent:20px;}
.top .nav .nav_one>li>ul>li>a{font-size:15px;color:#666;width:100%;height:100%;display:block;}
.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(../image/mobilesitemap.png) no-repeat left center;background-size:auto 15px;}
.top .nav .nav_contact .nav_txt span.topphoneicon{background:url(../image/mobilephone.png) no-repeat left center;background-size:auto 15px;}
.top .nav .nav_contact .nav_txt span.topemailicon{background:url(../image/mobileemail.png) no-repeat left center;background-size:auto 15px;text-indent:25px;}
/*flash*/
.index_banner{width:100%;height:0;padding-bottom:780px;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:40px;font-size:0;-webkit-text-size-adjust:none;}
.index_banner .swiper-pagination-bullet{opacity:1;width:13px;height:13px;margin:0 9px!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{content:none;width:46px;}
/*pb_title*/
.pb_title{text-align:center;position:relative;padding-top:56px;}

.pb_title span{display:block;font-size:60px;height:1em;line-height:1em;color:rgba(231,231,231,.6);font-family:Impact;text-transform:uppercase;position:absolute;width:100%;left:0;top:0;}
.pb_title .h_t{font-size:40px;color:#333;height:50px;line-height:50px;position:relative;font-weight:bold;}
.pb_title.pt_t1 span{color:rgba(255,255,255,.24);}
.pb_title.pt_t1 .h_t{color:#FFF;text-shadow:0 2px 3px rgba(0,0,0,.24);}
/*product*/
.product{padding:22px 0 63px;}
.product .p_nav{margin-top:24px;text-align:center;border:1px solid #D3D3D3;
    -webkit-box-shadow:0 0 2px rgba(0,0,0,0.3);
      -moz-box-shadow:0 0 2px rgba(0,0,0,0.3);
        -o-box-shadow:0 0 2px rgba(0,0,0,0.3);
           box-shadow:0 0 2px rgba(0,0,0,0.3);
}
.product .p_nav .pn_c{display:table;width:100%;}
.product .p_nav .pn_c .pn_a{display:table-cell;position:relative;background:url(../image/pc_line.png) no-repeat right center;}
.product .p_nav .pn_c .pn_a:last-child{background:none;}
.product .p_nav .pn_c .pn_a .a_span{display:inline-block;height:92px;line-height:92px;height:92px;line-height:92px;font-size:19px;font-weight:bold;color:#444;background-repeat:no-repeat;background-position:left center;/* padding-left:50px; */}
.product .p_nav .pn_c .pn_a .a_span.icon8{background-image:url(../image/pc_icon1.png);}
.product .p_nav .pn_c .pn_a .a_span.icon6{background-image:url(../image/pc_icon2.png);}
.product .p_nav .pn_c .pn_a .a_span.icon7{background-image:url(../image/pc_icon3.png);}
.product .p_nav .pn_c .pn_a .a_span.icon4{background-image:url(../image/pc_icon4.png);}
.product .p_nav .pn_c .pn_a .a_span.icon5{background-image:url(../image/pc_icon5.png);}
.product .p_nav .pn_c .pn_a .a_span.icon9{background-image:url(../image/pc_icon6.png);}
.product .p_nav .pn_c .pn_a .a_span.icon0{background-image:url(../image/pc_icon7.png);}
.product .p_nav .pn_c .pn_a.on{background:#004CAF;}
.product .p_nav .pn_c .pn_a.on:before{content:'';border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:8px solid #FFF;position:absolute;left:50%;margin-left:-10px;bottom:0;}
.product .p_nav .pn_c .pn_a.on .a_span{color:#FFF;}
.product .p_nav .pn_c .pn_a.on .a_span.icon8{background-image:url(../image/pc_icon1_hover.png);}
.product .p_nav .pn_c .pn_a.on .a_span.icon6{background-image:url(../image/pc_icon2_hover.png);}
.product .p_nav .pn_c .pn_a.on .a_span.icon7{background-image:url(../image/pc_icon3_hover.png);}
.product .p_nav .pn_c .pn_a.on .a_span.icon4{background-image:url(../image/pc_icon4_hover.png);}
.product .p_nav .pn_c .pn_a.on .a_span.icon5{background-image:url(../image/pc_icon5_hover.png);}
.product .p_nav .pn_c .pn_a.on .a_span.icon9{background-image:url(../image/pc_icon6_hover.png);}
.product .p_nav .pn_c .pn_a.on .a_span.icon0{background-image:url(../image/pc_icon7_hover.png);}
.product .p_nav .pn_li{text-align:left;height:74px;overflow:hidden;
    -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);}
.product .p_nav .pn_li a{display:inline-block;padding:0 30px;}
.product .p_nav .pn_li a span{display:inline-block;padding-left:23px;height:74px;line-height:74px;font-size:15px;color:#666;position:relative;}
.product .p_nav .pn_li a span:before{content:'';width:4px;height:4px;background:#c3c0c0;border-radius:50%;position:absolute;left:0;top:50%;margin-top:-2px;}
.product .p_nav .pn_li a:hover span{color:#0064C6;}
.product .p_nav .pn_li a:hover span:before{background:#0064C6;}
.product .p_ul{padding-top:16px;}
.product .p_ul .p_li{width:350px;margin-left: 20px;float:left;margin-top:28px;display:block;}
.product .p_ul .p_li .p_img{width:100%;padding-bottom:75%;position:relative;overflow:hidden;}
.product .p_ul .p_li p{height:50px;line-height:50px;font-size:16px;color:#FFF;background:#e5e5e5;color:#333;padding:0 10px;text-align:center;position:relative;z-index:1;}
.product .p_ul .p_li p:before{content:'';width:100%;height:0;position:absolute;left:0;bottom:0;background:#0064C6;z-index:-1;}
.product .p_ul .p_li p span{position:absolute;display:block;right:10px;top:0;font-size:14px;display:none;}
.product .p_ul .p_li:first-child{/* width:740px; *//* margin-left:0; */}
.product .p_ul .p_li:first-child .p_img{/* padding-bottom:603px; */}
.product .p_ul .p_li:first-child p{text-align:left;}
.product .p_ul .p_li:first-child p span{display:block;}
.product .p_ul .p_li:hover p{color:#FFF;}
.product .p_ul .p_li:hover p:before{height:100%;}
.product .p_btn{margin-top:57px;text-align:center;}
.product .p_btn a{display:inline-block;width:196px;height:57px;line-height:57px;background:#575757;font-size:16px;color:#FFF;text-align:center;margin-left:28px;}
.product .p_btn a:first-child{background:#004CAF;margin-left:0;}
.product .p_btn a:hover{opacity:.8;}


/*youshi*/
.youshi{padding:30px 0 105px;background:url(../image/ysbg.jpg) no-repeat center top;background-size:cover;}
.youshi .ys_ul{padding-bottom:33px;background:url(../image/ys_img.png) no-repeat 52% 0;margin-top:38px;}
.youshi .ys_li{width:50%;float:left;padding:25px 0 23px;}
.youshi .ys_li .ys_txt{text-align:left;background-repeat:no-repeat;background-position:left center;padding:16px 0;background-size:auto 100%;padding-left:124px;}
.youshi .ys_li .ys_txt.ys_txtr{background-position:right center;padding-left:0;padding-right:124px;text-align:right;}
.youshi .ys_li .ys_txt.icon1{background-image:url(../image/ys_icon1.png);}
.youshi .ys_li .ys_txt.icon2{background-image:url(../image/ys_icon2.png);}
.youshi .ys_li .ys_txt.icon3{background-image:url(../image/ys_icon3.png);}
.youshi .ys_li .ys_txt.icon4{background-image:url(../image/ys_icon4.png);}
.youshi .ys_li .ys_txt.icon5{background-image:url(../image/ys_icon5.png);}
.youshi .ys_li .ys_txt.icon6{background-image:url(../image/ys_icon6.png);}
.youshi .ys_li .ys_txt p{font-size:16px;height:26px;line-height:26px;color:#FFF;}
.youshi .ys_li .ys_txt p:first-child{font-size:26px;height:36px;line-height:36px;font-weight:bold;margin-bottom:3px;}
.youshi .ys_li .ys_txt p span{display:inline-block;font-size:15px;height:27px;line-height:27px;vertical-align:bottom;color:rgba(255,255,255,.3);text-transform:uppercase;margin:0 15px;}
/*xuanze*/
.xuanze{padding:35px 0 305px;background:#EEF3F7;}
.xuanze .xz_ul{margin-top:47px;overflow:hidden;}
.xuanze .xz_ul .xz_img{width:100%;padding-bottom:53.4884%;position:relative;overflow:hidden;}
.xuanze .xz_ul .xz_txt{background:#FFF;padding:76px 50px 71px;position:relative;}
.xuanze .xz_ul .xz_txt i{display:block;width:115px;height:115px;border-radius:50%;background-repeat:no-repeat;background-position:center center;background-color:#eef3f7;position:absolute;left:50%;margin-left:-57px;top:-57px;}
.xuanze .xz_ul .xz_txt i.icon1{background-image:url(../image/xz_icon1.png);}
.xuanze .xz_ul .xz_txt i.icon2{background-image:url(../image/xz_icon2.png);}
.xuanze .xz_ul .xz_txt i.icon3{background-image:url(../image/xz_icon3.png);}
.xuanze .xz_ul .xz_txt p{font-size:16px;line-height:30px;color:#333;}
.xuanze .xz_ul .xz_txt p:nth-of-type(1){font-size:27px;height:37px;line-height:37px;margin-bottom:24px;text-align:center;font-weight:bold;}
.xuanze .xz_ul .xz_txt p:nth-of-type(2){height:120px;}
.xuanze .xz_ul .swiper-slide:hover .xz_txt i{top:-66px;background-color:#0064C6;}
.xuanze .xz_ul .swiper-slide:hover .xz_txt i.icon1{background-image:url(../image/xz_icon1_hover.png);}
.xuanze .xz_ul .swiper-slide:hover .xz_txt i.icon2{background-image:url(../image/xz_icon2_hover.png);}
.xuanze .xz_ul .swiper-slide:hover .xz_txt i.icon3{background-image:url(../image/xz_icon3_hover.png);}

.fenge .container{background:url(../image/fg_icon.png) no-repeat left 700px bottom 100px #004CAF;border-radius:10px;padding:63px 0 55px 80px;position:relative;}
.fenge p{font-size:24px;height:34px;line-height:34px;color:#FFF;font-weight:bold;}
.fenge p:nth-child(2){font-size:50px;height:60px;line-height:60px;margin-top:10px;}
.fenge p:nth-child(3){font-size:32px;height:1em;line-height:1em;margin-top:16px;color:rgba(255,255,255,.15);font-family:Arial;text-transform:uppercase;}
.fenge a{display:block;width:243px;height:65px;line-height:65px;background:#232323;color:#fff;font-size:19px;margin-top:24px;border-radius:32px;text-align:center;}
.fenge a:hover{opacity:.9;}
.fenge img{width:585px;height:425px;display:block;position:absolute;right:50px;top:-22px;}
/*case*/
.case{padding:47px 0 54px;width:100%;overflow:hidden;}
.case .c_ul{margin-top:43px;overflow:hidden;width:calc(100% + 200px);margin-left:-100px;}
.case .c_ul .swiper-slide{padding-bottom:70px;}
.case .c_ul .c_img{width:100%;padding-bottom:75%;position:relative;border-radius:13px;overflow:hidden;}
.case .c_ul .c_txt{width:calc(100% - 50px);position:absolute;left:25px;bottom:14px;background:#FFF;border-radius:10px;padding:32px 38px 40px 36px;
    -webkit-box-shadow:0 6px 8px rgba(0,0,0,.07);
       -moz-box-shadow:0 6px 8px rgba(0,0,0,.07);
         -o-box-shadow:0 6px 8px rgba(0,0,0,.07);
            box-shadow:0 6px 8px rgba(0,0,0,.07);}
.case .c_ul .c_txt p{font-size:16px;height:26px;line-height:26px;color:#666;padding-right:40px;}
.case .c_ul .c_txt p:last-child{font-size:22px;height:32px;line-height:32px;font-weight:bold;color:#333;margin-top:5px;background:url(../image/case_icon.png) no-repeat right 1px;}
.case .c_ul .swiper-slide:hover .c_txt{background:#004caf;}
.case .c_ul .swiper-slide:hover .c_txt p{color:rgba(255,255,255,.61);}
.case .c_ul .swiper-slide:hover .c_txt p:last-child{background:url(../image/case_icon_hover.png) no-repeat right 1px;color:#FFF;}
.case .c_btn{margin-top:57px;text-align:center;}
.case .c_btn a{display:inline-block;width:196px;height:57px;line-height:57px;background:#004CAF;font-size:16px;color:#FFF;text-align:center;margin-left:28px;}


/*info*/
.info{padding:62px 0 118px;background:url(../image/infobg.jpg) no-repeat center center;background-size:cover;}
.info .in_left{width:calc(100% - 604px);float:left;padding-right:108px;position:relative;}
.info .in_left .pb_title{text-align:left;}
.info .in_left .info_txt{margin-top:9px;}
.info .in_left .info_txt i{display:block;width:44px;height:5px;background:#ffb400;margin-bottom:30px;}
.info .in_left .info_txt p{font-size:16px;line-height:31px;color:#FFF;text-indent:2em;}
.info .in_left .info_txt p:nth-of-type(1){font-size:31px;height:41px;line-height:41px;margin-bottom:21px;font-weight:bold;text-indent:0;}
.info .in_right{width:604px;float:right;margin-top: 152px;border-top:1px solid rgba(255,255,255,.3);border-left:1px solid rgba(255,255,255,.3);}
.info .in_right .in_li{width:50%;float:left;border-right:1px solid rgba(255,255,255,.3);border-bottom:1px solid rgba(255,255,255,.3);padding:31px 10px 29px 55px;}
.info .in_right .in_li p{color:#FFF;font-size:16px;height:26px;line-height:26px;}
.info .in_right .in_li p.tit{font-size:52px;height:52px;line-height:52px;margin-bottom:20px;}
.info .in_right .in_li p.tit span{font-family:Impact;}
.info .in_right .in_li p.tit em{display:inline-block;font-size:18px;height:26px;line-height:26px;vertical-align:bottom;margin-left:10px;font-style:normal;}
.in_nav{background:#0E5BB6;}
.in_nav .inn_li{width:33.33%;float:left;padding:46px 0 37px;position:relative;text-align:center;border-right:1px solid #234d72;border-left:1px solid #b6ffff;display:block;}
.in_nav .inn_li:first-child{border-left:none;}
.in_nav .inn_li:last-child{border-right:none;}
.in_nav .inn_li i{display:block;height:69px;background-repeat:no-repeat;background-position:center center;background-size:auto 100%;margin-bottom:24px;}
.in_nav .inn_li i.icon1{background-image:url(../image/info_icon1.png);}
.in_nav .inn_li i.icon2{background-image:url(../image/info_icon2.png);}
.in_nav .inn_li i.icon3{background-image:url(../image/info_icon3.png);}
.in_nav .inn_li i.icon4{background-image:url(../image/info_icon4.png);}
.in_nav .inn_li p{font-size:26px;height:36px;line-height:36px;color:#FFF;margin-bottom:15px;}
.in_nav .inn_li span{font-size:15px;height:1em;line-height:1em;color:rgba(255,255,255,.31);text-transform:uppercase;}
.in_nav .inn_li:hover{background:#066ce5;}
/*news*/
.news{padding:49px 0 84px;background:#F8F8F8;}
.news .n_nav{margin-top:25px;text-align:center;}
.news .n_nav .a_span{display:inline-block;position:relative;padding:0 60px;font-size:18px;height:44px;line-height:42px;color:#333;cursor:pointer;border-radius:22px;border:1px solid #dcdcdc;margin-left:36px;}
.news .n_nav .a_span:first-child{background:#004caf;border-color:#004caf;color:#FFF;margin-left:0;}
.news .n_nav .a_span:hover{background:#004caf;border-color:#004caf;color:#FFF;}
.news .n_ul{padding-top:46px;overflow:hidden;}
.news .n_ul .swiper-slide{border:1px solid #DDD;}
.news .n_ul .nc_img{width:100%;padding-bottom:65.2083%;position:relative;overflow:hidden;}
.news .n_ul .nc_txt{padding:35px 50px 37px;}
.news .n_ul .nc_txt p{font-size:15px;line-height:25px;color:#999;}
.news .n_ul .nc_txt p:first-child{font-size:19px;height:29px;line-height:29px;color:#333;font-weight:bold;margin-bottom:18px;}
.news .n_ul .nc_txt p:nth-child(2){font-size:15px;height:1em;line-height:1em;color:#bebebe;margin-bottom:19px;background:url(../image/news_icon.png) no-repeat left center;padding-left:26px;}
.news .n_ul .nc_txt p:last-child{-webkit-line-clamp:3;}
/*liuyan*/
.liuyan{background:url(../image/liuyanbg.jpg) no-repeat center center;background-size:cover;padding:74px 0 80px;}
.liuyan .ly_title{font-size:41px;height:41px;line-height:41px;color:#FFF;font-weight:bold;text-transform:uppercase;position:relative;}
.liuyan .ly_title span{font-size:30px;display:inline-block;vertical-align:bottom;margin-left:6px;}
.liuyan .ly_title p{position:absolute;font-size:14px;height:24px;line-height:24px;right:0;top:10px;font-weight:normal;}
.liuyan .ly_form{margin-top:38px;}
.liuyan .ly_form input{height:48px;line-height:48px;background:#FFF;width:300px;margin-left:24px;color:#666;outline:none;position:relative;float:left;padding:0 29px;font-size:14px;}
.liuyan .ly_form input:first-child{margin-left:0;}
.liuyan .ly_form input:nth-child(3){width:576px;}
.liuyan .ly_form .ly_btn{width:252px;text-align:center;display:block;cursor:pointer;float:right;background:#FFB400;}
.liuyan .ly_form .ly_btn span{display:inline-block;height:48px;line-height:48px;padding-left:30px;background:url(../image/ly_btnicon.png) no-repeat left center;font-size:15px;color:#FFF;}
/*friendlink*/
.friendlink{margin-top:25px;}
.friendlink .fl_title{}
.friendlink .fl_title span{display:inline-block;font-size:37px;height:37px;line-height:37px;color:#6b6b6b;font-family:Arial;font-weight:bold;}
.friendlink .fl_title p{display:inline-block;font-size:16px;color:#FFF;line-height:34px;height:34px;vertical-align:bottom;font-weight:bold;margin-left:20px;}
.friendlink .fl_a{font-size:0;-webkit-text-size-adjust:none;padding-top:5px;}
.friendlink .fl_a a{color:rgba(255,255,255,.5);white-space:nowrap;display:inline-block;font-size:15px;position:relative;height:25px;line-height:25px;margin-right:25px;margin-top:8px;}
/*foot*/
.foot{background:#353535;padding:68px 0 30px;}
.foot .f_title{font-size:17px;height:33px;line-height:33px;color:#FFF;font-weight:bold;margin-bottom:10px;}
.foot .f_left{width:940px;float:left;}
.foot .f_left .fl_li{width:25%;float:left;margin-left:5%;}
.foot .f_left .fl_li:first-child{width:40%;margin-left:0;}
.foot .f_left .fl_li a{display:block;font-size:14px;height:30px;line-height:30px;color:#999;float:left;width:49%;margin-left:2%;}
.foot .f_left .fl_li a.a1{width:100%;margin-left:0;}
.foot .f_left .fl_li a:nth-child(even){margin-left:0;}
.foot .f_left .fl_li a:hover{color:#FFF;text-decoration:underline!important;}
.foot .f_right{width:560px;float:right;}
.foot .f_right .fr_ewm{width:136px;float:left;}
.foot .f_right .fr_ewm img{width:100%;height:auto;display:block;}
.foot .f_right .fr_ewm p{font-size:14px;height:24px;line-height:24px;margin-top:16px;color:#999;text-align:center;}
.foot .f_right .fr_contact{margin-left:80px;float:left;width:344px;}
.foot .f_right .fr_contact p{font-size:14px;line-height:30px;color:#999;padding-left:26px;}
.foot .f_right .fr_contact p a{color:#999;}
.foot .f_right .fr_contact p:nth-child(2){margin-top:18px;}
.foot .f_right .fr_contact p.icon1{background:url(../image/foot_icon1.png) no-repeat 2px 8px;}
.foot .f_right .fr_contact p.icon2{background:url(../image/foot_icon2.png) no-repeat 1px center;}
.foot .f_right .fr_contact p.icon3{background:url(../image/foot_icon3.png) no-repeat left center;}
/*footbottom*/
.footbottom{text-align:left;padding:14px 0 13px;background:#202020;}
.footbottom p{line-height:24px;color:#888;}
.footbottom p a{color:#999;}
.footbottom p span{display:inline-block;margin-right:5px;}



/*px*/
#px_banner{width:100%;padding-bottom:400px;position:relative;z-index:9;}
#px_banner img{width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover;}

/*stylepbulic*/
#stylesubnav{width:100%;background:#F7F7F7;padding:20px 0;}
#stylesubnav .xq_c{}
#stylesubnav .xq_crumbs{background:url(../image/position.png) no-repeat left 6px;line-height:26px;padding-left:24px;}
#stylesubnav .xq_crumbs a{}
#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:#004CAF;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;}


/*sub_nav*/
.sub_nav{margin-top:20px;width:100%;background:#eee;}
.sub_nav a{display:block;border-right:1px solid #FFF;height:49px;line-height:48px;text-align:center;border-bottom:1px solid #FFF;width:16.6666%;float:left;}
.sub_nav a.on{background:#004CAF;color:#FFF;}
/*sub_cnav*/
.sub_cnav{margin-top:20px;background:#eee;font-size:0;-webkit-text-size-adjust:none;}
.sub_cnav a{display:inline-block;border-right:1px solid #FFF;height:49px;line-height:49px;text-align:center;padding:0 30px;font-size:14px;}
.sub_cnav a.on{background:#004CAF;color:#FFF;}


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

/*å…¬ç”¨å³ä¾§*/
.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(../image/zys_42.jpg) no-repeat 2px center; text-indent:0.3cm; margin:0 auto; border-bottom:1px dashed #d5d5d5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
/*tags*/
.tags{margin-top:20px;color:#06F;text-align:right;padding-bottom:15px;}
/*xiangguan*/
.xiangguan{padding:30px 0;}
.xiangguan .xg_title{width:100px;height:35px;background:#0061a7;line-height:35px;text-align:center;font-size:15px;color:#FFF;}
.xiangguan .xg_ul{margin-top:20px;}
.xiangguan .xg_ul a{width:48%;float:left;margin-left:4%;height:40px;line-height:40px;border-bottom:1px dashed #d8d8d8;display:block;background:url(../image/zys_42.jpg) no-repeat 2px center;padding-left:10px;}
.xiangguan .xg_ul a:nth-child(odd){margin-left:0;}

/*å…¬ç”¨åˆ†é¡µ*/
.fanye{list-style:none;border-top:1px dashed #cccccc;border-bottom:1px dashed #c2a9a4;padding-top:10px;padding-bottom:10px;margin-top:30px;}
.fanye ul li{height:30px;line-height:30px;text-align:left;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.fanye ul li a{ color:#333;}

/*è§†é¢‘å¼¹å‡º*/
#tan_box{display:none;position:fixed;left:0px;top:0px;right:0px;bottom:0px;background:rgba(0, 0, 0, 0.8);z-index:1000;}
.tan_box{position:absolute;left:0px;top:0px;right:0px;bottom:0px;padding:50px;display:-webkit-box;display:-moz-box;display:-webkit-flex;
    display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;}
.tan_box .box{position:relative;background:#fff url(http://www.hntriumph.com/static/css/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(http://www.hntriumph.com/static/css/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:#FF3A3A;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(../image/r_qq.png);}
.izl-rmenu .iz_btn i.icon2{/* background-image:url(../image/r_wx.png); */}
.izl-rmenu .iz_btn i.icon3{/* background-image:url(../image/r_phone.png); */}
.izl-rmenu .btn-qq{}
.izl-rmenu .btn-wx{}
.izl-rmenu .btn-wx .pic{position:absolute;left:0;top:0px;background:#FFF;padding:10px;width:160px;height:160px;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;opacity:0;}
.izl-rmenu .btn-wx:hover .pic{left:-160px;opacity:1;}
.izl-rmenu .btn-phone{position:relative;}
.izl-rmenu .btn-phone .phone{background-color:#FF3A3A;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: 0px;height:21px;line-height:21px;color:#FFF;text-align:center;}

.izl-rmenu .btn-top{background:url(../image/r_top.png) 0px 0px no-repeat;background-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(../image/kf1.png) no-repeat center center;}
#floatBottom a.kf2{background:url(../image/kf2.png) no-repeat center center;}
#floatBottom a.kf3{background:url(../image/kf3.png) no-repeat center center;}
#floatBottom a.kf4{background:url(../image/kf4.png) no-repeat center center;}
#floatBottom .ewm{width:90px;height:90px;position:absolute;bottom:55px;left:50%;margin-left:-45px;display:none;}
#floatBottom .ewm img{width:100%;height:100%;display:block;}

.bottomphone{position:fixed;width:50px;height:50px;border-radius:50%;color:#FFF;background:url(../image/top_icon.png) no-repeat center center #FFB400;right:5px;top:50%;margin-top:-25px;z-index:9999;display:none;}

/*è§†é¢‘å¼¹å‡º*/
#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;}
/*ztlist*/
.ztlist{padding-top:18px;}
.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;}



@media screen and (max-width:1699px){
	.container{width:1300px;}
	.topbg{height:103px;}
	.top .logo{width:200px;padding:25px 0 26px;}
    .pcnav{padding:16px 20px 17px 0;}
    .pcnav .f_nav .f_li{margin-left:20px;}
    .pcnav .f_nav .f_li .f_n a{font-size:15px;line-height:70px;height:70px;}
    .top .top_phone{padding:23px 0 0 23px;}
    .top .top_phone p:first-child{font-size:16px;height:27px;line-height:22px;padding:5px 0 0 40px;}
    .top .top_phone p:last-child{font-size:20px;margin-top:8px;}
    .index_banner{}
    .index_banner.swiper-container-horizontal .swiper-pagination{bottom:30px;}
    .index_banner .swiper-pagination-bullet{width:12px;height:12px;margin:0 7px!important;}
    .pb_title{padding-top:47px;}
    .pb_title span{font-size:50px;}
    .pb_title .h_t{font-size:32px;height:42px;line-height:42px;}
    .product{padding:20px 0 40px;}
    .product .p_nav{margin-top:20px;}
    .product .p_nav .pn_c .pn_a .a_span{font-size:17px;height:76px;line-height:76px;background-size:auto 32px;}
    .product .p_nav .pn_li{height:64px;}
    .product .p_nav .pn_li a{padding:0 20px;}
    .product .p_nav .pn_li a span{font-size:14px;height:64px;line-height:64px;padding-left:18px;}
    .product .p_ul{padding-top:8px;}
    .product .p_ul .p_li{width:303px;margin-left:20px;margin-top:20px;}
    .product .p_ul .p_li p{font-size:15px;height:44px;line-height:44px;}
    .product .p_ul .p_li:first-child{/* width:654px; */}
    .product .p_ul .p_li:first-child .p_img{/* padding-bottom:518px; */}
    .product .p_btn{margin-top:40px;}
    .product .p_btn a{width:185px;height:52px;line-height:52px;font-size:15px;margin-left:22px;}
    .youshi{padding:25px 0 70px;}
    .youshi .ys_ul{background-size:auto 100%;}
    .youshi .ys_li{padding:20px 0 18px;}
    .youshi .ys_li .ys_txt{padding:12px 0;padding-left:114px;}
    .youshi .ys_li .ys_txt.ys_txtr{padding-right:114px;}
    .youshi .ys_li .ys_txt p{font-size:15px;height:25px;line-height:25px;}
    .youshi .ys_li .ys_txt p:first-child{font-size:24px;height:34px;line-height:34px;}
    .youshi .ys_li .ys_txt p span{font-size:14px;height:24px;line-height:24px;margin:0 10px;}
    .xuanze{padding:25px 0 260px;}
    .xuanze .xz_ul .xz_txt{padding:60px 30px 40px;}
    .xuanze .xz_ul .xz_txt i{width:106px;height:106px;margin-left:-53px;top:-53px;background-size:auto 54px;}
    .xuanze .xz_ul .xz_txt p{font-size:15px;line-height:28px;}
    .xuanze .xz_ul .xz_txt p:nth-of-type(1){font-size:23px;height:33px;line-height:33px;margin-bottom:17px;}
    .xuanze .xz_ul .xz_txt p:nth-of-type(2){height:112px;}
    .fenge{/* margin-top:-170px; */}
    .fenge .container{padding:40px 0 40px 50px;background-position:left 600px bottom 75px;}
    .fenge p{font-size:20px;height:30px;line-height:30px;}
    .fenge p:nth-child(2){font-size:40px;height:50px;line-height:50px;margin-top:6px;}
    .fenge p:nth-child(3){font-size:26px;margin-top:10px;}
    .fenge a{width:220px;height:60px;line-height:60px;font-size:17px;margin-top:18px;}
    .fenge img{width:456px;height:331px;right:30px;top:-18px;}
    .case{padding:40px 0;}
    .case .c_ul{margin-top:30px;width:calc(100% + 160px);margin-left:-80px;}
    .case .c_ul .swiper-slide{padding-bottom:60px;}
    .case .c_ul .c_txt{padding:24px 26px 25px 23px;}
    .case .c_ul .c_txt p{font-size:15px;height:25px;line-height:25px;}
    .case .c_ul .c_txt p:last-child{font-size:20px;height:30px;line-height:30px;}
    .case .c_btn{margin-top:40px;}
    .case .c_btn a{width:185px;height:52px;line-height:52px;font-size:15px;margin-left:22px;}
    .info{padding:40px 0 70px;}
    .info .in_left{width:calc(100% - 523px);padding-right:38px;}
    .info .in_left .info_txt i{width:42px;height:4px;margin-bottom:20px;}
    .info .in_left .info_txt p{font-size:15px;line-height:28px;}
    .info .in_left .info_txt p:nth-of-type(1){font-size:26px;height:36px;line-height:36px;margin-bottom:15px;}
    .info .in_right{width:523px;margin-top:65px;}
    .info .in_right .in_li{padding:25px 0 23px 30px;}
    .info .in_right .in_li p{font-size:15px;height:25px;line-height:25px;}
    .info .in_right .in_li p.tit{font-size:44px;height:44px;line-height:44px;}
    .info .in_right .in_li p.tit em{font-size:16px;height:24px;line-height:24px;margin-left:7px;margin-bottom:15px;}
    .in_nav .inn_li{padding:36px 0 33px;}
    .in_nav .inn_li i{height:62px;margin-bottom:18px;}
    .in_nav .inn_li p{font-size:22px;height:32px;line-height:32px;margin-bottom:11px;}
    .in_nav .inn_li span{font-size:14px;}
    .news{padding:40px 0 50px;}
    .news .n_nav{margin-top:20px;}
    .news .n_ul{padding-top:30px;}
    .news .n_ul .nc_txt{padding:26px 36px;}
    .news .n_ul .nc_txt p{font-size:14px;line-height:24px;}
    .news .n_ul .nc_txt p:first-child{font-size:17px;height:27px;line-height:27px;margin-bottom:13px;}
    .news .n_ul .nc_txt p:nth-child(2){font-size:14px;margin-bottom:20px;}
    .liuyan{padding:50px 0;}
    .liuyan .ly_title{font-size:34px;height:34px;line-height:34px;}
    .liuyan .ly_title span{font-size:26px;}
    .liuyan .ly_title p{top:5px;}
    .liuyan .ly_form{margin-top:26px;}
    .liuyan .ly_form input{width:260px;}
    .liuyan .ly_form input:nth-child(3){width:488px;}
    .liuyan .ly_form .ly_btn{width:220px;}
    .foot{padding:40px 0 22px;}
    .foot .f_title{font-size:16px;height:30px;line-height:30px;}
    .foot .f_left{width:814px;}
    .foot .f_right{width:486px;}
    .foot .f_right .fr_ewm{width:120px;}
    .foot .f_right .fr_contact{width:316px;margin-left:50px;}
    .foot .f_right .fr_contact p:nth-child(2){margin-top:13px;}
    .friendlink .fl_title span{font-size:32px;height:32px;line-height:32px;}
    .friendlink .fl_title p{font-size:15px;height:30px;line-height:30px;margin-left:16px;}











	#px_banner{padding-bottom:340px;}
	#stylesubnav{padding:15px 0;}
    .sub_title .s_t{font-size:30px;height:38px;line-height:38px;}
    .sub_title i{width:36px;height:3px;margin:8px auto;}
    .sub_title p{font-size:15px;}
    .sub_nav a{font-size:16px;height:66px;line-height:66px;padding:0 10px;}
    .public_right{width:389px;}
    .public_right .pr_c{padding:30px 20px 25px;}
    .public_right .pr_title{font-size:21px;}
    .public_right .pr_news .pr_a{margin-top:20px;}
    .public_right .pr_news .pr_a a{margin-bottom:25px;}
    .public_right .pr_news .pr_a a p{font-size:15px;}
    .public_right .pr_c{margin-top:30px;padding:30px 20px 15px;}
    .public_right .pr_contact .pr_p{margin-top:20px;}
    .public_right .pr_contact .pr_p p{margin-bottom:18px;font-size:14px;}
    .mes_li{margin-top:20px;}
    .fanye{padding:36px 0 40px;}
    .fanye .a_span i{width:70px;height:60px;}
    .fanye .a_span .a_p{width:calc(100% - 70px);padding:8px 8px 6px;}
    .fanye .a_span .a_p .a_pp{height:46px;line-height:46px;}
    .fanye .a_span .a_p .a_pp p{font-size:14px;line-height:23px;}
    .xiangguan{padding:20px 0;}
    .xiangguan .xg_ul{margin-top:10px;}

}

@media screen and (max-width:1499px){
	.container{width:1100px;}
	.topbg{height:80px;}
    .top .logo{width:170px;padding:18px 0;}
    .pcnav{padding:10px 13px 10px 0;}
    .pcnav .f_nav .f_li{margin-left:10px;}
    .pcnav .f_nav .f_li .f_n:before{height:2px;}
    .pcnav .f_nav .f_li .f_n a{font-size:14px;line-height:60px;height:60px;padding:0 15px;}
    .top .top_phone{padding:16px 0 0 18px;}
    .top .top_phone p:first-child{font-size:14px;height:24px;line-height:20px;padding:4px 0 0 30px;letter-spacing:0;}
    .top .top_phone p:last-child{font-size:18px;margin-top:5px;letter-spacing:0;}
    .index_banner{padding-bottom:539px;}
    .index_banner.swiper-container-horizontal .swiper-pagination{bottom:20px;}
    .index_banner .swiper-pagination-bullet{width:10px;height:10px;margin:0 5px!important;}
    .index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width:40px;}
    .pb_title{padding-top:38px;}
    .pb_title span{font-size:40px;}
    .pb_title .h_t{font-size:26px;height:36px;line-height:36px;}
    .product{padding:20px 0 30px;}
    .product .p_nav{margin-top:15px;}
    .product .p_nav .pn_c .pn_a .a_span{font-size:15px;height:62px;line-height:62px;background-size:auto 27px;padding-left:38px;}
    .product .p_nav .pn_li{height:50px;}
    .product .p_nav .pn_li a{padding:0 15px;}
    .product .p_nav .pn_li a span{padding-left:15px;height:50px;line-height:50px;}
    .product .p_ul{padding-top:3px;}
    .product .p_ul .p_li{width:257px;margin-left:15px;margin-top:15px;}
    .product .p_ul .p_li p{font-size:14px;height:40px;line-height:40px;}
    .product .p_ul .p_li:first-child{width:556px;}
    .product .p_ul .p_li:first-child .p_img{padding-bottom:441px;}
    .product .p_btn{margin-top:30px;}
    .product .p_btn a{width:170px;height:46px;line-height:46px;font-size:14px;margin-left:15px;}
    .youshi{padding:25px 0 50px;}
    .youshi .ys_ul{padding-bottom:20px;margin-top:20px;}
    .youshi .ys_li{padding:15px 0 12px;}
    .youshi .ys_li .ys_txt{padding:9px 0;padding-left:100px;}
    .youshi .ys_li .ys_txt.ys_txtr{padding-right:100px;}
    .youshi .ys_li .ys_txt p{font-size:14px;height:24px;line-height:24px;}
    .youshi .ys_li .ys_txt p:first-child{font-size:20px;height:30px;line-height:30px;}
    .youshi .ys_li .ys_txt p span{font-size:13px;height:22px;line-height:22px;margin:0 7px;}
    .xuanze{padding:20px 0 180px;}
    .xuanze .xz_ul{margin-top:26px;}
    .xuanze .xz_ul .xz_txt{padding:55px 20px 30px;}
    .xuanze .xz_ul .xz_txt i{width:98px;height:98px;margin-left:-49px;top:-49px;background-size:auto 48px;}
    .xuanze .xz_ul .xz_txt p{font-size:14px;line-height:26px;}
    .xuanze .xz_ul .xz_txt p:nth-of-type(1){font-size:20px;height:30px;line-height:30px;margin-bottom:12px;}
    .xuanze .xz_ul .xz_txt p:nth-of-type(2){height:104px;}
    .xuanze .xz_ul .swiper-slide:hover .xz_txt i{top:-55px;}
    .fenge{margin-top:-130px;}
    .fenge .container{padding:30px 0 30px 40px;background-position:left 445px bottom 60px;background-size:100px auto;}
    .fenge p{font-size:16px;height:26px;line-height:26px;}
    .fenge p:nth-child(2){font-size:32px;height:42px;line-height:42px;margin-top:4px;}
    .fenge p:nth-child(3){font-size:22px;margin-top:8px;}
    .fenge a{width:200px;height:50px;line-height:50px;font-size:15px;margin-top:12px;}
    .fenge img{width:391px;height:284px;right:20px;top:-15px;}
    .case{padding:30px 0;}
    .case .c_ul{margin-top:20px;width:calc(100% + 100px);margin-left:-50px;}
    .case .c_ul .swiper-slide{padding-bottom:50px;}
    .case .c_ul .c_img{border-radius:9px;}
    .case .c_ul .c_txt{padding:18px 20px;width:calc(100% - 40px);left:20px;border-radius:7px;}
    .case .c_ul .c_txt p{font-size:14px;height:24px;line-height:24px;}
    .case .c_ul .c_txt p:last-child{font-size:18px;height:26px;line-height:26px;}
    .case .c_btn{margin-top:30px;}
    .case .c_btn a{width:170px;height:46px;line-height:46px;font-size:14px;margin-left:15px;}
    .info{padding:30px 0 40px;}
    .info .in_left{width:calc(100% - 443px);padding-right:38px;}
    .info .in_left .info_txt i{width:40px;height:3px;margin-bottom:15px;}
    .info .in_left .info_txt p{font-size:14px;line-height:25px;}
    .info .in_left .info_txt p:nth-of-type(1){font-size:22px;height:30px;line-height:30px;margin-bottom:10px;}
    .info .in_right{width:443px;margin-top:98px;}
    .info .in_right .in_li{padding:18px 0 18px 20px;}
    .info .in_right .in_li p{font-size:14px;height:24px;line-height:24px;}
    .info .in_right .in_li p.tit{font-size:40px;height:40px;line-height:40px;}
    .info .in_right .in_li p.tit em{font-size:14px;height:22px;line-height:22px;margin-left:5px;margin-bottom:10px;}
    .in_nav .inn_li{padding:28px 0 25px;}
    .in_nav .inn_li i{height:56px;margin-bottom:12px;}
    .in_nav .inn_li p{font-size:20px;height:28px;line-height:28px;margin-bottom:8px;}
    .in_nav .inn_li span{font-size:14px;}
    .news{padding:30px 0;}
    .news .n_nav{margin-top:15px;}
    .news .n_ul{padding-top:20px;}
    .news .n_ul .nc_txt{padding:20px 30px;}
    .news .n_ul .nc_txt p:first-child{font-size:16px;height:26px;line-height:26px;margin-bottom:10px;}
    .news .n_ul .nc_txt p:nth-child(2){font-size:13px;margin-bottom:15px;}
    .liuyan{padding:30px 0;}
    .liuyan .ly_title{font-size:30px;height:30px;line-height:30px;}
    .liuyan .ly_title span{font-size:20px;}
    .liuyan .ly_title p{top:3px;}
    .liuyan .ly_form{margin-top:18px;}
    .liuyan .ly_form input{width:220px;margin-left:18px;padding:0 18px;}
    .liuyan .ly_form input:nth-child(3){width:406px;}
    .liuyan .ly_form .ly_btn{width:200px;}
    .foot{padding:30px 0 20px;}
    .foot .f_title{font-size:15px;height:26px;line-height:26px;}
    .foot .f_left{width:610px;}
    .foot .f_right{width:486px;}
    .foot .f_right .fr_ewm{width:120px;}
    .foot .f_right .fr_contact{width:326px;margin-left:20px;}
    .foot .f_right .fr_contact p br{display:none;}
    .friendlink .fl_title span{font-size:32px;height:32px;line-height:32px;}
    .friendlink .fl_title p{font-size:15px;height:30px;line-height:30px;margin-left:16px;}









	#px_banner{padding-bottom:300px;}
    #stylesubnav{padding:10px 0;}
    .sub_title .s_t{font-size:24px;height:32px;line-height:32px;}
    .sub_title i{width:30px;height:2px;margin:5px auto;}
    .sub_title p{font-size:14px;line-height:22px;}
    .sub_nav a{font-size:15px;height:56px;line-height:56px;}
    .sub_cnav a{height:42px;line-height:42px;font-size:14px;padding:0 30px;}
	.manu{margin-top:20px;}
    .public_right{width:287px;}
    .public_right .pr_c{padding:20px 15px 10px;}
    .public_right .pr_title{font-size:18px;}
    .public_right .pr_news .pr_a{margin-top:15px;}
    .public_right .pr_news .pr_a a{margin-bottom:20px;}
    .public_right .pr_news .pr_a a p{font-size:14px;line-height:24px;}
    .public_right .pr_c{margin-top:20px;padding:20px 15px 10px;}
    .public_right .pr_contact .pr_p{margin-top:15px;}
    .public_right .pr_contact .pr_p p{margin-bottom:15px;font-size:14px;line-height:24px;}
    .mes_li{margin-top:10px;}
	.mes_li input{height:42px;line-height:42px;}
	.mes_li i{height:42px;line-height:50px;}
	.mes_li select{height:42px;line-height:42px;}
	.mes_li textarea{height:100px;padding:6px 50px 6px 20px;}
	.mes_btn{margin-top:15px;height:55px;line-height:55px;width:230px;}
    .fanye{padding:20px 0 25px;}
    .fanye .a_span i{width:60px;height:50px;}
    .fanye .a_span .a_p{width:calc(100% - 60px);padding:5px 5px 3px;}
    .fanye .a_span .a_p .a_pp{height:42px;line-height:42px;}
    .fanye .a_span .a_p .a_pp p{font-size:14px;line-height:21px;}
}

@media screen and (max-width:1199px){
	.container{width:994px;}
	.topbg{height:70px;}
    .top{background:#FFF;}
    .top .logo{width:170px;padding:13px 0;}
    .pcnav{padding:5px 0;}
    .top .top_phone{display:none;}
    .index_banner{padding-bottom:487px;}
    .index_banner.swiper-container-horizontal .swiper-pagination{bottom:15px;}
    .index_banner .swiper-pagination-bullet{margin:0 4px!important;}
    .index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width:35px;}
    .pb_title{padding-top:25px;}
    .pb_title span{font-size:30px;}
    .pb_title .h_t{font-size:22px;height:30px;line-height:30px;}
    .product{padding:20px 0;}
    .product .p_nav{margin-top:10px;}
    .product .p_nav .pn_c .pn_a .a_span{font-size:14px;height:50px;line-height:50px;background-size:auto 22px;padding-left:30px;}
    .product .p_nav .pn_c .pn_a.on:before{border-left-width:6px;border-right-width:6px;border-bottom-width:4px;margin-left:-6px;}
    .product .p_ul{padding-top:3px;}
    .product .p_ul .p_li{width:230px;margin-left:10px;margin-top:10px;}
    .product .p_ul .p_li p{font-size:14px;height:40px;line-height:40px;}
    .product .p_ul .p_li:first-child{width:514px;}
    .product .p_ul .p_li:first-child .p_img{padding-bottom:395px;}
    .product .p_btn{margin-top:20px;}
    .product .p_btn a{width:150px;height:40px;line-height:40px;margin-left:10px;}
    .youshi{padding:20px 0 50px;}
    .youshi .ys_ul{padding-bottom:15px;margin-top:15px;}
    .youshi .ys_li{padding:10px 0;}
    .youshi .ys_li .ys_txt{padding:7px 0;padding-left:80px;}
    .youshi .ys_li .ys_txt.ys_txtr{padding-right:80px;}
    .youshi .ys_li .ys_txt p:first-child{font-size:18px;height:26px;line-height:26px;}
    .youshi .ys_li .ys_txt p span{font-size:12px;height:20px;line-height:20px;margin:0 5px;}
    .xuanze{padding:20px 0 120px;}
    .xuanze .xz_ul{margin-top:20px;}
    .xuanze .xz_ul .xz_txt{padding:50px 12px 20px;}
    .xuanze .xz_ul .xz_txt i{width:80px;height:80px;margin-left:-40px;top:-40px;background-size:auto 40px;}
    .xuanze .xz_ul .xz_txt p{line-height:24px;}
    .xuanze .xz_ul .xz_txt p:nth-of-type(1){font-size:17px;height:25px;line-height:25px;margin-bottom:8px;}
    .xuanze .xz_ul .xz_txt p:nth-of-type(2){height:96px;}
    .xuanze .xz_ul .swiper-slide:hover .xz_txt i{top:-46px;}
    .fenge{margin-top:-90px;}
    .fenge .container{padding:20px 0 20px 26px;background-position:left 380px bottom 40px;background-size:60px auto;}
    .fenge p{font-size:14px;height:24px;line-height:24px;}
    .fenge p:nth-child(2){font-size:24px;height:32px;line-height:32px;}
    .fenge p:nth-child(3){font-size:18px;margin-top:5px;}
    .fenge a{width:180px;height:40px;line-height:40px;font-size:14px;margin-top:9px;}
    .fenge img{width:275px;height:200px;right:15px;top:-10px;}
    .case{padding:20px 0;}
    .case .c_ul{margin-top:20px;width:calc(100% + 100px);margin-left:-50px;}
    .case .c_ul .swiper-slide{padding-bottom:50px;}
    .case .c_ul .c_img{border-radius:9px;}
    .case .c_ul .c_txt{padding:18px 20px;width:calc(100% - 40px);left:20px;border-radius:7px;}
    .case .c_ul .c_txt p{font-size:14px;height:24px;line-height:24px;}
    .case .c_ul .c_txt p:last-child{font-size:18px;height:26px;line-height:26px;}
    .case .c_btn{margin-top:20px;}
    .case .c_btn a{width:150px;height:40px;line-height:40px;margin-left:10px;}
    .info{padding:20px 0 30px;}
    .info .in_left{padding-right:20px;}
    .info .in_left .info_txt{margin-top:5px;}
    .info .in_left .info_txt i{width:30px;height:2px;margin-bottom:10px;}
    .info .in_left .info_txt p{line-height:24px;}
    .info .in_left .info_txt p:nth-of-type(1){font-size:18px;height:26px;line-height:26px;margin-bottom:7px;}
    .info .in_right .in_li{padding:12px 0 12px 15px;}
    .info .in_right .in_li p.tit{font-size:30px;height:30px;line-height:30px;}
    .info .in_right .in_li p.tit em{font-size:12px;height:18px;line-height:18px;margin-bottom:7px;}
    .in_nav .inn_li{padding:20px 0 18px;}
    .in_nav .inn_li i{height:50px;margin-bottom:10px;}
    .in_nav .inn_li p{font-size:17px;height:26px;line-height:26px;margin-bottom:5px;}
    .in_nav .inn_li span{font-size:12px;}
    .news{padding:20px 0;}
    .news .n_nav{margin-top:10px;}
    .news .n_nav .a_span{padding:0 40px;font-size:14px;height:40px;line-height:37px;margin-left:20px;}
    .news .n_ul{padding-top:10px;}
    .news .n_ul .nc_txt{padding:15px 20px;}
    .liuyan{padding:20px 0;}
    .liuyan .ly_title{font-size:24px;height:24px;line-height:24px;}
    .liuyan .ly_title span{font-size:16px;}
    .liuyan .ly_title p{top:0;}
    .liuyan .ly_form{margin-top:13px;}
    .liuyan .ly_form input{width:190px;margin-left:13px;padding:0 12px;}
    .liuyan .ly_form input:nth-child(3){width:395px;}
    .liuyan .ly_form .ly_btn{width:180px;}
    .foot{padding:20px 0 15px;}
    .foot .f_title{font-size:15px;height:26px;line-height:26px;}
    .foot .f_left{width:505px;}
    .friendlink .fl_title span{font-size:24px;height:24px;line-height:24px;}
    .friendlink .fl_title p{font-size:14px;height:20px;line-height:20px;margin-left:7px;}








	.izl-rmenu{display:none;}
	#px_banner{padding-bottom:260px;}
	#stylesubnav .xq_crumbs{font-size:13px;}
    .sub_title p{font-size:13px;}
    .sub_nav a{font-size:15px;height:56px;line-height:56px;}
    .sub_cnav a{height:42px;line-height:42px;font-size:14px;padding:0 30px;}
    .public_right{display:none;}
    .mes_li{margin-top:10px;}
	.mes_li input{height:42px;line-height:42px;}
	.mes_li i{height:42px;line-height:50px;}
	.mes_li textarea{height:100px;padding:6px 50px 6px 20px;}
	.mes_btn{margin-top:15px;height:55px;line-height:55px;width:230px;}
    .fanye{padding:15px 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;}
}


@media screen and (max-width:1023px){
	.container{width:738px;}
	.topbg{height:70px;}
	.top .t_right{display:none;}
	.top .nav{display:block;}
	.index_banner{padding-bottom:350px;}
	.product .p_nav{margin-top:10px;}
    .product .p_nav .pn_c .pn_a .a_span{font-size:14px;height:40px;line-height:40px;background-size:auto 18px;padding-left:24px;}
    .product .p_nav .pn_li{height:44px;}
    .product .p_nav .pn_li a{padding:0 10px;}
    .product .p_nav .pn_li a span{height:44px;line-height:44px;}
    .product .p_ul{padding-top:3px;}
    .product .p_ul .p_li{width:200px;}
    .product .p_ul .p_li:first-child{width:318px;}
    .product .p_ul .p_li:first-child .p_img{padding-bottom:350px;}
    .youshi{background:url(../image/mysbg.jpg) no-repeat center top;background-size:cover;padding:20px 0 30px;}
    .youshi .ys_ul{padding-bottom:0;background:none;margin-top:0;}
    .youshi .ys_li{padding:10px 6px;background:rgba(0,0,0,.3);width:48%;margin-left:4%;margin-top:15px;}
    .youshi .ys_li:nth-child(odd){margin-left:0;}
    .youshi .ys_li .ys_txt{padding:5px 0;padding-left:70px;}
    .youshi .ys_li .ys_txt.ys_txtr{padding-right:70px;}
    .youshi .ys_li .ys_txt p:first-child{font-size:18px;height:26px;line-height:26px;}
    .youshi .ys_li .ys_txt p span{font-size:12px;height:20px;line-height:20px;margin:0 5px;}
    .xuanze{padding:20px 0 120px;}
    .xuanze .xz_ul{margin-top:20px;}
    .xuanze .xz_ul .xz_txt{padding:50px 12px 20px;}
    .xuanze .xz_ul .xz_txt i{width:80px;height:80px;margin-left:-40px;top:-40px;background-size:auto 40px;}
    .fenge .container{padding:15px 0 15px 20px;background-position:left 300px bottom 30px;background-size:50px auto;}
    .fenge p:nth-child(2){font-size:20px;height:28px;line-height:28px;}
    .fenge p:nth-child(3){font-size:14px;margin-top:5px;}
    .fenge a{width:180px;height:40px;line-height:40px;font-size:14px;margin-top:9px;}
    .fenge img{width:234px;height:170px;right:10px;top:-5px;}
    .case .c_ul{margin-top:15px;width:calc(100% + 100px);margin-left:-50px;}
    .case .c_ul .swiper-slide{padding-bottom:50px;}
    .case .c_ul .c_img{border-radius:7px;}
    .case .c_ul .c_txt{padding:10px 10px;width:calc(100% - 30px);left:15px;border-radius:5px;}
    .case .c_ul .c_txt p:last-child{font-size:17px;}
    .info{padding:20px 0;}
    .info .in_left{padding-right:0;width:100%;float:none;}
    .info .in_right{width:100%;float:none;margin-top:20px;}
    .info .in_right .in_li{padding:10px 10px 10px 10px;width:25%;}
    .info .in_right .in_li p.tit{font-size:20px;height:20px;line-height:20px;margin-bottom:10px;}
    .info .in_right .in_li p.tit em{font-size:12px;height:16px;line-height:16px;margin-bottom:5px;}
    .info .in_right .in_li p:last-child{height:48px;}
    .in_nav .inn_li{padding:15px 0 10px;}
    .in_nav .inn_li i{height:40px;margin-bottom:10px;}
    .in_nav .inn_li p{font-size:15px;height:24px;line-height:24px;}
    .news .n_nav .a_span{padding:0 30px;font-size:14px;height:32px;line-height:30px;margin-left:15px;}
    .news .n_ul{padding-top:10px;}
    .news .n_ul .nc_txt{padding:10px 12px;}
    .news .n_ul .nc_txt p:nth-child(2){margin-bottom:10px;}
    .liuyan .ly_title{font-size:24px;height:24px;line-height:24px;}
    .liuyan .ly_title span{font-size:16px;}
    .liuyan .ly_title p{top:0;}
    .liuyan .ly_form{margin-top:0;}
    .liuyan .ly_form input{width:calc(50% - 6px);margin-left:12px;padding:0 10px;margin-top:10px;}
    .liuyan .ly_form input:nth-child(3){width:calc(100% - 192px);margin-left:0;}
    .liuyan .ly_form .ly_btn{margin-top:10px;}
    .foot .f_left{display:none;}
    .foot .f_right{margin-top:0;width:100%;float:none;}
    .foot .f_right .fr_ewm{display:none;}
    .foot .f_right .fr_contact{width:100%;float:none;margin-left:0;}
    .foot .f_right .fr_contact p:nth-child(2){margin-top:6px;}
    .footbottom{padding:13px 0 60px;}











	#floatBottom{display:block;}
    body.def{padding-top:0;}
    #px_banner{padding-bottom:220px;}
    .sub_title .s_t{font-size:20px;}
    .sub_nav a{font-size:14px;height:50px;line-height:50px;padding:0 8px;}
    .sub_nav a:before{height:2px;}
	
    .mes_btn{margin-top:10px;height:50px;line-height:50px;width:180px;font-size:14px;background-size:auto 18px;padding-left:20px;}
}

@media screen and (max-width:767px){
	.container{width:calc(100% - 30px);}
	.index_banner{padding-bottom:50%;}
    .index_banner .swiper-pagination-bullet{width:8px;height:8px;}
    .index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width:28px;}
    .product .p_nav{border-right:none;border-bottom:none;
        -webkit-box-shadow:none;
           -moz-box-shadow:none;
             -o-box-shadow:none;
                box-shadow:none;}
    .product .p_nav .pn_c{display:block;}
    .product .p_nav .pn_c .pn_a{display:block;width:50%;float:left;background:none;border-right:1px solid #D3D3D3;border-bottom:1px solid #D3D3D3;}
    .product .p_nav .pn_c .pn_a:last-child{width:100%;}
    .product .p_nav .pn_c .pn_a .a_span{background:none!important;padding:0 0;}
    .product .p_nav .pn_c .pn_a.on:before{content:none;}
    .product .p_nav .pn_li{display:none;}
    .product .p_ul .p_li{width:calc(50% - 5px);}
    .product .p_ul .p_li:nth-child(even){margin-left:0;}
    .product .p_ul .p_li:first-child{width:100%;}
    .product .p_ul .p_li:first-child .p_img{padding-bottom:75%;}
    .youshi .ys_li{width:calc(50% - 5px);margin-left:10px;margin-top:10px;}
    .youshi .ys_li .ys_txt{padding:50px 0 0;background-position:center top;background-size:auto 40px;}
    .youshi .ys_li .ys_txt.ys_txtr{padding-right:0;background-position:center top;}
    .youshi .ys_li .ys_txt p{text-align:center;}
    .youshi .ys_li .ys_txt p span{display:none;}
    .youshi .ys_li .ys_txt p:last-child{height:48px;}
    .xuanze{padding:20px 0 80px;}
    .fenge{margin-top:-60px;}
    .fenge .container{padding:10px 0;border-radius:7px;}
    .fenge p{text-align:center;}
    .fenge a{margin:10px auto 0;}
    .fenge img{display:none;}
    .case{padding:20px 0 5px;}
    .case .c_ul{margin-top:20px;width:100%;margin-left:0;padding:0 10px;}
    .case .c_ul .swiper-slide{padding-bottom:15px;}
    .case .c_ul .c_img{border-radius:0px;}
    .case .c_ul .c_txt{padding:6px 8px;width:100%;left:0;border-radius:0;position:relative;}
    .case .c_ul .c_txt p{padding-right:0;font-size:12px;text-align:center;}
    .case .c_ul .c_txt p:last-child{font-size:15px;height:24px;line-height:24px;background:none;margin-top:0;}
    .info .in_right .in_li{width:50%;}
    /*.in_nav .inn_li{width:50%;padding-bottom:1px solid #234d72;border-top:1px solid #FFF;}*/
    /*.in_nav .inn_li:nth-child(odd){border-left:none;}*/
    /*.in_nav .inn_li:nth-child(even){border-right:none;}*/
    /*.in_nav .inn_li:first-child{border-top:none;}*/
    /*.in_nav .inn_li:nth-child(2){border-top:none;}*/
    .in_nav .inn_li span{height:2em;display:block;}
    .liuyan .ly_title{height:53px;}
    .liuyan .ly_title p{position:relative;margin-top:5px;}
    .liuyan .ly_form input{width:100%;margin-top:10px;float:none;margin-left:0;height:42px;line-height:42px;}
    .liuyan .ly_form input:nth-child(3){width:100%;}
    .liuyan .ly_form .ly_btn{width:100%;margin-top:10px;float:none;}
    .friendlink .fl_a a{font-size:13px;height:22px;line-height:22px;margin-top:5px;}

    

























	#px_banner{padding-bottom:40%;}
    .sub_cnav a{display:block;width:33.33%;padding:0 0;text-align:center;float:left;border-bottom:1px solid #FFF;}

    .newscow_right .news_product .bd ul li{width:100%;margin-left:0;}
    .newscow_right .news_nlist ul li{width:100%;margin-left:0;}
    .xiangguan .xg_ul a{width:100%;float:none;margin-left:0;}
    .bottomphone{display:block;}
}




