﻿html{position: relative;overflow-x: hidden;}
/*-----------------[初始化]--------------*/
body{color: #333;font-size: 12px;line-height: 1.5;
    font-family:"微软雅黑","Microsoft Yahei";
    overflow-x: hidden;
}
a{color: #333;}
a:hover{color: #BC1117;}
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;}

*,*:after,*:before{outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
    font-family: 'SourceHanSerifCN-Bold';
    src: url('../fonts/SourceHanSerifCN-Bold.otf');
}
@font-face {
    font-family: 'MicrosoftYaHeiLight';
    src: url('../fonts/MicrosoftYaHeiLight.ttf');
}
.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

/*布局*/
.wp{width: 100%;max-width: 1400px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


/*******************************
  -------[=头部]-------
********************************/
.header{position: relative;z-index: 109;
    background: url(../images/hd-bg.jpg) no-repeat center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.header.fixed{position: fixed;top: 0;left: 0;right: 0;
    top: -119px;
}
.hd{overflow: hidden;}
.hd .wp{position: relative;overflow: hidden;}
.logo{float: left;line-height: 119px;font-size: 0;}
.logo img{display: inline-block;vertical-align: middle;height: 94px;}

#effect{font-size: 40px;color: #BC1117 !important;position: absolute;right: 0;top: 0;
    font-family: 'SourceHanSerifCN-Bold';top: 50%;width: 380px;line-height: 119px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav{height: 60px;*zoom:1;
    background-color: #BC1117;
}
.nav:after,.nav:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.nav ul{float: left;}
.nav li{float: left;}
.nav li .v1{display: block;line-height: 52px;height: 56px;font-size: 18px;
    color: #fff;margin-top: 4px;padding: 0 22px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.nav .wp{position: relative;}
.nav li:hover .v1,.nav li.on .v1{background-color: #fff;color: #BC1117;}

.so-btn{float: right;width: 60px;height: 60px;cursor: pointer;
    background: url(../images/i-so.png) no-repeat center;
    -o-background-size: 19px auto;
    -ms-background-size: 19px auto;
    -moz-background-size: 19px auto;
    -webkit-background-size: 19px auto;
    background-size: 19px auto;
}
.so{position: absolute;top: 70px;right: 0px;display: none;}
.so .inp{width: 250px;height: 45px;display: block;font-size: 16px;color: #fff;
    border-radius: 23px;border: 0;padding: 0 50px 0 15px;
    background-color: rgba(0,0,0,.5);
}
.so .btn{position: absolute;right: 0;top: 0;width: 45px;height: 45px;
    border: 0;cursor: pointer;
    background: url(../images/i-so.png) no-repeat center;
}
.so .inp::-webkit-input-placeholder {color: #fff;}
.so .inp::-moz-placeholder {color: #fff; }
.so .inp::-ms-input-placeholder {color: #fff;}

/*******************************
    -------[=导航]-------
********************************/
.menuBtn{position: relative;z-index: 9;display: none;float: right;margin-top: 5px;margin-right: -5px;
    width: 40px;height: 40px;padding: 7px;cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 3px;background-color: #BC1117;
    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 .slick-slide .con{outline: 0;position: relative;display: block;height: 750px;
    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 .wp{position: relative;height: 100%;}
.banner .txt{position: absolute;left: 0;top: 45%;line-height: 1.3;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner .play{width: 100px;height: 100px;display: block;border-radius: 50%;margin-bottom: 38px;
    background: rgba(0,0,0,.2) url(../images/i-01.png) no-repeat center;
    -o-background-size: 25px auto;
    -ms-background-size: 25px auto;
    -moz-background-size: 25px auto;
    -webkit-background-size: 25px auto;
    background-size: 25px auto;
}
.banner .txt .en{font-size: 56px;text-transform: uppercase;font-weight: bold;display: block;margin-bottom: 5px;}
.banner .txt h2{font-family: 'MicrosoftYaHeiLight';font-size: 50px;font-weight: normal;}
.banner .slick-arrow{position: absolute;top: 50%;overflow: hidden;
    width: 66px;height: 66px;font-size: 0;line-height: 0;z-index: 3;
    border: 1px solid rgba(255,255,255,.68);cursor: pointer;
    background-repeat: no-repeat;background-color: transparent;
    background-position: center center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner .slick-prev{left: 79px;background-image: url(../images/i-02.png);}
.banner .slick-next{right: 79px;background-image: url(../images/i-03.png);}
.banner .slick-arrow:hover{background-color: #BC1117;border-color: #BC1117;}

.banner .slick-dots{position: absolute;left: 0;bottom: 48px;width: 100%;font-size: 0;text-align: center;z-index: 99;}
.banner .slick-dots li{display: inline-block;margin: 0 6px;}
.banner .slick-dots li button{display: block;width: 80px;height: 2px;padding: 0;cursor: pointer;
    font-size: 0;line-height: 0;text-indent: 9999px;border: 0;
    background-color: #fff;opacity: .5;
}
.banner .slick-dots li.slick-active button{opacity: 1;}

.ban{height: 380px;
    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 .wp{position: relative;height: 100%;}
.g-t2{position: absolute;left: 0;bottom: 63px;font-size: 50px;font-weight: normal;color: #fff;}
.cur{position: absolute;right: 0;bottom: 32px;font-size: 16px;color: #fff;}
.cur a{color: #fff;}
.cur a:hover{opacity: .8;}




/*******************************
  -------[=底部]-------
********************************/
.footer{overflow: hidden;padding: 57px 0 0;
    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-l{overflow: hidden;}
.fd-con{overflow: hidden;padding-bottom: 40px;border-bottom: 1px solid rgba(255,255,255,.2);}
.fd-qr{float: right;text-align: center;margin-left: 210px;}
.fd-qr .pic{width: 119px;margin-bottom: 12px;}
.fd-qr .pic img{width: 100%;display: block;}
.fd-qr span{font-size: 16px;color: #fff;opacity: .3;}
.fd-logo{float: left;font-size: 26px;line-height: 34px;font-weight: bold;}
.fd-logo a{color: #fff;}
.fd-adds{float: right;font-size: 16px;line-height: 2;color: #fff;opacity: .68;}
.fd-adds .item{float: left;margin-left: 132px;}
.fd-bot{line-height: 82px;overflow: hidden;font-size: 16px;color: rgba(255,255,255,.3);}
.fd-bot .copy{float: left;}
.fd-bot a{color: rgba(255,255,255,.3);}
.fd-bot .a-contant{color: rgba(255,255,255,.68);margin-right: 22px;}
.fd-bot .link{color: rgba(255,255,255,.3);float: right;}
.fd-bot a:hover,.fd-bot .a-contant:hover{color: #fff;}
/*******************************
    -------[=正文]-------
********************************/
.pop-video{position:fixed;top:0;bottom:0;left:0;right:0;z-index:1024;display: none;}
.pop-bg{position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.7)}
.pop-video .cont{width:660px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.pop-video .close{position:absolute;right:-20px;top:-20px;z-index:3;width:46px;height:46px;border-radius:50%;cursor:pointer;background:url(../images/close.png) center no-repeat #000;-o-background-size:24px auto;-ms-background-size:24px auto;-moz-background-size:24px auto;-webkit-background-size:24px auto;background-size:24px auto;transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;-o-transition:.5s}
.pop-video .video video{width:100%;background-color:#000}
.pop-video .close:hover{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}

.bd_weixin_popup {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}


