/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

html {
    color: #000;
    background: #FFF
}

html,
body {
    max-width: 640px;
    height: 100%;
    margin: 0 auto;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0;
    vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}

legend {
    color: #000
}

#yui3-css-stamp.cssreset {
    display: none
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.over-hd2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bg-fff {
    background-color: #fff;
}

.py-54 {
    padding: .54rem 0;
}

.px-24 {
    padding: 0 .24rem;
}

/* 首页轮播图 */
.home-banner {
    padding-top: .24rem;
}

.home-banner .swiper-container {
    width: 7.5rem;
    height: 3.8rem;

}

.home-banner .swiper-container .swiper-slide {
    width: 6.8rem;
    border-radius: 6px;
}

.home-banner .swiper-container .swiper-slide img {
    width: 100%;
    height: 3.4rem;
    border-radius: 6px;
}

.home-banner .swiper-container .swiper-slide-prev {
    margin-top: .2rem;
    height: 3rem !important;
}

.home-banner .swiper-container .swiper-slide-prev img {
    height: 3rem !important;
}

.home-banner .swiper-container .swiper-slide-next {
    margin-top: .2rem;
    height: 3rem !important;
}

.home-banner .swiper-container .swiper-slide-next img {
    height: 3rem !important;
}

.home-banner .swiper-container .swiper-slide-active {
    width: 6.8rem;
}

.home-banner .swiper-pagination {
    bottom: -.04rem !important;
}

.home-banner .swiper-pagination .swiper-pagination-bullet {
    width: .25rem;
    height: .08rem;
    border-radius: .04rem;
    background-color: #ffe2de;
    opacity: 1;
}

.home-banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ff3115;
}

/* 首页宫格导航 */
.nav {
    padding: .56rem 0;
}

.nav ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.nav ul li {
    width: 1.98rem;
    height: 1.75rem;
    background: #fff;
    border-radius: .16rem;
    box-shadow: 0 0 10px 10px #f2f2f2;
}

.nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nav ul li a img {
    display: block;
    width: .8rem;
    height: .8rem;

}

/* 首页新闻大图 */
.hot-news {
    display: flex;
    align-items: center;
    padding: 0 .24rem;
}

.hot-news .left {
    display: block;
    width: 2.9rem;
    height: 2rem;
    margin-right: .15rem;
}

.hot-news .right {
    flex: 1;
}

.hot-news .right .top {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: .15rem;
    margin-bottom: .15rem;

}

.hot-news .right .top>div:first-child {
    font-weight: bold;
    font-size: .3rem;
    color: #808080;
    margin-left: .25rem;
}

.hot-news .right .top>div:last-child {
    font-size: .14rem;
    color: #808080;
}

.hot-news .right .bottom h3 {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-bottom: .15rem;
}

.hot-news .right .bottom p {
    font-size: 12px;
    color: #777777;

}

/* 首页最新活动样式 */
.new-activity {
    background: url(../images/bj2.png) no-repeat;
}

.new-activity .more-btn {
    width: 1.37rem;
    height: .5rem;
    line-height: .5rem;
    border: 1px solid #ffff;
    border-radius: .26rem;
    color: #fff;
    text-align: center;
    font-size: 12px;
    margin: .3rem auto;
}

/* 首页企业简介样式 */
.company-intro {
    padding: 0 .24rem;
    padding-bottom: .6rem;
    background-color: #fff;

}

.company-intro .company-img {
    display: block;
    width: 100%;

}

.company-intro .content {
    position: relative;
    padding-right: .28rem;
    padding-bottom: .26rem;
}

.company-intro .content h3 {
    font-size: 12px;
    color: #e3e3e3;
    padding: .6rem 0 .32rem;
}

.company-intro .content h3 span {
    font-size: 17px;
    color: #000;
    font-weight: 600;
}

.company-intro .content .company-info {
    font-size: 12px;
    color: #6c6c6c;
    line-height: .42rem;
}

