﻿/*

html5doctor.com Reset Stylesheet

v1.4.1

2010-03-01

Author: Richard Clark - http://richclarkdesign.com

*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
}

body {
    line-height: 1;
}


article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #333;
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}


/*浮动*/

.fl_left {
    float: left;
}

.fl_right {
    float: right;
}


/*清除浮动*/

.clearFix::before,
.clearFix::after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    clear: both;
}


/*左右间距30*/

.m_lr30 {
    margin: 0 0.3rem 0;
}

.p_lr30 {
    padding: 0 0.3rem 0;
}


/*  去掉图片低测默认的3像素空白缝隙*/

.Img {
    width: 100%;
    display: block;
}


/*隐藏*/

.hide {
    display: none;
}


/* 版心 */

.w {
    width: 100%;
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto;
    padding-top: 1.48rem;
    padding-bottom: 1rem;
}


/*按钮样式*/

.c-btn-main {
    width: 80%;
    background-color: #b46636;
    line-height: .72rem;
    height: .72rem;
    color: #fff;
    font-size: 0.36rem;
    text-align: center;
    margin: 0.2rem auto 0;
    border-radius: 0.5rem;
}

.swiper-pagination-bullet,
.c-works .swiper-pagination-bullet {
    /*width: 8px;*/
    /*height: 8px;*/
    background: #ac7c0d;
    opacity: 0.4;
}

.swiper-pagination-bullet-active,
.c-works .swiper-pagination-bullet-active {
    background: #ac7c0d;
    opacity: 1;
}


/*表单简单只有电话*/

.c-form-top {
    padding: .27rem 0 .5rem;
}

.c-form-top h2 {
    font-size: .4rem;
    text-align: center;
}

.c-form-top p {
    height: .5rem;
    line-height: .5rem;
    text-align: center;
}

.c-form-top span {
    color: #f30000;
}

.c-form-simple {
    width: 80%;
    display: flex;
    justify-content: center;
    border-radius: 0.5rem;
    border: 1px solid #b46636;
    overflow: hidden;
    margin: 0 auto;
}

.c-form-simple input {
    width: 71%;
    height: .7rem;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    padding-left: .2rem;
    font-size: .28rem;
}

.c-form-simple .form-simple-btn {
    width: 29%;
    /* height: .72rem; */
    font-size: .3rem;
    text-align: center;
    line-height: .72rem;
    background-color: #b46636;
    color: #fff;
}

.c-form-simple-top {
    width: 80%;
    /*display: flex;
    justify-content: center;*/
    border-radius: 0.5rem;
    border: 2px solid #b46636;
    overflow: hidden;
    margin: 0.3rem auto;
    padding-left: .5rem;
}

.c-form-simple-btn {
    width: 80%;
    line-height: .8rem;
    border-radius: 0.5rem;
    overflow: hidden;
    margin: 0 auto;
    background: red;
    text-align: center;
    color: #fff;
    font-size: .4rem;
    font-weight: bold;
}

.c-form-simple-top input {
    width: 71%;
    height: .7rem;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    /*padding-left: .2rem;*/
    font-size: .3rem;
    letter-spacing: .05rem;
}


/*1像素边框*/

.border-1px {
    border-bottom: 1px solid #828282
}

