@charset "utf-8";
.pc.on .top {
    background: rgb(4 90 189);
}
.fl{float:left;}
* {
    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;
}



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;
}


.top {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #045abd;
    z-index: 999;
    transition: all 0.3s;
    background: url(../images/dingbujianbian.png);
}

.logo a {
    display: block;
    font-size: 0;
    line-height: 120px;
}

.logo img {
    vertical-align: middle;
    width: 100%;
}
.logo{width: 31%;}
.top-r {
   width: 67%;
   position: relative;
   float: right;
}

.top-r-t {
    text-align: right;
    line-height: 24px;
    padding-top: 25px;
    overflow: hidden;
}

.top-r-en {
    display: inline-block;
    margin-right: 72px;
    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: #fece31 url(../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: 42px; */
    width: 12.5%;
}

.nav>ul>li:first-child {
    margin-left: 0;
}

.nav>ul>li>a {
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: relative;
    /*transition: all 0.3s;*/
}

.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: 100%;
    background: #fff;
    background: rgb(255, 255, 255, 1);
    z-index: 9999;
    overflow: hidden;
    line-height: normal;
    /* display: none; */
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);

    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: 14px;
    line-height: 40px;
    transition: .3s;
    color: #333;
}

.nav>ul>li>div>ul>li a:hover {
    background: #045ac6;
    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;
}

























.ser-box{
    position: relative;
}
.ser1{
    width: 360px;
    height: 45px;
    padding: 16px 54px 16px 28px;
    border-radius: 22px;
}
.ser2{
    position: absolute;
    right: 23px;
    top: 8px;
}



.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 */

.banner .pic {
    /* padding-top: 70%; */
    position: relative;
    overflow: hidden;
    height: 100vh;
}
.news-list .pic{padding-top: 70%;   position: relative;overflow: hidden;}
.news-list .pic img {
    position: absolute;
    left: 1px;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

.news-list .pic img:hover {
    transform: scale(1.05);
}






.footer {
    background: #0065cf;
    background: url(../images/footer-bj.png) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 999;
}

.foot-c {
    display: table;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
}

.foot-l {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
}


.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;
    width: 6px;
    height: 24px;
    background-color: #ffffff;
    vertical-align:-3px;
    margin-right: 10px;
}
.foot-l p {
    font-size: 14px;
    line-height: 36px;
    color: #ffffff;
}


.foot-r {
   float: right;
}
.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: 14px;
	line-height: 36px;
	color: #ffffff;
    text-align: center;
}

.copyright p{
    text-align: center;
    background-color: #17529e;
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
}
.copyright p a {
   color: #fff;
}



@media screen and (max-width:1420px) {
    .px1400 {
        padding-left: 12px;
        padding-right: 12px;
    }

    .nav>ul>li>a {
        font-size: 16px;
    }
}




@media screen and (max-width:1024px) {

    html,
    body {
        font-size: 14px;
    }

    body {
        padding-top: 60px;
    }

    .pc {
        display: none;
    }

    .wap {
        display: block;
    }

    .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;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #0065cf;
        padding: 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    }

    .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 {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        border: 1px solid #fff;
        border: 1px solid rgba(255, 255, 255, 0.5);
        margin-top: 15px;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }

    .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;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #0065cf;
        overflow-y: scroll;
        border-top: 1px solid #fff;
    }

    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }

    .m-nav ul li {
        border-bottom: 1px solid #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        position: relative;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
        overflow: hidden;
    }

    .m-nav ul li ul li {
        border: none;
        float: left;
        width: 33%;
    }

    .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(../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;
    }

    .foot-c{
        padding: 15px 0;
    }

    .foot-c {
        display: block;
    }

    .foot-l {
        display: block;
        text-align: center;
        width: auto;
        margin-bottom: 30px;
    }

    
    
    .foot-r{
        
width: 279px;
        
margin: 0 auto;
        
float: none;
        
display: block;
    }

}