

* {
    box-sizing: border-box;
    font-family:'Noto Sans SC', sans-serif;
}
.auto{width: 1400px;margin:0 auto;}

#header {
    height: 70px;
    position: fixed;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    z-index: 1000;
    transition: all .4s;
}

#header.on {
    background-color: #FFF;
    box-shadow: 0 0 0px rgba(0, 0, 0, .1);
    border-color: #eeece7;
}

#header .logo {
    /* float: left; */
    width: 374px;
    height: 100%;
    /*background: url(../images/logo.png) no-repeat left center;*/
    margin: 0;
    transition: all .4s;
}

#header.on .logo {
    /*background: url(../images/logo.png) no-repeat left center*/
    display: flex;
    align-items: center;
}

#header .ri {
    display: flex;
    /* height: 100%; */
    margin-right: 0;
    align-items: center;
    justify-content: space-between;
}

#header .ri .menu {
    margin-left: 40px;
}

.dd-en {
    float: left;
    height: 90px;
    line-height: 90px;
    font-size: 18px;
    font-weight: 700;
    margin-right: 20px;
}

#header .menu .seekBox {
    position: relative;
    float: left;
    width: 52px;
    height: 100%;
    transition: all .4s;
}

#header .menu .seekBox .dd {
    position: absolute;
    top: 100%;
    height: 0;
    transition: all .4s;
    padding-left: 66px;
    padding-right: calc(2.8vw + 51px);
    left: -400px;
    width: 700px;
    background: #fff;
    overflow: hidden;
}

#header .menu .seekBox .icon {
    position: absolute;
    left: 27px;
    top: 0;
    width: 25px;
    height: 80px;
}

#header .menu .seekBox input {
    width: 360px;
    height: 80px;
    padding: 20px 0;
    font-size: 15px;
    color: #000000;
}

#header .menu .seekBox .btn {
    position: absolute;
    left: 388px;
    top: 0;
    width: 80px;
    height: 80px;
    transition: all .4s;
    cursor: pointer;
}

#header .ri .xspt {
    display: flex;
    float: left;
    height: 90px;
    align-items: center;
    margin-left: 30px;
}

#header .ri .xspt span {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1363AA;
    border-radius: 50%;
    margin-right: 10px;
}

#header .ri .xspt a {
    font-size: 18px;
}

.hover .zccz {
    margin-top: 10%;
}

#header .menu .seekBox .btn:hover {
    /* background-image: url(../images/icontoon.png); */
}

#header .menu .seekBox.on .dd {
    height: 80px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

#header .menu .langBox {
    position: relative;
    display: flex;
    justify-content: center;
    width: 68px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    height: 90px;
    line-height: 90px;
    font-weight: bold;
}

#header .menu .langBox .dt {
    padding-right: 13px;
    background: url(../images/icondown.png) no-repeat right center;
    transition: all .4s;
}

#header .sub_box {
    display: none !important;
    position: absolute;
    z-index: 55;
    left: 0;
    top: 32px;
    width: 270px;
    background: #FFFFFF;
    padding-left: 17px;
    margin-left: -75px;
    padding: 20px 28px;
    border: 1px solid #E9E9E9;
}

#header .sub_box a {
    /* float: left; */
    font-size: 18px !important;
    color: #494949 !important;
    /* line-height: 80px; */
    transition: all .4s;
    /* margin-right: 30px; */
    display: block;
    padding: 20px 0px;
    border-bottom: 1px solid #ECEAE6;
    font-weight: 700;
}


#header .sub_box a:last-child {
    border: none;
}

#header .color_line {
    position: absolute;
    left: 0;
    top: 90px;
    right: 0;
    height: auto;
    background: #fff;
    transition: all .6s;
    opacity: 1;
    pointer-events: none
}

#header .nav {
    display: flex;

}

#header .nav .navSlide {
    position: absolute;
    bottom: -1px;
    height: 2px;
    background: transparent;
    pointer-events: none;
}

#header .nav .dl {
    /* float: left; */
    /* height: 100%; */
    position: relative;
}

