.banner-wrap {
    /* background: url(../images/main/banner.png) no-repeat; */
    /* background-size: 100% 856px; */
    background-color: #FAFBFC;
}

/* 下载与登录 */
.f-down-login {
    width: 1200px;
    margin: 76px auto 0;
    padding: 50px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.f-down-left {
    width: 800px;
    margin-top: 20px;
}

.f-down-stitle {
    margin: 20px 0 20px;
}

.f-down-block {
    display: flex;
    margin-bottom: 30px;
}

.f-block-item {
    width: 160px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 30px;
}

.block-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.block-desc {
    color: #1e314d;
}

.f-down {
    display: flex;
    position: absolute;
    left: 0;
    bottom: -60px;
}

.f-down .f-down-item {
    width: 160px;
    padding: 15px 20px;
    background: #F8F9FB;
    box-shadow: 0px 2px 12px #D7DBDF;
    margin-right: 30px;
    cursor: pointer;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    position: relative;
}

.f-er-code {
    position: absolute;
    width: 150px;
    height: 150px;
    bottom: -160px;
}

.f-down-item .before-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
}

.f-login-right {
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    width: 400px;
    height: 479px;
    position: absolute;
    right: 0;
    bottom: 150px;
}

.f-login-main {
    padding: 32px 40px;
    /* background: #fff; */
    border-radius: 3px;
    /* -webkit-box-shadow: rgb(0 0 0 / 10%) 0 0 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%); */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #5e6c84;
}

.f-form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.f-form-title {
    color: #1e314d;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.f-form-stitle {
    margin-bottom: 16px;
    font-size: 14px;
    color: rgb(119, 119, 119);
    line-height: 40px;
}

.f-form .f-next {
    width: 100%;
    padding: 9px 12px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #0052cc;
    border-radius: 3px;
    cursor: pointer;
}

.pwd-input, .pwd-input-reset, .pwd-input-validate {
    margin-top: 20px;
}

.input-wrap {
    width: 100%;
    margin-bottom: 22px;
}

.el-input {
    height: 40px;
    line-height: 40px;
    border-width: 2px;

    -webkit-appearance: none;
    background-color: #FAFBFC;
    background-image: none;
    border-radius: 3px;
    border: 2px solid #dfe1e6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: var(--text-color-black);
    display: inline-block;
    outline: 0;
    padding: 0 6px;
    font-size: 14px;
    width: 100%;
}

.handle-btn {
    text-align: center;
    padding-top: 16px;
    margin-top: 15px !important;
    border-top: 1px solid #d5d8de;
    line-height: 20px;
}

.other-login {
    width: 100%;
    margin-top: 16px;
}

.other-btn {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    border-width: 0;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    font-style: normal;
    font-family: inherit;
    max-width: 100%;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background .1s ease-out 0s,-webkit-box-shadow .15s cubic-bezier(.47,.03,.49,1.38) 0s;
    transition: background .1s ease-out 0s,-webkit-box-shadow .15s cubic-bezier(.47,.03,.49,1.38) 0s;
    transition: background .1s ease-out 0s,box-shadow .15s cubic-bezier(.47,.03,.49,1.38) 0s;
    transition: background .1s ease-out 0s,box-shadow .15s cubic-bezier(.47,.03,.49,1.38) 0s,-webkit-box-shadow .15s cubic-bezier(.47,.03,.49,1.38) 0s;
    white-space: nowrap;
    cursor: pointer;
    padding: 0 10px;
    vertical-align: middle;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--text-color-gray)!important;
    height: 40px!important;
    line-height: 40px!important;
    background: #fff!important;
    -webkit-box-shadow: rgba(0,0,0,.2) 1px 1px 5px 0!important;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,.2)!important;
}

.other-login:before {
    display: block;
    color: #97a0af;
    content: "\6216";
    font-size: 11px;
    line-height: 1;
    margin-bottom: 16px;
    text-align: center;
    text-transform: uppercase;
}

.f-login-statement {
    text-align: center;
    margin-top: 24px;
}

.f-statement-button {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    color: #344563;
    padding: 8px 12px;
    font-size: 14px;
}

.back-view {
    cursor: pointer;
}

.input-wrap .user-name {
    position: relative;
}

.input-wrap .user-pwd {
    position: relative;
}

.user-name .tip, .user-pwd .tip {
    position: absolute;
    position: absolute;
    bottom: -20px;
    left: 0;
    color:#ff5630;
}

.is-error {
    border-color: #ff5630;
}

.verify-wrap {
    position: absolute;
    right: 5px;
    top: 30px;    
}

.enable-btn {
    color: #fff;
    background-color: #0052cc;
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
}

.disabled-btn {
    color: #a5adba;
    background: rgba(9,30,66,.04);
    padding: 8px 12px;
}

