﻿


/* ===============================index*/
@font-face {
    font-family: "PingFang";
    src: url(../font/PingFang\ Regular.ttf);
}
@font-face {
    font-family: "PingFang";
    font-weight: 600;
    src: url(../font/PingFang\ Bold.ttf);
}
/* @font-face {
    font-family: "PingFang";
    font-weight: 400;
    src: url(../font/PingFang\ Regular.ttf);
} */
@font-face {
     font-family: "baidu";
    src: url(../font/baidu.ttf);
}
.inner {
    width: 86%;
    margin: 0 auto;
}

/* 瀵艰埅 */





/* =====================================================================鍏叡 */
/*css涓昏閮ㄥ垎鐨勬牱寮�*/
/*瀹氫箟婊氬姩鏉″楂樺強鑳屾櫙锛屽楂樺垎鍒搴旀í绔栨粴鍔ㄦ潯鐨勫昂瀵�*/

::-webkit-scrollbar {
    width: 6px;
    /*瀵瑰瀭鐩存祦鍔ㄦ潯鏈夋晥*/
    height: 6px;
    /*瀵规按骞虫祦鍔ㄦ潯鏈夋晥*/
}

/*瀹氫箟婊氬姩鏉＄殑杞ㄩ亾棰滆壊銆佸唴闃村奖鍙婂渾瑙�*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #fff;
    border-radius: 0px;
}


/*瀹氫箟婊戝潡棰滆壊銆佸唴闃村奖鍙婂渾瑙�*/
::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #0e4295;
}

/*瀹氫箟涓ょ鎸夐挳鐨勬牱寮�*/
::-webkit-scrollbar-button {
    background-color: none;
    height: 0;
}

/*瀹氫箟鍙充笅瑙掓眹鍚堝鐨勬牱寮�*/
::-webkit-scrollbar-corner {
    background: khaki;
}
.moHead_mlb .img3{
    display: block;
}




