
@media(min-width:1200px){
::-webkit-scrollbar{width:8px; height:8px; background:#fff;}
::-webkit-scrollbar-thumb{background:#00a5eb;}
::-webkit-scrollbar-track-piece{width:8px; height:8px;}
}

*,
*:before,
*:after{box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box;}
*{outline:none; font-family:Arial, Helvetica, Microsoft YaHei;}
*[hide]{display:none;}
*::-webkit-input-placeholder{color:#151515; opacity:.68;}
*::-moz-input-placeholder{color:#151515; opacity:.68;}
*::-ms-input-placeholder{color:#151515; opacity:.68;}

html,body{margin:0; width:100%; min-height:100%; word-wrap:break-word; word-break:break-all; 
background:#fff; font-size:14px; font-weight:400; color:#151515;}

dir,ul,ol,li{margin:0; padding:0; list-style:none;}
form{margin:0; padding:0;}
p,dl,dt,dd{margin:0; padding:0;}

img{border:none;}
p>img{max-width:100%;}
ins{text-decoration:none;}
a{text-decoration:none; color:#151515; transition:.3s;}
a:hover{color:#00a5eb;}
a[button="button"]{display:inline-block; padding:4px 18px; border-radius:4px; background:#00a5eb; color:#fff;}
a[button="button"] *{cursor:pointer;}
a[button="button"]:hover{opacity:.8; box-shadow:0 0 5px rgba(0,0,0,0.1);}
@media(max-width:767px){
a[button="button"]{padding:2px 12px; border-radius:2px;}
}

h1,h2,h3,h4,h5,h6{margin:0; padding:0; font-weight:400;}
h1{font-size:28px;}
h2{font-size:21px;}
h3{font-size:16px;}
h4{font-size:15px;}
h5{font-size:13px;}
h6{font-size:12px;}

table,tbody{width:100%; border-collapse:collapse;}
tr{background:#fff; transition:.3s;}
tr:hover{background:#f8f8f8;}
th{background:#fcfcfc;}
th,td{border:1px solid #f0f0f0; padding:8px; text-align:left;}

section{display:block;}

article{display:block; max-width:100%; margin:0 auto;}
article:after{display:block; content:''; clear:both;}
article iframe,
article video,
article img{max-width:100%;}
@media(min-width:1200px){
article{padding:0 28px; width:1388px;}
}
@media(max-width:1199px){
article{padding:0 18px;}
}
@media(max-width:767px){
article{padding:0 8px;}
}

aside iframe,
aside video,
aside img{max-width:100%;}
aside:after{display:block; content:''; clear:both;}

dir{display:block;}
dir>ol{margin:0 -4px; text-align:center; font-size:0;}
dir>ol>li{display:inline-block; margin:4px;}
dir>ol>li>a{display:block; padding:2px 8px; border-radius:3px; border:1px solid #f0f0f0; font-size:14px;}
dir>ol>li>a.on,
dir>ol>li>a:hover{background:#00a5eb; border-color:#00a5eb; color:#fff;}
dir>ol>li>a.on,
dir>ol>li>a.no{cursor:no-drop;}
@media(max-width:767px){
dir>ol{margin:-3px;}
dir>ol>li{display:inline-block; margin:3px;}
dir>ol>li>a{display:block; padding:0 8px; border-radius:2px;}
}


select,
textarea,
input[type=file],
input[type=text],
input[type=password],
input[type=number],
input[type=tel],
input[type=email]{display:block; width:100%; margin:0; transition:.3s;  padding:8px 12px; border-radius:3px; 
background:#fff; border:1px solid #e8e8e8; line-height:1.75; height:42.5px; font-size:14px;}
select[multiple],
textarea{height:116px;}
select:hover,
textarea:hover,
input[type]:hover,
div.file_input>input[type=file]:hover+input[type=text],
select:focus,
textarea:focus,
input[type]:focus,
div.file_input>input[type=file]:focus+input[type=text]{box-shadow:0 0 8px rgba(0,0,0,.08);}

h6.alert{position:fixed; top:0; left:0; right:0; z-index:8888888; opacity:0; user-select:none; pointer-events:none; text-align:center; background:none !important;}
h6.alert.on{top:20px; opacity:1; transition:0.3s;}
h6.alert>b{display:inline-block; font-weight:normal; position:relative; padding:13px 20px 13px 48px; text-align:left; max-width:500px; background:#fff; border:1px solid #e4e7ed; box-shadow:0 0 12px rgba(0,0,0,.12); border-radius:6px; font-size:14px; line-height:22px; }
h6.alert>b:before{position:absolute; top:14px; left:16px; font-family:'FontAwesome'; content:"\f128"; width:20px; height:20px; border-radius:50%; line-height:20px; text-align:center; background:#d8d8d8; color:#fff;}
h6.alert.red>b:before{background:#fd4e5e; content:"\f12a";}
h6.alert.green>b:before{background:#13ce67; content:"\f00c";}
h6.alert.brown>b:before{background:#a5692d; content:"\f129";}
h6.alert.yellow>b:before{background:#ffd700; content:"\f129";} 
h6.alert.blue>b:before{background:#1880ff; content:"\f00c";}
h6.alert.gold>b:before{background:#edc86c; content:"\f129";}
@media(max-width:767px){
h6.alert>b{max-width:100%;}
}

dl.form8 input[name^="params"][type="file"]{opacity:0;}
div.file_input{display:block; position:relative;}
div.file_input>input[type=file]{position:absolute; z-index:2; top:0; left:0; height:100%; opacity:0; cursor:pointer;}
div.file_input>input[type=text]{padding-left:60px; cursor:pointer;}
div.file_input>i{position:absolute; z-index:1; background:#f8f8f8; cursor:pointer; border-right:1px solid #e8e8e8; top:1px; left:1px; bottom:1px; text-align:center; width:48px; font-size:16px;}
div.file_input>i:before{position:absolute; top:50%; left:0; right:0; line-height:16px; margin-top:-8px;}
code.tights>select+select{margin-top:2px;}
div[comment]{background:#fff;}
div[comment] div{display:block;}
div[comment] div>textarea{display:block; border:1px solid #b8b8b8; height:88px;}
div[comment] div>p{margin-top:18px;}
div[comment] div>p>button{cursor:pointer; border:none; color:#fff; line-height:28px; padding:2px 18px 0 18px; border-radius:18px; background:#585858; transition:.3s;}
div[comment] div>p>button:hover{background:;}
div[comment] div>p>label{cursor:pointer; padding-left:8px; display:inline-block; line-height:30px; color:#282828;}
div[comment] ul{display:block; list-style:none; background:#fff; margin-top:22px;}
div[comment]>ul{margin-top:32px;}
div[comment] ul>li{display:block; list-style:none; position:relative; margin-top:18px;}
div[comment]>ul>li{margin-top:28px;}
div[comment] ul>li:first-child{margin-top:0;}
div[comment] ul>li>img{display:block; position:absolute; left:0; top:0; width:30px; height:30px; border-radius:50%;}
div[comment]>ul>li>img{width:36px; height:36px;}
div[comment] ul>li>dl{padding:0 0 0 42px;}
div[comment]>ul>li>dl{padding:0 0 0 48px;}
div[comment] ul>li>dl>dt:after{display:block; content:''; clear:both;}
div[comment] ul>li>dl>dt>b{float:left; font-size:15px; line-height:24px; color:#383838;}
div[comment]>ul>li>dl>dt>b{line-height:28px;}
div[comment] ul>li>dl>a{color:#000; display:inline-block; margin:8px 0 0 42px; cursor:pointer;}
div[comment] ul>li>dl>a:hover{color:;}
div[comment] ul>li>dl>a>i{padding-left:4px; line-height:inherit;}
div[comment] ul>li>dl>p{font-size:15px; line-height:25px; margin:4px 0 6px 0; color:#181818;}
div[comment]>ul>li>dl>p{font-size:16px; line-height:28px; margin:6px 0 8px 0;}
div[comment] ul>li>dl>p>a{color:#686868;}
div[comment] ul>li>dl>dd{display:block;}
div[comment] ul>li>dl>dd>a[like]{font-size:15px; line-height:26px; color:#585858; cursor:pointer; line-height:28px; margin-left:8px;}
div[comment] ul>li>dl>dd>a[like]:before{padding-right:2px;}
div[comment] ul>li>dl>dd>a[reply]{display:inline-block; font-size:14px; padding:0 8px; line-height:26px; cursor:pointer; background:#f8f8f8; color:#282828; border-radius:18px; margin-left:8px;}
div[comment] ul>li>dl>dd>a[reply]:before{margin-right:4px;}
div[comment] ul>li>dl>dd>a[reply].on,
div[comment] ul>li>dl>dd>a[reply]:hover{color:;}
div[comment] ul>li>dl>dd>i{font-style:normal; font-size:14px; color:#888; line-height:26px;}
div[comment] ul>li>dl>div{margin:14px 0;}
div[comment] ul>li>dl>div>textarea{height:68px;}
div[comment] ul>li>dl>div>p{margin-top:12px;}
div[comment] ul>li>dl>div>p>button{line-height:24px; padding:2px 14px 0 14px;}
div[comment] ul>li>dl>div>p>button:hover{background:;} 
div[comment] ul>li>dl>div>p>label{line-height:26px;}
div[comment]>a{display:block; background:#f8f8f8; margin-top:32px; line-height:38px; text-align:center; border-radius:3px; cursor:pointer; color:#585858;}
div[comment]>a>i{line-height:inherit;}
div[comment]>a:hover{color:;}
@media(max-width:767px){
div[comment] ul{margin-top:18px;}
div[comment]>ul{margin-top:28px;}
div[comment] ul>li{margin-top:14px;}
div[comment]>ul>li{margin-top:24px;}
div[comment] ul>li>img{width:26px; height:26px;}
div[comment]>ul>li>img{width:30px; height:30px;}
div[comment] ul>li>dl{padding:0 0 0 35px;}
div[comment]>ul>li>dl{padding:0 0 0 40px;}
div[comment] ul>li>dl>dt>b{font-size:14px; line-height:22px;}
div[comment]>ul>li>dl>dt>b{line-height:24px;} 
div[comment] ul>li>dl>p{font-size:14px; line-height:22px; margin:4px 0;}
div[comment]>ul>li>dl>p{font-size:14px; line-height:22px; margin:4px 0;}
div[comment] ul>li>dl>dd>a[like]{font-size:13px;}
div[comment] ul>li>dl>dd>a[reply]{font-size:12px; padding:0 8px; line-height:22px; margin-left:6px;}
div[comment] ul>li>dl>dd>i{font-size:12px; line-height:22px;}
div[comment] ul>li>dl>a{margin:2px 0 0 35px;}
div[comment] ul>li>dl>div{margin:8px 0;}
}
body{
    font-family: 'Microsoft Yahei', 'Helvetica Neue', 'Helvetica', 'Lucida Grande', 'Arial', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'STHeiti', 'SimSun', 'sans-serif';
}

@media(min-width:1600px) {
    article {
        width: 1440px;
    }
}

@media(min-width:1600px) {
    article {
        width: 1440px;
    }
}

@media(min-width:1799px) {
    article {
        width: 1600px;
    }
}

@media(min-width:1799px) {
    article {
        width: 1600px;
    }
}

.header article {
    width: 95%;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-weight: bold;
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 9999;
    height: 70px;
    font-size: 16px;
}

.header.sticky {
    margin-top: 0px;
    /* background-color: #34A8FF; */
    /* background-color: #fff; */
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: 10px 0px 49px rgba(25, 7, 89, 0.08);
    transition: 0.3s;
}

.header-condition {
    display: block;
    height: 70px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 88888;
    transition: .3s;
    background: transparent;
    color: #fff;
}

.header.on .header-condition {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .22);
}


.header-condition a:hover {
    color: #083090;
}

.header-logo {
    float: left;
    height: 100%;
    line-height: 60px;
    font-size: 0;
}

.header-logo img.logo {
    vertical-align: middle;
    max-height: 60px;
}

.header-logo .logo_color{
    display: none;
}


nav {
    float: right;
    line-height: 70px;
    margin: 0 0 0 18px;
}

nav>ul:after {
    display: block;
    content: '';
    clear: both;
}

nav>ul>li {
    float: left;
    position: relative;
    margin: 0 10px;
}


nav>ul>li>i {
    position: absolute;
    top: 26px;
    right: -5px;
    color: #000;
    font-weight: 300;
}

.header-tel{
    color: #000;
    font-size: 16px;
}

@media(min-width:1024px) {
    nav>ul>li>a, 
    .header-tel a,
    nav>ul>li>i{
        color:#fff;
    }

    /* .header.sticky nav>ul>li>a, 
    .header.sticky .header-tel a,
    .header.sticky nav>ul>li>i{
        color:#000;
    } */
    .header:hover{
        background-color: #fff;
    }
    .header:hover nav>ul>li>a, 
    .header:hover .header-tel a,
    .header:hover nav>ul>li>i{
        color:#000;
    }

    .header:hover .header-logo .logo_white{
        display: none;
    }

    .header:hover .header-logo .logo_color{
        display: block;
    }

}

@media(max-width:767px) {
    nav>ul>li {
        margin-left: 15px;
        padding: 10px 15px;
    }
    nav>ul>li>i {
        right: 30px;
    }
    .header-tel{
        display: none;
    }
}

nav>ul>li>a {
    display: block;
    padding: 0 14px;
    position: relative;
}

nav>ul>li ul {
    position: absolute;
    display: none;
    top: 100%;
    left: -50px;
    padding: 15px 30px;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .18);
}

nav>ul>li ul:before {
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: -8px;
    display: block
}

nav>ul>li ul>li {
    display: block;
    position: relative;
    border-bottom: 1px dashed #ccc ;
    height: 45px;
    line-height: 45px;
    letter-spacing: 5px;
}

nav>ul>li ul>li:last-child {
    border: none ;
}

nav li:hover>ul {
    display: block;
}

nav>ul>li ul li>a {
    display: block;
    white-space: nowrap;
    padding: 0 18px;
}

nav>ul>li>a.on:before {
    width: 100%;
}

@media(min-width:1200px) {
    nav>ul>li {
        margin-left: 0px;
    }
}

@media(min-width:1400px) {
    nav>ul>li {
        margin-left: 8px;
    }
}

@media(min-width:1600px) {
    nav>ul>li {
        margin-left: 18px;
    }
}

.header-inter {
    float: right;
    height: 38px;
    line-height: 38px;
    margin: 16px 0 0 18px;
}


.header-search {
    float: left;
    margin-left: 2px;
    position: relative;
    padding-bottom: 12px;
}

.search-icon {
    display: block;
    width: 38px;
    height: 38px;
    text-align: center;
    border-radius: 28px;
    transition: .3s;
    cursor: pointer;
}


.search-icon>a {
    display: block;
    line-height: 38px;
    font-size: 20px;
}

.header-navicon {
    display: none;
}

@media(max-width:1200px) {
    .header article {
        width: 100%;
    }

    .header {
        height: 68px;
    }

    .header-condition {
        height: 68px;
    }

    .header-logo {
        line-height: 68px;
    }

    .header-inter {
        margin-top: 15px;
    }

    nav {
        position: absolute;
        top: 100%;
        left: 8px;
        right: 8px;
        float: none;
        line-height: 44px;
        margin: -8px 0 0;
        background: #fff;
        border: 1px solid #e8e8e8;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .18);
        overflow: auto;
        display: none;
    }

    nav>ul {
        padding: 12px 0;
    }

    nav>ul>li {
        float: none;
        margin: 0;
    }

    nav>ul li>a,
    nav>ul>li li>a {
        display: inline-block;
    }

    nav>ul>li>a {
        position: relative;
        z-index: 8;
    }

    nav>ul>li>a:before {
        height: auto;
        width: 3px;
    }

    nav>ul>li>a.on:before {
        width: 3px;
        height: 100%;
    }

    nav>ul>li ul {
        position: static;
        padding: 0;
        border: none;
        box-shadow: none;
        margin: 5px 15px;
    }

    nav>ul>li ul li {
        padding: 8px;
        border-bottom: 1px dashed #083090;
    }

    nav li:hover>ul {
        display: none;
    }


    nav li.in>ul {
        display: block;
    }

    .header-navicon {
        float: left;
        margin-left: 12px;
        display: block;
    }

    .navicon-icon {
        display: block;
        width: 38px;
        height: 38px;
        text-align: center;
        border-radius: 28px;
        transition: .3s;
        cursor: pointer;
    }


    .navicon-icon > a {
        display: block;
        line-height: 38px;
        font-size: 22px;
    }

    .navicon-icon > a i {
        color: #fff;
    }

    .nav .navicon-icon > a i {
        color: #000;
    }

    .header.nav .header-condition {
        background: #fff;
    }


    .header.nav nav {
        display: block;
    }
}



.banner {
    display: block;
    position: relative;
}


.banner-video{
    width: 100%;
}

.bc_pos_cover{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.bc_a1t_li {
    position: absolute;
    z-index: 5;
    display: block;
}

.bc_a1t_a {
    display: block;
    position: relative;
}

.bc_a1t_xl span {
    opacity: 0;
}

.bc_a1t_dian {
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 7px solid #001eb4;
    border-radius: 50%;
    position: relative;
    animation: bordershow 3s infinite;
}

.bc_a1t_dian::before {
    animation: boderM 3s .75s infinite;
}

.bc_a1t_dian::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(0, 30, 180, 0.2);
}


.bc_a1t_dian::after {
    animation: boderM 3s infinite;
}
.bc_a1t_dian::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(0, 30, 180, 0.2);
}

.bc_a1t_xl {
    position: absolute;
    left: 42px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    white-space: nowrap;
    font-size: 16px;
    padding: 0 23px;
    line-height: 54px;
    pointer-events: none;
}

.bc_a1t_xl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background: rgba(0, 30, 180, .77);
    border-radius: 30px;
}
.bc_a1t_xl {
    line-height: 1 !important;
}

.bc_a1t_xl span {
    line-height: 54px;
}

.bc_a1t_xl::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 42px;
    height: 100%;
}

.bc_a1t_title {
    color: #fff;
    font-size: 16px;
    margin-right: 45px;
    vertical-align: middle;
}

@media screen and (min-width: 1200px) {
    .bc_a1t_li:hover .bc_a1t_xl::before {
        width: 100%;
        transition: all .4s cubic-bezier(.34, .44, .41, 1.12);
    }

    .bc_a1t_li:hover .bc_a1t_xl span {
        opacity: 1;
        transition: all .36s .4s;
    }


    .bc_a1t_li:hover {
        z-index: 20;
    }

    .bc_a1t_li:hover .bc_a1t_xl {
        pointer-events: all;
    }
}

@media screen and (max-width: 1680px) {
    .bc_a1t_title {
        margin-right: 25px;
    }
}

.bc_a1t_li.act .bc_a1t_xl::before {
    width: 100%;
    transition: all .4s cubic-bezier(.34, .44, .41, 1.12);
}

.bc_a1t_li.act .bc_a1t_xl span {
    opacity: 1;
    transition: all .36s .4s;
}

.bc_a1t_jiantou {
    font-size: 20px;
    color: #a1b8fd;
    vertical-align: middle;
}

@keyframes boderM {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0
    }

    20% {
        opacity: 1
    }

    75% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}




.banner-swiper {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 6;
}

.banner-outer {
    /* width: 5000%; */
}

.banner-outer:after {
    display: block;
    content: '';
    clear: both;
}

.banner-div {
    /* width: 2%; */
    float: left;
    position: relative;
}

.banner-title,
.banner-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -o-box-pack: center;
    box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -o-box-align: center;
    box-align: center;
    color: #fff;
    font-size: 40px;
}

.banner-title[style] {
    position: static;
}

.banner-title h2 {
    display: block;
    font-size: 32px;
    line-height: 1;
}

.banner-title p {
    display: block;
    margin: 18px 0 0;
}

.banner-title p b {
    font-weight: normal;
}

.banner-title p i {
    font-style: normal;
    padding: 0 2px;
}

.banner-div .banner-image {
    display: block;
    transition: all 6s ease;
    transform: scale(1.15);
}

.banner-div.on .banner-image {
    transform: scale(1);
}

.banner-image img {
    width: 100%;
    display: block;
    object-fit: cover;
}


footer{
    background-color: #272727;
    color: white;
}


.foot{position:relative; padding:30px 0; color:#f8f8f8; background:#2F4056;}
.footer-container{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}


.footer-concact{
    width: 30%;
    padding: 0 15px;
    box-sizing: border-box;
}

.footer-concact .concact-title {
    font-size: 30px;
    font-weight: 500;
}

.footer-concact .concact-title img{
    height: 60px;
}

.footer-concact .contact-content{
    border-top: 1px dashed #aaa;
    margin-top: 20px;
    padding:20px 0;
}

.footer-concact .contact-content ul li a{
    padding-left: 20px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}

.footer-concact .contact-content ul li a i{
    width: 20px;
    padding-top: 15px;
}


.footer-nav{
    width: 65%;
    margin-right: 0;
}

.footer-nav{
    padding: 15px 0;
    display: flex;
}

.footer-nav .nav-list{
    width: 32%;
    margin-right: 3%;
    text-align: center;
    border-right: 1px dashed #aaa;
}


.footer-nav .nav-list:last-child{
    margin-right: 0 !important;
    border: none;
}


.footer-nav .nav-list .nav-title{
    font-size: 20px;
    padding-bottom: 10px;
}



.footer-nav .nav-list a{
    width: 30%;
    margin-right: 3%;
    color: #fff; 
}

.footer-nav .nav-list ul li{
    font-size: 14px;
    line-height: 40px;

}

@media(max-width:767px) {
    .footer-concact{
        width: 100%;
    }
    .footer-nav{
        display: none;
    }
}


section.copyright{width: 100%;background:#333; padding:20px 0; text-align:center; color:#fff;}
section.copyright a{color:#fff;}
