@charset "gb2312";

body,
html {
    font: 12px/1.5 Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, sans-serif;
    margin: 0;
    padding: 0;
}

input,
textarea,
select {
    outline: none;
    resize: none;
}

input,
dl,
dt,
dd,
ul,
li,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
textarea,
select {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

li {
    list-style: none;
}

img {
    display: inline-block;
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
}

.clearflx::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    display: block;
    clear: both;
    height: 0px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Czs-Banner1 {
    height: 279px;
    background: url(/templets/zt/2020/1101/images/czs_01.jpg) no-repeat top center;
    width: 100%;
}

.Czs-Banner2 {
    background-image: url(/templets/zt/2020/1101/images/czs_02.jpg);
}

.Czs-Banner3 {
    background-image: url(/templets/zt/2020/1101/images/czs_03.jpg);
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0 60px
}

.czs-face,
.czs-major,
.czs-environmental,
.czs-success {
    position: relative;
    ;
    background-color: #fff;
}

.czs-interest,
.czs-education,
.czs-student,
.czs-teacher {
    background-color: #f8f8f8;
}

.czs-title h2 {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    line-height: 75px;
    background: url(/templets/zt/2020/1101/images/czs_04.png) no-repeat 30% center;
    transform: translateY(50%);
}

.czs-title h2 span,
.czs-education ul li p span {
    color: #ffa800;
}

.czs-title h3 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0rem 0rem 10px #ffe090;
    margin-bottom: 30px;
}

.face-img1 {
    position: absolute;
    left: 0;
    top: 0;
}

.czs-face .face-content {
    position: relative;
}

.czs-face .face-content>p {
    width: 635px;
    height: 320px;
    font-size: 24px;
    line-height: 40px;
    background-color: #fff7e4;
    border-radius: 20px;
    transform: translateY(25px);
    padding: 3%;
    box-sizing: border-box;
}

.czs-face .face-content .face-img2 {
    position: absolute;
    right: -70px;
    bottom: -15px;
}

.czs-face ul li {
    width: 371px;
    margin-top: 30px;
    background-color: #f6f6f6;
}

.czs-face ul li p {
    padding-left: 15px;
    width: 260px;
    box-sizing: border-box;
    font-size: 20px;
    color: #333;
    margin: 15px 0
}

.czs-face ul li div a {
    display: block;
    width: 80px;
    height: 80px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fec420;
    box-shadow: 5px 5px 0 #ddba56;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
    margin-right: 20px;
}

