/*-----------------[初始化]--------------*/
body{color: #444;font-size: 14px;line-height: 1.5;font-family:"微软雅黑","Microsoft Yahei";background-color: #fff;}
a{color: #444;}
a:hover{color: #f60;}
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: #444;
    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;
}
*{
    -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;
}
@font-face{
    font-family: 'BEBAS';
    src:url(../fonts/BEBAS__.TTF);
}

/*布局*/
.wp{width: 100%;max-width: 1200px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


/*******************************
  -------[=头部]-------
********************************/
.header-top{
    background-color: #333;
    line-height: 40px;
    overflow: hidden;
}
.header-top p{
    float: left;
    font-size: 14px;
    color:#999;
}
.hd-r{
    float: right;
    color:#999;
    margin-right: -12px;
    overflow: hidden;
}
.hd-r a{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color:#999;
    margin:0 11px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.hd-r a:hover{
    color:#1d70d6;
}
.header{
    background: url(../images/hd-bg1.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.header.on{
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.hd-top{
    padding:40px 0 32px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}
.logo{
    float: left;
    width: 392px;
    overflow: hidden;
}
.logo img{
    display: block;
}
.hd-tel{
    float: right;
    font-size: 22px;
    color:#1d70d6;
    font-style: italic;
    font-weight: bold;
    line-height: 26px;
    padding-left: 64px;
    background: url(../images/hd-tel.png) left center no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    padding-top: 2px;
}
.hd-tel span{
    display: block;
    font-size: 16px;
    color:#333;
    font-style: normal;
    font-weight: normal;
}
.nav{
    line-height: 58px;
    background: url(../images/g-bg4.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.nav:after{
    content: '';
    display: block;
    clear:both;
    width: 100%;
    height:0;
    visibility:hidden;
}
.nav li{
    float: left;
    width:12.5%;
    position: relative;
}
.nav li:after,.nav li:first-child:before{
    content: '';
    position: absolute;
    right:0;
    top:50%;
    width: 1px;
    height: 18px;
    margin-top: -9px;
    background: url(../images/hd-bg2.png) center center no-repeat;
}
.nav li:first-child:before{
    left:0;
}
.nav li > a{
    display: block;
    text-align: center;
    font-size: 14px;
    color:#555;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding:0 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.nav li.on > a,.nav li > a:hover{
    color:#02468d;
}
.sub{
    display: none;
    position: absolute;
    left:0;
    right:0;
    top:58px;
    background-color: #f0efef;
    box-shadow: 0 6px 10px rgba(0,0,0,0.3);
    padding:10px 0;
    z-index: 9;
}
.sub a{
    display: block;
    line-height: 34px;
    text-align: center;
    font-size: 13px;
    padding:0 10px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.sub a:hover{
    color:#02468d;
}
.nav li.show .sub{
    display: block;
}
/*******************************
    -------[=导航]-------
********************************/
.menuBtn{
    position: fixed;
    width: 26px;
    height: 26px;
    top: 16px;
    right:10px;
    display: none;
    cursor: pointer;
    z-index: 99;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{
    display: block;
    height: 3px;
    background-color: #165ba8;
    margin: 3px 0;
    border-radius: 3px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 0;top: 40%;width: 26px;}
.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{
    overflow: hidden;
}
.banner .item{
    outline:none;
}
.banner a{
    display: block;
    outline:none;
}
.banner img{
    display: block;
    width: 100%;
}
.banner .slick-dots{
    position: absolute;
    left:0;
    right:0;
    bottom:40px;
    text-align: center;
    font-size: 0;
}
.banner .slick-dots li{
    display: inline-block;
    vertical-align: middle;
    height: 5px;
    overflow: hidden;
}
.banner .slick-dots button{
    padding:0;
    width: 50px;
    height: 5px;
    background-color: #fff;
    outline:none;
    border:none;
    text-indent: -999px;
    margin:0 16px;
    cursor:pointer;
    overflow: hidden;
}
.banner .slick-active button{
    background-color: #1d70d6;
}
/*******************************
  -------[=底部]-------
********************************/
.footer{
    background-color: #1f1f1f;
}
.footer:after{
    content: '';
    display: block;
    clear:both;
    width: 100%;
    height:0;
    visibility:hidden;
}
.fd-link{
    border-bottom: 1px solid rgba(132,132,132,0.13);
    margin-bottom: 48px;
    padding-top: 2px;
    overflow: hidden;
}
.fd-link a{
    float: left;
    width:12.5%;
    font-size: 14px;
    color:#9b9b9b;
    line-height: 82px;
    text-align: center;
    position: relative;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.fd-link a:after,.fd-link a:first-child:before{
    content: '';
    position: absolute;
    right:0;
    top:50%;
    width: 1px;
    height: 18px;
    margin-top: -9px;
    background: url(../images/g-bg3.png) center center no-repeat;
}
.fd-link a:first-child:before{
    left:0;
}
.fd-link a:hover{
    color:#165ba8;
}
.fd-con{
    padding-bottom: 46px;
}
.fd-con:after{
    content: '';
    display: block;
    clear:both;
    width: 100%;
    height:0;
    visibility:hidden;
}
.fd-con .pic{
    float: left;
}
.fd-con .share:after{
    content: '';
    display: block;
    clear:both;
    width: 100%;
    height:0;
    visibility:hidden;
}
.fd-con .share a{
    float: left;
    width: 24px;
    height: 24px;
    margin:0;
    padding:0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.fd-con .share .it1{
    float: left;
    margin-left: 25px;
    position: relative;
}
.fd-con .share .wechat{
    background-image: url(../images/g-ic2-2.png);
}
.fd-con .share .info{
    background-image: url(../images/g-ic2-3.png);
}
.fd-con .share .bds_tsina{
    background-image: url(../images/g-ic2-1.png);
}
.fd-con .share .it1 .pic{
    display: none;
    position: absolute;
    left:50%;
    bottom:30px;
    width: 120px;
    height: 120px;
    margin-left: -60px;
    padding:2px;
    border:1px solid #999;
    z-index: 9;
}
.fd-con .share .it1 .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.fd-logo{
    width: 320px;
    margin-bottom: 26px;
}
.fd-logo img{
    display: block;
}
.fd-con .txt{
    float: right;
    font-size: 14px;
    color:#666;
    line-height: 30px;
    padding-top: 4px;
}
.fd-con .txt .it1{
    float: left;
    min-width: 272px;
}
.fd-con .txt .it1+.it1{
    margin-left: 128px;
}
.fd-copy{
    background-color: #242424;
    font-size: 12px;
    color:#515151;
    text-align: center;
    line-height: 70px;
}
.fd-copy a{
    color:#515151;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.fd-copy a:hover{
    color:#165ba8;
}