.border-1px {
    border-right: 1px solid #ccc
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .border-1px {
        border-bottom: 0.5px solid #ccc
    }
    .border-1px {
        border-right: 0.5px solid #ccc
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 3) {
    .border-1px {
        border-bottom: 0.333333px solid #ccc
    }
    .border-1px {
        border-right: 0.33333px solid #ccc
    }
}


/*颜色*/

.color-background {
    background-color: #b46636;
}

.color-background-d {
    background-color: #e19d15;
}

.color-font {
    color: #b46636;
}

.color-font-d {
    color: #e19d15;
}

body {
    font-size: .28rem;
    /* font-family: "Source Han Sans CN";*/
    font-family: Source Han Sans CN;
    color: #333;
    background-color: #fff;
}


/*头部start*/

.c-header {
    position: fixed;
    /*max-width: 750px;*/
    z-index: 100;
    width: 100%;
}

.c-header .header-top {
    width: 100%;
    height: .88rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-header .header-top .icon-menu {
    width: .45rem;
    height: .36rem;
    background: url(/images/zt/jt_xdfxxd/icon-menu.png) no-repeat;
    background-size: 100%;
}

.c-header .header-top .logo {
    width: 3.3rem;
}

.c-header .header-top .btn-box {
    display: flex;
}

.c-header .btn-box i {
    font-size: .4rem;
    color: #fff;
}

.c-header .btn-box a:first-child {
    animation: shaked 1s ease-in-out infinite;
    -webkit-animation: shaked 1s ease-in-out infinite;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
}

@keyframes shaked {
    0% {
        transform: rotate(0);
    }
    10% {
        transform: rotate(0);
    }
    20% {
        transform: rotate(-10deg);
    }
    30% {
        transform: rotate(10deg);
    }
    40% {
        transform: rotate(-8deg);
    }
    50% {
        transform: rotate(8deg);
    }
    60% {
        transform: rotate(-5deg);
    }
    70% {
        transform: rotate(5deg);
    }
    80% {
        transform: rotate(-2deg);
    }
    90% {
        transform: rotate(2deg);
    }
    100% {
        transform: rotate(0);
    }
}

@-webkit-keyframes shaked {
    0% {
        transform: rotate(0);
    }
    10% {
        transform: rotate(0);
    }
    20% {
        transform: rotate(-10deg);
    }
    30% {
        transform: rotate(10deg);
    }
    40% {
        transform: rotate(-8deg);
    }
    50% {
        transform: rotate(8deg);
    }
    60% {
        transform: rotate(-5deg);
    }
    70% {
        transform: rotate(5deg);
    }
    80% {
        transform: rotate(-2deg);
    }
    90% {
        transform: rotate(2deg);
    }
    100% {
        transform: rotate(0);
    }
}

.c-header .btn-box .btn-c {
    width: 1.2rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    font-size: .26rem;
}

.c-header .btn-box .btn-tel {
    background-color: #fff;
    color: #000;
}

.c-header .btn-box .btn-zx {
    background-color: #7d4623;
    color: #fff;
    margin-left: .1rem;
}


/*头部end*/


/*头部热搜 start*/

.header-search {
    position: fixed;
    top: .88rem;
    width: 100%;
    z-index: 100;
    background-color: #f5f5f5;
    height: .6rem;
    font-size: .22rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-search .hot-search {
    position: relative;
    color: #f30000;
}

.header-search .hot-search span {
    position: absolute;
    background: url("/images/zt/jt_xdfxxd/icon-hot.png");
    width: .14rem;
    height: .16rem;
    top: -0.08rem;
    right: -0.15rem;
    background-size: 100%;
}

.header-search ul {
    display: flex;
}

.header-search ul li {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    padding-left: .12rem;
    border-radius: 0.2rem;
    margin-left: .1rem;
}

.header-search ul li:first-child {
    margin-left: 0;
}


/*头部热搜end*/


/*底部start*/

.c-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    box-shadow: 0px -1px 0.1rem #ccc;
    background-color: #fff;
}

.c-footer ul {
    display: flex;
    align-items: center;
    height: 1rem;
    justify-content: space-between;
}

.c-footer ul .index,
.c-footer ul .money {
    width: 0.7rem;
    font-size: .22rem;
    text-align: center;
}

.c-footer ul .index p,
.c-footer ul .money p {
    margin-top: .1rem;
}

.c-footer ul .index p {
    color: #cccccc;
}

.c-footer ul .icon-index {
    display: block;
    width: .4rem;
    height: .4rem;
    background: url("/images/zt/jt_xdfxxd/icon-index.png") no-repeat;
    background-size: 100%;
    margin: 0 auto;
}

.c-footer ul .icon-money {
    display: block;
    width: .34rem;
    height: .4rem;
    background: url("/images/zt/jt_xdfxxd/icon-money.png") no-repeat;
    background-size: 100%;
    margin: 0 auto;
}

.c-footer ul .incon-info {
    margin-top: 0.18rem;
    margin-right: 0.17rem;
    display: block;
    width: .42rem;
    height: .36rem;
    background: url("/images/zt/jt_xdfxxd/icon-mess.png") no-repeat;
    background-size: 100%;
}

.c-footer ul .icon-freeTel {
    margin-top: 0.18rem;
    margin-right: .13rem;
    display: block;
    width: .37rem;
    height: .37rem;
    background: url("/images/zt/jt_xdfxxd/icon-freetel.png") no-repeat;
    background-size: 100%;
}

.c-footer .right .btn {
    width: 4.8rem;
    display: flex;
    margin-left: 0.43rem;
    border-radius: 0.5rem;
}

.c-footer .right .btn a {
    display: flex;
    width: 50%;
    height: 0.72rem;
    line-height: 0.72rem;
    font-size: 0.26rem;
    color: #fff;
    justify-content: center;
}

.c-footer .right .btn .btn1 {
    position: relative;
    background-color: #e19d15;
    border-radius: 0.5rem 0 0 0.5rem;
}

.c-footer .right .btn .btn1 .number {
    position: absolute;
    font-size: .14rem;
    text-align: center;
    top: 10%;
    left: 28%;
    width: .3rem;
    height: .3rem;
    line-height: .3rem;
    background-color: #f90000;
    color: #fff;
    border-radius: 100%;
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    animation: blink 1.5s linear infinite;
    -webkit-animation: blink 1.5s linear infinite;
    -moz-animation: blink 1.5s linear infinite;
    -ms-animation: blink 1.5s linear infinite;
    -o-animation: blink 1.5s linear infinite;
}

.c-footer .right .btn .btn2 {
    background-color: #b46636;
    border-radius: 0 0.5rem 0.5rem 0;
}


/*底部end*/


/*一分钟测试start*/

.c-right-minute {
    display: none;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 100;
}

.c-right-minute .minute-box {
    width: 2.23rem;
    height: 0.83rem;
    background: url("/images/zt/jt_xdfxxd/right-minute.png") no-repeat;
    background-size: 100%;
}

.c-right-minute .minute-box a {
    display: block;
    width: 100%;
    height: 100%;
}

.c-right-minute .minute-close {
    width: 0.28rem;
    height: 0.46rem;
    background: url("/images/zt/jt_xdfxxd/right-minute-close.png") no-repeat;
    background-size: 100%;
    margin-left: 0.25rem;
}

@-webkit-keyframes twinkling {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/*一分钟测试end*/


/*广告位*/

.c-banner-tip {
    background-color: #f5f5f5;
    padding: .2rem 0;
}


/*导航条*/

.c-titleTip-swiper {
    display: flex;
}

.c-titleTip-swiper li {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #e7e7e7;
    height: .6rem;
    color: #000;
    font-size: .28rem;
    width: 25%;
    text-align: center;
}

.c-titleTip-swiper li.active {
    background-color: #b46636;
    color: #fff;
}

.c-titleTip-swiper li.active::before {
    position: absolute;
    bottom: -0.1rem;
    left: 50%;
    display: block;
    /*visibility: hidden;*/
    width: 0;
    height: 0;
    border-top: .1rem solid #b46636;
    border-right: .1rem solid transparent;
    border-left: .1rem solid transparent;
    content: '';
    margin-left: -0.05rem;
}

.c-titleTip-swiper li h3 {
    width: 100%;
    height: .3rem;
    line-height: .3rem;
}

.c-titleTip-swiper li h3.boder {
    border-right: 1px solid #af821a;
}


/*专业展现1*/

.c-course-box1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0.3rem;
}

.c-course-box1 li {
    padding: .2rem .15rem;
    box-shadow: 0 0 0.1rem #ccc;
    border-radius: 0.1rem;
}

.c-course-box1 li h3 {
    font-size: .3rem;
}

.c-course-box1 li:nth-child(n+3) {
    margin-top: .2rem;
}

.c-course-box1 li .c-course-box1-img {
    position: relative;
    width: 3.05rem;
    margin-top: .1rem;
}

.c-course-box1 li .c-course-box1-img span {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f50100;
    color: #fff;
    font-size: .2rem;
    text-align: center;
    height: .3rem;
    line-height: .3rem;
    padding: 0 0.1rem;
    border-radius: 0 0 0.15rem 0;
}

.c-course-box1 .c-course-box1-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 0.12rem;
}

.c-course-box1 .c-course-box1-btn2 {
    width: 1.41rem;
    height: 0.45rem;
    font-size: .26rem;
    text-align: center;
    line-height: 0.45rem;
    color: #fff;
    border-radius: 0.2rem;
    background-color: #b46636;
}

.c-course-box1 .c-course-box1-btn1 {
    width: 1.41rem;
    height: 0.45rem;
    font-size: .26rem;
    text-align: center;
    line-height: 0.45rem;
    border: 1px solid #b46636;
    border-radius: 0.2rem;
}

.c-course-box1 .c-course-box1-btn1 a {
    color: #b46636;
}

.c-course-box1.special li {
    width: 2.2rem;
    padding-bottom: .15rem;
    box-shadow: 0 0 0.15rem #ccc;
    border-radius: 0.15rem;
    overflow: hidden;
}

.c-course-box1.special li:nth-child(3) {
    margin-top: 0;
}

.c-course-box1.special li h3 {
    padding: 0 0.1rem;
    height: .5rem;
    line-height: .5rem;
    font-size: .3rem;
}

.c-course-box1.special li h3 span {
    color: #cccccc;
    float: right;
}

.c-course-box1.special .details-btn-zxjx {
    width: 1.4rem;
    height: 0.45rem;
    background-color: #b46636;
    font-size: .26rem;
    color: #fff;
    line-height: .45rem;
    margin: .1rem auto 0;
    border-radius: .3rem;
    text-align: center;
}


/*学生作品start*/

.c-works {
    padding: .43rem 0 .34rem;
}

.c-works .c-works-top {
    margin-top: 0.22rem;
    display: flex;
    justify-content: space-between;
}

.c-works .swiper-slide {
    padding: 0 0.3rem;
}

.c-works .c-works-top li,
.c-works .c-works-bottom {
    position: relative;
    border-radius: 0.1rem;
    overflow: hidden;
}

.c-works .c-works-bottom {
    margin-top: .1rem;
}

.c-works .c-works-top li p,
.c-works .c-works-bottom p {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: .5rem;
    line-height: .5rem;
    font-size: .28rem;
    text-align: center;
    color: #fff;
    background-color: rgba(180, 102, 54, 0.7);
}


/*学生作品end*/


/*线*/

.c-line {
    height: .2rem;
    background-color: #f5f5f5;
}


/*
.c-brand {
    padding: .43rem 0.3rem .34rem;
	text-align:center;
	margin-top:2%;
}
.c-brand h2{font-size: .42rem;text-align: center;color:#68350d;letter-spacing:.02rem;}
.c-brand hr{width:10%;margin-left:45%;background-color:#68350d;height:1px;border:none;}
.c-brand p{font-size:0.38rem;font-weight:200;}
.c-brand-main{font-size:0.38rem;}
.c-brand ul{
    margin-top: 0.27rem;

    justify-content: space-around;
}
.c-brand ul li{
    font-size: .27rem;
    width: 26%;
	float:left;
    text-align: center;
	margin-left:7%;
	margin-top:2%;
}
.c-brand ul li p{
    margin-top: 0.08rem;
    line-height: 0.4rem;
}
.c-brand ul li p b{color:#68350d;font-size:.5rem;}
.c-qc{clear:both;}
*/

.c-brand1 {
    padding: .13rem 0.1rem .14rem;
    text-align: center;
    margin-top: 2%;
    width: 100%;
}

.c-brand2 {
    padding: .43rem 0.3rem .34rem;
    text-align: center;
    margin-top: 2%;
}

.c-brand2 h2 {
    font-size: .42rem;
    text-align: center;
    color: #68350d;
    letter-spacing: .02rem;
}

.c-brand2 hr {
    width: 10%;
    margin-left: 45%;
    background-color: #68350d;
    height: 1px;
    border: none;
}

.c-brand2 p {
    font-size: 0.38rem;
    font-weight: 200;
}

.c-brand1-main {
    font-size: 0.38rem;
}

.c-bd {
    background-color: #333;
    padding: 4% 2%;
    width: 90%;
    margin-left: 5%;
    text-align: center;
    border-radius: 0.1rem;
    margin-top: 6%;
}

.c-bd form input {
    padding: 2% 2%;
    margin-top: 4%;
    border-radius: 0.1rem;
    width: 90%;
}

.chara ul {
    margin-top: 0.27rem;
    /*display: flex;*/
    justify-content: space-around;
}

.chara ul li {
    font-size: .27rem;
    width: 30%;
    float: left;
    text-align: center;
}

.chara ul li p {
    margin-top: 0.08rem;
    line-height: 0.4rem;
}

.chara ul li p b {
    color: #68350d;
}

.c-qc {
    clear: both;
}

.c-cooperation ul {
    margin-top: 4%;
}

.c-cooperation ul li {
    width: 23%;
    float: left;
    margin-left: 2%;
    margin-top: 2%;
}

.c-environmenta {
    padding-top: .3rem;
    padding-bottom: .28rem;
}

.c-environmenta img {
    margin-top: 6%;
}

.brand-top {
    margin-left: 0%;
    margin-top: 8%;
    width: 100%;
}

.brand-top li {
    background-color: #fff;
    width: 30%;
    float: left;
    margin-left: 3%;
    border-radius: .2rem;
    border-radius: 0.5rem;
    padding-top: 2%;
    padding-bottom: 6%;
    padding-left: 1%;
    padding-right: 1%;
    margin-top: 4%;
    text-align: left;
}

.brand-top li span {
    font-size: .3rem;
    text-align: center;
    color: #68350d;
    font-weight: 600;
}

.brand-top li span b {
    font-size: 0.18rem;
    text-align: left;
    font-weight: 500;
    width: 80%;
    display: block;
    margin: 0.2rem auto 0;
}

.brand-1 {}

.bb1 {
    font-size: .2rem;
}

.bb2 {
    float: left;
}

.bb3 {
    float: left;
}

.c-an {
    background-color: #542009;
    padding: 2% 2%;
}

.c-environmenta-box {
    margin-top: .2rem;
}

.c-environmenta-box-bottom {
    margin-top: .1rem;
    display: flex;
    justify-content: space-between;
}


/*问题*/

.c-question {
    padding: 0.3rem 0;
}

.c-question-box {
    border: 0.04rem solid #fbe0d3;
    display: flex;
    flex-wrap: wrap;
    margin: 0.18rem 0.3rem 0;
}

.c-question-box li {
    width: 33.3%;
    height: 1.1rem;
    line-height: 1.1rem;
    text-align: center;
    font-size: 0.29rem;
}

.c-question-box li:nth-child(-n+3) {
    border-bottom: 0.02rem solid #fbe0d3;
}

.c-question-box li.right {
    border-right: 0.02rem solid #fbe0d3;
}

.c-question-box li img {
    vertical-align: middle;
    margin-right: 0.05rem;
}

.c-question .question-text {
    margin: 0.35rem 0.3rem 0;
    background: url("/images/zt/jt_xdfxxd/bg.png") no-repeat;
    background-size: contain;
    height: 1.78rem;
}

.c-question .question-text li {
    display: flex;
    justify-content: space-between;
}

.c-question .question-text li:nth-child(n+2) {
    margin-top: 0.3rem;
}

.c-question .question-text p {
    font-size: 0.26rem;
    padding-left: 0.53rem;
    height: .4rem;
    line-height: .4rem;
}

.c-question .question-text div {
    width: 1.5rem;
    height: .4rem;
    line-height: .4rem;
    background-color: #e19d15;
    color: #fff;
    font-size: .26rem;
    border-radius: 0.5rem;
    text-align: center;
}

.c-school-info {
    font-size: 0.22rem;
    color: #999999;
    text-align: center;
    line-height: 0.4rem;
    padding-bottom: 0.1rem;
}

.c-form-bottm {}

.c-form-bottm .form-bottm-bg {
    background: url(/images/zt/jt_xdfxxd/form-bg.jpg) no-repeat;
    height: 4.13rem;
    background-size: 100%;
    padding-top: 0.5rem;
}

.c-form-bottm .form-bottm-box {
    margin: -3rem 0.3rem 0.4rem;
    padding-top: 0.27rem;
    padding-bottom: 0.4rem;
    background-color: #fff;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.15rem #ccc;
}

.c-form-bottm .form-bottm-box li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-form-bottm .form-bottm-box li span {
    font-size: .26rem;
}

.c-form-bottm .form-bottm-box li .items {
    display: flex;
    align-items: center;
    width: 5.8rem;
    height: 0.67rem;
    background-color: #f0f0f0;
    border-radius: 0.3rem;
    padding-left: .26rem;
}

.c-form-bottm .form-bottm-box li input {
    background: none;
    outline: none;
    border: 0px;
    font-size: 0.24rem;
}

.c-form-bottm .form-bottm-box li select {
    background: none;
    outline: none;
    border: 0px;
    font-size: 0.24rem;
}

.c-form-bottm .form-bottm-box li:nth-child(n+2) {
    margin-top: 0.16rem;
}

.c-form-bottm .form-bottm-submit {
    width: 90%;
    background-color: #b46636;
    line-height: .72rem;
    height: .72rem;
    color: #fff;
    font-size: 0.36rem;
    text-align: center;
    margin: 0.2rem auto 0;
    border-radius: 0.5rem;
}


/*弹窗 start*/

.c-windows {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 102;
}

.c-windows2 {
    display: none;
}

.c-windows2 .c-windows-itmes2 {
    position: fixed;
    width: 6rem;
    line-height: .4rem;
    top: 50%;
    left: 50%;
    z-index: 105;
    border-radius: .15rem;
    padding: .34rem .2rem;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: .28rem;
    box-shadow: 0 0 0.15rem #ccc;
    background-color: #fff;
    /*display: none;*/
}

.c-windows2 i {
    position: absolute;
    top: 0;
    right: 0;
    font-size: .32rem;
    color: #999;
}

.c-windows2 .c-windows-itmes2 span {
    color: #f50100;
}


/*弹窗1*/

.c-windows .c-windows-itmes {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.c-windows .items1 .item1-top {
    width: 6rem;
    height: 4.559rem;
    background: url("/images/zt/jt_xdfxxd/window-items1-top.png") no-repeat;
    background-size: 100%;
    padding-top: 2.88rem;
}

.c-windows .items1 .item1-top-form {
    width: 90%;
    display: flex;
    justify-content: center;
    border-radius: 0.5rem;
    overflow: hidden;
    margin: 0 auto;
}

.c-windows .items1 .item1-top-form input {
    width: 60%;
    height: .84rem;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    padding-left: .45rem;
    font-size: .32rem;
}

.c-windows .items1 .item1-top-form .item1-top-form-btn {
    flex: 1;
    font-size: .3rem;
    text-align: center;
    line-height: .85rem;
    background-color: #b46636;
    color: #fff;
}

.c-windows .items1 .item1-top p {
    margin-top: .18rem;
    font-size: .24rem;
    text-align: center;
}

.c-windows .items1 .item1-bottom-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-windows .items1 .item1-bottom-btn .btn {
    width: 2.6rem;
    height: .78rem;
    text-align: center;
    line-height: .78rem;
    font-size: .32rem;
    border-radius: 0.2rem;
}

.c-windows .items1 .item1-bottom-btn {
    background-color: #fff;
    padding: .2rem .25rem;
    border-radius: 0 0 0.3rem 0.3rem;
}

.c-windows .items1 .item1-bottom-btn .btn1 {
    color: #fff;
}

.c-windows .items1 .item1-bottom-btn .btn2 {
    color: #ba8845;
    margin-left: .23rem;
    border: 0.02rem solid #bc8b49;
    box-sizing: border-box;
}

.c-windows .items1 .items1-close,
.c-windows .items2 .items1-close {
    width: .58rem;
    height: .58rem;
    text-align: center;
    line-height: .58rem;
    margin: .32rem auto 0;
    border: 0.01rem solid #fff;
    color: #fff;
    border-radius: 100%;
}


/*弹窗2*/

.c-windows .items2 .item2-bottom {
    padding: .4rem 0 .32rem;
    background-color: #f9dbae;
    border-radius: 0 0 0.25rem 0.25rem;
}

.c-windows .items2 .item2-top {
    width: 6rem;
}

.c-windows .items2 .item2-bottom h4 {
    font-size: .36rem;
    color: #5d2703;
    font-weight: 600;
    text-align: center;
}

.c-windows .items2 .item2-bottom-btn {
    background-color: #b46636;
    color: #fff;
    font-size: .36rem;
    text-align: center;
    line-height: 0.72rem;
    height: .72rem;
    width: 4rem;
    margin: .45rem auto 0;
}


/*弹窗3*/

.c-windows .items3 {
    width: 6rem;
    height: 7.7rem;
    background: url("/images/zt/jt_xdfxxd/window-items3-bg.png") no-repeat;
    background-size: 100%;
}

.c-windows .items3 .text-year {
    margin-top: .6rem;
    font-size: .24rem;
    text-align: center;
    color: #ae6438;
}

.c-windows .items3 h4 {
    font-size: .56rem;
    color: #5d2703;
    margin-top: .23rem;
    text-align: center;
}

.c-windows .items3 ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: .35rem;
}

.c-windows .items3 ul li {
    width: 2.2rem;
    height: 1.7rem;
    background-color: #ecb66f;
    color: #fff;
    font-size: .36rem;
    text-align: center;
    padding-top: .24rem;
    border-radius: .2rem;
}

.c-windows .items3 ul li:nth-child(2n) {
    margin-left: .3rem;
}

.c-windows .items3 ul li:nth-child(n+3) {
    margin-top: .29rem;
}

.c-windows .items3 ul li p {
    width: 100%;
    margin-top: .13rem;
}

.c-windows .items3 ul li i {
    font-size: .8rem;
}

.c-windows .items3 .btn {
    margin-top: .97rem;
}

.c-windows .items3 .items3-close,
.c-windows .items4 .items3-close,
.c-windows .items5 .items3-close {
    position: absolute;
    top: 0;
    left: 0;
    width: .56rem;
    height: .56rem;
    line-height: .56rem;
    text-align: center;
    border-radius: 100%;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #d1ab57;
}


/*弹窗4*/

.c-windows .items4 {
    width: 6rem;
    height: 9.68rem;
    background: url("/images/zt/jt_xdfxxd/window-items4-bg.png") no-repeat;
    background-size: 100%;
}

.c-windows .items4 .items-banner {
    margin: 0 .25rem;
}

.c-windows .items4 .items-input {
    width: 80%;
    border-radius: 0.5rem;
    border: 1px solid #d1ab57;
    overflow: hidden;
    margin: 0 auto 0;
    z-index: 100;
    display: flex;
}

.c-windows .items4 .items-input input {
    width: 100%;
    outline: none;
    height: .71rem;
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    padding-left: .3rem;
    font-size: .32rem;
}

.c-windows .items4 .items-input .item1-top-form-btn {
    background-color: #b46636;
    color: #fff;
    font-size: .28rem;
    text-align: center;
    line-height: .71rem;
    width: 2.5rem;
}

.c-windows .items4 .items4-bottom {
    margin: 0 .57rem;
}

.c-windows .items4 .items4-bottom-q {
    height: .7rem;
    line-height: .7rem;
    color: #333333;
    font-size: .26rem;
}

.c-windows .items4 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.c-windows .items4 ul li {
    width: 2.3rem;
    height: 1.1rem;
    position: relative;
}

.c-windows .items4 ul li p {
    float: right;
    width: 1.2rem;
    font-size: .26rem;
    padding-top: .18rem;
    line-height: .3rem;
}

.c-windows .items4 ul li:nth-child(n+3) {
    margin-top: .23rem;
}

.c-windows .items4 .btn {
    margin-top: .45rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-windows .items4 .btn a:first-child {
    width: 2.6rem;
    height: .78rem;
    text-align: center;
    line-height: .78rem;
    font-size: .32rem;
    border-radius: 0.2rem;
    color: #fff;
}

.c-windows .items4 .btn a:last-child {
    width: 2.6rem;
    height: .78rem;
    text-align: center;
    line-height: .78rem;
    font-size: .32rem;
    border-radius: 0.2rem;
    color: #ba8845;
    margin-left: .23rem;
    /*border: 0.02rem solid #bc8b49;*/
    box-sizing: border-box;
    background-color: #fff;
}

.c-windows .items4 li>span {
    position: absolute;
    right: .1rem;
    bottom: .1rem;
    display: inline-block;
    width: .25rem;
    height: .25rem;
    border: 2px solid #d1ab57;
}

.c-windows .items4 li>span.active {
    border: 2px solid #e70000;
}

.c-windows .items4 li>span.active i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    width: .2rem;
    height: .2rem;
    background: url(/images/zt/jt_xdfxxd/window-item4-right.png) center no-repeat;
    background-size: cover;
}

.c-windows-itmes.items5 {
    width: 6.4rem;
    background-color: #fff;
    border-radius: 0.2rem;
}

.c-windows-itmes.items5 .form-box {
    padding: .19rem .27rem .19rem;
    /*border-bottom: 1px dashed #e8d5ab;*/
}

.c-windows-itmes.items5 .form-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.c-windows-itmes.items5 .form-box ul li {
    /*width: 1.65rem;*/
    font-size: .24rem;
    color: #555555;
    margin-top: .3rem;
    width: 33.3%;
}

.c-windows-itmes.items5 .form-box ul li.active {
    color: #ba8845;
}

.c-windows-itmes.items5 .form-box ul li span {
    display: inline-block;
    width: .25rem;
    height: 0.25rem;
    border: 0.02rem solid #000;
    border-radius: 0.5rem;
    margin-right: .1rem;
    padding: 0.05rem;
    vertical-align: bottom;
}

.c-windows-itmes.items5 .form-box ul li.active span {
    border: 0.02rem solid #ba8845;
}

.c-windows-itmes.items5 .form-box ul li.active span i {
    display: block;
    background-color: #ba8845;
    height: 100%;
    border-radius: 100%;
}

.c-windows-itmes.items5 .form-question {
    position: relative;
    width: 3.4rem;
    height: .5rem;
    line-height: .5rem;
    background-color: #ba8845;
    font-size: .26rem;
    color: #fff;
    padding-left: 1.2rem;
}

.c-windows-itmes.items5 .form-question .quesion-num {
    position: absolute;
    top: -0.1rem;
    left: 0.24rem;
    width: .75rem;
    height: .82rem;
    padding-top: .13rem;
    background: url("/images/zt/jt_xdfxxd/window-items5-banner-icon.png") no-repeat;
    background-size: 100%;
    font-size: .42rem;
    color: #833c0c;
    text-align: center;
}

.c-windows-itmes.items5 .form-input {
    padding: .2rem 0 .25rem;
}

.c-windows-itmes.items5 .form-input-box {
    padding: 0 .35rem;
}

.c-windows-itmes.items5 .form-input .text-tip1 {
    font-size: .2rem;
    color: #666666;
    text-align: center;
}

.c-windows-itmes.items5 .input-name,
.c-windows-itmes.items5 .input-tel {
    display: flex;
    padding-left: .2rem;
    width: 100%;
    height: .54rem;
    line-height: .54rem;
    background-color: #f0f0f0;
    border-radius: .2rem;
}

.c-windows-itmes.items5 .input-name {
    margin-top: .13rem;
}

.c-windows-itmes.items5 .input-tel {
    margin-top: .17rem;
}

.c-windows-itmes.items5 .form-input span {
    color: #999;
    font-size: .36rem;
    width: .57rem;
    /*padding-top: .2rem;*/
}

.c-windows-itmes.items5 .form-input input {
    flex: 1;
    outline: none;
    -webkit-appearance: none;
    border: none;
    background-color: transparent;
    height: 100%;
}

.c-windows-itmes.items5 .text-tip2 {
    height: .48rem;
    line-height: .48rem;
    font-size: .22rem;
    color: #666;
    text-align: center;
}

.c-windows-itmes.items5 .form-input .form-submit {
    height: .65rem;
    line-height: .65rem;
    background-color: #833c0c;
    font-size: .28rem;
    color: #fff;
    text-align: center;
    border-radius: .3rem;
    margin: 0 .35rem;
}


/*弹窗 end*/

.c-environmenta h5 {
    text-align: center;
    font-size: .36rem;
    line-height: .5rem;
    /*padding-top: .27rem;*/
    padding-bottom: .22rem;
}


/*四大难题*/


/*四大难题*/

.four-question {
    padding: .3rem;
}

.four-question h2 {
    margin-bottom: .6rem;
}

.four-question p {
    height: .66rem;
    line-height: .66rem;
    text-align: center;
    color: #333333;
    font-size: .28rem;
}

.four-bottom img {
    box-shadow: 0 0.1rem 0.1rem #ccc;
}

.nvsheng-cont {
    padding: .3rem 0 .2rem;
}

.nvsheng-cont .c-course-box1 li {
    padding: 0 0 .2rem;
}


/*侧边start*/

.m-modal-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(55, 61, 65, .4);
    display: none;
}

