@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: 微软雅黑;
    min-width: 1450px;
}

input,
img,
a {
    outline: none;
    border: 0;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.pic {
    /*padding-top: 75%;*/
    position: relative;
    overflow: hidden;
}

.pic .a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in;
}
.bg-mask:hover .pic .a {
    transform: scale(1.1);
}
.pic img:hover,
.bg-mask:hover .cover_img .a{
    transform: scale(1.05);
}


#top {
    position: relative;
}

.banner {
    height: 100%;
}

.banner div img {
    width: 100%;
    height: 100%;
}


/* .nav{
	padding-bottom: 15px;
} */

.banner>.slick-dots {
    width: auto;
    right: 12%;
    bottom: 6%;
}

.banner>.slick-dots>li {
    width: 32px;
    height: 32px;
    background: url("../image/dots.png") no-repeat top center;
    background-size: cover;
    margin: 0 25px;
}

.banner>.slick-dots>.slick-active {
    background: url("../image/dots-ho.png") no-repeat top center;
    background-size: cover;
}

#head {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    padding-top: 30px;
}

#head::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    bottom: 100%;
    background-color: #182581;
    z-index: -1;
    transition: bottom .5s;
}

#head.on::after {
    bottom: 0;
}

.logo {
    max-width: 580px;
    float: left;
    margin-top: 35px;
}

.nav {
    padding-bottom: 20px;
}

.logo>a>img {
    width: 100%;
    display: block;
    /* height: 70px; */
}

.seach {
    float: right;
}

.nav::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.sea-t {
    position: relative;
    overflow: hidden;
}

.sea-t input[type="text"] {
    float: right;
    box-sizing: border-box;
    width: 187px;
    padding-left: 10px;
    padding-right: 20px;
    height: 26px;
    background-color: rgba(94, 191, 205, 0.13);
    border: solid 1px rgba(255, 255, 255, 0.13);
}

.sea-t input[type="image"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

input {
    color: #ffffff;
}

.sea-b {
    margin-top: 20px;
}

.sea-b>ul::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.sea-b>ul>li {
    float: left;
    text-align: center;
    line-height: 40px;
    position: relative;
    margin-left: 30px;
}

.sea-b>ul>li>a {
    font-size: 18px;
    color: #ffffff;
    display: block;
}

.sea-b>ul>li>ul {
    position: absolute;
    right: 0;
    display: none;
    z-index: 999;
    min-width: 160px;
    background-color: #ffffff;
    left: 50%;
    transform: translateX(-50%) scaleY(1);
}

.sea-b>ul>li>ul>li {
    text-align: center;
    line-height: 35px;
}

.sea-b>ul>li>ul>li>a {
    font-size: 16px;
    color: #000;
    line-height: 30px;
}

.sea-b>ul>li>ul>li:hover {
    background-color: #0b1769;
}

.sea-b>ul>li>ul>li:hover a {
    color: #fff;
}

.footer {
    background: url(../image/footer-bg.png) no-repeat center center;
    background-size: cover;
    padding-top: 85px;
}

.lj {
    overflow: hidden;
}

.rwm {
    width: 55%;
    overflow: hidden;
    float: left;
}

.xx {
    width: 45%;
    overflow: hidden;
}

.ma {
    float: right;
    margin: 0 5.7%;
    text-align: center;
}

.ma p {
    font-size: 16px;
    line-height: 24px;
    color: #6db3bf;
}

.xx p {
    font-size: 16px;
    line-height: 26px;
    color: #6db3bf;
}

.xx p:nth-child(2) {
    margin: 20px 0;
}

.bq {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    margin-top: 40px;
}

.bq>p {
    font-size: 14px;
    line-height: 23px;
    padding-top: 30px;
    color: #6db3bf;
    padding-bottom: 40px;
}
.bq>p a {
    color: #6db3bf;
}



/* 移动端头部 */

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.wap {
    display: none;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.wap-menu img {
    height: 25px;
}

.m-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 999;
}

.banner a {
    display: block;
}

.banner img {
    width: 100%;
}


/* 移动端头部 */

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.wap {
    display: none;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.wap-menu img {
    height: 25px;
}

.m-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 999;
}

.banner a {
    display: block;
}

.banner img {
    width: 100%;
}

