﻿body,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,input,label,li,ol,p,td,textarea,th,ul {
    margin: 0;
    padding: 0
}

body {
    -webkit-text-size-adjust: 100%!important;
    -ms-text-size-adjust: 100%!important;
    text-size-adjust: 100%!important;
    -moz-text-size-adjust: 100%!important
}

ul {
    list-style: none
}

a {
    text-decoration: none
}

button {
    outline: none;
    border: none
}

.footer-net {
    position: absolute;
    bottom: 10px;
    width: calc(100% - 42px);
    border-top: 1px solid #333;
    padding: 28px 0 28px 42px
}

.footer-net a {
    color: #f0f8ff!important;
    text-decoration: underline
}

.footer-net .icon {
    vertical-align: sub
}

.footer-net .line {
    padding: 0 20px 0 0
}

.footer-net .line+.line {
    border-left: 1px solid #333;
    padding-left: 20px
}

.footer-net .fr {
    float: right
}

.headerWrap {
    width: 100%;
    height: 82px;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(.7,1,.7,1);
    transition-timing-function: cubic-bezier(.7,1,.7,1);
    -webkit-box-shadow: 0 2px 10px #e6e6e6;
    box-shadow: 0 2px 10px #e6e6e6
}

.headerWrap .header {
    width: 1200px;
    height: 82px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    z-index: 10;
    margin: 0 auto
}

.headerWrap .header .logo {
    display: block;
    float: left;
    width: 200px;
    height: 82px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none
}

.headerWrap .header .logo img {
    margin: 20px auto
}

.headerWrap .header .headNav {
    width: 995px;
    height: 82px;
    text-align: center;
    float: left
}

.headerWrap .header .headNav .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
}

.headerWrap .header .headNav .nav .cur {
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 104px
}

.headerWrap .header .headNav .nav .cur.yx_xl>.firstNav {
    background: url(/style/images/icon_xl.png) no-repeat 120px center;
    background-size: 20px;
}

.headerWrap .header .headNav .nav .cur .firstNav {
    text-decoration: none;
    font-size: 18px;
    color: #353535;
    display: block;
    line-height: 80px
}

.headerWrap .header .headNav .nav .cur .cureent {
    color: red
}

.headerWrap .header .headNav .nav .cur .Triangle {
    display: none;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: rgba(255,0,0,.75);
    margin: 0 auto
}

.headerWrap .header .headNav .nav .cur .ulWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: flex-center;
    align-content: flex-center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 300px;
    background-color: rgba(230,0,18,.8);
    border-radius: 10px;
    margin-left: -83px
}

.headerWrap .header .headNav .nav .cur .SecondNav {
    display: none;
    background-color: rgba(230,0,18,.8);
    border-radius: 10px
}

.headerWrap .header .headNav .nav .cur .SecondNav li {
    line-height: 40px
}

.headerWrap .header .headNav .nav .cur .SecondNav li a {
    color: #fff
}

.headerWrap .header .headNav .nav .cur .SecondNav li span {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    color: #fff;
    font-weight: 700;
    position: relative
}

.headerWrap .header .headNav .nav .cur .SecondNav li span:after {
    display: block;
    content: "";
    border: 8px solid transparent;
    border-top-color: #fff;
    position: absolute;
    left: 40%;
    top: 100%
}

.headerWrap .header .headNav .nav .cur .SecondNav li:hover a {
    text-decoration: underline
}

.headerWrap .header .headNav .nav .cur .SecondNav li:first-child {
    padding-top: 5px
}

.headerWrap .header .headNav .nav .cur .moreNav {
    width: 43%;
    background-color: transparent;
    border: none;
    padding-bottom: 10px
}

.headerWrap .header .headNav .nav .cur .scholarshipMenus,.headerWrap .header .headNav .nav .cur .schoolMenus {
    width: 159.5%
}

.headerWrap .header .headNav .nav .scholCur .Triangle {
    margin-left: 45.5%
}

.headerWrap .header .headNav .nav .scholCur .SecondNav {
    margin-left: -30px
}

