@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: "微软雅黑";
}

input,
img,
a,
button {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}
@font-face{
font-family: "sisong";
src: url(../style/sySong.woff);
font-weight: normal;
font-style: normal;

}
.pic {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
    object-fit:cover;
}

.pic:hover img {
    transform: scale(1.2);
}

.l1 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.l3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.l4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.wp {
    max-width: 1600px;
    margin: 0 auto;
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    padding: 38px 0;
  
    z-index: 9;
}


.head{background: #fff;border-radius: 50px;padding: 0 10px;}

.head-l {
    float: left;
    width: 50%;
}

.head-l a {
    display: block;
    width: 100%;
}
.head-l .logo{display:flex;align-items:center;margin-top: 8px;/* width: 50%; */}
.logo a img {
    display: inline-block;
    vertical-align: middle;
    max-height: 55px;
    max-width: 100%;
}
.head-l .logo .txt{
    padding-left: 15px;margin-left: 15px;
    background: url(../images/logol-xx.png) no-repeat left center;
}
.head-l .logo .txt h3{
    font-size: 26px;
    color: #3777E4;
    line-height: 1;
    /* padding-bottom: 5px; */
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.4); */
    font-family: "sisong";
}
.logo span {
    display: inline-block;
    font-size: 12px;
    color: #3777E4;
    vertical-align: middle;
    /* padding-top: 5px; */
    /* font-family: "sisong"; */
}

.head-r {
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: right;
    width: 50%;
    font-size: 0;
    line-height: 32px;
}
.hr-top{
    padding-left: 12px;
    margin-left: 12px;
    border-left: 1px solid #D8D8D8;
    float: right;
    /* display: flex; */
    align-items: center;
    justify-content: flex-end;
    }
.hr-top a {
    position: relative;
    display: flex;
    /* line-height: 35px; */
    align-items: center;
    /* padding: 0 15px; */
    /* vertical-align: middle; */
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    /* border-left: 1px solid #fff; */
    /* font-family: "sisong"; */
}
.hr-top a:first-child{border-left: none;}
.hr-top a:last-child{padding-right: 0;}
.hr-top a img{padding-right:5px;width: 35px;}

.head-r span {
    display: inline-block;
    padding: 0 12px;
    color: #fff;
    vertical-align: middle;
    font-size: 16px;
}

.hr-top a:hover {
    /* opacity: .8; */
}


/* 轮播 */

