﻿
/*-----------------[初始化]--------------*/
body{color: #333;font-size: 12px;line-height: 1.5;font-family:"sour-r","微软雅黑","Microsoft Yahei";}
a{color: #333;}
a:hover{color: #308fe5;}
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:"sour-r","微软雅黑","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;}
video::-internal-media-controls-download-button {
  display:none;
}

video::-webkit-media-controls-enclosure {
  overflow:hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}
.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
@font-face{
    font-family: 'sour-L';
    src: url('../fonts/SourceHanSansCN-Light.otf');
}
@font-face{
    font-family: 'sour-r';
    src: url('../fonts/SourceHanSansCN-Regular.otf');
}
@font-face{
    font-family: 'Helvet';
    src: url('../fonts/Helvetica-Roman.ttf');
}

*{
    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;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


/*******************************
  -------[=头部]-------
********************************/
.header{position: absolute;top: 0;left: 0;right: 0;z-index: 103;
    padding: 0 64px 0 22px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.logo{float: left;line-height: 115px;}
.logo img{display: inline-block;vertical-align: middle;}
.header .hdr{float: right;}
.nav{float: left;}
.nav li{float: left;padding: 0 15px;position: relative;}
.nav .v1{font-size: 18px;color: #fff;display: block;line-height: 115px;
    position: relative;
    padding: 0 5px;
}
.nav li:before{content: '';position: absolute;top: 50%;right: 0;
    width: 1px;height: 16px;margin-top: -8px;
    background-color: rgba(255,255,255,.2);
}
.nav li:last-child:before{display: none;}
.nav .v1:after{content: '';position: absolute;bottom: -2px;left: 50%;right: 50%;
    height: 3px;background-color: #d82423;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.nav li:hover .v1:after,.nav li.on .v1:after{left: 0;right: 0;}
.btn-login{float: left;width: 168px;height: 48px;text-align: center;
    line-height: 48px;color: #fff;font-size: 16px;
    border-radius: 48px;margin-left: 80px;margin-top: 34px;
    background-color: #308fe5;
}
.btn-login:before{content: '';display: inline-block;vertical-align: middle;
    width: 20px;height: 20px;margin-right: 10px;position: relative;top: -1px;
    background: url(../images/i-01.png) no-repeat center;
}
.btn-login:hover{color: #fff;opacity: .8;}          












/*******************************
    -------[=导航]-------
********************************/
.menuBtn{position: relative;z-index: 9;display: none;float: right;
    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: #004a84;
    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: 10px;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{}
.banner .slick-slider,.banner .slick-list,.banner .slick-track,.banner .slick-slide{height: 100%;}
.banner .slick-slide a{outline: 0;position: relative;display: block;padding-top: 44%;
    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 .slick-dots{position: absolute;left: 0;bottom: 50px;width: 100%;text-align: center;z-index: 99;}
.banner .slick-dots li{display: inline-block;margin: 0 5px;}
.banner .slick-dots li button{display: block;width: 100px;height: 2px;padding: 0;
    font-size: 0;line-height: 0;text-indent: 999px;background-color: rgba(255,255,255,.5);
    border: 0;cursor: pointer;
}
.banner .slick-dots li.slick-active button{background-color: #fff;}

.banner .txt{position: absolute;top: 50%;left: 50%;width: 100%;
    max-width: 1190px;font-family: 'sour-L';
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.banner .txt h2{font-size: 76px;font-weight: normal;color: #fff;margin-bottom: 18px;}
.banner .txt .desc{font-size: 16px;line-height: 29px;max-width: 730px;
    color: rgba(255,255,255,.68);margin-bottom: 90px;
}
.banner .btn{width: 168px;height: 48px;display: block;line-height: 46px;text-align: center;
    border-radius: 48px;border: 1px solid #fff;color: #fff;
    font-size: 16px;background-color: transparent;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.banner .btn:hover{background-color: rgba(0,0,0,.2);}
.banner .txt2 .desc{max-width: 540px;}

.ban{height: 563px;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;top: 50%;left: 0;right: 0;text-align: center;
    color: #fff;
}
.ban .tit h2{font-size: 48px;line-height: 1.2;}
.ban .tit span{font-size: 18px;text-transform: uppercase;}


/*******************************
  -------[=底部]-------
********************************/
.footer{
    background: #0c3371 url(../images/bg-map.png) no-repeat top 25px right 370px;
}
.fd-con{overflow: hidden;padding-top: 71px;padding-bottom: 102px;}
.fd-nv{float: left;height: 187px;
    border-right: 1px solid rgba(255,255,255,.2);
}
.fd-nv dl{float: left;margin-right: 40px;}
.fd-nv dt{margin-bottom: 13px;}
.fd-nv dt a{font-size: 20px;color: #fff;}
.fd-nv dd a{display: block;font-size: 14px;color: rgba(255,255,255,.7);
    line-height: 30px;
}
.fd-nv dd a:hover{color: #fff;}
.fd-tel{float: left;padding-left: 44px;color: #fff;max-width: 320px;}
.fd-tel .tel{margin-bottom: 14px;}
.fd-tel .tel span{font-size: 16px;display: block;margin-bottom: 10px;}
.fd-tel .tel p{font-size: 22px;font-weight: bold;font-family: arial;padding-left: 38px;
    background: url(../images/i-12.png) no-repeat left center;
}
.fd-tel .desc{font-size: 14px;line-height: 2;}

.fd-qr{float: right;width: 155px;font-size: 0;text-align: center;padding-top: 147px;position: relative;}
.fd-qr .ico{width: 39px;height: 39px;display: inline-block;vertical-align: middle;
    background-position: center;background-repeat: no-repeat;
    background-color: rgba(255,255,255,.2);border-radius: 50%;
    margin: 0 5px;
}
.fd-qr .weix{background-image: url(../images/i-13.png);}
.fd-qr .sina{position: relative;z-index: 3;background-image: url(../images/i-14.png);}
.fd-qr .pic{width: 152px;position: absolute;bottom: 48px;left: 50%;display: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*.fd-qr .ico:hover .pic{display: block;}*/
.fd-qr .weix .pic{display: block;}
.fd-qr .ico:hover{background-color: #1da0d7;}
.fd-copy{overflow: hidden;height: 84px;line-height: 83px;border-top: 1px solid rgba(255,255,255,.2);
    font-size: 14px;color: #fff;
}
.fd-copy a{color: #fff;}
.fd-copy a:hover{opacity: .5;}
.fd-copy .copy{float: left;}
.fd-copy .link{float: right;}

/*******************************
    -------[=正文]-------
********************************/

.fix-right{position: fixed;right: 0;bottom: 30%;z-index: 1024;
    background-color: #0c3b85;
}
.fix-right li{border-bottom: 1px solid rgba(255,255,255,.2);}
.fix-right .con{display: block;height: 53px;width: 57px;
    position: relative;background-color: #0c3b85;
}
.fix-right .ico{display: block;height: 100%;z-index: 3;position: relative;
    background-position: center center;background-repeat: no-repeat;
    background-color: #0c3b85;
}
.fix-right .tel .ico{background-image: url(../images/i-e1.png);}
.fix-right .qr .ico{background-image: url(../images/i-e2.png);}
.fix-right .top .ico{background-image: url(../images/i-e3.png);}
.fix-right .top{border-bottom: 0;position: relative;z-index: 12;}
.fix-right .txt-t{width: 188px;position: absolute;top: 0;bottom: 0;right: -131px;
    background-color: #174082;font-size: 22px;color: #fff;line-height: 56px;
    font-family: 'arial';text-align: center;z-index: -1;opacity: 0
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fix-right .pic{width: 140px;height: 140px;padding: 10px;
    background-color: #174082;z-index: 3;z-index: -1;opacity: 0;
    position: absolute;top: 0;right: -83px;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fix-right .pic img{width: 100%;height: 100%;display: block;}
.fix-right .con:hover .ico{background-color: #d82423;}
.fix-right .con:hover .txt-t,.fix-right .con:hover .pic{right: 58px;z-index: 2;opacity: 1;}


.bd_weixin_popup{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}
