@charset "utf-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
}

@media (max-width: 380px) {
    html {
        font-size:56.3%; /* 10÷16=62.5% */
    }
}
@media (max-width: 321px) {
    html {
        font-size:50%; /* 10÷16=62.5% */
    }
}

/* 去除iPhone中默认的input样式 */
input[type=text],input[type=number],input[type=tel],input[type=search],input[type=email],input[type=date],input[type=month],input[type=password],select,textarea{ -webkit-appearance:none; appearance:none; resize: none;border: none;background: none;}
/* 去除数字input中的上下箭头 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
/* 取消链接高亮  */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input[type=text],input[type=number],input[type=tel],input[type=search],input[type=email],input[type=date],input[type=password],textarea,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article,
aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
    font-family: Microsoft YaHei,Tahoma,Arial,Roboto,"Droid Sans","Helvetica Neue","Droid Sans Fallback","Heiti SC",sans-self;
    list-style:none;
    -webkit-appearance:none;
    outline:none;
    word-wrap:break-word;
    word-break:break-all;}
/* 设置HTML5元素为块 */
article, aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section {
    display: block;
}
/* 图片自适应 */
img {
    height: auto;
    width:auto\9; /* ie8 */
    -ms-interpolation-mode:bicubic;/*为了照顾ie图片缩放失真*/
}
*:focus {
    outline:none;
}
/* 清零 */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article,
aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section{margin:0; padding:0;}

.clearfix:after{content:""; display:block; visibility:hidden; height:0; clear:both;}
.clearfix{zoom:1;}
a{text-decoration:none; color:#969696;}
a:hover{color:#969696; text-decoration:none;}
ul,ol,li{list-style:none;}

fieldset,img{border: none;}
table {
    border-collapse:collapse;
    border-spacing:0;
}
caption, th {
    text-align:left;
}

input:password {
    ime-mode:disabled;
}
*{box-sizing:border-box;}
.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 1;
    box-orient: vertical;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 2;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.centerboth {
    display:flex;
    display: -webkit-flex;
    align-items:center;
    -webkit-align-items:center;
    justify-content: center;
    -webkit-justify-content: center;
}
html,body {
    width: 100%;
    height: 100%;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide a {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper-slide a img {
    min-height: 100%;
}
.topbanner {
    width: 100%;
    height: 100%;
}


.bncontant {
    text-align: center;
    padding: 100px 0;
}


.footdiv {
    background: #F5F6F5;
    padding: 30px 0;
    text-align: center;
}
.footdiv p {
    font-size: 14px;
    color: #363636;
    line-height: 160%;
}

.footdiv p:last-child {
    margin-top: 10px;
}



.bncontant .contantbx {
    opacity: 0;
    transition: all 1.8s;
    -webkit-transition: all 1.8s;
}

.bncontant.played .contantbx {
    opacity: 1;
    transition: all 1.8s;
    -webkit-transition: all 1.8s;
}


.navhead {
    width: 100%;
    height: 65px;
    background: rgba(255,255,255,0.99);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.contantbx {
    width: 1200px;
    margin: 0 auto;
}
.logo {
    display: inline-block;
    line-height: 65px;
}
.logo a {
    color: #333333;
}

.navli {
    display: inline-block;
    float: right;
    text-align: right;
}
.navli a {
    color: #333333;
    font-size: 14px;
    padding: 0 25px;
    line-height: 65px;
    display: inline-block;
}
.navli li {
    display: inline-block;
}
.navli .loginlink a{
    line-height: 30px;
    border: 1px solid #436BE5;
    border-radius: 35px;
}

.navli .zhucelink a{
    line-height: 30px;
    border: 1px solid #436BE5;
    border-radius: 35px;
}

.navli .zhucelink {
    margin-left: 20px;
}
.navli .zhucelink a:hover {
    background: #436BE5;
    color: #ffffff;
}

.navli .loginlink a:hover {
    background: #436BE5;
    color: #ffffff;
}

.titbx {
    font-size: 28px;
    color: #333333;
    font-weight: normal;
}
.abus {
    padding-top: 40px;
}

.abus li {
    width: 20%;
    float: left;
    padding: 0 10px;
}
.bgcbanc {
    background: #F4F4F4;
}
.abus li a {
    display: block;
    width: 100%;
    padding: 60px 0;
    background: #ffffff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.abus li a img {
    width: 80px;
    text-align: center;
}

.abus li a:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.abus li a p {
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
}
.bgimg {
    height: 800px;
}
.bgimg {
    background: url("../images/bnr1.png") no-repeat center;
    background-size: cover;
}

.bgimg .fkw_content {
}

.bgimg .titbx {
    color: #ffffff;
}
.fkw_content {
    color: #ffffff;
    width: 50%;
    text-align: center;
    font-size: 16px;
    line-height: 180%;
    padding-top: 100px;
}

.fkw_content p {
    margin-top: 30px;
    opacity: 0.8;
}
.logo img {
    height: 50px;
    margin-top: 8px;
}
.youqing b,.youqing a {
    display: inline-block;
    font-size: 14px;
    color: #666666;
    padding: 10px 10px;
    font-weight: normal;
}
.youqing a:hover {
    text-decoration: underline;
}
.pdntp {
    padding-top: 65px;
}


.bgcolor {
    background: #f5f5f5;
}

.detailbox {
    width: 1200px;
    background: #ffffff;
    padding: 25px;
    margin: 30px auto;
}

.dttitle {
    padding: 15px 0;
    border-bottom: 1px dashed #E0E0E0;
    text-align: center;
}

.dttitle h2 {
    font-size: 16px;
    color: #363636;
    margin-bottom: 15px;
    line-height: 160%;
}

.dttitle p {
    font-size: 14px;
    color: #999999;
    line-height: 160%;
}
.fuweb {
    padding: 20px 0;
}


