﻿
@font-face {
    font-family: 'dameroncondital';
    src: url('../fonts/dameroncondital-11.ttf');
}

@font-face {
    font-family: 'HelveticaInserat';
    src: url('../fonts/HelveticaInserat.ttf');
}
@font-face {
    font-family: 'Helvetica-Black';
    src: url('../fonts/Helvetica-Black.otf');
}
@font-face {
    font-family: 'DINCond-Black';
    src: url('../fonts/DINCond-Black.otf');
}

/*-----------------[初始化]--------------*/
html{overflow-x: hidden;position: relative;}
body{color: #333;font-size: 12px;line-height: 1.5;font-family:"Arial","微软雅黑","Microsoft Yahei";
    overflow-x: hidden;padding-top: 90px;
}
a,
input,
button,textarea{
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
}
a{color: #333;}
a:hover{color: #F39800;}
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:"微软雅黑","Microsoft Yahei";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: 1440px;margin: 0 auto;}
.wp2{width: 100%;max-width: 1600px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}

.index{padding-top: 0;}
/*******************************
  -------[=头部]-------
********************************/
.header{position: fixed;top: 0;left: 0;right: 0;z-index: 110;height: 90px;
    background-color: #000;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.header.open,.header.ok{background-color: #fff;}
.header.open .logo .img1,.header.ok .logo .img1{display: none;}
.header.open .logo .img2,.header.ok .logo .img2{display: inline-block;}
.header.open .nav-ul > li .v1,.header.ok .nav-ul > li .v1{color: #000;}
.header.fixed{top: -90px;}
.logo{float: left;line-height: 90px;font-size: 0;margin-left: 71px;}
.logo img{display: inline-block;vertical-align: middle;height: 43px;}
.logo .img2{display: none;}
.nav{float: right;margin-right: 90px;}
.nav-ul > li{float: left;margin-left: 50px;}
.nav-ul > li .v1{display: block;line-height: 90px;font-size: 20px;color: #fff;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.nav-ul > li .v1:after{content: '/';margin-left: 50px;}
.nav-ul > li:hover .v1,.nav-ul > li.on .v1{color: #F39800;}
.nav-ul > li:hover .v1:after,.nav-ul > li.on .v1:after{color: #fff;}
.nav-ul > li:last-child .v1:after{display: none;}

.nv-nub{position: fixed;top: 90px;bottom: 0;left: 0;right: 0;
    background-color: #F7F7F7;display: none;
}
.nv-nub ul{height: 100%;width: 535px;position: relative;
    background: #111 url(../images/nv-bg.png) no-repeat right bottom;
    -o-background-size: 508px auto;
    -ms-background-size: 508px auto;
    -moz-background-size: 508px auto;
    -webkit-background-size: 508px auto;
    background-size: 508px auto;
}
.nv-nub li{}
.nv-nub .s1{padding-left: 59px;display: block;line-height: 72px;
    position: relative;font-size: 20px;font-weight: bold;color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.nv-nub li:hover .s1,.nv-nub li.on .s1,.nv-nub li.ok .s1{background-color: #999;}

.nv-nub .s1:after{content: '';position: absolute;top: 0;
    bottom: 0;right: 52px;width: 7px;
    background: url(../images/i-05.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;
}
.nv-nub dl{position: absolute;left: 100%;top: 0;bottom: 0;width: 405px;
    background-color: #888;display: none;
}
.nv-nub .s2{padding-left: 42px;display: block;line-height: 72px;
    position: relative;font-size: 18px;color: #fff;
    border-bottom: 1px solid #888;
}
.nv-nub dd:hover .s2,.nv-nub dd.on .s2,.nv-nub dd.ok .s2{background-color: #C2C2C2;}

.nv-nub .s2:after{content: '';position: absolute;top: 0;
    bottom: 0;right: 43px;width: 7px;
    background: url(../images/i-05.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;
}
.nv-nub .list{position: fixed;top: 90px;left: 940px;right: 0;
    padding: 0 50px;display: none;
}
.nv-nub .item{width: 33.33%;float: left;}
.nv-nub .list .con{display: block;margin: 0 16px;}
.nv-nub .list .pic{text-align: center;line-height: 270px;height: 270px;font-size: 0;}
.nv-nub .list .pic img{display: inline-block;vertical-align: middle;
    max-width: 90%;max-height: 90%;
}
.nv-nub .list h3{font-size: 20px;color: #000;margin-bottom: 8px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.nv-nub .list .desc{font-size: 16px;line-height: 1.13;color: #999;}
.nv-nub .list .con:hover h3{color: #F39800;}
.nv-nub .cont{overflow: hidden;margin-bottom: 30px;}
.g-btn1{width: 253px;height: 70px;display: block;position: relative;
    text-align: center;line-height: 70px;border-radius: 35px;font-size: 18px;
    font-weight: 900;font-style: italic;color: #fff;padding-left: 64px;margin: 0 auto;
    text-transform: uppercase;background-color: #0C0C0C;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.g-btn1:after{content: '';position: absolute;left: 9px;right: 9px;top: 8px;bottom: 8px;
    background:  url(../images/i-02.png) no-repeat left center;
    -o-background-size: 55px auto;
    -ms-background-size: 55px auto;
    -moz-background-size: 55px auto;
    -webkit-background-size: 55px auto;
    background-size: 55px auto;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.g-btn1:hover{padding-left: 0;padding-right: 64px;color: #fff;background-color: #F39800;}
.g-btn1:hover span{border-bottom: 2px solid #f9cc80;color: #fff;}
.g-btn1:hover:after{background-position: right center;}

/*******************************
    -------[=导航]-------
********************************/
.menuBtn{position: relative;z-index: 9;display: none;float: right;
    width: 40px;height: 40px;padding: 7px;cursor: pointer;margin-top: 5px;margin-right: 10px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 3px;background-color: #fff;
    margin: 3px 0 5px;border-radius: 2px;
    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: 5px;top: 50%;width: 30px;}
.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);
}

/*******************************
  -------[=banner]-------
*******************************/
.banner{position: relative;}
.banner .slick-slide .con{outline: 0;position: relative;height: 100vh;display: block;
    background-position: center 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 .txt{position: absolute;right: 240px;left: 240px;top: 377px;text-align: right;
    font-family: 'HelveticaInserat';
}
.banner .tit{font-size: 176px;line-height: 1;color: #F8A417;position: relative;
    padding-bottom: 20px;margin-bottom: 15px;
    text-shadow: 1px 1px 1px #252525;
}
.banner .tit:after{content: '';position: absolute;right: 0;bottom: 0;
    width: 90px;height: 3px;
    background-color: #F39800;
}
.banner .desc{font-size: 28px;line-height: 34px;color: #fff;font-weight: bold;
    text-shadow: 1px 1px 1px #252525;
}
.banner .txt2{text-align: left;}
.banner .txt2 .tit:after{right: auto;left: 0;}
.banner .slick-arrow{position: absolute;bottom: 66px;overflow: hidden;
    width: 66px;height: 66px;font-size: 0;line-height: 0;z-index: 3;
    border: 1px solid #fff;border-radius: 50%;padding: 0;cursor: pointer;
    background-color: transparent;
    background-repeat: no-repeat;background-position: center center;
    -o-background-size: auto 21px;
    -ms-background-size: auto 21px;
    -moz-background-size: auto 21px;
    -webkit-background-size: auto 21px;
    background-size: auto 21px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.banner .slick-prev{left: 240px;background-image: url(../images/arr-l.png);}
.banner .slick-next{left: 328px;background-image: url(../images/arr-r.png);}
.banner .slick-arrow:hover{border-color: #F39800;background-color: #F39800;}

.btn-down{position: absolute;left: 50%;bottom: 62px;z-index: 3;
    font-size: 15px;color: #fff;text-transform: uppercase;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.btn-down i{display: block;width: 22px;height: 51px;margin: 15px auto 0;
    background: url(../images/i-01.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;
    animation: downico3 2s linear infinite;
}
.btn-down:hover{color: #fff;}
@keyframes downico3{
    0%{
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    50%{
        -webkit-transform: translateY(30%);
        -moz-transform: translateY(30%);
        -o-transform: translateY(30%);
        -ms-transform: translateY(30%);
        transform: translateY(30%);
    }
    100%{
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.ban-dots{position: absolute;right: 240px;bottom: 81px;font-family: 'HelveticaInserat';}
.ban-dots span{float: left;font-size: 24px;color: #fff;}
.ban-dots i{font-style: normal;}
.ban-dots .flow{width: 163px;height: 2px;float: left;margin: 17px 10px 0;
    background-color: #fff;position: relative;
}
.ban-dots .flow:before{content: '';position: absolute;top: 0;bottom: 0;left: 0;
    width: 0;background-color: #F39800;
    animation: 5s .5s ease-out infinite forwards right-spin;
}
@-webkit-keyframes right-spin{
    from{width: 0%;}
    to{width: 100%;}
}

.ban{height: 500px;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;
}
.ban .tit{position: absolute;left: 90px;top: 50%;padding-bottom: 5px;
    font-size: 52px;color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ban .tit:after{content: '';position: absolute;left: 0;bottom: 0;
    width: 72px;height: 4px;
    background-color: #F39800;
}

.ban2{height: 696px;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;
}
.ban2 .tit{position: absolute;left: 240px;bottom: 40px;font-family: 'Helvetica-Black';
    font-size: 95px;line-height: 90px;color: #fff;
}

.ban3{height: calc( 100vh - 90px );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;
}
.ban3 .txt{position: absolute;left: 15px;right: 15px;top: 50%;z-index: 2;
    color: #fff;text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ban3 .tit{height: 75px;margin-bottom: 18px;}
.ban3 .txt-2 .tit{height: 81px;}
.ban3 .tit img{height: 100%;display: block;margin: 0 auto;}
.ban3 .lab{font-size: 28px;margin-bottom: 15px;font-weight: bold;text-transform: uppercase;
    text-shadow: 0px 2px 5px rgba(0,0,0,0.09);
}
.ban3 .desc{font-size: 24px;line-height: 32px;max-width: 860px;margin: 0 auto;
    text-shadow: 0px 2px 5px rgba(0,0,0,0.09);
}
.ban3 .b-pic{position: absolute;bottom: 0;left: 0;right: 0;height: 522px;}
.ban3 .b-pic img{height: 100%;display: block;margin: 0 auto;position: relative;}

.btn-down2{position: absolute;left: 50%;bottom: 55px;z-index: 2;
    width: 88px;height: 88px;margin-left: -44px;
    background: url(../images/i-12.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;
    animation: downico 2s linear infinite;
}
@keyframes downico{
    0%{
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    50%{
        -webkit-transform: translateY(30%);
        -moz-transform: translateY(30%);
        -o-transform: translateY(30%);
        -ms-transform: translateY(30%);
        transform: translateY(30%);
    }
    100%{
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}


/*******************************
  -------[=底部]-------
********************************/
.footer{color: #fff;position: relative;
    background-color: #000;
}
.go-top{position: absolute;top: 0;right: 54px;width: 50px;height: 50px;z-index: 3;
    background: #f39800 url(../images/i-top.png) no-repeat center;
    -o-background-size: 22px auto;
    -ms-background-size: 22px auto;
    -moz-background-size: 22px auto;
    -webkit-background-size: 22px auto;
    background-size: 22px auto;
}
.fd-con{overflow: hidden;padding: 92px 0 0;padding-bottom: 41px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.fd-l{float: left;width: 585px;}
.fd-logo{margin-bottom: 36px;}
.fd-logo img{display: block;height: 39px;}
.fd-desc{font-size: 20px;line-height: 1.6;margin-bottom: 27px;}
.fd-shre{overflow: hidden;}
.fd-shre a{float: left;width: 39px;height: 40px;margin-right: 24px;
    background-position: center;background-repeat: no-repeat;
    -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: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.fd-shre .i1{background-image: url(../images/i-s1.png);}
.fd-shre .i2{background-image: url(../images/i-s2.png);}
.fd-shre .i3{background-image: url(../images/i-s3.png);}
.fd-shre .i4{background-image: url(../images/i-s4.png);}
.fd-shre .i1:hover{background-image: url(../images/i-s1-on.png);}
.fd-shre .i2:hover{background-image: url(../images/i-s2-on.png);}
.fd-shre .i3:hover{background-image: url(../images/i-s3-on.png);}
.fd-shre .i4:hover{background-image: url(../images/i-s4-on.png);}
.fd-r{float: right;padding-top: 6px;}
.footer a{color: #fff;}
.footer a:hover{color: #F39800;text-decoration: underline;}
.fd-nv .tit{margin-bottom: 15px;}
.fd-nv .tit a{font-size: 26px;}
.fd-nv{overflow: hidden;}
.fd-nv li{float: left;margin-right: 140px;}
.fd-nv li a{display: block;line-height: 42px;font-size: 22px;}
.fd-nv li:last-child{margin-right: 0;}

.fd-bot{overflow: hidden;font-size: 16px;padding: 28px 0;}
.fd-bot .copy{float: left;}
.fd-bot .link{float: right;}

/*******************************
    -------[=正文]-------
********************************/




