@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    color: #333;
    font-size: 18px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    max-width: 1920px;
}

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;
}
::selection {
    background: #0089cf;
    color: #fff
}

::-moz-selection {
    background: #0089cf;
    color: #fff
}

::-webkit-scrollbar {
    width: 6px;
    height: 9px
}

::-webkit-scrollbar-track {
    width: 3px;
    background: rgba(0, 0, 0, .5);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em
}

::-webkit-scrollbar-thumb {
    background-color: #ef9e12;
    background-clip: padding-box;
    min-height: 28px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em
}

::-webkit-scrollbar-thumb:hover {
    background-color: #ef9e12
}
.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 {
    float: none !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.px1300 {
    max-width: 1300px;
    margin: 0 auto;
}

.text_r1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text_r2 {
    white-space: pre-wrap;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text_r3 {
    white-space: pre-wrap;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.head-ttext {
    line-height: 35px;
    background: rgba(255, 255, 255, 0.13);
}

.htext-l {
    float: left;
    color: #fff;
    font-size: 14px;
}

.htext-r {
    font-size: 0;
}

.htext-r a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    margin-left: 15px;
    vertical-align: middle;
    padding-left: 15px;
    line-height: 14px;
    border-left: 1px solid rgba(255, 255, 255, 0.6);
}

.htext-r a:first-child {
    border: none;
}




.head {
    position: fixed;
    /* z-index: 9; */
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    border: none;
    box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
    background-color: #fff;
}

.head.t60 {
    top: 60px;
}

.head-top {
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
    z-index: 999;
}

.logo {
    float: left;
}

.logo a {
    display: block;
    font-size: 0;
}

.logo a img {
    vertical-align: middle;
    transition: all 0.3s;
}
 .head-icons {
    float: right;
}



.head-icons ul li {
    float: left;
    margin-right: 25px;
}

.head-icons ul li a {
    display: block;
    text-align: center;
    width: 87px;
    height: 83px;
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    border: solid 1px #ebefec;
    padding-top: 10px;
}

.head-icons ul li a div {
    height: 35px;
    font-size: 0;
    line-height: 35px;
}

.head-icons ul li a div img {
    display: inline-block;
    vertical-align: middle;
}

.head-icons ul li a p {
    font-size: 14px;
    line-height: 36px;
    color: #000000;
}

.head-icons ul li a:hover {
    border-color: #2b6fba;
}

.head-icons ul li a:hover p {
    color: #2b6fba;
}

.search {
    float: right;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    color: #d6d6d6;
    font-size: 0;
    text-align: right;
}

.search span {
    display: inline-block;
    font-size: 12px;
    color: #666666;
    line-height: 12px;
    vertical-align: middle;
}

.search a {
    display: inline-block;
    font-size: 14px;
    color: #858585;
    vertical-align: middle;
    margin-left: 15px;
    vertical-align: middle;
    padding-left: 15px;
    line-height: 14px;
    border-left: 1px solid #878686;
}

.search a img {
    vertical-align: middle;
    margin-right: 5px;
}

.search a:first-child+a {}

.search a:hover {
    color: #2b6fba;
}

.search-box {
    overflow: hidden;
    padding-left: 10px;
}

.search-box>div {
    margin-top: 25px;
    float: right;
    background: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    padding-left: 40px;
    border: 1px solid #2e63a2;
    background: bottom;
    background: url(../images/search2.png) no-repeat;
    background-position: 10px center;
    border-radius: 6px;
}

.search-box input[type="text"] {
    width: 196px;
    padding: 0 10px 0 0;
    line-height: 35px;
    height: 35px;
    background: none;
    color: #333;
    vertical-align: middle;
    transition: all 0.3s;
    font-size: 14px;
}

.search-box input[type="text"]::placeholder {
    color: #d1d1d1;
}

.search-box input.p-submit {
    width: 67px;
    color: #fff;
    height: 35px;
    font-size: 14px;
    vertical-align: middle;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    background: #2e63a2;
    border-radius: 0px 4px 4px 0px;
}

.search-box img {
    display: block;
    height: 17px;
    margin-top: 9px;
    cursor: pointer;
}

.t-search {
    background: #223356;
    padding: 10px 0;
    display: none;
}

.t-search>div {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding: 5px 0;
    background: #fff;
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 70px 0 20px;
    height: 30px;
    box-sizing: border-box;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: #9b0c14;
}

.search-btn input {
    display: block;
    width: 20px;
    margin: 10px auto;
}



.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: #9b0c14;
}

.search-btn input {
    display: block;
    width: 20px;
    margin: 10px auto;
}


.head.on .nav {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99999;
    border: none;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
}


.nav {
    background: rgba(26, 79, 147, .9);
    background-image: linear-gradient(-90deg, 
		#a9c822 0%, 
		#2162b7 100%), 
	linear-gradient(
		#1a4f93, 
		#1a4f93);
	background-blend-mode: normal, 
		normal;
    transition: all 0.5s;
}

.nav>ul {
    font-size: 0;
    text-align: center;
    transition: all 0.5s;
}

.nav>ul>li {
    display: inline-block;
    /* width: 11.4%; */
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    padding: 0 2.1%;
}

.nav>ul>li>a {
    font-size: 18px;
    line-height: 68px;
    color: #fff;
    position: relative;
    display: inline-block;
    border-bottom: 2px solid transparent;
}

.nav>ul>li>a:after {
    width: 1px;
    height: 0;
    background: #0062d7;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all 0.3s;
}

.nav>ul>li>a:before {
    left: 50%;
    right: 50%;
    height: 1px;
    background: #0062d7;
    position: absolute;
    bottom: -1px;
    transition: all 0.3s;
}

.nav>ul>li:hover ul {
    transform: scale(1);
    transition: all 0.3s;
}

.nav>ul>li ul {

left: 0;

position: absolute;

top: 100%;

padding: 10px 0;

width: 100%;

background: #fff;

overflow: hidden;

border-top: 1px solid #fff;

border-top: 1px solid rgba(255, 255, 255, 0.6);

border-top: 1px solid transparent;

z-index: 99999;

box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

transform: scale(0);

transform-origin: center top;
}

.nav>ul>li ul li {
    margin: 5px 10px;
    text-align: center;
}

.nav>ul>li ul li a {
    display: block;
    font-size: 16px;
    color: #333;
    padding: 10px 0;
}

.nav>ul>li ul li a:hover {
    color: #fff;
    background: #2b6fba;
}

.nav>ul>li:hover {
    background: #fff;
}

.nav>ul>li:hover {
    background: #2b6fba;
}

.nav>ul>li.active {
    background: #fff;
}

.nav>ul>li.active>a {
    color: #0062d7;
}

.nav>ul>li.active>a::before {
    left: 0;
    right: 0;
}

.nav>ul>li.on>a:after {
    height: 15px;
    bottom: -16px;
}

.nav>ul>li.on>a::before {
    left: 0;
    right: 0;
}

.pic {
    display: block;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.pic img:hover {
    transform: scale(1.05);
}

.footer {
    background: #1a4f93;
    padding: 35px 0 0 0;
    border-top: 6px solid #93b316;
}

.foot-l {
    float: left;
}

.foot-ll {
    float: left;
    border-right: 1px solid #fff;
    padding-right: 25px;
    margin-right: 30px;
}

.foot-ll a {
    display: block;
}

.foot-ll a img {
    display: block;
}

.foot-lr {
    overflow: hidden;
    padding-top: 8px;
}

.foot-lr h4 {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 20px;
}
.foot-lr p a{
color:#fff;
}
.foot-lr p {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}

.foot-r {
    float: right;
    overflow: hidden;
}

.foot-r div {
    float: left;
    margin: 0 10px;
    text-align: center;
}

.foot-r div img {
    display: block;
    margin: 0 auto;
    width: 282px;
    margin-top: 22px;
}

.foot-r div p {
    color: #fff;
    font-size: 14px;
    line-height: 32px;
}

.bq {
    text-align: center;
    padding: 15px 10px;
    background: #002c65;
    margin-top: 40px;
}

.bq p {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
}

.color-block {
    height: 5px;
    background: #ffe60a;
    background: linear-gradient(to right, #ff8745, #ffe60a, #3faf28);
    display: none;
}

.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 8;
}

.banner a {
    display: block;
    width: 100%;
}


.banner img {
    display: block;
    width: 100%;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick-list {
    overflow: visible;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-dots {
    text-align: center;
    font-size: 0;
    z-index: 8;
    bottom: 35px;
}

.banner .slick-dots li {
    width: 29px;
    height: 41px;
    background: url(../images/banner-dot.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 10px;
}

.banner .slick-dots li.slick-active {
    background: url(../images/banner-dot-act.png) no-repeat;
    background-size: 100% 100%;
}

.banner .slick-prev,
.banner .slick-next {
    position: absolute;
    z-index: 3;
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-size: 0;
    width: 27px;
    height: 52px;
}

.banner .slick-prev {
    left: 110px;
    background: url(../images/banner-l.png) no-repeat;
    background-size: 100%;
}

.banner .slick-prev::before {
    content: none;
    font-size: 30px;
}

.banner .slick-next {
    right: 110px;
    background: url(../images/banner-r.png) no-repeat;
    background-size: 100%;
}

.banner .slick-next::before {
    content: none;
    font-size: 30px;
}

#gotop {
    position: fixed;
    right: 75px;
    bottom: 120px;
    z-index: 999;
}

#gotop img {
    display: block;
}

#link {
    background: #d8e1ec;
    padding: 15px 0;
}

.link {
    overflow: hidden;
}

.link span {
    float: left;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #000000;
    font-weight: 600;
}

.link div {
    overflow: hidden;
}

.link div a {
    float: left;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #5a5a5a;
    margin: 0 18px;
}

.link div a:hover {
    color: #2b6fba;
}

@media screen and (max-width:1320px) {
    .px1300 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .search-box input[type="text"] {
        width: 150px;
    }

    .nav>ul>li>a {
        font-size: 14px;
    }

    .logo a img {
        height: 85px;
    }

    .banner .slick-prev, .banner .slick-next {
        width: 27px;
        height: 46px;
    }
}

@media screen and (max-width:1200px) {
    .foot-lr h4{
        font-size: 22px;
    }
    .foot-lr p{
        font-size: 14px;
    }


}

@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: #fff;
        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: #1a4f93;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
margin-top:10px;
    }

    .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: #1a4f93;
        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;
    }
    

    #gotop {
        right: 10px;
        bottom: 30px;
    }

    #gotop img {
        width: 30px;
    }

    .foot-lr p span {
        display: block;
    }
    .foot-l{
        float: none;
        text-align: center;
    }
    .foot-ll{
        float: none;
        margin-right: 0;
        border: none;
        padding-right: 0;
    }
    .foot-lr{
        float: none;
    }
    .foot-r{
        float: none;
        text-align: center;
    }
    .foot-r div{
        margin: 0;
    }
    .foot-ll a img{
        margin: 0 auto;
    }
    .foot-r div{
        float: none;
    }


    .banner .slick-prev, .banner .slick-next{
        width: 13px;
        height: 26px;
    }
    .banner .slick-prev{
        left: 10px;
    }

    .banner .slick-next{
        right: 10px;
    }
    .banner .slick-dots {
        bottom: 10px;
    }
    .banner .slick-dots li {
        width: 14px;
        height:20px;
        margin: 0 5px;
    }



    .link span{
        float: none;
    }
    .link div a{
        font-size: 14px;
        margin: 0 10px 0 0;
    }
    .bq p{
        font-size: 12px;
        line-height: 20px;
    }
    .bq{
        margin-top: 10px;
    }
}

