@charset "utf-8";
*{padding:0px; margin:0px;}
body{font-size:14px; color:#555; font-family:"Microsoft YaHei",Arial,Tahoma,sans-serif;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,i,b,em,span,form,fieldset,legend,input,textarea,select,button,th,td{margin:0; padding:0; font-style:normal;}
h1,h2,h3,h4,h5,h6{list-style:none;}
input,select,button,textarea{font-size:14px; border:0; background:none; outline:none; vertical-align:middle; font-family:"Microsoft YaHei",Arial,Tahoma,sans-serif;}
button{overflow:visible}
img{border:none;}
li{list-style:none;}
a{color:#000; text-decoration:none;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
a:hover{color:#00b7ee; text-decoration:none !important;}
.clear{overflow:hidden; clear:both; height:0px;}
::-webkit-scrollbar{width:6px;}
::-webkit-scrollbar-track{background-color:#000;}
::-webkit-scrollbar-thumb{background-color:#aaa;}
::-webkit-scrollbar-thumb:hover{background-color:#5b5b5b;}
::-webkit-scrollbar-thumb:active{background-color:#00b7ee;}
@media only screen and (max-width:992px){
body{font-size:13px;}
input,select,button,textarea{font-size:13px;}
input,textarea{-webkit-appearance:none; border-radius:0;}
}

@media only screen and (max-width:992px){
html.on{width:100%; height:100%; position:fixed; top:0; left:0; overflow:hidden;}
}

body{background-position:center; background-attachment:fixed; background-repeat:no-repeat; background-size:cover;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}
@media only screen and (max-width:992px){
body.on{transform:translateX(-60%);
-webkit-transform:translateX(-60%);
-moz-transform:translateX(-60%);
-ms-transform:translateX(-60%);
-o-transform:translateX(-60%);}
}

@media only screen and (max-width:992px){
.sj_bj{width:100%; height:100%; background-color:rgba(0,0,0,.5); position:absolute; top:0; left:0; content:""; z-index:99999; display:none;}
}

.header{width:100%; background-color:transparent; position:fixed; top:0; left:0; z-index:9999;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header.on{box-shadow:0 0 10px #ddd; background-color:#000;}
.header .logo{width:254px; float:left; margin:20px 0; position:relative;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .logo img{width:100%; height:auto; display:block;margin: 12px 0;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .logo img.d_w{position:absolute; top:0; left:0; opacity:0;}
.header.on .logo img.d_w{opacity:1;}
.header .language{float:right; height:32px; text-align:center; line-height:32px; color:#fff; margin-top:34px; margin-left:25px; cursor:pointer; position:relative; z-index:9;}
.header.on .language{color:#555;}
.header .language .l_m i{display:inline-block; vertical-align:middle; margin-top:-2px; margin-right:5px;}
.header .language .x_l{width:120px; padding-top:8px; position:absolute; top:58px; left:50%; margin-left:-60px; display:none;}
.header .language .x_l:before{width:0; height:0; border-right:10px solid transparent; border-left:10px solid transparent; border-bottom:8px solid #535352; content:""; position:absolute; top:0; left:50%; margin-left:-10px;}
.header .language .x_l ul{padding:5px 15px; background-color:#535352;}
.header .language .x_l ul li a{color:#ddd; line-height:36px; display:block;}
.header .language .x_l ul li a:hover{color:#00b7ee;}
.header .s_ch{height:32px; font-weight:bold; line-height:32px; text-align:center; color:#fff; margin-top:34px; margin-left:15px; float:right; cursor:pointer;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header.on .s_ch{color:#555;}
.header .s_ch i{font-size:22px;}
.header .s_ch:hover{color:#00b7ee;}
.header .an{position:absolute; top:50%; margin-top:-12px; right:15px; height:22px; width:30px; display:none;}
.header .an span{width:30px; height:2px; background-color:#555; display:block; position:absolute;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .an span.a1{top:0; left:0;}
.header .an span.a2{top:10px; left:0;}
.header .an span.a3{top:20px; left:0;}
.header .an.n span.a2{display:none;}
.header .an.n span.a1{top:10px;
transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);}
.header .an.n span.a3{top:10px;
transform:rotate(135deg);
-o-transform:rotate(135deg);
-ms-transform:rotate(135deg);
-moz-transform:rotate(135deg);
-webkit-transform:rotate(135deg);}
.header .nav{float:right;}
.header .nav ul{float:left;}
.header .nav ul li{margin:0 20px; float:left; position:relative;}
.header .nav ul li:after{width:0; height:2px; background-color:#FA5655; position:absolute; left:50%; bottom:0; content:"";
transform:translateX(-50%);
-webkit-transform:translateX(-50%);
-moz-transform:translateX(-50%);
-ms-transform:translateX(-50%);
-o-transform:translateX(-50%);
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.header .nav ul li:hover:after{width:100%;}
.header .nav ul li.on:after{width:100%;}
.header .nav .y_j{position:relative;}
.header .nav .y_j i{display:none;}
.header .nav .y_j a{display:inline-block; font-size:16px; color:#fff; text-transform:uppercase; line-height:100px;}
.header .nav ul li:hover .y_j a{color:#FA5655;}
.header .nav ul li.on .y_j a{color:#FA5655;}
.header .nav .e_j{width:150px; padding:10px 0; background-color:#fff; box-shadow:0 0 5px #aaa; position:absolute; left:50%; margin-left:-75px; opacity:0; visibility:hidden;
transform:translateY(10px);
-webkit-transform:translateY(10px);
-moz-transform:translateY(10px);
-ms-transform:translateY(10px);
-o-transform:translateY(10px);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .nav ul li:hover .e_j{opacity:1; visibility:inherit;
transform:translateY(0);
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);}
.header .nav .e_j a{font-size:14px; line-height:36px; text-align:center; display:block;}
.header-h{
    height: 100px;
}
@media only screen and (max-width:992px){
.header{background-color:#fff; position:fixed; top:auto; left:auto;height: 70px;}
.header-h{
    height: 70px;
}
.header-h2{
    height: 70px;
}
.header.on{box-shadow:none;}
.header .logo{width:188px; margin:20px 0;}
.header.on .logo{margin:20px 0;}
.header .logo img{width:100%; height:auto; display:block; opacity:0;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .logo img.d_w{opacity:1;}
.header .language{float:right; height:32px; font-size:15px; text-align:center; line-height:32px; color:#fff; margin-top:21px; margin-left:0; margin-right:50px; color:#555;}
.header .s_ch{margin-top:20px; margin-left:0; float:left;}
.header .an{display:block; right:39px;}
.header .nav{width:60%; height:100%; padding:10px 5% 0; margin:0; background-color:#141414; height:100%; position:fixed; top:0; right:-60%; z-index:9999; overflow:auto;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .nav ul{width:100%; float:none;}
.header .nav ul li{width:100%; height:auto; line-height:50px; text-align:left; border-bottom:1px solid rgba(255,255,255,.1); float:none; padding:5px 0; margin:0;}
.header .nav ul li:after{display:none;}
.header .nav .y_j i{display:block; width:100%; padding-right:10px; position:absolute; top:0; right:0; font-size:14px; text-align:right; color:#fff; line-height:50px; z-index:99;}
.header .nav .y_j a{line-height:50px; color:#fff;}
.header .nav ul li:hover .y_j a{color:#fff;}
.header .nav ul li.on .y_j a{color:#fff;}
.header .nav .e_j{width:100%; background:none; box-shadow:none; position:relative; left:auto; top:auto; padding:5px 0; margin-left:0; opacity:1; visibility:inherit; display:none;
transform:none;
-webkit-transform:none;
-moz-transform:none;
-ms-transform:none;
-o-transform:none;
transition:none;
-o-transition:none;
-ms-transition:none;
-moz-transition:none;
-webkit-transition:none;}
.header .nav ul li:hover .e_j{transform:none;
-webkit-transform:none;
-moz-transform:none;
-ms-transform:none;
-o-transform:none;}
.header .nav .e_j a{line-height:32px; text-align:left; color:#fff;}
}
.header2{
    background-color: #fff !important;
}
.header2 .nav ul li .y_j a{
    color:  #000;
}
.header2 .nav ul li.on .y_j a{
    color:#FA5655;
}
.header2 .nav ul li:hover .y_j a{
    color:#FA5655;
}

@media only screen and (max-width:640px){
.header .an{right:15px;}
}
@media only screen and (max-width:320px){
.header .logo{width:168px;}
.header .language{margin-top:19px; margin-right:45px;}
}



.banner .swiper-slide{
    height: 100vh;
}
.banner{
    text-align: center;
}
.banner .wzs{
    margin-top: 10%;
    color: #fff;
}
.banner .w_z1{
    font-size: 43px;
    font-weight: bold;
    margin-top: 3%;
}
.banner .w_z2{
    margin-top: 3%;
    font-size: 22px;
    line-height: 35px;
}
.banner .w_z3{
    font-weight: bold;
    font-size: 24px;
    margin-top: 1%;
}
.banner .links{
    margin-top: 3%;
}
.banner .link1{
    display: inline-block;
    width: 240px;
    height: 60px;
    border-radius: 30px;
    background-color: #ff5a5a;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    margin-right: 40px;
}
.banner .link2{
    display: inline-block;
    width: 240px;
    height: 60px;
    border-radius: 30px;
    background-color: #f98f53;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
}
.fuwu{
    padding: 80px 0;
}
.title{
    text-align: center;
}
.fw_lb{
    margin-top: 70px;
}
.fw_lb ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fw_lb ul li{
    width: 210px;
    height: 285px;
    border: 1px solid #fff;
    padding-top: 40px;
}
.fw_lb ul li .t_p{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fw_lb ul li .w_z{
    margin: 50px auto 0;
    width: 66px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    border-left: 2px solid #fea166;
    border-right: 2px solid #fea166;
    line-height: 20px;
}

.brand{
    padding: 80px 0;
}
.brand .n_r{
    margin-top: 70px;
}
.brand .n_r:after{
    display: block;
    content: '';
    clear: both;
}
.brand .t_p{
    width: 48%;
    float: left;
}
.brand .t_p img{
    width: 100%;
}
.brand .w_z{
    width: 48%;
    float: right;
    padding-top: 45px;
    font-size: 15px;
    font-weight: lighter;
    line-height: 28px;
}
.brand .w_z i{
    font-weight: bold;
    color: #f98f53;
}
.np{
    padding: 70px 0;
}
.pro_lb{
    margin-top: 70px;
}
.pro-item .t_p{
    overflow: hidden;
}
.pro-item .t_p img{
    width: 100%;
    transition: all ease .5s;
}
.pro-item .w_z{
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    background-color: #ebebeb;
    border: 1px solid #ebebeb;
    transition: all ease .5s;
}
/* .pro_lb .row li:nth-child(2n) .pro-item{
    margin-top: 30px;
} */
.pro-item:hover .w_z{
    color: #fff;
    background-color: #fea166;
    border: 1px solid #fff;
}
.pro-item:hover img{
    transform: scale(1.1);
}

.cuxiao{
    padding: 80px 0;
}
.cx_lb{
    padding:50px  90px;
    background-color: #fff;
    position: relative;
    margin-top: 60px;
}

.cx_lb i{
    position: absolute;
    width: 1px;
    height: 75%;
    background-color: #bababa;
    top: 50px;
    left: 50%;
}
.cx-item{
    width: 50%;
    margin-bottom: 20px;
    padding-left: 40px;
}
.cx-item .t_p{
    width: 130px;
    float: left;
    margin-right: 20px;
}
.cx-item .t_p img{
    width: 100%;
}
.cx-item .w_z{
    float: left;
    width: 310px;
    padding-top: 20px;
}
.cx-item:after{
    display: block;
    content: '';
    clear: both;
}
.cx-items{
    display: none;
    flex-wrap: wrap;
}

.cx-items.on{
    display: flex;
}
.cx-item .price{
    margin-top: 30px;
    color: #e42e3c;
}
.cx-nav{
    display: flex;
    justify-content: center;
}
.cx-nav span{
    margin-right: 20px;
    cursor: pointer;
}
.cx-nav span.on{
    color: #e42e3c;
}
.gsjs{
    padding: 90px 0;
}
.gsjs .n_r{
    margin-top: 45px;
}
.gsjs .w_z{
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    padding-top: 40px;
    padding-bottom: 45px;
    border-bottom: 1px solid #fff;
}
.fzmb{
    padding-top: 40px;
}
.fzmb .b_t{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.mbs{
    display: flex;
    margin-top: 40px;
}
.mbs .mb{
    color: #fff;
    width: 200px;
}
.mbs .mb i{
    font-size: 65px;
    font-family: Bahnschrift;
    line-height: 65px;
}
.mbs .mb .w_z1{
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.mbs .mb .w_z1 img{
    margin-left: 15px;
}
.mbs .mb .w_z2{
    text-align: center;
}

.smyj{
    padding: 90px 0;
}
.sm-item{
    width: 80%;
    padding: 120px 60px 70px;
    border-radius: 15px;
    background-color: #fea166;
    margin: 0 auto;
    text-align: center;
}
.sm-item .t_p{
    min-height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sm-item .w_z{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-top: 20px;
}
.sm-item .info{
    font-size: 15px;
    color: #fff;
    font-weight: lighter;
    margin-top: 45px;
}
.smyj .n_r{
    margin-top: 70px;
}
.footer{
    padding: 60px 0;
    background-color: #f5f5f5;
}
.footer h3{
    font-size: 16px;
    color: #4b4b4b;
    margin-bottom: 15px;
}
.footer p{
    font-size: 14px;
    color: #4b4b4b;
    line-height: 25px;
}
.footer .row .f-nav{
    display: flex;
    justify-content:space-between;
}
.footer .w_z p a{
    color: rgba(75,75,75,.6);
}
.footer input{
    width: 100%;
    height: 40px;
    border: 1px solid #dadada;
    line-height: 40px;
    padding-left: 15px;
    margin-bottom: 5px;
}
.footer .fewm .t_p img{
   width:80%;margin:0 auto;
}
.footer .fewm{text-align:center;line-height:30px;color:#4b4b4b;}
.btns .tj{
    width: 87px;
    height: 32px;
    background-color: #fb855f;
    color: #fff;
    cursor: pointer;
    outline: none;
}
.btns .cz{
    width: 87px;
    height: 32px;
    background-color: #c2c2c2;
    color: #fff;
    cursor: pointer;
    outline: none;
}
.banquan{
    padding: 20px 0;
    color: #fff;
    background-color: #2b2b2b;
}

.fresh{
    padding: 70px 0;
}

.banquan .container{
    display: flex;
}
.banquan .container a{
    display: block;
    color: #fff;
    margin-left: 10px;
}
.banquan .container a:hover{
    opacity: .8;
}
html,
body {
  position: relative;
  height: 100%;
}

body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;

}

.fresh .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.fresh .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2);
}
.fresh .n_r{
    margin-top: 80px;
}
.fr-item .t_p{
    border: 4px solid #f1f1f1;
    width: 275px;
    height: 275px;
    overflow: hidden;
    transition: all ease .5s;
}
.fr-item .t_p img{
    width: 100%;
    transition: all ease .5s;
}
.fr-item .w_z{
    font-size: 16px;
    font-weight:bold;
    color: #7c7c7c;
    line-height: 40px;
}
.fr-item:hover .t_p{
    border: 4px solid #fea166;
}
.fr-item:hover .t_p img{
    transform: scale(1.1);
}
.fresh .sw{
    position: relative;
}
.fresh .swiper-button-next-a,.fresh .swiper-button-prev-a{
    width: 35px;
    height: 35px;
    background-color: #fea166;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.fresh .swiper-button-next-a{
    position: absolute;
    right: -55px;
    top: 45%;
    z-index: 99;
    outline: none;
    cursor: pointer;
}
.fresh .swiper-button-prev-a{
    position: absolute;
    top: 45%;
    left: -55px;
    z-index: 99;
    outline: none;
    cursor: pointer;
}

.inbanner{
    height: 470px;
    position: relative;
}
.inbanner .inbt{
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -45px;
}
.inbanner .w_z1{
    font-size: 30px;
}
.inbanner .w_z2{
    font-size: 30px;
    font-weight: bold;
}
.position{
    border-bottom: 4px solid #f3f3f3;
}
.position ul{
    display: flex;
    line-height: 20px;
    padding: 25px 0;
    font-size: 16px;
}
.position ul li{
    padding: 0 30px;
    border-right: 1px solid #858585;
}
.position ul li:last-child{
    border-right: none;
}
.position ul .djlm{
    font-size: 22px;
    font-weight: bold;
    color: #ff5a5a;
}
.position ul li a{
    color: #9a9a9a;
}
.position ul li.on a{
    color: #f98f53;
}

.bs{
    padding: 40px 0;
}
.intitle .intitle1{
    font-size: 34px;
    font-weight: bold;
    color: #f98f53;
    line-height: 34px;
}
.intitle .intitle2{
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    line-height: 35px;
}
.intitle .intitle3{
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    line-height: 35px;
    margin-top: 40px;
}
.intitle i{
    display: block;
    width: 40px;
    height: 5px;
    background-color: #f98f53;
}

.bs .t_p{
    text-align: center;
}
.bs .w_z{
    margin-top: 50px;
    font-size: 16px;
    font-weight: lighter;
    line-height: 30px;
}
.bs .w_z i{
    color: #f98f53;
    font-weight: bold;
}

.fzmb2{
    padding: 40px 0;
    background-color: #ff5a5a;
    color: #fff;
}
.fzmb2 .container{
    display: flex;
}
.fzbt{
    padding: 40px 90px;
    border-right: 1px solid #fff;
}
.fzbt .w_z1{
    font-size: 20px;
    font-weight: bold;
}
.fzbt .w_z2{
    font-size: 37px;
    font-weight: bold;
}

.fzmb2 .mb{
    width: 230px;
}


.gsxq{
    padding: 0 !important;
}
.xq_lb li{
    display: flex;
}
.xq_lb li .w_z{
    width: 50%;
    padding: 120px 40px;
    overflow: hidden;
}
.xq_lb li .w_zc{
    width: 600px;
    float: right;
}
.xq_lb li .t_p{
    width: 50%;
}
.xq_lb li .t_p img{
    width: 100%;
}
.xq_lb li .w_z i{
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    color: #333333;
}
.xq_lb li .w_z .info{
    margin-top: 50px;
    font-size: 16px;
    line-height: 35px;
    color: #333333;
    font-weight: lighter;
}
.xq_lb li:nth-child(2n){
    flex-direction: row-reverse;
}
.xq_lb li:nth-child(2n) .w_zc{
    float: left;
}
.news-item{
    padding: 40px 0;
    border-bottom: 1px solid #d6d6d6;
}
.news-item .t_p{
    width: 20%;
    height: 160px;
    overflow: hidden;
    float: left;
}
.news-item .t_p img{
    width: 100%;
    transition: all ease .5s;
}
.news-item .t_p:hover img{
    transform: scale(1.1);
}
.news-item .w_z{
    float: right;
    width: 75%;
}
.news-item:after{
    display: block;
    content: '';
    clear: both;
}
.news-item .w_z .b_t{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.news-item .w_z .b_t a{
    color: #333333;
}

.news-item .w_z .b_t .date{
    float: right;
    font-weight: normal;
    font-size: 14px;
}
.news-item .w_z .info{
    margin-top: 15px;
}
.news-item .w_z .more{
    display: block;
    margin-top: 25px;
}

.np-item{
    width: 80%;
    margin: 0 auto 20px;
}
.newpro_lb .w_z{
    line-height: 40px;
    color: #333333;
    text-align: center;
    background-color: #f7f7f7;
    transition: all ease .5s;
}
.newpro_lb .t_p img{
    width: 100%;
}
.np-item:hover .w_z{
    background-color: #f98f53;
    color: #fff;
}
.newpro_lb{
    padding: 40px 0;
}

.xianshi{
    padding: 40px 0;
}
.xs-item{
    position: relative;
    margin-bottom: 20px;
}
.xs-item .t_p img{
    width: 100%;
    transition: all ease .5s;
}
.xs-item .t_p{
    overflow: hidden;
}
.xs-item .t_p:hover img{
    transform: scale(1.1);
}
.xs-item .mask{
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.4);
    width: 100%;
    line-height: 35px;
    color: #fff;
}
.xs-item .mask .w_z1{
    font-size: 16px;
    padding-left: 15px;
}
.cuxiaoi{
    padding: 30px 0;
}
.cxi-item .t_p{
    float: left;
    width: 138px;
    margin-right: 15px;
}
.cxi-item .w_z{
    float: left;
}
.cxi-item:after{
    display: block;
    content: '';
    clear: both;
}
.cxi-item .w_z1{
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    margin-top: 20px;
}
.cxi-item .w_z1 a{
    color: #333333;
}
.cxi-item .w_z2{
    color: #e42e3c;
    margin-top: 20px;
}
.cxi-item{
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
}

.zffs .intitle{
    text-align: center;
}
.zffs .intitle i{
    margin: 0 auto;
}
.zffs{
    padding: 70px 0;
}

.zf_lb{
    margin-top: 40px;
}
.zf-item .t_p{
    width: 100%;
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zf-item .w_z{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    line-height: 35px;
}
.zf-item .w_z i{
    display: block;
    width: 30px;
    height: 6px;
    background-color: #f98f53;
    margin: 0 auto;
}

.zzsm .intitle{
    text-align: center;
    margin-top: 30px;
}
.zzsm .intitle i{
    margin: 0 auto;
}
.zzsm .n_r{
    text-align: center;
    margin-top: 20px;
}

.jmzc .intitle{
    text-align: center;
    margin-top: 30px;
}
.jmzc .intitle i{
    margin: 0 auto;
}
.jmzc .n_r{
    padding: 40px 0 60px;
    background-color: #f98f53;
}
.jmzc .n_r .b_t{
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 22px;
    margin-bottom: 40px;
}
.jmzc-item{
    height: 190px;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 0 30px;
}
.jmzc-item .xh{
    width: 74px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    margin: 30px auto;
}
.jmzc-item .w_z{
    text-align: center;
    font-size: 15px;
    color: #333333;
}
.jmzc .n_r{
    margin-top: 40px;
}


.jmtj{
    padding: 70px;
}
.jmtj .intitle{
    text-align: center;
    margin-top: 30px;
}
.jmtj .intitle i{
    margin: 0 auto;
}
.jmtj .n_r{
    width: 65%;
    margin: 50px auto 0;
    color: #333333;
    font-size: 16px;
}

.jmlc .intitle{
    text-align: center;
    margin-top: 30px;
}
.jmlc .intitle i{
    margin: 0 auto;
}
.jmlc .n_r{
    width: 800px;
    height: 900px;
    margin: 40px auto;
}

.jmlc .step{
    width: 335px;
    padding: 20px;
    border: 2px solid #f98f53;
    border-radius: 15px;
}
.jmlc .lcwz{
    overflow: hidden;
}
.jmlc .step:first-child{
    margin-top: 75px;
}
.jmlc .step:nth-child(2){
    float: right;
    margin-top: 55px;
}
.jmlc .step:nth-child(3){
    margin-top: 225px;
}
.jmlc .step:nth-child(4){
    float: right;
    margin-top: 70px;
}
.jmlc .step:nth-child(5){
    margin-top: 240px;
}


.zp_nr .intitle{
    text-align: center;
}
.zp_nr .intitle i{
    margin: 0 auto;
}
.zp_lb{
    margin-top: 70px;
}
.zp_nr{
    padding: 70px 0;
}
.zp_item{
    margin-bottom: 100px;
}
.zp_item .b_t{
    height: 100px;
    padding-left: 83px;
}
.zp_item .b_t .w_z1{
    font-size: 24px;
    font-weight: bold;
    color: #f98f53;
    line-height: 15px;
}
.zp_item .b_t .w_z2{
    font-size: 20px;
    color: #585858;
    margin-top: 25px;
}
.zp_item .n_r{
    padding:0 50px 0 75px;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-top: 40px;
}

.contact_nr{
    padding: 100px 0;
}

.lx-item{
    font-size: 14px;
    font-weight: lighter;
    margin-top: 40px;
}
.lx-item .mz{
    margin-bottom: 10px;
}
.lx-item .mz img{
    margin-right: 10px;
}
.contact_nr input{
    width: 100%;
    line-height: 48px;
    border: 1px solid #aaaaaa;
    padding-left: 15px;
}
.contact_nr form{
    margin-top: 60px;
}
.contact_nr textarea{
    width: 100%;
    height: 175px;
    border: 1px solid #aaaaaa;
    margin-top: 20px;
    padding: 15px;
}
.contact_nr button{
    width: 130px;
    height: 50px;
    background-color: #777777;
    color: #fff;
    outline: none;
    font-size: 16px;
    margin-left: 15px;
    margin-top: 25px;
}
.map img{
    width: 100%;
}

.vision .intitle{
    text-align: center;
}
.vision i{
    margin: 0 auto;
}
.vision{
    padding: 70px 0;
}

.ln-item{
    padding: 70px 0;
    border: 1px solid #e4e4e4;
    text-align: center;
}
.ln-item .t_p{
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 0 5px 5px #ececec;
}

.ln-item .t_p-c{
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 50%;
}

.ln-item .ln_bt{
    margin-top: 50px;
}
.ln-item .bt1{
    font-size: 22px;
    font-weight: bold;
}
.ln-item .bt2{
    font-size: 14px;
    color: #b8bfbf;
}
.ln-item .ln_bt i{
    display: block;
    width: 23px;
    height: 5px;
    background-color: #f98f53;
    margin: 10px auto 0;
}
.ln-item .kh{
    font-size: 22px;
    font-weight: bold;
    color: #f98f53;
    margin-top: 25px;
}
.ln_nr{
    margin-top: 75px;
}
.ln-item:hover .t_p{
    background-color: #F99760;
    transition: all ease .5s;
}
.ln-item:hover .t_p-c{
    background-position: top !important;
}


@media only screen and (max-width:992px){
    .banner .w_z1{
        font-size: 22px;
    }
    .banner .w_z2{
        font-size: 16px;
    }
    .banner .w_z3{
        font-size: 20px;
    }
    .banner .link1{
        width: 125px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
    .banner .link2{
        width: 125px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
    .banner .swiper-slide{
        height: 420px;
    }
    .title{
        width: 100%;
    }
    .title img{
        width: 100%;
    }
    .fw_lb ul li{
        width: 160px;
        margin-right: 15px;
        margin-bottom: 15px;
        height: 160px;
        padding-top: 0;
    }
    .fw_lb ul li:nth-child(2n){
        margin-right: 0;
    }
    .fw_lb ul li .w_z{
        margin-top: 10px;
    }
    .fuwu{
        padding: 50px 0;
    }
    .fw_lb{
        margin-top: 30px;
    }
    .brand .t_p{
        width: 100%;
    }
    .brand .w_z{
        width: 100%;
    }
    .brand .n_r{
        margin-top: 30px;
    }
    .brand{
        padding: 50px 0;
    }
    .brand .w_z{
        padding-top: 20px;
    }
    .pro_lb .row li:nth-child(2n) .pro-item{
        margin-top: 0;
    }
    .pro-item{
        margin-bottom: 15px;
    }
    .pro-item .w_z{
        font-size: 14px;
        line-height: 30px;
    }
    .pro_lb{
        margin-top: 30px;
    }
    .np{
        padding: 50px 0;
    }
    .fr-item .t_p{
        width: 100%;
        height: auto;
    }
    .fresh .n_r{
        margin-top: 25px;
    }
    .fresh{
        padding: 40px;
    }
    .cx_lb{
        padding: 15px;
        margin-top: 30px;
    }
    .cx-item{
        padding-left: 0;
        width: 100%;
    }
    .cx_lb i{
        display: none;
    }
    .title2{
        width: 100%;
    }
    .title2 img{
        width: 100%;
    }
    .gsjs .n_r{
        margin-top: 0;
    }
    .mbs{
        flex-wrap: wrap;
        justify-content: center;
    }
    .mbs .mb{
        width: 50%;
    }
    .fzmb{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .mbs{
        margin-top: 10px;
    }
    .gsjs .t_p img{
        width: 100%;
    }
    .gsjs{
        padding: 50px 0;
    }
    .sm-item{
        padding: 30px 60px;
        margin-bottom: 20px;
    }
    .footer .col-lg-2{
        display: none;
    }
    .footer .row .f-nav{
        display: none;
    }
    .footer{
        padding: 30px 0;
    }
    .footer .col-lg-3{
        margin-bottom: 20px;
    }
    .inbanner{
        height: 200px;
    }
    .inbanner .w_z1{
        font-size: 26px;
    }
    .inbanner .w_z2{
        font-size: 24px;
    }
    .position ul{
        padding: 15px 0;
        font-size: 14px;
    }
    .bs .t_p{
        width: 100%;
    }
    .bs .t_p img{
        width: 100%;
    }
    .intitle .intitle1{
        font-size: 26px;
    }
    .intitle .intitle2{
        font-size: 18px;
        line-height: 25px;
    }
    .bs .w_z{
        margin-top: 20px;
    }
    .bs .w_z{
        font-size: 14px;
    }
    .fzmb2 .container{
        display: block;
    }
    .fzbt{
        border-right: none;
    }
    .xq_lb li .w_z{
        width: 100%;
        padding: 40px 15px;
    }
    .xq_lb li .t_p{
        width: 100%;
    }
    .xq_lb li{
        display: block;
    }
    .xq_lb li .w_zc{
        width: 100%;
    }
    .xq_lb li .w_z .info{
        font-size: 14px;
        margin-top: 30px;
    }
    .zffs{
        padding: 40px 0;
    }
    .intitle .intitle3{
        font-size: 17px;
        margin-top: 20px;
    }
    .zf_lb{
        margin-top: 20px;
    }
    .zf-item{
        margin-bottom: 20px;
    }
    .zzsm .intitle{
        margin-top: 0;
    }
    .zzsm .n_r img{
        width: 100%;
    }
    .contact_nr{
        padding: 40px 0;
    }
    .lx-item{
        margin-top: 20px;
    }
    .lxs{
        margin: 20px 0;
    }
    .contact_nr form{
        margin-top: 20px;
    }
    .contact_nr form input{
        margin-bottom: 10px;
    }
    .contact_nr form textarea{
        margin-bottom: 10px;
    }
    .position ul li{
        padding: 0 2px;
    }
    .jmzc .n_r .b_t{
        font-size: 18px;
    }
    .jmzc-item{
        margin-bottom: 20px;
    }
    .jmtj{
        padding: 15px;
    }
    .jmtj .n_r{
        width: 100%;
        margin-top: 20px;
        font-size: 14px;
    }
    .jmlc .step{
        width: 100%;
        background-color: #fff;
    }
    .jmlc .n_r{
        width: 100%;
    }
    .news-item .t_p{
        width: 100%;
        height: auto;
    }
    .news-item .w_z{
        width: 100%;
        margin-top: 15px;
    }
    .news-item{
        padding: 20px 0;
    }
    .news_lb{
        padding: 20px 0;
    }
    .ln-item{
        margin-bottom: 20px;
    }
    .vision{
        padding: 40px 0;
    }
    .ln_nr{
        margin-top: 20px;
    }
    .xs-item .mask .w_z1{
        font-size: 14px;
    }
    .zp_item .b_t{
        background: none !important;
        padding: 0;
        height: auto;
        margin-bottom: 15px;
    }
    .zp_item .n_r{
        padding: 0;
        margin: 0;
        font-size: 14px;
    }
    .zp_item .b_t .w_z1{
        font-size: 22px;
    }
    .zp_item .b_t .w_z2{
        font-size: 18px;
        margin-top: 16px;
    }
    .position ul .djlm{
        font-size: 14px;
    }
    .zp_nr{
        padding: 40px 0;
    }
    .zp_lb{
        margin-top: 30px;
    }
    .header2 .nav ul li .y_j a{
        color: #fff;
    }
}

.pages{width:100%; height:30px; line-height:30px; text-align:center;margin: 50px 0;}
.pages a{ text-decoration:none; font-family:Î¢ÈíÑÅºÚ; margin-left:5px; color:#666; font-size:12px; border:solid 1px #ccc ; padding:5px 8px; }
.pages .current-page{ color:#fff; margin-left:5px; font-size:12px; border:solid 1px #F98F53; background:#F98F53; padding:5px 8px; }
.pages span{ text-decoration:none; font-family:Î¢ÈíÑÅºÚ; margin-left:5px; color:#666; font-size:12px; border:solid 1px #ccc ; padding:5px 8px; }


.ny_nr .xw_xq{ padding: 30px 0px;}
.ny_nr .xw_xq .xq_lf .xq_tl{ text-align: center; font-size: 30px; font-weight: bold; margin-bottom: 15px;color: #FFC085;}
.ny_nr .xw_xq .xq_lf .xq_fc{ width: 100%; border-bottom: solid 1px #cacaca; padding: 20px 0px; }
.ny_nr .xw_xq .xq_lf .xq_fc .right{text-align: right;}
.ny_nr .xw_xq .xq_nr{ width: 100%; overflow: hidden; padding: 20px 0px; line-height: 30px; font-size: 14px;}
.ny_nr .xw_xq .xq_nr img{ max-width: 100%; }
.ny_nr .xw_xq .xq_fy{ text-align: center; padding: 15px 0px;}
.ny_nr .xw_xq .xq_fy a{ display: inline-block; margin: 0px 15px; padding: 10px 20px; background-color: #FFC085; color: #FFFFFF; font-size: 14px;}
.ny_nr .xw_xq .xq_rt{ width: 100%; overflow: hidden; margin-top: 56px; }
.ny_nr .xw_xq .xq_rt .rt_bt{font-size: 24px; font-weight: bold;background-color: #FFC085; color: #FFFFFF; padding: 15px 0px; text-align: center;}
.ny_nr .xw_xq .xq_rt .rt_lb li a{ display: block; border-bottom: dashed 1px #cccccc; line-height: 56px; font-size: 14px; color: #666;}
@media only screen and (max-width:640px) {

    .ny_nr .xw_xq{ padding: 20px 0px;}
    .ny_nr .xw_xq .xq_lf .xq_tl{font-size: 22px;}
    .ny_nr .xw_xq .xq_lf .xq_fc{padding: 15px 0px; }
    .ny_nr .xw_xq .xq_lf .xq_fc .right{text-align: center;}
    .ny_nr .xw_xq .xq_fy{  padding: 10px 0px;}
    .ny_nr .xw_xq .xq_fy a{ margin: 0px 10px; padding: 10px 15px; }
    .ny_nr .xw_xq .xq_rt{  margin-top: 15px; }
    .ny_nr .xw_xq .xq_rt .rt_bt{font-size: 20px;  padding: 10px 0px; }
    .ny_nr .xw_xq .xq_rt .rt_lb li a{ line-height: 40px;}
}
@media only screen and (max-width:1199px){
    .gwvideo{
        display: none;
    }
}


.gwvideo{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.gwvideo video{
    display: block;
    width: 100%;
    height: 100%;
}
.gwvideo .skip{
    z-index: 999;
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;
    width: 100px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}