

*{
    padding: 0;
    margin: 0;
}

body{
    font-family: microsoft yahei, Arial, sans-serif;
    font-size: 1.6rem;
}

.w90{
    width: 90%;
    max-width: 1688px;
    margin: 0 auto;
}

.hpos{
    position: relative;
}


.w85{
    width: 85%;
    max-width: 1560px;
    margin: 0 auto;
}

.w80{
    width: 80%;
    max-width: 1560px;
    margin: 0 auto;
}

.w65{
    width: 65%;
    max-width: 1280px;
    margin: 0 auto;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
  }

li{
    list-style-type: none;
}

a{
    text-decoration: none;
    color: black;
}

.c{
    clear: both;
}

em, i, b{
    font-style: normal;
}

u{
    text-decoration: none;
}

.img {
    width: 100%;
    transition: all 0.6s;
}

.img:hover {
    /* 增大1.1倍 */
    transform: scale(1.1);
    overflow: hidden;
}

.m10{
    margin-top: 1rem;
}

.m20{
    margin-top: 2rem;
}

.m30{
    margin-top: 3rem;
}

.m50{
    margin-top: 5rem;
}

.m60{
    margin-top: 6rem;
}

.m150{
    margin-top: 15rem;
}


.p10{
    padding-top: 1rem;
}
.p20{
    padding-top: 2rem;
}
.p30{
    padding-top: 3rem;
}
.p40{
    padding-top: 4rem;
}
.p50{
    padding-top: 5rem;
}

.white{
    color: white;
}

.black{
    color: black;
}

.more{
    border: 1px solid #ccc;
    border-radius: 5rem;
    padding: 1rem 2.5rem;
    display: inline-block;
}

.more a{
    color: #333;
}


/* 头部样式 */


h1{
    font-size: 3.6rem;
    font-weight: bold;
}

h2{
    font-size: 4rem;
    font-weight: bold;
    text-transform: capitalize; 
}

h3{
    font-size: 1.6rem;
    color: #444;
    font-weight: normal;
}

.miaoshu{
    display: block;
    text-align: center;
    font-size: 1.6rem;
}

.header{
    width: 100%;
    height: 9.5rem;
    position: fixed;
    z-index: 99;
}

.header .w80{
    height: 9.5rem;
    border-bottom: 1px solid rgba(170, 170, 170, 0.5);
}

.logo{
    display: block;
    /* float: left; */
    position: absolute;
    left: 2%;
}

.logo .logopic{
    float: left;
    width: 8.2rem;
    height: 9rem;
    padding-top: 1.9rem;
    
}

.logo .logopic img{
    width: 8.2rem;
    height: 5.1rem;
}

.logo .logocolor{
    float: left;
    width: 8.2rem;
    height: 9rem;
    padding-top: 1.9rem;
    display: none;
}

.logo .logocolor img{
    width: 8.2rem;
    height: 5.1rem;
}

.logo .logotxt{
    float: left;
    margin-left: 1rem;
    padding-top: 1.9rem;
    color: #fff;
}

.logo .logot{
    color: #000;
}

.logo .logotxt em{
    font-size: 2.4rem;
    font-weight: bold;
}

.logo .logotxt i{
    font-size: 2.5rem;
    font-weight: lighter;
}

.naver{
    display: block;
    float: left;
    font-size: 1.8rem;
    line-height: 9.5rem;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    transform: translateX(-25%);
}

.naver li{
    display: block;
    float: left;
    margin-left: 2rem;
    text-transform: uppercase;
}

.naver li:nth-last-child(1) i{
    display: none;
    margin-left: 5rem;
}

.naver li a{
    color: #fff;
}

.naver li i{
    margin-left: 3.5rem;
}

.scrolled{
    width: 100%;
    display: block;
    height: 9.5rem;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.navli li a{
    color: #333;
}

.navli li i{
    color: #333;
}

.heright{
    display: block;
    /* float: right; */
    height: 9.5rem;
    line-height: 9.5rem;
    font-size: 1.8rem;
    color: #fff;
    position: absolute;
    right: 2%;
    
}

.heright i{
    margin-left: 2rem;
}

.heright .icon{
    font-size: 2.4rem;
}

.icode{
    position: relative;
}

.codeimg{
    position: absolute;
    left: 0;
    top: 5rem;
    transform: translateX(-70%);
    display: none;
}


/* 底部样式 */

/*底部*/
.foot{
    width: 100%;
    background: #120136;
    padding-top: 7.5rem;
    margin-top: 5rem;
}

.footleft{
    width: 48rem;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    float: left;
}

.dilogo .logopic{
    float: left;
    width: 8.2rem;
    height: 9rem;
}


.dilogo .logotxt{
    width: calc(100% - 9.2rem);
    float: left;
    margin-left: 1rem;
    color: #fff;
}

.dilogo .logotxt em{
    font-size: 2.4rem;
    font-weight: bold;
}

.dilogo .logotxt i{
    font-size: 1.2rem;
    margin-top: 0rem;
    display: block;
}

.footcen{
    font-size: 1.6rem;
    color: #666;
    line-height: 180%;
    float: left;
}

.footcen dl {
    float: left;
    margin-left: 8rem;
}


.footcen dl dt{
    font-size: 1.8rem;
    color: #fff;
}


.footcen a{
    color: #999;
}

.footright{
    float: right;
    color: #333;
    text-align: center;
    width: 18%;
}

.footright li{
    float: left;
    font-size: 1.8rem;
    text-align: left;
    color: #fff;
    display: block;
    margin-top: 2rem;
}

.footright li span{
    font-size: 2.4rem;
    text-align: left;
    color: #999;
    font-weight: 100;
    display: block;
}

.footright li:nth-child(1){
    margin-top: 0rem;
}

.footright li:nth-child(3) span{
    font-size: 1.8rem;
}

.copyright{
    text-align: center;
    font-size: 1.8rem;
    color: #333;
    padding: 3.5rem 0;
    margin-top: 6rem;
    width: 100%;
    border-top: 1px solid #ddd;
}

/*渐变线*/
.color-line {
    position: relative;
    width: 6rem;
    height: 3px; /* 高度 */
    background-color: #fff;
}

.color-line::before,
.color-line::after {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
    }

.color-line::before {
        left: 0;
        width: 30%; /* 红色部分宽度 */
        background-color: #e35412;
    }

.color-line::after {
        right: 0; /* 蓝色部分开始位置 */
        width: 30%; /* 蓝色部分宽度 */
        background-color: #461e99;
    }









