
html {
    font-size: 14px;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
}

a {
    color: #212529;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ol, ul, li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input[type="submit"] {
    border: none;
    cursor: pointer;
}

.header {
    margin: 0 auto;
    width: 1000px;
    z-index: 1000;
    position: relative;
    height: 500px;
}

.logo {
    font-size: 20px;
    color: #FFFFFF;
    float: left;
    margin-top: 25px;
}

.banner {
    position: absolute;
    top: 0;
    width: 100%;
}

.banner-page {
    bottom: 85px !important;
}

.banner-page .swiper-pagination-bullet-active {
    background-color: #fff !important;
    margin: 0 10px !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px !important;
}

.footer {
    height: 80px;
    background-color: #EEEEEE;
    text-align: center;
    color: #434343;
    padding: 20px 0px;
}

.home {
    min-height: 500px;
}

.homeContact {
    margin: 0 auto;
    width: 960px;
    background-color: #fff;
    height: 110px;
    border-radius: 10px;
    position: relative;
    top: -75px;
    z-index: 1200;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    color: #111111;
    padding: 20px;
}

.homeContactTitle {
    font-size: 20px;
    letter-spacing: 2px;
}

.homeContactDesc {
    margin-top: 5px;
    color: #444444;
    letter-spacing: 1px;
}

.homeContactSubmit {
    width: 300px;
    height: 50px;
    float: left;
    background-color: #444444;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
}

.homeContactInputDiv {
    width: 298px;
    height: 50px;
    float: left;
    margin-right: 30px;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
}

.homeContactInputDiv input {
    width: 245px;
    line-height: 48px;
    border: 0px;
    float: left;
    font-size: 16px;
    text-indent: 10px;
    color: #D4D4D4;
}

.homeContactInputLeft {
    width: 46px;
    height: 50px;
    float: left;
    border-right: 1px solid #D4D4D4;
}

.homeContactInputLeft i {
    background-image: url("http://img.jiuyecao.com.cn/zckj/people.png");
    background-repeat: no-repeat;
    background-size: 16px 20px;
    text-align: center;
    margin: auto;
    width: 16px;
    height: 20px;
    display: block;
    margin-top: 15px;
}

.homeContactInputLeft2 {
    background-image: url("/template/default/images/phone.png") !important;
    background-size: 20px 20px;
}

.homeContactInput {
    margin-top: 10px;
}


.contact {
    background-color: #FFF;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 2000;
    top: 0;
    overflow: hidden;
}

.contactDiv {
    width: 1000px;
    margin: 0 auto;
    padding-top: 88px;
    color: #444444;
}

.contactLeft {
    width: 80%;
    float: left;
}

.contactTitle {
    font-size: 30px;
    color: #111111;
    margin: 0 auto;
}

.contactDesc {
    margin-top: 8px;
}

