
/* =====================================================================公共 */


.joinTdBox {
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.joinTdL {
    width: 60%;
}
.joinTdImg img{   border-radius: 20px;-webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;position: inherit;}
.joinTdImg {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #fff;
}
#yf .joinTdR {left:10px;}#yf .joinTdL {float:right;}
.joinTdR {
    width: 45%;
    height: 90%;
    padding: 3% 50px;
    position: absolute;
    right: 10px;
    top: 5%; background-color:#fff;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 2;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.26);
}

.joinTd_tit {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.joinTd_tit img {
    width: 50px;
    margin-right: 15px;
}

.kuuio{font-size: 2.1875vw !important;
  font-weight: bold;
  line-height: 2.5vw;}
.joinTd_tit span {
    font-size: 24px;
    font-weight: 600;
}

.joinTd_top p {
    font-size: 16px;line-height: 25px;
    text-transform: uppercase;
}

.joinTd_top .More {
    margin-top: 30px;
}

.joinTd_top {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px dashed #ddd;
}

.joinTd_con p {
    font-size: 16px; line-height:25px;
    text-transform: uppercase;
}

.joinTd_con p a {
    font-size: 16px;
    padding-left: 20px;
}

/*  */

.joinTdImg:hover img {
    transform: scale(1.1);
}



/*滚动条宽高及背景*/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/*轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: fff;
    border-radius: 0px;
}

/*滑块*/
::-webkit-scrollbar-thumb {
    border-radius: 2px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #1b418b;
}

/*两端按钮*/
::-webkit-scrollbar-button {
    background-color: none;
    height: 0;
}

/*右下角汇合处样式*/
::-webkit-scrollbar-corner {
    background: khaki;
}


/*  */


.inner {
    width: 90%;
    margin: 0 auto;
}

.innerN {
    width: 84%;
    margin: 0 auto;
}

.padd {
    padding: 3% 0;
}

.Tit {
    margin-bottom: 3%;
    position: relative;
    z-index: 2;
}


.Tit span {
    display: inline-block;
    font-size: 54px;
    line-height: 1;
    color: #1e2c68;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 45px;
}

.Tit span::after {
    content: '';
    width: 68px;
    height: 0;
    border-top: 12px solid #f8b614;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: 0;
    left: 0;
}

.Tit.center span::after {
    left: 50%;
    transform: translateX(-50%);
}

.Tit p {
    padding: 10px 0 10px;
    font-size: 24px;
    color: #001012;
}

.Tit.center {
    text-align: center;
}

.Tit.white b {
    color: #fff;
}

.Tit.white b::after {
    background: #fff;
}

.Tit.white span {
    color: #323232;
}

.Tit.white p {
color: #666;
}

.Tit.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*  */
.More {
    display: inline-block;
    max-width: 300px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.More {
    display: inline-flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.More.center {
    width: 100%;
    justify-content: center;
    max-width: initial;
}

.More a {
    display: inline-flex;
    align-items: center;
 font-size: 16px;
  display: inline-block;
  border: solid 2px #474a50;
  color: #474a50;
  text-transform: uppercase;
  line-height: 3.61111111em;
  height: 3.61111111em;
  padding: 0 2em 0 2.5em;
    position: relative;
    overflow: hidden;
    transition: all .48s;

    text-transform: uppercase;
}

.More a i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #474a50;
    margin-left: 60px;
}

.More a img {
    width: 16px;
}

.More a .img2 {
    display: none;
}

.More.white a {
    color: #fff;
    border-color: #fff;
}

.More a::after {
    content: '';
    width: 0%;
    height: 100%;
    background:#fbcf00;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: all .48s;
}

.More a:hover {
    color: #fff;
    border-color: transparent;
}
.More a:hover i{background: #fbcf00;}
.More a:hover::after {
    width: 100%;
}

.More a:hover .img2 {
    display: inline-block;
}

.More a:hover .img1 {
    display: none;
}

.More.white a {
    color: #002673;
    border-color: #fff;
    background: #fff;
}

.More.white a:hover {
    background: #fff;
}

/*  */

.Tit b {
    display: block;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #666;
    position: relative;
    margin-bottom: 10px;
}

.Tit b::after {
    content: '';
    width: 30px;
    height: 1px;
    background: #333;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.Tit span {
    display: inline-block;
    font-size:30px;
    line-height: 1;
    color: #323232;
    font-weight: 600;
    position: initial;
    padding-bottom: 0;
}

.Tit span::after {
    display: none;
}

.Tit p {
    font-size: 18px;
    color: #666;
}

.Tit.center b {
    padding-left: 0;
}

.Tit.center b::after {
    display: none;
}


/* 手机导航 */

.headMenu {
    cursor: pointer;
    position: fixed;
    z-index: 99999;
    top: 32px;
    right: 0;
    display: none;
    margin-right: 24px;
}

.headerMain-bg .headMenu,
.white.header .headMenu {
    top: 32px;
}

/* html.on .headMenu {
    top: 22px;
} */

.headMenu span {
    display: block;
    width: 26px;
    height: 2px;
    margin: 6px 0;
    background: #fff;
    -webkit-transition: all 0.48s ease-in-out;
    -moz-transition: all 0.48s ease-in-out;
    -ms-transition: all 0.48s ease-in-out;
    -o-transition: all 0.48s ease-in-out;
    transition: all 0.48s ease-in-out;
}

.white.headMenu span {
    background: #333;
}

.white .headMenu span {
    background: #333;
}

.white.active span {
    background: #333;
}

.headerMain-bg .headMenu span {
    background: #333;
}

.headerN.header .headMenu span {
    background: #333;
}

.headMenu.active span {
    background: #333;
}

.headMenu.active span.headMenu_span1 {
    transform: rotate(45deg) translate(6px, 7px);
}

.headMenu.active span.headMenu_span2 {
    opacity: 0;
}

.headMenu.active span.headMenu_span3 {
    transform: rotate(-45deg) translate(4px, -6px);
}

.moHead_mlb {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background-color: #fff;
    /* background-image: url(.../images/bg3.jpg); */
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    z-index: 99990;
    padding: 28px 0;
}

.moHead_mlb .moHead_ico {
    text-align: center;
}

.moHead_mlb .moHead_ico a:last-child {
    display: inline-block;
}

.moHead_mlb ul {
    padding: 68px 0;
}

.moHead_mlb li {
    font-size: 18px;
    /* padding: 14px 28px; */
    border-top: 1px solid rgba(27, 47, 95, 0.18);
}

.moHead_mlb a {
    font-size: 16px;
    color: #242b3e;
    letter-spacing: 1px;
}

.moHead_mlb a svg {
    float: right;
    width: 18px;
    height: 32px;
    opacity: 0.8;
    transition: all .48s;
}

.moHead_mlb a svg path {
    fill: #002673;
}

.moHead_mlb .moHead_ico a {
    vertical-align: top;
    margin: 0 14px;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    border: 1px solid rgba(27, 47, 95, 0.23);
}

.moHead_mlb .moHead_ico svg {
    width: 24px;
    height: 24px;
}

.moHead_mlb .moHead_ico svg path {
    fill: #242b3e;
}

.moHead_mlb .moHead_ico img, .moHead_mlb .moHead_ico svg {
    margin-top: 10px;
}

/*  */

.moHead_mlb li.open a {
}

.moHead_mlb li.open a svg {
    transform: rotate(45deg);
}

.mlb_zk {
    display: none;
    padding: 0 20px 20px;
}

.mlb_top {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mlb_zk a {
    font-size: 16px !important;
    display: block;
    color: #666;
    font-weight: 300;
    padding: 10px 10px;
    border-bottom: 1px solid #eee;
}

.mlb_zk a:last-child {
    border-bottom: none;
}

/* .moHead_mlb li.open .mlb_top {
    background: #00a18c;
    color: #fff;
}

.moHead_mlb li.open a svg path {
    fill: #fff;
} */

@media (max-width: 1200px) {
    .headerBox {
        padding: 15px 0;
    }

    .headMenu {
        display: block;
    }


    .hLogo {
        position: relative;
        z-index: 99999;
    }


    .header.white .hLogo .img2 {
        display: block;
    }

    .header.white .hLogo .img1 {
        display: none;
    }
}

@media (max-width: 680px) {
    /* .moHead_mlb a {
        font-size: 16px;
    } */

    .moHead_mlb a svg {
        width: 24px;
        height: 24px;
    }
}



/* =================================================================================index */

/* 头部 */

.header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -90px;
    z-index: 9999;
    transition: all .68s;background: linear-gradient(to bottom,#fff 0%,rgba(250,250,250,0.7));
}

.header.headN {
    box-shadow: 0 0px 1px 0 rgb(0 0 0 / 20%);
}

.header::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 1s;
}

/*  */
.header.show .hLog a {
    color: #fff;
}

.header.show .hLog svg path {
    fill: #fff;
}

.header.show .hSs input {
    border-color: #d6d6d6;
}

.header.show .hSs input::placeholder {
    color: #fff;
}

.header.show .hSs svg path {
    fill: #fff;
}

.header.show .hLan a {
    color: #fff;
    border-color: #d6d6d6;
}

/*  */

.header.show .hNav ul li a.nav_a {
    color: #fff;
}

.header.show .hNav ul li a.nav_a svg path {
    fill: #fff;
}

/*  */

.headerMain-bg .headerTop {
    padding: 0 3%;
}

.headerTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:10px 5%;
    transition: all .48s;
    position: relative;
    z-index: 2;
}

.hLogo img {
    width: 210px;
}

.hLogo .img2 {
    display: none;
}

/*  */

.hNav {
    height: 100%;
}

.hNav ul {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.hNav ul li {
    padding: 30px 20px;
    margin: 0 10px;
    height: 100%;
    display: inline-flex;
    align-items: center;
}

.hNav ul li a.nav_a::after {
    content: '';
    width: 0;
    height: 3px;
    border-bottom: 3px solid #002673;
    border-bottom: 3px solid #eeb944;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    transition: all .48s;
}

.hNav ul li a.nav_a {
    font-size: 18px;
    font-weight: 500;
    color:#474a50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: all .48s;
    text-transform: uppercase;
}

/* .hNav ul li.on{
    background: #002673;
} */

.hNav ul li.on a.nav_a::after {
    width: 100%;
}


.hNav ul li a.nav_a svg {
    width: 18px;
    height: 18px;
}

.hNav ul li a.nav_a svg path {
    fill: #333;
}

.hNav ul li:last-child a.nav_a {
    padding-right: 0;
}

.hNFl {
    margin-left: 60px;
}

.hNFl a {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 10px;
    border: 1px solid #333;
    font-size: 18px;
    text-transform: uppercase;
}


/* .hNav ul li:hover::after {
    width: 100%;
} */


.headR {
    display: flex;
}

.hLog a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #17356e;
    margin-right: 15px;
}

.hLog a svg {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

.hLog svg path {
    fill: #fff;
}


.hPhone {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.hPhone svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.hPhone a {
    font-size: 24px;
    font-family: "Montserrat";
    font-weight: 500;
    color: #fff;
}

.hLan {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hLan b{ color:#fbcf00;  margin-right: 10px;  margin-left: 10px;}
.hLan a {
    display: block;
    height: 30px;
    border-radius: 8px;
    color:#474a50;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
  
}

.hLan a.on {
    color: #fbcf00 !important;
}



/*  */

/* .headerBot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
} */





/*  */
.hSs {
    display: flex;
    display: none;
    width: 20%;
    min-width: 260px;
    align-items: center;
    position: relative;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.hSs input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: none;
    color: #666;
    border: none;
    padding: 8px 10px;
}

.hSs input::placeholder {
    color: #999;
    font-size: 16px;
}

.hSs svg {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.hSs svg path {
    fill: #333;
}



/* == */

.abGk1 {
    position: relative;
    background: url(../images/wenhua.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#indV2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}


.abGkBox {
    width: 100%;
    height: calc(100vh - 100px);
    display: flex;
    justify-content: space-between;
}

.abGkItem {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    transition: all .48s;
}

.abGkText {
    width: 100%;
    padding: 0 50px;
    text-align: center;
    transition: all 1s;
}

.abGk_i {
    opacity: 0.4;
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.abGkText img {
    height: 68px;
    object-fit: contain;
    opacity: .6;
    transition: all .48s;
}

.abGkText span {
    display: block;
    color: #fff;
    font-size: 26px;

    font-weight: 500;
    padding-top: 40px;
    margin: 40px 0 40px;
    position: relative;
    transition: all .48s;
}

.abGkText span::after {
    content: '';
    width: 34px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.abGk_p {
    width: 80%;
    left: 10%;
    position: absolute;
    opacity: 0;
}

.abGkText p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    margin-bottom: 10px;
}

/*  */

.abGkBox .abGkItem:hover {
    background: rgba(0, 0, 0, 0.6);
}

.abGkBox .abGkItem:hover .abGkText {
    transform: translateY(-110%);
    -webkit-transform: translateY(-110%);
    -moz-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    -o-transform: translateY(-110%);
}

.abGkBox .abGkItem:hover .abGkText img {
    opacity: 1;
}

.abGkBox .abGkItem:hover .abGk_p {
    opacity: 1;
}

@media(max-width:800px){.kuuio{font-size:20px !important;}.joinTdR{padding:5%;}
      .joinTd_tit span{    font-size: 20px;}  
      .heuiu{width:100% !important;height: 4.969vw !important;line-height: 4.865vw !important;}
    .hezuo-1{width:100% !important;}
    
    
}