﻿body {
    text-align: left;
    max-width:1920px;
    min-width:1200px;
    overflow-x: hidden;
}
a.bottom-btn:hover,a.bottom-btn:active,a.bottom-btn:focus,.newGo:hover,.newGo:active,.newGo:focus {
    color:#fff;
}
a{text-decoration:none;}
.newUI-body {
    max-width:1920px;
    min-width:1200px;
    margin:0 auto;
}
.newUI-banner {
    width:100%;
    height: 739px;
    background-image: url("../images/banner.png");
    background-size:100% 100%;
    background-position: center;
}
.newUI-banner-btn {
    width:1200px;
    height:731px;
    margin:0 auto;
    position: relative;
}
.newGo {
    width: 231px;
    height: 58px;
    text-align: center;
    background-color: #408bff;
    border-radius: 29px;
    font-family: AlibabaPuHuiTiL;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 58px;
    letter-spacing: 0px;
    color: #ffffff;
    position: absolute;
    left:0;
    bottom:171px;
}
/* 模块一 */
.contain-model1 {
    width:1200px;
    margin:0 auto;
    padding:83px 0 66px;
    box-sizing: border-box;
}
.contain-title {
    display: block;
    text-align: center;
    margin:0 auto;
}
.contain-model1-content {
    padding-top:60px;
    box-sizing: border-box;
}
.contain-content-list {
    width:33%;
    display: inline-block;
    padding-right: 30px;
    margin-bottom:40px;
    box-sizing: border-box;
}
.contain-content-list:nth-of-type(3n) {
    padding-right:0;
}
.contain-content-list:nth-of-type(n+3) {
   margin-bottom:0;
}
.content-list-child {
    padding:0 14px 0 8px;
    width:380px;
    height:110px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    background-image: url("../images/img-bg.png");
    background-size:380px 110px;
    background-position: center;
    cursor: pointer;
}
.list-child-left {
  width:100px;
}
.list-child-right {
    flex:1;
    text-align: center;
    padding-top:23px;
    box-sizing: border-box;
}
.right-title {
    font-family: SourceHanSansSC-Bold;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #4c5f96;
    padding-bottom: 15px;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
}
.right-text {
    font-family: SourceHanSansSC-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #829ac0;
}
.content-list-child-active{
    background-image: url(../images/img-bg-hover.png);
}
.content-list-child-active .right-title{
    color: #ffffff;
}
.content-list-child-active .right-text{
    color: #adddff;
}
.contain-model1-bottom {
    padding-top:50px;
    box-sizing: border-box;
}
/*  按钮效果  */
.bottom-btn {
    width: 306px;
    height: 60px;
    text-align: center;
    line-height:60px;
    margin:0 auto;
    background-color: #fcb65f;
    box-shadow: 5px 9px 20px 0px
    rgba(255, 201, 135, 0.7);
    border-radius: 30px;
    font-family: AlibabaPuHuiTiL;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    display: block;
}
.bottom-btn:after {
    content: "";
    position: absolute;
    background: none repeat scroll 0 0 #ee483e;
    width: 0%;
    height: 0%;
    left: 50%;
    top: 50%;
    z-index: -1;
    border-radius: 50%;
    opacity: .5;
    transform: translateX(-50%) translateY(-50%);
    transition: all .3s ease;
}
.bottom-btn:link, .bottom-btn:visited {
    z-index:3;
}
.bottom-btn:hover {
    box-shadow: 5px 9px 20px 0px #ee483e;
}
.bottom-btn:hover:after {
    height: 450%;
    width: 110%;
    opacity: 1;
}
/* 模块二样式 */
.contain-model2 {
    width:100%;
    background: #3020cd;
    background-size: 100% 581px;
    background-repeat: no-repeat;
    background-position: left top;
    padding-bottom:140px;
}
.contain-bg {
    width:100%;
    height:1047px;
    padding-top:60px;
    box-sizing: border-box;
    
}
.contain-model2-content {
    width:1200px;
    font-size:0;
    padding-top:120px;
    box-sizing: border-box;
    margin:0 auto;
    display: block;
}
.model2-content-list {
    width:382px;
    display: inline-block;
    margin-bottom: 30px;
    margin-right:26px;
}
.model2-content-list:nth-of-type(3n) {
    margin-right:0;
}
.model2-content-list:nth-of-type(n+3) {
    margin-bottom:0;
}
.model2-img-parent {
    display: block;
    position: relative;
    /*background-color: #ffffff;*/
    /*box-shadow: 0px 10px 20px 0px*/
    /*rgba(16, 16, 16, 0.2);*/
    /*border-radius: 18px;*/
}
.model2-img {
    width: 343px;
    height: 214px;
    background-color: #ffffff;
    box-shadow: 0 10px 20px 0
    rgba(16, 16, 16, 0.3);
    border-radius: 18px;
    margin:0 auto;
    display: block;
}
.model-text {
    width: 383px;
    height:63px;
    padding-top: 45px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 53px 53px 55px 55px;
    font-family: SourceHanSansSC-Bold;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 29px;
    letter-spacing: 0px;
    color: #322116;
    margin-top:-20px;
}
.contain-model2-bottom {
    padding-top:83px;
    box-sizing: border-box;
}

