@charset "utf-8";

* {
    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;
    background-color: #fff;
}

/* ie8提示 */
#browser-modal{width:100%;height:100%;top:0;left:0;text-align:center;color:#303233;position:fixed;z-index:9999;}
#browser-modal .browser-modal-cover{position:fixed;left:0;top:0;height:100%;width:100%;background-color:#111;opacity:.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:#fff;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:0 auto;font-size:80px;line-height:80px;margin-bottom:10px;}
#browser-modal .browser-content .browser-item .iconchrome{background: url(../images/bro.png) no-repeat 0 0}
#browser-modal .browser-content .browser-item .iconfirefox{background: url(../images/bro.png) no-repeat 0 -100px}
#browser-modal .browser-content .browser-item .iconopera{background: url(../images/bro.png) no-repeat 0 -200px}
#browser-modal .browser-content .browser-item .iconEdge{background: url(../images/bro.png) no-repeat 0 -300px}
#browser-modal .browser-content .browser-item a{cursor:pointer;display:block}
#browser-modal .browser-content .browser-item a img{display:block;margin:0 auto;max-width:100px;width:100px;height:100px}
#browser-modal .browser-content .browser-item a h4{text-align:center;margin-top:10px;font-size:18px;font-weight:700;color:#333}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}
b {word-break: break-all;}


img,
input {
    border: 0;
    outline: none;
}

/* .icon img {
    transition: all 0.3s;
}

.icon:hover img {
    animation: icon-yh 0.6s linear;
}

@keyframes icon-yh {
    0% {
        transform: rotateZ(0);
    }

    10% {
        transform: rotateZ(10deg);
    }

    20% {
        transform: rotateZ(0);
    }

    30% {
        transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(0);
    }

    50% {
        transform: rotateZ(10deg);
    }

    60% {
        transform: rotateZ(0);
    }

    70% {
        transform: rotateZ(-10deg);
    }

    80% {
        transform: rotateZ(0);
    }

    90% {
        transform: rotateZ(10deg);
    }

    100% {
        transform: rotateZ(0);
    }
} */

.wap {
    display: none;
}

.top>img.wap {
    display: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    
}

.px1320 {
    max-width: 1320px;
    margin: 0 auto;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}


.b-top-c {
    margin-top: 10px;
    line-height: 30px;
    float: right;
}

.ser-box{
    position: relative;
    width: 280px;
    height: 45px;
    padding: 0;
    border-radius: 22px;
    background: #FFF;
}
.ser1{
    width: 85%;
    height: 45px;
    padding: 10px 15px;
    border-radius: 22px;
}
.ser2{
    position: absolute;
    width: 45px;
    height: 45px;
    right: 0;
    top: 0;
    background: url(../images/ser.png) no-repeat center;
    background-size: 50%;
    border-radius: 40px;
    cursor: pointer;
}

.head {

background: url(../images/hd-bg.png) #0159bd no-repeat top center;

background-position: center top;

background-size: 100% 70%;
}


.head-top {
    padding: 28px 0;  
}

.logo {
    float: left;
}

.logo a {
    display: block;
    line-height: 72px;
}

.logo a img {
    vertical-align: middle;
    max-height: 65px;
}
.m-links{
    width: 580px;
    margin: auto;
    transform: translate(15% , 110%);
}
.m-links ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.m-links ul li,.m-links ul li a{
    color: #FFF;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.m-links ul li span{
    margin-left: 6px;
    font-size: 17px;
}
.m-links ul li img{}
.nav {
    position: relative;
    background-color: #fff;
}
.c-nav{
    /* padding: 0 90px; */
}



.nav>ul>li {
    float: left;
    position: relative;
    width: 11.1%;
}

.nav>ul>li:first-child {
    border-left: none;
    margin-left: 0;
}

.nav>ul>li>a {
    display: block;
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 55px;
    position: relative;
}

/* .nav>ul>li>a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border-top: 6px solid #992833;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin-left: 5px;
} */

/* .nav>ul>li.active>a {
    color: #fff;
    
} */


/* .nav>ul>li.active>a::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #00488b;
    width: 0;
} */

.nav>ul>li:hover>a {
    background: #045abd;
    color: #fff;
}

.nav>ul>li:hover>a::before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    width: 0;
}

.nav>ul>li:hover>a::after {
    border-top-color: #fff;
}

.nav>ul>li:hover>div {
    display: block;
}

.nav>ul>li>div {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    background: #fff;
    background: rgb(255 255 255);
    z-index: 9999;
    padding: 10px 20px 10px 20px;
    overflow: hidden;
    line-height: normal;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.nav>ul>li>div>ul {
    overflow: hidden;
    text-align: center;
}

.nav>ul>li>div>ul>li {
}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    white-space: nowrap;
}

.nav>ul>li>div>ul>li a:hover {
    color:  #045abd;
}

.nav-pic {
    float: left;
    overflow: hidden;
    width: 140px;
    margin-right: 40px;
}

.nav-pic img {
    display: block;
    width: 100%;
}

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}


/* nav */

