@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* font-weight: normal; */
    outline: none;
}
html {overflow-x: hidden;}

html,
body {
    color: #222;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    background: #ffffff;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #222;
}

b {word-break: break-all;}

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;
}

.px1500 {
    width: 1500px;
    max-width: 1500px;
    margin: 0 auto;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.pic img:hover {
    transform: scale(1.1);
}

.wap {
    display: none !important;
}

/* 定位搜索框 */

/* 定位搜索框 */

.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.t-search-zzc {
    position: fixed;
    z-index: 99998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}

.t-search {
    padding: 0 0 10px 0;
    display: none;
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999;
}

.t-search > div {
    min-width: 500px;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding: 0 0;
    background: #fff;
}

.t-search > div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 70px 0 20px;
    font-size: 18px;
    height: 50px;
    box-sizing: border-box;
}

.search-btnr {
    height: 46px;
    width: 46px;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    transition: all 0.3s
}

.search-btnr:hover {
    background: #5261a6;
    transition: all 0.3s
}

.search-btnr img {
    display: block;
    margin: 6px;
    background: #ffffff;
    border-radius: 50%;
    padding: 8px;
    cursor: pointer;
    display: inline-block;
}

.search-btnr input {
    display: block;
    width: 20px;
    margin: 10px auto;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    background: #ffffff;
}

.search-btn:hover {
    background: #E1F0FD;
}

.search-btn input {
    display: block;
    width: 24px;
    margin: 13px auto;
}

/*头部*/

.top {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    /* z-index: 999; */
    background: url(../images/top-bg.jpg) no-repeat #244e9f;
    background-size: cover;
    transition: all 0.3s;
}

.top > div {
}

.logo a {
    display: block;
    font-size: 0;
    line-height: 140px;
}

.logo img {
    vertical-align: middle;
}

.top .xx {
    display: block;
    margin-left: 6%;
    margin-top: 60.5px;
}

.toplink {
    float: right;
    line-height: 140px;
    margin-right: 5%;
    color: #ffffff;
}

.toplink a {
    color: #ffffff;
    font-size: 14px;
    padding: 10px;
}

.toplink a:hover {
    color: #cccccc;
}

.top-r {
    float: right;

    margin-top: 50px;
}

.search {
    width: 326px;
    height: 42px;
    background: none;
    border: 1px solid #ddd;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
}

input,
button {
    border: none;
    outline: none;
}

.search .text {
    width: 326px;
    padding-left: 15px;
    padding-right: 74px;
    height: 40px;
    font-size: 14px;
    background: none;
    color: #333;
}

.search .button {
    width: 64px;
    height: 40px;
    background: #ae0207   no-repeat center;
    border-radius: 22px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
}

input::-webkit-input-placeholder {
    color: #999;
}

input::-moz-input-placeholder {
    color: #999;
}

input::-ms-input-placeholder {
    color: #999;
}


/*导航*/

.nav {
    height: 53px;
    line-height: 53px;
    background: url("../images/nav_bg.png") center no-repeat #144089;
    transition: all 0.3s;
    background-size: cover;
}

.nav.on {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    box-shadow: 0 0 10px #333333a8;
}

.nav > ul {
    font-size: 0;
}

.nav > ul > li {
    float: left;
    text-align: center;
    position: relative;
    width: 10%;
}

.nav > ul > li:hover {
    background: #1b2673
}

.nav > ul > li:first-child {
    margin-left: 0;
}

.nav > ul > li > a {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    position: relative;
    transition: auto;
}

.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 > a:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 2px;
    background: #fff;
    display: none;
}

.nav > ul > li.active > a {
    color: #fff;
    font-weight: 600;
}

.nav > ul > li.on > a {
    color: #fff;
    font-weight: 600;
}

.nav > ul > li.active > a:before {
    display: none;
}

.nav > ul > li:hover > a:before {
    display: none;
}

