@charset "UTF-8";
/* 内容页文章打印 */
@media print {
    .head {
        display: none;
    }

    .banner {
        display: none;
    }

    .position {
        display: none;
    }

    .foot {
        display: none;
    }

    .nymain .leftNav {
        display: none;
    }

}
* {
    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;
}



li {
    list-style: none;
}

a {
    text-decoration: none;
    display: block;
}

img,
input {
    border: 0;
    outline: none;
}

.wap {
    display: none !important;
}

.top>img.wap {
    display: none;
}




.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;
}



body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}


.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}


/* 文字下划线动效 */
.titline i {
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

a:hover .titline {
    color: #fff;
}

a:hover .titline i {
    background-size: 100% 1px;
}
/* icon摇晃 */
@keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }

}
@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);
	}
}
/* 图片盒子 */
.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;
}

.pic img:hover {
    transform: scale(1.1);
}


/* 弹出搜索框 */
.mt-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 997;
    display: none;
}

.mt-bj {
    position: fixed;
    z-index: 998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.mt-info {
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 600px;
    height: 60px;
}

.ipt_tx {
    width: 100%;
    height: 60px;
    display: block;
    padding: 10px;
    padding-right: 100px;
    font-size: 22px;
}

.ipt_btn {
    position: absolute;
    width: 80px;
    height: 60px;
    right: 0;
    top: 0;
    cursor: pointer;
    background: url(../images/m-search.png) no-repeat #174094;
    background-position: center center;
    background-size: 30px;
}



/* head */
.head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    transition: top 0.3s;
    filter: drop-shadow(0 0 10px rgba(5, 77, 153, 0.3));   
}

.head-top {
    position: relative;
    padding-top: 20px;
    background: url(../images/head-bj.png) no-repeat;
    background-size: 100% 100%;
}



.head.on .head-top::after {
    height: 100%;
}

.logo1 {
    display: block;
}

.logo2 {
    display: none;
}

.logo {
    position: absolute;
    left: 50%;
    top: 13px;
    transform: translateX(-50%);
    width: 260px;
}
.logo img{
    width: 100%;
}
.head.on .logo1 {
    display: none;
}

.head.on .logo2 {
    display: block;
}

.h-link {
    text-align: right;
}

.h-link a {
    color: #fff;
    display: inline-block;
    font-size: 17px;
    margin-left: 20px;
    transition: all 0.3s;
    line-height: 15px;
}

.h-link a:hover {
    opacity: 0.7;
}

.st-enter {
    padding: 0 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.ser {
    width: 14px;
    height: 14px;
    background: url(../images/ser.png) no-repeat;
    background-size: cover;
}

/* 下拉导航 */
.nav-l {
    float: left;
    margin-left: 12%;
    padding-top: 21px;
}

.nav-r {
    float: right;
    margin-right: 12%;
}

.nav-l>.nav>ul>li {
    margin-right: 50px;
}

.nav-r>.nav>ul>li {
    margin-left: 40px;
}

.nav>ul>li {
    display: inline-block;
    position: relative;
}

.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: 60px;
    position: relative;
    color: #fff;
    font-weight: 600;
}

.nav>ul>li.on>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>div {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 120px;
    text-align: center;
    background: rgb(255 255 255);
    z-index: 99;
    overflow: hidden;
    line-height: normal;
    display: none;
    background-color: #fff;
}

.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: 16px;
    color: #333333;
    line-height: 45px;
    white-space: nowrap;
    padding: 0 10px;
    border-top: 1px solid #f3f3f3;
}

.nav>ul>li>div>ul>li:first-child a {
    border: none;
}

.nav>ul>li>div>ul>li:hover a {
    color: #fff;
}

.nav>ul>li>div>ul>li:hover {

    background-color: #054d99;
}


/* foot */

.foot{
    background-color: #054d99;
}
.foot>.px1400{
    padding-top: 60px;
    padding-bottom: 20px;
}
.f-logo{
    float: left;
}

.f-lx {
    float: left;
    margin: 0 5%;
}

.f-lx h3{
    font-size: 18px;
	line-height: 18px;
	color: #fffefe;
    padding-left: 10px;
    border-left: 2px solid #fff;
    margin-bottom: 20px;
}

.f-lx p{
    font-size: 16px;
	color: #ccc;
    line-height: 24px;
}

.fwl{
    float: left;
    width: 218px;
	line-height: 50px;
    text-align: center;
    font-size: 16px;
	color: #ffffff;
    background: url(../images/f-fw.png) no-repeat;
    background-size: 100% 100%;
    display:none;
}

.ewm{
    float: right;
    text-align: center;
}

.ewm img{
    width: 83px;
	height: 83px;
}

.ewm p{
    font-size: 14px;
	color: #ffffff;
}

.copyright{
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.copyright img{
    vertical-align: middle;
    margin-right: 10px;
}
.copyright p{
    font-size: 16px;
	line-height: 24px;
	color: #cccccc;
}


@media screen and (max-width:1850px){
    .nav-l>.nav>ul>li{
        margin-right: 30px;
    }
    .nav-r>.nav>ul>li{
        margin-left: 50px;
    }
    .head .logo{
        width: 260px;
    }
}


@media screen and (max-width:1700px){
    .nav-l{
        margin-left: 10%;
    }
    .nav-r{
        margin-right: 10%;
    }
    .nav-l>.nav>ul>li{
        margin-right: 25px;
    }
    .nav-r>.nav>ul>li{
        margin-left: 45px;
    }

}
@media screen and (max-width:1500px){

    .nav-l>.nav>ul>li{
        margin-right: 20px;
    }
    .nav-r>.nav>ul>li{
        margin-left: 35px;
    }
    .nav>ul>li>a{
        font-size: 16px;
    }
    .h-link a{
        font-size: 16px;
    }
}
@media screen and (max-width:1400px){

    .head.on .logo{
        width: 200px;
        top: 35%;
    }
    .head .logo{
        width: 200px;
        top: 35%;
    }
    .h-link a{
        font-size: 15px;
    }
    .px1400{
        padding: 0 10px;
    }
    


    .f-lx{
        margin: 0 3%;
    }
}
@media screen and (max-width:1300px){
    .nav-l{
        margin-left: 8%;
    }
    .nav-r{
        margin-right: 8%;
    }
    .h-link a{
        font-size: 13px;
    }
}
@media screen and (max-width:1200px) {
    body {
        padding-top: 60px !important;
    }

    .pc {
        display: none !important;
    }

    .wap {
        display: block !important;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #054d99;
        z-index: 999;
        padding: 10px;
    }

    .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 {
        padding: 10px 15px 0 15px;
    }

    .m-tlink a {
        font-size: 12px;
        margin-right: 5px;
        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;
        /* background: #fff; */
        margin-top: 15px;
        border: 1px solid #fff;
    }

    .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;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #054d99;
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }

    .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(../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 */
    .f-logo{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    .f-lx{
        text-align: center;
        float: none;
        width: auto;
        margin: 0;
        margin-bottom: 20px;
    }
    .f-lx h3{
        border: none;
    }
    .fwl{
        float: none;
        margin: 20px auto;
        display:none;
    }
    .ewm{
        float: none;
        width: auto;
    }
    .f-logo a img{
        max-width: 85%;
    }
}




@media screen and (max-width:768px) {
    .foot>.px1400{
        padding-top: 30px;
    }
}


@media screen and (max-width:480px) {}