.headerWrap .header .headNav .nav .cur:hover>.ulWrap ul,.headerWrap .header .headNav .nav .cur:hover>ul {
    display: block;
    list-style: none;
    -webkit-animation: fadenum .2s;
    animation: fadenum .2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.headerWrap .header .headNav .nav .ulWrap:hover>ul {
    display: block
}

.headerWrap .header .headNav .nav .cur:hover>.Triangle {
    display: block;
    -webkit-animation: fadenum .2s;
    animation: fadenum .2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.headerWrap .header .headNav .cur:after {
    content: "";
    display: block;
    clear: both
}

.headerWrap .header .headNav .cur:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 80px;
    height: 3px;
    background: rgba(230,0,18,.8);
    width: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.headerWrap .header .headNav .cur:hover:before {
    left: 25%;
    width: 50%
}

.headerWrap .header .headR {
    height: 82px;
    float: left;
    margin-left: 20px;
    position: relative;
    width: 120px
}

.headerWrap .header .headR img {
    width: 18px;
    height: 18px;
    float: left;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px
}

.headerWrap .header .headR .room {
    position: absolute;
    top: 15px;
    margin-left: 5px;
    font-size: 15px;
    color: #000
}

.headerWrap .header .headR .enroll {
    position: absolute;
    bottom: 15px;
    margin-left: 5px;
    font-size: 15px;
    color: #000
}

.headerWrap .header .headR a:hover {
    color: red
}

.headerWrap .header .headR span {
    margin-left: 6px
}

.flexIm {
    position: fixed;
    top: 55%;
    right: 0;
    z-index: 999;
    display: none
}

.flexIm .backTop {
    position: absolute;
    bottom: -30px;
    right: 10px;
    width: 27px;
    right: 7px;
    cursor: pointer
}

.flexIm .dom {
    float: left;
    width: 145px;
    height: 150px;
    margin-top: 15px;
    background-color: #e7e7e7;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    display: none
}

.flexIm .dom p {
    text-align: center;
    margin-top: 5px;
    font-size: 13px
}

.flexIm .dom .title {
    font-size: 24px;
    font-weight: 500;
    margin-top: 35px
}

.flexIm .dom a {
    background-color: #d61929;
    color: #fff;
    border-radius: 3px;
    margin-top: 30px;
    width: 110px;
    line-height: 30px;
    font-size: 16px;
    display: inline-block;
    cursor: pointer
}

.flexIm ul {
    width: 40px;
    float: left;
    background-color: #e7e7e7;
    padding: 5px 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.flexIm ul li {
    margin-top: 10px;
    text-align: center
}

.flexIm ul li img {
    width: 27px
}

.flexIm ul li .qqIcon:hover {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAACm0lEQVRYheXWXYhVVRQH8N/cmXwYbXQmcYzx60HNYhAxELFSMx/0xc8CMZgnB4QogoQRHxRyVIh5CcFAKzKTgdI3wUjHr1FBGBlBNAjHFDFIMlLT0THGHva5cOd2zplzmzs+6B8uZ5+91t7rf9de+38Wzzsqvq9sKMV/NVZgVPQ+Gk/wF/rwED+hPeuGVRn9PsAa3MHPOIEL+D0iMA4zsBBL8T7OY8tgGw+WgRdxCnXYKPs/ewvbhQytRE+SYy5lk1lCai9icgnBoTMi8S26hKMricDL6EYbmkoIXIw2vIv9mFcKgR58hpYhBM+jA4twGBOyEGjH7TIFz+Ms9mDfYAReE6r99TIGz2MDarAkjUArDuLWMBCA77A5jcCrku/uGxifIchIzE+wfYl61MYR2CGo2aWYhdNwGl9lIPApTuKdGNs9/Ipvigm0CULTnbBpffQcm4FAvtInJth/wDLsJUjxKnwSGc8lLOqNntUZCFQUrSlGV/RswrmqguDwW8Kiy8L5HctAYCfu4niC/Z+C8foq2a5cL5oz+BFkuDOjb11OKLw8/qNUw4DagnFfzsBzn/oUCBRm/EYOWwsmGlMWNqAyY5ApKbY3C8atOeF7n9f9xYIYxaERP0oXozrhKr+dYB8hdFQERTxS+V6uBs7gKPpxU3wD0RNt8EUU6LrQIcEkfIhdwsfs8wQCLZiO5UKvUHJPCLPxER7gb+Hej4l+O4WMxqEa1zAXV/OT/4dAHi8It6ZCyNqjQfw7BCleUTiZtSmNw2NB17OgGTOFoxqAoRBIwmqhUA8IXfM67MYrYuS53AS2YVM0bsEhLMAc/BK3YCg1UIwq4VgKcR8vSamPtLa8VPTjj6K5j9OCDweBtbiCPwU9+LqM+z+j+BevV3+KTqJGqgAAAABJRU5ErkJggg==)
}

.flexIm ul li .callIcon:hover {
    content: url(../images/phoneRed.4ea0e69.png)
}

.flexIm ul li .wxIcon:hover {
    content: url(../images/wxRed.4e67d4e.png)
}

.flexIm ul li .phone2Icon:hover {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABA0lEQVRYR+2XwW3CMBSG/xepZofScGx97wKwAFJBrdQV6A5V2x1gBSQQIHUBWIB72iOG7kAi+aFIOfQQYydpD0jPl1h5v/0+fb7YBMf4jtWzJTwAeHRlAv/PI8bq1qTTsjy5NvmK1YIJg8AmZ2PEWN6ZdFgJIImv1iDq/gUAmDfaZL1aAGxt6cJQMIqidSMAvUudxxQCkXQUC4AYEANiQAyIATEgBsSAGLhsAwy8+26/EcAWoPybZ3/PGXhrZMDXPKje5GHiafBU1Gdnc/8E8KN3aTtvnHTUAcC1E6ImwBhEI4+BfVG/8RiYaJO9VHwbtvogfgVwH3TO7tAWTB/aHD/LIicWkk0wMavQsAAAAABJRU5ErkJggg==)
}

.flexIm ul li .icon-qq:hover {
    content: url(../images/qq_2.a9bbcdf.png)
}

.swiperBanner {
    position: relative;
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    max-height: 780px;
    min-height: 500px;
    height: calc(100vh - 245px);
    margin-top: 82px!important;
    overflow: hidden;
    margin: 0 auto
}

.swiperBanner .bannerUl {
    width: 300%;
    height: 100%;
    position: relative
}

.swiperBanner .bannerUl li {
    width: 33.33%;
    float: left
}

.swiperBanner .bannerUl li img {
    width: 100%;
    height: 880px
}

.swiperBanner .swiper-containerTwo {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto
}

.swiperBanner .swiper-containerTwo .swiper-wrapper .swiper-slide {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover
}

.swiperBanner .swiper-containerTwo .swiper-button-next {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAbFBMVEUAAADi4uLj4+Ph4eHl5eXi4uLi4uLj4+Pi4uLi4uLi4uLi4uLi4uLi4uLV1dXj4+Pk5OTj4+Pi4uLi4uLh4eHh4eHh4eHi4uJ+fn67u7utra2goKDMzMyZmZmGhobU1NTExMSzs7OmpqaOjo5BvnHNAAAAF3RSTlMA74BVDovXItvMxKV0YQbkG5C3raQ6M8m00xQAAAFpSURBVFjDpZdZcoNADEQlJuxgwNg0trM5uf8d47gqoeIwC9Pvv1+xjDSS2OhNUpedAtqVdWJ62cSUZnggS6fQ9FOTYZWseQqJJwormngVrcKJts54XsFLldvzRhGAGls+RSDpanxXI5h6t5LfYwP7/4YDNnGwvn/kdzDYjPnz/xWb0VwWKkRQLfkWUbS/9aOIQn8qK0EkyfIA1CM0sHD5fIOb5i4oYOFlfvUYiu/8EXAYnuHkeBMMIAzDTZDBwWWenYZMpAc8hnc46L1l9OE2GP8pOs/zyXWWRlCGUUp4uToMpXQIMpyxTieKAE5Wgwo4AQRhr3CFTaCgfoNKR+XRSQnqKJYygiqGURKAKcdEDJWHkR5gWlJ+byhcUxyIPIalqUa1dRyXth5FsVwscTT01cZervz1zg8Y/IjDD1n8mMcPmvyoyw/b/LjPLxz8ysMvXfzaxy+e/Oq7MA0FHiiGSSz41v/Cuf5/AUDOHvEHRWj1AAAAAElFTkSuQmCC);
    background-size: 64px 64px;
    width: 64px;
    height: 64px;
    right: 50px
}