.pic {
    padding-top: 54%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 1px;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

.pic img:hover {
    transform: scale(1.05);
}






.footer {
    background: url(../images/footer-bj.png) #17519d no-repeat;
    background-size: 100% 80%;
    position: relative;
    z-index: 99;
}

.foot-c {
    display: table;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.foot-l {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 60%; */
}


.foot-l p:first-child {
    
font-family: MicrosoftYaHei-Bold;
    
font-size: 24px;
    
font-weight: 600;
    
line-height: 36px;
    
color: #ffffff;
    
position: relative;
}
/* .foot-l p:first-child::before{
    content:'';
    position: absolute;
    top: 6px;
    left: 0;
    width: 6px;
	height: 24px;
	background-color: #ffffff;
} */
.c-line{
    display: inline-block;
    margin-right: 50px;
}
.foot-l p {
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
}
.foot-l p.fisrt{
    font-size: 22px;
    margin-bottom: 10px;
}
.foot-l .add p:first-child{font-weight:bold;font-size:20px}
.foot-r {
   float: right;
   margin: 0;
}
.foot-r ul li{
    float: left;
    /* margin: 0 auto; */
    /* display: block; */
    /* margin: 0 auto; */
    /* float: none !important; */
}
.foot-r ul li:first-child{
    float: left;
    margin-right: 29px;
}

.ewm img{
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}
.foot-r ul li p{
	font-size: 16px;
	line-height: 36px;
	color: #ffffff;
	text-align: center;
}

.copyright p{
    text-align: center;
    background-color: #17529e;
    padding: 15px 5px;
    font-size: 15px;
    color: #90add3;
    line-height: 1.8;
}
.copyright p a {
   color: #90add3;
}



@media screen and (max-width:1420px) {
    .px1400 {
        padding-left: 12px;
        padding-right: 12px;
    }
	.logo a img{
    max-height: 50px;
}
	.m-links{
    width: 500px;
    transform: translate(10%, 110%);
}
    .nav>ul>li>a {
        font-size: 16px;
    }
}

@media screen and (max-width:1200px) {
.logo a img{
    max-height: 35px;
}
	.ser1{
    width: 80%;
}
	.m-links ul li span{
    font-size: 15px;
}
	.m-links{
    width: 450px;
    transform: translate(4%, 120%);
}
	.ser-box{
    width: 230px;
}
}
@media screen and (max-width:1024px) {

    html,
    body {
        font-size: 14px;
    }

    body {
        padding-top: 70px;
    }

    .pc {
        display: none;
    }

    .wap {
        display: block;
    }

    .top {
        max-width: 1920px;
        margin: 0 auto;
        position: fixed;
        right: 15px;
        top: 22px;
        width: 25px;
        height: 25px;
        z-index: 9999;
    }

    .top>img {
        display: block;
        width: 100%;
    }

    .wap-menu {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99999;
        font-size: 0;
    }

    .wap-menu img {
        height: 25px;
    }

    .close-menu {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #17529e;
        padding: 15px 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    }
    .m-head .m-links{
    width: 100%;
    margin: 0;
    transform: translateY(0);
}
	.m-head .m-links ul{
    margin: 0;
    padding: 12px 0;
}
	.m-head .m-links ul li{}
	.m-head .m-links ul li,.m-head .m-links ul li a{
    border: none;
    border: navajowhite;
}
	.m-head .m-links ul li span{
    font-size: 13px;
}
    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }

    .m-logo img {
        max-height: 40px;
        max-width: 85%;
        line-height: 40px;
        vertical-align: middle;
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
    }

    .m-tlink a {
        font-size: 12px;
        margin-right: 10px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
    }

    .m-search {
        padding: 18px 10px;
        position: relative;
        background: #004e9f;
    }
	.m-search .ser-box{
    width: 100%;
}
    .m-search .ser1 {
        display: block;
        width: calc(100% - 45px);
        line-height: 45px;
        background: none;
        padding-right: 0;
    }

    .m-search .ser1::placeholder {
        
    }

    .m-search .ser2{
        position: absolute;
        right: 0;
        top: 0;
    }

    .m-nav {
        position: fixed;
        top: 70px;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #1c5cad;
        overflow-y: scroll;
        /* border-top: 1px solid #4591df; */
    }

    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }

    .m-nav ul li {
        position: relative;
        border-bottom: 1px solid #3172c5;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
        overflow: hidden;
        padding: 10px 15px;
        background: #2d70c5;
    }

    .m-nav ul li ul li {
        border: none;
        float: left;
        width: 33%;
    }

    .m-nav>ul>li a {
        display: block;
        font-size: 15px;
        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(../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;
    }
	.footer{
    background-size: cover;
}
    .foot-c{
        padding: 55px 0 40px;
    }

    .foot-c {
        /* display: block; */
    }
	.c-line{
    margin: 0;
    margin-bottom: 30px;
}
	.add{
    text-align: left;
}
	.foot-l p.fisrt{
    font-size: 20px;
}
	.add p{
    font-size: 14px;
}
    .foot-l {
        display: block;
        text-align: center;
        width: auto;
        margin-bottom: 0;
    }
    .foot-r{
    }
	.news-a h3{
    font-size: 20px !important;
}

}

@media screen and (max-width:800px) {
	.foot-c{display: block;padding: 30px 0 20px;}
	.foot-l{margin-bottom: 25px;text-align: center;}
	.foot-l img{
    width: 80%;
}
	.foot-r{display: block;float: none;text-align: center;}
	.foot-r ul{
    display: flex;
    justify-content: center;}
	.foot-r ul li{}
	.foot-r ul li:first-child{
    margin-right: 0;
}
	.add{text-align: center;}
	.foot-r ul li p{
    font-size: 14px;
}
	.foot-l .add p:first-child{
    font-size: 17px;
}
	
}