/*全局*/
html {
    /* 10÷16=75% 浏览器默认大小16 */
    font-size: 62.5%!important;
}
@media only screen and (min-width: 800px){
    html {
        /* 12÷16=75% */
        font-size: 75%!important;
    }
}.sub-nav ul li.current a
body {
    font-size: 1.4rem;
    color: #3f3f3f;
    font-family: Hiragino;
    /*font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;*/
    /*font-family: "微软雅黑","Microsoft YaHei";*/
}
div.container-fluid {
    padding: 0 0;
    min-width: 800px;
}
/*页脚*/
.footer {
    padding: 20px 0;
    background-color: #2e2e2e;
}
.footer > div {
    margin: 0 auto;
    padding: 0 0;
    width: 60%;
    min-width: 980px;
    text-align: center;
    color: #aaa;
}
.footer a {
    color: #aaa;
    text-decoration: none;
}
.footer a:hover {
    color: #2471b1;
}
.footer span {
    margin-left: 15px;
}
.footer span:first-child {
    margin-left: 0;
}

/*主导航*/
.main-nav {
    padding: 0 0;
    margin: 0 auto;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    height: 60px;
    background-color: #fff;
    transition: all .5s;
}
.main-nav > div {
    width: 100%;
    height: 60px;
    text-align: center;
    position: relative;
}
.main-nav .menu-btn {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #c7151c;
    font-size: 2rem;
}
.main-nav .menu {
    display: none;
    padding: 20px 40px;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #fafafa;
    font-size: 2.4rem;
}
.main-nav .menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.main-nav .menu li {
    display: block;
    padding: 5px 0;
    text-align: center;
}
.main-nav .menu a {
    display: block;
    height: auto;
    line-height: 300%;
    letter-spacing: 2px;
    text-decoration: none;
    color: #2b2b2b;
}
.main-nav .menu li.active a {
    background-color: #c7151c;
    color: #fff;
}
.main-nav .logo {
    display: inline-block;
    height: 60px;
    line-height: 60px;
}
.main-nav .logo img {
    height: 30px;
    vertical-align: middle;
    border: 0;
    outline: 0;
}
.main-nav .language {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 60px;
    line-height: 60px;
    text-align: right;
}
.main-nav .language a {
    display: inline-block;
    margin-right: 5px;
    width: 50px;
    line-height: 60px;
    color: #c7151c;
    font-size: 2rem;
    text-align: center;
    text-decoration: none;
}
/*子导航*/
.sub-nav {
    padding: 8px 0;
    border-bottom: #e8e8e8 solid 1px;
    background-color: #fff;
}
.sub-nav > div {
    margin: 0 auto;
    width: 90%;
    font-size: 1.6rem;
}
.sub-nav a {
    text-decoration: none;
    color: #3f3f3f;
}
.sub-nav a:hover {
    color: #c7151c;
}
.sub-nav ul {
    padding: 0;
    margin: 0;
}
.sub-nav ul li {
    display: inline-block;
    padding-right: 30px;
}
.sub-nav ul li .glyphicon-triangle-right {
    display: none;
}
.sub-nav ul li.current a {
    color: #c7151c;
}
.sub-nav ul li.current .glyphicon-triangle-right {
    display: inline-block;
}