/*  模块三样式  */
.contain-model3 {
    padding:116px 0 90px;
    box-sizing: border-box;
    width:100%;
}
.contain-model3-content {
    width:1200px;
    margin:0 auto;
    padding-top:44px;
    box-sizing: border-box;
}
.model3-list {
    width:225px;
    height:538px;
    display: inline-block;
    margin-right:10px;
    cursor: pointer;
    background-size:100% 100%;
    transition: .5s all ease;
}
.model3-list:hover {
    transform: translateY(-10px);
}
.model3-list:last-child {
    margin:0;
}
.model3-list-title {
    padding:18px 41px;
    box-sizing: border-box;
}
.model3-title-text {
    font-family: SourceHanSansSC-Bold;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: left;
}
.model3-list-content {
    padding:18px 10px 28px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: calc(100% - 64px);
}
.model3-content-title {
    font-family: SourceHanSansSC-Regular;
    padding:19px 0 8px;
    box-sizing: border-box;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 29px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: left;
}
.model3-content-dataList {
    flex:1;
}
.subject-data {
    /*padding-top:12px;*/
    /*box-sizing: border-box;*/
}
.subject-text {
    font-family: SourceHanSansSC-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #ffffff;
    padding-top:12px;
    box-sizing: border-box;
    opacity: 0.8;
    text-align: left;
}
.model3-content-btn {
    width: 180px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 20px;
    font-family: SourceHanSansSC-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height:40px;
    letter-spacing: 0px;
    color: #545454;
    text-align: center;
}
.model3-content-btn a {
    width:100%;
    height:100%;
    display: block;
}
.model3-content-btn a:hover {
    color:#545454;
}
/* 模块四 */
.contain-model4{
    width:100%;
    height:890px;
    padding-top:50px;
    box-sizing: border-box;
    background-image: url("../images/bg-top.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left top;
}
.contain-model4-content {
    width:1150px;
    margin:0 auto;
    padding: 57px 0 0;
    box-sizing: border-box;
    height: 535px;
    background-image: url("../images/bg-center.jpg");
    background-size: 100% 476px;
    background-repeat: no-repeat;
    background-position: left 57px;
    position: relative;
}
.model-content4-list {
    width: 310px;
    height: 46px;
    background-color: #ffffff;
    border-radius: 23px;
    border: solid 2px #2e7ef4;
    font-family: SourceHanSansSC-Bold;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 44px;
    letter-spacing: 0px;
    text-align: center;
    color: #367cf2;
    cursor: pointer;
    position: absolute;
    bottom:77px;
}
.model-content4-list:hover {
    background-color: #ee483e;
    border-radius: 23px;
    border: solid 2px #ee483e;
    font-family: SourceHanSansSC-Bold;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    color: #ffffff;
}
.model-content4-list-two {
    right: 29px;
    bottom: 154px;
}
.model-content4-list-free {
    left: 84px;
    /* top: 233px; */
    bottom: 215px;
}
.model-content4-list-fouth {
    right: 135px;
    top: 195px;
    bottom: 0;
}
.model-content4-list-find {
    left: 155px;
    top: 111px;
    bottom: 0;
}
/*  模块五  */
.contain-model5 {
    width: 100%;
    height: 862px;
    padding:101px 0 80px;
    box-sizing: border-box;
    background-color: #272c32;
}
.contain-model5-content {
    max-width:1320px;
    /*width:1200px;*/
    margin:0 auto;
    padding-top: 60px;
    box-sizing: border-box;
    position: relative;
}
#modee5-swiper-container {
    width:1200px;
    margin:0 auto;
}
.model5-swiper {
    position: relative;
}
.swiper-container-text {
    position: absolute;
    left:15px;
    bottom: 28px;
}
.container-text-name {
    font-family: SourceHanSansSC-Bold;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: left;
}
.container-data {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.container-line {
    width: 3px;
    height: 42px;
    background-color: #ffffff;
    border-radius: 2px;
    margin-right:10px;
    display: block;
}
.container-content {
    flex:1;
    display: flex;
    flex-direction: column;
    padding-right: 28px;
    box-sizing: border-box;
}
.container-text {
    font-family: SourceHanSansSC-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #ffffff;
    padding-bottom:5px;
    box-sizing: border-box;
    text-align: left;
}
.contain-model5 .bottom-btn {
    box-shadow: none;
}
.contain-model5 .swiper-slide img{
    border-radius:20px;
    display: block;
}
.swiper-btn:active,.swiper-btn:focus {
    outline: none;
}
.model5-swiper-prev {
    position: absolute;
    left:0;
    top:50%;
    z-index:6;
    cursor: pointer;
    margin-top:-29px;
}
.model5-swiper-next {
    position: absolute;
    right:15px;
    top:50%;
    z-index:6;
    cursor: pointer;
    margin-top:-29px;
}
/* 模块六样式 */
.contain-model6 {
    padding:104px 0 95px;
    box-sizing: border-box;
}
.contain-model6-content .nav {
    display: flex;
    height: 45px;
    justify-content: center;
    flex-shrink: 0;
}
.contain-model6-content {
    width:100%;
    min-width:1200px;
    max-width:1920px;
    /*height:700px;*/
    padding-top:60px;
    box-sizing: border-box;
}
.contain-model6-content .nav .sec06-pagination {
    width: 934px;
    height: 45px;
    border-radius: 23px;
    border: solid 2px #2e7ef4;
    line-height:40px;
    /*width: 871px;*/
    /*height: 38px;*/
    /*line-height: 38px;*/
    /*box-sizing: border-box;*/
    /*border: 2px solid #5870fe;*/
    /*border-radius: 38px;*/
    margin: 0 auto;
    display: flex;
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    /*line-height: 26px;*/
    letter-spacing: 0px;
    color: #666666;
    grid-template-columns: repeat(9, 11.1%);
    grid-template-rows: 100%;
    padding: 0;
    text-align: center;
    cursor: pointer;
}
.contain-model6-content .nav .sec06-pagination li {
    flex:1;
}
/*.contain-model6-content .nav .sec06-pagination .swiper-pagination-bullet {*/
    /*width: 96px;*/
    /*padding: 0 20px;*/
    /*height: 38px;*/
    /*line-height: 38px;*/
    /*text-align: center;*/
    /*cursor: pointer;*/
    /*font-size: 22px;*/
    /*background: transparent;*/
    /*color: #666666;*/
    /*opacity: 1;*/
/*}*/
.contain-model6 .swiper-wrapper {
    padding-top: 30px;
}
.contain-model6-content .nav .cur {
    background-color: #2e7ef4;
    border-radius: 34px;
    color: #fff;
    position: relative;
    top: 0;
    left: 0;
}
.contain-model6 .swiper-btn.swiper-prev {
    left: 0;
}
.contain-model6 .swiper-btn {
    position: absolute;
    width: 51px;
    height: 51px;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    z-index: 9;
}
.contain-model6 .swiper-btn.swiper-next {
    right: 0;
}
.swiper-btns {
    width: 1200px;
    height: 700px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 74px;
}
.contain-model6 .swiper-wrapper .gif-box {
    width: 1000px;
    height: 700px;
    display: grid;
    grid-template-columns: repeat(4, 250px);
    grid-template-rows: repeat(3, 233px);
    margin: 0 auto;
}
.contain-model6 .swiper-wrapper .gif-box .item {
 width:100%;
}
.contain-model6 .swiper-slide {
    opacity: .3;
    width:1000px;
}
.contain-model6 .swiper-slide-active {
    opacity: 1;
}
.contain-model6 .swiper-wrapper .gif-box .item img {
    width: auto;
    height: 100%;
    display: block;
}
/* 模块七样式  */
.contain-model7-content {
    width:1200px;
    margin:0 auto;
}
.model7-image {
    width:1210px;
    height:336px;
    margin:0 auto;
    display: block;
}
/*  模块8样式  */
.contain-model8 {
    padding:80px 0 70px;
    box-sizing: border-box;
}
.contain-model8-content {
    width:1200px;
    margin:0 auto;
    padding-top:60px;
    font-size:0;
    box-sizing: border-box;
}
.model8-list {
    width:272px;
    height:110px;
    margin-right:37px;
    margin-bottom:30px;
    display: inline-block;
    padding:10px 0 0 10px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
.model8-list:nth-of-type(4n) {
    margin-right:0;
}
.model8-list:nth-of-type(4+n) {
    margin-bottom:0;
}
.model8-list:hover .model8-list-img{
    transform: translate(-9px, -9px);
    /*transform: translateX(-10px);*/
}
.model8-list-img {
    width: 262px;
    height: 100px;
    display: block;
    transition: all .5s ease;
}
.model8-list-text {
    position: absolute;
    left:0px;
    top:0px;
    width: 262px;
    height: 100px;
    border-radius: 10px;
    text-align: center;
    border: solid 1px #f69b2d;
}
.model8-list-data {
    font-family: SourceHanSansSC-Bold;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 100px;
    letter-spacing: 0px;
    color: #ffffff;
}
/* 模块9样式 */
.contain-model9 {
    width:100%;
    height:1101px;
    padding-top:86px;
    box-sizing: border-box;
    background-image:url("../images/con09-bg1.png");
    background-size:100% 584px;
    background-repeat: no-repeat;
    background-position: left top;
}
.contain-model9-content {
    width:100%;
    height:929px;
    background-image:url("../images/con09-bg2.png");
    background-size:100% 517px;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.contain-model9-container {
    width:1200px;
    margin:0 auto;
    padding:110px 0;
    font-size:0;
    box-sizing: border-box;
}
.model9-list {
    width: 585px;
    height: 218px;
    display: inline-block;
    padding:17px 22px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 0px 50px 0px 50px;
    margin-right:30px;
    margin-bottom: 30px;
}
.model9-list:nth-of-type(2n) {
    margin:0;
}
.model9-list:nth-of-type(2+n) {
    margin:0;
}
.model9-title-data {
    width:415px;
    height:63px;
    background-size:100% 100%;
    padding-left:77px;
    padding-top:28px;
    box-sizing: border-box;
    background-image: url("../images/con09-ask.png");
}
.model9-data {
    font-family: SourceHanSansSC-Bold;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #402a10;
}
.model9-title-text {
    width:540px;
    height:68px;
    margin-top:30px;
    background-size:100% 100%;
    padding:10px 20px 0 88px;
    box-sizing: border-box;
    background-image: url("../images/con09-answer.png");
}
.model9-text {
    font-family: SourceHanSansSC-Light;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #402a10;
    text-align: left;
    display: block;
}

/* 模块10样式 */
.contain-model10 {
    padding:110px 0 40px;
    box-sizing: border-box;
}
.contain-model10-content {
    width:1260px;
    margin:0 auto;
    overflow: hidden;
    padding:68px 0 35px;
    box-sizing: border-box;
}
.model10-list {
    width: 397px;
    height: 248px;
    /*overflow: hidden;*/
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.model10-list-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:100%;
    height:100%;
}
.model10-img {

}
.model10-list:nth-of-type(3n):after {
    width:0;
}
.model10-text {
    font-family: SourceHanSansSC-Bold;
    font-size: 26px;
    padding-top:26px;
    box-sizing: border-box;
    font-weight: bold;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #24324f;
}
.model10-list:after {
    content:'';
    width: 1px;
    height: 100px;
    background-color: #d3dbe4;
    position: absolute;
    right:0;
    top:74px;
}
.model10-list-active-body {
    width: 100%;
    height: 248px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(91deg,
    #fd5c1e 0%,
    #fc9e28 100%),
    linear-gradient(
            #83d0e5,
            #83d0e5);
    background-blend-mode: normal,
    normal;
    box-shadow: 9px 12px 20px 0px
    rgba(253, 100, 31, 0.3);
    border-radius: 16px;
    /*transform: translateY(10px);*/
    /*opacity: .5;*/
    transition: all .5s ease;
    position: absolute;
    left: 0;
    top: 248px;
    opacity: 0;
}
.model10-list-active-body .model10-text{
    color: #ffffff;
}
.model10-list:hover .model10-list-active-body{
    opacity: 1;
    transform: translateY(-248px);
}
.model10-list:hover::after{
    width:0;
    height:0;
}
.contain-model10-bottom {
    margin-top:0;
}
/* 模块11样式  */
.contain-model11-content {
    width:1200px;
    margin:13px auto 63px;
    height:306px;
    background-image: url("../images/liuzi.png");
    background-size:100% 100%;
}
.mode111-content-data {
    display: flex;
    padding-top:172px;
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.model11-input {
    border:none;
    width: 444px;
    height: 60px;
    background-color: #ffffff;
    padding:18px 21px;
    box-sizing: border-box;
    border-radius: 10px 0px 0px 10px;
    font-family: AlibabaPuHuiTiL;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 29px;
    letter-spacing: 0px;
    color: #333;
}
.model11-input::placeholder {
    font-family: AlibabaPuHuiTiL;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 29px;
    letter-spacing: 0px;
    color: #808080;
}
.model11-text {
    width: 316px;
    height: 60px;
    background-color: #ffc85d;
    border-radius: 0px 10px 10px 0px;
    font-family: AlibabaPuHuiTiM;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;
    color: #221a0e;
    text-align: center;
    cursor: pointer;
}

#demand {
    background-color: #3020cd;
    color: #fff;padding-top: 40px;
  }
  #demand .title {
    margin-bottom: 70px;
  }
  #demand .content {
    height: 865px;
    justify-content: space-between;
    align-content: space-between;
  }
  #demand .wrapper {
    width: 520px;
    height: 410px;
    background-color: #4231ec;
    border-radius: 20px;
    text-align: justify;
    padding: 0 30px;
  }
  #demand .wrapper .sectitle {
    margin-top: -5px;
  }
  #demand .wrapper .diagram {
    text-align: center;
  }
  #demand .wrapper .description {
    font-size: 16px;
    line-height: 28px;
    margin: 20px 0;
  }
  #demand .wrapper .description [b] {
    color: #1efffc;
  }
  #demand .wrapper:nth-child(3n+1) .description [b] {
    color: #ffe43b;
  }
  
  .container {
    width:1200px;
    max-width: 1920px;
    min-width: 1200px;
    margin:0 auto;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 0;
}  
.topbox{width: 1200px; margin:0px auto;overflow: hidden;padding: 15px 0;}
.topbox img{float: left;}
.topbox .z_header_nav{float: right;}
.z_header_nav ul li{float: left; width:120px;font-size: 18px; text-align: center; line-height: 60px;}
.z_header_nav ul li a{color: #000;}
.active{background-color: #2d298b;color: #fff;}
.active a{color: #fff !important;}
li{list-style: none;}