/* 已登录 */
.login-view {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.login-view .default-photo {
    width: 60px;
    height: 60px;
    display: block;
    margin-top: 30px;
}

.login-view .current-login-name {
    color: #1e314d;
    font-size: 24px;
    margin: 20px 0 80px;
}

.login-view .enter-system {
    background-color: #0252CC;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    cursor: pointer;
}

.login-view .login-status {
    margin: 30px 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-view .login-status .admin-icon {
    width: 18px;
    height: 18px;
    display: block;
    margin-right: 5px;
}

/* 轮播 */
.carousel {
    margin-top: 76px;
    height: 520px;
    overflow: hidden;
}
.el-carousel {
    overflow: hidden;
    overflow-x: hidden;
    position: relative;
    width: 100%;

}

  .el-carousel__container {
    width: 600%;
    position: relative;
   }
  
  .el-carousel .el-carousel__container .el-carousel__item {
    width: calc(100%/6);
    overflow: visible;
  }

  .el-carousel__item--card, .el-carousel__item.is-animating {
    transition: transform .4s ease-in-out;
  }
  
  .el-carousel .el-carousel__container .el-carousel__item .img_01 {
    width: 100%;
    height: 100%;
    background: url("../images/home/index_banner_1.png") no-repeat center center;
    background-size: 100% 100%;
  }
  
  .el-carousel .el-carousel__container .el-carousel__item .img_02 {
    width: 100%;
    height: 100%;
    background: url("../images/home/index-bg2.png") no-repeat center center; 
    background-size: 100% 100%;
  }

    .el-carousel .el-carousel__container .el-carousel__item .img_03 {
    width: 100%;
    height: 100%;
    background: url("../images/home/index-bg3.jpg") no-repeat center center; 
    background-size: 100% 100%;
  }  

  .el-carousel .el-carousel__container .el-carousel__item .img_02 .banner-02 {
    /* width: 100%;
    height: 100%;  */
  } 
  
  .el-carousel .el-carousel__container .el-carousel__item .img_04 {
    width: 100%;
    height: 100%;
    background: url("../images/home/index-bg4.jpg") no-repeat center center; 
    background-size: 100% 100%; 
  }
  
  .el-carousel .el-carousel__container .el-carousel__item .img_05 {
    width: 100%;
    height: 100%;
    background: url("../images/home/index-bg5.png") no-repeat center center;
    background-size: 100% 100%;   
  }

.el-carousel .el-carousel__container .el-carousel__item .img_06 {
    width: 100%;
    height: 100%;
    background: url("../images/home/index-bg6.jpg") no-repeat center center;
    background-size: 100% 100%;   
  }  

.el-carousel .el-carousel__container .el-carousel__item .img_07 {
    width: 100%;
    height: 100%;
    background: url("../images/home/index-bg7.png") no-repeat center center;
    background-size: 100% 100%;   
  }  
  
  .el-carousel .el-carousel__container .el-carousel__item .img_08 {
    width: 100%;
    height: 100%;
    background: url("../images/home/index-bg8.png") no-repeat center center;
    background-size: 100% 100%;   
  }
  
  .el-carousel .el-carousel__container .el-carousel__item .position-box {
    /*float: left;*/
    /*width: 55%;*/
  }
  
  .el-carousel .el-carousel__container .el-carousel__item .position-box .font-36 {
    font-size: 36px;
    line-height: 60px;
  }

  .el-carousel .el-carousel__container .el-carousel__item .position-box .font-60 {
    font-size: 60px;
    font-weight: bold;
    line-height: 60px;
  }  
  
  .el-carousel .el-carousel__container .el-carousel__item .position-box .font-36 img {
    vertical-align: top;
  }
  
  .el-carousel .el-carousel__container .el-carousel__item .position-box .linear-btn {
    width: 66px;
    height: 20px;
    line-height: 20px;
    border-radius: 2px;
    vertical-align: middle;
    margin-left: 5px;
  }
  
  .el-carousel .el-carousel__container .el-carousel__item .position-box .linear-btn .text-btn {
    font-size: 14px;
    line-height: 20px;
  }
  
  .el-carousel .el-carousel__container .el-carousel__item .position-box .font-18 {
    color: white;
    line-height: 36px;
    font-size: 18px;
  }
  
  .el-carousel .el-carousel__container .el-carousel__item .position-box .font-18 span {
    vertical-align: middle;
    opacity: 0.9;
  }
  
  .el-carousel .el-carousel__container .el-carousel__item .position-box .margin-10 {
    margin-top: 10px;
  }

.el-carousel .el-carousel__container .el-carousel__item .position-box .margin-40 {
    margin-top: 40px;
  }  
  
  .el-carousel .el-carousel__container .el-carousel__item .position-box .carousel-btn .carousel-btn-content {
    display: inline-block;
    width: 130px;
    height: 40px;
    margin-top: 50px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    background-image: linear-gradient(-90deg, #f26060 0%, #e72828 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( gradientType=1, startColorstr='#e72828', endColorstr='#f26060' );
    cursor: pointer;
  }

.el-carousel .el-carousel__container .el-carousel__item .position-box .carousel-btn .carousel-btn-content10 {
    display: block;
    width: 130px;
    height: 40px;
    margin-top: 50px;
    border-radius: 20px;
    text-align: center;
    color: #5496FF;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    background-color: #fff;
    cursor: pointer;
  }  

  .el-carousel .el-carousel__container .el-carousel__item .position-box .carousel-btn .carousel-btn-content10:hover{
    color: #5496FF;
    box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.1);
  } 
.el-carousel .el-carousel__container .el-carousel__item .position-box .carousel-btn .carousel-btn-content10 a:hover{
    color: #5496FF;
  }   
  
  .el-carousel .el-carousel__container .el-carousel__item .position-box .carousel-btn .carousel-btn-bg {
    background-color: #4c5167;
    background-image: none;
  }
  
  .el-carousel .el-carousel__container .el-carousel__item .position-box-center {
    /* left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; */
  }
  
  .el-carousel .el-carousel__container .el-carousel__item .position-box-center .carousel-btn {
    margin: 0px auto 0;
  }
  
  .el-carousel .download-btn {
    display: inline-block;
    height: 40px;
    width: 350px;
    line-height: 40px;
    color: #ffa128;
    cursor: pointer;
    margin-left: 10px;
    position: relative;
    text-decoration: underline;
  }
  
  .el-carousel .download-btn .download-content {
    padding: 5px;
    background-color: white;
    width: 255px;
    position: absolute;
    top: 0;
    left: 90px;
    z-index: 100;
    transform: translate(0, -35%);
    border-radius: 3px;
    display: none;
  }
  
  .el-carousel .download-btn .download-content img {
    display: block;
    width: 120px;
    height: 120px;
  }
  
  .el-carousel .download-btn .download-content .download-content-item {
    display: inline-block;
    text-align: center;
    line-height: 25px;
  }
  
  .el-carousel .download-btn .download-content .download-content-item .download-content-item-btn {
    background-image: linear-gradient(-90deg, #f26060 0%, #e72828 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( gradientType=1, startColorstr='#e72828', endColorstr='#f26060' );
    cursor: pointer;
    width: 80px;
    height: 25px;
    border-radius: 12.5px;
    color: white;
    margin: 0 auto;
    margin-top: 5px;
    font-size: 12px;
  }
  
  .el-carousel .download-btn .download-content .download-content-item .download-content-item-common {
    color: #999;
    font-size: 12px;
    margin-top: 5px;
  }
  
  .el-carousel .download-btn .download-content:hover {
    display: block;
  }
  
  .el-carousel .download-btn:hover .download-content {
    display: block;
  }
  
.el-carousel .banner-01 {
    position: absolute;
    float: right;
    width: 700px;
    margin-top:90px;
  }

.el-carousel .banner-02 {
    position: absolute;
    float: right;
    width: 82%;
    right: -14%;
    margin-top: -84px;
  }

.el-carousel .banner-03 {
    position: absolute;
    float: right;
    width: 55%;
    bottom: -170px;
    right: -7%;
  }

.el-carousel .banner-04 {
    position: absolute;
    float: right;
    width: 55%;
    right: -7%;
  }

.el-carousel .banner-05 {
    position: absolute;
    float: right;
    width: 55%;
    bottom: -98px;
    right: -7%;
  }

  .el-carousel .banner-06 {
    position: absolute;
    float: right;
    width: 30%;
    bottom: -151px;
    right: 0;
  }

  .el-carousel .banner-07 {
    position: absolute;
    float: right;
    width: 45%;
    right: 0;
  }
  
  .el-carousel .banner-08 {
    position: absolute;
    float: right;
    width: 684px;
    margin-top:0px;
    right: -160px;
  }

  .banner-desc {
      font-size: 15px;
      margin-top: 20px;
      line-height: 25px;
  }

  .el-carousel__item.is-active {
    z-index: 2;
  }

  .el-carousel__item {
    width: calc(100%/6);
    /* display: inline-block; */
    float: left;
    overflow: hidden;
    z-index: 0;
    height: 100%;
    top: 0;
    left: 0;
    position: relative; 
}

.tiaoactive {
    opacity: 1 !important;
}

.el-carousel .el-carousel__container .el-carousel__item .position-box .font-36 {
    font-size: 36px;
    line-height: 60px;
}

.el-carousel .el-carousel__container .el-carousel__item .position-box .font-24 {
    font-size: 20px;
}

.el-carousel .el-carousel__container .el-carousel__item .position-box .font-45 {
    font-size: 42px;
    line-height: 60px;
}


.el-carousel .el-carousel__container .el-carousel__item .position-box .linear-btn {
    width: 66px;
    height: 20px;
    line-height: 20px;
    border-radius: 2px;
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer;
    border-radius: 18px;
    overflow: hidden;
    width: 130px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
}

.el-carousel__indicators {
    position: absolute;
    list-style: none;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    z-index: 2;
}

.el-carousel__indicator {
    display: inline-block;
    background-color: transparent;
    padding: 12px 4px;
    cursor: pointer;
    opacity: .48;
}

.el-carousel__button {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    transition: .3s;
}

 /* 轮播图下方内容  */
.advantage {
    width: 100%;
    height: 140px;
    background-color: #f7f7fa;
}

.advantage .advantage-list {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.advantage .advantage-list .advantage-item {
    width: 25%;
    height: 100%;
    text-align: left;
    float: left;
    overflow: hidden;
    border-left: 1px solid hsla(240,3%,87%,.5);
    cursor: pointer;
}

.advantage .advantage-list .advantage-item .a-blank {
    padding: 32px 50px;
}

.advantage .advantage-list .advantage-item-title.hot {
    position: relative;
}

.advantage .advantage-list .advantage-item-title {
    font-size: 22px;
}

.advantage .advantage-list .advantage-item-title.hot:after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: "\5F00\6E90\4E0B\8F7D";
    width: 64px;
    height: 18px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #0252CC;
    border-radius: 2px;
    display: block;
}

.advantage .advantage-list .advantage-item:first-child .advantage-item-desc {
    color: #000;
}
.advantage .advantage-list .advantage-item-desc {
    margin-top: 8px;
    font-size: 14px;
    line-height: 26px;
    color: #777;
}

.a-blank {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.advantage .advantage-list .advantage-item-title.yunhot:after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: "\4E91\5E73\53F0";
    width: 64px;
    height: 18px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: linear-gradient(90deg,#e72828,#f36262);
    border-radius: 2px;
    display: block;
}

.advantage .advantage-list .advantage-item-title.yunhot {
    position: relative;
}

/* 贴心服务 */
.service {
    padding: 90px 0;
}

.base-title {
    width: 100%;
    text-align: center;
}

.service .list-box {
    padding: 20px 0;
    overflow: hidden;
    margin-top: 50px;
}

.service .list {
    width: 1180px;
    margin: 0 auto;
}

.service .list .list-item {
    width: 360px;
    height: 400px;
    float: left;
    text-align: center;
    padding-top: 46px;
    box-shadow: 0 4px 30px 0 hsla(0,0%,90%,.89);
    border-radius: 4px;
    margin-right: 50px;
}

.service .list .list-item .icon-pic {
    width: 100px;
}

.service .list .list-item .list-item-tit {
    font-size: 22px;
    line-height: 40px;
    margin-top: 20px;
}

.service .list .list-item .list-item-desc {
    width: 80%;
    font-size: 15px;
    line-height: 1.5;
    color: #777;
    margin: 10px auto 0;
}

.service .list .list-item .login-registration {
    cursor: pointer;
}
.service .list .list-item .list-item-btn {
    font-size: 16px;
    line-height: 36px;
    width: 120px;
    margin: 30px auto 0;
    color: #0252CC;
    border: 1px solid #0252CC;
    border-radius: 20px;
}

.service .list .list-item:last-child .list-item-btn {
    border-left: 0 none;
    border-right: 0 none;
    border-radius: initial;
    white-space: nowrap;
}

/* 核心功能 */
.service {
    padding: 90px 0;
}

.base-title {
    width: 100%;
    text-align: center;
}

.base-title .desc {
    font-size: 16px;
    line-height: 40px;
    color: #777;
}

.core-func {
    padding-bottom: 90px;
}

.core-func .tabs-nav {
    width: 54%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 50px;
    padding-left: 30px;
}

.core-func .tabs-nav .tabs-nav-item {
    width: 20%;
    float: left;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
}

.core-func .tabs-nav .tabs-nav-item.active span {
    color: #0252CC;
    border-color: #0252CC;
}

.core-func .tabs-nav .tabs-nav-item span {
    cursor: pointer;
    padding-bottom: 5px;
    border-bottom: 3px solid transparent;
}

.core-func .tabs-container {
    width: 1181px;
    margin: 0 auto;
    margin-top: 26px;
}

.core-func .tabs-container .tab {
    position: relative;
}

.core-func .tabs-container .tab .tab-mask {
    position: absolute;
    bottom: 0;
    transform: translateX(-30px);
    z-index: -1;
    width: 1260px;
    height: 320px;
    background-color: #f2f3f5;
    border-radius: 4px;
}

.core-func  .tabs-container .tab .tab-content {
    width: 1200px;
    height: 460px;
    background-color: #f7f7fa;
    border-radius: 6px;
    padding-top: 50px;
    overflow: hidden;
}

.core-func .tabs-container .tab .tab-content .left {
    width: 50%;
    float: left;
    padding: 0 78px 0 137px;
}

.core-func .tabs-container .tab .tab-content .left .pic {
    width: 406px;
}

.core-func .tabs-container .tab .tab-content .right {
    width: 50%;
    float: left;
    padding-top: 40px;
}

.core-func .tabs-container .tab .tab-content .right .tit {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 30px;
}

.core-func .tabs-container .tab .tab-content .right .desc {
    line-height: 36px;
}

.core-func .tabs-container .tab .tab-content .right .info-box {
    margin-top: 20px;
}

.core-func .tabs-container .tab .tab-content .right .info-box .info {
    color: #777;
    line-height: 36px;
}

/* 部署方式 */
.ways {
    width: 100%;
    height: 650px;
    padding: 60px 0;
    background: url(../images/home/section-03-bg.jpg) no-repeat 50%;
}

.ways .base-title .title {
    color: #fff;
}

.base-title .title {
    font-size: 36px;
    line-height: 50px;
    color: var(--text-color-black);
}

.base-title .desc {
    font-size: 16px;
    line-height: 40px;
    color: #777;
}

.ways .list {
    width: 1216px;
    margin: 40px auto 0;
    padding-left: 18px;
    overflow: hidden;
}

.ways .list .list-item {
    float: left;
    width: 286px;
    height: 350px;
    background-color: #fff;
    text-align: center;
    border-radius: 4px;
    margin-right: 170px;
    padding: 50px 45px 0;
}

.ways .list .list-item .pic {
    width: 130px;
}

.ways .list .list-item .tit {
    font-size: 18px;
    line-height: 40px;
    color: #0252CC;
    margin-top: 10px;
    text-align: center;
}

.ways .list .list-item .desc {
    line-height: 26px;
    color: #777;
    margin-top: 5px;
    width: 100%;
    text-align: left;
}

.ways .list .list-item:last-child {
    margin-right: 0;
}

/* 服务体系 */
.service-system {
    padding: 80px 0 0;
    background-color: #f7f7fa;
}

.service-system .container {
    overflow: hidden;
    width: 1280px;
    margin: 0 auto;
    margin-top: 50px;
}

.service-system .container .left {
    float: left;
    width: 50%;
    text-align: right;
}

.service-system .container .left .left-pic {
    width: 668px;
}

.service-system .container .right {
    float: left;
    width: 50%;
    padding-left: 50px;
}

.service-system .container .right .right-item {
    margin-bottom: 40px;
}

.service-system .container .right .right-item .tit {
    font-size: 22px;
    line-height: 40px;
}

.service-system .container .right .right-item .tit .icon {
    width: 36px;
    margin-right: 10px;
    vertical-align: middle;
    margin-bottom: 5px;
}

.service-system .container .right .right-item .desc {
    font-size: 16px;
    line-height: 40px;
    color: #777;
    padding-left: 54px;
}

/* 悟空资讯 */
.news {
    padding: 80px 0 90px;
}

.news .container {
    height: 560px;
    overflow: hidden;
    width: 1240px;
    padding-left: 28px;
    margin: 60px auto 0;
}

.news .container .left {
    width: 520px;
    height: 530px;
    margin-right: 42px;
    background-color: #f7f7fa;
    float: left;
}

.news .container .left .tit {
    padding: 0 20px;
    line-height: 60px;
    font-size: 18px;
}

.news .container .left .knowledge-img {
    width: 520px;
    display: inline-block;
    height: 332px;
}

.news .container .left .pic {
    width: 100%;
}

.news .container .left .news-tit {
    width: 100%;
    height: 24px;
    font-size: 24px;
    padding: 0 20px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.news .container .left .news-desc {
    padding: 0 20px;
    font-size: 16px;
    line-height: 40px;
    color: #777;
}

.news .container .left .news-footer {
    padding: 0 20px;
    margin: 5px 0;
    line-height: 40px;
    overflow: hidden;
}

.news .container .left .news-footer .time {
    color: #777;
    float: left;
}

.news .container .left .news-footer .more {
    float: right;
    color: #0252CC;
    font-size: 16px;
    cursor: pointer;
}

.news .container .right {
    width: 638px;
    height: 530px;
    padding: 0 30px;
    background-color: #f7f7fa;
    float: left;
}

.news .container .right .box {
    width: 600px;
    height: 50%;
}

.news .container .right .box .box-tit {
    padding: 20px 0;
    font-size: 18px;
}

.news .container .right .box .box-content {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
}

.news .container .right .box .box-content .box-pic-div {
    float: left;
}

.news .container .right .box .box-content .box-pic {
    width: 270px;
    display: block;
}

.news .container .right .box .box-content .list {
    float: left;
    height: 100%;
}

.news .container .right .box .box-content .list .item {
    width: 95%;
    padding-left: 26px;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
    overflow: hidden;
}

.news .container .right .box .box-content .list .item news-lone {
    width: 248px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.news .container .right .box .box-content .list .more {
    width: 95%;
    line-height: 18px;
    font-size: 14px;
    color: #0252CC;
    text-align: right;
    margin-top: 10px;
    cursor: pointer;
}
.news .container .right .box .box-content .list .item .marker {      
	 width: 5px;      
	 height: 5px;      
	 border-radius: 100px;      
	 background-color: #0252CC;
	 line-height:35px;
	 margin:12px 8px 0 0;
}
.news .container .right .box .box-content .list .item .news-date {
    float: right;
}

.news .container .right .box {
    width: 600px;
    height: 50%;
}

.news .container .right .box .box-tit {
    padding: 20px 0;
    font-size: 18px;
}

.news .container .right .box:last-child .box-content {
    border-bottom: 0 none;
}
.news .container .right .box .box-content {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
}

.news .container .right .box .box-content .box-pic-div {
    float: left;
}

.news .container .right .box .box-content .box-pic {
    width: 270px;
    display: block;
}

.news .container .right .box .box-content .list {
    float: left;
    height: 100%;
	width:100%;
}





/* 弹框 */
.online-experience {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(33, 38, 49, 0.4);
    z-index: 99;
  }
  
  .online-experience .text-box {
    width: 600px;
    height: 540px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    text-align: center;
    padding: 40px 90px 0;
  }
  
  .online-experience .text-box .experience {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  
  .online-experience .text-box .close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 9;
    cursor: pointer;
  }
  
  .online-experience .text-box .title {
    font-size: 20px;
    color: #111;
    margin-bottom: 7px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    margin-top: 27px;
  }
  
  .online-experience .text-box .text {
    font-size: 16px;
    line-height: 30px;
    color: #999;
    margin-bottom: 36px;
  }
  
  .online-experience .text-box .text-btn {
    font-size: 18px;
    color: #fff;
  }
  
  .online-experience .text-box .el-icon-close {
    float: right;
    font-size: 26px;
    color: #7a8599;
    padding: 23px 19px 0 0;
    cursor: pointer;
    margin-top: -60px;
  }
  
  .online-experience .text-box .apply-closed-btn {
    margin-top: 15px;
    width: 100%;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
  }
  
  .online-experience .text-box .apply-closed-btn a {
    width: 100%;
    height: 100%;
    display: inline-block;
  }
  
  .online-experience .form-box .code {
    text-align: left;
  }
  
  .online-experience .form-box .code .el-input {
    width: 290px;
    vertical-align: middle;
  }
  
  .online-experience .form-box .code .linear-btn {
    float: right;
    width: 100px;
    height: 38px;
    line-height: 38px;
    margin-top: 3px;
    vertical-align: middle;
    border-radius: 4px;
  }
  
  .online-experience .form-box .code .linear-btn .text-btn {
    font-size: 14px;
  }
  
  .online-experience .form-box .code .linear-btn-def .text-btn {
    background: #e5e5e5;
    color: #b4b4b4;
  }
  
  .online-experience .form-box .code .verification {
    float: right;
    width: 100px;
    padding: 0 17px;
    position: relative;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    margin-top: 3px;
  }
  
  .online-experience .form-box .code .verification span {
    display: inline-block;
    width: 25%;
    text-align: center;
    color: #75554f;
    font-size: 16px;
    font-weight: bold;
  }
  
  .online-experience .form-box .code .verification .code-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  
  .online-experience .form-box .code .el-form-item {
    margin-bottom: 19px;
  }
  
  .online-experience .form-box .prefix-img .el-input__inner {
    padding-left: 40px;
  }
  
  .online-experience .form-box .el-input img {
    vertical-align: middle;
    margin-left: 10px;
  }
  
  .online-experience .text-box-two {
    width: 580px;
    height: 500px;
  }
  
  .online-experience .text-box-two .title {
    margin-bottom: 30px;
  }

  *, :after, :before {
    box-sizing: border-box;
}

  .el-form-item:after, .el-form-item:before {
    display: table;
    content: "";
}

.el-form-item__content {
    line-height: 40px;
    position: relative;
    font-size: 14px;
}

.el-form-item__content:before {
    display: table;
    content: "";
}

.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

input::-webkit-input-placeholder{
    font-size: 14px;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    font-size: 14px;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    font-size: 14px;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    font-size: 14px;
}

.online-experience .form-box .prefix-img .el-input__inner {
    padding-left: 40px;
}
.el-input--prefix .el-input__inner {
    padding-left: 30px;
}
.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
input, textarea {
    color: #666;
}
button, input, textarea {
    font: inherit;
    margin: 0;
    padding: 0;
    color: inherit;
    border-style: none;
    outline-style: none;
    background: 0 0;
    -webkit-appearance: none;
}
input, select {
    vertical-align: middle;
}

.el-input__prefix {
    left: 5px;
    transition: all .3s;
}
.el-input__prefix, .el-input__suffix {
    position: absolute;
    top: 0;
    -webkit-transition: all .3s;
    height: 100%;
    color: #c0c4cc;
    text-align: center;
}

.online-experience .form-box .el-input img {
    vertical-align: middle;
    margin-left: 10px;
}

.el-form-item__content:after {
    clear: both;
}
.el-form-item__content:after, .el-form-item__content:before {
    display: table;
    content: "";
}

.el-form-item:after {
    clear: both;
}
.el-form-item:after, .el-form-item:before {
    display: table;
    content: "";
}

.el-form-item {
    margin-bottom: 22px;
  }

  .online-experience .form-box .code .linear-btn {
    float: right;
    width: 100px;
    height: 38px;
    line-height: 38px;
    margin-top: 3px;
    vertical-align: middle;
    border-radius: 4px;
}
.linear-btn {
    cursor: pointer;
    border-radius: 18px;
    overflow: hidden;
    width: 130px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
}

.online-experience .form-box .code .linear-btn .text-btn {
    font-size: 14px;
}
.online-experience .text-box .text-btn {
    font-size: 18px;
    color: #fff;
}
.linear-btn .text-btn {
    font-size: 16px;
    height: 100%;
    background-image: linear-gradient(90deg,#e72828,#f36262);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1,startColorstr="#E72828",endColorstr="#F36262");
}


.online-experience .text-box .apply-closed-btn {
    margin-top: 15px;
    width: 100%;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
}
.linear-btn {
    cursor: pointer;
    border-radius: 18px;
    overflow: hidden;
    width: 130px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
}

.online-experience .text-box .text-btn {
    font-size: 18px;
    color: #fff;
}
.linear-btn .text-btn {
    font-size: 16px;
    height: 100%;
    background-image: linear-gradient(90deg,#e72828,#f36262);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1,startColorstr="#E72828",endColorstr="#F36262");
}

.online-experience .form-box .code .verification span {
    display: inline-block;
    width: 25%;
    text-align: center;
    color: #75554f;
    font-size: 16px;
    font-weight: 700;
}




/* 新增部分 */

.ding-btn {
    display: inline-block;
    width: 108px;
    height: 24px;
    background:rgba(255,255,255,1);
    box-shadow:0px 1px 8px 0px rgba(186,186,198,0.65);
    border-radius:12px;
    color: #111111;
    font-size: 12px;
    line-height: 24px;
    text-align: right;
    position: relative;
    top: -2px;
    margin-left: 10px;
}

.ding-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url('../images/home/ding_icon.png') no-repeat center left;
    background-size: cover;
    position: relative;
    top: 3px;
    left: -2px;
    margin-left: 0;
    vertical-align: top;
}


.carouse-center {
    position: absolute;
    top: 76px;
    left: 0;
    color: #fff;                        
}

.center-layout {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    right: 0;
    bottom: 0;
}

/* 我们的产品 */

.us-product {
    width: 100%;
    padding-top: 60px;
}

.p-tab-box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.red-tip {
    width: 0%;
    height: 4px;
    padding-bottom: 25px;
    transition: width 1s;
    
}

.p-tab-box .pactive {
    display: block;
    width: 100%;
    margin: 0 auto;
    border-bottom: 4px solid #0252CC;
}

.p-tab-box .pcolor {
    color: #0252CC;
}

.p-tab-item {
    width: 150px;
    text-align: center;
    margin-right: 60px;
    cursor: pointer;
}

.p-tab-item:nth-child(6) {
    margin-right: 0;
}

.p-tab-pic {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.p-tab-title {
    font-size: 18px;
    color: #111111;
}

.p-content {
    width: 100%;
    background: #FAFAFC;
}

.middle-content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px; 
    overflow: hidden;
}

.mcontent {
    opacity: 0;
    animation: fade-in 1.3s ease-out 1 forwards;
    -webkit-animation: fade-in 1.3s ease-out 1 forwards;
    transition: all 0.8s ease 1s; 
}

@-webkit-keyframes fade-in {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }
  @-moz-keyframes fade-in {
    0% {
      opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }
  @-ms-keyframes fade-in {
    0% {
      opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }

.opacityactive {
    opacity: 1;
}

.p-left {
    width: 440px;
    margin-left: 25px;
    margin-right: 100px;
    margin-top: 20px;
}

.p-left-title {
    font-size: 30px;
    color: #111111;
    line-height: 90px;
}

.p-left-desc {
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    text-align: justify;
}

.p-btn {
    width: 110px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    background:linear-gradient(-90deg,rgba(239,60,60,1),rgba(244,112,112,1));
    border-radius: 16px;
    margin-top: 40px;
    cursor: pointer;
}

.p-try {
    display: block;
}

.client-item {
    /* overflow: hidden; */
    margin-bottom: 40px;
}

.client-title {
    font-size: 16px;
    color: #111111;
    line-height: 36px;
}

.client-info {
    margin-top: 20px;
}

.mac-andro {
    /* overflow: hidden; */
    margin-top: 12px;
}

.mac-box {
    width: 130px;
    height: 36px;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    margin-right: 20px;
    cursor: pointer;
}

.mac-title {
    color: #777777;
    font-size: 14px;
    display: inline-block;
    line-height: 36px;
}

.mac-pic {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 15px;
    margin-right: 5px;
}

.clearfix {
    clear: both;
    list-style: none;
}

.p-right-pic {
    width: 590px;
}

.client-right {
    padding-top: 14px;
}

.hover-mac, .hover-andrio {
    position: relative;
}

.mac-box:hover .mac-title {
    color: #0252CC;
}

.mac-box:hover {
    border: 1px solid #0252CC;
}

.wechat-img {
    width: 110px;
    height: 110px;
    position: absolute;
    bottom: 50px;
    left: 15px;
    z-index: 999;
    display: none;
    background: #fff;
    box-shadow: 0 1px 10px #bababa;
}

.mac1,.an1 {
    width: 100px;
    height: 100px;
    margin: 5px auto;
    display: block;
}

.fabu {
    margin-top: 40px;
}

.fa {
    width: 80px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.kaitong {
    width:120px;
    height:34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background:#0252CC;
    border-radius:20px;
    display: inline-block;
    margin-top: 40px;
    margin-right: 20px;
}

.kai-btn {
    display: block;
}

.alert-try {
    width:120px;
    height:34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #0252CC;
    color: #0252CC;
    border-radius:20px;
    display: inline-block;
    margin-top: 40px;
}

.alert-try:hover {
    background:#0252CC;
    color: #fff;
}

.kaiyuan {
    display: block;
}

/* our user */
.service-num {
    padding-top: 100px;
    width: 100%;
    height: 666px;
    background: url(../images/home/partners-bg.png) no-repeat center;
}

.user-btitle {
    font-size: 30px;
    color: #111111;
    text-align: center;
    line-height: 50px;
}

.user-stitle {
    font-size: 16px;
    color: #777777;
    text-align: center;
    line-height: 40px;
}

.users {
    display: block;
    margin: 50px auto;
}

.service {
    margin-top: -120px;
}

.kaiyuan {
    width: 120px;
    height: 34px;
    margin-top: -1px;
}

.pic-box {
    width: 1220px;
    display: block;
    margin: 50px auto;
}

.item-pcontainer {
    float: left;;
    box-shadow:0px 2px 18px 0px rgba(234,233,237,1);
    margin-right: 17.5px;
    background: #fff;
    margin-bottom: 30px;
}

.item-pcontainer:nth-child(5n) {
    margin-right: 0;
}

.item-pic {
    display: block;
}

.jianbian {
    font-family: Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    margin-left: 10px;
    float: left;
    /*background-image: -webkit-linear-gradient(left, #fff, #F9FBFE,#ACC6FD);*/
    background: -webkit-linear-gradient(0deg,#fff 50%,#ffffff 100%);
    background: -moz-linear-gradient(0deg,#fff 50%,#ACC6FD 100%);
    background: -o-linear-gradient(0deg,#fff 50%,#ACC6FD 100%);
    background: -ms-linear-gradient(0deg,#fff 50%,#ACC6FD 100%);
    background: linear-gradient(90deg,#fff 50%,#ACC6FD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.font_bottom-06{
    background: url("../images/home/font_bottom.png") no-repeat center center; 
}

.div-marker{
    font-family: Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    float: left;
}
.div-marker-m{
    font-family: Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    float: left;
    width: 20px;
    height: 20px;
    margin: 16px 0px 0px 10px;
}
.marker {   
    float: left;   
    width: 5px;      
    height: 5px;      
    background-color: #F9FBFE;      
    border-radius: 5px;
}

.carousel-btn .bk_icon{
	width:110px;
	float:left;
	margin-right:20px;
}

.carousel-btn .bk_icon .bk_img {
	width:72px;
	float:left;
}
.bk_carousel{
	width: 500px;
    height: auto;
    float: left;
	margin-top:15px;
}

.bk_img_icon {
	width: 14px;
    height: 16px;
    margin-top: -4px;
    margin-right: 4px;
}

.carousel-btn .bk_icon .bk_span{
	float:left;
	width:90px;
	text-align:center;
	margin-top:10px;
	font-size:18px;
	margin-left:-10px;	
}

 .carousel-btn-yellow {
    display: inline-block;
    height: 40px;
    margin-top: 30px;
    border-radius: 20px;
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 40px;
    background-image: linear-gradient(-90deg,#f26060,#e72828);
    cursor: pointer;
  }
  
   .carousel-btn-black {
    display: inline-block;
    width: 130px;
    height: 40px;
    margin-top: 30px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    /*background-color: #2d3237;*/
    cursor: pointer;
  }
  
  /* .carousel-btn-black:hover{
    color: #000;
    background-color: #FFDD00;
  } */

/* 最新改版css */
.module-type {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fff;
}

.three-type {
    width: 1200px;
    margin: 0 auto;
}

.module-btn {
    margin-top: 20px;
}

.module-btn .module-free {
    background-color: #0252CC;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    margin-right: 20px;
    border: 1px solid #0252CC;
    cursor: pointer;
}

.module-btn .module-demo {
    color: #0252CC;
    border: 1px solid #0252CC;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
}

.top-desc {
    color: #253858;
    font-size: 20px;
}

.title-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.extra-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.btn-group {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}

.free-use {
    padding: 15px 30px;
    background-color: #0252CC;
    border-radius: 3px;
    color: #fff;
    margin-bottom: 50px;
}

.app-btn {
    padding: 15px 30px;
    border: 1px solid #0252CC;
    color: #0252CC;
    border-radius: 3px;
    margin-bottom: 50px;
}

.computer-icon {
    width: 50%;
}

.block-top-desc {
    color: var(--text-color-gray);
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

.three-type .module-block {
    margin: 0 10px;
    width: 380px;
    background: linear-gradient(135deg, #F4F5F7 0%, #FFFFFF 100%);
    box-shadow: 0px 2px 12px 0px #D7DBDF;
    border-radius: 3px;
}

.module-block-top {
    margin-bottom: 10px;
    padding: 20px;
    margin-bottom: 5px;
    background: url(../images/main/why-bg.png) 100% 100% no-repeat;
}

.module-block-top .block-top-title {
    margin-bottom: 10px;
}

.module-block-main {
    background-color: #fff;
    padding: 30px 20px;
}

.module-block-main .block-main-item {
    text-align: center;
    border: 1px solid #DFE1E6;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 5px;
    margin-right: 7px;
    display: inline-block;
    color: #6B778C;
}

.preview-detail {
    
}

.preview-detail .detail {
    width: 100%;
    cursor: pointer;
    display: block;
    color: #fff;
    text-align: center;
    background-color: #0252CC;
    border-radius: 3px;
    padding: 10px;
    margin: 10px 0;
}

.top-pic {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 5px;
}

.main-pic {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
}

.block-main-item > span {
    color: var(--text-color-gray);
    font-size: 14px;
}



.big-btn {
    width: 100%;
    color: #fff !important;
    display: block;
    text-align: center;
    margin-top: 15px;
}

input {
    background-color: #fafbfc;
}

input:hover {    
    background-color: #ebecf0;
    border-color: #dfe1e6;
}

input:focus {
    border-color: #4c9aff !important;
    background-color: #fafbfc !important;  
}



/* 悟空资讯 */
.news-wrap {
    width: 100%;
    background-color: #FAFBFC;
    padding-top: 100px;
    padding-bottom: 100px;
}

.news-box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #fff;
    padding: 20px;
}

.news-block {
    width: 48%;
}

.news-box .line {
    width: 1px;
    height: 100%;
    background-color: #FAFBFC;
}

.news-head {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-more {
    color: #0252CC;
}

.news-head .news-more:hover .more {
    color: #0252CC !important;
}

.news-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.news-title .news-pic {
    width: 22px;
    margin-right: 5px;
}

.news-list .item {
    padding-left: 2px;
    font-size: 14px;
    line-height: 28px;
    cursor: pointer;
    overflow: hidden;
}

.news-list .item .item1:hover {
    color: #0252CC !important;
}

.news-list .item .marker {
    width: 5px;      
    height: 5px;
    background-color: #0252CC;
    border-radius:2px; 
    margin:12px 8px 0 0;
    transform:rotate(45deg);
}

.news-list .item .news-date {
    float: right;
}

/* 推荐 */
.recommend-wrap {
    width: 100%;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 50px;
}

#recommend {
    width: 1200px;
    margin: 0 auto;
    overflow: auto;
    position: relative;
}

#recommend .title_left{width:100px; height:50px; text-align:center; line-height:50px; font-size:24px; font-weight:bold; color:#333; border-bottom:2px #999 solid; float:left;}
#recommend .title_right{width:calc(100% - 100px); height:50px; border-bottom:2px #999 solid; float:left;}
#recommend .mr_frBtnL{width:40px; height:74px; background:url(../images/base/next.png) 0px -74px; top:123px; left:0px; opacity:0.4;position:absolute; top:110px; left:0px; z-index:99;}
#recommend .mr_frBtnR{width:40px; height:74px; background:url(../images/base/next.png) -40px -74px; top:123px; right:3px; opacity:0.4;position:absolute; top:110px; right:0px; z-index:99;}
#recommend .mr_frBtnL:hover{width:40px; height:74px; background:url(../images/base/next.png) 0px 0px; top:123px; left:0px; position:absolute; top:110px; right:0px; z-index:99;}
#recommend .mr_frBtnR:hover{width:40px; height:74px; background:url(../images/base/next.png) -40px 0px; top:123px; right:3px; position:absolute; top:110px; right:0px; z-index:99; }
#recommend .recommend_list{width:1200px; float:left;}
#recommend .recommend_box{overflow:auto;}
#recommend .recommend_box li{width:200px; text-align:center; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; float:left; margin:0px 15px 0px 15px;}
#recommend .recommend_box li img{width:170px; height:119px; border:1px #999 solid; padding:3px;}
#recommend .recommend_box li img:hover{width:170px; height:119px; border:1px #999 solid; padding:3px;transform:scale(1.05,1.05);-moz-transform:scale(1.05,1.05); -ms-transform:scale(1.05,1.05); -webkit-transform:scale(1.05,1.05);-o-transform:scale(1.05,1.05); transition:all 0.3s ease-in; -moz-transition:all 0.3s ease-in; -ms-transition:all 0.3s ease-in; -webkit-transition:all 0.3s ease-in; -o-transition:all 0.3s ease-in; }
#recommend .recommend_box li a{color:#333;}
#recommend .recommend_box li:hover a{color:#0252CC}


