@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: 微软雅黑;
}

input,
img,
a {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.px1300 {
    max-width: 1400px;
    margin: 0 auto;
}

.pic {
    padding-top:125%;
    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.05);
}

.banner a {
    position: relative;
    display: block;
}

.banner a>img {
    display: block;
    width: 100%;
}

@-webkit-keyframes move1 {
    0% {
        transform: scale(0);
    }
    95% {
        transform: scale(1.01);
    }
    100% {
        transform: scale(1);
    }
}

@-ms-keyframes move1 {
    0% {
        transform: scale(0);
    }
    95% {
        transform: scale(1.01);
    }
    100% {
        transform: scale(1);
    }
}

.banner .b-txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.banner .b-txt p img {
    -webkit-animation: move1 2s ease-in-out;
    -moz-animation: move1 2s ease-in-out;
    -ms-animation: move1 2s ease-in-out;
    -o-animation: move1 2s ease-in-out;
    animation: move1 2s ease-in-out;
}

.banner .b-txt p:first-child img {
    display: block;
    width: 460px;
    margin-left: auto;
    margin-right: auto;
}

.banner .b-txt p:last-child img {
    display: block;
    max-width: 1298px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@-o-keyframes move1 {
    0% {
        transform: scale(0);
    }
    95% {
        transform: scale(1.01);
    }
    100% {
        transform: scale(1);
    }
}

@-moz-keyframes move1 {
    0% {
        transform: scale(0);
    }
    95% {
        transform: scale(1.01);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes move1 {
    0% {
        transform: scale(0);
    }
    95% {
        transform: scale(1.01);
    }
    100% {
        transform: scale(1);
    }
}

#nav {
    background-color:#2548a1;
}

.nav>ul>li {
    position: relative;
    float: left;
    width: 14.2%;
    text-align: center;
}

.nav>ul>li>a {
    display: block;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    border-bottom: 5px solid transparent;
}

.nav>ul>li.on{
    border-bottom: 5px solid #ffa10e;
}

.nav>ul>li:hover {
    background-color:#3a5db6;
    border-bottom: 5px solid #ffa10e;
}

.nav>ul>li:hover>a {
    color: #fff;
}

.nav>ul>li>ul {
    position: absolute;
    left:0;
    width:100%;
    top: 61px;
    margin-left:0;
    background-color: #fff;
    padding-bottom: 10px;
    display: none;
    /*box-shadow: 0 0 10px #facbcb;*/
    padding: 0 10px;
    box-sizing: border-box;
    z-index: 999;
}

.nav>ul>li>ul>li {
    position: relative;
    line-height: 45px;
    border-bottom: 1px dashed #d3cbcb;
}

.nav>ul>li>ul>li>span {
    position: absolute;
    background:  no-repeat center center;
    background-size: 12px auto;
    width: 20px;
    height: 20px;
    right: 5px;
    top: 13px;
}

.nav>ul>li>ul>li>span.on {
    background:  no-repeat center center;
    background-size: 12px auto;
}

.nav>ul>li>ul>li>ul {
    display: none;
}

.nav>ul>li>ul>li>ul>li {
    line-height: 30px;line-height: 45px;
}

.nav>ul>li>ul>li>ul>li>a {
    font-size: 14px;
    color: #e3dede;
}

.nav>ul>li>ul>li>a {
    font-size: 16px;
    color: #333;
}

.nav>ul>li>ul>li:hover>a {
    color: #3a5db6;
}

.footer {
    background-color: #3a5db6;
}

.footer p {
    padding: 6px 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}


/* 移动端 */

.wap {
    display: none;
}

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 20px;
    top: 40px;
    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;
}

@media screen and (max-width: 1300px) {
    .px1300 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner .b-txt p:first-child img {
        max-width: 385px;
    }

}

@media screen and (max-width: 1024px) {
    .yd {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1000;
    }
    .yd.on {
        background: rgba(0, 0, 0, .6);
    }
    .wap {
        display: block !important;
    }
    #nav {
        display: none;
    }
    .m-head {
    position: fixed;
    top: 30px;
    right: 7px;
    width: 50px;
    height: 45px;
    background: #3a5db6;
    z-index: 999;
    }
    .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-nav {
        position: fixed;
        top: 105px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background:#3a5db6;
        overflow-y: scroll;
        width: 100%;
        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;
    }
    .yd.on .m-head {
        left: 0;
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .banner .b-txt p:first-child img {
        width: 140px;
    }
}



.header_box { z-index: 100; left: 0px; right: 0px; top: 0px; position: relative; }

.header_box .w14 { display: flex; justify-content: space-between; align-items: center; height: 112px; }
#header { z-index: 999; width: 100%;background: #3a5db6 right bottom;transition: all 0.6s ease 0s;}
.header_top{padding:0.2rem 0;align-items: center;}
#logo{ width:70%; }
#logo a { display: block; }
#logo a img { display: block; max-width: 100%; }
.header .search_btn{ cursor: pointer; text-align: center; transition: all 0.6s ease 0s;display: block; margin-left: 0.2rem;padding-left: 0.2rem;position: relative; }
.header .search_btn::after{content: "";width: 1px;height: 12px;background: #fff;position: absolute;left: 0;top: 50%;margin-top: -6px;}
.search{width: 100%;height:2.5rem;line-height: 0.5rem;border-radius: 2rem;border: 1px solid #e4e4e4;}
.search .text{    width: calc(100% - 3.5rem);
    line-height: 0.4rem;
    text-indent: 0.15rem;
    font-size: 1.2rem;
    color: #fff;
    background: none;
    padding-left: 0.5rem;}
.search .btn{    width: 1.5rem;
    height: 1.5rem;
    margin: 0.5rem 0.7rem;}
.header { width: 70%; }
.top_search_black { display: none; }
#header.xg { top: 0px; }
#header.xg #logo .logo_black, #header.xg .top_search_black { display: inline-block; }
#header.xg .top_search_white { display: none; }
#header.xg #nav ul li a h3 { color: rgb(255, 254, 254); }
#header.xg .topLink{margin-bottom: 0;}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.w16 {
    max-width: 1400px;
    padding: 1rem 0;
    margin: 0 auto;
}
@media (max-width: 850px) {
  .header_box { height: 0.5rem; }
}
@media (max-width: 414px) {
  .header_box { height: 0.5rem; }
}
@media (max-width: 340px) {
  .topLink p { margin-right: 0px; }
  .topLink p a { padding: 0px 0.5rem; }
}
@media (max-width: 1200px) {
  #m_header #logo { width: 60%; }
  #logo img { width: 100%; margin-left: 10px;}

}
@media (max-width: 1024px) {
#logo{ width: none; }
.search{display: none;}
}

@media (max-width: 768px) {
.m-nav{top: 8%;}
}

@media (max-width: 680px) {
  #m_header #logo { width: calc(100% - 80px); }
}

@media (max-width: 530px) {
.m-nav{top: 7%;}
}


@media (max-width: 1000px) {
	/*.bannerBox{margin-top: 60px;}*/
  .m_header_box, .m_header_box header, #m_header #logo { height: 60px; }
}
@media (max-width: 850px) {
  .bannerBox .slick-dots{bottom: 1.15rem;}
  .banner a { height: 100%; width: 100%; }
  .banner img { position: relative; top: 0px; left: 0px; transform: translate3d(0px, 0px, 0px); width: 100%; }
}
@media (max-width: 540px) {
	.bannerBox .slider img{height: 30vw;}
}




@media screen and (max-width:1370px) {
.list_01 .js{width: 47.5%;}

}



@media screen and (max-width:1096px) {
.list_01 .js{width: 45.5%;}

}

@media screen and (max-width:900px) {
.list_01 .js{width: 100%;}
.list_01>li{width: 100%;}
.s3-r .zt001{width: 100%;}
.s3-r .pp{display: flex;flex-wrap: wrap;}
.s3-r .pp .s3r-down{width: 100%;}
.s3-l .s3-ll{width: calc(33.3% - 10px);padding: 15px;}
.s2-l-top{margin-bottom: 2.6rem;}
.tpp-list>li{float: left;width: 48%;}
.tpp-list>li {
    float: left;
    width: 48%;    margin-bottom: 20px;
}
.tpp-list>li:nth-child(1) {margin-left: 0;}
.tpp-list>li:nth-child(2n) {margin-left: 4%;}
.tpp-list>li:nth-child(3) {margin-left:0;}

}


@media screen and (max-width:768px) {
.top{top: 30px;}
.m-head{top: 20px;}
.list {margin-top: 10px;}

}

@media screen and (max-width:586px) {
.m-head {top: 16px;}
.top {top: 26px;}
.s3-l .s3-ll{width: calc(50% - 10px);padding: 15px;}
}


@media screen and (max-width:420px) {
.m-head {top: 8px;}
.top {top: 18px;}
.s3-l .s3-ll {width: calc(100% - 10px);padding: 15px;}
.tpp-list>li{width:100%;margin-left: 0;}
.tpp-list>li:nth-child(1) {margin-left: 0;}
.tpp-list>li:nth-child(2n) {margin-left: 0;}
.tpp-list>li:nth-child(3) {margin-left:0;}
}