*{
    padding: 0;
    margin: 0;
    color: #333333;
    font-size: 1.4rem;
    font-family: Tahoma,"Lucida Grande",Verdana,"Microsoft Yahei",STXihei,hei;
}
html{
    font-size: 62.5%;
}
body{
    background: #FFFFFF;
}
ul,li{
    list-style: none;
}
h1,h2,h3,h4,h5,h6,strong{
    font-weight: normal;
}
i,em{
    font-style: normal;
}
input, button{
    outline: none;
    text-indent: 1rem;
    border-radius: .3rem;
    border: 1px solid #e4e4e4;
    appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
::-webkit-input-placeholder {
    color:#999999;
}
input[disabled]{
    color: #666666;
    opacity: 1;
}
textarea{
    resize: none;
    outline: none;
    padding: .5rem 1rem;
    border-radius: .3rem;
    border: 1px solid #e4e4e4;
}
img{
    vertical-align: middle;
    border: none;
}
a{
    text-decoration: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.cf:after{
    display: block;
    clear: both;
    content: "";
    height: 0;
}
.clear{
    clear: both;
    line-height: 0;
    height: 0;
}
.mobile-show{
    display: none;
}
.pc-show{
    display: block;
}
.list-news-wrapper{width:100%;float:left;}
.list-news-wrapper .item { padding-top: 20px; padding-bottom: 20px; overflow: hidden; }
.list-news-wrapper .pic { float: left; display: block; display: flex; flex-direction: column; justify-content: center; width: 265px; height: 145px; line-height: 145px; margin-right: 30px; background-color: #eee; overflow: hidden; }
.list-news-wrapper .pic img { width: 100%; max-height: none; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.list-news-wrapper .pic:hover img { transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); }
.list-news-wrapper .title { overflow: hidden; }
.list-news-wrapper .title a { float: left; display: block; max-width: 80%; line-height: 1; color: #222; font-size: 16px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.list-news-wrapper .title a:hover { color: #df0615; }
.list-news-wrapper .title span { float: right; display: block; line-height: 1; text-align: right; color: #999; font-size: 14px; }
.list-news-wrapper .text { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; max-height: 56px; line-height: 2; margin-top: 20px; font-size: 14px; color: #5a5a5a; overflow: hidden; }
.list-news-wrapper .more { display: inline-block; width: 110px; line-height: 30px; text-align: center; margin-top: 20px; color: #df0615; font-size: 14px; border: 1px solid #df0615; }
.list-news-wrapper .more:hover { color: #fff; background-color: #df0615; }
@media (max-width:750px){
    .mobile-show{
        display: block;
    }
    .pc-show{
        display: none;
    }
    .list-news-wrapper .pic { width: 200px; height: 120px; line-height: 120px; margin-right: 20px; }
  .list-news-wrapper .title a { max-width: 70%; }
}

/* navigation */
.navigation{
    position: fixed;
    display: flex;
    display: -ms-flexbox; /* IE */
    justify-content: center;
    -ms-flex-pack: center; /* IE */
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    line-height: 66px;
    background-color: #434343;
    z-index: 8;
}
.navigation.mobile-show{
    display: none;
}
.navigation .logo{
    width: 130px;
    height: 130px;
    margin-right: 5rem;
    margin-top: 15px;
    background: url(../img/logo.png) 0 0 no-repeat;
    background-size: 100% auto;
}
.navigation .logo a{
    display: block;
    width: 100%;
    height: 100%;
}
.navigation ul{
    display: flex;
    display: -ms-flexbox; /* IE */
    display: -ms-flexbox;
}
.navigation ul li a{
    font-size: 1.8rem;
    display: inline-block;
    width: 140px;
    color: #ffffff;
}
.navigation i.menu{
    display: none;
}
@media (max-width: 750px){
    .navigation{
        position: relative;
        height: 0;
        background: none;
        line-height: 50px;
    }
    .navigation.mobile-show{
        display: flex;
        display: -ms-flexbox; /* IE */
    }
    .navigation .logo{
        position: absolute;
        left: 3rem;
        top: .8rem;
        width: 70px;
        height: 70px;
    }
    .navigation ul{
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding-top: 20px;
        flex-direction: column;
        background-color: #434343;
    }
    .navigation ul.cur{
        display: block;
    }
    .navigation ul li{
        padding: 0 3rem;
    }
    .navigation ul li a{
        width: 100%;
    }
    .navigation i.menu{
        display: block;
        width: 30px;
        height: 30px;
        position: fixed;
        top: 10px;
        right: 30px;
    }
    .navigation i.menu span{
        display: block;
        width: 100%;
        height: 4px;
        background: #313131;
        margin-top: 6px;
    }
}

/* main-stage */
.main-stage{
    padding-top: 60px;
}
@media (max-width: 750px){
    .main-stage{
        padding-top: 0;
    }
}
/* flash */
.flash .item{
    /*height: 963px;*/
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.flash .flash-1{
    background-image: url(../img/flash-1.jpg);
}
.flash .flash-2{
    background-image: url(../img/flash-2.jpg);
}
@media (max-width: 750px) {
    .flash .item{
        padding-bottom: 66.67%;
    }
    .flash .flash-1{
        background-image: url(../img/flash-1-m.jpg);
    }
    .flash .flash-2{
        background-image: url(../img/flash-2-m.jpg);
    }
    .swiper-button-prev,
    .swiper-button-next{
        display: none;
    }
}
/* about */
.about{
    display: flex;
    display: -ms-flexbox; /* IE */
    justify-content: center;
    -ms-flex-pack: center; /* IE */
    height: 800px;
    overflow: hidden;
    background-color: #ffffff;
}
.about .content{
    max-width: 1200px;
    margin: 0 auto;
}
.about .content .part-1{
    display: flex;
    display: -ms-flexbox; /* IE */
}
.about .tit{
    width: 400px;
    flex-shrink: 0;
    padding-bottom: 40px;
    margin-top: 100px;
    margin-right: 130px;
}
.about h3{
    flex-shrink: 0;
    font-size: 2.0rem;
    padding-bottom: 10px;
    margin-right: 130px;
}
.about h4{
    font-size: 2.0rem;
    padding-bottom: 1px;
    margin-top: 90px;
    line-height: 3.5rem;
}
.about h4 br{
    display: none;
}
.about .content .part-2{
    display: flex;
    display: -ms-flexbox; /* IE */
}
.about .img-2{
    position: relative;
    width: 378px;
    height: 276px;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 130px;
}
.about .img-2:after{
    display: block;
    content: "";
    position: absolute;
    top: -30px;
    left: -20px;
    right: -2px;
    bottom: 30px;
    background-color: #ffcc00;
}
.about .img-2 img{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.about .discrib{
    flex-shrink: 1;
    max-width: 660px;
    line-height: 3rem;
    padding-top: 24px;
}
.about .btn{
    width: 160px;
    margin-top: 50px;
} 
.about .btn a{
    display: inline-block;
    width: 160px;
    height: 45px;
    line-height: 45px;
    background-color: #ffcc00;
    text-align: center;
    transition: all .5s;
}
.about .btn a:hover{
    background-color: #febf24;
}
@media (max-width: 750px){
    .about{
        height: auto;
    }
    .about .content .part-1{
        flex-wrap: nowrap;
        justify-content: space-between;
        -ms-flex-pack: justify; /* IE */
        padding: 0 1rem 0 2.5rem;
    }
    .about .tit{
        width: 30%;
        margin-top: 70px;
        margin-right: 0;
    }
    .about h3{
        padding-bottom: 0;
        margin-right: 0;
    }
    .about .img-1{
        width: 90%;
    }
    .about h4{
        margin-top: 60px;
        padding-bottom: 0;
        font-size: 1.4rem;
        line-height: 2.5rem;
    }
    .about h4 br{
        display: block;
    }
    .about .content .part-2{
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        justify-content: space-between;
        -ms-flex-pack: justify; /* IE */
        padding-left: 2.5rem;
        padding-bottom: 100px;
        background-color: #ffcc00;
    }
    .about .img-2{
        width: 100%;
        height: auto;
        order: 2;
        margin-left: 0;
        margin-right: 0;
        margin-top: -12.6rem;
        text-align: right;
    }
    .about .img-2 img{
        position: static;
        width: 60%;
    }
    .about .img-2:after{
        display: none;
    }
    .about .discrib{
        padding-top: 60px;
        padding-right: 2.5rem;
    }
    .about .dis-btn{
        z-index: 2;
    }
    .about .btn{
        width: 30%;
        margin-left: 0;
        margin-top: 12rem;
        align-self: flex-end;
    }
    .about .btn a{
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #313131;
    }
}
/* event */
.event{
    display: flex;
    display: -ms-flexbox; /* IE */
    justify-content: center;
    -ms-flex-pack: center; /* IE */
    height: 690px;
    background: url(../img/event-img.jpg) center center no-repeat #ffcc00;
    overflow: auto;
}
.event .discrib{
    width: 1200px;
}
.event .discrib .content{
    width: 490px;
}
.event .discrib .content h3{
    font-size: 20px;
    margin-top: 90px;
    margin-bottom: 50px;
}
.event .discrib .content li{
    display: flex;
    display: -ms-flexbox; /* IE */
    line-height: 2rem;
    padding-bottom: 2rem;
}
.event .discrib .content li em{
    display: inline-block;
    width: 18%;
    flex-shrink: 0;
    font-size: 1.6rem;
}
.event .discrib .content li span{
    display: inline-block;
    width: 82%;
    font-size: 1.6rem;
}
@media (max-width: 750px){
    .event{
        background: #ffffff;
        height: auto;
        overflow: visible;
    }
    .event .discrib .content{
        width: auto;
        padding: 0 2.5rem 2rem 2.5rem;
    }
    .event .discrib .content h3{
        margin-top: -2rem;
        height: 6rem;
        text-indent: -9999px;
        background: url(../img/event-titen.png) center center no-repeat;
        background-size: auto 60%;
        margin-bottom: 2.5rem;
    }
    .event .discrib .content li{
        padding-bottom: 1rem;
        line-height: 2rem;
    }
    .event .discrib .content li span,
    .event .discrib .content li em{
        font-size: 1.4rem;
    }
}
/* links */
.links{
    display: flex;
    display: -ms-flexbox; /* IE */
    justify-content: center;
    -ms-flex-pack: center; /* IE */
    align-items: center;
    align-items: center;
    height: 860px;
    background-color: #ffffff;
    overflow: hidden;
}
.links .content{
    display: flex;
    display: -ms-flexbox; /* IE */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -ms-flex-pack: justify; /* IE */
    width: 1200px;
    height: 670px;
    padding-top: 100px\9; /* IE */
}
.links .mobile-show{
    display: none;
}
.links .content a{
    display: block;
    width: 33%;
}
.links .content img{
    width: 100%;
}
.links .content.pc-show a{
    position: relative;
}
.links .content.pc-show a img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: all .2s;
}
.links .content.pc-show a:hover{
    z-index: 2;
}
.links .content.pc-show a:hover img{
    position: absolute;
    left: -5%;
    top: -20px;
    width: 110%;
}
@media (max-width: 750px){
    .links{
        height: auto;
    }
    .links .content{
        width: auto;
        height: auto;
        padding: 4rem 1.5rem 0 1.5rem;
        background-color: #ffcc00;
    }
    .links .content a{
        display: inline;
    }
    .links .pc-show{
        display: none;
    }
    .links .mobile-show{
        display: block;
    }
    .links .mobile-show p a{
        display: block;
        margin: 2rem auto 1rem auto;
        width: 15rem;
        height: 3rem;
        line-height: 3rem;
        border: 1px solid #313131;
        text-align: center;
    }
    .links .mobile-show img{
        width: 100%;
        margin-bottom: 20px;
    }
}
/* footer */
.footer{
    width: 100%;
    height: 240px;
}
.footer .footer-nav{
    position: relative;
    display: flex;
    display: -ms-flexbox; /* IE */
    justify-content: center;
    -ms-flex-pack: center; /* IE */
    height: 75px;
    background-color: #ffcc00;
    z-index: 2;
}
.footer .footer-nav .logo{
    width: 90px;
    height: 90px;
    margin-top: 10px;
    margin-right: 50px;
    background: url(../img/logo.png) 0 0 no-repeat;
    background-size: 100% auto;
}
.footer .footer-nav a{
    display: inline-block;
    width: 100px;
    font-size: 1.6rem;
    line-height: 80px;
}
.footer .scan{
    display: none;
    background-color: #1b1b1b;
    padding: 30px 2.5rem;
}
.footer .scan i{
    flex-shrink: 0;
    margin-right: 10px;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90% auto;
}
.footer .scan i.weixin{
    background-image: url(../img/scan-weixin.png);
}
.footer .scan i.weibo{
    background-image: url(../img/scan-weibo.png);
}
.footer .scan p{
    color: #ffffff;
    font-size: 12px;
    padding-left: 20px;
}
.footer .address{
    display: flex;
    display: -ms-flexbox; /* IE */
    justify-content: center;
    -ms-flex-pack: center; /* IE */
    height: 165px;
    background-color: #434343;
}
.footer .address .item{
    color: #ffffff;
    padding: 4rem 30px 0 30px;
}
.footer .address .item h3,
.footer .address .item p{
    color: #ffffff;
}
.footer .address .item h3{
    font-size: 1.4rem;
    line-height: 2.5rem;
}
.footer .address .item p{
    font-size: 1.2rem;
    line-height: 2rem;
}
@media (max-width: 750px){
    .footer{
        height: auto;
        border-top: 3rem solid #ffcc00;
    }
    .footer .footer-nav{
        display: none;
    }
    .footer .scan{
        display: flex;
        display: -ms-flexbox; /* IE */
    }
    .footer .address{
        height: auto;
        padding: 0 2.5rem 20px 2.5rem;
        justify-content: flex-start;
        background-color: #1b1b1b;
    }
    .footer .address .item{
        display: none;
        padding: 0;
    }
    .footer .address .item:first-child{
        display: block;
    }
}

/* second-page */
.second-page{
    padding-top: 60px;
}
@media (max-width: 750px){
    .second-page{
        padding-top: 0;
    }
}
.second-page .header{
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #ffcc00;
    background-size: 100% 100%;
}
/* about-page */
.about-page .header{
    width: 100%;
    padding-bottom: 45%;
    background-image: url(../img/about-hd.jpg);
}
.about-page .main{
    position: relative;
}
.about-page .main .navs{
    margin: -100px auto 0 auto;
    max-width: 1200px;
    height: 430px;
    background-color: #ffcc00;
}
.about-page .main .navs .tit{
    width: 900px;
    margin: 40px auto 0 auto;
}
.about-page .main .navs .tit h3{
    font-size: 28px;
    line-height: 70px;
    padding-top: 50px;
}
.about-page .main .navs .nav{
    width: 900px;
    margin: 140px auto 0 auto;
}
.about-page .main .navs ul{
    display: flex;
    display: -ms-flexbox; /* IE */
    justify-content: space-between;
    -ms-flex-pack: justify; /* IE */
}
.about-page .main .navs ul li{
    position: relative;
    font-size: 30px;
    width: 260px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #454545;
}
.about-page .main .navs ul li.cur{
    color: #000000;
}
.about-page .main .content{
    display: none;
    width: 1000px;
    margin: 0 auto;
    padding-top: 100px;
}
.about-page .main .content-1{
    display: block;
}
.about-page .main .content-1 .title-m{
    position: relative;
    font-size: 22px;
    line-height: 5rem;
    margin-bottom: 3rem;
}
.about-page .main .content-1 .title-m:after{
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: .5rem;
    width: 4.5rem;
    height: 2px;
    background-color: #313131;
}
.about-page .main .content-1 .txtfr{
    width: 470px;
}
.about-page .main .content-1 .haswidth{
    width: 480px;
}
.about-page .main .content-1 img.fl{
    margin-right: 50px;
}
.about-page .main .content-1 img.fr{
    margin-bottom: 30px;
    margin-left: 50px;
}
.about-page .main .content-1 .clear{
    height: 50px;
}
.about-page .main .content-1 p{
    font-size: 14px;
    line-height: 3rem;
    text-indent: 2rem;
}
.about-page .main .content-2{
    padding-bottom: 100px;
}
.about-page .main .content-2 .item{
    position: relative;
    height: 60px;
    margin-bottom: 20px;
    padding-left: 170px;
}
.about-page .main .content-2 .item:after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 170px;
    height: 1px;
    width: 230px;
    background-color: #313131;
}
.about-page .main .content-2 .item:last-child:after{
    display: none;
}
.about-page .main .content-2 .item strong,
.about-page .main .content-2 .item em,
.about-page .main .content-2 .item span{
    font-size: 22px;
}
.about-page .main .content-2 .item em{
    padding: 0 30px;
}
.about-page .main .content-2 .item span{
    font-size: 20px;
}
.about-page .main .content-3{
    padding-bottom: 100px;
}
.about-page .main .content-3 p{
    line-height: 3rem;
    font-size: 16px;
}
@media(max-width: 750px){
    .about-page .header{
        padding-bottom: 57%;
        background-image: url(../img/about-hd-m.jpg);
    }
    .about-page .main .navs{
        margin-top: 0;
        padding: 0 25px 60px 25px;
        height: auto;
    }
    .about-page .main .navs .nav{
        width: auto;
        margin-top: 50px;
    }
    .about-page .main .navs .tit{
        width: auto;
        margin-top: 0;
    }
    .about-page .main .navs .tit h3{
        font-size: 2rem;
        line-height: 40px;
        padding-top: 2rem;
    }
    .about-page .main .navs .tit h2 img{
        width: 160px;
    }
    .about-page .main .navs ul li{
        width: 30%;
        font-size: 14px;
        line-height: 30px;
        border: 1px solid #313131;
    }
    .about-page .main .navs ul li.cur{
        border: 1px solid #313131;
        color: #ffffff;
        background-color: #313131;
    }
    .about-page .main .navs ul li.cur:after{
        display: none;
    }
    .about-page .main .content{
        width: auto;
    }
    .about-page .main .content .fl,
    .about-page .main .content .fr{
        float: none;
    }
    .about-page .main .content-1{
        padding: 1rem 1.5rem 5rem 1.5rem;
    }
    .about-page .main .content-1 .txtfr{
        width: auto;
    }
    .about-page .main .content-1 .haswidth{
        width: auto;
    }
    .about-page .main .content-1 img{
        width: 100%;
        padding: 3rem 0;
    }
    .about-page .main .content-1 img.fl{
        margin-right: 0;
    }
    .about-page .main .content-1 img.fr{
        margin-left: 0;
    }
    .about-page .main .content-1 img{
        display: block;
    }
    .about-page .main .content-1 img.pc-show{
        display: none;
    }
    .about-page .main .content-1 p{
        text-indent: 0;
        line-height: 2rem;
    }
    .about-page .main .content-1 .clear{
        display: none;
    }
    .about-page .main .content-2{
        padding: 5rem 1.5rem;
    }
    .about-page .main .content-2 .item{
        padding-left: 0;
        height: auto;
        margin-bottom: 3rem;
        padding: 1.5rem 0;
        background-color: #e5e5e5;
        text-align: center;
    }
    .about-page .main .content-2 .item em,
    .about-page .main .content-2 .item:after{
        display: none;
    }
    .about-page .main .content-2 .item strong{
        display: block;
        width: 100%;
        font-size: 2rem;
        padding-bottom: .5rem;
    }
    .about-page .main .content-2 .item span{
        display: block;
        font-size: 1.6rem;
        line-height: 2.5rem;
    }
    .about-page .main .content-3{
        padding: 5rem 1.5rem;
    }
}
/* brand-page */
.brand-page .header{
    width: 100%;
    padding-bottom: 33.67%;
    background-image: url(../img/brand-hden.jpg);
}
.brand-page .navs,
.brand-page .content{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.brand-page .navs .tit h3{
    line-height: 120px;
    font-size: 28px;
    margin-top: 30px;
}
.brand-page .navs ul{
    display: flex;
    display: -ms-flexbox; /* IE */
    justify-content: center;
    -ms-flex-pack: center; /* IE */
    margin-bottom: 50px;
}
.brand-page .navs ul li{
    position: relative;
    font-size: 20px;
    width: 260px;
    line-height: 50px;
    text-align: center;
    border: 2px solid #ffffff;
    cursor: pointer;
    margin: 0 10px;
    color: #999999;
}
.brand-page .navs ul li.cur{
    color: #333333;
    border-color: #ffffff;
}
.brand-page .content{
    width: 1200px;
    display: none;
}
.brand-page .content .brand-list{
    display: flex;
    display: -ms-flexbox; /* IE */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -ms-flex-pack: justify; /* IE */
    padding-bottom: 50px;
}
.brand-page .content .brand-list.mobile-show{
    display: none;
}
.brand-page .content a{
    position: relative;
    display: block;
    width: 33%;
    margin-bottom: 20px;
}
.brand-page .content .brand-list a span{
    line-height: 3rem;
}
.brand-page .content .pc-show a{
    position: relative;
    height: 376px;
}
.brand-page .content .pc-show a img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 376px;
    transition: all .2s;
}
.brand-page .content .pc-show a:hover{
    z-index: 2;
}
.brand-page .content .pc-show a:hover img{
    position: absolute;
    left: -5%;
    top: -3%;
    width: 110%;
    height: 396px;
}
.brand-page .content .pc-show a:hover span{
    left: -5%;
    top: -3%;
    width: 110%;
    height: 396px;
}
.brand-page .content .pc-show a span{
    display: none;
    position: absolute;
    color: #f6b803;
    font-weight: bold;
    font-size: 2.2rem;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 370px;
    background: radial-gradient(#fcf4c5, #ffe051);
}
.brand-page .content-1{
    display: block
}
.brand-page .content a img{
    width: 100%;
    height: 100%;
}
@media(max-width: 750px){
    .brand-page .header{
        padding-bottom: 57%;
        background-image: url(../img/brand-hd-men.jpg);
    }
    .brand-page .content a{
        width: 48%;
        height: 48%;
        box-sizing: border-box;
        margin-bottom: .5rem;
    }
    .brand-page .main .navs{
        padding: 0 25px;
    }
    .brand-page .main .navs .tit h3{
        font-size: 2.4rem;
        margin-top: 0;
        padding-top: 1rem;
        line-height: 5rem;
    }
    .brand-page .main .navs ul li{
        width: 30%;
        font-size: 14px;
        line-height: 30px;
        border: 1px solid #313131;
    }
    .brand-page .main .navs ul{
        margin-bottom: 3rem;
    }
    .brand-page .main .navs ul li.cur{
        border: 1px solid #313131;
        color: #ffffff;
        background-color: #313131;
    }
    .brand-page .main .navs ul li.cur:after{
        display: none;
    }
    .brand-page .content .brand-list{
        justify-content: space-around;
        -ms-flex-pack: justify; /* IE */
    }
    .brand-page .content .brand-list.pc-show{
        display: none;
    }
    .brand-page .content .brand-list.mobile-show{
        display: flex;
        display: -ms-flexbox; /* IE */
    }
}
/* contact-page */
.contact-page{
    background-color: #ffffff;
    padding-bottom: 5rem;
}
.contact-page .header{
    width: 100%;
    padding-bottom: 33.33%;
    background-image: url(../img/contact-hden.jpg);
}
.contact-page .ewm{
    display: flex;
    display: -ms-flexbox; /* IE */
    max-width: 1000px;
    margin: 0 auto;
    padding: 9rem 0 5rem 0;
    justify-content: space-around;
    -ms-flex-pack: justify; /* IE */

}
.contact-page .ewm .item{
    width: 30%;
    text-align: center;
    font-size: 2rem;
    line-height: 6rem;
}
.contact-page .ewm .item img{
    width: 100%;
}
.contact-page .address-list{
    max-width: 1000px;
    margin: 0 auto;
}
.contact-page .address-list .tit{
    display: block;
    padding: 2rem 15rem;
    background-color: #434343;
    margin: 3rem 0 2rem 0;
}
.contact-page .address-list .tit p,
.contact-page .address-list .tit strong{
    line-height: 3rem;
    color: #ffffff;
}
.contact-page .address-list .tit strong{
    font-size: 1.5rem;
    display: inline-block;
    width: 16rem;
}
.contact-page .address-list img{
    width: 100%;
}
/* contact-page pc-show reset */
.contact-page .pc-show .address-list{
    padding-top: 3rem;
    height: 550px;
}
.contact-page .pc-show .address-list .address-list-left{
    float: left;
    width: 44%;
    height: 100%;
}
.contact-page .pc-show .address-list .tit{
    margin-top: 0;
    margin-bottom: 20px;
    padding: 1rem 1.2rem;
    background: none;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
}
.contact-page .pc-show .address-list .item-on .tit{
    background-color: #f4f4f4;
}
.contact-page .pc-show .address-list .tit:last-child{
    margin-bottom: 10px;
}
.contact-page .pc-show .address-list .tit p,
.contact-page .pc-show .address-list .tit strong{
    line-height: 2.5rem;
    color: #333333;
}
.contact-page .pc-show .address-list .tit strong{
    display: block;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 5px;
}
.contact-page .pc-show .address-list .tit p{
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: auto 20px;
    padding-left: 25px;
}
.contact-page .pc-show .address-list .tit p.icon-tel{
    background-image: url(../img/icon-tel.png);
}
.contact-page .pc-show .address-list .tit p.icon-addr{
    background-image: url(../img/icon-addr.png);
}
.contact-page .pc-show .ewm{
    padding-top: 0;
    justify-content: center;
    -ms-flex-pack: center;
}
.contact-page .pc-show .ewm .item{
    padding: 0 10px;
    line-height: 2rem;
    font-size: 1.6rem;
}
.contact-page .pc-show .address-list .map-pic{
    float: right;
    width: 54%;
    height: 100%;
    max-height:550px;
    overflow:hidden;
}
.contact-page .pc-show .address-list .map-pic a{
    display: none;
    height: 100%;
}
.contact-page .pc-show .address-list .map-pic a img{
    width: 100%;
    height: 100%;
}

@media(max-width: 750px){
    .contact-page{
        padding-bottom: 0;
    }
    .contact-page .header{
        padding-bottom: 57%;
        background-image: url(../img/contact-hd-men.jpg);
    }
    .contact-page .ewm{
        justify-content: space-between;
        -ms-flex-pack: justify; /* IE */
        padding: 3rem 1.5rem 0 1.5rem;
    }
    .contact-page .ewm .item{
        font-size: 1.6rem;
        width: 40%;
        line-height: 2rem;
    }
    .contact-page .address-list{
        padding: 0 1.5rem 3rem 1.5rem; 
    }
    .contact-page .address-list .tit{
        padding: 1rem;
        margin: 2rem 0 1rem 0;
        background-color: #e7e8e9;
    }
    .contact-page .address-list .tit p, 
    .contact-page .address-list .tit strong{
        color: #333333;
        line-height: 2rem;
    }
    .contact-page .address-list .tit strong{
        width: auto;
    }
}

/* job-page */
.job-page .header{
    width: 100%;
    padding-bottom: 33.33%;
    background-image: url(../img/job-hden.jpg);
}
.job-page .job-list{
    max-width: 1000px;
    margin: 0 auto;
    padding: 5rem 0 0 0;
}
.job-page .job-list .item{
    padding: 0 0 3rem 0;
    margin: 0 15rem 3rem 15rem;
    border-bottom: 1px solid #e4e4e4;
}
.job-page .job-list .item:last-child{
    border-bottom: none;
}
.job-page .job-list .item h3{
    text-align: left;
    font-size: 1.8rem;
    font-weight: bold;
    padding-bottom: 1rem;
}
.job-page .job-list .item h4{
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 4rem;
}
.job-page .job-list .item ul li{
    line-height: 2rem;
    padding-bottom: .5rem;
}
.job-page .job-list .item p{
    line-height: 2rem;
}

@media(max-width: 750px){
    .job-page .header{
        padding-bottom: 57%;
        background-image: url(../img/job-hd-men.jpg);
    }
    .job-page .job-list .item{
        padding: 0 0 2rem 0;
        margin: 0 0 3rem 0;
        border-bottom: 1px solid #e4e4e4;
    }
}

/* ewm show */
.ewm-show{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8);
}
.ewm-show .con{
    display: flex;
    display: -ms-flexbox; /* IE */
    justify-content: center;
    -ms-flex-pack: center; /* IE */
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.ewm-show img{
    width: 60%;
}
/* honor-list */
.honor-list{
    position: relative;
    max-width: 620px;
    margin: 0 auto;
}
.honor-list:after{
    position: absolute;
    display: block;
    content: "";
    left: 70px;
    top: 10px;
    bottom: -10px;
    width: 6px;
    border-radius: 3px;
    background-color: #cccccc;
}
.honor-list .item{
    padding-bottom: 20px;
}
.honor-list .item p{
    display: flex;
}
.honor-list .item p span{
    flex-shrink: 0;
    position: relative;
    width: 70px;
    color: #16b023;
    font-size: 16px;
    z-index: 2;
}
.honor-list .item p span:after{
    position: absolute;
    right: -11px;
    top: 10px;
    display: block;
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    background-color: #d0101b;
}
.honor-list .item p em{
    flex-grow: 1;
    padding-left: 26px;
    font-size: 16px;
}
.item-event{margin-bottom:20px;float:left;}
.item-event em,.item-event span{font-size:12pt;}
.item-event em{width:90px;float:left;}
.item-event span{width:calc(100% - 90px);float:left;}
.article{width:100%;float:left;}


@media(max-width: 414px){

      .list-news-wrapper { overflow: hidden; }
  .list-news-wrapper .item { float: left; width: 100%; }
  .list-news-wrapper .item:nth-child(even) { float: right; }
  .list-news-wrapper .pic { float: none; width: 100%; height: auto; line-height: 100px; margin-bottom: 10px; }
  .list-news-wrapper .title a { float: none; max-width: none; font-size: 15px; }
  .list-news-wrapper .title span { float: none; max-width: none; text-align: left; margin-top: 5px; font-size: 12px; }
  .list-news-wrapper .text { line-height: 1.6; margin-top: 10px; font-size: 13px; }
  .list-news-wrapper .more { width: 85px; line-height: 25px; margin-top: 15px; font-size: 12px; }
}