/*banner*/
.banner {
    margin-top: 60px;
    width: 100%;
    height: auto;
}
.banner .image-single {
    width: 100%;
    height: 326px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.banner .image-multiple {
    position: relative;
}
.banner .image-multiple .inner {
    position: relative;
    width: 100%;
    height: 714px;
}
.banner .image-multiple .img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 714px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.banner .image-multiple .img:first-child {
    display: block;
}
.banner .image-multiple .indicators {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 43px;
    z-index: 999;
    width: 100%;
    text-align: center;
}
.banner .image-multiple .indicators li {
    display: inline-block;
    width: 29px;
    height: 29px;
    margin: 0 3px;
    background-image: url("/Public/images/bannerbtn.png");
    background-repeat: no-repeat;
    cursor: pointer;
}
.banner .image-multiple .indicators li.active {
    background-image: url("/Public/images/bannerhover.png");
}

/*内容*/
.page-content {
    padding-top: 23px;
    margin: 0 auto 35px auto;
    width: 90%;
}
.date-content {
    padding-top: 23px;
    margin: 0 auto 35px auto;
    width: 90%;
}

/*首页box*/
.indexBox {
    padding: 4vw 0 0;
    margin-bottom: 6vh;
    width: 100%;
}
.indexBox > div {
    margin: 0 auto;
    width: 80%;
    font-size: 0;
}
.indexBox .item {
    display: inline-block;
    padding: 0 1.6vw;
    width: 33.333333%;
    text-align: center;
    position: relative;
}
.indexBox .item a {
    display: block;
    text-decoration: none;
    color: #2b2b2b;
}
.indexBox .item a img {
    width: 40%;
    height: auto;
    text-align: center;
    margin: 0 auto;
}
.indexBox .item .title {
    padding: 1vw 0;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    line-height: 180%;
}
.indexBox .item a:hover .title {
    color: #c7151c;
}
.indexBox .item .border-right {
    width: 2px;
    height: 57px;
    background-color: #828181;
    position: absolute;
    bottom: 25px;
    right: 0;
    transform: translate(0, -50%);
}

/*联系我们*/
.contact {
    margin-bottom: 50px;
    width: 100%;
    text-align: center;
}
.contact img {
    width: 400px;
}
.contact h3 {
    margin-bottom: 0;
    font-weight: bold;
    letter-spacing: 2px;
}
.contact h6 {
    margin-top: 5px;
}
.contact p {
    margin-bottom: 5px;
}
.contact .pic {
    margin: 10px 0;
}
.contact .table {
    margin: 20px auto 0;
    padding: 3px 0;
    width: 590px;
    border: #aaa solid 1px;
    font-size: 0;
}
.contact .table > div {
    display: inline-block;
    width: 50%;
    font-size: 1.4rem;
}
.contact .table > div:first-child {
    border-right: #aaa solid 1px;
}
.contact .table p {
    margin: 0;
    line-height: 50px;
}

/*招聘*/
.job .item {
    margin-bottom: 38px;
}
.job .item > div {
    white-space: pre-line;
}
.job .item .cnname {
    line-height: 46px;
    font-size: 24px;
    font-weight: bold;
}
.job .item .enname {
    line-height: 46px;
}
.job .item .split-line {
    padding-top: 18px;
    line-height: 3px;
    color: #C00000;
}
.job .item p {
    margin-top: 20px;
    font-size: 1.8rem;
}

/*文章*/
.article {
    position: relative;
}
.article h3 {
    margin: 0;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 35px;
    font-size: 2.4rem;
}
.article h6 {
    margin: 0;
    line-height: 18px;
    font-size: 1.2rem;
    white-space: pre-wrap;
}
.article h6 span {
    display: inline-block;
    border-bottom: 1px solid #C00000;
}
.article-content {
    margin: 8px 0;
    line-height: 30px;
    text-align: justify;
    font-size: 1.6rem;
}
.article-content img {
    width: 100%;
}
.article-left {
    padding: 15px 15px 20px 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 92px;
    background-color: #ededed;
}
.article-left p {
    margin-bottom: 3px;
    font-size: 1.8rem;
    line-height: 27px;
    color: #c7151c;
}
.article-left span {
    padding-right: 5px;
    padding-bottom: 3px;
    font-size: 1.2rem;
    line-height: 17px;
    border-bottom: 1px solid #c7151c;
}
.article-right {
    margin-left: 130px;
}
.article-right > h4 {
    margin: 0;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 28px;
}

/*园区运营*/
.parkBox {
    margin: 0 -1.6vw 1.5vw -1.6vw;
    padding: 0 0;
    font-size: 0;
}
.parkBox li {
    display: inline-block;
    padding: 1.5vw 1.5vw;
    width: 33.333333%;
}
.parkBox a {
    display: block;
    border-radius: 5px;
    box-shadow: 0px 1px 1px rgba(100,100,100,0.12), 0px 2px 2px rgba(100,100,100,0.12), 0px 4px 4px rgba(100,100,100,0.12), 0px 8px 8px rgba(100,100,100,0.12), 0px 16px 16px rgba(100,100,100,0.12);
    text-decoration: none;
    color: #3F3F3F;
}
.parkBox div.img {
    height: 246px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.parkBox div.txt {
    font-size: 1.6rem;
    line-height: 220%;
    text-align: center;
}

/*合伙人*/
.partner .item {
    padding: 23px 0;
    border-bottom: #aaa solid 1px;
}
.partner .item h4 {
    margin: 0;
    letter-spacing: 2px;
    line-height: 28px;
    font-weight: bold;
}
.partner .item h6 {
    margin: 0;
    line-height: 18px;
    font-size: 1.2rem;
    white-space: pre-wrap;
}
.partner .item h6.line {
    line-height: 2px;
}
.partner .item h6.line span {
    display: inline-block;
    line-height: 2px;
    border-bottom: 1px solid #C00000;
}
.partner-content {
    margin-top: 15px;
}
.partner-content > div {
    display: inline-block;
}
.partner-content .txt {
    padding: 0 5vw 0 0;
    width: 75%;
    line-height: 28px;
    white-space: pre-line;
    color: #686868;
}
.partner-content .img {
    width: 25%;
}
.partner-content .img img {
    width: 100%;
    height: auto;
}
/*集团动态*/
.article-list {
    font-size: 0;
}
.article-list > a {
    display: inline-block;
    padding: 0 20px 0 0;
    margin: 0 0 30px 0;
    width: 50%;
    font-size: 1.6rem;
    line-height: 150%;
}
.article-list > a:nth-child(2n) {
    padding: 0 0 0 20px;
}
.article-list .item {
    display: block;
    color: #3F3F3F;
}
.article-list .item > div {
    display: inline-block;
}
.article-list .item .date {
    width: 60px;
    text-align: right;
}
.article-list .item .date p {
    margin-bottom: 0;
}
.article-list .item .date1 {
    /*font-size: 1.0vw;*/
    line-height: 150%;
}
.article-list .item .date2 {
    /*margin-top: 1px;*/
    font-size: 1.4rem;
}
.article-list .item .date2 span {
    padding-left: 5px;
    padding-bottom: 5px;
    line-height: 150%;
    border-bottom: 1px solid #686868;
}
.article-list .item .title {
    width: calc(100% - 60px);
    padding-bottom: 3px;
    padding-left: 20px;
}
.article-list .item .title > div {
    /*font-size: 1.0vw;*/
    line-height: 150%;
    font-weight: 500;
    letter-spacing: .1vw;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    border-bottom: 1px solid #c7151c;
}
/*活动回顾*/
.review-list > a {
    display: block;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: #aaa solid 1px;
    overflow: hidden;
}
.review-list > a:hover {
    border-bottom: #c7151c solid 1px;
}
.review-list .thum {
    width: 20%;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/*.review-list .thum img {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: auto;*/
/*    transition: all 0.8s;*/
/*}*/
/*.review-list > a:hover .thum img {*/
/*    transform: translateZ(0) scale(1.1);*/
/*}*/
.review-list .info {
    width: 80%;
    padding: 0 0 0 2vw;
}
.review-list .info h4 {
    margin: 0 0;
    line-height: 150%;
    color: #3f3f3f;
}
.review-list .info h6 {
    margin: 0 0 3px 0;
    padding-bottom: 3px;
    width: 75px;
    font-size: 1.2rem;
    line-height: 150%;
    color: #686868;
    border-bottom: 1px solid #c7151c;
}
.review-list .info p {
    margin: 0 0;
    color: #686868;
    line-height: 180%;
}

/*月度活动*/
.left-time {
    margin: 0 0;
    width: 70%;
}
.year-list {
    padding: 30px 0;
    /*height: 540px;*/
    width: 20%;
    background-color: #c7151c;
}
.year-list > div {
    margin-bottom: 30px;
    position: relative;
    color: #FFF;
    font-size: 1.6rem;
}
.year-list > div h4 {
    margin: 0 0;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 1.8rem;
    text-align: center;
    line-height: 100%;
}
.year-list > div .glyphicon-menu-left {
    position: absolute;
    top: 0;
    left: 10px;
    cursor: pointer;
    line-height: 130%;
}
.year-list > div .glyphicon-menu-right {
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
    line-height: 130%;
}
.year-list > ul {
    margin: 0 0;
    padding: 0 0;
    list-style: none;
}
.year-list > ul li {
    padding: 12px 0;
    display: block;
    color: #FFF;
    letter-spacing: 1px;
    cursor: pointer;
    font-size: 1.4rem;
    text-align: center;
    line-height: 100%;
}
.year-list > ul li.current,
.year-list > ul li:hover {
    text-shadow: 0 0 15px #fff, -0 -0 15px #fff;
    background-color: #c73f42;
    transition: all .3s;
}
.day-list {
    padding: 0 10px;
    width: 80%;
}
.day-list .numBox {
    padding: 30px 20px;
    /*height: 540px;*/
    background-color: #fafafa;
}
.day-list .numBox h4 {
    color: #c7151c;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 200%;
}
.day-list .dateTitle {
    margin: 0 0;
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
}
.day-list .dateTitle li {
    margin: 0;
    padding: 0;
    float: left;
    flex: 0 0 14.285714%;
    width: 14.285714%;
    text-align: center;
    font-size: 1.4rem;
}
.day-list .dateTitle li:nth-last-child(1),
.day-list .dateTitle li:nth-last-child(2) {
    color: #c7151c;
}
.day-list .dateList {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
}
.day-list .dateList li {
    margin: 0 0;
    float: left;
    flex: 0 0 14.285714%;
    width: 14.285714%;
    padding: 20px 0;
    text-align: center;
    font-size: 1.4rem;
}
.day-list .dateList li p {
    margin: 0 auto;
    padding: 0 0;
    border-radius: 50%;
    width: 2.5vw;
    height: 2.5vw;
    line-height: 2.5vw;
    text-align: center;
}
.day-list .dateList li.active p {
    background: none;
    border: #c7151c solid 1px;
    font-size: 1.2vw;
    font-weight: 700;
}
.right-list {
    padding: 30px 15px;
    width: 30%;
    /*height: 540px;*/
    background-color: #fafafa;
    overflow-y: auto;
}
.right-list > a {
    display: block;
    margin: 0 0 2vh 0;
    padding: 0 0 2vh 0;
    width: 100%;
    border-bottom: #aaa dashed 1px;
    text-decoration: none;
}
.right-list > a:hover {
    border-bottom: #c7151c solid 1px;
}
.right-list > a .thum {
    width: 40%;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/*.right-list > a .thum img {*/
/*    display: block;*/
/*    width: 100%;*/
/*    transition: all 0.8s;*/
/*}*/
/*.right-list > a:hover .thum img {*/
/*    transform: translateZ(0) scale(1.1);*/
/*}*/
.right-list .info {
    width: 60%;
    padding: 0 0 0 2vw;
}
.right-list .info h4 {
    margin: 0 0;
    font-size: 1.0vw;
    font-weight: 500;
    line-height: 150%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #3f3f3f;
}
.right-list .info p {
    margin: 0 0;
    padding: 0 0;
    color: #686868;
    line-height: 180%;
    font-size: .8vw;
}