#header .nav .dt {
    font-size: 18px !important;
    /* line-height: 90px; */
    color: #FFFFFF;
    height: 100%;
    padding: 0 26px;
    transition: all .3s;
}



#header .nav .dd {
    height: 70px;
    position: absolute;
    left: 0;
    top: 100%;
}

#header .nav .ul {
    display: inline-block;
    height: 100%;
    background-color: #601d6d
}

#header .nav .dd a:hover {
    color: #1162BA !important;
}

#header .nav .dt a.on {
    color: #1162BA;
    font-weight: 700;

}

#header .langBox .dd {
    position: absolute;
    padding-left: 40px;
    padding-right: 70px;
    left: -80px;
    top: 100%;
    height: 0;
    width: 200px;
    background: #fff;
    overflow: hidden;
    transition: all .4s;
}

#header .langBox .dd a {
    float: right;
    margin-left: 20px;
    font-size: 15px;
    height: 80px;
    line-height: 80px;
    color: #494949;
    transition: all .4s;
    cursor: pointer;
}

#header .langBox .dd a:hover {
    color: #c9952b;
}

#header .menu .langBox.on .dd {
    height: 80px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

#header.on .nav .dt {
    color: #1a1a1a;
    /* font-weight:700; */
}

#header .color_line.on {
    opacity: 1;
    height: 80px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

#header.on .menu .seekBox {
    width: 40px;
    height: 40px;
    background: url(../images/search.png) #005EA6 no-repeat center;
    border-radius: 50%;
}

#header.on .menu .langBox {
    color: #032974;
    display: block;
}

#header.on .nav {
    /* right: 2%; */
}

#header.on .zccz {
    border-radius: 0;
    box-shadow: none;
    background: none;
    width: auto;
    height: auto !important;
    float: left;
    margin-right: 43px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: 16%;
}

#header.on .zccz h2 {
    color: #333333;
    font-size: 16px;
}

#header.on .menu .langBox .dt {
    background-image: url(../images/icondownon.png);
}

#header.on .menu-btn .i {
    background: #1363AA;
}

#header .menu-btn {
    display: none;
    position: relative;
    float: left;
    /* margin-top: 23px; */
    width: 54px;
    height: 54px;
    z-index: 900;
    transition: all .4s;
    cursor: pointer;
}

#header .menu-btn .cnt {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 25px;
    height: 21px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

#header .menu-btn .i {
    width: 100%;
    height: 3px;
    background: #fff;
    -webkit-transition: all .4s;
    transition: all .4s
}

#header .menu-btn.on .i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #1363AA;
}

#header .menu-btn.on .i:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#header .menu-btn.on .i:nth-child(2) {
    opacity: 0
}

#header .menu-btn.on .i:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.headwrap {
    width: 1600px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}




#footer {
    padding: 100px 0 40px;

    background: #F5F5F5;
    padding-bottom: 30px;
}



.footer-ba p {
    color: #A3A2A1;
    font-size: 16px;
    line-height: 23px;

}

.lxfs-title{
    font-size:20px;
    font-weight:500;
    color:#1a1a1a;
    padding-left:35px;
    background:url(../images/dz-icon.png) no-repeat left;
}

.dh-title{
    background:url(../images/dh-icon.png) no-repeat left;
}

.lxfs-sum{
    font-size:16px;
    color:#888;
    margin-top:20px;
    margin-bottom:40px;
}


.footer-menu>ul {
    display: flex;
    flex-wrap:wrap;
   justify-content:space-between;
}

.footer-menu>ul>li {
    font-size: 20px;
    color: #1a1a1a;
    width: 19%;
    font-weight:500;
    margin-bottom:50px;
    margin-right: 6%;
}

.footer-menu>ul>li:nth-child(4n){
    margin-right:0px;
}


.footer-menu>ul>li>a{
     margin-bottom:20px;
}



.footer-menu>ul>li>ul>li{
    font-size:16px;
    color:#888;
    line-height:1.43;
    min-width:80px;
}

