/* 头部 */

.header {
    width: 100%;
    background-color: #fff;
}

.header_top {
    width: 100%;
    height: 36px;
    background-color: #32373E;
    line-height: 36px;
}

.header_top_l {
    font-size: 12px;
    font-weight: 400;
    color: #AFB5C0;
    line-height: 36px;
}

.header_top_r span {
    position: relative;
    float: left;
    display: block;
    padding: 0 12px;
    cursor: pointer;
}

.header_top_r span a {
    font-size: 12px;
    color: #AFB5C0;
}

.header_top_r span a:hover {
    color: #1cbbb4;
}

.header_top_r .register {
    color: #1cbbb4;
}

.header_top_r i {
    font-size: 12px;
    color: #AFB5C0;
    margin-left: 5px;
}

.header_top_r span:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 10px;
    background-color: #AFB5C0;
    top: 13px;
    right: 0;
}

.header_top_r span:last-child:after {
    opacity: 0 !important;
}

.header_main {}

.comm_seach_box {
    height: 48px;
    background: #FFFFFF;
    border: 2px solid #1cbbb4;
}

.logo {
    display: block;
    width: 144px;
    height: 52px;
    margin-right: 20px;
}

.logo img {
    width: 100%;
    height: 100%;
}
.logo h1{
    position: absolute;
    left: -9999px;
}
.comm_seach_select {
    position: relative;
}

.comm_seach_select span {
    display: block;
    line-height: 40px;
    padding: 0 27px 0 17px;
    cursor: pointer;
    font-size: 14px;
    color: #666;
}

#ssform {
    position: relative;
}

.comm_seach_down {
    position: absolute;
    left: 0;
    top: -20px;
}

.comm_seach_down li {
    float: left;
    width: 60px;
    height: 20px;
    line-height: 20px;
    background: rgba(0, 179, 138, .1);
    border-radius: 4px 4px 0px 0px;
    text-align: center;
    font-size: 12px;
    color: #1cbbb4;
    cursor: pointer;
    transition: all .3s;
    margin-right: 4px;
}

.comm_seach_down li.on {
    color: #fff;
    background: #1cbbb4;
}

.comm_seach_down li:hover {
    color: #fff;
    background: #1cbbb4;
}

.comm_seach_box input {
    height: 100%;
    font-size: 14px;
    color: #333;
    padding-left: 12px;
}

.comm_seach_box input:focus {
    border: none !important;
}

.common_seach_btn {
    width: 100px;
    height: 48px;
    background: #1cbbb4;
    color: #fff;
    font-size: 16px;
}


.common_seach_btn i {
    margin-right: 5px;
}

.header_seach_content {
    padding: 36px 38px 16px 30px;
}

.header_seach_content .fb_select {
    position: relative;
    margin-left: 20px;
}

.header_seach_content .mffb {
    position: relative;
    display: block;
    width: 170px;
    height: 52px;
    font-size: 16px;
    color: #fff;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
}

.header_seach_content .mffb i.icon1 {
    margin-right: 6px;
}

.header_seach_content .mffb .up_icon {
    font-size: 20px;
    vertical-align: -3px;
    margin-left: 4px;
    transition: all .3s;
}

.header_seach_content .mffb .up_icon.up{
    transform: rotate(-180deg) !important;
}

.header_seach_content .fb_drop {
    position: absolute;
    top: 44px;
    left: 0;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    background: #FFFFFF;
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
}

.header_seach_content .fb_drop.show {
    opacity: 1;
    visibility: visible;
}

.header_seach_content .fb_drop .fb_item {
    cursor: pointer;
    color: #000;
    line-height: 44px;
    display: block;
    transition: all .2s;
    text-align: center;
    border-bottom: 1px solid #E7EAEE;
}
.header_seach_content .fb_drop .fb_item:hover{
    color: #1cbbb4;
}
.header_seach_content .fb_drop .fb_item .icon {
    width: 44px;
    height: 18px;
    background: url(../image/jyfb_icon.png) no-repeat center;
    background-size: cover;
    vertical-align: -4px;
    margin-left: 4px;
}

.comm_seach_ul {
    padding-left: 19px;
    margin-top: 8px;
}

.comm_seach_ul a {
    float: left;
    font-size: 12px;
    color: #999;
    margin-right: 12px;
    line-height: 17px;
}

.comm_seach_ul a:hover {
    color: #1cbbb4;
}




.wchat_box {
    position: absolute;
    width: 152px;
    height: 180px;
    left: -44px;
    /* top: 18px; */
    top: 120px;
    z-index: 99;
    display: none;
    opacity: 0;
    transition: all .3s;
}

.wchat_box img {
    width: 100%;
}

.header_top_drop {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    margin: auto;
    width: 72px;
    opacity: 0;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    background-color: #fff;
    z-index: 99;
    padding: 5px 0;
    transition: all .3s;
    display: none;
}

.header_top_drop a {
    display: block;
    color: #666 !important;
    font-size: 12px !important;
    line-height: 24px;
    text-align: center;
}

.header_top_drop a:hover {
    color: #1cbbb4;
}