.header {
    width: 100vw;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    transition: 0.48s;
    height: 88px;
}
.header .inner{
    width: 100%;
}
.HdTop{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 50px;
}
.HdSou{
    width: 210px;
}
.HdSou svg{
    width: 20px;
    height: 20px;
}
.HdSou svg path{
    fill: #fff;
}
.HdLogo{
    width: 240px;
    transition: 0.48s;
}
.HdLogo img{
    width: 100%;
}
.HdLogo .img1{
    display: block;
}
.HdLogo .img2{
    display: none;
}
.HdPh{
    width: 210px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: "baidu"
}
.HdPh img{
    width: 25px;
    /* margin-right: 5px;s */
}
.HdTBox ul{
    display: flex;
    justify-content: center;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.HdTBox ul li a{
    font-size: 15px;
    color: #fff;
    opacity: .8;
    padding: 0 50px;
}   
.header_bg,.header_ny{
    background: #fff;
 
    padding-left: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.header.header_bg .inner,.header.header_ny .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.header_bg .HdSou ,.header_bg .HdPh,.header_ny .HdSou ,.header_ny .HdPh{
    display: none;
}

.header_bg .HdLogo .img1,.header_ny .HdLogo .img1{
    display: none;
}
.header_bg  .HdLogo .img2,.header_ny .HdLogo .img2{
    display: block;
}
.header_bg .HdTBox ul li a,.header_ny .HdTBox ul li a{
    color: #333;
    padding: 0 30px;
}
.Hdlist{
    display: none;
}
.header_bg .Hdlist,.header_ny .Hdlist{
    display: inline-flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.header_bg .item,.header_ny .item{
    font-size: 18px;
    color: #333;
    padding:  0 30px;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, .1);
    font-family: "baidu";
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.header_bg .item.bg::after,.header_ny .item.bg::after{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    background: #0e4295;
    content: '';
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.header_bg .item svg,.header_ny .item svg{
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 2;
}
.header_bg .item path,.header_ny .item path{
    fill: #fff;
}
.header_bg .HdTBox,.header_ny .HdTBox{
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    height: 100%;
    width: auto;
}
.header_bg ul,.header_ny ul{
    padding: 0;
}
.header_bg .HdTop,.header_ny .HdTop{
    padding: 0;
}













.Margin_T{
    margin-top: 50px;
}
.Fooder{
    background: #0e4295;
}
.Fooder .inner{
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}
.FD_l{
    width: 40%;
}
.FD_l .logo{
    padding: 20px 0;
    display: inline-block;
}
.FD_l .logo img{
    width: 200px;
}
.Fooder>.inner{
    padding: 70px 0;
}
.Fooder .Phone{
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.Fooder .Phone img{
    width: 30px;
}
.Fooder .Phone span{
    font-size: 24px;
    color: #fff;
    letter-spacing: 3px;
     font-family: "baidu";
    margin-left: 5px;
}
.Fooder .text span{
    display: block;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    opacity: .8;
    margin-top: 15px;
}

.guanZ span{
    display: block;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    opacity: .8;
    margin-bottom: 20px;
}
.guanZ .list{
    display: flex;
    align-items: center;
}
.guanZ .list img{
    width: 80px;
    margin-right: 15px;
    opacity: .8;
}

.Fooder ul{
    width: 55%;
    display: flex;
    justify-content: space-between;
}
.Fooder ul li a{
    display: block;
    font-size: 15px;
    color: #fff;
    opacity: .8;
    margin-bottom: 5px;
    text-align: center;
    transition: all 0.48s;
}
.Fooder ul li a:first-child{
    font-size: 17px;
   opacity: 1;
   margin-bottom: 20px;
}
.Fooder ul li a:hover{
    opacity: 1;
}






.FdBon .inner{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
}
.FdBon a,.FdBon p{
    font-size: 14px;
    color: #fff;
    opacity: .8;
}




.Tit{
    position: relative;
    z-index: 6;
}
.Tit_s{
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1;
    color: #0e4295;
    font-weight: 600;
}
.Tit_p{
   font-size: 66px;
   color: #333;
   line-height: 1;
   margin-top: 5px;
   letter-spacing: 2px;
   font-weight: 600;
    text-transform: uppercase;
    font-family: "baidu";
}

.Tit.white .Tit_s{
    color: #fff;
}
.Tit.white .Tit_p{
    color: #fff;
}
.Tit.center{
    text-align: center;
}







.inBtn{
    padding: 12px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #0e4295;
    border-radius: 50px;
    transition: all 0.48s;
    position: relative;
}
.inBtn span{
    font-size: 13px;
    /* letter-spacing: 2px; */
    font-family: "baidu";
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.inBtn img{
    width: 20px;
    margin-left: 30px;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.inBtn:hover{
    transform:scale(1.02);
    -webkit-transform:scale(1.02);
    -moz-transform:scale(1.02);
    -ms-transform:scale(1.02);
    -o-transform:scale(1.02);
}
.inBtn:hover img{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.inBtn.white{
    background: #fff;
}
.inBtn.white span{
    color: #0e4295;
} 
/* .inBtn.white{
    border: 1px solid #fff;
}
.inBtn.white span{
    color: #fff;
} */
/* .inBtn:hover{
    background: #0e4295;
}
.inBtn:hover span{
    color: #fff;
}
.inBtn .img1{
    display: block;
}
.inBtn .img2{
    display: none;
}
.inBtn:hover .img1{
    display: none;
}
.inBtn:hover .img2{
    display: block;
} */
.inBtn.white:hover{
    background: #fff;
}
.inBtn.white:hover span{
    color: #0e4295;
}



.headMenu {
    cursor: pointer;
    display: none;
}

.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;
}

.headerMain-bg .headMenu span {
    background: #0e4295;
}

.headMenu.active span {
    background: #0e4295;
}

.headMenu.active span.headMenu_span1 {
    transform: rotate(45deg) translate(6px, 7px);
    -webkit-transform: rotate(45deg) translate(6px, 7px);
    -moz-transform: rotate(45deg) translate(6px, 7px);
    -ms-transform: rotate(45deg) translate(6px, 7px);
    -o-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;
    background-color: #fff;
    /* background-image: url(../images/bg3.jpg); */
    background: #eee;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    z-index: 99;
    padding: 30px;
}

.moHead_mlb .moHead_ico {
    text-align: center;
}

.moHead_mlb .moHead_ico a:last-child {
    display: inline-block;
}

.moHead_mlb ul {
    padding: 100px 0 48px 0;
}

.moHead_mlb li {
    font-size: 15px;
    line-height: 2;
    padding: 14px 0;
    border-bottom: 1px dotted rgba(27, 47, 95, 0.18);
}

.moHead_mlb a {
    color: #242b3e;
    letter-spacing: 1px;
}

.moHead_mlb a svg {
    float: right;
    width: 21px;
    height: 24px;
    opacity: 0.8;
}

.moHead_mlb a svg path {
    fill: #242b3e;
}

.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;
}



@media (max-width:1600px){
    .Tit_p {
        font-size: 60px;
    }
    .header_bg .HdTBox ul li a,.header_bg .HdTBox ul li a, .header_ny .HdTBox ul li a{
        padding: 0 25px;
    }
    .HdLogo {
        width: 220px;
    }
    .header_bg .item,.header_bg .item, .header_ny .item {
        padding: 0px 25px;
    }
    .HdTBox ul li a{
        padding: 0 30px;
    }
    .Margin_T{
        margin-top: 40px;
    }
    
}
@media (max-width:1368px){
    .Tit_p {
        font-size: 52px;
    }
    .inBtn {
        padding: 8px 18px;
    }
    .inBtn img {
        width: 18px;
        margin-left: 25px;
    }
    .header_bg .item, .header_ny .item {
        font-size: 16px;
        padding: 0 20px;
    }
    .Fooder ul li a:first-child {
        font-size: 15px;
        opacity: 1;
        margin-bottom: 10px;
    }
    .FD_l .logo img {
        width: 180px;
    }
    .header_bg .HdTBox ul li a, .header_bg .HdTBox ul li a, .header_ny .HdTBox ul li a {
        padding: 0 20px;
    }
}
@media (max-width:1200px){
    .Tit_p {
        font-size: 48px;
    }
    .Tit_s {
        font-size: 16px;
    }
    .HdLogo {
        width: 180px;
    }
    .header_bg .HdTBox ul li a, .header_bg .HdTBox ul li a, .header_ny .HdTBox ul li a {
    padding: 0 20px;
    font-size: 15px;
}
.header_bg .item, .header_ny .item{
    display: none;
}
.inBtn span {
    font-size: 12px;
}
.Fooder>.inner {
    padding: 50px 0;
}
.Fooder .text span{
    font-size: 14px;
}
.Fooder .Phone{
    margin-top: 30px;
}
.Fooder ul li a{
    font-size: 14px;
}
.FdBon a, .FdBon p {
    font-size: 13px;
}
}
@media (max-width:1024px){
    .HdTBox ul li a{
        padding: 0 25px;
    }
    .HdTop{
        /* width: 100%; */
        padding: 25px 30px;
    }
    .header_bg .HdTBox ul li a, .header_bg .HdTBox ul li a, .header_ny .HdTBox ul li a {
        padding: 0 18px;
        font-size: 15px;
    }
    .Fooder ul li a:first-child {
        font-size: 14px;
    }
    .Fooder .Phone img {
        width: 24px;
    }
    .Fooder .Phone span {
        font-size: 20px;
    }
    .guanZ .list img {
        width: 70px;
    }
    .guanZ span{
        font-size: 14px;
    }
    .FD_l .logo img {
        width: 160px;
    }
}
@media (max-width:900px){
    .HdTop{
        width: 100%;
        position: relative;
        z-index: 999;
    }
    .headMenu{
        display: block;
    }
    .header.header_bg .headMenu span,.header_ny .headMenu span{
        background: #0e4295;
    }
    .HdSou{
        display: none;
    }
    .HdPh{
        display: none;
    }
    .HdTBox{
        display: none;
    }
    .header_bg .HdTBox, .header_ny .HdTBox{
        display: none;
    }
    .FD_l .logo{
        padding: 0;
    }
    .Fooder ul{
        display: none;
    }
    .FD_l{
        width: 100%;
    }
    .FdBon a, .FdBon p {
        font-size: 12px;
    }
    .Fooder>.inner {
        padding: 35px 0;
    }
    .FdBon .inner{
        flex-wrap: wrap;
    }
    .header.none .HdLogo .img1 {
        display: none;
    }
    .header.none .HdLogo .img2 {
        display: block;
    }
    .header_bg .HdTop, .header_ny .HdTop{
        padding: 25px 30px;
    }
    .header_bg, .header_ny{
        padding-left: 0;
    }
}
@media (max-width:768px){
    .Tit_p {
        font-size: 42px;
    }
    .Tit_s {
        font-size: 14px;
    }
}
@media (max-width:680px){
    .Tit_p {
        font-size: 36px;
    }
    .Tit_s {
        font-size: 12px;
    }
    
    .Fooder .text span{
        margin-top: 10px;
    }
}
@media (max-width:500px){
    .Fooder .text span{
        line-height: 1.3;
    }
    .Fooder .Phone {
        margin-top: 15px;
    }
    .FD_l .logo img {
        width: 140px;
    }
   
    .inBan {
        height: 450px;
    }
}



@keyframes fd {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}