.company-intro .more-btn-wrapper {
    display: flex;
    justify-content: flex-end;
    margin: .26rem 0;
}

.company-intro .more-btn-wrapper .more-btn {
    width: .54rem;
    height: .54rem;
    line-height: .54rem;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #c4c4c4;
    color: #c4c4c4;
    font-size: 16px;
}

.company-intro .yline {
    width: .24rem;
    height: 120%;
    background-color: #ff3115;
    position: absolute;
    right: -.24rem;
    bottom: 0;
}

.company-intro .xline {
    width: 60%;
    height: .24rem;
    background-color: #ff3115;
    position: absolute;
    right: 0;
    bottom: 0;
}

/* 注册登录背景 */
.body-bg {
    background: url(../images/bj.png) no-repeat;
    background-size: cover;
}

/* 公共头部 */
header .nav-bar {
    width: 100%;
    height: .74rem;
    background: #fff;
    border-bottom: 1px solid #eeeeee;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: flex;

}

header .nav-bar.no-bg {
    background-color: transparent;
    border: none;
}

header .header-empty {
    widows: 100%;
    height: .74rem;
}

header .nav-bar .title {
    flex: 1;
    font-size: 15px;
    color: #000;
    line-height: .74rem;
    text-align: center;
}

header .return {
    width: 0.8rem;
    height: 100%;

}

header .return a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/fanhui.png) no-repeat center/.42rem .42rem;
}

header .menu {
    width: 0.8rem;
    height: 100%;

}

header .menu a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/daohang.png) no-repeat center/.42rem .42rem;
}

header .menu a.active {
    background: url(../images/close.png) no-repeat center/.42rem .42rem;
}

.aside {
    position: fixed;
    top: .76rem;
    right: 0;
    bottom: 0;
    background: rgba(40, 40, 40, 0.9);
    z-index: 999;
    width: 70%;
    transform: translateX(100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.aside.active {
    transform: translateX(0);

}

.aside>ul>li>a {
    display: block;
    font-size: 12px;
    color: #fff;
    padding: .4rem 0;
    padding-left: 0.6rem;
    border-bottom: 1px solid #9a9a9b;
}

/* 公共底部 */
footer .tab-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background-color: #fff;
    height: 1.17rem;
    box-shadow: 0 -2px 5px 5px #f3f3f3;
    display: flex;
}

footer .tab-bar>li {
    flex: 1;
}

footer .tab-bar>li>a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;

}

footer .tab-bar .tab-icon {
    width: 0.42rem;
    height: 0.42rem;
    margin-bottom: .15rem;
}

footer .tab-bar .title {
    font-size: 12px;
    color: #000;
}

footer .tab-bar .send-tab {
    width: 1.18rem;
    height: 1.18rem;
    position: absolute;
    top: -50%;
    background: url(../images/zhiding.png) no-repeat;
    background-size: 1.18rem 1.18rem;
    border-radius: 50%;
    box-shadow: 0 0 5px 5px #f3f3f3;
}

footer .footer-empty {
    width: 100%;
    height: 1.18rem;
}

/* 公共轮播图 */
.base-banner {
    padding: .24rem;
    height: 3.32rem;
}

.base-banner .swiper-container {
    width: 100%;
    height: 3.32rem;
    border-radius: 6px;
    overflow: hidden;
}

.base-banner .swiper-container .swiper-slide {
    width: 100%;
    height: 3.32rem;

}

.base-banner .swiper-container .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

/* 资源下载列表 */
.download {
    padding: 0 .24rem;
}

.download>ul>li {
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 8px 8px #ededed;
    margin-bottom: .45rem;
    border-radius: 6px;
}

.download>ul>li .left {
    width: .1rem;
    height: 1.7rem;
    background-color: #fc766a;
    border-radius: 6px 0 0 6px;
    margin-right: .3rem;
}