.contactClose {
    float: right;
    background-image: url("/template/default/images/close3.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    height: 21px;
    width: 21px;
    margin-top: 10px;
    cursor: pointer;
}

.contactDivs {
    height: 80px;
}

.contactInputDiv {
    width: 43%;
    float: left;
}

.contactInputDiv p {
    margin: 12px 0px;
}

.contactInputDiv2 p {
    margin: 12px 0px;
}

.contactValue {
    width: 800px;
    margin: 0 auto;
    margin-top: 150px;
    color: #111111;
    float: right;
}

.contactSpan {
    background-image: url("http://img.jiuyecao.com.cn/zckj/red.png");
    background-repeat: no-repeat;
    background-size: 9px 8px;
    height: 9px;
    width: 8px;
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

.contactInputDiv2 {
    float: left;
    width: 100%;
}

.contactInput {
    width: 240px;
    height: 38px;
    border: 1px solid #E6E6E5;
    border-radius: 5px;
    text-indent: 10px;
}

.contactInput2 {
    width: 580px;
}

.contactSubmit {
    background-color: #444444;
    color: #fff;
    font-size: 18px;
    height: 38px;
    width: 240px;
    border-radius: 5px;
    margin-top: 40px;
}

.news {
    margin: 0 auto;
    width: 1000px;
    margin-top: 100px;
}

.newsDiv {
    width: 480px;
    height: 440px;
    background-color: #fff;
    /*border: 1px solid #FAFAFA;*/
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.newsDiv:nth-child(2n) {
    margin-right: 0px;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.page {
    width: 100%;
    float: left;
    margin-bottom: 100px;
    text-align: center;
}

.newsListContent {
    height: 120px;
    padding: 50px 40px;
}

.newsImg {
    height: 220px;
}

.newsImg img {
    height: 220px;
    width: 100%;
}

.newsListContentLeft {
    width: 280px;
    float: left;
}

.newsListContentRight {
    width: 120px;
    float: left;
    text-align: right;
    color: #E6E6E6;
}

.newsListTitle {
    font-size: 24px;
    color: #111111;
    height: 52px;
}

.newsListDesc {
    font-size: 12px;
    color: #444444;
    margin-top: 20px;
}

.newsListYear {
    font-size: 46px;
    line-height: 40px;
}

.newsListDate {
    font-size: 26px;
    height: 26px;
    line-height: 40px;
}
.newsListDate{
    /*display: none;*/
}
.newsListLook {
    margin-top: 35px;
    font-size: 12px;
}

.newsListLook a {
    color: #444444;
}

.newsListX {
    height: 1px;
    background-color: #444444;
    width: 50px;
    margin-top: 5px;
    float: right;
}

.prev {
    background-image: url("/template/default/images/prev.png");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    display: block;
    margin-right: 10px !important;
}

.prev:hover {
    background-image: url("/template/default/images/prev2.png");
}

.next {
    background-image: url("/template/default/images/next.png");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    display: block;
    margin-left: 10px !important;
}

.next:hover {
    background-image: url("/template/default/images/next2.png");
}

.page a {
    float: left;
}

.page-num {
    height: 30px;
    width: 30px;
    margin: 0px 5px;
    line-height: 30px;
}

.page-num-current {
    background-color: #000;
    border-radius: 15px;
    color: #fff;
}

.pageDiv {
    display: flex;
    justify-content: center !important;
}

.newsInfo {
    width: 738px;
    margin: 0 auto;
}

.newsInfoTitle {
    font-size: 30px;
    color: #111111;
    margin-top: 50px;
    margin-bottom: 20px;
}

.newsInfoX {
    width: 100%;
    height: 1px;
    background-color: #E6E6E6;
}

.newsInfoDate {
    font-size: 12px;
    color: #999999;
    margin: 18px 0px 40px 0px;
}

.newsMore {
    width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
}

.newsMoreTitle {
    font-size: 30px;
    float: left;
    color: #111111;
}

.newsMoreNews {
    float: right;
    color: #999999;
    font-size: 12px;
    margin-top: 20px;
}

.newsMoreNav {
    height: 50px;
    padding-top: 30px;
}

.newsMoreValue {
    margin-top: 30px;
}

.newsMoreDiv {
    width: 250px;
    float: left;
    padding: 0px 40px;
    border-right: 1px solid #E5E5E5;
    color: #999999;
    font-size: 12px;
}

.newsMoreDiv:nth-child(3n) {
    border: 0;
}

.newsMoreDate {

}

.newsMoreTitle2 {
    font-size: 18px;
    color: #434343;
    margin: 18px 0px;
}

.newsMoreDesc {
    height: 31px;
    overflow: hidden;
}

.newsMoreNews a {
    color: #999999;
}

.newsMoreBj {
    background-color: #F9F9F9;
    height: 256px;
}

.customizedTitle {
    font-size: 30px;
    color: #111111;
}

.customized {
    width: 1000px;
    margin: 0 auto;
    margin-top: 100px;
}

.customizedDiv {
    margin-top: 40px;
    height: 330px;
    padding: 0px 65px;
}

.customizedAdvantage {
    width: 250px;
    height: 330px;
    border-radius: 10px;
    float: left;
    margin: 0px 20px;
    background-size: 250px 330px;
    background-repeat: no-repeat;
    color: #FFFFFF;
    text-align: center;
}

.customizedAdvantage1 {
    background-image: url("http://img.jiuyecao.com.cn/zckj/advantage3.png");
}

.customizedAdvantage2 {
    background-image: url("http://img.jiuyecao.com.cn/zckj/advantage2.png");
}

.customizedAdvantage3 {
    background-image: url("http://img.jiuyecao.com.cn/zckj/advantage1.png");
}

.customizedAdvantageTitle {
    font-size: 20px;
    margin-top: 40px;
    text-align: center;
}

.customizedAdvantageImg {
    text-align: center;
    margin-top: 30px;
}

.customizedAdvantageDesc {
    line-height: 24px;
}

.customizedAdvantage1 .customizedAdvantageImg img {
    height: 70px;
    width: 80px;
    margin-bottom: 50px;
}

.customizedAdvantage2 .customizedAdvantageImg img {
    height: 77px;
    width: 85px;
    margin-bottom: 30px;
}

.customizedAdvantage3 .customizedAdvantageImg img {
    height: 73px;
    width: 73px;
    margin-bottom: 20px;
}

.customizedContent {
    width: 413px;
    height: 103px;
    float: left;
    border-radius: 5px;
    background-image: url("http://img.jiuyecao.com.cn/zckj/address.png");
    background-size: 493px 183px;
    color: #FFF;
    padding: 40px;
    position: relative;
    left: 0;
}

.customizedContent2 {
    width: 412px;
    height: 298px;
    float: left;
    border-radius: 5px;
    background-size: 492px 378px;
    background-image: url("http://img.jiuyecao.com.cn/zckj/steward.png");
    color: #FFF;
    padding: 40px;
    position: relative;
    left: 495px;
    margin-left: 15px;
    top: -195px;
}

.customizedDiv2 {
    margin-top: 40px;
    margin-bottom: 100px;
    height: 378px;
}

.customizedContent3 {
    margin-top: 12px;
    background-image: url("http://img.jiuyecao.com.cn/zckj/trim.png");
    top: 185px;
    left: -490px;
}

.customizedContentDesc {
    margin-top: 18px;
}

.customizedContentTitle {
    font-size: 20px;
    margin-top: 47px;
}

.customizedContent2 .customizedContentTitle {
    margin-top: 218px;
}

.customizedContent3 .customizedContentTitle {
    margin-top: 24px;
}

.manageDiv {
    height: 270px;
    margin-top: 40px;
}

.manageAdvantage {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    height: 270px;
    width: 220px;
    float: left;
    border-radius: 5px;
    margin-right: 40px;
    text-align: center;
}

.manageAdvantage:last-child {
    margin-right: 0;
}

.manageAdvantageTitle {
    margin-top: 25px;
    font-size: 20px;
    color: #111111;
}

.manageAdvantageX {
    margin: 0 auto;
    height: 2px;
    background-color: #CDCDCD;
    width: 36px;
    margin-top: 18px;
    text-align: center;
}

.manageAdvantageDesc {
    font-size: 12px;
    color: #444444;
    margin-top: 18px;
    padding: 0px 30px;
    line-height: 20px;
    letter-spacing: 1px;
}

.manageAdvantageImg {
    margin-top: 29px;
    text-align: center;
}

.manageAdvantageImg img {
    height: 51px;
    width: 52px;
}

.manageDiv2 {
    height: 247px;
    margin-top: 40px;
    padding-bottom: 100px;
}

.manageContent {
    height: 207px;
    width: 260px;
    margin-right: 50px;
    float: left;
    background-image: url("http://img.jiuyecao.com.cn/zckj/manageService.png");
    background-size: 300px 247px;
    color: #FFFFFF;
    padding: 20px;
}

.manageContent1 {
    background-image: url("http://img.jiuyecao.com.cn/zckj/manageService1.png");
}

.manageContent2 {
    background-image: url("http://img.jiuyecao.com.cn/zckj/manageService2.png");
}

.manageContent:last-child {
    margin-right: 0;
}

.manageContentTitle {
    margin-top: 150px;
    font-size: 20px;
}

.manageContentDesc {
    margin-top: 10px;
    font-size: 13px;
}

.manage {
    background-image: url("http://img.jiuyecao.com.cn/zckj/property.png");
    height: 300px;
    background-size: 100% 300px;
}

.manageTitle {
    font-size: 30px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 45px;
}

.manageDesc {
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 30px;
    line-height: 35px;
}

.manageDiv3 {
    height: 200px;
    margin-top: 40px;
    padding-bottom: 100px;
}

.cooperateBjD {
    height: 13px;
    width: 13px;
    background-color: #F5F5F5;
    border-radius: 10px;
    float: left;
}

.cooperateBjX {
    background-color: #F5F5F5;
    height: 3px;
    float: left;
    width: 974px;
    margin-top: 5px;
}

.cooperateBj {
    z-index: 1000;
    position: absolute;
    margin-top: 60px;
}

.cooperate {
    z-index: 1010;
    position: absolute;
}

.cooperateDiv {
    height: 185px;
    width: 110px;
    float: left;
    margin: 0px 25px;
    text-align: center;
}

.cooperateDiv:first-child {
    margin-left: 45px;
}

.cooperateImg {
    text-align: center;
    margin-top: 15px;
}

.cooperateImg img {
    height: 60px;
    width: 60px;
}

.cooperateTitle {
    font-size: 18px;
    color: #111111;
}

.cooperateDesc {
    color: #444444;
    margin-top: 14px;
    line-height: 21px;
}

.operateDiv {
    height: 152px;
    margin-top: 40px;
    padding-bottom: 100px;
}

.operateAdvantage {
    width: 300px;
    height: 152px;
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.1);
    float: left;
    margin-right: 50px;
    border-radius: 10px;
}

.operateAdvantage:last-child {
    margin-right: 0px;
}

.operateAdvantageLeft {
    width: 145px;
    text-align: center;
    float: left;
}

.operateAdvantageLeft img {
    height: 54px;
    width: 54px;
    margin-top: 25px;
}

.operateAdvantageRight {
    float: left;
}

.operateAdvantageTitle {
    font-size: 20px;
    color: #111111;
    margin-top: 24px;
}

.operateAdvantageDesc {
    color: #444444;
    font-size: 12px;
    margin-top: 18px;
}

.manage2 {
    background-image: url("http://img.jiuyecao.com.cn/zckj/operate.png");
    height: 300px;
    background-size: 100% 300px;
}

.operate2 {
    height: 250px;
    margin-top: 40px;
}

.operateContent {
    height: 210px;
    width: 450px;
    margin-right: 20px;
    float: left;
    background-image: url("http://img.jiuyecao.com.cn/zckj/yyzs.png");
    background-size: 490px 250px;
    color: #FFFFFF;
    padding: 20px;
}

.operateContent:last-child {
    margin-right: 0;
}

.operateContent1 {
    background-image: url("http://img.jiuyecao.com.cn/zckj/qystdj.png");
}

.operateContentTitle {
    margin-top: 150px;
    font-size: 20px;
}

.operateContentDesc {
    margin-top: 10px;
    font-size: 13px;
}

.operateDiv2 .cooperateDiv {
    margin: 0 45px;
}

.advanceBanner {
    height: 350px;
}

.advanceLeft {
    float: left;
    height: 350px;
    width: 550px;
}

.advanceLeft img {
    height: 350px;
    width: 550px;
}

.advanceRight {
    float: left;
    padding: 20px 0px 0px 50px;
    width: 350px;
    height: 350px;
}

.advanceTitle {
    font-size: 30px;
    color: #111111;
}

.advanceDesc {
    color: #111111;
    margin-top: 50px;
    line-height: 24px;
}

.advance {

}

.advance-page {
    width: 150px !important;
    margin-left: 630px;
    margin-bottom: 35px;
}

.advance-left {
    position: absolute;
    color: #000;
    height: 30px;
    width: 30px;
    bottom: 40px;
    left: 600px;
    background-image: url("/template/default/images/prev2.png");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2000;
}

.advance-right {
    position: absolute;
    color: #000;
    height: 30px;
    width: 30px;
    bottom: 40px;
    left: 780px;
    background-image: url("/template/default/images/next2.png");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2000;
}

.ambient {
    margin-top: 40px;
    height: 480px;
}

.ambientBj {
    float: left;
    height: 480px;
    width: 480px;
    margin-right: 40px;
    color: #FFFFFF;
}

.ambientBj:last-child {
    margin-right: 0;
}

.ambientBj1 {
    background-image: url("http://img.jiuyecao.com.cn/zckj/ambient.png");
    background-size: 480px 480px;
    position: absolute;
    height: 400px;
    width: 400px;
    padding: 40px;
}

.ambientBj2 {
    background-image: url("http://img.jiuyecao.com.cn/zckj/ambient2.png");
    background-size: 480px 480px;
    position: absolute;
    height: 400px;
    width: 400px;
    padding: 40px;
    display: none;
}

.ambientBj3 {
    background-image: url("http://img.jiuyecao.com.cn/zckj/ambient1.png");
    background-size: 480px 480px;
    position: absolute;
    height: 400px;
    width: 400px;
    padding: 40px;
}

.ambientBj4 {
    background-image: url("http://img.jiuyecao.com.cn/zckj/ambient3.png");
    background-size: 480px 480px;
    position: absolute;
    height: 400px;
    width: 400px;
    padding: 40px;
    display: none;
}

.ambientTitle {
    margin-top: 290px;
    font-size: 20px;
}

.ambientDesc {
    margin-top: 20px;
    line-height: 20px;
}

.ambientTitle2 {
    font-size: 20px;
}

.ambientDesc2 {
    line-height: 24px;
    margin-top: 20px;
}

.ambientTitle3 {
    font-size: 18px;
    margin-top: 30px;
}

.customizedDesc {
    font-size: 14px;
    color: #444444;
    margin-top: 18px;
}

.coreStrengths {
    float: left;
    width: 314px;
    height: 150px;
    margin-right: 29px;
    margin-bottom: 30px;
    text-align: center;
    background-image: url("http://img.jiuyecao.com.cn/zckj/coreStrengths1.png");
    background-size: 314px 150px;
    background-repeat: no-repeat;
    color: #FFFFFF;
}

.coreStrengths1 {
    background-image: url("http://img.jiuyecao.com.cn/zckj/coreStrengths2.png");
}

.coreStrengths2 {
    background-image: url("http://img.jiuyecao.com.cn/zckj/coreStrengths3.png");
}

.coreStrengths3 {
    background-image: url("http://img.jiuyecao.com.cn/zckj/coreStrengths4.png");
}

.coreStrengths4 {
    background-image: url("http://img.jiuyecao.com.cn/zckj/coreStrengths5.png");
}

.coreStrengths5 {
    background-image: url("http://img.jiuyecao.com.cn/zckj/coreStrengths6.png");
}

.coreStrengths:nth-child(3n) {
    margin-right: 0;
}

.coreStrengths:nth-child(n+3) {
    margin-bottom: 0;
}

.coreStrengthsTitle {
    font-size: 22px;
    margin-top: 40px;
}

.coreStrengthsDesc {
    margin-top: 14px;
}

.experience {
    margin-top: 40px;
    height: 350px;
}

.experienceBanner {
    height: 350px;
    color: #fff;
}

.experienceDiv {
    background-image: url("http://img.jiuyecao.com.cn/zckj/experience1.png");
    background-size: 100% 350px;
}

.experienceDiv1 {
    background-image: url("http://img.jiuyecao.com.cn/zckj/experience2.png");
}

.experienceDiv2 {
    background-image: url("http://img.jiuyecao.com.cn/zckj/experience3.png");
}

.experienceDiv3 {
    background-image: url("http://img.jiuyecao.com.cn/zckj/experience4.png");
}

.experienceBj {
    background-color: #fff;
    width: 500px;
    height: 270px;
    margin: 40px;
    opacity: 0.5;
    z-index: 1000;
    position: absolute;
}

.experienceBj2 {
    width: 420px;
    height: 190px;
    margin: 40px;
    z-index: 2000;
    position: absolute;
    padding: 40px;
}

.experienceTitle {
    font-size: 20px;
    color: #111111;
}

.experienceDesc {
    color: #444444;
}

.experience-left {
    position: absolute;
    height: 30px;
    width: 30px;
    bottom: 80px;
    left: 78px;
    background-image: url("/template/default/images/prev2.png");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2000;
    border-radius: 15px;
}

.experience-right {
    position: absolute;
    height: 30px;
    width: 30px;
    bottom: 80px;
    left: 151px;
    background-image: url("/template/default/images/next2.png");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2000;
    border-radius: 15px;
}
.successTeam {
    margin-top: 40px;
    height: 120px;
    margin-bottom: 100px
}
.successTeamBanner{
    height: 120px;
}

.successTeamDiv{
    width: 20%;
    text-align: center;
    height: 120px;
}
.successTeamDiv img{
    max-height: 71px;
    max-width: 131px;
}
.ambient2 {
    margin-top: 40px;
    height: 330px;
}
.customizedAdvantageDiv2{
    display: none;
}
.operateContentImg{
    display: none;
}
.coreStrengthsImg{
    display: none;
}
.manageContentImg{
    display: none;
}

.homeBanner{
    width: 1000px;
    margin: 0 auto;
}
.homeBannerTitle{
    font-size: 50px;
    position: absolute;
    top: 155px;
    z-index: 1000;
    color: #FFF;
}
.homeBannerTitle2{
    font-size: 28px;
    position: absolute;
    top: 233px;
    z-index: 1000;
    color: #FFF;
    text-transform:uppercase;
}
.homeBannerTitle3{
    font-size: 30px;
    position: absolute;
    top: 112px;
    z-index: 1000;
    color: #FFF;
    text-align: center;
    width: 1000px;
}
.homeBannerTitle4{
    font-size: 40px;
    position: absolute;
    top: 225px;
    z-index: 1000;
    color: #FFF;
    text-align: center;
    width: 1000px;
}
.homeBannerTitle5{
    font-size: 50px;
}
.homeBannerTitle6{
    font-size: 40px;
    position: absolute;
    top: 155px;
    z-index: 1000;
    color: #FFF;
}
.homeBannerDesc{
    font-size: 14px;
    color: #444444;
    background-color: #ffffff;
    width: 116px;
    height: 24px;
    position: absolute;
    top: 125px;
    z-index: 1000;
    line-height: 24px;
    text-align: center;
    left: 15px;
}
.homeBannerDesc2{
    font-size: 16px;
    color: #444444;
    background-color: #ffffff;
    width: 320px;
    height: 35px;
    position: absolute;
    top: 286px;
    z-index: 1000;
    line-height: 35px;
    text-align: center;
}


.synopsis{
    margin-top: 28px;
    height: 180px;
}

.synopsisBack{
    background-image: url("http://img.jiuyecao.com.cn/zckj/synopsis.png");
    position: relative;
    height: 207px;
    width: 460px;
    top: -290px;
    background-size: 460px 207px;
    background-repeat: no-repeat;
    z-index: 1000;
    right: -540px;
}

.synopsisRemark{
    width: 630px;
    z-index: 2000;
    position: relative;
}
.synopsisDesc{
    font-size: 16px;
    font-weight: lighter;
    color: #111111;
    line-height: 30px;
    position: relative;
    letter-spacing: 2px;
    z-index: 2000;
}
.synopsisTitle{
    font-size: 80px;
    text-transform: uppercase;
    color: #F5F5F5;
    position: relative;
    top: -60px;
    z-index: 1000;
}


.bannerTitle{
    width: 1000px;
    margin: 0 auto;
    color: #FFFFFF;
}
.bannerTitleBj{
    font-size: 110px;
    position: absolute;
    top: 210px;
    opacity: 0.3;
    z-index: 100;
    text-transform:uppercase;
    word-wrap:break-word;
    line-height: 110px;
}
.bannerTitleBj2{
    font-size: 50px;
    position: absolute;
    top: 260px;
    z-index: 1000;
    line-height: 50px;
    margin-left: 10px;
}
.bannerTitleBj3{
    font-size: 20px;
    position: absolute;
    top: 330px;
    z-index: 1000;
    margin-left: 10px;
    width: 630px;
    line-height: 32px;
}
.bannerTitleBj5{
    font-size: 110px;
    position: absolute;
    top: 210px;
    opacity: 0.3;
    z-index: 100;
    text-transform:uppercase;
    word-wrap:break-word;
    line-height: 110px;
    width: 1000px;
}
.newsListDates{
    display: none;
}
.aboutDiv{
    background-color: #F5F5F5;
    height: 500px;
}
.customizedTitle2 {
    font-size: 30px;
    color: #111111;
    padding-top: 80px;
}
.aboutDiv2{
    padding-top: 40px;
}
.aboutContent{
    float: left;
    background-color: #FFFFFF;
    width: 220px;
    height: 270px;
    margin-right: 30px;
    border-radius: 5px;
}
.aboutContent:nth-last-child{
    margin-right: 0px;
}
.aboutContentTitle{
    font-size: 20px;
    margin-top: 35px;
    margin-left: 24px;
    margin-bottom: 25px;
}
.aboutContentX{
    background-color: #444444;
    height: 1px;
    width: 170px;
    margin-left: 25px;
    margin-bottom: 24px;
}
.aboutContentDesc{
    font-size: 14px;
    color: #444444;
    margin: 0px 25px;
    font-weight: lighter;
    height: 80px;
}
.aboutContentImg{
    background-image: url("http://img.jiuyecao.com.cn/zckj/aboutIcon1.png");
    width: 42px;
    height: 42px;
    background-size: 42px 42px;
    float: right;
    margin-right: 24px;
}
.aboutContentImg2{
    background-image: url("http://img.jiuyecao.com.cn/zckj/aboutIcon2.png");
}
.aboutContentImg3{
    background-image: url("http://img.jiuyecao.com.cn/zckj/aboutIcon3.png");
}
.aboutContentImg4{
    background-image: url("http://img.jiuyecao.com.cn/zckj/aboutIcon4.png");
}
#swiper-history {
    width: 100%;
    position: relative;
}
#swiper-history .swiper-container {
    height: 250px;
    margin: 20px 40px 150px 40px;
}
#swiper-history .short-line {
    height: 72px;
    border-bottom: 1px dashed #007aff;
    width: 30px;
    position: absolute;
    top: 0px;
}