.footer-menu>ul>li.footer-menuM{
    /* width:22%; */
}

.footer-menu>ul>li.footer-menuM>ul{
    display:flex;
    flex-wrap:wrap;
    width:100%;

}



.footer-menu>ul>li>ul>li>a{
    margin-bottom:8px;
}



.footer-top{
    display:flex;
    justify-content:space-between;
}

.footer-left{
    width: 60.5%;
}

.footer-right{
    display:flex;
    justify-content:space-between;
    width:30%;
}

.footer-wx{
    background:#fff;
    padding:10px 12px;
    border-radius:5px;
}
.footer-wx span{
    font-size:16px;
    color:#888;
}

.footer-wx img{
    display:inline-block;
    margin-left:24px;
}

.footer-em{
    margin-top:20px;
    text-align:center;
}

.footer-em span{
    font-size:16px;
    color:#888;
    margin-top:8px;
    display:inline-block;
}

.footer-bottom{
    display:flex;
    justify-content:space-between;
    margin-top:50px;
}

.footer-ba{
    font-size:16px;
    color:#888;
}

.footer-ba a{
    display:inline-block;
     color:#888;
}

.footer-fz ul{
    display:flex;
    font-size:16px;
    color:#888;
}

.footer-fz ul li a{
    display:inline-block;
    margin:0px 4px;
}


.mobile-nav .bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 800;
    background: rgba(0, 0, 0, .8)
}

.mobile-nav li .til:after {
        display: none;
        content: '';
        position: absolute;
        bottom: .32rem;
        right: .6rem;
        background: url(../images/icon-this.png) no-repeat;
        background-size: contain;
        width: .24rem;
        height: .24rem;
        transition: all .3s
    }

.mobile-nav .vux {
     opacity: 0;
     position: fixed;
     right: -360px;
     width: 358px;
     top: 0;
     padding-top: 48px;
     height: 100%;
     overflow: hidden;
     overflow-y: auto;
     z-index: 850;
     background: #fff;
     transition: all .4s;
     box-shadow: 0 0 10px rgba(0, 0, 0, .1);
     background-size: 100%
}

.mobile-nav .vux.on {
    opacity: 1;
    right: 0;
}

.mobile-nav li {
    position: relative
}

.mobile-nav li .til {
    position: relative;
    padding: 0 45px;
    line-height: 50px;
    font-size: 18px;
    color: #63605d;
    height: 100%;
    height: 50px;
}

.mobile-nav li .til:after {
    display: none;
    content: '';
    position: absolute;
    bottom: 18px;
    right: 45px;
    background: url(../images/icon-this.png) no-repeat;
    background-size: contain;
    width: 14px;
    height: 16px;
    transition: all .3s
}

.mobile-nav li.on .til {
    color: #937124
}

.mobile-nav li.show .til:after {
    display: block
}

.mobile-nav li.n_c .til:after {
    display: none
}

.mobile-nav li .bt {
    display: none;
    padding: 6px 0;
    margin: 0 45px;
    border-top: 1px solid #ebeae9
}

.mobile-nav li .bt a {
    display: block;
    position: relative;
    font-size: 16px;
    color: #666;
    line-height: 40px
}

.mobile-nav li .bt a.on,
.mobile-nav li .bt a:hover {
    color: #1D4F91
}

/* Ã§Â§Â»Ã¥Å Â¨Ã§Â«Â¯ */
.mobile-head .language-con {
    display: none;
    position: absolute;
    right: .3rem;
    padding-bottom: .2rem;
    left: .6rem;
    top: .2rem
}

.mobile-head .language-con a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: .8rem;
    font-size: .26rem;
    height: .8rem;
    margin-right: .1rem;
    line-height: .4rem;
    border: 1px solid #ebeae9;
    color: #63605d
}

.mobile-head .language-con a.on {
    color: #fff;
    background: #1363AA;
    border-color: #1363AA;
}






#header .menu .langBox {
    width: 50px;
    display: none;
}

#header .menu .langBox .dt {
    background: no-repeat !important;
    padding-right: 0;
}