.download>ul>li .middle {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.download>ul>li .middle .title {
    font-size: 14px;
    color: #000;
    margin-bottom: .2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.download>ul>li .middle .intro {
    font-size: 12px;
    color: #a7a7a7;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.download>ul>li .right {
    width: .7rem;
    height: .7rem;
    line-height: .7rem;
    text-align: center;
    color: #fff;
    background: linear-gradient(#ffb284, #fc786b);
    border-radius: 50%;
    font-size: 12px;
    margin: 0 .42rem;
    box-shadow: 0 2px 10px 2px #ffd2c6;
}

/* 公共表单样式 */
.form-wrapper {
    width: 90%;
    background-color: #fff;
    margin: 0 auto;
    padding: .36rem .3rem;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 0 8px 8px #f1f1f1;
    margin-top: 8vh;
}

.form-wrapper.query {
    margin-top: 2vh;
}

.form-wrapper .form-item {
    width: 100%;
    height: .9rem;
    background-color: #f7f7f7;
    margin-bottom: .3rem;
    border-radius: .45rem;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0 .4rem;
    box-sizing: border-box;
}

.form-wrapper .form-item input,
.form-item select {
    flex: 1;
    border: none;
    outline: none;
    background-color: #f7f7f7;
    height: 100%;
}

.form-wrapper .form-item .code-btn {
    border: none;
    outline: none;
    background: none;
    font-size: 12px;
    color: #a7a7a7;
    padding: .04rem 0;
    padding-left: .15rem;
    border-left: 1px solid #a7a7a7;

}

.form-wrapper .submit-btn {
    height: .9rem;
    line-height: .9rem;
    width: 100%;
    border-radius: .45rem;
    background-color: #ff3115;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.form-wrapper .form-link {
    display: flex;
    justify-content: flex-end;
    margin-bottom: .5rem;

}

.form-wrapper .form-link>a {
    display: inline-block;
    font-size: 12px;
    color: #ff3115;
    padding: 0.24rem 0;
}

.form-wrapper .title {
    margin-bottom: .6rem;
}

.form-wrapper .title .ch {
    font-size: 15px;
    color: #000000;
    text-align: center;
    font-weight: 600;
    margin-bottom: .14rem;
}

.form-wrapper .title .en {
    font-size: 12px;
    color: #929292;
    text-align: center;
}

.form-wrapper .submit-btn.register {
    background-color: #ffddd8;
    color: #ff3115;
    margin-top: .3rem;
}

.form-wrapper>ul {
    margin-top: .6rem;
}

.form-wrapper>ul>li {
    width: 100%;
    height: .8rem;
    display: flex;
    align-items: center;
    background-color: #f3f3f3;
    margin-bottom: .32rem;
    border-radius: 4px;
    font-size: 12px;
    color: #000;
}

.form-wrapper>ul>li .left {
    width: 1.16rem;
    height: 100%;
    background-color: #dbdbdb;
    border-radius: 4px 0 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-wrapper>ul>li .right {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 .15rem;
}

/* 报名 */
.sign {
    display: flex;
    align-items: center;
    padding: 0.3rem .12rem;
}

.sign .sign-item {
    width: 3.36rem;
    height: 3.15rem;
    margin: 0 .13rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: .5rem;
    box-sizing: border-box;
}

.sign .sign-item.left {
    background: url(../images/jiao1.png) no-repeat;
    background-size: cover;
}

.sign .sign-item.right {
    background: url(../images/jiao2.png) no-repeat;
    background-size: cover;
}

.sign .title {
    font-size: 16px;
    color: #fff;
}

.sign .title:first-child {
    margin-bottom: .18rem;
}

.sign .sign-btn {
    width: 1.7rem;
    height: .62rem;
    text-align: center;
    line-height: .62rem;
    background-color: #fff;
    border-radius: .31rem;
    font-size: 14px;
    margin-top: .6rem;
}

.sign .sign-item.left .sign-btn {
    color: #ef356c;
}

.sign .sign-item.right .sign-btn {
    color: #4c6aee;
}

/* 公共视频列表 */
.video {
    padding: 0 .24rem;
}

.video>ul>li {
    margin-bottom: .28rem;
}

.video>ul>li>a {
    display: block;
    width: 100%;
    height: 3.12rem;
    overflow: hidden;
    position: relative;
}

.video>ul>li>a>img {
    display: block;
    width: 100%;
    height: 100%;
}

.video>ul>li>a .video-task {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}

.video>ul>li>a .video-task video {
    width: 100%;
}

.video>ul>li>a .video-task .play-icon {
    display: block;
    width: .6rem;
    height: .6rem;
    background: url(../images/bofang.png) no-repeat center/.6rem .6rem;
}

/* 公共图文列表 */
.base-img-list {
    /* background: #fff; */
    padding: 0 .24rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 .12rem;
}

.base-img-list li {
    width: 3.37rem;
    padding: 0 .13rem;
    margin-bottom: .32rem;
}

.base-img-list li>a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
}

.base-img-list li>a img {
    display: block;
    width: 100%;
    height: 2.46rem;
    border-radius: 5px 5px 0 0;
}

.base-img-list li>a>div {
    padding: .28rem .2rem;
    font-size: .2rem;
    color: #000;
    line-height: .4rem;
}

/* 公共新闻列表 */
.base-news-list {
    padding: 0 .24rem;

}

.base-news-list li {
    background-color: #f6f8f7;
    padding: .32rem;
    border-radius: 5px;
    margin-bottom: .36rem;
}

.base-news-list li>a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.base-news-list li>a .left {
    width: 1.06rem;
    padding-right: .32rem;
    border-right: 1px solid #d7d7d7;
    text-align: center;
    margin-right: .2rem;
}



.base-news-list li>a .left>div:first-child {
    font-weight: bold;
    font-size: .3rem;
    color: #808080;

}

.base-news-list li>a .left>div:last-child {
    font-size: .14rem;
    color: #808080;
}


.base-news-list li>a .right {
    flex: 1;
}

.base-news-list li>a .right h3 {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    margin-bottom: .18rem;
}

.base-news-list li>a .right p {
    font-size: .2rem;
    color: #8b8b8b;
    line-height: .3rem;
}

/* 首页公共标题 */
.base-title {
    margin-bottom: .45rem;
}

.base-title .ch {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: .16rem;
}

.base-title .en {
    font-size: 18px;
    color: #666;
    text-align: center;
    margin-bottom: .2rem;
}

.base-title .point {
    text-align: center;
}

.base-title .point span {
    display: inline-block;
    width: .28rem;
    height: .08rem;
    border-radius: .4rem;
    background-color: #ff3115;
}

.base-title.white .ch {
    color: #fff;
}

.base-title.white .en {
    color: #fff;
}

.base-title.white .point span {
    background-color: #fff;
}

.xz_div {
    background: #fbf8f3;
    padding: 10px 20px;
    position: relative;
    margin-top: 44px;
    margin-bottom: 10px;
}

.xz_div ul {
    background: #fff;
    padding: 5px 10px;
}

.xz_div::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 105%;
    width: 10px;
    border-left: 1px solid #920006;
    border-top: 1px solid #920006;
    border-bottom: 1px solid #920006;
}

.xz_div::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 105%;
    width: 10px;
    border-right: 1px solid #920006;
    border-top: 1px solid #920006;
    border-bottom: 1px solid #920006;
}

.xz_div li {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #555555;
    height: 34px;
}

.xz_hr {
    border-bottom: 1px solid #f4f4f4;
    margin: 5px 0;
}

.xz_div li div {
    color: #333;
    flex: 1;
    overflow: hidden;
    margin-left: 2px;
}

.xz_bt {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    padding: 0 2px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.xz_bt span{
    color: #9e1413;
}

.xz_divp{
    position: relative;
    top: -10px;
}