@charset "utf-8";
#browser-modal {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	color: rgb(48, 50, 51);
	position: fixed;
	z-index: 9999;
}

#browser-modal .browser-modal-cover {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: rgb(17, 17, 17);
	opacity: 0.9;
	z-index: -1;
}

#browser-modal .browser-content {
	width: 700px;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 80px;
	padding-top: 50px;
	background-color: rgb(255, 255, 255);
	border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
	height: 42px;
	margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
	text-transform: uppercase;
	font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 14px;
}

#browser-modal .browser-content .browser-list {
	width: 600px;
	margin: 20px auto;
	height: 130px;
}

#browser-modal .browser-content .browser-item {
	float: left;
	width: 150px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
	width: 100px;
	height: 100px;
	margin: 0px auto 10px;
	font-size: 80px;
	line-height: 80px;
}

#browser-modal .browser-content .browser-item .iconchrome {
	background: url("../images/bro.png") 0px 0px no-repeat;
}

#browser-modal .browser-content .browser-item .iconfirefox {
	background: url("../images/bro.png") 0px -100px no-repeat;
}

#browser-modal .browser-content .browser-item .iconopera {
	background: url("../images/bro.png") 0px -200px no-repeat;
}

#browser-modal .browser-content .browser-item .iconEdge {
	background: url("../images/bro.png") 0px -300px no-repeat;
}

#browser-modal .browser-content .browser-item a {
	cursor: pointer;
	display: block;
}

#browser-modal .browser-content .browser-item a img {
	display: block;
	margin: 0px auto;
	max-width: 100px;
	width: 100px;
	height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 700;
}

* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: 微软雅黑;
}

input,
img,
a {
    outline: none;
    border: 0;
}

.px1400 {
    max-width: 1500px;
    margin: 0 auto;
}

#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: 10%;
}

.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: #2b5c9d;
    z-index: -1;
    transition: bottom .5s;
}

#head.on::after {
    bottom: 0;
}

.logo {
    max-width: 440px;
    float: left;
}

.nav {
    padding-bottom: 20px;
}

.logo>a>img {

display: block;

width: 100%;
}

.seach {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    align-content: space-around;
    align-items: flex-end;
    flex-direction: column;
}

.nav::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.sea-t {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.sea-t .topalinks{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-right: 10px;
}
.sea-t .topalinks a{
    flex: 2;
    color: #FFF;
    margin-right: 15px;
}
.sea-t input[type="text"] {
    float: right;
    box-sizing: border-box;
    width: 187px;
    padding-left: 10px;
    padding-right: 20px;
    height: 26px;
    background-color: #565656;
    border: solid 1px rgba(255, 255, 255, 0.13);
}

.sea-t input[type="image"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
}

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: 34px;
}

.sea-b>ul>li>a {
    font-size: 20px;
    color: #ffffff;
    display: block;
}

.sea-b>ul>li>ul {
    position: absolute;
    left: -18%;
    right: 0;
    display: none;
    z-index: 999;
    width: 115px;
    background-color: #ffffff;
}

.sea-b>ul>li>ul>li {
    text-align: center;
    line-height: 43px;
}

.sea-b>ul>li>ul>li>a {
    font-size: 20px;
    color: #000;
}

.sea-b>ul>li>ul>li:hover {
    background-color: #005fba;
}

.sea-b>ul>li>ul>li:hover a {
    color: #fff;
}

