* {
    margin: 0;
    padding: 0;
}
li {
    list-style: none
}
a {
    text-decoration: none;
    color: #333;
}
input,
textarea {
    border: none;
    outline: none;
    resize: none;
    font-family: 'Microsoft YaHei';
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color:#999;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
}
body,
html {
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    overflow-x: hidden;
}
div::-webkit-scrollbar { width: 0 !important }
div { -ms-overflow-style: none; }
div { overflow: -moz-scrollbars-none; }
.pc-flex,
.flex-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.mobile-flex {
    display: none;
}
.flex-column {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}
.header-nav {
    width: 1200px;
    height: 75px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.header-nav .right,
.header-nav .left,
.header-nav .left ul {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-left: 35px;
}
.header-nav .left {
    margin-left: 0;
}
.header-nav .left ul li {
    position: relative;
    width: 100px;
    height: 100%;
}
.header-nav .left ul li a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.header-nav .left ul li a:hover,
.header-nav .left ul li.active a {
    color: #2f929f;
    font-weight: 700;
}


.header-nav .right .search {
    position: relative;
    margin-right: 20px;
}
.header-nav .right input {
    width: 223px;
    height: 35px;
    border-radius: 60px;
    border: 1px solid #2f929f;
    background: url(../../imgs/home/search.png) 95% center no-repeat;
    background-size: 15px 15px;
    box-sizing: border-box;
    padding: 10px 0 10px 20px;
}
.header-nav .right .Head-portrait img {
    height: 35px;
    border-radius: 50%;
}

.inner {
    width: 1200px;
    margin: 0 auto;
}
.hot-word ul li:hover {
    background: #2f929f;
    border: 1px solid #fff;
}
.hot-word ul li:hover a {
    color: #fff;
}


/* 二级导航 */
.sub-nav {
    height: 50px;
    margin-bottom: 20px;
}
.sub-nav ul {
    align-items: center;
    height: 100%;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
}
.sub-nav ul li a {
    color: #2f929f;
    font-size: 14px;
    margin: 0 25px;
    font-family: MicrosoftYaHei;
    padding-bottom: 15px;
}
.sub-nav ul li a:hover,
.sub-nav ul li.active a {
    border-bottom: 2px solid #2f929f;
}
.sub-nav ul li.active a {
    border-bottom: 2px solid #2f929f;
}

/* 二维码弹窗登录 */
.popup-modal .mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .5;
    z-index: 9;
}
.popup-modal .popup-content {
    position: fixed;
    width: 555px;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    background: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    overflow: hidden;
}
.popup-modal .popup-content .popup-top {
    height: 70px;
    padding: 0 22px;
    justify-content: space-between;
    align-items: center;
}
.popup-modal .popup-content .popup-center {
    align-items: center;
}
.popup-modal .popup-content .popup-center img {
    width: 246px;
}
.popup-modal .popup-content .popup-center p {
    padding: 42px 0;
}
.popup-modal .popup-content .popup-center p.sub-title {
    padding-top: 30px;
    font-size: 20px;
	color: #333;
}
.popup-modal .popup-content .popup-center p.txt {
    font-size: 18px;
	color: #666;
}
#close_popup,
#login {
    cursor: pointer;
}
.swiper-button-next, .swiper-button-prev {
    z-index: 8;
}
.hot-word {
    position: absolute;
    display: none;
    width: 280px;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    background: #fff;
    box-sizing: border-box;
    padding: 20px 15px;
    z-index: 99;
    box-shadow: 1px 5px 23px 3px #e6e6e6;
}
.hot-word h5 {
    color: #999;
    font-size: 14px;
    padding-bottom: 10px;
    font-weight: 400;
}
.hot-word ul {
    flex-wrap: wrap;
}
.hot-word ul li {
    margin-right: 5px;
    border: 1px solid #b5b5b5;
    border-radius: 6px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    padding: 1% 2% ;
}
.hot-word ul li a {
    color:  #999999;
    font-size: 12px;
}
.header-nav .left ul li a:hover {
    color: #2f929f;
}
.swiper-button-prev, 
.swiper-container-rtl .swiper-button-next, 
.swiper-button-next, 
.swiper-container-rtl .swiper-button-prev {
    background: none;
}
.ad-img {
    margin-bottom: 20px;
    height: 112px;
}
.ad-img img {
    height: 112px;
    width: 100%;
}





/* 移动端适配 */

@media only screen and (max-width: 768px) {
    .inner {
        width: 90%;
        margin: 0 auto;
    }
    .mobile-flex {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .pc-flex {
        display: none;
    }
    .header-nav {
        height: 2.3125rem;
    }
    .sub-nav {
        height: auto;
        overflow-x: scroll;
    }
    .sub-nav ul {
        display: block;
        height: 1.875rem;
        padding-left:15px;
        /* width: 200%; */
        overflow-x: scroll;
    }
    .sub-nav ul li {
        float: left;
        height: 1.875rem;
    }
    .sub-nav ul li {
        margin-right: 5%;
        display: flex;
        align-items: center;
    }
    .sub-nav ul li a {
        margin: 0;
    }
    .sub-nav ul li a {
        padding-bottom: 0;
    }
}