.czs-chat {
    display: block;
    width: 400px;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    background-image: linear-gradient(eft, #ff7644, #ed5249);
    background-image: -webkit-linear-gradient(left, #ff7644, #ed5249);
    margin: 50px auto 0;
    box-shadow: 5px 5px 5px #c1c1c1;
}

.czs-interest ul li,
.czs-environmental ul li {
    width: 393px;
    margin-top: 10px;
}

.czs-interest .czs-title h2 {
    background-position-x: 18%;
}

.czs-major .czs-title h2,
.czs-success .czs-title h2 {
    background-position-x: 27%;
}

.czs-major li:nth-of-type(1) {
    width: 80px;
    position: relative;
    font-size: 30px;
    font-weight: bold;
    line-height: 80px;
    text-align: center;
    color: #fff;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    ;
    background-image: linear-gradient(top, #fdd003, #f9a310);
    background-image: -webkit-linear-gradient(top, #fdd003, #f9a310);
}

.czs-major li:nth-of-type(1)::after {
    content: "";
    position: absolute;
    right: -15px;
    top: 48%;
    display: block;
    width: 0;
    height: 0;
    border-top: transparent solid 10px;
    border-bottom: transparent solid 10px;
    border-left: #fbb90a solid 15px;
}

.czs-major ul li {
    width: 245px;
    background-image: linear-gradient(top left, #f27b13, #f7a41b);
    background-image: -webkit-linear-gradient(left, #f27b13, #f7a41b);
    border-radius: 10px;
}

.czs-major ul li h5 {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 50px;
    border-bottom: #fff dashed 2px;
}

.czs-major ul li h6 {
    font-size: 22px;
    font-weight: normal;
    line-height: 40px;
    color: #fff;
    text-align: center;
}

.czs-major ul li img {
    display: block;
    width: 225px;
    margin: 2% auto 5%;
}

.czs-major ul li h5::before,
.czs-major ul li h5::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 80%;
    width: 0;
    height: 0;
    border-top: transparent solid 10px;
    border-bottom: transparent solid 10px;
    border-left: #fff solid 10px;
}

.czs-major ul li h5::after {
    border-left: 0;
    border-right: #fff solid 10px;
    left: auto;
    right: 0;
}

.czs-major ul li:nth-of-type(3) {
    background-image: linear-gradient(left, #602b00, #974400);
    background-image: -webkit-linear-gradient(left, #602b00, #974400);
}

.czs-major ul li:nth-of-type(4) {
    background-image: linear-gradient(left, #980087, #c800b3);
    background-image: -webkit-linear-gradient(left, #980087, #c800b3);
}

.czs-major ul li:nth-of-type(5) {
    background-image: linear-gradient(left, #006a84, #3298af);
    background-image: -webkit-linear-gradient(left, #006a84, #3298af);
}

.czs-education ul li {
    width: 543px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #c1c1c1;
}

.czs-education ul li p {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 40px;
}

.czs-education ul li p::before {
    content: "";
    display: block;
    width: 15%;
    height: 3px;
    background-color: #ffa800;
    margin: 0 auto
}

.czs-education ul li .chat {
    display: block;
    width: 80%;
    border: #ffa800 solid 1px;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    margin: 20px auto 40px
}

.czs-student .student-content {
    background: url(/templets/zt/2020/1101/images/czs_42.jpg) no-repeat top center;
}

.content-box {
    width: 1200px;
    margin: 0 auto;
}

.czs-student .czs-title h2,
.czs-teacher .czs-title h2 {
    background-position-x: 38%;
}

.czs-student,
.czs-teacher {
    padding: 30px 0 60px
}

.czs-student .student-content ul li:first-child {
    width: 377px;
}

.czs-student .student-content ul li:last-child {
    width: 823px;
    padding: 20px 25px;
    box-sizing: border-box;
}

.czs-student .student-content ul li p {
    font-size: 20px;
    color: #604700;
    text-indent: 40px;
}

.czs-student .student-content ul li:last-child img {
    width: 338px;
    border: #ffedb8 solid 5px;
    margin: 10px 15px 0
}

.czs-success ul li {
    width: 285px;
}

.czs-success ul li a {
    display: block;
    position: relative;
}

.czs-success ul li a p {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 168, 0, .7);
    width: 100%;
    font-size: 24px;
    text-align: center;
    color: #fff;
    line-height: 40px;
}

.czs-success ul li>p {
    font-size: 24px;
    margin-top: 10px;
}

.teacher-box {
    position: relative;
    height: 440px;
    background: url(/templets/zt/2020/1101/images/czs_43.jpg) no-repeat top center;
    padding-top: 85px;
}

.w1200px {
    width: 1200px;
    margin: 0 auto;
}

.czs-teacher .czs-swiper {
    width: 759px;
}

.czs-teacher .teacher-text {
    width: 415px;
}

.czs-teacher .teacher-text h4 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #6d5100
}

.czs-teacher .teacher-text h5 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    color: #6d5100
}

.czs-teacher .teacher-text p {
    font-size: 20px;
    color: #6d5100;
    text-indent: 40px;
    margin-top: 30px
}

.czs-form {
    background: #fff url(/templets/zt/2020/1101/images/czs_41.jpg) no-repeat bottom center;
    height: 660px;
    padding-top: 100px;
}

.czs-form ul>li {
    width: 600px;
    background-color: #edeae7;
}

.czs-form ul>li:nth-of-type(2) {
    border-right: #d6d1ca solid 10px;
    border-bottom: #d6d1ca solid 10px;
    box-sizing: border-box;
}

.czs-form ol {
    padding: 15px 40px;
    box-sizing: border-box;
}

.czs-form ol li {
    width: 48%;
}

.czs-form ol li p {
    font-size: 22px;
    color: #897f67;
}

.czs-form ol li input {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-radius: 10px;
    border: none;
    box-shadow: 5px 5px 5px #c1c1c1;
    font-size: 22px;
    line-height: 40px;
    color: #6b6b6b;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-left: 10px;
    box-sizing: border-box;
}

.czs-form .login {
    display: block;
    width: 170px;
    background: url(/templets/zt/2020/1101/images/czs_40.jpg) no-repeat center;
    border: none;
    height: 50px;
    margin: 0 auto;
    cursor: pointer;
}