/*版权处修改样式开始*/
.footer {background: url(../image/footer-bg.png) no-repeat center center;background-size: cover;/* overflow-x: hidden; */}
.footer .foot .lj{display: flex;justify-content: space-between;align-items: center;/* overflow: visible; */padding: 40px 0 35px;}
.footer .foot .lj .yqlj{width: 15%;}
.select{width: 100%;position: relative;/* margin: 0 auto 0rem; */cursor: pointer;margin-bottom: 20px;}
.select:last-child{margin-bottom:0;}
.select h2{font-size: 15px;align-items: center;padding: 10px;justify-content: space-between;border: 1px solid rgba(255,255,255,.3);display: flex;}
.select h2 p{color: #fff;white-space: nowrap;}
.select ul{background: #cddeef;/* height: 8rem; */position: absolute;width: 100%;left: 0;right: 0;padding: .15rem 0rem;/* border-top: 1px solid #eee; */z-index: 5;bottom: 100%;display: none;/* overflow-y: auto; */}
.select li{font-size: 0.86rem;line-height: 1.32rem;color: #333;transition:0.5s;padding: 0 .15rem;}
.select h2 img{width: 11px;}
.select li:hover{color:#fff;background:#255295;}
.select a{color: #333;font-weight: normal;display: block;padding: 8px;}
.select a:hover{color: #fff;}
.select h2 img.on{transform: rotate(-180deg);}
.footer .foot .xximg{max-width: 40%;font-size: 14px;color: #FFF;}
.footer .foot .xximg p{text-align: center;margin-top: 20px;}
.footer .foot .xximg p+p{margin-top: 10px;}
.footer .foot .xximg p span{}
.footer .foot .xximg img{max-width: 100%;height: auto;display: block;margin: auto;}
.footer .foot .rwm .ma{float: none;margin: 0;width: 40%;}
.footer .foot .rwm .ma+.ma{margin-left: 1.5rem;}
.footer .foot .rwm{float: none;display: flex;justify-content: space-between;/* width: 30%; */gap: 1rem;margin-right: 40px;}
.footer .foot .rwm .ma >img{width: 100%;height: auto;}
.footer .foot .rwm .ma >div{}
.footer .foot .rwm .ma >div p{color: #FFF;margin-top: 10px;font-size: 13px;line-height: 1;}
.footer .foot .rwm .con{position:relative;cursor:pointer;}
.footer .foot .rwm .con:hover .qrbox{opacity:1;visibility:visible}
.footer .foot .rwm .icon{width: 45px;height: 45px;border-radius:50%;display: flex;align-items: center;justify-content: center;margin: 0 auto;/* background: #dae1e9; */transition: 0.5s;border: 1px solid rgba(255,255,255,.5);padding: 0px;}
.footer .foot .rwm .icon img{max-width: 100%;max-height: 100%;width: 55%;}
.footer .foot .rwm .icon .ico2{display: none;}
.footer .foot .rwm .qrbox{bottom: 100%;transform:translateX(-50%);opacity:0;visibility:hidden;margin-bottom: 15px;transition: 0.5s;position: absolute;width: auto;z-index: 10;left: 50%;}
.footer .foot .rwm .qrbox .qr{border-radius:0.03rem;display: flex;padding: 1px;background: #fff;text-align: center;}
.footer .foot .rwm .qrbox::before{content:"";/* width:0; */border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 8px solid #fff;bottom: -8px;left: 50%;transform: translateX(-50%) rotate(180deg);position: absolute;}
.footer .foot .rwm .qrbox .qr img{margin: 0 5px;width: 8rem;}
.footer .foot .rwm .qrbox .p{font-size: 0.14rem;overflow:hidden;text-align: center;margin-top: .1rem;color: #666;line-height: 1.5;}


.footer .foot .bq{
    text-align: center;
    padding: 20px 0;
    color: #a3bddf;
    border-top: 1px solid #487bbd;
    font-size: 15px;
}
.footer .foot .bq p{}
@media screen and (max-width: 1024px) {
    .footer{}
    .footer .foot .lj{display: block;padding: 30px 0 30px;}
    .footer .foot .lj > *{width: 100% !important;max-width: none;justify-content: center;}
    .footer .foot .xximg{width: auto !important;max-width: 70%;margin: 2rem auto;}
    .footer .foot .rwm .ma{float: none;margin: 0;width: 20%;}
}
@media screen and (max-width: 640px) {
    .footer .foot .lj{display: block;padding: 20px 0 10px;}
    .footer .foot .xximg{width: auto !important;max-width: 90%;margin: 1rem auto;}
    .footer .foot .rwm{flex-wrap: wrap;}
    .footer .foot .rwm .ma,.footer .foot .rwm .ma+.ma{float: none;margin: 0;width: 40%;margin: 10px;}
}
/*版权处修改样式结束*/



/* 移动端头部 */

.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: absolute;
    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%;
}

@media screen and (max-width: 1400px) {
    .sea-b>ul>li {
        float: right;
        text-align: center;
        line-height: 40px;
        position: relative;
        margin-left: 20px;
    }
    .px1400 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .sea-b>ul>li {
        margin-left: 9px;
    }
    .sea-b>ul>li>a {
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .px1400 {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }
    
    body {
        padding-top: 60px;
    }
    .footer {
    }
    .header {
        display: none;
    }
    #head {
        display: none;
    }
    .wap {
        display: block;
    }
    .m-logo {
        font-size: 0;
    }
    .m-head {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        padding: 10px;
        z-index: 999;
        background-color: #2b5c9d;
    }
    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }
    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink a {
        font-size: 14px;
        margin-right: 15px;
        margin: 5px 0;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
        background: #fff;
        color: #004980;
        line-height: 30px;
        padding: 0 15px;
        border-radius: 5px;
    }
    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        margin-top: 15px;
        width: 100%;
        box-sizing: border-box;
    }
    .m-search input[type="text"] {
        display: block;
        width: 100%;
        padding-left: 20px;
        line-height: 35px;
        background: none;
        color: #fff;
        border: 1px solid #ddd;
        border-radius: 20px;
        padding-right: 30px;
    }
    .m-search input[type="text"]::placeholder {
        color: #fff;
    }
    .m-search input[type="image"] {
        position: absolute;
        right: 15px;
        top: 15px;
        height: 15px;
    }
    .m-nav {
        position: fixed;
        top: 60px;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #1a4681;
        overflow-y: scroll;
    }
    .m-nav ul {
        padding: 0 15px;
    }
    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }
    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }
    .m-nav ul li ul {
        display: none;
    }
    .m-nav ul li ul li {
        border: none;
    }
    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }
    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }
    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url("../image/m-nav_down.png") no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }
    .bq>p {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .xx {
        float: none;
        width: auto;
        text-align: center;
    }
    .rwm {
        float: none;
        width: 321px;
        margin: 0 auto;
    }
    .xx p:nth-child(2) {
        margin: 0;
    }
    .footer .foot .bq{
    padding: 10px 0;
    font-size: 13px;
    line-height: 1;
}
    .bq>p {
        line-height: 1.7;
    }
    .banner>.slick-dots>li {
        width: 27px;
        height: 27px;
        margin: 0 13px;
    }
}