@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:  0px 0px no-repeat;
}

#browser-modal .browser-content .browser-item .iconfirefox {
	background:  0px -100px no-repeat;
}

#browser-modal .browser-content .browser-item .iconopera {
	background:  0px -200px no-repeat;
}

#browser-modal .browser-content .browser-item .iconedge {
	background:  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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
}

b {    word-break: break-all;}

.px1540 {
    max-width: 1540px;
    margin: 0 auto;
}

.px1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.px1400 {
    max-width: 1500px;
    margin: 0 auto;
}


.px1400-bf {
    max-width: 98%;
    margin: 0 auto;
}

.px1460 {
    max-width: 1460px;
    margin: 0 auto;
}

.px1650 {
    max-width: 1650px;
    margin: 0 auto;
}

body {
    padding-top: 120px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

img,
input {
    border: 0;
    outline: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.px1200 {
    width: 1400px;
    max-width: 1400px;
    margin: 0 auto;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: all 1s;
    object-fit: cover;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .pic img {
        min-height: auto !important;
    }
}
.pic img:hover {
    transform: scale(1.05);
}

.wap {
    display: none !important;
}

.top {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #2b5c9d;
    z-index: 999;
    transition: all 0.3s;
}

.logo a {
    display: block;
    font-size: 0;
    line-height: 120px;
}

.logo img {
    vertical-align: middle;
}

.top-r {
    margin-left: 485px;
    position: relative;
}

.top-r-t {
    text-align: right;
    line-height: 24px;
    padding-top: 25px;
    overflow: hidden;
}

.top-r-en {
    display: inline-block;
    margin-right: 92px;
    color: rgba(255, 255, 255, 0.7);
}

.top-r-en>a {
    font-size: 14px;
    color: #ffffff;
}

.top-r-en>a:hover {
    text-decoration: underline;
}

.top-r-en>span {
    margin: 0 22px;
}

.top-r-en>a>img {
    margin-right: 12px;
    transform: translatey(2px);
}

.search-con {
    position: absolute;
    right: 0px;
    top: 20px;
}

.search-con>button>span {
    font-size: 14px;
    color: #ffffff;
}

.top button {
    position: absolute;
    top: 5px;
    right: 0;
    width: 84px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: none;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
}

.top button img {
    vertical-align: middle;
    padding-left: 5px;
}

.top button span {
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    margin-left: 12px;
    vertical-align: middle;
}

.search {
    width: 300px;
    height: 44px;
    background: #fff;
    margin-top: 20px;
    position: absolute;
    right: 0;
    top: 16px;
    z-index: 1;
    display: none;
}

input,
button {
    border: none;
    outline: none;
}

.search .text {
    width: 300px;
    padding-left: 15px;
    padding-right: 72px;
    height: 44px;
    font-size: 14px;
    background: none;
    color: #333;
}

.search .button {
    width: 60px;
    height: 44px;
    background: #316efe url(/uploads/image/images/search2.png) no-repeat center;
    background-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
}

input::-webkit-input-placeholder {
    color: #666;
}

input::-moz-input-placeholder {
    color: #666;
}

input::-ms-input-placeholder {
    color: #666;
}


.nav {
    height: 50px;
    line-height: 50px;
    margin-top: 8px;
    float: right;
}

.nav>ul {
    font-size: 0;
}

.nav>ul>li {
    float: left;
    text-align: center;
    position: relative;
    padding-left: 18px;
}

.nav>ul>li:first-child {
    margin-left: 0;
}

.nav>ul>li>a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: relative;
}

.nav>ul>li.on>div {
    border-top: 3px solid #ffffff;
}

.nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: 0;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.nav>ul>li.on>a::after {
    border-bottom: 5px solid #ffffff;
}

.nav>ul>li:hover>span {
    transform: rotate(180deg);
}

.nav>ul>li:hover>a::after {
    border-bottom: 5px solid #ffffff;
}

.nav>ul>li:hover>div {
    transform: scale(1)
}

.nav>ul>li>div {
    position: absolute;
    top: 100%;
    width: 122%;
    background: #fff;
    background: rgb(255, 255, 255, 1);
    z-index: 9999;
    overflow: hidden;
    line-height: normal;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    margin-left: -18% !important;
    transition: all .5s;
    transform: scale(0);
    transform-origin: top center;
}

.nav>ul>li>div>ul {
    overflow: hidden;
}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: 16px;
    line-height: 40px;
    transition: .3s;
    color: #333;
}

.nav>ul>li>div>ul>li a:hover {
    background: #2b5c9d;
    color: #fff;
}

.nav-r {
    float: left;
    position: relative;
}

