/*
color: #f73404;
*/

*{
    padding: 0;
    margin: 0;
}

body{
    font-family: microsoft yahei, Arial, sans-serif;
    font-size: 1.6rem;
}

.w90{
    width: 90%;
    max-width: 1720px;
    margin: 0 auto;
}

.w80{
    width: 80%;
    max-width: 1560px;
    margin: 0 auto;
}

.w70{
    width: 70%;
    max-width: 1350px;
    margin: 0 auto;
}

.w65{
    width: 65%;
    max-width: 1280px;
    margin: 0 auto;
}

.w50{
    width: 50%;
    max-width: 960px;
    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;
}

.m40{
    margin-top: 4rem;
}

.m50{
    margin-top: 5rem;
}

.m60{
    margin-top: 6rem;
}

.m100{
    margin-top: 10rem;
}

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


/* 头部样式 */

.header{
    width: 100%;
    height: 14rem;
    position: fixed;
    z-index: 99;
    background: #fff;
}

.header .w90{
    position: relative;
    height: 14rem;
}

.logo{
    display: block;
    float: left;
    width: 22%;
    max-width: 41.8rem;
    height: 14rem;
    position: relative;
}

.logo  a{
    width: 100%;
    height: 100%;
    display: block;
}

.logo  img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


.naver{
    display: block;
    float: right;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 14rem;
    color: #fff;
    margin-right: 10%;
}

.naver li{
    display: block;
    float: left;
    text-transform: uppercase;
    margin-left: 4rem;
}

.naver li a{
    color: #000;
}

.search{
    font-size: 3rem;
    color: #d7d8dc;
    width: 4.5rem;
    height: 4.5rem;
    background: #0b1c26;
    border-radius: 5rem;
    position: absolute;
    top: 45%;
    right: 5%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.search .icon{
    text-align: center;
}

.navli li a{
    color: #333;
}

.navli li i{
    color: #333;
}


/* 底部样式 */

/*底部*/
.foot{
    width: 100%;
    background: #f5f0ec;
    height: 12rem;
    line-height: 12rem;
}


.foot .footleft{
    float: left;
}

.foot .footright{
    float: right;
}

.foot .footright .icon{
    color: #898989;
    font-size: 2.5rem;
    margin: 0 0.3rem;
}

@font-face {
  font-family: 'mon';
  font-weight: 700;
  font-style: normal;
  src: url('Montserrat-Bold.otf') format('opentype');
}