.n-menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 68%;
    height: 100%;
    background-color: #fff;
    z-index: 1001;
    -o-transform: translate3d(-101%, 0, 0);
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0);
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.menu-back i {
    color: #d1ab57;
}

.n-menu-fixed.on {
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.m-modal-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(55, 61, 65, .4);
    display: none;
}

.n-menu-fixed-top {
    display: flex;
    height: 0.94rem;
    border-bottom: 1px solid #e7e7e7;
    align-items: center;
}

.n-menu-fixed-top .menu-back {
    margin-left: 0.3rem;
    margin-right: 0.25rem;
}

.n-menu-fixed-top .menu-back i {
    /*color: #676767;*/
    font-size: 0.35rem;
    display: block;
}

.n-menu-fixed-top .menu-logo {
    width: 70%;
}

.n-menu-fixed-bottom li {
    padding-left: 0.5rem;
    line-height: 1.1rem;
    height: 1.1rem;
    font-size: 0.3rem;
    border-bottom: 1px solid #ededed;
    font-weight: 600;
}

.n-menu-fixed-bottom li i {
    color: #d1ab57;
    /*color: #676767;*/
    font-size: 0.4rem;
    margin-right: 0.15rem;
}


.c-brand {
    padding: .43rem 0.08rem .34rem;
    text-align: center;
    margin-top: 2%;
}