.nav-r a {
    float: left;
    margin-left: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 0;
}

.nav-r a img {
    vertical-align: middle;
    display: none;
}

.nav-r a img:first-child {
    display: inline-block;
}

.nav-r a span {
    display: block;
    font-size: 18px;
}


.footer {
    padding-top: 24px;
    padding-bottom: 20px;
    background: #2b5c9d;
}

.footer-t-l {
    float: left;
    padding-bottom: 52px;
}

.footer-t-l>div {
    padding-bottom: 24px;
}

.footer-t-l>div>a {
    font-size: 16px;
    color: #ffffff;
}

.footer-t-l>div>span {
    color: #ffffff;
    margin: 0 25px;
}

.footer-t-l p {
    font-size: 14px;
    color: #ffffff;
    margin-top: 18px;
}
.footer-t-m{
       width: 44%;
    margin: 0 auto;
    padding-top: 20px;
}
.footer-t-m img{
    width: 99%;
border: none;
}

.footer-t-r {
    float: right;
   padding-top: 30px;
}

.foot-r {
    display: table-cell;
    vertical-align: middle;
}

.foot-m {
    text-align: center;
    font-size: 15px;
    line-height: 28px;
    color: #fff;
}

.foot-r ul {
    font-size: 0;
    text-align: right;
}

.foot-r ul li {
    margin-left: 40px;
    position: relative;
    text-align: center;
    line-height: 40px;
    display: inline-block;
}

.foot-r ul li:first-child {
    margin-left: 0;
}

.foot-r ul li a {
    display: block;
    font-size: 0;
    text-align: center;
}

.foot-r ul li a img {
    vertical-align: middle;
    display: block;
    margin: 0 auto;
    border: none;
}

.foot-r ul li p {
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    margin-top: 10px;
}

.foot-r ul li div {
    position: absolute;
    bottom: 120%;
    left: 50%;
    display: none;
    width: 160px;
    transform: translatex(-50%);
    display: none;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.foot-r ul li div img {
    display: block;
    width: 100%;
    border: 10px solid white;
}

.foot-r ul li div p {
    color: #333;
    font-size: 14px;
}

.foot-r ul li:hover div {
    display: block;
}

.footer-b {
    border-top: 1px solid #1a9c9f;
    padding-top: 20px;
}

.footer-b-r {
    float: right;
}

.footer-b-r p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    text-align: right;
    line-height: 28px;
}
.footer-b-r p a {
   color: rgba(255, 255, 255, 0.5);
}


.footer-b-l {
    float: left;
}

.footer-b-l-box div {
    float: left;
    margin-right: 18px;
}

.footer-b-l-box .footeritem {
    width: 262px;
    height: 37px;
    background: #4d7bc1;
    line-height: 37px;
    font-size: 14px;
    color: #ffffff;
    padding-left: 12px;
    cursor: pointer;
    position: relative;
    margin-right: 0px;
}

.footeritem::after {
    position: absolute;
    content: "";
    display: block;
    background: url(/uploads/image/images/icon-footer.png) no-repeat;
    width: 12px;
    height: 6px;
    right: 8px;
    top: 50%;
    transform: translatey(-50%);
    transition: all 0.8s;
}

.footer-b-l-box>div:hover .footeritem::after {
    transform: rotatez(180deg);
}

.footer-b-l div {
    position: relative;
}

.footer-b-l div ul {
    position: absolute;
    bottom: 37px;
    display: none;
}

.footer-b-l div ul li {
    width: 262px;
    height: 40px;
    line-height: 40px;
}

.footer-b-l div ul li a:hover {
    background-color: #2b5c9d;
    color: #ffffff;
    border: 1px solid #fff;
}

.footer-b-l div ul li a {
    display: block;
    color: #333;
    font-size: 13px;
    background-color: #ffffff;
    padding-left: 12px;
}

.footer-t-l>div>a:hover {
    text-decoration: underline;
}

.footer-b-l-box .m-r {
    margin-right: 0px;
}

@media screen and (max-width:1800px) {
    .nav>ul>li>span {
        right: 0;
    }
}

@media screen and (max-width:1600px) {
}

@media screen and (max-width:1400px) {
    .top>div {
        padding: 0 20px;
    }
    .footer-t-m {
        width: 31%;
    }
    .footer .px1400 {
        padding: 0 20px;
    }
    .top-r {
        margin-left: 261px;
    }
    .nav>ul>li {
        padding-left: 30px;
    }
    .mid1bottom>p {}
}

