@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;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
em {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0;
    outline: none;
}

.wap {
    display: none;
}

.top>img.wap {
    display: none;
}

body .clear {
    float: none !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.px1400 {
    max-width: 14rem;
    margin: 0 auto;
}

/* pic：padding-top */
.pic {
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

a:hover .pic>img {
    transform: scale(1.05);
}


/* 文字下划线动效 */
.titline i {
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#0f4e9b, #0f4e9b);
    background-position: 0 100%;
    background-size: 0 .01rem;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

a:hover .titline {
    color: #0f4e9b;
}

a:hover .titline i {
    background-size: 100% .01rem;
}




/* 头部导航 */
.nav {
    position: relative;
    font-size: 0;
    background: #ffffff;
}
.nav::after{
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    border-top: .3rem solid transparent;
    border-right: .2rem solid #fff;
    border-bottom: .3rem solid #fff;
    border-left: .2rem solid transparent;
}
.nav>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 .25rem;
}

.nav>ul>li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.nav>ul>li:first-child {
    margin-left: 0;
}

.nav>ul>li>a {
    display: block;
    font-weight: 600;
    text-align: center;
    position: relative;
    line-height: .51rem;
    font-size: .2rem;
    color: #0f4e9b;
}

.nav>ul>li.has-ej:hover:after {
    transform: translateY(-50%) rotate(90deg);
}

.nav>ul>li>div {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 1.2rem;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 99;
    overflow: hidden;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .2);
}

.nav>ul>li>div>ul {
    overflow: hidden;
}

.nav>ul>li>div>ul>li {
    width: 100%;
}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: .16rem;
    color: #333333;
    line-height: .4rem;
    white-space: nowrap;
    padding: 0 .1rem;
}

.nav>ul>li>div>ul>li:hover a {
    color: #fff;
}

.nav>ul>li>div>ul>li:hover {

    background: #0f4e9b;
}

.nav>ul>li.active>a {
    background-color: #f58c00;
    color: #fff;
    font-weight: 600;
}

/* head */
.head {
    background: url(../images/h-bg.png) no-repeat center top;
    background-size: 100% 100%;
}

.head>.px1400 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.logo a img {
    max-width: 2.77rem;
}

.head-r {
    width: 9.8rem;
}

.h-lk {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding-top: .17rem;
    padding-bottom: .14rem;
}

.h-lk a {
    font-size: .16rem;
    line-height: .36rem;
    padding: 0 .2rem;
    color: #000000;
}

.h-lk .oa {
    background: url(../images/oabg.png) no-repeat;
    background-size: 100% 100%;
}

.h-lk .xs {
    background: url(../images/xsbg.png) no-repeat;
    background-size: 100% 100%;
}

.h-lk .ser {
    background: url(../images/serbg.png) no-repeat;
    background-size: 100% 100%;
    height: .36rem;
    width: 3.16rem;
}
.ser {
    position: relative;
}
.ser input[type="submit"] {
    width: .18rem;
	height: .18rem;
    background: url(../images/ser.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: .24rem;
    transform: translateY(-50%);
}
.ser div{
    height:100%;
}
.ser input[type="text"]{
    width: 90%;
    height: 100%;
    padding: 0 .24rem;
    font-size: .14rem;
} 

/* foot */
.foot {
    background: url(../images/foot-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: .3rem 0 .2rem 0;
}

.foot .px1400{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items: center;
}

.motto {
    width: 5.53rem;
    padding-bottom: .1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: .1rem;
}
.motto img {
    width: 100%;
}

.f-lx p{
    font-size: .18rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: .49rem;
	letter-spacing: 0rem;
	color: #ffffff;
}
.f-lx p img{
    margin-right: .2rem;
    width: .3rem;
}

.f-bq a {
    font-size: .16rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: .19rem;
	letter-spacing: 0rem;
	color: #ffffff;
	opacity: 0.6;
}
.f-bq {
    text-align: center;
    background-color: #004281;
    padding: .24rem 0;
}





























@media screen and (max-width:1420px) {
    .px1400 {
        padding-left: .1rem;
        padding-right: .1rem;

    }
}

@media screen and (max-width:1200px) {

    html,
    body {
        font-size: .14rem;
    }

    body {
        padding-top: .6rem;
    }

    .pc {
        display: none;
    }

    .wap {
        display: block;
    }

    .top {
        max-width: 19.2rem;
        margin: 0 auto;
        position: fixed;
        right: .1rem;
        top: .18rem;
        width: .25rem;
        height: .25rem;
        z-index: 9999;
    }

    .top>img {
        display: block;
        width: 100%;
    }

    .wap-menu {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99999;
        font-size: 0;
        cursor: pointer;
    }

    .wap-menu img {
        height: .25rem;
    }

    .close-menu {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #0f4e9b;
        padding: .1rem;
        z-index: 999;
        box-shadow: 0 .05rem .05rem rgba(0, 0, 0, 0.1);
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: .4rem;
    }

    .m-logo img {
        max-height: .35rem;
        max-width: 85%;
        line-height: .4rem;
        vertical-align: middle;
    }

    .m-tlink {
        padding: .1rem .15rem 0 .15rem;
    }

    .m-tlink a {
        font-size: .12rem;
        margin-right: .1rem;
        color: #fff;
        display: inline-block;
        line-height: .24rem;
        background: #fff;
        color: #304174;
        line-height: .24rem;
        padding: 0 .15rem;
        border-radius: .05rem;
    }

    .m-search {
        margin: 0 .15rem;
        padding-right: .5rem;
        padding-left: .1rem;
        padding-top: .05rem;
        padding-bottom: .05rem;
        position: relative;
        line-height: .35rem;
        border: .01rem solid #fff;
        border: .01rem solid rgba(255, 255, 255, 0.5);
        margin-top: .15rem;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: .25rem;
        background: none;
        color: #fff;
    }

    .m-search input[type="text"]::placeholder {
        color: #fff;
    }

    .m-search input[type="image"] {
        position: absolute;
        right: .1rem;
        top: .1rem;
        height: .15rem;
    }

    .m-nav {
        position: fixed;
        top: .6rem;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #0f4e9b;
        overflow-y: scroll;
        border-top: .01rem solid rgba(255, 255, 255, .1);
    }

    .m-nav ul {
        padding: 0 .15rem;
    }

    .m-nav ul li {
        border-bottom: .01rem solid #fff;
        border-bottom: .01rem 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: .14rem;
        line-height: .2rem;
        padding: .15rem 0;
        position: relative;
        color: #fff;
    }

    .m-nav>ul>li ul li a {
        padding: .1rem 0;
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: .2rem;
        height: .2rem;
        background: url(../images/m-nav_down.png) no-repeat;
        background-size: .14rem .14rem;
        background-position: center center;
        right: 0;
        top: .15rem;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }





}

@media screen and (max-width: 1024px) {
    .foot .px1400>div {
        width: 100%;
        text-align: center;
    }
    .motto{
        margin: 0 auto;
        max-width: 85%;
    }
    .foot{
        background-color: #004d95;
        background-size: cover;
        padding: .3rem 0;
    }
}

@media screen and (max-width:768px) {}


@media screen and (max-width:480px) {}