#header .menu .langBox .dt:hover {
    color: #1363AA;
}

#header .nav .dt,
#header .sub_box a,
.crumbs .subNav a,
.crumbs .pageSeat a {
    font-size: 16px;
}







@media screen and (max-width: 1800px) {
    .banner .swiper-slide .st3 {
        margin: 0;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 92vw;
    }

    .banner .swiper-slide .st3 img {
        max-width: 100%;
    }

    .banner .swiper-slide .st1 .h1 {
        font-size: 56px;
    }

    .banner .videoPos .videTxt {
        width: 1500px;
    }

    .banner .sw-page {
        width: 1500px;
    }
}

@media screen and (max-width: 1600px) {
   #header .nav .dt{
       padding:0px 20px;
   }

    .auto {
        width: 1400px;
    }

    .indexCont1 .cTab h3 {

        -webkit-line-clamp: 1;

    }

    .news-item {
        padding: 15px 0px;
    }

    .jyywul ul li {
        width: 452px;
        height: 300px;
    }

    .jyywul ul li img {
        width: 60px;
        height: 60px;
        margin-top: 0;
        margin-left: calc(100% - 35px);
    }


    #footer .le li:nth-child(2) {
        margin-left: 79px;
    }

    #footer .le li {
        position: relative;
        float: left;
        margin-left: 35px;
    }

    .headwrap {
        width: 1500px;

    }

    .banner .videoPos .videTxt,
    .banner .sw-page {
        width: 1400px;

    }

    .business-title {
        font-size: 22px;
        width: 90%;
    }

}

@media screen and (max-width:1500px) {
    .business-title {
        font-size: 20px;
    }

    .headwrap {
        width: 1400px;
    }

    .auto {
        width: 1400px;
    }

    .indexCont1 {
        height: auto;
    }

    .jyywul ul li {
        width: 31%;
        height: 300px;
    }

    .jyywul ul li img {
        width: 60px;
        height: 60px;
        margin-top: 0;
        margin-left: 240px;
    }

    .banner .swiper-slide .pos {
        right: 100px
    }

    .banner .swiper-slide .st1 .h1 {
        padding-left: 0%;
        font-size: 40px;
        /* margin-top: -20%; */
        /* width: 730px; */
    }

    .banner .swiper-slide .st1 .h1 p {
        /* padding-left: 10%; */
        font-size: 40px;
        /* margin-top: -20%; */
    }

    .wraprights {
        float: none;
    }

    .wraprights p {
        width: 200%;
    }

    #footer .le li {
        margin-left: 22px;
    }

    #footer .le li:nth-child(2) {
        margin-left: 60px;
    }

    #header.on .nav .dt {
        padding: 0px 15px;
        font-size: 16px !important;
    }

    #header .sub_box a {
        font-size: 16px !important;
        background: url(../images/drop-icon.png) no-repeat 160px center;
    }

    #header .sub_box {
        width: 240px;

    }
}




@media screen and (max-width:1450px) {

    #footer{
        padding:80px 0px 30px
    }
    .headwrap,
    .banner .videoPos .videTxt,
    .banner .sw-page {
        width: 1240px;
    }

    .headwrap {
        width: 1350px;
    }

    .auto {
        width: 1240px;
    }

    .indexCont1 .list h4 {
        margin-top: 5px;
        font-size: 18px;
    }

    .news-item {
        padding: 10px 0px;
    }

    .entite p {
        font-size: 40px;
        margin-top: 15px;
        line-height: 42px;
    }

    .newsswioer .mySwipernews .swiper-slide .mySwipernewsright h2 a {
        font-size: 22px;
        margin-top: 10px;
    }

  
    .home-more {
        top: -52px;
        font-size: 17px;
    }

    .indexCont3 {
        padding: 100px 0px;
    }
}