#swiper-history .swiper-slide span {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    transition: 700ms;
}
#swiper-history .swiper-slide .detail {
    height: 20px;
    line-height: 20px;
    top: 27px;
    color: #444;
    opacity: 0;
}
#swiper-history .swiper-slide .date {
    color: #007aff;
    position: absolute;
    bottom: 33px;
    opacity: 0;
}
#swiper-history .swiper-slide-active span {
    transition: 700ms 700ms;
}
#swiper-history .swiper-pagination-bullets {
    white-space: nowrap;
    width: auto;
    bottom: 67px;
    height: 10px;
    line-height: 10px;
    transition: 700ms;
}
#swiper-history .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}
#swiper-history .swiper-pagination-bullet {
    background: #fff;
    border: 1px solid #007aff;
    opacity: 1;
    line-height: 10px;
}
#swiper-history .swiper-pagination-bullet-active {
    background: #007aff;
}
#swiper-history .swiper-button-next, #swiper-history .swiper-button-prev {
    background-size: 20px auto;
}
#swiper-history .long-line {
    height: 72px;
    border-bottom: 1px solid #eeeeee;
    /*width: 100%;*/
    position: absolute;
    top: 152px;
}
#swiper-history .long-line .long-line-d{
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #eeeeee;
    float: left;
    margin: 70px 88px;
}
#swiper-history .long-line2 {
    height: 72px;
    /*width: 100%;*/
    position: absolute;
    top: 165px;
}
#swiper-history .long-line2 .long-line-d{
    width: 20px;
    float: left;
    margin: 70px 80px;
}
#swiper-history .long-line3 {
    height: 170px;
    width: 100%;
    position: absolute;
    top: 0px;
    text-align: center;
}
.long-line3-bj{
    font-size: 170px;
    position: absolute;
    z-index: 100;
    color: #eee;
    text-align: center;
    width: 100%;
}
.long-line3-title{
    position: absolute;
    font-size: 20px;
    z-index: 1000;
    text-align: center;
    width: 100%;
    margin-top: 140px;
}
.long-line-d4{
    background-color: #666666 !important;
}
.about-left {
    background-image: url("/template/default/images/prev3.png");
    margin-top: 78px;
}
.about-left:hover {
    background-image: url("/template/default/images/prev4.png");
}
.about-right {
    background-image: url("/template/default/images/next3.png");
    margin-top: 78px;
}
.about-right:hover {
    background-image: url("/template/default/images/next4.png");
}
.bannerImg {
    background-image: url("http://img.jiuyecao.com.cn/zckj/1596595919546467.png");
    z-index: 1000;
    position: relative;
    height: 500px;
}
.bannerImg1{
    background-image: url("http://img.jiuyecao.com.cn/zckj/1596599409352809.png");
}
.bannerImg2{
    background-image: url("http://img.jiuyecao.com.cn/zckj/1596599431796217.png");
}