.c-brand h2 {
    font-size: .42rem;
    text-align: center;
    color: #68350d;
    letter-spacing: .02rem;
    font-family: SourceHanSansCN-Medium;
    font-weight: 800;
    letter-spacing: 0rem;
}

.c-brand hr {
    width: 6%;
    margin-left: 45%;
    background-color: #68350d;
    height: 2px;
    border: none;
    opacity: 0.6;
}

.c-brand p {
    font-size: 0.3rem;
    font-weight: 200;
    padding-bottom: 0.2rem;
}

.c-brand-main {
    font-size: 0.38rem;
}

.c-brand ul {
    margin-top: 0.27rem;
    /*display: flex;*/
    justify-content: space-around;
}

.c-brand ul li {
    font-size: .36rem;
    width: 26%;
    float: left;
    text-align: left;
    margin-left: 7%;
    margin-top: 2%;
    font-family: MicrosoftJhengHeiRegular;
    color: #606060;
}

.c-brand ul li b {
    color: #68350d;
    font-size: .5rem;
    font-family: DINCondensed-Bold;
}

.c-brand ul li .small-font {
    font-size: 0.3rem;
    margin-left: 0.24rem;
    color: #606060;
    font-family: MicrosoftJhengHeiRegular;
}

.c-qc {
    clear: both;
}