.swiperBanner .swiper-containerTwo .swiper-button-prev {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAADj4+Pi4uLj4+Pk5OTj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pl5eXh4eHs7OzW1tbk5OTj4+Pj4+Pj4+Pk5OTj4+Pj4+Pj4+Pi4uLi4uLj4+Pj4+Pj4+N+fn6dnZ2Dg4PNzc3Dw8O7u7vU1NSvr6+rq6ukpKSIiIi0tLSYmJiPj48c0ZHEAAAAG3RSTlMA7VSlf9eL8nRhIxwQDAbj3MzEkLethDozy8MOSK4rAAABgElEQVRYw6XX13bCMAwGYDmDhAbIImH8Bsoq5f1fsLuHFmQ51ncvnQxLlohTRElcVwbIyjpOooIGWbYV/qnaJXma5ikeSvMpySaJAcskExKMDZzMmFyeGoiaJ2JFGTxkETFG8DSiR2YxvMWzB/FzDDC/zxBjkJh9/8DvEGGw6M//NxjM3J6HBgGam/OLIOPf+jEIYn4qK0Gg5Lv+DQKZr/6QI1hOHyoEq+jdAoLD9QzOgohaKf7FbsBpiSgV41/BSokKOO22rnigoEiK3wgl1avi0VMH3vPWnuHWUe2It/YEQU2lKh4lGTD21h4hygiMi7UXeOASHK3dwwf3CifPBBmVukco+d+49/oINXVQ/YaOet1B6imCM8NZvJ8KqIqhIEo15ZgKLU3M0MpNdedsaQuhrUtNtfK6WA5XNkGuvtr0l6v+etcPGJ/WCLBWD1naMU87aGpHXfWwrR33lQuHduXRLl3atU+/eOpXX9lylN5Fj9jlm1//V2UGZOXKtf6/AebSUQs7mOM7AAAAAElFTkSuQmCC);
    background-size: 64px 64px;
    width: 64px;
    height: 64px;
    left: 50px
}

.swiperBanner .swiper-containerTwo .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px
}

.swiperBanner .changeImg {
    position: absolute;
    width: 100%;
    top: 45%
}

.swiperBanner .changeImg .last {
    float: left;
    font-size: 55px;
    color: #ffbb29
}

.swiperBanner .changeImg .next {
    float: right;
    font-size: 55px;
    color: #ffbb29
}