.nav > ul > li > div {
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    background: rgb(255 255 255);
    z-index: 9999;
    overflow: hidden;
    line-height: normal;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.nav > ul > li > div > ul {
    overflow: hidden;
}

.nav > ul > li > div > ul > li a {
    display: block;
    font-size: 15px;
    line-height: 27px;
    transition: .3s;
    color: #333;
    padding: 5px 10px;
    border-bottom: #f4f4f4 1px solid;
}

.nav > ul > li > div > ul > li a:hover {
    background: #144089;
    color: #fff;
}


/*底部*/

.foot {
    background: url("../images/end_bg.png") center no-repeat #244e9f;
    background-size: cover;
}

.foot .px1500 {
    padding: 50px 0;
}

.foot > div {
    color: #fff;
}

.foot a {
    color: #fff;
}

.foot-l {
    width: 35%;
    float: left;
    padding-right: 5%;
}

.foot-l p {
    font-size: 15px;
    line-height: 30px;
    text-align: left;
}

.foot-l img {
    vertical-align: middle;
    max-height: 68px;
}

.foot-c {
    width: 30%;
    text-align: center;
    position: relative;
    border-left: #6e97ca 1px solid;
    border-right: #6e97ca 1px solid;
}

.foot-c p {
    font-size: 15px;
    line-height: 30px;
}

.foot-r {
    width: 35%;
    float: right;
    padding-left: 5%;
}

.foot-r p {
    font-size: 15px;
    line-height: 30px;
    text-align: left;
}

.foot-r ul li {
    float: left;
    width: 100px;
    text-align: center;
}


.copright {
    color: #fff;
    text-align: center;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    font-size: 14px;
    background: #192c7887;
}

.copright p {
    margin: 0;
    padding: 0
}

.copright a {
    color: #fff;
}

.copright a:hover {
    color: #d9d9d9;
}

@media screen and (max-width: 1800px) {
}

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1400px) {
    .px1500 {
        width: 96%;
        margin: 0 auto;
    }

    .foot-c {
        margin-left: 0%;
    }
}

@media screen and (max-width: 1300px) {
    .foot-l img {
        max-height: 55px;
    }
}

@media screen and (max-width: 1200px) {
    .foot-l img {
        max-height: 50px;
    }

    .foot-c {
        margin-left: 3%;
    }

    .foot-r ul li {
        width: 110px;
    }

    .foot-r ul li:nth-child(2) {
        margin-left: 20px;
    }

.foot-r {
    width: 32%;
}

}

@media screen and (max-width: 1100px) {
    .foot-c p {
        font-size: 12px;
    }

.foot-c img {width: 90%;}
}

@media screen and (max-width: 1024px) {
.foot-c img {width:auto;}

    .foot .px1500 {
        padding: 30px 0;
    }

    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;
    }

    .close-menu {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #a60308;
        background-image: -moz-linear-gradient(0deg, rgb(13, 157, 228) 0%, rgb(43, 55, 139) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(13, 157, 228) 0%, rgb(43, 55, 139) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(13, 157, 228) 0%, rgb(43, 55, 139) 100%);
        box-shadow: 0px 0px 8.73px 0.27px rgba(0, 0, 0, 0.44);
        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;
        /*background: #fff;*/
        line-height: 24px;
        border-radius: 5px;
    }

    .m-tlink a img {
        vertical-align: -2px;
        padding-right: 5px;
        height: 14px;
    }

    .m-tlink a img:last-child {
        height: 7px;
        vertical-align: middle;
    }

    .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;
        margin-bottom: 15px;
        border: 1px solid #fff;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #333333;
        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: #26489a;
        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;
        /* 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 {
        padding: 0 0 0 0;
        background: url(../images/end_bg.png) right center no-repeat #244e9f;
        background-size: auto 100%;
    }


    .foot-l, .foot-c, .foot-r {
        float: none;
        width: auto;
        margin-left: 0;
        text-align: center;
    }

    .foot-l {
        line-height: inherit;
        width: 100%;
        padding: 0;
    }

    .foot-c {
        margin: 30px auto;
        border: none
    }

    .foot-r ul li {
        float: none;
        display: inline-block;
    }

    .foot-r {
        margin: 0 auto;
        width: 100%;
        padding: 0;
    }

    .foot-l p {
        text-align: center
    }

    .foot-r p {
        text-align: center
    }
}

@media screen and (max-width: 768px) {
    .px1500 {
    }

    .foot {
        background: url(../images/end_bg.png) center right no-repeat #244e9f;
        background-size: cover;
    }

    .foot-l p {
        text-align: center
    }

    .foot-r p {
        text-align: center
    }

    .foot-c {
       /* display: none */
        margin: 10px auto;
    }

    .foot .px1500 {
        padding: 20px 0;
    }

    .nymain .leftNav ul li a {
        padding: 0
    }

}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 320px) {

.foot-c img {
   
    max-width: 90%;
}


}

.actGotop {
    position: fixed;
    _position: absolute;
    bottom: 70px;
    right: 20px;
    width: 70px;
    height: 70px;
    display: none;
}

.actGotop a, .actGotop a:link {
    width: 70px;
    height: 70px;
    display: inline-block;
    background: url(../images/gotop.png) no-repeat;
    outline: none;
}