*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /* font-family:'微软雅黑'; */
    /* text-transform:uppercase; */
    font-family: "Gilroy-Medium";
    color: #333;
    word-break: break-word;
    word-wrap: break-word;
    line-height: 1;
}
*::after,*::before{
    content: '';
    position: absolute;
}
*::-webkit-scrollbar {
    width: 4px;
    transition: .5s;
    background-color: transparent;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
*:hover::-webkit-scrollbar{
    width: 4px;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar{
    width: 4px;
}
*::-webkit-scrollbar-thumb {
    background-color: #F36E21;
    border: 2px solid #F36E21;
}
*::-webkit-scrollbar-track {
    background-color: transparent;
}
@font-face {

    font-family: "Gilroy-Medium";

    src: url("Gilroy-Medium.eot"); /* IE9 */

    src: url("Gilroy-Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */

    url("Gilroy-Medium.woff") format("woff"), /* chrome、firefox */

    url("Gilroy-Medium.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */

    url("Gilroy-Medium.svg#Gilroy-Medium") format("svg"); /* iOS 4.1- */

}
html,body{
    width: 100%;
    height: 100%;
    position:relative;
}
body{
    overflow-x: hidden;
}
li{
    list-style: none;
}
select{
    appearance: none;
    -webkit-appearance: none;
    text-transform: none;
}
input,button{
    outline: none;
    border: none;
    text-transform: none;
}
a,i{
    display: block;
    text-decoration: none;
    font-style: normal;
}
u,s{
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: none;
}
b,span,em{
    font-style: normal;
    display: block;
    font-weight: normal;
}
img{
    max-width: 100%;
    display: block;
}
.el-message__icon{
    display: none;
}
.lf{
    float: left !important;
}
.rt{
    float: right !important;
}
.flo{
    float: left;
    width: 100%;
}
.clearFloat::after{/* 清除浮动影响 */
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
.clearFloat{
    zoom: 1;
    clear: both;
}
.ma_rt{
    margin-right: 0px !important;
}
.ma_lf{
    margin-left: 0px !important;
}
.bac{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.na1{
    animation-delay: 0.1s;
}
.na2{
    animation-delay: 0.2s;
}
.na3{
    animation-delay: 0.3s;
}
.na4{
    animation-delay: 0.4s;
}
.na5{
    animation-delay: 0.5s;
}
.na6{
    animation-delay: 0.6s;
}
.na7{
    animation-delay: 0.7s;
}
.na8{
    animation-delay: 0.8s;
}
.fle{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pos{
    position: relative;
    z-index: 10;
}
.trs_5{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.trs_8{
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}
.pc_dis{
    display: block;
}
.ph_dis{
    display: none;
}
.nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #171717;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
}
.nav>span{
    padding: .15rem .6rem;
    background: #fff;
    cursor: pointer;
}
.nav>span>img{
    width: auto;
}
.nav>div.ph_dis{
    display: none;
}
.nav>div{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: .6rem;
}
.nav>div>ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 0.5rem;
    border-right: 1px solid rgba(255,255,255,0.2);
}
.nav>div>ul>li{
    margin-left: .6rem;
    padding: 0.26rem 0;
    position: relative;
}
.nav>div>ul>li>ul{
    position: absolute;
    top: 100%;
    width: 220%;
    text-align: center;
    left: -60%;
    transform-origin: top;
    transition: .5s;
    transform: scaleY(0);
}
.nav>div>ul>li:hover>ul{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.nav>div>ul>li>ul>li{

}
.nav>div>ul>li>ul>li>a{
    font-size: .16rem;
    padding: 0.15rem 0;
    border-bottom: 1px solid #d6d6d6;
    background: #fff;
    transition: .5s;
}
.nav>div>ul>li>ul>li:last-child>a{
    border-bottom: none;
}
.nav>div>ul>li>ul>li>a:hover{
    color: #F36E21;
}
.nav>div>ul>li>a{
    font-size: .16rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    color: #fff;
}
.nav>div>ul>li.on>a,
.nav>div>ul>li:hover>a{
    color: #ED6D00;
}
.nav>div>div{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.nav>div>div>i{
    margin-left: .5rem;
    cursor: pointer;
    margin-right: 0.43rem;
}
.nav>div>div>p{
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: .16rem;
}
.nav>div>div>p>i{
    margin-left: .08rem;
}
.nav>div>div>p>span{
    position: absolute;
    top: 100%;
    width: 100%;
    text-align: center;
    transform-origin: top;
    transform:scaleY(0);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transform:scaleY(0);
    -moz-transform:scaleY(0);
    -ms-transform:scaleY(0);
    -o-transform:scaleY(0);
}
.nav>div>div>p:hover>span{
    transform:scaleY(1);
    -webkit-transform:scaleY(1);
    -moz-transform:scaleY(1);
    -ms-transform:scaleY(1);
    -o-transform:scaleY(1);
}
.nav>div>div>p>span>a{
    padding: 0.1rem 0;
    background-color: #171717;
    color: #fff;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}
.nav>div>div>span{
    margin-left: .35rem;
    position: relative;
    width: .2rem;
    height: .12rem;
    cursor: pointer;
}
.nav>div>div>span::before,
.nav>div>div>span::after{
    width: 100%;
    height: 2px;
    left: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    background: #fff;
    transform-origin: top left;
}
.nav>div>div>span::before{
    top: 0;
}
.nav>div>div>span::after{
    bottom: 0;
}
/* .nav.on>div>div>span::before{
    transform: skewY(
        25deg);
}
.nav.on>div>div>span::after{
    transform: skewY( 
-25deg);
} */
.me_yuan {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: fixed;
    z-index: 55;
    background-color: #ED6D00;
    right: -50px;
    top: -50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: .5s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition-delay: .8s;
}
.me_yuan.on {
    transition-delay: 0s;
    transform: scale(50);
    -webkit-transform: scale(50);
    -moz-transform: scale(50);
    -ms-transform: scale(50);
    -o-transform: scale(50);
}
.menu {
    position: fixed;
    top: 0%;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 0;
    overflow: auto;
}
.menu>.menu1{
    padding: .35rem 1.2rem .3rem 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.menu>.menu1>span{
    
}
.menu>.menu1>i{
    cursor: pointer;
}
.menu>.menu2{
    padding: 0 1.2rem;
}
.menu>.menu2>span{
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .3rem;
    border-bottom: 1px solid rgba(255,255,255,0.6);
}
.menu>.menu2>span>input{
    display: block;
    width: 80%;
    color: #fff;
    font-size: .18rem;
    background: none;
}
.menu>.menu2>span>input::placeholder{
    color: #fff;
    opacity: 0.7;
}
.menu>.menu2>span>i{
    cursor: pointer;
}
.menu>.menu2>div{
    margin: 0.45rem 0 0 auto;
    width: 41%;
}
.menu>.menu2>div>ul{

}
.menu>.menu2>div>ul>li{
    padding-bottom: .35rem;
    margin-bottom: .35rem;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    font-size: .16rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu>.menu2>div>ul>li>a{
    color: #fff;
}
.menu>.menu2>div>ul>li>div{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.menu>.menu2>div>ul>li>div>a{
    color: rgba(255,255,255,0.7);
    margin-left: 0.3rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.menu>.menu2>div>ul>li>div>a:hover{
    color: rgba(255,255,255,1);
}
.menu>.menu2>div>a{
    margin-top: 0.45rem;
    width: 100%;
    padding: 0.26rem 0;
    font-size: .18rem;
    text-align: center;
    color: #fff;
    background: rgb(255 255 255 / 20%);
}
.menu>.menu2>i{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
}
.ph_menu{
    display: none;
}
.footer{
    background-color: #161616;
}
.footer *{
    color: #fff;
    font-size: .14rem;
}
.footer>span{

}
.footer>span>a{
    width: 50%;
    background-color: #212121;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .55rem 1.2rem;
    padding-right: 1.15rem;
}
.footer>span>a:first-child{
    border-right: 1px solid rgba(255,255,255,0.2);
}
.footer>span>a>b{
    font-size: .3rem;
    font-weight: bold;
}
.footer>span>a>b>i{
    font-size: .18rem;
    margin-top: .15rem;
    font-weight: normal;
}
.footer>span>a>u{
    width: .52rem;
}
.footer>span>a:hover{
    background-color: #F36E21;
}
.footer>div{
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer>div>span{
    width: 24%;
    padding-left: 1.2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.footer>div>span>img{
    width: 1.78rem;
}
.footer>div>ul{
    width: 52%;
    padding: .6rem .9rem .55rem 1.05rem;
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(255,255,255,0.1);
}
.footer>div>ul>li{

}
.footer>div>ul>li>a{
    margin-bottom: .25rem;
}
.footer>div>ul>li>ul{

}
.footer>div>ul>li>ul>li{
    margin-bottom: .2rem;
}
.footer>div>ul>li>ul>li>a{
    color: #949494;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.footer>div>ul>li>ul>li>a:hover{
    color: #fff;
}
.footer>div>ul>li>ul>li:last-child{
    margin-bottom: 0;
}
.footer>div>div{
    width: 24%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:20px;
}
.footer>div>div>.wx_ewm>img{
    max-width: 100%;
}
.footer>div>div>a{
    width: .5rem;
    margin-left: .12rem;
    position: relative;
}
.footer>div>div>a>div{
    width: 100px;
    height: 100px;
    /* background: #ED6D00; */
    position: absolute;
    top: -106px;
    left: -29px;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.footer>div>div>a>div>img{
    width: 100%;
    height: 100%;
}
.footer>div>div>a:nth-child(1):hover>div{
    transform: scaleY(1);
}
.footer>ul{
    padding: .37rem 1.2rem;
    justify-content: center;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: #969696;
}
.footer>ul>li{
    padding: 0 .32rem;
    border-right: 1px solid rgba(255,255,255,0.2);
}
.footer>ul>li>a{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    color: #969696;
}
.footer>ul>li:last-child{
    border-right: none;
}
.footer>ul>li>a:hover{
    color: #fff;
}
.footer>p{
    padding: .4rem 1.2rem;
}
.footer>p>a{
    display: flex;
}
.footer>p>a>i{
    color: #CCCCCC;
    cursor: pointer;
}
@media screen and (min-width:1930px) and (max-width:2560px) {
    img{
        width: 100%;
    }
}
@media screen and (max-width:1440px) {
    .menu>.menu2>span>input,
    .footer>span>a>b>i,
    .menu>.menu2>div>a{
        font-size: 16px;
    }
    .nav>div>ul>li>a ,
    .nav>div>div>p,
    .footer *,
    .nav>div>ul>li>ul>li>a,
    .menu>.menu2>div>ul>li{
        font-size: 14px;
    }
    .top4>.t4_2>div>.gd>a{
        font-size: 14px;
    }
}
@media screen and (max-width:1366px) {

}
@media screen and (max-width:1024px) {
    .menu>.menu2>div {
        width: 55%;
    }
    .footer>div>div>a {
        width: 35px;
    }
    .footer>div>span>img {
        width: 100px;
    }
}
@media screen and (max-width:768px) {
    .pc_dis,
    .menu,
    .me_yuan{
        display: none;
    }
    .ph_dis{
        display: block;
    }
    .nav>div.ph_dis{
        display: block;
    width: 50px;
    padding: 15px;
    background: #fff;
    cursor: pointer;
    }
    .nav>div{
        display: none;
    }
    .ph_menu {
        padding-top: 115px;
        overflow: hidden;
        position: fixed;
        top: -100%;
        left: 0%;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 40;
        /* padding-left: 1.6rem; */
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        display: block;
    }
    .ph_menu.active {
        top: 0%;
    }
    .ph_menu>ul>li>input {
        width: 100%;
        padding: 0.5rem;
        border: 1px solid #777777;
        font-size: 14px;
        outline: none;
    }
    .ph_menu>ul>li>i {
        top: 40%;
    }
    .ph_menu>ul {
        padding: 0 1.6rem;
        overflow: auto;
        height: 95%;
    }
    .ph_menu>ul>li {
        position: relative;
        text-align: left;
        border-bottom: 1px solid rgba(5, 51, 51, 10%);
        position: relative;
    }
    .ph_menu>ul>li:first-child {
        /* margin: 15px 0; */
    }
    .ph_menu>ul>li>a {
        position: relative;
        color: #333;
        line-height: 3;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        font-weight: bold;
        display: block;
        width: 100%;
        font-size: 15px;
    }
    .ph_menu>ul>li>ul {
        display: flex;
        top: 13px;
        width: 110%;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .ph_menu>ul>li>ul>li {
        font-size: 14px;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    }
    .ph_menu>ul>li>ul>li>a {
        color: #333;
        display: flex;
        align-items: center;
    }
    .ph_menu>ul>li>ul>li>ul{
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px;
    }
    .ph_menu>ul>li>ul>li>ul>li{
        margin-bottom: 8px;
    font-size: 12px;
    margin-right: 10px;
    }
    .ph_menu>ul>li>ul>li>ul>li>a{

    }
    .ph_menu>ul>li>input {
        width: 100%;
        padding: .5rem;
        border: 1px solid #777777;
        font-size: 14px;
        outline: none;
    }
    .ph_menu>ul>li>i {
        top: 40%;
        position: absolute;
    right: 10px;
    }
    .ph_menu {
        padding-top: 50px;
    }
    .ph_menu>ul>li>i {
        top: 40%;
    }
    .ph_menu>ul>li:first-child {
        margin: 15px 0;
    }
    .footer>div>ul>li>ul {
        display: none;
    }
    .footer>span>a>b {
        font-size: 18px;
    }
    .footer>ul {
        padding: 0.37rem 0.2rem;
    }
    .footer>div>ul>li>a {
        margin-bottom: 0;
    }
}
@media screen and (max-width:540px) {
    .ph_menu>ul>li>i {
        top: 30%;
    }
    .ph_menu {
        padding-top: 50px;
    }
    .ph_menu>ul>li>i {
        top: 30%;
    }
    .nav{
        height: 50px;
        background-color: #fff;
    }
    .nav>span {
        padding: 6px 10px;
        height: 100%;
        width: 40%;
    }
    .footer>span>a>u {
        width: 30px;
    }
    .footer>span>a>b {
        font-size: 16px;
    }
    .footer>span>a>b>i{
        font-size: 14px;
    }
    .footer>div>span {
        width: 100%;
        padding: 15px 0;
        padding-left: 0;
        justify-content: center;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    .footer>div>span>img {
        width: 40%;
    }
    .footer>div>ul,.footer>div>div {
        width: 50%;
    }
    .footer>div>ul{
        justify-content: flex-start;
    }
    .footer>div>ul>li {
        margin-bottom: 10px;
        width: 33%;
    }
    .footer>div>ul>li:last-child{
        margin-bottom: 0;
    }
    .footer>div>ul {
        padding: 1.2rem;
    }
    .footer>ul>li {
        margin-bottom: 10px;
    }
    .footer>ul {
        padding: 10px 1.2rem;
        padding-bottom: 0;
    }
    .footer>p{
        padding-top: 10px;
        padding-bottom: 0;
    }
    .footer>p>a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .footer>p>a>i {
        margin-bottom: 10px;
    }
    .footer *{
        font-size: 12px;
    }
    .footer>div>div>a:last-child{
        margin-left: 20px;
    }
}
@media screen and (max-width:380px) {
    .footer>div>ul{
        justify-content: space-between;
    }
    .footer>div>ul>li {
        width: 50%;
    }
}