.c-brand2 {
    padding: .43rem 0.3rem .34rem;
    text-align: center;
    margin-top: 6%;
}

.c-brand2 h2 {
    font-size: .42rem;
    text-align: center;
    color: #68350d;
    letter-spacing: .02rem;
    font-family: SourceHanSansCN-Medium;
    font-weight: 800;
    letter-spacing: 0rem;
}

.c-brand2 hr {
    width: 6%;
    margin-left: 45%;
    background-color: #68350d;
    height: 2px;
    border: none;
    opacity: 0.6;
}

.c-brand2 p {
    font-weight: 200;
    font-size: 0.3rem;
    padding-bottom: 0.2rem;
}

.brand2-swiper {
    width: 86%;
    height: 6.4rem;
    background-image: linear-gradient(217deg, #753d10 0%, #551f09 100%), linear-gradient( #fdca6a, #fdca6a);
    background-blend-mode: normal, normal;
    border-radius: 0.6rem;
    margin: 0 auto;
}

.brand2-swiper .brand2-swiper-top {
    position: relative;
    height: 70%;
}

.brand2-swiper .brand2-swiper-top .brand2-swiper-bread {
    width: 64%;
    position: absolute;
    left: -52px;
}

.brand2-swiper .brand2-swiper-top .brand2-swiper-info {
    padding-right: 0.5rem;
    color: #f9f6ed;
}

.brand2-swiper-top .brand2-swiper-info .brand2-swiper-info-1 {
    font-family: SourceHanSansCN-Light;
    font-size: 0.26rem;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    text-align: right;
    padding-top: 0.5rem;
}

.brand2-swiper-top .brand2-swiper-info .brand2-swiper-info-2 {
    font-weight: bold;
    font-size: 0.46rem;
    letter-spacing: 0rem;
    text-align: right;
    margin-top: 1rem;
}

.brand2-swiper-top .brand2-swiper-info .brand2-swiper-info-3,
.brand2-swiper-top .brand2-swiper-info .brand2-swiper-info-4 {
    font-size: 0.3rem;
    line-height: 0.46rem;
    letter-spacing: 0rem;
    text-align: right;
}

.brand2-swiper-top .brand2-swiper-info .brand2-swiper-info-3 {
    margin-top: 0.4rem;
}

.brand2-swiper .brand2-swiper-bottom {
    margin: 0 auto;
    width: 70%;
    height: 1rem;
    line-height: 1rem;
    background-color: #f9f6ed;
    position: relative;
    z-index: 2;
    display: flex;
    border-radius: 0.5rem;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.6rem;
    padding-right: 0.1rem;
    font-family: SourceHanSansCN-Bold;
    margin-top: 0.2rem;
}

.brand2-swiper .brand2-swiper-bottom .brand2-swiper-bottom-msg {
    font-family: SourceHanSansCN-Bold;
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #602a0c;
}

.brand2-swiper .brand2-swiper-bottom .brand2-swiper-bottom-go {
    width: 0.9rem;
    height: 0.9rem;
    background-color: #68310e;
    font-size: 0.46rem;
    font-weight: bold;
    line-height: 0.9rem;
    letter-spacing: 0rem;
    color: #f9f6ed;
    border-radius: 50%;
}

.brand2-last-padding {
    padding: .43rem 0.1rem .34rem;
}


/*按钮样式*/

.c-btn-main {
    width: 72%;
    background-color: #551f09;
    height: 1rem;
    color: #fff;
    font-size: 0.32rem;
    font-weight: 500;
    text-align: center;
    margin: 0.8rem auto 0;
    border-radius: 0.5rem;
    background-image: linear-gradient(217deg, #753d10 0%, #551f09 100%), linear-gradient( #000000, #000000);
    font-family: SourceHanSansCN-Regula
}

.c-form-top ul li {
    width: 24%;
    float: left;
    background-color: #fff;
    margin-left: 1%;
    padding: 2% 2%;
    font-size: 0.26rem;
    border-radius: 0.1rem;
    color: #606060;
    margin-top: 4%;
}
.c-form-top ul li.active{
    background-color: #68350d;
    color: #fff;
}

.dizong {
    padding: 50px 0px 0px;
    /*width: 500px;
	height: 500px;*/
    /*border: 1px solid #f00;*/
    /*background: url('./static/picture/xd-swiper-28.jpg');*/
    margin-top: 4%;
    overflow-x: hidden;
}

.xiangyou {
    margin-right: -0.6rem;
    /*float: right;*/
}

.rongqi {
    /*width: 985px;
	height: 999px;*/
    width: 88%;
    margin-left: -0.3rem;
    margin-top: -10rem;
}

.youp {
    width: 18%;
    margin-top: -2.5rem;
    margin-left: 6.1rem;
}

.youp p {
    color: #fff;
    line-height: 0.9rem;
    font-size: 0.3rem;
    cursor: pointer;
}

.zuop {
    /*border: 1px solid #000;*/
    margin-top: 0.65rem;
}

.zuop p {
    color: #fff;
    /*line-height: 0.9rem;*/
    font-size: 0.28rem;
    text-align: left;
    margin-left: 0.5rem;
}

.zuop .pone {
    font-size: 0.25rem;
}

.zuoimg {
    margin-left: 0.7rem;
}

.sanimg {
    width: 31%;
    margin-top: 0.1rem;
    padding-right: 0.3rem;
}

.newxia {
    margin-top: 1rem;
    background-color: #541f09;
}

.c-environmenta ul {
    margin-top: 8%;
}

.c-environmenta ul li {
    width: 22%;
    float: left;
    background-color: #fff;
    margin-left: 2%;
    padding: 2% 2%;
    font-size: 0.3rem;
    border-radius: 0.1rem;
    color: #606060;
}
.c-environmenta ul li.active{
    background-color: #68350d;
    color: #fff;
}


.c-zplb ul li {
    width: 28%;
    float: left;
    background-color: #fff;
    padding: 0% 0%;
    margin-left: 4%;
}

.c-zplb ul li p {
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%;
}

.c-environmenta .environmenta-box img {
    width: 90%;
}

.c-environmenta .environmenta-box img:nth-child(2) {
    margin-top: 10%;
}

.c-cx-box {
    display: flex;
    -webkit-display: flex;
    margin-top: 0.6rem;
}



.c-cx-box>div:nth-child(1) {
    margin-left: 0;
}

.c-environmenta .c-cx-box>div img {
    margin-top: 0rem;
}

.c-cx-box div .cx-info-1 {
    background-color: #68350d;
    border-bottom-right-radius: 1.4rem;
    border-bottom-left-radius: 1.4rem;
    margin-top: -0.12rem;
    height: 2.1rem;
    background-color: #68350d;
}

.c-cx-box div .cx-info-1 .time {
    font-size: 0.15rem;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    text-align: right;
    margin-right: -0.1rem;
    transform: scale(0.8);
}

.c-cx-box div .cx-info-1 .info-box .info-name {
    font-size: 0.3rem;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    font-weight: 600;
}

.c-cx-box div .cx-info-1 .info-box {
    text-align: left;
    padding-left: 0.3rem;
    padding-top: 0.1rem;
}

.c-cx-box div .cx-info-1 .info-box .info-post,
.c-cx-box div .cx-info-1 .info-box .info-annual-salary {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    margin: 0.06rem 0;
}

.c-header-box {
    width: 100%;
}

.c-header-box .c-header-bg {
    width: 96%;
    height: 7rem;
    background: url('/images/zt/jt_xdfxxd/header-bg.png') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.c-header-box .c-header-bg .c-header-logo {
    display: flex;
    -webkit-display: flex;
}

.c-header-logo .logo {
    width: 3.3rem;
    height: 0.44rem;
    background: url(/images/zt/jt_xdfxxd/logo.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 0.3rem;
    margin-left: 0.6rem;
}

.group-text-box {
    margin-top: 0.5rem;
    color: #ffffff;
    margin-left: 0.6rem;
}

.group-text-box .group-text {
    font-family: SourceHanSansCN-ExtraLight;
    font-size: 0.14rem;
    line-height: 0.5rem;
    letter-spacing: 0rem;
}

.group-text-box .group-text-1 {
    width: 2rem;
    margin-top: 0.2rem;
}

.group-text-box .group-text-2 {
    width: 2.5rem;
}

.group-text-box .group-text-button {
    width: 2rem;
    line-height: 0.5rem;
    font-family: SourceHanSansCN-Medium;
    font-size: 0.22rem;
    letter-spacing: 0.018rem;
    color: #1d1314;
    margin-top: 0.2rem;
}

.c-header-box .c-header-huangbo {
    position: absolute;
    top: 1.9rem;
    left: 1.4rem;
    transform: rotate(3deg);
    z-index: 2;
}

.c-header-name-box {
    position: absolute;
    z-index: 2;
    right: 0.7rem;
    letter-spacing: 0;
    font-size: 0.2rem;
    color: #ffffff;
    opacity: 0.7;
    display: flex;
    -webkit-display: flex;
    align-items: flex-end;
    top: 1.8rem;
}

.c-header-name-box div {
    width: 0.2rem;
    line-height: 0.24rem;
    margin-left: 0.16rem;
}

.c-header-name-box .c-header-name {
    font-size: 0.26rem;
}

.c-chara-box .cx-box {
    width: 96%;
    background-image: linear-gradient(217deg, #753d10 0%, #551f09 100%), linear-gradient( #68350d, #68350d);
    background-blend-mode: normal, normal;
    float: right;
    border-radius: 0.4rem;
    margin-top: 1rem;
    position: relative;
}

.c-chara-box .cx-tabs {
    width: 3rem;
    height: 3rem;
    border-radius: 0.3rem;
    background-color: #ffffff;
    position: absolute;
    z-index: 1;
    left: 0;
}

.c-chara-box .cx-tabs .switch-click {
    display: flex;
}

.c-chara-box .cx-tabs .tab-1 h5 {
    font-family: SourceHanSansCN-Bold;
    font-size: 0.3rem;
    line-height: 0.5rem;
    letter-spacing: 0rem;
    color: #6e360f;
    font-weight: 900;
    text-align: center;
    margin-top: 0.9rem;
}
.c-chara-box .cx-tabs .tab-2 h5 {
    font-family: SourceHanSansCN-Bold;
    font-size: 0.3rem;
    line-height: 0.5rem;
    letter-spacing: 0rem;
    color: #6e360f;
    font-weight: 900;
    text-align: center;
    margin-top: 0.5rem;
}

.c-chara-box .cx-tabs .tab-1 p,
.c-chara-box .cx-tabs .tab-2 p {
    font-family: SourceHanSansCN-Light;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.5rem;
    letter-spacing: 0rem;
    color: #70380f;
    text-align: center;
    margin-top: 0.1rem;
}

.c-chara-box .cx-tabs .switch-click {
    font-family: SourceHanSansCN-Light;
    font-size: 0.2rem;
    line-height: 0.7rem;
    letter-spacing: 0rem;
    color: #70380f;
    float: right;
    align-items: center;
    padding-right: 0.4rem;
}

.c-chara-box .cx-tabs .switch-click img {
    width: 16px;
    height: 16px;
    display: block;
}

.cx-tab-info {
    margin-left: 3rem;
    margin-top: 0.5rem;
    width: 50%;
}

.cx-tab-info h5 {
    font-family: SourceHanSansCN-Bold;
    font-size: 0.3rem;
    line-height: 0.5rem;
    letter-spacing: 0rem;
    color: #ffffff;
    font-weight: 900;
}

.cx-tab-info p {
    font-family: SourceHanSansCN-Light;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.5rem;
    letter-spacing: 0rem;
    color: #fdfdfd;
}

.cx-box-info h2 {
    font-size: 0.24rem;
    font-weight: 900;
    font-stretch: normal;
    line-height: 0.5rem;
    letter-spacing: 0rem;
    color: #ffffff;
    margin-top: 1rem;
    margin-bottom: 0.3rem;
    text-align: left;
    margin-left: 0.3rem;
}

.cx-box-info .box-list {
    /* display: flex;
    -webkit-display: flex; */
    margin-left: 0.3rem;
}

.cx-box-info .box-list .box-info {
    width: 82%;
    background-color: #ffffff;
    box-shadow: 0rem 0rem 0.215rem 0rem rgba(0, 0, 0, 0.23);
    border-radius: 0.1rem;
    padding: 0.1rem;
    margin-right: 0.3rem;
    text-align: left;
}

.cx-box-info .box-list .box-info img {
    width: 3rem;
    height: 2rem;
}

.cx-box-info .box-list .box-info h5 {
    font-family: SourceHanSansCN-Bold;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.5rem;
    letter-spacing: 0rem;
    color: #60290c;
    text-align: left;
    font-weight: 900;
}

.cx-box-info .box-list .box-info hr {
    width: 5%;
    background-color: #68350d;
    height: 2px;
    border: none;
    opacity: 0.6;
    margin: 0.16rem 0;
}

.cx-box-info .box-list .box-info p {
    font-family: SourceHanSansCN-Light;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #60290c;
}

.cx-box-swiper-bottom {
    margin: 0 auto;
    width: 70%;
    height: 1rem;
    line-height: 1rem;
    background-color: #f9f6ed;
    position: relative;
    z-index: 2;
    display: flex;
    border-radius: 0.5rem;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.6rem;
    padding-right: 0.1rem;
    font-family: SourceHanSansCN-Bold;
    margin-top: 0.8rem;
    margin-bottom: 0.6rem;
}

.cx-box-swiper-bottom .brand2-swiper-bottom-msg {
    font-family: SourceHanSansCN-Bold;
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #602a0c;
}

.cx-box-swiper-bottom .brand2-swiper-bottom-go {
    width: 0.9rem;
    height: 0.9rem;
    background-color: #68310e;
    font-size: 0.46rem;
    font-weight: bold;
    line-height: 0.9rem;
    letter-spacing: 0rem;
    color: #f9f6ed;
    border-radius: 50%;
}
.c-brand2-swiper-box{
    width: 100%;
    height: 6.4rem;
    margin-top: 0.4rem;
}
.c-brand2-swiper-box .swiper-container{
    width: 100%;
    height: 100%;
}

.c-brand2-padding{
    padding: 0 0.3rem;
}
.c-zplb-margin{
    margin:  0rem 0.3rem 0.3rem 0.3rem;
}

.c-brand2-tabs{
    height: 1.2rem;
}
.c-brand2-tabs2{
    height: 0.9rem;
}
.cx-box-info-tab-1{
    position: relative;
}

#container3,#container4,#container5{
   width: 100%;
}

.c-cx-box .swiper-slide>div {
    width: 2.6rem;
    height: 5rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    border-radius: 1.4rem;
    color: #ffffff;
    font-family: SourceHanSansCN-Light;
}
.cx-box-info-tab-1{
    width: 100%;
}

#container5 .swiper-wrapper{
    height: 5.5rem;
}
.swiper-pagination{
    display: flex;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    left: 0.6rem;
    width: 100%;
    bottom: 0.3rem;
}
.swiper-pagination .swiper-pagination-bullet{
    width: 0.2rem;
    height: 0.1rem;
    background-color: #622b0c;
    opacity: 0.5;
    border-radius: 0.1rem;
}

.swiper-pagination .swiper-pagination-bullet-active{
    width: 0.3rem;
    height: 0.1rem;
    background-color: #622b0c;
    border-radius: 0.1rem;
    opacity: 1;
}
.z1 .z1_t{margin-top:6%;}
.z1 .z1_t ul{width: 78%; margin: 0 auto; margin-bottom: 2%;}
.z1 .z1_t ul li{width: 25%;  border-radius: 0.1rem; text-align: center; font-size: 0.3rem;}
.z1 .z1_t ul li.on{background: #A26854; color: #fff;padding:1.4% 1.2%;}
.z1 .z1_b{margin-top: 1rem;}
.z1 .z1_b .z1_b1_l ul{margin-left:0.1%;margin-top:4%;}
.z1 .z1_b .z1_b1_l ul li{ width:30%;float:left;margin-left:1%;margin-top:2%;}

.clear{ clear:both;}

.location{font-size:0.675rem; height:2rem; background:#f0f0f0; color:#8f8f8f; line-height:2rem; text-indent:0.375rem; border-top:1px solid #dddddd;border-bottom:1px solid #dddddd; }
.location a{color:#8f8f8f;}
.flex{display: flex; flex-direction: row; flex-wrap: wrap;justify-content: space-between;}
.hr{width: 100%;height: 0.25rem; background: #F5F5F5;}
.img img{width: 100%;}


.t1{text-align: center; padding: 0.925rem 0 0 0.25rem;}
.t1 h2{font-size: 0.75rem; height: 1.075rem; }
.t1 span{display: block; width: 1.15rem; height: 0.075rem; background: #EB6100; margin: 0 auto;}
.t1 p{font-size: 0.45rem; color: #656565; line-height: 1.25rem; height: 1.25rem;text-transform : uppercase;}


.z1 .z1_t{margin-top:6%;}
.z1 .z1_t ul{width: 65%; margin: 0 auto; margin-bottom: 2%;}
.z1 .z1_t ul li{width: 42%;  border-radius: 0.1rem; text-align: center; font-size: 0.3rem;}
.z1 .z1_t ul li.on{background: #A26854; color: #fff;padding:1.4% 1.2%;}
.z1 .z1_b{margin-top: 1rem;}
.z1 .z1_b .z1_b1_l ul{margin-left:0.1%;margin-top:4%;}
.z1 .z1_b .z1_b1_l ul li{ width:30%;float:left;margin-left:1%;margin-top:2%;}



.x2019_tyktj{width: 100%; height: 16.375rem; background: url("/images/zt/jt_xdfxxd/bg.jpg") no-repeat; background-size: 100% 100%; color:#fff; margin-top: 0.625rem;}
.x2019_tyktj .t1{color: #fff;}
.x2019_tyktj .t1 p{color: #fff;}
.x2019_tykti_t2{width: 13.5rem; margin: 0 auto; padding-top: 0.625rem;}
.x2019_tykti_t2 h3{border-left: 0.125rem solid #ffcc00; line-height: 0.85rem; font-size: 0.75rem;font-weight: normal; text-indent: 0.5rem;color:#fff;}
.x2019_tykti_z{width: 14.6rem; height: 10.375rem;  border: 1px solid #828D7F; margin: 0 auto; border-radius: 0.25rem; margin-top: 0.375rem;}
.x2019_tykti_z{background:rgba(0,0,0,0.5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);zoom:1;}
:root .x2019_tykti_z{filter:none\9;}/*for IE9*/
.x2019_tykti_z ul{width: 13.5rem; margin: 0 auto;}
.x2019_tykti_z ul li.li1{width: 3.5rem; font-size: 0.6rem; margin-top: 0.625rem; height:0.6rem;color:#fff;}
.x2019_tykti_z ul li.li1 input{width: 0.55rem; height: 0.55rem; float: left; margin-top: 0.175rem;}
.x2019_tykti_z ul li.li2,.x2019_tykti_z ul li.li3{padding-top: 1rem; text-align: center; width: 13.5rem; margin: 0 auto;}
.x2019_tykti_z ul li.li2 input{width: 12.75rem; margin: 0 auto; height: 1.65rem; border: 1px solid #000000; border-radius: 1.65rem; line-height: 1.65rem;  font-size: 0.6rem; text-align: center;}
.x2019_tykti_z ul li.li3 input{width: 12.75rem; height: 1.65rem;background: #e60012; border-radius: 1.65rem; color: #fff; border: 0; font-size: 0.7rem;}
.x2019_tykti_z ul li.li3{padding-top: 0.5rem;}
.x2019_tykti_z ul li.li4{font-size: 0.45rem; line-height: 1.475rem; height: 1.475rem; text-align: center; width: 13.5rem; margin:0 auto;color:#fff;}

.z2{width: 14.6rem; height: 1.125rem;border: 1px solid #828D7F; margin: 0 auto; border-radius: 0.25rem; margin-top: 0.375rem;}
.z2{background:rgba(0,0,0,0.5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);zoom:1;}
:root .z2{filter:none\9;}/*for IE9*/
.z2 div{ background: url("/images/zt/jt_xdfxxd/xx.png") no-repeat 0.5rem 0.325rem; width: 100%;height: 1.125rem; background-size: 0.425rem 0.5rem;}
.z2 ul li{font-size: 0.5rem; line-height: 1.125rem; text-indent: 1.125rem;}

.z3{width: 15rem; margin:  0 auto; overflow: hidden;}
.z3 ul li{width: 7.275rem; height: 4.725rem; }
.z3 ul li img{width: 100%; margin-top: 0.45rem;}

.a a{display: block; margin: 0 auto;width: 50%; height: 1.25rem; line-height: 1.25rem; font-size: 0.6rem; color: #fff; border-radius: 1.25rem; background: #A36753; text-align: center;}
.a{padding: 0.75rem 0; display: block;}

.z4_t{width: 14.175rem; border: #FEF4F3 solid 0.25rem; margin: 0 auto;}
.z4_t .z4_t_l{width: 14.175rem;}
.z4_t .z4_t_l img{width: 100%;}
.z4_b{margin-top: 0.25rem;}

.z5{background: #FDF3F2; height: 17.95rem; width: 100%;}
.z5 ul li{width: 7.5rem; height: 3.65rem; background: #fff; margin-top: 0.375rem;}
.z5 ul li strong{font-size: 0.55rem; display: block; line-height: 1.5rem; padding-left: 0.55rem;}
.z5 ul li p{color: #A36753; font-size: 0.5rem; line-height: 1rem; padding-left: 0.55rem; width: 6.325rem;}

.z6 ul{width: 15.5rem; margin: 0 auto;}
.z6 ul li{width: 7.525rem; height: 6.25rem; background:#fff; font-size: 0.5rem; line-height: 1.5;}
.z6 ul li p{padding-left: 0.25rem; padding-top: 0.125rem;-moz-box-shadow:0.05rem 0.05rem 0.075rem #B5B5B5; -webkit-box-shadow:0.05rem 0.05rem 0.075rem #B5B5B5; box-shadow:0.05rem 0.05rem 0.075rem #B5B5B5;}
.z6 ul li p b{color:#FC0404;}

.z7 ul{width: 15.5rem; margin: 0 auto; }
.z7 ul li{width: 7.525rem; height: 6.85rem; background: #A36753; margin-top: 0.25rem;}
.z7 ul li p{font-size: 0.6rem; line-height: 1.725rem; color: #fff;}
.z7 ul li p span{margin-left: 0.5rem;}
.z7 ul li i{display: block; width: 0.6rem; height: 1.175rem; background: url("/images/zt/jt_xdfxxd/jt.jpg") no-repeat; background-size: 0.6rem 1.175rem; margin-right: 0.25rem; margin-top: 0.25rem;}

.x2019_gybd{width: 100%; height: 16.85rem; background: url("/images/zt/jt_xdfxxd/x2019bdbg2.jpg") no-repeat; background-size: 100% 100%; color:#fff;}
.x2019_gybd2{width: 14.5rem; margin: 0 auto;}
.x2019_gybd2 img{width:6.225rem; height: 4.6rem;}
.x2019_gybd2 p{font-size: 0.5rem; line-height: 1rem; color:#fff;}
.x2019_gybd2 p span{display: block; color:#fff;}
.x2019_gybd2 p span:nth-child(1){font-size: 0.75rem;}
.x2019_gybd2 p span:nth-child(1) b{color: #e60012;}
.x2019_gybd3 li{width: 12.75rem; margin: 0 auto; margin-top: 0.65rem;}
.x2019_gybd3 li.li1 input,.x2019_gybd3 li.li2 input{width:12.7rem; height: 1.575rem; border: 1px solid #b2b2b2; border-radius: 1.65rem; font-size: 0.7rem; background: url("/images/zt/jt_xdfxxd/x2019_gybdimg1.png") no-repeat #fff; background-position: 1.25rem 0.25rem ; background-size: 0.925rem 0.975rem; text-indent:2.45rem;}
.x2019_gybd3 li.li2 input{background-image: url("/images/zt/jt_xdfxxd/x2019_gybdimg2.png"); background-size: 1.05rem 1.075rem;}
.x2019_gybd3 li.li3 input{background: #e60012; width: 100%; height: 1.6rem; border: 0; color: #fff; font-size: 0.7rem; border-radius: 1.6rem;}
.x2019_gybd3 li.li4{font-size: 0.5rem; padding-bottom: 1.25rem; text-align: center; color:#fff;}

.x2019_tykti_t1{width: 100%; text-align: center;}
.x2019_tykti_t1 h2{font-size: 0.9rem; color:#fff;font-weight: normal; text-align: center; height: 0.875rem; padding-top: 0.875rem;}
.x2019_tykti_t1 span{ font-size: 0.5rem;text-align: center; line-height: 1.425rem;color:#fff;}

/*侧边end*/

.bg_bs{
    background: #fff;
    width: 90%;
    height: 3.3rem;
    margin: 0 auto;
    border-radius: 10px;
}
.bg_bs p{
    font-size: 0.2rem;
    text-align: left;
    width: 90%;
    margin: 0 auto;
}
.bg_bs img{
    width: 95%;
    margin: 0.2rem auto;
}





  .footer ul {
    list-style: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer ul li {
    z-index: 99;
    width: 25%;
    text-align: center;
  }
  .footer img {
    width: 21%;
    display: inline-block;
  }
  .footer ul li p {
    color: #fff;
    font-size: 0.2rem;
  }

.footer {
    position: fixed!important;
    max-width: 750px!important;
    bottom: 0!important;
    width: 100%!important;
    /* background: url(/images/zt/jt_xdfxxd/bg-2.jpg)no-repeat; */
    z-index: 99!important;
    background-size: cover!important;
    background: linear-gradient(to left,#753d11,#551f09);
    padding: 10px 20px;
  }

footer {
    width: 100%;
    background: #552009;
    font-size: 16px;
}
.fixed-bottom {display: none;}
.popup-close {top:0 !important;right:0 !important;}

