@charset "utf-8";
/* 顶部 */
header{
    background: #086ba3;
    padding: 15px 0;
}
header.mobile{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    animation: 0.3s ease 0s 1 normal backwards running fadeInDown;
}
header .w1400{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo a,.logo a img{
display:block;
width:auto;
height:auto;
}
.nav {
    width: 62%;
}
.nav ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav ul>li{
    position: relative;
}
.nav ul>li>a{
    font-family: Microsoft YaHei;
    display: block;
    width: auto;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}
.nav ul>li>a.hover{
    font-weight: bold;
}
.nav ul>li ol{
    display: none;
    position: absolute;
    width: 200%;
    height: auto;
    left: -50%;
    z-index: 99;
    top: 100%;
    padding-top: 10px;
}
.nav ul>li ol::before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(0,0,0,0.6);
    border-top: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
}
.nav ul>li ol li a{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    padding: 8px;
    background: rgba(0,0,0,0.6);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    box-sizing: border-box;
}
.nav ul>li ol li a:hover{
    font-weight: bold;
}
.nav ul>li>a:hover{
    font-weight: bold;
}
.linkTop{
    float: right;
    margin-bottom: 15px;
}
.linkTop a{
    font-family: Microsoft YaHei;
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    float: left;
    margin-left: 20px;
}
.linkTop a:hover {
    color: rgba(255, 255, 255, 1);
}
.linkTop p.search{
    width: 20px;
    height: 20px;
    background: url(../img/search.png) no-repeat center;
    box-sizing: border-box;
    cursor: pointer;
    float: left;
    margin-left: 20px;
    position: relative;
    opacity: 0.8;
}
.linkTop p.search:hover {
    opacity: 1;
}
/* footer */
.link{
    background: #107bb7;
    padding: 10px 0;
}
.link ul{
    width: 1400px;
    margin: 0 auto;
}
.link ul li{
    float: left;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
}
.link ul li a{
    display: block;
    width: auto;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    margin-right: 30px;
    position: relative;
}
.link ul li a:hover{
    color: #eab384;
}
.link ul li a::before{
    display: block;
    content: "";
    width: 1px;
    height: 15px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
}
.link ul li:last-of-type a::before{
    display: none;
}
footer .bq {
    background: #006ca5 url(../img/footer.png) no-repeat center;
    padding: 38px 0;
    position: relative;
    background-size: 100%;
}
footer .bq::before{
    display: block;
    content: "";
    width: 100%;
    height: 20px;
    background: url(../img/footerBg.png) no-repeat center bottom;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    bottom: 0;
}
footer .bq p,footer .bq a{
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    color: rgba(255,255,255,0.6);
}
footer .bq a:hover{
    color: rgba(255,255,255,1);
}

/* 搜索 */
.layer {width: 100%;height: 100%;background: rgba(6,28,26,0.75);position: fixed;left: 0;top: 0;right: 0;bottom: 0;z-index: 99999;opacity: 0;visibility: hidden;transition: all 0.3s ease-out 0s;}
.layer.showdiv { opacity: 1; visibility: visible; }
.layer .close {position: absolute;right: 100px;top: 100px;width: 60px;height: 60px;text-align: center;line-height: 70px;cursor: pointer;font-size: 0;transition: all 0.3s ease-out 0s;}
.layer .close:before,.layer .close:after{content:'';width: 100%;height: 2px;display:block;position:absolute;background: #fff;transition:1s;transform: rotate(45deg);top: 24px;}
.layer .close:before{transform: rotate(-45deg);}
.layer .close:hover{transform: rotate(90deg);}
.layer .search_box {height: 55px;line-height: 55px;width: 50%;transform: translateY(-50px);opacity: 0;position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;}
.layer.showdiv .search_box { transform: none; transition: all 0.5s ease-out 0s; opacity: 1; font-size: 0; }
.layer .search_box .kw {width: 85%;height: 100%;background: #fff;padding: 0 15px;font-size: 16px;border-radius: 0;float: left;margin: 0;border: none;box-sizing: border-box;}
.layer .search_box .ok {background: #086ba3;color: #fff;width: 15%;height: 100%;text-align: center;font-size: 18px;cursor: pointer;border-radius: 0;float: left;position: absolute;top: 0;right: 0;}



/* banner1：在任何定宽容器里都能“满屏铺开”，且视觉居中 */
.banner1 { width: 100%; margin: 0; overflow: hidden; }
.banner1 img { display: block; width: 100%; height: auto; }
/* 想固定视觉高度可加：
.banner1 { height: 420px; }
.banner1 img { height: 100%; object-fit: cover; object-position: center; }
*/