.businessWrap {
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto 100px;
    background: url(../images/newbg-2.3aa27fd.png);
    background-size: cover
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap {
    height: 825px;
    width: 1200px;
    margin: 0 auto
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap p {
    color: #000;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    padding-top: 74px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap p span {
    color: #ffbb29;
    font-size: 48px;
    font-weight: 700
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .textTitle {
    font-size: 22px;
    color: #888686;
    padding-top: 26px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness {
    margin-top: 65px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi1 {
    width: 279px;
    height: 497px;
    background: #fff;
    position: relative
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi1:hover .a2 {
    opacity: 1
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi1 .a1 img {
    height: 263px;
    width: 279px;
    display: block
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi1 .a1 div {
    padding: 20px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi1 .a1 div h3 {
    width: 200px;
    height: 33px;
    font-size: 24px;
    font-weight: 700;
    color: #453838;
    line-height: 18px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi1 .a1 div p {
    text-align: left;
    width: 222px;
    height: 100px;
    font-size: 18px;
    font-weight: 400;
    color: #453838;
    line-height: 25px;
    margin-top: -45px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi1 .a2 {
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi1 .a2 .redBox {
    position: absolute;
    left: -15px;
    top: -5px;
    width: 312px;
    height: 505px;
    background: url(../images/qianbi.d1d1bfd.png) no-repeat;
    background-size: 100%
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi1 .a2 .redBox:hover .redBox-c dt {
    margin-top: 15px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi1 .a2 .redBox .redBox-t {
    width: 100%;
    text-align: center;
    margin-top: 46px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi1 .a2 .redBox .redBox-t img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 20px;
    opacity: 0
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi1 .a2 .redBox .redBox-t h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi1 .a2 .redBox .redBox-t .line {
    width: 31px;
    height: 3px;
    background: #fff;
    margin: 5px auto 0;
    display: block
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi1 .a2 .redBox .redBox-c {
    width: 228px;
    text-align: left;
    margin: 6px auto;
    height: 245px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi1 .a2 .redBox .redBox-c dt {
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-top: 37px;
    font-size: 13px;
    color: #fff;
    margin-bottom: 25px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi1 .a2 .redBox .redBox-b {
    width: 166px;
    height: 50px;
    margin: 0 auto;
    border: 1px solid #fff;
    text-align: center;
    line-height: 50px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi1 .a2 .redBox .redBox-b:hover {
    background: red
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi1 .a2 .redBox .redBox-b span {
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    position: relative
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi1 .a2 .redBox .redBox-b span img {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: -16px;
    top: 1px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi2 {
    width: 279px;
    height: 497px;
    background: #fff;
    position: relative
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi2:hover .a2 {
    opacity: 1
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi2 .a1 img {
    height: 263px;
    width: 279px;
    display: block
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi2 .a1 div {
    padding: 20px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi2 .a1 div h3 {
    width: 150px;
    height: 33px;
    font-size: 24px;
    font-weight: 700;
    color: #453838;
    line-height: 18px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi2 .a1 div p {
    text-align: left;
    width: 222px;
    height: 100px;
    font-size: 18px;
    font-weight: 400;
    color: #453838;
    line-height: 25px;
    margin-top: -45px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi2 .a2 {
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi2 .a2 .redBox {
    position: absolute;
    left: -15px;
    top: -5px;
    width: 312px;
    height: 505px;
    background: url(../images/shuben.4e62cfc.png) no-repeat;
    background-size: 100%
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi2 .a2 .redBox:hover .redBox-c dt {
    margin-top: 15px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi2 .a2 .redBox .redBox-t {
    width: 100%;
    text-align: center;
    margin-top: 46px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi2 .a2 .redBox .redBox-t img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 20px;
    opacity: 0
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi2 .a2 .redBox .redBox-t h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi2 .a2 .redBox .redBox-t .line {
    width: 31px;
    height: 3px;
    background: #fff;
    margin: 5px auto 0;
    display: block
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi2 .a2 .redBox .redBox-c {
    width: 228px;
    text-align: left;
    margin: 6px auto;
    height: 245px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi2 .a2 .redBox .redBox-c dt {
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-top: 37px;
    font-size: 13px;
    color: #fff;
    margin-bottom: 25px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi2 .a2 .redBox .redBox-b {
    width: 166px;
    height: 50px;
    margin: 0 auto;
    border: 1px solid #fff;
    text-align: center;
    line-height: 50px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi2 .a2 .redBox .redBox-b:hover {
    background: red
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi2 .a2 .redBox .redBox-b span {
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    position: relative
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi2 .a2 .redBox .redBox-b span img {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: -16px;
    top: 1px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi3 {
    width: 279px;
    height: 497px;
    background: #fff;
    position: relative
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi3:hover .a2 {
    opacity: 1
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi3 .a1 img {
    height: 263px;
    width: 279px;
    display: block
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi3 .a1 div {
    padding: 20px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi3 .a1 div h3 {
    width: 150px;
    height: 33px;
    font-size: 24px;
    font-weight: 700;
    color: #453838;
    line-height: 18px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi3 .a1 div p {
    text-align: left;
    width: 222px;
    height: 100px;
    font-size: 18px;
    font-weight: 400;
    color: #453838;
    line-height: 25px;
    margin-top: -45px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi3 .a2 {
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi3 .a2 .redBox {
    position: absolute;
    left: -15px;
    top: -5px;
    width: 312px;
    height: 505px;
    background: url(../images/fangkuai.e7ea537.png) no-repeat;
    background-size: 100%
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi3 .a2 .redBox:hover .redBox-c dt {
    margin-top: 15px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi3 .a2 .redBox .redBox-t {
    width: 100%;
    text-align: center;
    margin-top: 46px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi3 .a2 .redBox .redBox-t img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 20px;
    opacity: 0
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi3 .a2 .redBox .redBox-t h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi3 .a2 .redBox .redBox-t .line {
    width: 31px;
    height: 3px;
    background: #fff;
    margin: 5px auto 0;
    display: block
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi3 .a2 .redBox .redBox-c {
    width: 228px;
    text-align: left;
    margin: 6px auto;
    height: 245px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi3 .a2 .redBox .redBox-c dt {
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-top: 37px;
    font-size: 13px;
    color: #fff;
    margin-bottom: 25px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi3 .a2 .redBox .redBox-b {
    width: 166px;
    height: 50px;
    margin: 0 auto;
    border: 1px solid #fff;
    text-align: center;
    line-height: 50px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi3 .a2 .redBox .redBox-b:hover {
    background: red
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi3 .a2 .redBox .redBox-b span {
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    position: relative
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi3 .a2 .redBox .redBox-b span img {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: -16px;
    top: 1px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi4 {
    width: 279px;
    height: 497px;
    background: #fff;
    position: relative
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi4:hover .a2 {
    opacity: 1
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi4 .a1 img {
    height: 263px;
    width: 279px;
    display: block
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi4 .a1 div {
    padding: 20px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi4 .a1 div h3 {
    width: 150px;
    height: 33px;
    font-size: 24px;
    font-weight: 700;
    color: #453838;
    line-height: 18px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi4 .a1 div p {
    text-align: left;
    width: 222px;
    height: 100px;
    font-size: 18px;
    font-weight: 400;
    color: #453838;
    line-height: 25px;
    margin-top: -45px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi4 .a2 {
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi4 .a2 .redBox {
    position: absolute;
    left: -15px;
    top: -5px;
    width: 312px;
    height: 505px;
    background: url(../images/maozi.f9ae02a.png) no-repeat;
    background-size: 100%
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi4 .a2 .redBox:hover .redBox-c dt {
    margin-top: 15px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi4 .a2 .redBox .redBox-t {
    width: 100%;
    text-align: center;
    margin-top: 46px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi4 .a2 .redBox .redBox-t img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 20px;
    opacity: 0
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi4 .a2 .redBox .redBox-t h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi4 .a2 .redBox .redBox-t .line {
    width: 31px;
    height: 3px;
    background: #fff;
    margin: 5px auto 0;
    display: block
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi4 .a2 .redBox .redBox-c {
    width: 228px;
    text-align: left;
    margin: 6px auto;
    height: 245px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi4 .a2 .redBox .redBox-c dt {
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-top: 37px;
    font-size: 13px;
    color: #fff;
    margin-bottom: 25px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi4 .a2 .redBox .redBox-b {
    width: 166px;
    height: 50px;
    margin: 0 auto;
    border: 1px solid #fff;
    text-align: center;
    line-height: 50px
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi4 .a2 .redBox .redBox-b:hover {
    background: red
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi4 .a2 .redBox .redBox-b span {
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    position: relative
}

.businessWrap .fourBusinessWrapBg .fourBusinessWrap .fourBusiness ul #fourBusinessLi4 .a2 .redBox .redBox-b span img {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: -16px;
    top: 1px
}

.businessWrap .fouradvantage {
    overflow: hidden;
    width: 1200px;
    margin: 12px auto 0
}

.businessWrap .fouradvantage p {
    color: #000;
    font-size: 48px;
    font-weight: 700;
    text-align: center
}

.businessWrap .fouradvantage p span {
    color: #ffbb29;
    font-size: 48px;
    font-weight: 700
}

.businessWrap .fouradvantage .textTitle {
    font-size: 22px;
    color: #888686;
    padding-top: 28px
}

.businessWrap .fouradvantage div {
    width: 281px;
    height: 208px;
    background: brown;
    float: left;
    margin-top: 66px
}

.businessWrap .fouradvantage div .easyRuleTitle {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-top: 72px
}

.businessWrap .fouradvantage div .easyRuleDes {
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-top: 12px
}

.businessWrap .fouradvantage div:not(:first-child) {
    margin-left: 19px
}

.businessWrap .fouradvantage .freeEnroll {
    background: url(../images/freeenroll.20b6e8d.png) no-repeat 50%;
    background-size: 100% 100%
}

.businessWrap .fouradvantage .easyRule {
    background: url(../images/easyrule.8bd127b.png) no-repeat 50%;
    background-size: 100% 100%
}

.businessWrap .fouradvantage .priceSubsidy {
    background: url(../images/pricesubsidy.fe19f4b.png) no-repeat 50%;
    background-size: 100% 100%
}

.businessWrap .fouradvantage .studyFlexible {
    background: url(../images/studyflexible.28893b0.png) no-repeat 50%;
    background-size: 100% 100%
}

.cooperationShoolWrap {
    position: relative;
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    background: url(../images/schoollogobg.f110e80.png) no-repeat 50%;
    background-size: cover;
    text-align: center;
    padding-bottom: 80px;
    overflow: hidden
}

.cooperationShoolWrap .cooperationShoolTitle {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    padding-top: 70px
}

.cooperationShoolWrap .schoolLists {
    width: 1200px;
    margin: 54px auto 0;
    overflow: hidden
}

.cooperationShoolWrap .schoolLists .schoolList {
    width: 144px;
    height: 144px;
    float: left;
    text-align: center;
    margin-left: 25px;
    padding-bottom: 10px
}

.cooperationShoolWrap .schoolLists .schoolList img {
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.cooperationShoolWrap .schoolLists .schoolList p {
    font-size: 16px;
    color: #fff;
    margin-top: 5px
}

.cooperationShoolWrap .schoolLists .schoolList:nth-child(n+8) {
    margin-top: 40px
}

.cooperationShoolWrap button {
    background-color: red;
    border-radius: 20px;
    width: 156px;
    height: 44px;
    font-style: italic;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 18px;
    margin-top: 50px
}

.honorCertificateWrap /deep/ .swiper-pagination-bullet-active {
    background: red
}

.honorCertificateWrap /deep/ .swiper-pagination-bullets {
    bottom: 0;
    top: 250px
}

.honorCertificateWrap /deep/ .swiper-pagination-bullet {
    width: 15px;
    height: 15px
}

.honorCertificateWrap {
    width: 1200px;
    margin: 60px auto 0
}

.honorCertificateWrap .headContent {
    width: 1200px;
    margin: 0 auto;
    text-align: center
}

.honorCertificateWrap .headContent p {
    font-size: 48px;
    font-weight: 700;
    color: #000
}

.honorCertificateWrap .headContent p span {
    font-size: 48px;
    font-weight: 700;
    color: #ffbb29
}

.honorCertificateWrap .headContent img {
    width: 230px;
    height: 24px;
    margin-top: 14px
}

.honorCertificateWrap .headContent .english {
    font-size: 12px;
    color: #000;
    margin-top: 12px
}

.honorCertificateWrap .swiper-container {
    margin-top: 44px;
    height: 340px
}

.honorCertificateWrap .swiper-container .swiper-wrapper .swiper-slide {
    text-align: center
}

.honorCertificateWrap .swiper-container .swiper-wrapper .swiper-slide .imgText {
    width: 270px;
    height: 170px;
    -webkit-transition: all .2s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden
}

.honorCertificateWrap .swiper-container .swiper-wrapper .swiper-slide .imgText:hover {
    -webkit-transform: scale(1.06);
    transform: scale(1.06)
}

.honorCertificateWrap .swiper-container .swiper-wrapper .swiper-slide .text {
    font-size: 14px;
    color: #000;
    text-align: center
}

.honorCertificateWrap .swiper-container .swiper-wrapper .swiper-slide .first {
    margin-top: 16px
}

.statement {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.statement .statementContent {
    width: 1000px;
    text-align: center;
    background-color: #fff;
    position: relative
}

.statement .statementContent .statementTitle {
    text-align: center;
    color: #33342e;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    padding-top: 50px
}

.statement .statementContent .statementDes {
    width: 720px;
    text-align: left;
    color: #585858;
    font-size: 14px;
    margin: 50px auto;
    height: 400px;
    overflow: auto
}

.statement .statementContent .closeImg {
    position: absolute;
    top: 28px;
    right: 28px;
    width: 14px;
    height: 14px;
    cursor: pointer
}

.companyScale {
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    height: 440px;
    background: url(../images/numberbg.fb06553.png) no-repeat 50%;
    background-size: 100% 100%;
    margin: 0 auto
}

.companyScale .companyScaleContent {
    width: 1200px;
    height: 50%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.companyScale .companyScaleContent p {
    font-size: 36px;
    color: #fff;
    font-family: Adobe Heiti Std R;
    text-align: center
}

.companyScale .companyScaleContent .cityCount,.companyScale .companyScaleContent .schoolCount {
    font-family: DINSchrift;
    width: 250px;
    height: 125px
}

.companyScale .companyScaleContent .cityCount .number,.companyScale .companyScaleContent .schoolCount .number {
    font-size: 64px;
    color: #fff;
    font-family: Impact;
    font-family: DINSchrift
}

.companyScale .companyScaleContent .cityCount .openSchool,.companyScale .companyScaleContent .schoolCount .openSchool {
    font-size: 22px;
    color: #fff;
    font-family: DINSchrift
}

.companyScale .companyScaleContent .studentCount {
    width: 300px;
    height: 125px;
    font-family: DINSchrift
}

.companyScale .companyScaleContent .studentCount .number {
    font-size: 64px;
    color: #fff;
    font-family: Impact;
    font-family: DINSchrift
}

.companyScale .companyScaleContent .studentCount .openSchool {
    font-size: 22px;
    color: #fff;
    font-family: DINSchrift
}

.YZPlayerWrap {
    width: 100%;
    height: 672px;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
    text-align: center;
    padding-bottom: 20px
}

.YZPlayerWrap .headContent {
    width: 1200px;
    margin: 0 auto;
    text-align: center
}

.YZPlayerWrap .headContent p {
    font-size: 48px;
    font-weight: 700;
    color: #000
}

.YZPlayerWrap .headContent img {
    width: 230px;
    height: 30px;
    margin-top: 18px
}

.YZPlayerWrap .headContent .english {
    font-size: 12px;
    color: #000;
    margin-top: 12px
}

.YZPlayerWrap .videoImg,.YZPlayerWrap video {
    width: 1200px;
    height: 672px;
    margin: 40px auto 0;
    -o-object-fit: fill;
    object-fit: fill
}

.YZPlayerWrap .videoImg {
    position: relative;
    background-size: cover
}

.YZPlayerWrap .videoImg .hoverBg {
    background: rgba(0,0,0,.5);
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    -webkit-transition: .6s;
    transition: .6s;
    width: 1200px;
    height: 672px
}

.YZPlayerWrap .videoImg .videoPlay {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.YZPlayerWrap .videoPlay:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

.newsInformation {
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    text-align: center;
    padding-bottom: 140px;
    background: url(../images/newsbg.95797a2.png);
    background-size: cover;
    margin: 255px auto 0
}

.newsInformation .headContent {
    width: 1200px;
    margin: 0 auto;
    text-align: center
}

.newsInformation .headContent p {
    font-size: 48px;
    font-weight: 700;
    color: #000
}

.newsInformation .headContent img {
    width: 230px;
    height: 30px;
    margin-top: 14px
}

.newsInformation .headContent .english {
    font-size: 12px;
    color: #000
}

.newsInformation .ulNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 900px;
    margin: 22px auto 0
}

.newsInformation .ulNav li {
    position: relative;
    height: 30px;
    cursor: pointer;
}

.newsInformation .ulNav .active:before {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    height: 1px;
    background: red;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s
}

.newsInformation .ulNav .active {
    color: red
}

.newsInformation .ULcontent {
    max-height: 700px
}

.newsInformation .ULcontent .newsLists,.newsInformation .ULcontent .newsListsThree,.newsInformation .ULcontent .newsListsTwo {
    width: 1200px;
    margin: 0 auto;
    display: none;
    overflow: hidden
}

.newsInformation .ULcontent .newsLists a,.newsInformation .ULcontent .newsListsThree a,.newsInformation .ULcontent .newsListsTwo a {
    color: #000
}

.newsInformation .ULcontent .newsLists .newsList,.newsInformation .ULcontent .newsListsThree .newsList,.newsInformation .ULcontent .newsListsTwo .newsList {
    width: 276px;
    height: 350px;
    float: left;
    background-color: #ebebeb;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    margin-top: 20px
}

.newsInformation .ULcontent .newsLists .newsList img,.newsInformation .ULcontent .newsListsThree .newsList img,.newsInformation .ULcontent .newsListsTwo .newsList img {
    width: 276px;
    height: 208px
}

.newsInformation .ULcontent .newsLists .newsList .newsTitle,.newsInformation .ULcontent .newsListsThree .newsList .newsTitle,.newsInformation .ULcontent .newsListsTwo .newsList .newsTitle {
    width: 224px;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 700;
    color: #010101;
    -webkit-line-clamp: 2;
    margin: 34px auto 0
}

.newsInformation .ULcontent .newsLists .newsList .newsDate,.newsInformation .ULcontent .newsListsThree .newsList .newsDate,.newsInformation .ULcontent .newsListsTwo .newsList .newsDate {
    width: 224px;
    font-size: 12px;
    margin: 0 auto;
    text-align: left;
    position: absolute;
    color: #a2a2a2;
    bottom: 15px;
    left: 24px
}

.newsInformation .ULcontent .newsLists .newsList .newsDate img,.newsInformation .ULcontent .newsListsThree .newsList .newsDate img,.newsInformation .ULcontent .newsListsTwo .newsList .newsDate img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 2px
}

.newsInformation .ULcontent .newsLists .newsList:not(:nth-child(5n)),.newsInformation .ULcontent .newsListsThree .newsList:not(:nth-child(5n)),.newsInformation .ULcontent .newsListsTwo .newsList:not(:nth-child(5n)) {
    margin-left: 32px
}

.newsInformation .ULcontent .newsLists .newsList:first-child,.newsInformation .ULcontent .newsListsThree .newsList:first-child,.newsInformation .ULcontent .newsListsTwo .newsList:first-child {
    margin-left: 0
}

.newsInformation .ULcontent .newsList:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3)
}

.newsInformation .ULcontent .current {
    display: block
}

.footerWrap {
    width: 100%;
    max-width: 1920px;
    min-width: 1300px;
    margin: 0 auto;
    background-color: #15181a;
    height: 482px
}

.footerWrap p {
    font-size: 14px;
    color: #adadad;
    margin-top: 20px
}

.footerWrap p a {
    color: #adadad
}

.footerWrap p:first-child {
    margin-top: 0
}

.footerWrap .contenTitle {
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

.footerWrap .footerContent {
    position: relative;
    width: 1300px;
    margin: 0 auto;
    height: 100%
}

.footerWrap .footerContent .imageLogo {
    width: 200px;
    height: 100%;
    text-align: center;
    float: left
}

.footerWrap .footerContent .imageLogo img {
    margin-top: 70px;
    width: 145px;
    height: 35px
}

.footerWrap .footerContent .business,.footerWrap .footerContent .friendUrl,.footerWrap .footerContent .helpCenter,.footerWrap .footerContent .phoneNumber {
    width: 170px;
    padding-top: 70px;
    float: left;
    text-align: center
}

.footerWrap .footerContent .business .statementClick,.footerWrap .footerContent .friendUrl .statementClick,.footerWrap .footerContent .helpCenter .statementClick,.footerWrap .footerContent .phoneNumber .statementClick {
    cursor: pointer
}

.footerWrap .footerContent .followYZ {
    width: 360px;
    padding-top: 70px;
    float: left;
    margin-left: 30px
}

.footerWrap .footerContent .followYZ .followQRCode {
    width: 100%;
    overflow: hidden
}

.footerWrap .footerContent .followYZ .followQRCode .App,.footerWrap .footerContent .followYZ .followQRCode .WeiBo,.footerWrap .footerContent .followYZ .followQRCode .Wx {
    width: 120px;
    float: left;
    margin-top: 20px;
    text-align: center
}

.footerWrap .footerContent .followYZ .followQRCode .App img,.footerWrap .footerContent .followYZ .followQRCode .WeiBo img,.footerWrap .footerContent .followYZ .followQRCode .Wx img {
    width: 86px;
    height: 86px
}

.footerWrap .footerContent .followYZ .followQRCode .App p,.footerWrap .footerContent .followYZ .followQRCode .WeiBo p,.footerWrap .footerContent .followYZ .followQRCode .Wx p {
    font-size: 12px
}

.footerWrap .footerContent .bottomText {
    position: absolute;
    bottom: 10px;
    width: 100%
}

.footerWrap .footerContent .bottomText p {
    text-align: center;
    margin-top: 10px
}

.footerWrap .footerContent .bottomText p a {
    color: #f0f8ff;
    text-decoration: underline
}

.footerWrap .footerContent .bottomText p img {
    vertical-align: sub
}

@-webkit-keyframes fadenum {
    0% {
        opacity: 0
    }

    50% {
        opacity: .5
    }

    to {
        opacity: 1
    }
}

@keyframes fadenum {
    0% {
        opacity: 0
    }

    50% {
        opacity: .5
    }

    to {
        opacity: 1
    }
}







/* new */
.yx_mg1200{
    width: 1200px;
    margin: 0 auto;
}

.yx_fl{
    float: left;
}

.yx_banner {
    height: 400px;
    background: url(/style/images/channel_banner1.jpg) no-repeat 50%;
    margin: 82px auto 0;
    background-size: cover;
    position: relative;
}

.yx_list_banner{
    height: 400px;
    background: url(/style/images/list_banne1.jpg) no-repeat 50%;
    margin: 82px auto 0;
    background-size: cover;
    position: relative;
}

.yx_art_banner{
    height: 400px;
    background: url(/style/images/art_banner1.jpg) no-repeat 50%;
    margin: 82px auto 0;
    background-size: cover;
    position: relative;
}

.yx_banner_txt {
    position: absolute;
    right: 10%;
    top: 25%;
}

.yx_list_banner_txt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 25%;
}

.yx_banner_txt>h1 {
    font-size: 72px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.yx_banner_txt>p {
    color: #fff;
    font-size: 40px;
    text-align: center;
}

.yx_channel_main::after {
    content: "";
    display: block;
    clear: both;
}

.yx_channel_main li {
    margin-top: 20px;
    height: 270px;
    -webkit-transition: all .2s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.yx_fl.yx_cha_l {
    width: 400px;
    text-align: center;
    color: white;
    background: #fc7d7f;
    height: 100%;
}

.yx_fl.yx_cha_r {
    width: 800px;
}

.yx_fl.yx_cha_r img {
    width: 100%;
}

.yx_fl.yx_cha_l>h2 {
    font-size: 32px;
    text-align: center;
    margin-top: 74px;
    font-weight: 700;
}

.yx_fl.yx_cha_l>p {
    font-size: 21px;
    text-align: center;
    padding: 0 30px;
    margin-top: 26px;
    line-height: 32px;
}

.yx_channel_main li:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.yx_channel_main {
    margin-bottom: 50px;
}



/* åˆ—è¡¨é¡µ */
.yx_new_title {
    position: relative;
    margin: 50px 0;
}

.yx_new_title>p {
    font-size: 26px;
    font-weight: bold;
    color: #333333;
}

.yx_new_title>h2 {
    position: absolute;
    top: -5px;
    font-size: 37px;
    color: rgba(0, 0, 0, .05);
    font-weight: bold;
    text-transform: uppercase;
    z-index: 0;
}

.yx_new_tit_list li {
    float: left;
    margin-right: 70px;
	padding-bottom: 10px;
}

.yx_new_tit_list li>a {
    font-size: 17px;
    color: #333;
}

.yx_new_tit_list {
    margin: 30px 0 40px;
}

.yx_new_tit_list::after {
    content: "";
    display: block;
    clear: both;
}

.yx_new_con>ul>li {
    width: 380px;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: all .3s;
}

.yx_new_con::after {
    content: "";
    display: block;
    clear: both;
}

.yx_new_con>ul>li img {
    width: 100%;
    height: 230px;
    color: #333;
}

.yx_new_con>ul>li:hover {
    transform: translateY(-10px);
    transition: all .3s;
    /* box-shadow: 0 0 5px 3px rgb(227 227 227 / .5); */
}

.yx_new_con>ul>li p {
    font-size: 17px;
    line-height: 28px;
    margin: 5px 0;
    color: #535353;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yx_new_con>ul>li span {
    color: #999;
    font-size: 14px;
}

.yx_new_con>ul>li:nth-of-type(3n) {
    margin-right: 0;
}

.yx_new_tit_list li.on {
    color: #f1812c;
    border-bottom: 2px solid;
}

.page {
    text-align: center;
    margin: 35px 0 70px;
}

.page li {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.page li>a {
    color: #333;
}

.page li.thisclass {
    background: #f00;
    width: 35px;
    color: white;
}


/* è¯¦æƒ…é¡µ */
.yx_art::after {
    content: "";
    display: block;
    clear: both;
}

.art_r.yx_fl {
    width: 290px;
}

.art_l.yx_fl {
    width: 840px;
    margin-right: 30px;
}

.yx_art {
    margin: 30px auto;
}

.yx_pos {
    background: white;
    padding: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.yx_pos a {
    color: #333;
    font-size: 16px;
}

.yx_art_main {
    background: white;
    margin-top: 20px;
    padding: 40px 20px;
}

.yx_art_main>h1.yx_art_tit {
    text-align: center;
    font-size: 23px;
    color: #333;
    margin-bottom: 15px;
}

.yx_art_main>.yx_art_info {
    text-align: center;
    font-size: 16px;
    color: #666;
}

.yx_art_main>.yx_art_info>span:nth-of-type(1) {
    margin-right: 50px;
}

div#yx_art_con {
    margin-top: 30px;
    font-size: 14px;
    line-height: 30px;
	text-align: justify;
}

div#yx_art_con span,div#yx_art_con p {
    font-size: 15px !important;
    line-height: 30px;
    color: #666;
}

div#yx_art_con img,div#yx_art_con table {
    max-width: 100%;
}

div#yx_art_con h2 {
    padding-top: 15px !important;
    border-top: 1px dashed gainsboro;
}
.art_r.yx_fl li::after {
    content: "";
    display: block;
    clear: both;
}

.art_r_img.yx_fl {
    width: 90px;
    color: #333;
}

.art_r_txt.yx_fl {
    width: 190px;
    color: #333;
    margin-left: 10px;
}

.art_r_img.yx_fl>img {
    width: 90px;
    height: 70px;
}

.art_r.yx_fl li {
    border-bottom: 1px dashed #cecece;
    padding: 15px 0;
}

.art_r_txt.yx_fl p {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.art_r_txt.yx_fl span {
    float: right;
    color: #999;
    font-size: 14px;
    margin-top: 10px;
}


.art_r_tit {
    padding-left: 20px;
    border-left: 1px solid red;
    margin-bottom: 10px;
}

.art_r.yx_fl li:last-of-type {
    border-bottom: none;
}

a.yx_jrwm {
    display: block;
}

a.yx_jrwm img {
    width: 100%;
}

.swiper-pagination.swiper-pagination-diy {
    bottom: 15% !important;
}

.swiper-pagination.swiper-pagination-diy>span {
    width: 15px !important;
    height: 15px !important;
}

.swiper-pagination.swiper-pagination-diy>span.swiper-pagination-bullet-active {
    background: white;
}

h2 {
}

.yx_zxwh_banner {
    height: 280px;
    background: url(/style/images/culture_banner.jpg) no-repeat;
    margin-top: 82px;
}

.know_box.yx_mg1200 .title h1 {
    font-size: 26px;
    font-weight: 600;
    color: #444;
}

.know_box.yx_mg1200 .title p {
    color: #777;
}

.know_box.yx_mg1200 .title {
    text-align: center;
    margin: 44px auto;
}

.know_box {
    margin-bottom: 150px;
}

.know_box .know_content {
    width: 100%;
    text-align: left;
    padding-bottom: 24px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 36px;
    position: relative;
}

.know_box .know_content h2 {
    font-size: 18px;
    color: #555;
    line-height: 20px;
    font-weight: 600;
}

.know_box .know_content span {
    font-size: 12px;
    color: #999;
    display: block;
}

.know_box .know_content p {
    font-size: 14px;
    color: #777;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 14px;
}

.know_box .know_content p b {
    padding-left: 10px;
    font-weight:400;
}

.know_box .know_content i {
    position: absolute;
    bottom: 40px;
    right: 0;
    opacity: 0.7;
}

i.culture_icon01 {
    background-position: -20px -340px;
    width: 170px;
    height: 80px;
}

i.culture_icon02 {
    background-position: -210px -340px;
    width: 96px;
    height: 96px;
}

i.culture_icon03 {
    background-position: -320px -340px;
    width: 98px;
    height: 40px;
}

i.culture_icon04 {
    background-position: -440px -340px;
    width: 78px;
    height: 72px;
}

i.culture_icon05 {
    background-position: -540px -340px;
    width: 82px;
    height: 80px;
}

i.culture_icon06 {
    background-position: -650px -340px;
    width: 62px;
    height: 60px;
}

.icon0 {
    background: url(/style/images/icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}



.yx_zxns_banner {
    height: 280px;
    background: url(/style/images/join_us_banner.jpg) no-repeat;
    margin-top: 82px;
}

i.join_icon01{background-position:-20px -220px;}
i.join_icon02{background-position:-152px -220px;}
i.join_icon03{background-position:-282px -220px;}

.join_box .title{padding-bottom: 0;border-bottom: 0;}
.join_box .title h1{line-height: 54px;}

.join_box .layui-row .layui-col-xs4{text-align: center;padding: 0 30px;}

.join_box .layui-row .layui-col-xs4 i{width:100px;height: 100px;}
.join_box .layui-row .layui-col-xs4 span{display: block;color: #333!important;text-align: center;margin-top: 30px;margin-bottom: 20px;}
.join_box .layui-row .layui-col-xs4 p{text-align: center;}

/*简历投递*/
.resume_box{width: 100%;background:#3da1f6;line-height: 100px;text-align: center;color: #fff;font-size:20px;font-weight: 600;margin:70px auto;}
i.resume_icon{background-position:-414px -220px;width: 25px;height: 22px;margin-right: 8px;}

.contact_box.yx_mg1200.join_box .title {
    text-align: center;
    margin: 44px auto;
}

.contact_box.yx_mg1200.join_box {
    width: 1000px;
}

.contact_box .layui-row .layui-col-xs4 p{margin-top: 16px;color: #777;font-size: 14px;line-height: 24px;text-align: left;}
.join_box .layui-row .layui-col-xs4 span{display: block;color: #333!important;text-align: center;margin-top: 30px;margin-bottom: 20px;}
.join_box .layui-row .layui-col-xs4 p{text-align: center;}


.yx_mg1000{
    margin: 0 auto;
    width: 1000px;
}

.yxt_gangwei h1 {
    font-size: 20px;
    font-weight: 600;
}

.yxt_gangwei h1::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ffbb29;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 2px;
}

.yxt_gangwei_li p {
    line-height: 30px;
    font-size: 13px;
    padding-left: 2px;
}

.yxt_gangwei_tit {
    font-size: 16px;
    margin: 15px 0;
    font-weight: 600;
}

.yxt_gangwei.yx_mg1000 {
    margin-bottom: 50px;
}

.yxt_gangwei_li {
    margin-left: 20px;
}


.swiperBanner .swiper-slide img {
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}



.ecv2_right_tools {
    position: fixed;
    right: 30px;
    top: 300px;
    width: 76px;
    box-sizing: border-box;
    min-height: 220px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e5e5e5;
    z-index: 10000;
}

.ecv2_right_tools a {
    display: block;
    padding: 0 8px 12px;
    color: #999999;
    font-size: 12px;
    position: relative;
    text-align: center;
    padding-top: 12px;
    position: relative;
}

.ecv2_right_tools a:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 1px;
    left: 0;
    top: 0;
    left: 50%;
    margin-left: -30px;
    background-color: #e6e6e6;
}

.ecv2_right_tools li:first-child a:before {
    display: none;
}

.ecv2_right_tools a i {
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 28px;
    margin-bottom: 4px;
}

.ecv2_right_tools a:hover {
    color: #299dea;
}

.ecv2_right_tools a i.ecv2_right_i1 {
    background: url(/style/images/left_zixun_n.png) no-repeat;
}

.ecv2_right_tools a:hover i.ecv2_right_i1 {
    background: url(/style/images/left_zixun_p.png) no-repeat;
}

.ecv2_right_tools a i.ecv2_right_i2 {
    background: url(/style/images/left_fuwu_n.png) no-repeat;
}

.ecv2_right_tools a:hover i.ecv2_right_i2 {
    background: url(/style/images/left_fuwu_p.png) no-repeat;
}

.ecv2_right_tools a i.ecv2_right_i3 {
    background: url(/style/images/left_tel_n.png) no-repeat;
}

.ecv2_right_tools a:hover i.ecv2_right_i3 {
    background: url(/style/images/left_tel_p.png) no-repeat;
}

.ecv2_right_tools a i.ecv2_right_i4 {
    background: url(/style/images/left_wechat_n.png) no-repeat;
}

.ecv2_right_tools a:hover i.ecv2_right_i4 {
    background: url(/style/images/left_wechat_p.png) no-repeat;
}

.ecv2_right_tools a i.ecv2_right_i5 {
    background: url(/style/images/left_download_n.png) no-repeat;
}

.ecv2_right_tools a:hover i.ecv2_right_i5 {
    background: url(/style/images/left_download_p.png) no-repeat;
}

.ecv2_right_tools a i.ecv2_right_i6 {
    background: url(/style/images/left_back_n.png) no-repeat;
	background-size: 30px;
}

.ecv2_right_tools a:hover i.ecv2_right_i6 {
    background: url(/style/images/left_back_p.png) no-repeat;
	background-size: 30px;
}

.ecv2_right_code_hide {
    display: none;
    position: absolute;
    left: -165px;
    top: 0;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    padding: 10px 10px 16px 10px;
    border: solid 1px #e5e5e5;
    color: #666666;
}

.ecv2_right_code_hide.my_dh {
    left: -123px;
}

.ecv2_right_tools a:hover .ecv2_right_code_hide {
    display: block;
}

.ecv2_right_code_hide img {
    width: 140px;
    height: 140px;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    border: solid 1px #e5e5e5;
}

.my_kf {
    cursor: pointer;
}


.pc-company-jieshao.zzzs_none {
    display: none;
}