*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
ul li {
    list-style: none;
}
.clearfix:before,
.clearfix:after{
    clear: both;
    display: block;
    content: "";
}

/* .container{
    width: 70%;
    margin: auto;
} */
.flex-1{
    display: flex;
    align-items: center;
}
header{
    padding: 30px 0 30px 0;
}
header .container{
    justify-content: space-between;
}
.header-logo{
    /* width: 18%; */
}
.header-logo  a h2{
    color: #151515;
}
.active{
    color: #38C4FF;
    /* padding-bottom: 33px;
    border-bottom: 2px solid #38c4ff; */
}
.container{
    width: 1200px;
    margin: auto;
}
nav{
    /* width: 53%; */
}
nav ul li{
    padding: 0 15px;
}
nav ul li a{
    font-size: 18px;
    color: rgba(51,51,51,1);
    font-weight: 500;
}
nav ul li a:hover{
    color: #38C4FF;
}
.contact{
    /* width: 15%; */
    font-size: 18px;
    text-align: right;
    display: flex;
    align-items: center;
    color: #38C4FF;
}
.contact img{
    width: 23px;
    height: 23px;
    margin-right: 12px;
}
.sign{
    color: #000000;
    cursor: pointer;
    opacity: 1;
    font-size: 18px;
    display: block;
}
.personal{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.personal img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 5px;
}
.row span{
    font-size: 12px;
}
.row2{
    margin: 0px 8px;
    padding: 25px;
    background: #eee5d6;
}
.wrapper {
    /* display: inline-block; */
    width: 100%;
}



 /*登录框*/
header .login_bg{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 10000;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}
header .login_box {
    width: 486px;
    height: 348px;
    background: rgba(209, 192, 165, 1);
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: content-box;
    padding: 7px;
    display: none;
}

header .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0 9px;
}

header .login_title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 24px;
    text-align: center;
}

header .del {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

header .input_content {
    width: 100%;
    height: 89%;
    background: rgba(239, 229, 214, 1);
    text-align: center;
    box-sizing: border-box;
    padding: 52px 0 44px 0;
    text-align: center;
}

header .phone_box {
    margin-bottom: 16px;
}

header .code_box {
    position: relative;
}

.phone_text {
    width: 50px;
    display: inline-block;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

header .phone,
header .code {
    width: 286px;
    background: rgba(255, 255, 255, 1);
    border-radius: 3px;
    box-sizing: border-box;
    height: 44px;
    padding-left: 18px;
    outline: none;
    border: 1px solid #ccc;
    margin-left: 16px;
}

header .phone::placeholder,
header .code::placeholder {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

header .get_code {
    position: absolute;
    top: 14px;
    right: 80px;
    height: 21px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 156, 0, 1);
    border-left: 1px solid rgba(239, 229, 214, 1);
    padding-left: 18px;
}

header .bottom {
    margin-top: 27px;
}

header .login_btn {
    width: 129px;
    height: 44px;
    background: rgba(66, 60, 52, 1);
    border: 1px solid rgba(255, 200, 133, 1);
    border-radius: 3px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 200, 133, 1);
}

header .warn_text {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    margin-top: 12px;
}
#name{
    margin-right: 10px;
}



/* footer内容样式 */
footer{
    background: #313131;
    color: #ffffff;
    padding: 43px 0 43px 0;
}
.ft-1{
    display: flex;
    align-items: center;
    margin-bottom: 58px;
}
.ft-1 h4{
    margin-right: 30px;
    font-weight: 500;
    font-size:18px;
}
.ft-1 a {
    display: block;
    margin: 0 20px;
    font-size: 14px;
    cursor: pointer;
    color: #ffffff;
}
.ft-2{
    display: flex;
}
.ft-2 .ftwo-txt h3{
    font-size:22px;
    margin-bottom: 30px;
    font-weight: 500;
}
.ft-2 .ftwo-txt p{
    float: left;
    margin-right: 67px;
    font-size: 14px;
    line-height: 26px;
    cursor: pointer;
}
.footer-bot{
    margin-top: 50px;
    text-align: center;
    line-height:21px;
    font-size: 12px;
}
.ftwo-ewm{
    width:115px;
    height:115px;
}
.ftwo-ewm img{
    width: 100%;
}
@media screen and (max-device-width:760px){
       .container{
            width: 100%  !important;
        }
       .an{display:none !important;}
        .swiper-slide{height:300px !important;}
        .box_item{height:56% !important;width:23.5% !important;}
    }


nav li:nth-child(4n){
display:none;
}
nav li:nth-child(5n){
display:none;
}
nav li:nth-child(6n){
display:none;
}
.ft-1 a:nth-child(4n){
display:none;
}
.ft-1 a:nth-child(5n){
display:none;
}
.ft-1 a:nth-child(6n){
display:none;
}