﻿@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../fonts/SourceHanSansCN-Regular.eot");
    src: url("../fonts/SourceHanSansCN-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
    url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
    url("../fonts/SourceHanSansCN-Regular.svg#SourceHanSansCN-Regular") format("svg");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "OPPOSans-B";
    src:url(../fonts/OPPOSans-B.ttf);
}

/*-----------------[初始化]--------------*/
html{position: relative;overflow-x: hidden;}
body{color: #333;font-size: 12px;line-height: 1.5;font-family:"SourceHanSansCN-Regular" !important;
    overflow-x: hidden;
}
a{color: #333;}
a:hover{color: #2D56AF;}
img{max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
input,textarea,select,button{font-size: 12px;color: #333;
    font-family:"SourceHanSansCN-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: 1440px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


/*******************************
  -------[=头部]-------
********************************/
.header{position: absolute;top: 38px;left: 0;right: 0;z-index: 109;}
.logo{float: left;}
.logo img{display: block;height: 62px;}
.hdr{float: right;position: relative;}
.nav{float: left;}
.nav li{float: left;margin-right: 34px;}
.nav li .v1{font-size: 18px;color: #fff;display: block;line-height: 62px;position: relative;}
.nav li .v1:after{content: '';position: absolute;left: 50%;right: 50%;bottom: 0;height: 4px;
    background-color: #fff;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.nav li.on .v1:after,.nav li:hover .v1:after{left: 0;right: 0;}
.so-btn{float: left;width: 40px;height: 40px;cursor: pointer;margin-top: 11px;margin-left: 10px;
    background: url(../images/i-so.png) no-repeat center;
    -o-background-size: 21px auto;
    -ms-background-size: 21px auto;
    -moz-background-size: 21px auto;
    -webkit-background-size: 21px auto;
    background-size: 21px auto;
}
.lang{float: right;width: 40px;height: 40px;cursor: pointer;margin-top: 11px;margin-left: 18px;
    background: url(../images/i-16.png) no-repeat center;
    -o-background-size: 21px auto;
    -ms-background-size: 21px auto;
    -moz-background-size: 21px auto;
    -webkit-background-size: 21px auto;
    background-size: 21px auto;
}
.so{position: absolute;right: 55px;top: 100%;width: 250px;display: none;}
.so .inp{display: block;width: 100%;height: 45px;border: 0;cursor: pointer;
    border: 1px solid #fff;border-radius: 25px;background-color: transparent;
    font-size: 16px;padding: 0 45px 0 15px;color: #fff;
}
.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;
    -o-background-size: 21px auto;
    -ms-background-size: 21px auto;
    -moz-background-size: 21px auto;
    -webkit-background-size: 21px auto;
    background-size: 21px auto;
}




/*******************************
    -------[=导航]-------
********************************/
.menuBtn{position: relative;z-index: 9;display: none;float: right;margin-top: 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: #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:after{content: '';position: absolute;top: 0;left: 0;right: 0;height: 150px;z-index: 2;
    background: linear-gradient(180deg, rgba(0, 122, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.banner{position: relative;}
.banner .swiper-slide{height: 100vh;}
.banner .video{position: absolute;top: 50%;left: 50%;width: 100%;height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
}
.banner .video video,.banner .video source{display: block;width: 100%;height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.banner .bg{height: 100%;
    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 .swiper-pagination{position: absolute;left: 0;right: 0;bottom: 40px !important;z-index: 2;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 12px;height: 12px;
    margin: 0 8px !important;border-radius: 0;width: 30px;height: 4px;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #2D56AF;width: 50px;
}

/*******************************
  -------[=底部]-------
********************************/
.footer{
    background-color: #606364;
}
.fd-top{overflow: hidden;padding: 52px 0 32px;border-bottom: 1px solid rgba(255,255,255,.1);
    margin-bottom: 42px;
}
.fd-logo{float: left;}
.fd-logo img{display: block;height: 71px;}
.fd-tel{float: right;font-size: 22px;color: rgba(255,255,255,.6);line-height: 71px;}
.fd-tel span{font-size: 38px;color: #fff;}

.fd-nv{margin-bottom: 52px;
    display: flex;
    justify-content: space-between;
}
.fd-nv dt{margin-bottom: 16px;}
.fd-nv dt a{font-size: 18px;color: #fff;font-weight: bold;}
.fd-nv dd a{display: block;font-size: 14px;line-height: 26px;color: rgba(255,255,255,.6);
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fd-nv dd a:hover,.fd-copy a{color: #fff;}
.fd-bot{line-height: 80px;
    background-color: #5c5f60;*zoom:1;
}
.fd-bot:after,.fd-bot:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.fd-copy{float: left;font-size: 16px;color: rgba(255,255,255,.5);}
.fd-copy a{color: rgba(255,255,255,.5);}
.fd-share{float: right;margin-top: 22px;}
.fd-share .item{float: left;margin-left: 21px;position: relative;}
.fd-share .qr{position: absolute;left: 50%;bottom: 100%;width: 120px;padding-bottom: 15px;display: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.fd-share .qr img{width: 100%;display: block;}
.fd-share .ico{display: block;width: 36px;height: 36px;border-radius: 50%;
    background-color: rgba(255,255,255,.3);opacity: .3;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fd-share .weix .ico{background-image: url(../images/i-17.png);}
.fd-share .sina .ico{background-image: url(../images/i-18.png);}
.fd-share .item:hover .ico{opacity: 1;}
.fd-share .item:hover .qr{display: block;}
.fd-share .btn{float: left;padding: 0 20px;height: 36px;line-height: 36px;border-radius: 5px;
    font-size: 16px;color: #fff;
    background-color: rgba(255,255,255,.1);
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fd-share .btn:hover{background-color: rgba(255,255,255,.3);}
/*******************************
    -------[=正文]-------
********************************/
.bd_weixin_popup{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

.fix-qr{position: fixed;right: 20px;top: 50%;width: 150px;z-index: 108;
    background-color: #fff;padding-bottom: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fix-qr .pic img{width: 100%;display: block;}
.fix-qr .tit{font-size: 14px;color: #2D56AF;padding-left: 10px;}
.fix-qr .tips{font-size: 14px;color: #000;padding-left: 10px;}
.fix-qr .close{position: absolute;top: -12px;right: -12px;width: 24px;height: 24px;
    border-radius: 50%;cursor: pointer;
    background: #2D56AF url(../images/close.svg) no-repeat center;
    -o-background-size: 12px auto;
    -ms-background-size: 12px auto;
    -moz-background-size: 12px auto;
    -webkit-background-size: 12px auto;
    background-size: 12px auto;
}