@media screen and (max-width: 1200px) {
    .px1200 {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
    .footer-t-m {
        margin-left: 2%;
        width: 35%;
        float: right;
        margin-bottom: 12px;
    }
    .nav>ul>li>a {
        font-size: 15px;
    }
    .nav>ul>li>span {
        width: 9px;
        height: 6px;
    }
    .foot-l img {
        max-height: 48px;
    }
}

@media screen and (max-width:1100px) {
    .nav>ul>li>a {
        font-size: 14px;
    }
}

@media screen and (max-width:1024px) {
.footer-t-m {
        float: none;
        margin: 0 auto;
        min-width: 334px;
        margin-bottom: 20px;
    }
    body {
        padding-top: 60px !important;
    }
    .pc {
        display: none !important;
    }
    .banner .slick-slide a:before {
        display: none;
    }
    .m-top {
        max-width: 1920px;
        margin: 0 auto;
        position: fixed;
        right: 20px;
        top: 18px;
        width: 25px;
        height: 25px;
        z-index: 9999;
    }
    .wap {
        display: block !important;
    }
    .wap-menu {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99999;
        font-size: 0;
    }
    .wap-menu img {
        height: 25px;
        cursor: pointer;
    }
    .close-menu {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #2b5c9d;
        z-index: 999;
        padding: 10px 20px;
    }
    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block;
    }
    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }
    .m-tlink {
        font-size: 12px;
        padding: 10px 15px 0 15px;
        color: rgba(255, 255, 255, 0.6);
    }
    .m-tlink a {
        font-size: 12px;
        margin: 0 8px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        line-height: 24px;
        border-radius: 5px;
    }
    .m-tlink a:hover {
        text-decoration: underline;
    }
    .m-tlink a img {
        vertical-align: -2px;
        padding-right: 5px;
        height: 14px;
    }
    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
      
        position: relative;
 
        margin-top: 15px;
   
    }

.m-search .tj {
    top: -30px !important;
    left: 240px;
}


    .m-search input[type="text"] {
        /* display: block; */
        width: 79%;
        line-height: 25px;
        background: none;
        color: #fff;
        font-size: 12px;
    }
    .m-search input[type="text"]::placeholder {
        color: #fff;
    }
    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }
    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #2b5c9d;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
    }
    .m-nav .top-r {
        color: #fff;
        padding-left: 15px;
    }
    .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(/uploads/image/images/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;
    }
    .link h3 {
        font-size: 14px;
    }
    .link h3:after {
        height: 14px;
    }
    .link p a {
        font-size: 12px;
    }
    .link p a {
        padding: 5px 10px;
    }
    .foot-l,
    .foot-c,
    .foot-r {
        float: none;
        width: auto;
        text-align: center;
    }
    .foot-c {
        margin-left: 0;
    }
    .foot-c h3 {
        display: inline-block;
    }
    .foot-c p {
        font-size: 12px;
    }
    .foot-media>div {
        float: none;
        display: inline-block;
    }
    .foot>div {
        padding-bottom: 20px;
    }
    .foot-l img {
        max-width: 100%;
    }
    .footer-t-l,
    .footer-t-r,
    .footer-b-l,
    .footer-b-r {
        float: none;
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }
    .footer-b-r p {
        text-align: center;
    }
    .foot-r {
        display: block;
        width: 283px;
        margin: 0 auto;
    }
    .foot-r ul {
        text-align: center
    }
    .footer-b-l-box {
        width: 560px;
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width:768px) {
    .footer-b-l-box .footeritem {
        width: 209px;
    }
    .footer-b-l-box {
        width: 436px;
    }
    .footer-b-l div ul li {
        width: 209px;
    }
    .foot-r ul li {
        margin-left: 25px
    }
    .foot-r ul li a img {
        height: 45px;
    }
    .foot-r ul li div {
        width: 120px;
    }
}

@media screen and (max-width:480px) {
    .foot-c h3 {
        font-size: 15px;
        line-height: 18px;
    }
    .footer-t-l>div>span {
        color: #ffffff;
        margin: 0 12px;
    }
    .footer-t-l>div {
        padding-bottom: 0px;
    }
    .footer-b-l-box .footeritem {
        width: 155px;
        padding-left: 0px;
    }
    .footer-b-l-box {
        width: 328px;
    }
    .footer-b-l div ul li {
        width: 155px;
    }
}

@media screen and (max-width:375px) {
    .footer-b-l-box .footeritem {
        width: 140px;
    }
    .footer-b-l-box {
        width: 328px;
    }
    .footer-b-l div ul li {
        width: 140px;
    }
    .footer-b-l-box {
        width: 298px;
    }
}

@media screen and (max-width:320px) {}