.header_top_drop .nwes_num {
    display: inline-block;
    width: 16px;
    height: 16px;

    background: #FF5F00;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    vertical-align: 1px;
    margin-left: 5px;
}

.web_wrap {
    position: absolute;
    padding: 20px;
    top: 36px;
    left: -903px;
    background: #FFFFFF;
    box-shadow: 0 4px 8px rgba(3, 27, 78, .12);
    z-index: 999;
    display: none;
}

.web_lis {
    min-height: 145px;
    margin-right: 24px;
    margin-bottom: 30px;
}

.web_lis:nth-of-type(5),
.web_lis:nth-of-type(6),
.web_lis:nth-of-type(7) {
    margin-bottom: 0 !important;
}

.web_lis:nth-of-type(6) {
    margin-left: 27px;
}

.web_lis:nth-of-type(7) {
    margin-left: 20px;
}

.web_lis:nth-child(4n) {
    margin-right: 0;
}

.web_lis .tit {
    padding-left: 13px;
    margin-bottom: 12px;
}

.web_lis .tit h3 {
    position: relative;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    line-height: 12px;
}

.web_lis .tit h3:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 12px;
    background: #1cbbb4;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.04);
    left: -10px;
}

.web_lis ul {
    float: left;
    padding-right: 20px;
}

.web_lis ul li {
    line-height: 24px;
}

.web_lis ul a {
    color: #666;
}


/* 底部 */

.footer {
    padding-top: 60px;
    width: 100%;
    text-align: center;
    background: #32373E;
}

.foot_link {
    text-align: left;
    padding: 28px 0 18px 86px;
    border-top: 1px solid rgba(216, 216, 216, .1);
}

.foot_link span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 12px;
}

.foot_link li {
    float: left;
    margin-bottom: 10px;
    font-size: 12px;
    margin-right: 30px;
}

.foot_link li a {
    display: block;
    color: #999;
    line-height: 28px;
}

.foot_link li:hover a {
    color: #fff;
}

.footer_bot {
    padding: 22px 0 22px;
    border-top: 1px solid rgba(216, 216, 216, .1);
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 17px;
}

.footer_top {
    padding-bottom: 28px;
    display: inline-block;
    text-align: left;
}

.footer_top dl {
    float: left;
    width: 210px;
}

.footer_top dt {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
}

.footer_top dd {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    line-height: 28px;
}

.footer_top dd a {
    color: #999;
}

.footer_top dd a:hover {
    color: #fff;
}

.footer_text img {
    margin-right: 16px;
    display: block;
}

.footer_text p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    line-height: 28px;
}

.footer_concat ul {
    margin-top: 25px;
}

.footer_concat li {
    margin: 0 4px;
    float: left;
    width: 84px;
    text-align: center;
}

.footer_concat li img {
    width: 67px;
    height: 67px;
}

.footer_concat li p {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    line-height: 20px;
}
.xx_icon {
    position: absolute;
    min-width: 16px;
    height: 16px;
    background: #FF5F00;
    border-radius: 16px;
    top: 1px;
    right: 17px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    padding: 0 2px;
}

.xnth_banner {
    display: none;
    position: relative;
    width: 100%;
    height: 90px;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}
.xnth_banner a {
    display: block;
    width: 100%;
    height: 90px;
}
.xnth_banner span {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 111;
    display: block;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.2) url('/static/img/icon_close.png') no-repeat center center;
    background-size: 60%;
    border-radius: 15px;
    cursor: pointer;
}

.header_nav{display: flex;height: 38px;line-height:38px;margin-left: 10px;}
.header_nav .header_nav_li{position: relative;text-align: center}
.header_nav .header_nav_li a.nav_tit{font-weight: 600 !important;font-size: 16px;color: #333;display: inline-block;}
.header_nav .header_nav_li.active a.nav_tit{color: #1cbbb4;}
.header_nav .header_nav_li.header_nav_child .layui-icon{color: #999999;font-size: 12px}
.header_nav .header_nav_li .hot{ position: absolute;width: auto;height:18px}

.ts_box {
    display: none;
    position: absolute;
    height: auto;background: #FFFFFF;box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08);
    border-radius: 2px;text-align: center;
    z-index: 9999;;
    transition: all .3s;
    min-width: 100%;
    padding:5px;
    white-space: nowrap;
    left: -10px;
    top:38px
}
.ts_box dd{height: 26px;line-height:26px}
.ts_box dd a{display: block;font-size: 16px;color: #666;font-weight: normal;}
.ts_box dd a:hover{color: #1cbbb4;}


/*侧边悬浮图片下载APP*/
.border-ad {
    display: none;
    width: 100px;
    height: 300px;
    z-index: 10000;
    position: fixed;
    top: calc(50% - 150px);
}
.border-ad.left{left: 0}
.border-ad.right{right: 0}
.border-ad span{
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 111;
    display: block;
    width: 20px;
    height: 20px;
    background: rgba(0, 0, 0, 0.2) url(/static/img/icon_close.png) no-repeat center center;
    background-size: 60%;
    border-radius: 15px;
    cursor: pointer;
}
@media screen and (max-width: 768px){
    .border-ad{display: none!important;}
}