.banner a {
    position: relative;
    display: block;
}
.banner a::after{content: "";position: absolute;left: 0;right: 0;
bottom: 0;height: 180px;background:url(../images/bantc.png) no-repeat center bottom;background-size: 100% 100%;}
.banner a img {
    display: block;
    width: 100%;
}
.banner a p{
    position: absolute;
    width: 40%;
    left: 11%;
    font-size: 64px;
    color: #fff;
    line-height: 70px;
    top: 50%;
    transform: translateY(-50%);
    padding-bottom: 20px;
}
.banner a p::after{content: "";position: absolute;left: 0;bottom: 0;width: 80px;height: 4px;background: #fff;}
.banner .slick-dots{bottom: 40px;}
.banner .slick-dots li{position: relative; width: 48px;height: 48px;line-height: 48px;margin: 0 10px;text-align: center;border-radius: 50%;border: 1px dashed transparent; }
.banner .slick-dots li::after{content: "";position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);width: 8px;height: 8px;border-radius: 50%;background: #fff;}
.banner .slick-dots li.slick-active{border: 1px dashed #fff;}
.banner .slick-dots li.slick-active::after{background: transparent;}
.banner .slick-dots li span{
    font-size: 0;
    color: #fff;
   
}
.banner .slick-dots li.slick-active span{font-size: 14px;}
/* 弹窗搜索 */

.search_btn {
    cursor: pointer;
}

.search_btn svg {
    fill: rgb(255, 255, 255);
    width: 16px;
    height: 16px;
}

.search-dialog-box {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease 0s;
}

.search-dialog-box::before {
    content: "";
    position: absolute;
    top: 0px;
    height: 0px;
    background: rgb(14, 93, 168);
    transition: all 0.6s ease 0s;
    left: 0px;
    right: 0px;
    z-index: 1;
    opacity: 0.9;
}

.search-dialog-box.on::before {
    height: 100%;
    display: none;
}

.search-dialog-box .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.search-dialog-box .search-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
    margin: 0px;
    background: 0% 0% / cover no-repeat rgba(0, 0, 0, 0.7);
    transform-origin: center center;
    transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.search-dialog-box .wrap-inner {
    transform: translateY(100%);
    transition: all 0.6s ease 0s;
}

.search-dialog {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

.search-dialog .search-tit {
    font-size: 44px;
    line-height: 56px;
    color: rgb(255, 255, 255);
    text-align: center;
    overflow: hidden;
    display: none;
}

.search-dialog .search-inner {
    overflow: hidden;
    margin-top: 0rem;
}

.search-dialog .search-input {
    width: 800px;
    margin: 0rem auto;
    background-color: rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
    max-width: 94%;
}

.search-dialog .search-input input[type="text"] {
    float: left;
    height: 70px;
    width: calc(100% - 100px);
    background-color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 8px;
    color: #666;
    transition: all 0.3s ease 0s;
    padding: 0rem 20px;
}

.search-dialog .search-input input[type="submit"],
.search-dialog .search-input .clear-btn {
    float: right;
    height: 70px;
    width: 100px;
}

.search-dialog .search-input input[type="submit"] {
    background-color: #0B3B85;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    background-image: url("../images/search1.png");
    font-size: 20px;
    color: #fff;
}

.search-dialog .search-input .clear-btn {
    background-color: rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url();
    background-size: 56px;
    border-radius: 100%;
    margin-right: 16px;
    display: none;
}

.search-dialog .search-input.on {
    background-color: rgb(255, 255, 255);
}

.search-dialog .hot-search {
    font-size: 0rem;
    width: 49px;
    margin: 9.6px auto 0rem;
    box-sizing: border-box;
    padding: 0rem 9.6px;
    overflow: hidden;
}

.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}

.search-dialog .hot-search .hot-tit {
    font-size: 6px;
    line-height: 8px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    padding-left: 9.6px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 8px;
}

.search-dialog .hot-link {
    margin-left: 16px;
}

.search-dialog .hot-link a {
    display: inline-block;
    zoom: 1;
    font-size: 6px;
    line-height: 8px;
    margin-right: 12px;
    color: rgb(255, 255, 255);
    padding-bottom: 0.05rem;
    position: relative;
}

.search-dialog .hot-link a::before {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0rem;
    width: 100%;
    height: 0.02rem;
    background-color: rgb(255, 255, 255);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease 0s;
}

.search-dialog-box .bottom-box {
    position: absolute;
    left: 0rem;
    bottom: 5.1%;
    width: 100%;
}

.search-dialog-box .bottom-box .share-box {
    overflow: hidden;
}

.search-dialog-box .bottom-box .copy {
    font-size: 35px;
    line-height: 50px;
    color: rgb(255, 255, 255);
    font-family: gilroy-regular;
    margin-top: 50px;
    overflow: hidden;
}

.header-right.is-open .bubbles-bg {
    visibility: visible;
    opacity: 1;
}

.header-right.is-open .search-btn .con-box {
    display: none;
}

.header-right.is-open .close-btn {
    display: block;
}

.header-right.is-open .item .search-bg {
    transform: scale(1);
}

.search-dialog-box.on {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box.on .search-bg {
    height: 100vh;
}

.search-dialog-box.on .bubbles-bg {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box.on .wrap-inner {
    transform: translateY(0px);
}

.pub-close {
    position: absolute;
    width: 48px;
    height: 48px;
    z-index: 10;
    right: 24px;
    top: 21.6px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
}

.pub-close .bg {
    position: absolute;
    left: 0rem;
    top: 0rem;
    width: 100%;
    height: 100%;
    background-color: rgb(28, 90, 183);
    transform: scale(0);
    border-radius: 100%;
    transition: transform 0.3s ease 0s;
}

.pub-close i {
    position: absolute;
    left: 0rem;
    top: 0rem;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 12px;
    background-repeat: no-repeat;
    background-image: url("../images/close.png");
    transition: all 0.6s ease 0s;
}

.pub-close i:hover {
    transform: rotate(180deg);
}

@keyframes spin {
    100% {
        transform: rotate(1turn);
    }
}

@keyframes spin2 {
    100% {
        transform: rotate(-1turn);
    }
}

@keyframes spin-reverse {
    0% {
        transform: rotate(1turn);
    }
}

@keyframes spin-reverse2 {
    0% {
        transform: rotate(-1turn);
    }
}
#nav{width: 100%;}
.nav {
    position: relative;
}

.shao-nav {
    float: left;
    width: calc(100% - 60px);
}
#yiji_menu_ul{
    display:flex;
    justify-content:space-between;
}
.shao-nav>ul>li {
    float: left;
    text-align: center;
    position: relative;
  
}

.shao-nav>ul>li:first-child {
    margin-left: 0;
}

.shao-nav>ul>li>a {
    display: block;
    font-size: 18px;
    line-height: 70px;
    /* margin-left: 40px; */
    color: #343434;
    text-align: center;
    /* margin-left: 50px; */
    /* padding: 0 43px; */
    position: relative;
    /* font-family: "sisong"; */
    transition: all 0.3s;
}

.shao-nav>ul>li:hover>a {
  
    color: #3777E4;
}


.shao-nav>ul>li>a::before{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    border: 1px dashed #3777E4;
    opacity: 0;
    z-index: -1;
}
.shao-nav>ul>li.on>a::before{ opacity: 1;
    z-index: 9;}
.shao-nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    width: 1px;
    height: 0px;
    background: #3777E4;
    transition: all .6s;
}

.shao-nav>ul>li.on>a::after {
    height: 10px;
    bottom: 0;
}




.shao-nav>ul>li>div {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 150px;
    transform: translateX(-50%);
        /* right: 0; */
    background: #fff;
    z-index: 9999;
    overflow: hidden;
    line-height: normal;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.shao-nav>ul>li>div>ul {
    overflow: hidden;
}

.shao-nav>ul>li>div>ul>li a {
    display: block;
    font-size: 14px;
    line-height: 40px;
    transition: .3s;
    color: #333;
}

.shao-nav>ul>li>div>ul>li a:hover {
    background: #0746a1;
    color: #fff;
}

.more-nav {
    position: relative;
    width: 40px;
    float: right;
}

.more-nav span {
    position: absolute;
    top: 25px;
    right: 0;
    width: 21px;
    height: 21px;
    background: url(../images/nav-menu.png) no-repeat center center;
}

.more-nav .duo-nav {
    position: absolute;
    right: 0;
    width: 200px;
    z-index: 999;
    top: 70px;
    right: 0px;
    height: auto;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    display: none;
}

.duo-nav>li {
    position: relative;
    line-height: 40px;
    text-align: center;
}

.duo-nav>li:hover {
    background-color: #3777E4;
}

.duo-nav>li>a {
    font-size: 16px;
    color: #fff;
}

.duo-nav>li>div {
    position: absolute;
    top: 0;
    width: 150px;
    right: 200px;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    display: none;
}

.duo-nav>li>div>ul>li:hover {
    background-color: #0746a1;
}

.duo-nav>li>div>ul>li>a {
    font-size: 14px;
    color: #fff;
}

.duo-nav>li:hover>div {
    display: block;
}


/* 移动端 */

.wap {
    display: none;
}

.top {
    position: fixed;
    max-width: 1920px;
    margin: 0 auto;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: -1;
}

.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;
}

.footer {
 
   padding-top: 45px;
   
   background: url(../images/footbg.jpg) no-repeat center center;
   background-size: 100% 100%;
 
}
.ft-top{display: flex;justify-content: space-between;align-items: center;border-top: 1px solid rgba(255, 255, 255, 0.2);border-bottom: 1px solid rgba(255, 255, 255, 0.2);padding:45px 0}
.ft-top .ft-logo{ width:50%;}
.ft-top .ft-logo img{ width:100%;}

.ft-l {
   
   
}

.ft-l ul {
    display: inline-block;
    padding-left: 95px;
    margin-left: 115px;
    background: url(../images/ft-dj.png) no-repeat left center;
}

.ft-l ul:first-child {
    background: url(../images/ft-dz.png) no-repeat left center;
}

.ft-l ul li {
    line-height: 40px;
}

.ft-l ul li p {
    font-size: 18px;
    color: #fff;
}

.ft-r {
    
text-align: center;
}

.ft-r .ewm {
    width: 100px;
    height: 100px;
}

.ft-r .ewm img {
    display: block;
    width: 100%;
    height: 100%;
}

.ft-r p {
    margin-top: 5px;
    font-size: 16px;
    color: #9E9E9E;
}
.ft-down{padding:20px 0;text-align:center;font-size:16px;color: rgba(255, 255, 255, 0.6);}
.ft-down p a{font-size:16px;color: rgba(255, 255, 255, 0.6);}
@media screen and (max-width: 1600px) {
    .wp {
        padding-left: 15px;
        padding-right: 15px;
    }
    
}
@media screen and (max-width: 1200px)
{.ft-l ul{display: block;}  
.shao-nav{
    width:100%;
}}

@media screen and (max-width: 1024px) {
    .header {
        display: none;
    }
    #nav {
        display: none;
    }
    body {
        padding-top: 60px;
    }
    .top {
        z-index: 9999;
    }
    .wap {
        display: block !important;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
      
        z-index: 999;
        padding: 10px;
    }
    .m-logo {
        display: flex;
        align-items: center;
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: inline-block;
    }
    .m-logo img {
        max-height: 23px;
     
        vertical-align: middle;
    }
    .m-logo a i {
        position: relative;
        padding: 0 10px;
        vertical-align: middle;
    }
    .m-logo a i:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 30px;
        background-color: #025bbf;
    }
    .m-logo .txt{padding-left:10px;}
    .m-logo .txt h3{
    font-size: 16px;
    color: #3777E4;
    font-family: "sisong";
}
    .m-logo span {
        display: inline-block;
        font-size: 12px;
        color: #3777E4;
        vertical-align: middle;
        font-family: "sisong";
    }
    .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;
        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;
        overflow-y: scroll;
        width: 100%;
        background: #3777E4;
        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 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;
    }
    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }
    .banner a p{left: 15%;}
}



@media screen and (max-width: 1000px) {
    .ft-top{display: block;}
    .ft-logo{width: 100%;}
    .ft-l ul{margin-left: 0;}
    .ft-l{margin-top: 15px;}
}
@media screen and (max-width: 750px){
    .footer{padding-top: 15px;}
    .ft-top{padding: 15px 0;}
    .ft-logo img{max-width: 362px;width: 100%;}
    .ft-l ul{padding-left: 50px!important;}
    .ft-l ul li p{font-size: 14px;}
    .ft-l ul,.ft-l ul:first-child{background-size: 40px auto;}

}