
@font-face {
    font-family: "Montserrat-Regular";
    src: url("../fonts/Montserrat-Regular.otf");
}

@font-face {
    font-family: "Montserrat-Light";
    src: url("../fonts/Montserrat-Light.otf");
}

/*-----------------[初始化]--------------*/
body{color: #333 !important;font-size: 12px !important;line-height: 1.5 !important;font-family:"Montserrat-Regular" !important;
    background-color: #faf6f3 !important;
}
a{color: #333;}
a:hover{color: #F15D29;}
img{max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
input,textarea,select{font-size: 12px;color: #333;
    font-family:"Montserrat-Regular";outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999; }
::-ms-input-placeholder {color: #999;}

.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
*,*:after,*:before{outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
/*布局*/
.wp{width: 100%;max-width: 1336px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


/*******************************
  -------[=头部]-------
********************************/
.header.down{
    -webkit-transform: translate(-50%,-150%);
    -moz-transform: translate(-50%,-150%);
    -o-transform: translate(-50%,-150%);
    -ms-transform: translate(-50%,-150%);
    transform: translate(-50%,-150%);
}
.header.open{background-color: transparent;}
.header.open .logo,
.header.open .so-btn,
.header.open .lang,
.header.open .nav{opacity: 0;}
.header{position: fixed;top: 40px;left: 50%;z-index: 109;height: 100px;max-width: 1680px;width: 88%;
    background-color: rgba(255,255,255,.5);border-radius: 50px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.logo{float: left;line-height: 100px;font-size: 0;margin-left: 40px;}
.logo img{display: inline-block;vertical-align: middle;height: 59px;}
.hdr{float: right;}
.nav{float: left;}
.nav li{float: left;margin-right: 70px;}
.nav li .v1{display: block;line-height: 100px;font-size: 18px;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.nav li:hover .v1,.nav li.on .v1{color: #F15D29;}
.so-btn{float: left;width: 80px;height: 100px;cursor: pointer;
    background: url(../images/i-01.png) no-repeat center;
    -o-background-size: 20px auto;
    -ms-background-size: 20px auto;
    -moz-background-size: 20px auto;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
}

.lang{float: left;line-height: 100px;font-size: 0;color: #B3B3B3;margin-right: 64px;margin-left: 30px;}
.lang em{font-size: 18px;margin: 0 15px;}
.lang a{color: #B3B3B3;font-size: 18px;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.lang a.on,.lang a:hover{color: #333;}

.pop-so{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 110;
    display: none;
}
.pop-so .bg{position: fixed;top: 0;left: 0;width: 100%;height: 100%;
    background: rgba(0,0,0,.8)
}
.pop-so .form{position: absolute;top: 50%;left: 50%;border-radius: 35px;overflow: hidden;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    background-color: #fff;
    z-index: 2
}
.pop-so .close{position: absolute;top: 5%;right: 3%;width: 50px;height: 50px;cursor: pointer;
    background: url(../images/close.svg) center center no-repeat;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 2;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}
.pop-so .close:hover{
    opacity: .7
}
.pop-so .form .inp{display: block;width: 700px;height: 70px;
    line-height: 70px;border: none;
    padding: 0 120px 0 20px;font-size: 18px;color: #333;
    background-color: transparent;
}
.pop-so .form .btn{display: block;width: 50px;height: 50px;border: none;
    position: absolute;top: 10px;right: 10px;border-radius: 50%;cursor: pointer;
    background: #F15D29 url(../images/i-01-on.png) no-repeat center;
    -o-background-size: 20px auto;
    -ms-background-size: 20px auto;
    -moz-background-size: 20px auto;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}



/*******************************
    -------[=导航]-------
********************************/
.menuBtn{float: right;width: 60px;height: 36px;cursor: pointer;margin-top: 32px;margin-right: 30px;
    background-color: #F15D29;border-radius: 18px;position: relative;padding-top: 14px;z-index: 108;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;width: 20px;height: 2px;background-color: #fff;
    margin: 0 auto 5px;border-radius: 1px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 33%;top: 50%;width: 24px;}
.menuBtn.open b:first-child{display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.menuBtn2{display: none;}

/*******************************
  -------[=banner]-------
*******************************/
.banner{height: 100vh;}
.banner .slick-slider,.banner .slick-list,.banner .slick-track,.banner .slick-slide{height: 100%;}
.banner .con,.banner .bg{height: 100%;position: relative;
    background-position: center;background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner .con:before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;
    background: url(../images/banner-bg.png) no-repeat right center;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.banner .txt{position: absolute;left: 0;right: 0;top: 52%;text-align: right;color: #2D2D2D;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner .tit{font-size: 70px;line-height: 1.38;font-weight: bold;margin-bottom: 30px;}
.banner .tit span{color: #F85D27;}
.banner .tips{font-size: 24px;padding-right: 200px;}
.banner .txt-1{color: #fff;}
.banner .txt-tc{text-align: center;}
.banner .txt-tl{text-align: left;}


/*******************************
  -------[=底部]-------
********************************/
.footer{position: relative;
    background: url(../images/fd-bg.jpg) no-repeat center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.fd-top{overflow: hidden;padding: 81px 0 72px;border-bottom: 1px solid rgba(255,255,255,.1);}
.fd-l{float: left;width: 400px;}
.fd-l .tit{margin-bottom: 40px;color: #fff;}
.fd-l .tit h3{font-size: 36px;margin-bottom: 10px;}
.fd-l .tit span{font-size: 18px;font-family: "Montserrat-Light";}
.fd-l .desc{font-size: 20px;line-height: 1.6;color: rgba(255,255,255,.7);}

.fd-r{float: right;padding-top: 67px;}
.fd-r .item{float: left;margin-left: 30px;width: 351px;}
.fd-r .t1{font-size: 20px;color: #fff;position: relative;padding-left: 21px;margin-bottom: 20px;}
.fd-r .t1:after{content: '';position: absolute;left: 0;top: 50%;width: 6px;height: 6px;border-radius: 50%;
    background-color: #F15D29;margin-top: -3px;
}
.fd-r .btn{display: block;height: 72px;line-height: 72px;border-radius: 12px;
    padding-left: 66px;font-size: 0;position: relative;
    background-color: #fff;
    background-position: 23px center;background-repeat: no-repeat;
    -o-background-size: 22px auto;
    -ms-background-size: 22px auto;
    -moz-background-size: 22px auto;
    -webkit-background-size: 22px auto;
    background-size: 22px auto;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fd-r .btn span{height: 34px;line-height: 34px;font-size: 18px;padding-left: 24px;
    border-left: 1px solid #E7E7E7;
    display: inline-block;vertical-align: middle;
}
.fd-r .btn:after{content: '';position: absolute;top: 0;bottom: 0;right: 20px;width: 24px;
    background: url(../images/i-03.png) no-repeat center;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fd-r .btn:hover{background-color: #F15D29;color: #fff;}
.fd-r .btn:hover:after{background-image: url(../images/i-04.png);}
.fd-r .mail{background-image: url(../images/i-05-on.png);}
.fd-r .tel{background-image: url(../images/i-06.png);}
.fd-r .mail:hover{background-image: url(../images/i-05.png);}
.fd-r .tel:hover{background-image: url(../images/i-06-on.png);}
.fd-con{overflow: hidden;padding: 63px 0 0;}
.fd-nv{float: left;}
.fd-nv .item{float: left;width: 242px;}
.fd-nv .t1{font-size: 18px;line-height: 2.33;color: #fff;margin-bottom: 16px;}
.fd-nv .t-c a{display: block;font-size: 18px;color: rgba(255,255,255,.6);
    line-height: 2.33;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fd-nv .t-c a:hover{color: #F15D29;text-decoration: underline;}
.fd-txt{float: right;padding-top: 10px;}
.fd-logo{text-align: right;font-size: 0;margin-bottom: 54px;}
.fd-logo img{display: inline-block;height: 72px;}
.fd-desc{text-align: right;font-size: 16px;line-height: 2.5;color: rgba(255,255,255,.7);
    font-family: 'Montserrat-Light';
}
.fd-bot{overflow: hidden;padding: 70px 0 42px;}
.fd-bot .copy{float: left;font-size: 16px;color: rgba(255,255,255,.6);font-family: 'Montserrat-Light';
    line-height: 40px;
}
.fd-bot .share{float: right;}
.fd-bot .share a{float: left;width: 40px;height: 40px;margin-left: 33px;
    background-color: rgba(255,255,255,.06);border-radius: 50%;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fd-bot .share img{width: 100%;height: 100%;display: block;opacity: .4;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fd-bot .share a:hover{background-color: #F15D29;}
.fd-bot .share a:hover img{opacity: 1;}

/*******************************
    -------[=正文]-------
********************************/
.btn-top{position: absolute;top: -231px;right: 24px;width: 182px;z-index: 101;}
.btn-top img{width: 100%;display: block;}