@media screen and (max-width:768px) {
    .footer {
        padding: 20px 0 0 0;
    }

    .foot-l {
        float: none;
        width: auto;
        margin-right: 0;
        text-align: center;
    }

    .foot-ll a img {
        margin: 0 auto;
        max-width: 90%;
    }
    .foot-lr h4{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .foot-r {
        float: none;
        text-align: center;
        font-size: 0;
    }

    .foot-r div {
        float: none;
        display: inline-block;
    }

    .banner .slick-prev, .banner .slick-next {
        width: 14px;

        height: 23px;
    }

    .banner .slick-prev {
        left: 10px;
    }

    .banner .slick-next {
        right: 10px;
    }

.footer .footer-c .foot-ll a img{width:100%;}

}

@media screen and (max-width:480px) {}

@media screen and (max-width:320px) {
    .m-nav ul li ul li {
        width: 50%;
    }
}




//新尾部
.footer .footer-c{
    display: flex;
    justify-content: space-between;
    justify-items: center;
}
.footer .footer-c  .foot-l{
   width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .footer-c  .foot-r{
    width: 20%;
}
@media screen and (max-width:1200px){
.footer .footer-c .foot-ll{
   width:30%;
}

.footer .footer-c .foot-ll a{
width:100%;
}

.footer .footer-c .foot-ll a img{
width:100%;
}

.footer .footer-c .foot-lr h4{
font-size:20px;
margin-bottom:10px;
}
}


@media screen and (max-width:1000px){
.footer .footer-c .foot-l{
display:block;
width:auto;
}
.footer .footer-c .foot-ll{
width:auto;
margin:0 auto;
}
.footer .footer-c .foot-r{
width:auto;
}

.footer .footer-c .foot-ll a img{
width:50%;
}
}

@media screen and (max-width:1030px) and ((min-width:1020px)){

.nav>ul>li{padding: 0 2.7%;}
}
@media screen and (max-width:768px){
.footer .footer-c .foot-ll a img{width:100%;}
}