@media screen and (max-width:1300px) {
    .headwrap {
        width: 96%;
    }

    #header .logo {
        width: 300px;
    }

    #header .nav .dt {
        padding: 0 14px;
    }

    #header.on .nav {
        /* right:0%; */
    }

    #header .ri .xspt {
        margin-left: 15px;
    }

    .auto,
    .headwrap,
    .banner .videoPos .videTxt,
    .banner .sw-page {
        width: 95%;
    }

    #header .ri .menu{
        margin-left:20px;
    }

    #header.on .nav .dt{
        padding:0px 12px;
    }

}

@media screen and (max-width: 1200px) {
    #header.on .nav .dt {
        padding: 0px 10px;
    }

    #header .ri .xspt {
        margin-left: 5px;
    }

    #header .ri .xspt a {
        font-size: 16px;
    }

    #header .logo {
        /* width: 250px; */
    }

    #header .logo img {
        width: 100%;
    }

    #header.on .logo {
        /* background-size: 100%; */
    }

    .footer-menu>ul>li,.lxfs-title{
        font-size:18px;
    }

    .footer-menu>ul>li>ul>li,.lxfs-sum,.footer-em span,.footer-wx span{
        font-size:15px;
    }
}

@media screen and (max-width: 1024px) {
   

    .auto,
    .banner .sw-page {
        width: 92vw;
    }

    

   

    #header .menu-btn {
        display: block;
    }

    #header .nav {
        display: none;
    }

    .footer-wx{
        width:120px;
        padding: 8px;
    }

    .footer-em{
        width:120px;
        margin-top: 10px;
    }

    .footer-wx img{
        margin-left:10px;
    }


}







@media screen and (min-width: 1024px) {
    #header:hover {
        background-color: #FFF;
        box-shadow: 0 0 0px rgba(0, 0, 0, .1);
        border-color: #eeece7;
    }


    #header:hover .nav .dt {
        color: #333333;
    }



    #header:hover .menu .langBox {
        color: #032974;
        display: block;
    }

    #header:hover .menu .langBox .dt {
        background-image: url(../images/icondownon.png);
    }

    #header:hover .nav .navSlide {
        background: #1363AA;
    }

    #header:hover .menu-btn .i {
        background: #c9952b;
    }

    #header:hover .zccz h2 {
        color: #333333;
    }

    #header:hover .nav {
        right: 2%;
    }
}

@media screen and (max-width: 1024px) {
  
    .mobile-head .language-con {
        /* display: flex; */
        border-bottom: 1px solid #ebeae9;
    }

    .mobile-nav .vux {
     
    }

    .mobile-nav li .til {
        position: relative;
        /* padding: 0 .6rem; */
        /* line-height: .9rem; */
        /* font-size: .30rem; */
        color: #63605d;
        /* height: .9rem; */
    }



    .mobile-nav li .bt {
        display: none;
        /* padding: .1rem 0; */
        /* margin: 0 .6rem; */
        border-top: 1px solid #ebeae9;
        border-bottom: 1px solid #ebeae9;
    }

    .mobile-nav li .bt a {
        display: block;
        /* position: relative; */
        /* font-size: .28rem; */
        color: #666;
        /* line-height: .6rem; */
    }


  
  .seekBox{
     display:none
  }

    .footer-left{
        display:none;
    }

    .footer-right{
        width:100%;
    }

   .footer-lxfs{
       margin-top:20px;
   }

    .footer-menu>ul>li>ul>li, .lxfs-sum, .footer-em span, .footer-wx span{
        font-size:14px;
      
    }

    .lxfs-sum{
        margin-bottom:20px;
        margin-top:10px
    }

    .footer-menu>ul>li, .lxfs-title{
        font-size: 16px;
        background-size:24px
    }

    .footer-bottom{
        flex-wrap:wrap;
        margin-top: 7px;
        border-top:1px solid #ddd;
        padding-top:20px;
    }

    #footer{
        padding: 30px 0px;
    }

   #header .logo{
       width: 66%;
   }

   .footer-ba{
    text-align: center;
       font-size:14px;
   }

    .footer-fz ul li a{
        font-size:14px;
    }

   .footer-fz{
    width:100%;
   }

   .footer-fz ul{
    justify-content: center;
    margin-top:10px;
   }

}


