*{margin:0;padding:0;font-family: "Microsoft YaHei",Arial,sans-serif;}
h3,h4{line-height: 1;}
img{border:none;vertical-align:middle;}
ul{list-style:none;}
a {border: none; outline: none; -webkit-tap-highlight-color: transparent;-webkit-touch-callout:none;}
a:link,a:active,a:hover,a:visited{text-decoration:none;cursor:pointer;}
input,textarea,select{outline:none;border:none;background:none;-webkit-user-select:text;-ms-user-select:text;user-select:text;-webkit-appearance:none;}
input:-internal-autofill-previewed{background-color: #fff!important;}
input::-webkit-input-placeholder{
    color:#abacad;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#abacad;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#abacad;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#abacad;
}
textarea:focus::-webkit-input-placeholder { color: transparent; }

textarea:focus::-moz-placeholder{color: transparent;}

textarea:focus:-moz-placeholder{color: transparent;}

input:focus::-webkit-input-placeholder { color: transparent; }

input:focus::-moz-placeholder{ color: transparent; }

input:focus:-moz-placeholder{ color: transparent; }
table{border-collapse:collapse;}

.clear{clear:both;height:0;font-size:0;line-height:0;visibility:hidden; overflow:hidden;}
.fl{float:left;}
.fr{float:right;}

.container{width:1200px;margin:0 auto;outline: none;line-height: 24px;}
body{position:relative;min-width:1440px;margin:0 auto;outline: none;line-height: 24px;width:100%;font-family:'微软雅黑';}
/*公共头部*/
.header{position:fixed;top:0;width:100%;z-index: 5;}
.header.fixed{background: #333;}
.header .header-container{display:flex;justify-content: space-between; width:1400px;margin:0 auto;}
.header .header-container .nav-left{display:flex;flex:1;}
.header .header-container .logo{height:61px;display: flex;align-items: center;margin-right:30px;}
.header .header-container .logo span{margin:0 8px;width:1px;height:24px;background: #fff;}
.header .header-container .logo .company-logo{width:217px;}
.header .header-container .logo .product-logo{width:140px;}
.header .header-container .nav-box{margin:0 40px 0 20px;flex:1;display: flex;flex-wrap: wrap;}
.header .header-container .nav-box .nav{width:100%;display: flex;align-items: center;justify-content:space-between;flex-wrap: wrap;}
.header .header-container .nav-box .nav>li{position:relative;}
.header .header-container .nav-box .nav>li>a{display:flex;align-items:center;height:25px;line-height:25px;padding:18px 0;font-size: 16px;color:#fff;white-space: nowrap;}
.header .header-container .nav-box .nav>li:after{content:'';width:0px;transition: all 0.5s ease;}
.header .header-container .nav-box .nav>li.active:after,.header .header-container .nav-box .nav>li:hover:after{display: block;position:absolute;bottom:15px;right:0;left:0;margin:0 auto;width:20px;height: 2px; background: #2589ff;}
.header .header-container .nav-box .nav>li>a img{margin-left:6px;}
.header .header-container .nav-box .nav>li .sub_nav {display: none;position: absolute;top:48px;left:50%;margin-left:-60px;padding-top:9px;width:120px;background:url("../images/NewIndex/sub_nav-icon.png") no-repeat top center;}
.header .header-container .nav-box .nav>li .sub_nav ul{padding:5px 0;background-color: #fff;border-radius: 10px;}
.header .header-container .nav-box .nav>li .sub_nav a{display:block;height:35px;line-height: 35px;text-align:center;font-size: 16px;color:#333;}
.header .header-container .nav-box .nav>li .sub_nav a:hover{color:#2589ff;}
.header .header-container .nav-box .nav>li:hover .sub_nav{display: block;animation: slideUp 0.5s both;}
.header .header-container .phone{float:right;display: flex;align-items:center;height:61px;}
.header .header-container .phone img{margin-right:8px;width:25px;}
.header .header-container .phone p{margin-right:15px;color:#fff;font-size: 16px;white-space: nowrap;}
.header .header-container .phone a{width:90px;text-align: center;color:#fff;font-size:15px;white-space: nowrap;border-radius:5px;box-sizing: border-box;}
.header .header-container .phone .register-btn-box{position: relative;border-radius:5px;overflow: hidden;margin-right:12px; }
.header .header-container .phone .register-btn{display:block;position:relative;z-index:2;line-height: 30px;border:1px solid #fff;}
.header .header-container .phone .admin-btn{margin-right:12px;line-height:34px;background: linear-gradient(to right,#5e86f8,#265cfe);}
.header .header-container .phone .switch-btn{width:auto;display: flex;align-items: center;}
.header .header-container .phone .switch-btn p{font-size:16px;color:#fff;margin-right:0;}
.header .header-container .phone .switch-btn img{width:22px;margin-right:5px;}
@keyframes slideUp { from { transform: translate3d(0, 25px, 0); opacity: 0; visibility: visible; } to { transform: translate3d(0, 0, 0); opacity: 1; } }
@media(min-width:1210px) and ( max-width:1450px) {
    .header .header-container{width:1200px;}
    .header .header-container .nav-box{margin:0 10px;}
}
.anime{ transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    border-radius: 50%;
    animation: anim 1.3s infinite;
    cursor: pointer;
}
.anime2{ transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    border-radius: 50%;
    animation: anim2 1.3s infinite;
    cursor: pointer;
}
@keyframes anim{
    from{width:0%;height:0%;background: rgba(255,255,255,0.25);}to{width:100%;height:90px;background: transparent;}
}
@keyframes anim2{
    from{width:0%;height:0%;background: rgba(0,0,0,0.25);}to{width:100%;height:90px;background: transparent;}
}
/*@media(min-width:1700px) {*/
    /*!*.header .header-container{width:98%;margin:0 auto;}*!*/
    /*!*.header .header-container .nav-box .nav>li{margin-right:30px;}*!*/
    /*!*.header .header-container .nav-box .nav>li>a{font-size: 17px;}*!*/
    /*.header .header-container .phone p{font-size: 18px;}*/
    /*.header .header-container .phone a{font-size: 17px;}*/
    /*.header .header-container .phone .register-btn{margin-right:20px;}*/
    /*.header .header-container .phone .admin-btn{margin-right:20px;}*/
    /*.header .header-container .phone p{margin-right:20px;}*/
/*}*/
/*@media(min-width:1600px) and ( max-width:1700px) {*/
    /*.header .header-container{width:98%;margin:0 auto;}*/
    /*.header .header-container .nav-box .nav>li{margin-right:25px;}*/
    /*.header .header-container .nav-box .nav>li>a{font-size: 16px;}*/
    /*.header .header-container .phone p{font-size: 18px;}*/
    /*.header .header-container .phone a{font-size: 16px;}*/
/*}*/
/*@media(min-width:1500px) and ( max-width:1600px) {*/
    /*.header .header-container{width:98%;margin:0 auto;}*/
    /*.header .header-container .nav-box .nav>li{margin-right:20px;}*/
    /*.header .header-container .phone p{font-size: 16px;}*/
    /*.header .header-container .phone a{font-size: 15px;}*/
/*}*/
/*右侧*/
.right-pop{position: fixed;  bottom: 5%;right: 0;z-index: 3;}
.right-pop .activity-img{position:absolute;bottom:102%;right:-20px;width:234px;animation: imglate 2s infinite;}
.right-pop .activity-img img{display :block;width:100%;}
@keyframes imgRotate {
    0%{
        transform: rotateY(0);
    }  50%{
        transform: rotateY(360deg);
    }  100%{
        transform: rotateY(0);
    }
}
@keyframes imglate {
    0%{
        right:-20px;
        bottom:102%;
    }  50%{
        right:20px;
        bottom:105%;
       }  100%{
           right:-20px;
           bottom:102%;
          }
}
.zx-right{margin-right:30px;width: 42px;float:right;}
.zx-right .list-item{
    display: flex;align-items: center;justify-content: center;
    margin-top: 10px;width: 42px;border-radius: 42px;
    background: #fff;cursor: pointer; box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);}
.zx-right .list-item1{background-color: #2589ff;}
.zx-right .list-item1 a{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding: 11px 0px 20px 0;}
.zx-right .list-item1 a img{width:22px;}
.zx-right .list-item1 a p{margin-top:5px;word-break:break-word;color:#fff;font-size: 16px;text-align: center;line-height: 20px;font-weight: bold; }
.zx-right .list-item2{height:42px;line-height: 42px;}
.zx-right .list-item2 .icon{width:24px;height:24px;background: url("../images/NewIndex/right-phone-icon.png") no-repeat top left;background-size:cover;}
.zx-right .to-top{ visibility: hidden;margin-top:30px;}
.zx-right .to-top .icon{background-image: url("../images/NewIndex/sidebar_icon4.png");}

.zx-right .inner-content{position:absolute;top:-16px;right: 80px;
    padding-right: 16px;
    width:248px;
    padding: 20px;
    background: #fff;
    -webkit-transition: all linear 200ms 0ms;
    -o-transition: all linear 200ms 0ms;
    -moz-transition: all linear 200ms 0ms;
    transition: all linear 200ms 0ms;
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 0px 20px 0px rgba(216,216,216,0.6);
}
.zx-right .list-item2:hover{background:#2589ff;}
.zx-right .list-item2:hover .icon{background-position: -24px 0;}
.zx-right .list-item2:hover .inner-content{
    visibility: visible;
    opacity: 1;
    top:30px;
}
/*.zx-right .list-item3{height:42px;line-height: 42px;}*/

.zx-right .inner-content .inner-top{  margin-bottom: 13px;display: flex;}
.zx-right .inner-content .inner-top .img{border-radius: 50%;width: 60px;height: 60px;margin-right: 20px;overflow: hidden;}
.zx-right .inner-content .inner-top .img img{width:100%;height:100%;}
.zx-right .inner-content .inner-top .text{flex:1;}
.zx-right .inner-content .inner-top .text p{ display:block;line-height:28px;font-size: 14px;color:#999;}
.zx-right .inner-content .inner-top .text .phone{ display:flex;align-items:center;margin-top: 6px;font-size: 18px;color:#333;font-weight :bold;}
.zx-right .inner-content .inner-top .text .phone img{width:26px;height:26px;border-radius:50%;margin-right:4px;}
.zx-right .inner-content .inner-top .text .phone p{}
.zx-right .inner-content .free-btn{display:block;width: 100%;height: 36px;text-align:center;line-height:36px;font-size:16px;color: #fff;background-color: #2589ff;}

/*公共注册弹窗*/
.register-pop{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99;background: rgba(0,0,0,.5);display: flex;align-items: center;justify-content: center;}
.register-pop .register-content{width:400px;padding:22px 30px;border-radius:10px;background:linear-gradient(180deg,#00b4ff,#495def);position: relative;}
.register-pop .register-content .register-close{position: absolute;top:20px;right:35px;}
.register-pop .register-content .register-close img{width:18px;}
.register-pop .register-content h3{text-align:center;color:#fff;font-size: 32px;font-weight: bold;letter-spacing: 1px;}
.register-pop .register-content p{text-align:center;color:#fff;font-size: 22px;margin-top:17px;letter-spacing: 2px;}
.register-pop .register-content p em{font-size:16px;}
.register-pop .register-content span{display:block;font-size:17px;line-height:38px;width:200px;text-align:center;margin:20px auto 10px;color:#fff;border-radius: 20px;background: #495def;}
.register-pop .register-content .img{position: relative;}
.register-pop .register-content .bg{display:block;width:335px;margin:10px auto;}
.register-pop .register-content .ewm{width:133px;position: absolute;top:20px;left:0;right:0;margin:0 auto;border-radius: 8px;}
.register-pop .register-content .text{font-family:'苹方';width:100%;position: absolute;top:150px;left:0;color:#fff;font-weight: bold;text-align: center;font-size: 19px;text-shadow: 4px 0px 6px rgba(13,90,244,0.36);}

/*立即申请弹窗*/
.apply-box{padding:45px 0;}
.apply-box .apply-box-tit{margin-bottom:40px;text-align: center;font-size: 35px;color:#333;}
.apply-box .form{display: flex;align-items: center;justify-content:space-between;}
.apply-box .form .form-select{width:180px;position: relative;}
.apply-box .form .form-select:after{content: '';position: absolute;top:0;right:10px;width:7px;height:100%;background: url("../images/NewIndex/apply-icon.png") no-repeat center;}
.apply-box .form .form-input{width:250px;}
.apply-box .form .text{height:40px;border: 1px solid #abacad;border-radius:5px;box-sizing: border-box;}
.apply-box .form .text select,.apply-box .form .text input{padding:8px;line-height:22px;width:100%;font-size:16px;color:#333;box-sizing: border-box;}
.apply-box .form .sub{width:150px;text-align:center;height:40px;line-height:40px;border-radius:5px;color:#fff;font-size:16px;background: #0f5aff;}
/*公共footer*/
.footer{background: #151621;padding:40px 0;}
.footer .container{overflow: hidden;}
.footer .left{width:50%;float:left;margin-left:20px;}
.footer .left .footer-nav li{display: inline-block;margin-right:40px;}
.footer .left .footer-nav li a{color:#fff;font-size: 17px;}
.footer .left .re-box{margin-top:20px;overflow: hidden;}
.footer .left .re-box li{float:left;margin-right:30px;}
.footer .left .re-box li:last-child{margin-right:0;}
.footer .left .re-box li a{display: flex;align-items:center;}
.footer .left .re-box li img{width:55px;}
.footer .left .re-box li p{color: #fff;margin-left: 5px;font-size: 14px;}
.footer .left .address{margin-top:20px;}
.footer .left .address h3{font-size: 20px;color:#fff;margin-bottom:16px;font-weight: bold;}
.footer .left .address p{font-size: 15px;color:#fff;line-height: 33px;}
.footer .right{overflow: hidden;}
.footer .right .ewm{float:left;margin-left:28px;}
.footer .right .ewm h3{font-size:18px;font-weight: normal;color:#fff; }
.footer .right .ewm p{font-size:16px;color:#fff;}
.footer .right .ewm img{margin:26px 0 22px;width:145px;}
.footer .right .phone{margin-left:100px;padding-top:40px;float:left;}
.footer .right .phone .icon{display: flex;align-items: center;}
.footer .right .phone .icon img{display:block;width:42px;height:auto;margin-right:15px;}
.footer .right .phone .icon p{font-size: 16px;color:#fff;}
.footer .right .phone h3{margin-top:30px;font-size: 39px;color:#fff;letter-spacing: 1px;font-weight: normal;}
.footer .right .phone a{ display:block;margin-top:30px;width:235px;text-align:center;padding:8px 0;font-size:16px;color:#fff;border-radius:20px;background:#265bfe;}

/*咨询表单弹窗*/
.form_container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99;background: rgba(0,0,0,.5);display: flex;align-items: center;justify-content: center;}
.form_container form{ position: relative; width: 430px; padding: 16px 24px 25px 24px;border-radius: 8px; background-color: white; }
.form_container form h3 { font-size: 28px; color: #0074fc; line-height: 42px; letter-spacing: 2px; text-align: center; }
.form_container form .wx_close_icon{ position: absolute; display: inline-block; right: 3%; top: 3%; width: 24px; }
.form_container form .wx_close_icon img{ width: 100%; }
.form_container form .input_box { display: inline-block; float: left; width: 100%; margin-top: 20px; }
.form_container form .input_box select { padding: 0 12px; width: 47%; height: 52px; font-size: 17px; color: #333; border-radius: 5px; text-align: center; border: none; background: url("../images/NewIndex/arr-down.png") 95% center no-repeat; background-color: #f4f4f4;}
.form_container form .input_box select:nth-child(2) { margin-left: 4%; }
.form_container form .input_box input[type=text] { display: inline-block; width: 100%; font-size: 17px; color: #333; height: 52px; padding-left: 3%; line-height: 52px; border-radius: 5px; border: none; background-color: #f4f4f4; box-sizing: border-box;appearance: none; -moz-appearance: none; -webkit-appearance: none; }
.form_container form .input_box input[type=text]:focus{outline:1px solid #265cfe;}
.form_container form .input_box :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #9f9f9f; opacity: 1; }
.form_container form .input_box ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #9f9f9f; opacity: 1; }
.form_container form .input_box input:-ms-input-placeholder { color: #9f9f9f; opacity: 1; }
.form_container form .input_box input::-webkit-input-placeholder { color: #9f9f9f; opacity: 1; }
.form_container form .input_box input[type=submit],.form_container form .submit{ width: 100%; color: white; font-size: 17px; line-height: 52px;height: 52px; border-radius: 30px; border: none; background-color: #265cfe;appearance: none; -moz-appearance: none; -webkit-appearance: none; }

.try_form_container form .yz-box{display: flex;align-items: center;}
.try_form_container form .yz-box input[type=text]{flex:1;width:auto;}
.try_form_container form .yz-box .yz{margin-left:10px;width:160px;height: 52px; font-size: 17px;color:#fff;text-align:center;background:#265cfe;border-radius: 5px; }
.try_form_container form .submit{ border-radius: 5px;}

.price-pop{display:flex;align-items:center;justify-content:center;position: fixed;top:0;left:0;width:100%;height:100%;background: rgba(0,0,0,.5);z-index: 6;}
.price-pop .con{position:relative;width:879px;}
.price-pop .con .price_close_img{width:100%;}
.price-pop .price_close_icon{position: absolute;top:0;right:0;width:24px;}

.login-pop {display:flex;align-items:center;justify-content:center;position: fixed;top:0;left:0;width:100%;height:100%;background: rgba(0,0,0,.5);z-index: 6;}
.login-pop .con{position:relative;display:flex;width:660px;height:448px;overflow: hidden;background: #fff;border-radius: 10px;box-shadow: 0 0 15px rgba(32,32,32,.2);}
.login-pop .con .login-close{position: absolute;top:17px;right:20px;width:17px;height:16px;}
.login-pop .con .login-close img{display: block;width:100%;height:100%;}
.login-pop .con .left-img{position: relative;width:241px;height:100%;}
.login-pop .con .left-img .bg{display: block;width:100%;height:100%;}
.login-pop .con .left-img .logo{display:flex;flex-direction:column;position: absolute;top:0;width:100%;height:100%;}
.login-pop .con .left-img .logo .logo1{margin:18px auto 0;width:136px;}
.login-pop .con .left-img .logo .logo2{margin:129px auto 0;width:136px;}
.login-pop .con .form-box{display: none;flex-direction: column;flex:1;height:100%;padding:44px 30px;box-sizing: border-box;}
.login-pop .con .form-box.show{display: flex;}
.login-pop .con .form-box .tit-box{display: flex;align-items: center;justify-content: center;}
.login-pop .con .form-box .tit-box .login-tit{margin:0 22px;font-size: 22px;color:#9a9a9a;}
.login-pop .con .form-box .tit-box .active{color:#0f5aff;}
.login-pop .con .form-box .form-con{margin-top:30px;flex:1;}
.login-pop .con .form-box .input-box{margin-bottom:14px;display: flex;height:46px;width:100%;border:1px solid #eee;border-radius: 5px;}
.login-pop .con .form-box .input-box .input-text{flex:1;padding:0 15px;height:100%;color:#333;font-size: 14px;}
.login-pop .con .form-box .input-box .yz{padding:0 15px;color:#0f5aff;line-height: 44px;font-size: 14px;}
.login-pop .con .form-box .login-btn{width:100%;color:#fff;line-height:46px;text-align: center;font-size: 18px;border-radius: 30px;background: linear-gradient(to right,#0f5aff,#0a91f3)}
.login-pop .con .point{margin-top:18px;display: flex;align-items: center;justify-content: space-between;}
.login-pop .con .point .text{font-size:14px;color:#b9b9b9;}
.login-pop .con .point .blue-text{font-size:14px;color:#0f5aff;}
.login-pop .mode{display: flex;align-items: center;}
.login-pop .mode p{font-size:15px;color:#111;}
.login-pop .mode img{margin:0 8px;}

.login-pop .con .form-box .wx-ewm{margin:0 auto;width:210px;padding:15px 0;border:1px solid #eee;border-radius: 8px;background: #fff;}
.login-pop .con .form-box .wx-ewm img{display:block;margin:0 auto;}
.login-pop .con .form-box .ewm-text{margin-top:15px;text-align: center;color:#333;font-size: 14px;}
.login-pop .con .form-box .ewm-text a{color:#0f5aff;}
.login-pop .con .form-box .forget-text{margin-bottom:30px;color:#4e4e4e;font-size: 14px;text-align: center;}
.login-pop .con .form-box .input-sub{display: flex;align-items: center;justify-content: space-between;}
.login-pop .con .form-box .input-sub .login-btn{width:48%;}
    /*banner*/
.banner{position: relative;display: block;}
.banner .banner-bg{width:100%;}
.banner .text{position: absolute; width:1200px;top:34%;left:-1920px;right:0;margin:0 auto;text-align: center;font-family:'黑体';}
.banner .text h3{margin-bottom:52px;font-size: 58px;color:#fff; }
.banner .text p{margin-bottom:40px;font-size: 26px;color:#fff;}
.banner .text a{display:inline-block;padding:0 30px;height:42px;line-height: 42px;font-size: 18px;font-weight:bold;color:#fff;border-radius:25px;text-shadow:0 0 6px rgba(2,96,255,.8);  background: linear-gradient(to right,#265bfe,#5aa1ff);}
.banner .text .about-play{position: relative;width:360px;height:208px;margin: 40px auto 10px;}
.banner .text .about-play .video-fm{width:100%;height:100%;}
.banner .text .about-play .video-btn{position:absolute;top:50%;left:50%;width:78px;height:78px;margin-left:-39px;margin-top:-39px;}
/*@keyframes banner_move {*/
    /*0%{*/
        /*opacity:0;margin-left:-20px;*/
    /*}*/
    /*100%{*/
        /*opacity:1;margin-left:auto;*/
    /*}*/
/*}*/
/*.banner a{display: block;}*/
/*.swiper-slide a{display: block;width:100%;height:100%;}*/
/*.swiper-button-prev, .swiper-container-rtl .swiper-button-next{background-image: url("../images/zqy-introduce/prev.png");}*/
/*.swiper-button-next, .swiper-container-rtl .swiper-button-prev{background-image: url("../images/zqy-introduce/next.png");}*/
/*.swiper-button-next, .swiper-button-prev{width:40px;height:64px;margin-top:-32px;background-size: 40px 64px;}*/
/*.swiper-button-next, .swiper-container-rtl .swiper-button-prev{right:195px;}*/
/*.swiper-button-prev, .swiper-container-rtl .swiper-button-next{left:195px;}*/
/*.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom:10px;}*/
/*.hide{display: none;}*/
/*首页侧边导航*/
.new-index .left-nav{width:50px;height:252px;position: fixed;top:50%;margin-top:-126px;right:40px;}
.new-index .left-nav li{width:20px;height:20px;border-radius: 50%;margin:8px 0;box-sizing: border-box;display: flex;align-items: center;justify-content: center;}
.new-index .left-nav li a{display:block;width:8px;height:8px;border-radius: 50%;background: #a9cffc;}
.new-index .left-nav li.active{border:1px solid #5aa1ff;}
.new-index .left-nav li.active a{background:#5aa1ff;}
/*首页time-box*/

/*首页ciecle-box*/
.new-index .circle-box{padding-top:80px;padding-bottom:75px;}
.new-index .circle-box .container{position: relative;height:658px;}
.new-index .circle-box .container .circle-bg{width:100%;height:658px;position: absolute;top:0;}
.new-index .circle-box .container .circle-bg img{display:block;position: absolute;top:0;right:0;bottom:0;left:0;margin:auto;}
.new-index .circle-box .container .circle-bg .img1{animation: circle 6s 0.5s infinite;}
.new-index .circle-box .container .circle-bg .img2{animation: circle 9s 0.5s infinite;}
.new-index .circle-box .container .circle-bg .img3{animation: circle 12s 0.5s infinite;}
.new-index .circle-box .container .circle-bg .img4{animation: circle 15s 0.5s infinite;}
.new-index .circle-box .container .circle-text{width:169px;height:169px;border-radius:50%;position: absolute;top:244.5px;left:0;right:0;margin:auto;background: #fff;padding:12px;box-shadow: 0 0 38px rgba(37,137,255,0.25);    animation: shadow 5s 0.5s infinite;
    box-sizing: border-box;}
.new-index .circle-box .container .circle-text .text{width:147px;height:147px;border-radius: 50%;background: #2589ff;display: flex;flex-direction:column;align-items: center;justify-content: center;}
.new-index .circle-box .container .circle-text .text p{color:#fff;font-size: 20px;}
.new-index .circle-box .container .circle-list{position: relative;width:100%;}
.new-index .circle-box .container .circle-list p{ height: 60px; line-height: 60px; display: inline-block; font-size:17px;color:#000; background: #fff; border-radius: 50px; padding: 0 25px 0 32px; margin: 0px; position: absolute; z-index: 2; box-shadow: 0 0px 38px rgba(167,207,255,0.32); }
.new-index .circle-box .container .circle-list .p1{top: 90px; left: 105px; animation: move 5s 0.5s infinite;}
.new-index .circle-box .container .circle-list .p2{top: 90px; right: 50px; animation: move 7s 0.5s infinite;}
.new-index .circle-box .container .circle-list .p3{top: 229px; left: 74px; animation: move 9s 0.5s infinite;}
.new-index .circle-box .container .circle-list .p4{top: 229px; right: 52px; animation: move 11s 0.5s infinite;}
.new-index .circle-box .container .circle-list .p5{top: 368px; left: 63px; animation: move 13s 0.5s infinite;}
.new-index .circle-box .container .circle-list .p6{top: 368px; right: 46px; animation: move 15s 0.5s infinite;}
.new-index .circle-box .container .circle-list .p7{top: 507px; left: 92px; animation: move 17s 0.5s infinite;}
.new-index .circle-box .container .circle-list .p8{top: 507px; right: 60px; animation: move 19s 0.5s infinite;}
.new-index .circle-box .container .circle-list p img{width:40px;height:40px;position: absolute; top: 0px;  left: -20px;  bottom: 0px;  margin: auto;z-index: 3;}

@keyframes shadow { 0% { box-shadow: 0 0 38px rgba(37,127,255,0.25); } 50% {box-shadow: 0 0 50px rgba(37,127,255,.9); } 100% { box-shadow: 0 0 38px rgba(37,127,255,0.25);} }
@keyframes circle{ 0% { transform: rotateZ(0deg);} 100%{  transform: rotateZ(-360deg);  } }
@keyframes move { 0% { transform: translateX(-32px); } 50% { transform: translateX(0px); } 100% { transform: translateX(-32px); } }
@keyframes move2 { 0% { transform: translateY(-16px); } 50% { transform: translateY(0px); } 100% { transform: translateY(-16px); } }
.new-index .tit{text-align:center;}
.new-index .tit .h3{font-size: 35px;color:#333;}
.new-index .tit p{padding-top:22px;font-size: 20px;color:#333;}

.new-index .shop-box{padding-bottom:80px;overflow: hidden;}
.new-index .shop-box ul li{float:left;margin-right:3.5%;margin-bottom:3.5%;width:31%;border:1px solid #ccd6f1;box-sizing: border-box;transition: all 0.5s ease;}
.new-index .shop-box ul li:nth-child(3n){margin-right:0;}
.new-index .shop-box ul li:hover{box-shadow: 0 0 20px rgba(0,0,0,.15); }
.new-index .shop-box ul li .tit2{font-size: 22px;color:#fff;text-align: center;line-height: 50px;background: linear-gradient(to right,#265dfe,#26a5fe); }
.new-index .shop-box ul li .text{background: #fff;padding:16px;}
.new-index .shop-box ul li .text .icon{display:block;margin:20px auto;}
.new-index .shop-box ul li .text .tit3{margin-top:15px;font-size: 18px;color:#333;text-align: center;}
.new-index .shop-box ul li .text p{margin-top:10px;line-height:26px;efont-size: 16px;color:#666;text-align: center;}
.new-index .shop-box ul li .text .btn{display:block;margin:15px auto 0;width:155px;height:35px;line-height: 35px;text-align: center;color:#fff;font-size:16px;border-radius: 20px;background: #0070fa;}
.new-index .shop-box ul li .text .more{margin-top:10px;display: flex;align-items: center;justify-content: center;}
.new-index .shop-box ul li .text .more:hover p{color:#0070fa;}
.new-index .shop-box ul li .text .more p{margin-top:0;margin-right:5px;line-height:20px;font-size: 16px;color:#333;}
.new-index .shop-box ul li .text .more img{width:7px;}
/*.new-index .service-box{padding-bottom:100px;}*/
/*.new-index .service-box .container ul{overflow: hidden;margin-top:45px;}*/
/*.new-index .service-box .list{width:25%;float:left;}*/
/*.new-index .service-box .list .img{position: relative;padding:20px;}*/
/*.new-index .service-box .list .img img{display:block;width:132px;height:132px;border-radius:50%;margin:0 auto;box-shadow:0 0 20px rgba(37,127,255,.25);}*/
/*.new-index .service-box .list .img .blue-img{position: absolute;top:0;left:0;bottom:0;right:0;margin:auto;}*/
/*.new-index .service-box .list .point{width:18px;height:18px;margin:50px auto 0 auto;position: relative;}*/
/*.new-index .service-box .list .point .gary-point{width:100%;height:100%;position: relative;}*/
/*.new-index .service-box .list .point img{display:block;width:100%;height:auto;}*/
/*.new-index .service-box .list .point span{width:286px;height:6px;position: absolute;top:6px;left:16px;background: #e3e3e3;}*/
/*.new-index .service-box .list .point .blue-point{width:100%;height:100%;position: absolute;top:0;left:0;}*/
/*.new-index .service-box .list:last-child .point span{width:0;}*/
/*.new-index .service-box .list .point .blue-point span{*/
    /*background: #2689ff;*/
    /*background: -webkit-linear-gradient(left, #2689ff 0%, #2689ff 50%, #e3e3e3 50%, #e3e3e3 100%);*/
    /*background: -moz-linear-gradient(left, #2689ff 0%, #2689ff 50%, #e3e3e3 50%, #e3e3e3 100%);*/
    /*background: -o-linear-gradient(left, #2689ff 0%, #2689ff 50%, #e3e3e3 50%, #e3e3e3 100%);*/
    /*background: -ms-linear-gradient(left, #2689ff 0%, #2689ff 50%, #e3e3e3 50%, #e3e3e3 100%);*/
    /*background: linear-gradient(left, #2689ff 0%, #2689ff 50%, #e3e3e3 50%, #e3e3e3 100%);*/
    /*background-size: 200% 200%;*/
/*}*/
.new-index .box1 .star-box{position: absolute;width: 20px;height: 20px;z-index: 3;}
.new-index .box1 .star1{top:80px;left:50%;margin-left:-600px;animation: star 3.2s linear infinite; }
.new-index .box1 .star7{top:50px;left:45%;animation: star 3.2s linear 0.5s infinite; }
.new-index .box1 .star2{top:100px;right:18%;;animation: star 3s linear 0.2s infinite; }
.new-index .box1 .star3{top:40%;left:50%;animation: star 2.5s linear 0.5s infinite; }
.new-index .box1 .star4{top:48%;left:45%;margin-left:-300px;animation: star 2s linear 0.5s infinite; }
.new-index .box1 .star5{top:58%;right:28%;animation: star 2s linear 0.9s infinite; }
.new-index .box1 .star6{top:80px;right:40%;animation: star 4s linear infinite; }
.new-index .box1 .star8{top:45%;right:13%;animation: star 3.2s linear 2s infinite; }
.new-index .box1 .star9{top:45%;left:10%;animation: star 3.2s linear 2s infinite; }

@keyframes star{
    0%{opacity: 0;}
    50%{opacity:1;transform: scale(1.15);}
    100%{opacity:0;}
}
/*@keyframes star2{*/
    /*0%{opacity: 0;}*/
    /*50%{opacity:0.8;transform: scale(1.1);}*/
    /*100%{opacity:0;}*/
/*}*/
.new-index .com-banner{position: absolute;bottom:0;left:0;width:100%;background: rgba(255,255,255,.3);z-index: 2;}
.new-index .com-banner .swiper-history{position: relative;width:1326px;margin:0 auto;overflow: hidden;}
.new-index .com-banner .banner-container2{width:1244px;margin:0 40px;padding:12px 0;overflow: hidden;}
.new-index .com-banner .banner-container2 .swiper-wrapper{width:100%;    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;}
.new-index .com-banner .banner-container2 .swiper-slide{width:311px;}
.new-index .com-banner .banner-container2 .swiper-slide img{width: 100%;}
.new-index .service-box{padding:60px 0;}
.new-index .service-box .container{display:flex;align-items:center;justify-content:space-between;}
.new-index .service-box .list{padding:30px 15px 15px;width:388px;border-radius:5px;box-shadow:0 0 10px rgba(31,31,31,0.1);background: #fff;box-sizing: border-box;}
.new-index .service-box .list .top{display:flex;}
.new-index .service-box .list .top .text{flex:1;}
.new-index .service-box .list .top .text h3{font-size: 28px;color:#333;}
.new-index .service-box .list .top .text p{margin-top:24px;font-size: 18px;color:#333;line-height: 30px;}
.new-index .service-box .list .top .text .link-icon{ display: flex;align-items: center;}
.new-index .service-box .list .top .text .link-icon p{margin:0 6px 0 0;line-height:30px;font-size: 16px;color:#666; }
.new-index .service-box .list .top .text .link-icon img{width:7px; }
.new-index .service-box .list .top .text .btns{margin-top:24px;display:flex;align-items:center;}
.new-index .service-box .list .top .text .btns .btn-icon-box{position: relative;border-radius: 4px;margin-right:16px;overflow: hidden;}
.new-index .service-box .list .top .text .btns .btn-icon{display:block;position:relative;z-index:2;width:82px;height:30px;border:1px solid #0070FA;color:#0070FA;font-size: 16px;text-align: center;line-height: 30px;border-radius: 4px;}
.new-index .service-box .list .top .text .btns .link-icon{display: flex;align-items: center;}
.new-index .service-box .list .top .text .btns .link-icon p{margin:0 6px 0 0;font-size: 16px;color:#666; }
.new-index .service-box .list .top .text .btns .link-icon img{width:7px; }
.new-index .service-box .list .top .img-box{width:268px;}
.new-index .service-box .list .bottom{display:flex;margin-top: 25px;}
.new-index .service-box .list .bottom .icon-left{display: flex;flex-direction: column;align-items: center;justify-content:center;width:112px;height:163px;margin-bottom: 14px; border-radius:4px;box-shadow: 0 0 8px rgba(31, 31, 31, 0.08);}
.new-index .service-box .list .bottom .icon-left img{width:34px;}
.new-index .service-box .list .bottom .icon-left p{margin-top:12px;font-size: 18px;color:#666;}
.new-index .service-box .list .bottom .icon-box{flex:1;display: flex;flex-direction: column;}
.new-index .service-box .list .bottom .icon-box .icon-right{display: flex;}
.new-index .service-box .list .bottom .icon-box .icon-right a{flex:1;height:45px;margin:0 0 14px 14px;display: flex;align-items: center;justify-content: center;border-radius:4px;box-shadow: 0 0 7px rgba(31, 31, 31, 0.08);}
.new-index .service-box .list .bottom .icon-box .icon-right a .icon{width:24px;height:22px;display: flex;align-items: center;}
.new-index .service-box .list .bottom .icon-box .icon-right a .icon_active{transform: translateY(-5px);}
.new-index .service-box .list .bottom .icon-box .icon-right a .icon img{width:auto;max-width:100%;height:auto;}
.new-index .service-box .list .bottom .icon-box .icon-right a p{margin-left:4px;line-height:45px;color:#666;font-size: 16px;}
@keyframes tranX {
    0%{
        transform: translateY(-5px);
    } 50%{
        transform: translateY(0);
    }
    75%{
        transform: translateY(5px);
    }
    100%{
        transform: translateY(0px);
    }
}
@-webkit-keyframes AnimationName {
    0% {
        background-position: 100% 0%;
    }
    100% {
        background-position: 0% 0%;
    }
}
@keyframes AnimationName {
    0% {
        background-position: 100% 0%;
    }
    100% {
        background-position: 0% 0%;
    }
}
.AnimationName {
    -webkit-animation-name: AnimationName;
    animation-name: AnimationName;
}
/*.new-index .service-box .list .text{margin-top:30px;text-align: center;}*/
/*.new-index .service-box .list .text .gary-text h3{color:#93949b;}*/
/*.new-index .service-box .list .text h3{font-size: 45px;font-style: italic;}*/
/*.new-index .service-box .list .text p{font-size: 18px;color:#666;padding:20px 0 8px;font-weight: bold;}*/
/*.new-index .service-box .list .text span{color:#848586;font-size: 16px;}*/
/**/
.new-index .cloud-box{padding:55px 0;background: #f8fbff;}
.new-index .cloud-box .item-box{margin-top:45px;width:100%;border-bottom:1px solid #dfe1e5;}
.new-index .cloud-box .item-box .item{display: flex;align-items: center;justify-content: space-between;padding:0 80px;box-sizing: border-box;}
.new-index .cloud-box .item-box .item a{position:relative;padding:18px 2px;font-size: 20px;color:#666;}
.new-index .cloud-box .item-box .item a.active{color:#333;}
.new-index .cloud-box .item-box .item a.active::after{content:'';position: absolute;bottom:-1px;left:50%;width:66px;height:4px;margin-left:-33px;background: #0070FA;border-radius: 2px;}
.new-index .cloud-box .list-box{margin-top:60px;}
.new-index .cloud-box .list-box .list{display: none;justify-content: space-between;}
.new-index .cloud-box .list-box .list .text h3{font-weight: 400;color:#333;font-size: 26px;}
.new-index .cloud-box .list-box .list .text p{margin-top:26px;color:#666;font-size: 18px;}
.new-index .cloud-box .list-box .list .text p::before{display:inline-block;content:'';width:13px;height:13px;margin-right:6px;border-radius: 50%;border:1px solid #0070FA;}
.new-index .tool-box{background: #fff;}
.new-index .tool-box .list-box{margin-top:30px;}
.new-index .tool-box .list-box .list{flex-direction: column;}

.new-index .xcx-box .list-box{margin-top:40px;display: flex;align-items: center;justify-content: space-between;}
.new-index .xcx-box .xcx_img{ width:400px;display: flex;}
.new-index .xcx-box .xcx_img .banner_img{display: inline-block; width:180px;margin:0 10px;}
.new-index .xcx-box .xcx_item{display: flex;width: 400px;}
/*.new-index .xcx-box .xcx_img .xcx_item1{top:50px;right:350px;}*/
.new-index .xcx-box .xcx_item2{margin-bottom:90px;justify-content: flex-end; }

.new-index .xcx-box .xcx_item3{margin-top:50px;}
.new-index .xcx-box .xcx_item .text{width:250px;margin-right:10px;}
.new-index .xcx-box .xcx_item .text h4{color:#333;font-size: 23px;font-weight: bold;}
.new-index .xcx-box .xcx_item .text p{margin-top:12px; color:#333;line-height:32px;font-size: 17px;}
.new-index .xcx-box .xcx_item .xcx_item_right{position: relative;width:100px;}
.new-index .xcx-box .xcx_item .img{ width:100px;}
.new-index .xcx-box .xcx_item .point{position: absolute;width:120px;height:2px;background:linear-gradient(to right,#2589FF,#2589FF,#2589FF,#2589FF,transparent); }
.new-index .xcx-box .xcx_item1 .point{top:116px;left:56px;}
.new-index .xcx-box .xcx_item2 .point{top:116px;right:56px;}
.new-index .xcx-box .xcx_item3 .point{top:116px;left:56px;}
.new-index .xcx-box .xcx_item .point span{display:block;position: absolute;top:-4px;left:-4px;width:10px;height:10px;border-radius: 50%;background:#2589FF;}
.new-index .xcx-box .xcx_item .point span::after{content:'';position: absolute;top:0;left:0;width:10px;height:10px;border-radius: 50%;animation:xcx_anim3 1.5s infinite;  }
.new-index .xcx-box .xcx_item2 .point span{left:115px;}

@keyframes xcx_anim3{
   0% {
       transform: scale(1);
       opacity: 1;
       background: rgba(37,137,255,.9);
   }
   100%{
    transform: scale(3);
       opacity: 1;
       background: rgba(37,137,255,0);
    }
   /*100%{*/
    /*transform: scale(1);*/
   /*}*/
}
.new-index .visitors-con{width:100%;}
.new-index .visitors-con{margin-top:38px;overflow: hidden;}
.new-index .visitors-con .text-tit{width:334px;float:left;}
.new-index .visitors-con .text-tit li{width:334px;height:123px;margin-bottom: 16px;padding:30px 30px 0;box-sizing:border-box;background: url("../images/zqy-introduce/text-tit-bg.png");background-position: 0 top;transition: all .3s;}
.new-index .visitors-con .text-tit li.active{background-image: url("../images/zqy-introduce/text-tit-bg_01.png");}
.new-index .visitors-con .text-tit li h3{font-size: 20px;font-weight:bold;color:#fff;line-height: 30px;  margin-bottom: 9px;}
.new-index .visitors-con .text-tit li p{font-size: 15px;color:#fff;}
.new-index .visitors-con .text-con{width:832px;float:right;}
.new-index .visitors-con .text-con img{width:100%;height:auto;display: none;}
.new-index .super-img{display: flex;margin-top:30px;align-items: center;justify-content: center;}
.new-index .super-img img{width:270px;}

.study-box{display: flex;align-items: center;padding:20px 20px 0;box-sizing: border-box;}
.study-box .study-con{flex:1;margin-left:90px;}
.study-box .study-con li{margin:30px 0;}
.study-box .study-con li a{display: flex;}
.study-box .study-con li a .icon{position: relative;width:56px;height:56px;margin-right:25px;}
.study-box .study-con li a .icon:after{z-index:1;content: '';width:50px; height:50px;border-radius:8px;position:absolute;top:3px;left:3px;box-shadow: 0 0 15px rgba(0,0,8,.2);}
.study-box .study-con li a .icon img{width:56px;height:56px;position: absolute;z-index: 2;}
.study-box .study-con li a .text-box{flex:1;}
.study-box .study-con li a .text-box h4{font-size: 20px;color:#333;font-weight: normal;}
.study-box .study-con li a .text-box p{margin-top:10px;font-size: 16px;color:#666;line-height: 30px;}
.study-box .study-con li:last-child a{align-items: center;}
.study-box .study-con li:last-child a .icon:after{box-shadow: 0 0 15px rgba(0,112,248,.2);}

/*品牌*/
.new-index .brand-box{padding:64px 0;height:500px;background: url("../images/NewIndex/brand-bg.png") no-repeat center center;background-size: auto 100%;box-sizing: border-box;}
.new-index .brand-box .container{display: flex;flex-direction: column;justify-content: space-between;height:100%;}
.new-index .time-box{position:relative;}
.new-index .time-box ul{display: flex;align-items: center;overflow: hidden;}
.new-index .time-box ul li{display: flex;flex-direction:column;justify-content:center;width:23%;margin:1%;display: flex;flex-direction:column;align-items: center;height:160px;background: #fff;border-radius:6px;box-shadow:0 0 10px rgba(0, 112, 250, 0.17);box-sizing: border-box;}
.new-index .time-box ul li .time-tit{margin-bottom:15px;color:#0070FA;}
.new-index .time-box ul li h3{display:inline-block;font-size: 62px;font-family: '方正综艺繁体';position: relative;}
.new-index .time-box ul li span{font-size: 18px;margin-left:3px;vertical-align: text-bottom;}
.new-index .time-box ul li p{color:#0070FA;font-size: 22px;text-align: center;}
.new-index .brand-box .more{margin:0 auto;width:196px;height:46px;text-align: center;line-height: 46px;border:1px solid #0F5AFF;color:#0070FA;font-size: 20px;border-radius: 4px;}

.new-index .extension-box{padding:55px 0;background:#F8FBFF;background-size: 100%;box-sizing: border-box;}
.new-index .extension-box .container{position: relative;}
.new-index .extension-box .img{display:block;height:550px;width:auto;margin:140px auto 0 auto;}
.new-index .extension-box .con{overflow: hidden;height:500px;}
.new-index .extension-box .left,.new-index .extension-box .right{width:50%;position:absolute;top:40px;}
.new-index .extension-box .left{left:0;}
.new-index .extension-box .right{right:0;}
.new-index .extension-box .text h3{display:inline-block;padding:0 22px;height:33px;line-height:33px;font-size: 17px;font-weight:normal;color:#fff;background: #0070fa;border-radius: 30px;position: absolute;}
.new-index .extension-box .text p{font-size: 17px;color:#333;height:22px;line-height: 22px;position: absolute;}
.new-index .extension-box .text p span{display:inline-block;margin:0 8px;background: #19ff86;width:10px;height:10px;border-radius: 50%;margin-top:5px;}
.new-index .extension-box .left .h3{top:90px;right:183px;}
.new-index .extension-box .left .p1{top:150px;right:140px;}
.new-index .extension-box .left .p2{top:210px;right:229px;}
.new-index .extension-box .left .p3{top:280px;right:290px;}
.new-index .extension-box .right .h3{top:90px;left:186px;}
.new-index .extension-box .right .p1{top:172px;right:132px;}
.new-index .extension-box .right .p2{top:335px;right:130px;}


.new-index .customer-box{padding-bottom:30px;background: url("../images/zqy-introduce/customer-bg.png") no-repeat bottom left;background-size: 100%;}
.new-index .customer-box .con{margin:0 auto;padding-top:260px;width:702px;height:422px;background: url("../images/zqy-introduce/customer-con-bg.png") no-repeat bottom left;position: relative;}
.new-index .customer-box .con .text{position: absolute;top:0;left:0;width:100%;height:100%;}
.new-index .customer-box .con .text .list{position: absolute;}
.new-index .customer-box .con .text .list p{padding:0 15px;margin-bottom:20px;color:#323232;font-size: 16px;line-height: 32px;background: #fff;border-radius: 20px;box-shadow: 0px 0 15px rgba(167,206,253,.7);}
.new-index .customer-box .con .text .list i{display: block;  width: 9px;  height: 9px; background: #2589ff; margin: 15px auto 0; border-radius: 50px;  position: relative;}
.new-index .customer-box .con .text .list i::after { content: ""; width: 20px; height: 20px; position: absolute; top: 0px; right: 0px; bottom: 0px; left: -5px; margin: auto; border-radius: 50px;animation: fwordsyou 2.5s 0.4s infinite;}
.new-index .customer-box .con .text .list::after {  content: "";  width: 1px;  height: 125px;  background: linear-gradient(to bottom, #2589ff, transparent);  display: block;  margin: auto;}
.new-index .customer-box .con .text .list span{display:block;width:26px;height:1px;background:#2589ff;transform: rotate(45deg);position: absolute;top:68px;left:50%;}
.new-index .customer-box .con .text .list1{top:160px;left:-65px;}
.new-index .customer-box .con .text .list1::after{height:180px;position: absolute;top:100%;margin-top:15px;left:50%;margin-left:21px;}
.new-index .customer-box .con .text .list2{top:59px;left:76px;}
.new-index .customer-box .con .text .list2::after{height:200px;}
.new-index .customer-box .con .text .list2 i::after{animation: fwordsyou 2.7s 0.5s infinite;}
.new-index .customer-box .con .text .list3{top:216px;left:247px;}
.new-index .customer-box .con .text .list3::after{height:150px;}
.new-index .customer-box .con .text .list4{top:80px;left:488px;}
.new-index .customer-box .con .text .list4::after{height:150px;}
.new-index .customer-box .con .text .list4 i::after{animation: fwordsyou 2.7s 0.6s infinite;}
.new-index .customer-box .con .text-left{position: absolute;width:50%;height:100%;top:0;left:0;}
.new-index .customer-box .con .text-right{position: absolute;width:50%;height:100%;top:0;right:0;}
.new-index .customer-box .con .text-left span,.new-index .customer-box .con .text-right span{position:absolute;display:block;text-align:center;background:rgba(227,234,255,.6);border-radius: 50%;color:#7b9cfd;}
.new-index .customer-box .con .span1{width:77px;height:77px;line-height: 77px;top:349px;left:-183px;font-size:19px;animation: move 6s 0.5s infinite;}
.new-index .customer-box .con .span2{width:62px;height:62px;line-height: 62px;top:270px;left:-45px;font-size: 15px;animation: move 6s 0.5s infinite;}
.new-index .customer-box .con .span3{width:62px;height:62px;line-height: 62px;top:287px;right:210px;font-size: 15px;animation: move 6s 0.5s infinite;}
.new-index .customer-box .con .span4{width:77px;height:77px;line-height: 77px;top:210px;right:-40px;font-size:19px;animation: move 6s 0.5s infinite;}
.new-index .customer-box .con .span5{width:62px;height:62px;line-height: 62px;top:360px;right:-50px;font-size: 15px;animation: move 6s 0.5s infinite;}

@keyframes fwordsyou { 0% {transform: scale(0); opacity: 1; background: rgba(37,137,255,0.9); } 100% { opacity: 0; transform: scale(2); background: rgba(37,137,255,0.3);}}

.new-index .news-box{padding:55px 0 20px;}
.new-index .news-box .con{margin-top:40px;padding-bottom:40px;box-shadow: 0px 0 15px rgba(120,183,255,.3);
    box-sizing: border-box;}
.new-index .news-box .list{padding:30px;display: flex;border-bottom: 1px dashed #dedede;}
.new-index .news-box .list:last-child {border-bottom: 0;}
.new-index .news-box .list .img{width:310px;height:175px;margin-right:28px;border-radius: 5px;overflow: hidden;}
.new-index .news-box .list .img img{width:100%;height:100%;}
.new-index .news-box .list .text{flex:1;}
.new-index .news-box .list .text h3{font-size: 22px;color:#333;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-weight: normal;}
.new-index .news-box .list .text .word{margin:15px 0;height:84px;line-height:28px;font-size: 16px;color:#333;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.new-index .news-box .list .text .time{display: flex;align-items: center;justify-content: space-between;}
.new-index .news-box .list .text .time p{font-size: 16px;color:#999;}
.new-index .news-box .list .text .time a{font-size: 16px;color:#fff;line-height:35px;width:130px;text-align:center;background:#0070fa;border-radius: 8px; }
.new-index .news-box .more{display: block; margin:40px auto 0;width:160px;height:46px;text-align: center;line-height: 46px;border:1px solid #0F5AFF;color:#0070FA;font-size: 20px;border-radius: 4px;}


/*视频*/
.new-index .video-box{padding:55px 0 20px;}
.new-index .video-box .con{}
.new-index .video-box .con ul{margin-top:20px;overflow: hidden;}
.new-index .video-box .con ul li{float:left;margin-top:30px;margin-right:2%;width:23.5%;background:#fff;border:1px solid #7db9ff;box-sizing: border-box;box-shadow: 0 0 10px rgba(37,138,255,.4);}
.new-index .video-box .con ul li:nth-child(4n){margin-right:0;}
.new-index .video-box .con ul li .video-img{width:100%;height:150px;position: relative;}
.new-index .video-box .con ul li .video-img .video-fm{width:100%;height:100%;display: block;}
/*.new-index .video-box .con ul li .video-img video{width: 100%;height: 100%;object-fit: fill;display: block;}*/
/*.new-index .video-box .con ul li .video-img .video-btn{position: absolute;top:0;left:0;width:100%;height:100%;}*/
.new-index .video-box .con ul li .video-img .video-btn{display:block;position: absolute;top:0;left:0;right:0;bottom:0;margin:auto;width:46px;}
.new-index .video-box .con ul li .video-text{padding:0 15px;}
.new-index .video-box .con ul li .video-text .video-tit{position: relative;padding-left:50px;}
.new-index .video-box .con ul li .video-text .video-tit .video-logo{position:absolute;top:-15px;left:0;width:45px;height:45px;border-radius:50%;background: rgba(255,255,255,.3);}
.new-index .video-box .con ul li .video-text .video-tit .video-logo img{display:block;width:37px;height:37px;margin:4px auto;border-radius:50%;}
.new-index .video-box .con ul li .video-text .video-tit h3{font-weight:normal;line-height: 35px;color:#2b2b2b;font-size: 20px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.new-index .video-box .con ul li .video-text .video-wz{position: relative;}
.new-index .video-box .con ul li .video-text .video-wz p{text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;padding:0 16px;margin:8px 0 15px;color:#505050;font-size: 16px;line-height: 24px;height:48px;}
.new-index .video-box .con ul li .video-text .video-wz img{display:block;position: absolute;width:12px;}
.new-index .video-box .con ul li .video-text .video-wz .img1{top:0;left:0;}
.new-index .video-box .con ul li .video-text .video-wz .img2{bottom:0;right:0;}
.new-index .video-box .con .video-more{width:248px;margin:0 auto;}
.new-index .video-box .con .video-more a{display:block;background: #258aff;width:100%;text-align:center;line-height: 50px;color:#fff;font-size: 18px;}

.new-index .project-box{padding:50px 0 40px 0;background: #f6f7fc;}
.new-index .project-box .con{height:474px;padding:15px;overflow: hidden;}
.new-index .project-box .con li{float:left;display:flex;width:30%;margin:50px 5% 0 0;padding:30px 15px;box-sizing:border-box;border-radius:7px;background-color:#fff;box-shadow:0 0 15px rgba(37,137,255,0.3);transition: all 0.5s ease;}
.new-index .project-box .con li .img{width:64px;margin-right:12px;}
.new-index .project-box .con li .text{flex:1;}
.new-index .project-box .con li:nth-child(3n){margin-right:0;}
.new-index .project-box .con li h3{padding-bottom:15px;font-size: 20px;color:#333;position: relative;}
.new-index .project-box .con li p{height:48px;font-size: 15px;color:#333;line-height: 24px;}
/*.new-index .project-box .con li .img1{position: absolute;top:-35px;left:44px;width:48px;height:auto;z-index: 1;}*/
/*.new-index .project-box .con li .img2{display:block;position: absolute;top:-19px;left:32px;width:43px;height:auto;z-index: 3;}*/
.new-index .project-box .con li:hover{box-shadow: 0 10px 15px rgba(0,0,0,.15);top: -7px;}

.new-index .cooperation-box{padding:50px 0 40px;position: relative;overflow: hidden;}
.new-index .cooperation-box .container{overflow: hidden;}
.new-index .cooperation-box .logo-imgs {margin:30px 0;width:2400px;height:70px;white-space: nowrap;animation: 60s rowleft linear infinite normal;}
.new-index .cooperation-box .logo-imgs:nth-child(even){animation: 80s rowleft linear infinite normal;}
.new-index .cooperation-box .logo-imgs img{display:inline-block;margin:0 20px;height:50px;}
.new-index .cooperation-box .mask{display:flex;align-items:center;justify-content:center;position: absolute;top:50%;left:50%;margin-top:-70px;margin-left:-300px;width:600px;height:140px;border-radius:10px;z-index:3;}
.new-index .cooperation-box .mask p {line-height:36px;font-size: 34px;font-weight:bold;color:#333;background: #fff;box-shadow: 0 0 30px rgba(255,255,255,.5);}
.new-index .cooperation-box .mask p span{margin:0 5px;font-weight:bold;color:#258aff;}
@keyframes rowleft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-1200px, 0, 0);
        transform: translate3d(-1200px, 0, 0);
    }
}
/*.new-index .cooperation-box{padding:50px 0 125px;background: url("../images/zqy-introduce/cooperation-bg.png") no-repeat top left;background-size:100% 100%;}*/
/*.new-index .cooperation-box .con{height: 455px;margin: 100px auto 0;  position: relative;font-size: 0px; text-align: center;}*/
/*.new-index .cooperation-box .con .list a{width: 158px;height: 182px;  display: inline-block;  vertical-align: top;  font-size: 16px;  overflow: hidden;  margin: 0 -1px;  transition: all 0.5s ease;}*/
/*.new-index .cooperation-box .con .list .border-left { width: 156px;  height: 182px;  overflow: hidden;  transform: rotate(60deg);  display: inline-block;  border-right: 1px solid #3291ff;  border-left: 1px solid #3291ff;  transition: border 0.5s ease;  }*/
/*.new-index .cooperation-box .con .list .border-right { width: 156px;  height: 182px;  overflow: hidden;  transform: rotate(60deg);  display: inline-block;  border-right: 1px solid #3291ff;  border-left: 1px solid #3291ff;  transition: border 0.5s ease;  }*/
/*.new-index .cooperation-box .con .list .border-horizontal{  width: 156px;  height: 182px;  background: #FFFFFF;  transform: rotate(-120deg);  display: flex;  justify-content: center;  align-items: center;  border-right: 1px solid #3291ff;  border-left: 1px solid #3291ff;  transition: border 0.5s ease;}*/
/*.new-index .cooperation-box .con .list .border-horizontal img {  width: 140px; }*/
/*.new-index .cooperation-box .con .list2{width: 100%; position: absolute; top: 136px;}*/
/*.new-index .cooperation-box .con .list3{width: 100%; position: absolute; top: 272px;}*/

.new-index .cost-box{padding:50px 0;background:#F8FBFF;}
.new-index .cost-box .con{overflow: hidden;margin-top:30px;}
.new-index .cost-box .con p{background:#fff;margin-bottom:2px;font-size: 20px;text-align: center;height:68px;line-height: 68px;}
.new-index .cost-box .con .tit{background: #ebf0f5;height:55px;line-height: 55px;text-align: center;font-size:22px;margin-bottom:0;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.new-index .cost-box .con .left{width:598px;float:left;}
.new-index .cost-box .con .left .top{overflow: hidden;}
.new-index .cost-box .con .left .top .list1{width:297px;float:left;}
.new-index .cost-box .con .left .top .list2{width:297px;float:right;}
.new-index .cost-box .con .left .down p{background:#fff;margin-bottom:2px;font-size: 20px;font-weight:bold;text-align: center;height:68px;line-height: 68px;display: flex;align-items: center;justify-content: center;}
.new-index .cost-box .con .left .down p img{width:125px;height:auto;}
.new-index .cost-box .con .right{width:598px;float:right;}
.new-index .cost-box .con .right-list{padding:0 6px;height:68px;background:#fff;margin-bottom:2px;display: flex;align-items: center;justify-content: center;}
.new-index .cost-box .con .right-list p{text-align:left;font-size: 15px;height:auto;line-height: 22px;}
.new-index .cost-box .con .right-list p span{font-weight: bold;}
.new-index .cost-box .con .right-list p.line{color:#258aff;font-size: 25px;position: relative;}
.new-index .cost-box .con .right-list p.line:after{content:'';position: absolute;top:11px;left:-7px;width:110%;height:110%;transform: rotate(15deg);border-top:2px solid #258aff;}
.new-index .cost-box .con .right-list a{margin-left:15px;line-height: 36px;width:150px;text-align: center;font-size:15px;color:#fff;border-radius:20px;background: linear-gradient(to right,#2589ff,#00bbff);animation: zoomIn 1.2s linear 1.2s infinite alternate;}
@keyframes zoomIn {
    0% { transform: scale(0.8); }
    50% { transform: scale(1); }
    100% { transform: scale(0.8); }
}

/*产品-超级店铺*/
.product-super{}
.product-super .tit{margin-bottom:40px;}
.product-super .tit h3{margin-bottom:23px;font-size: 35px;color:#333;text-align: center;}
.product-super .tit img{display:block;margin:0 auto;}
.product-super .super-part1{padding:60px 0 40px;background:#F8FBFF; }
.product-super .super-part1 .con img{max-width:100%;width:auto;display: block;margin:0 auto;}
.product-super .super-part2{padding:60px;}
.product-super .super-part2 .tit{margin-bottom:30px;}
.product-super .super-part2 .con {overflow: hidden;}
.product-super .super-part2 .con li{float:left;width:25%;height:210px;padding:30px 45px;border-bottom:1px solid #c2ddff;border-right:1px solid #c2ddff;box-sizing: border-box;}
.product-super .super-part2 .con:last-child li{border-bottom: 0;}
.product-super .super-part2 .con li:last-child{border-right: 0;}
.product-super .super-part2 .con li .img{height:60px;}
.product-super .super-part2 .con li h3{margin-bottom:20px;font-size:20px;font-weight:normal;color:#333;}
.product-super .super-part2 .con li p{font-size:16px;line-height: 22px;color:#858ab4;}
.product-super .super-part3{padding:60px 0;background:#F8FBFF;}
.product-super .super-part3 .con{display: flex;align-items: center;justify-content:space-between;}
.product-super .super-part3 .con li a{display: flex;flex-direction:column;align-items: center;}
.product-super .super-part3 .con li h3{margin:30px auto;font-size: 20px;color:#333;}

.product-tool .tit{display:flex;align-items:center;justify-content:center;margin-bottom:60px;}
.product-tool .tit h3{margin:0 15px;font-size: 35px;color:#333;}
.product-tool .tit p{font-size: 22px;color:#333;}
.product-tool .tool-part1{padding:55px 0 30px;}
.product-tool .tool-part1 .con{display: flex;justify-content: center;padding:0 28px;}
.product-tool .tool-part1 .con .img{margin-right:70px;}
.product-tool .tool-part1 .con .text{margin-top:3px;width:530px;}
.product-tool .tool-part1 .con .word{margin-top:25px;font-size: 20px;color:#333;line-height: 40px;}
.product-tool .tool-part2{padding:55px 0;}
.product-tool .tool-part2 .con{position: relative;height:552px;}
.product-tool .tool-part2 .con .list-tit{width:100%;position: relative;padding:25.5px 0;}
.product-tool .tool-part2 .con .list-tit li{width:430px;height:127px;margin-bottom:60px;}
.product-tool .tool-part2 .con .list-tit li:nth-child(3),.product-tool .tool-part2 .con .list-tit li:nth-child(5){margin-bottom:0;}
.product-tool .tool-part2 .con .list-tit li:nth-child(4){position: absolute;top:119px;right:0;}
.product-tool .tool-part2 .con .list-tit li:nth-child(5){position: absolute;bottom:119px;right:0;}

.product-tool .tool-part2 .con .list-tit li a{display: flex;padding:22px 32px;width:430px;box-sizing: border-box;border-radius: 15px;}
.product-tool .tool-part2 .con .list-tit li.active{background: #fff;box-shadow: 0 0 16px rgba(159,195,255,.4);}
.product-tool .tool-part2 .con .list-tit li a img{margin-right:18px;width:32px; height: 32px;}
.product-tool .tool-part2 .con .list-tit li a .text{flex:1;}
.product-tool .tool-part2 .con .list-tit li a .text h3{margin-bottom:15px;font-size: 20px;color:#333;}
.product-tool .tool-part2 .con .list-tit li a .text p{line-height:24px;font-size: 14px;color:#333;}
.product-tool .tool-part2 .con .img-box{position: absolute;top:50%;margin-top:-276px;left:50%;margin-left:-130px;width:259px;height:552px;}
.product-tool .tool-part2 .con .img-box img{width:100%;height:100%;}
/*.product-tool .tool-part2 .con .img-box img.show{display: block;}*/
.product-tool .tool-part3{padding:55px 0;}
.product-tool .tool-part4{background:#F8FBFF;}
.product-tool .tool-part3 .study-box{padding-top: 10px;}
.product-tool .tool-part3 .con{}
.product-tool .tool-part3 .con img{display:block;margin:0 auto;}
.product-tool .tool-part5{padding:60px 0;}
.product-tool .tool-part5 .con .list-tit{display: flex;align-items: center;justify-content: center;margin-bottom:25px;}
.product-tool .tool-part5 .con .list-tit:last-child{margin-bottom:0;}
.product-tool .tool-part5 .con .list-tit li{margin:0 25px;padding:0 22px;height:40px;line-height: 40px;background:#258aff;border-radius: 25px; }
.product-tool .tool-part5 .con .list-tit li a{color:#fff;font-size: 16px;}
.product-tool .tool-part5 .con .img-box{display: flex;align-items: center;justify-content: center;margin:40px 0 0;}
.product-tool .tool-part5 .con .img-box img{margin:0 30px;}
.product-tool .scroll-text{padding:40px 0 0;}
.product-tool .scroll-text .con{display:flex;align-items:center;width:980px;margin:0 auto;padding:0 30px;height:35px;border:1px solid #6091ff;border-radius: 20px;}
.product-tool .scroll-text .con .tit2{color:#000;font-size:14px;margin-left:20px;}
.product-tool .scroll-text .swiper-container{height:100%;margin-left:20px;flex:1;overflow: hidden;}
.product-tool .scroll-text .swiper-container .swiper-slide{display:flex;align-items:center;height:100%;}
.product-tool .scroll-text .swiper-container .swiper-slide p{flex:1;display: flex;align-items: center; color:#000;font-size:14px;white-space:nowrap;text-overflow: ellipsis;overflow: hidden;}
.product-tool .scroll-text .swiper-container .info{margin-right:150px;justify-content: space-between;}
.product-tool .scroll-text .swiper-container p span{white-space:nowrap;text-overflow: ellipsis;overflow: hidden;}
.product-tool .scroll-text .swiper-container .text span{color:#666;}
.product-tool .apply-box{background:#F8FBFF;}

.product-xcx .tit{display:flex;align-items:center;justify-content:center;margin-bottom:60px;}
.product-xcx .tit h3{margin:0 15px;font-size: 35px;color:#333;}
.product-xcx .tit p{font-size: 22px;color:#333;}
.product-xcx .xcx-part1{padding:55px 0 30px;}
.product-xcx .xcx-part1 .con{display: flex;justify-content: center;align-items: center;padding:0 28px;}
.product-xcx .xcx-part1 .con .img{width:50%;display: flex;align-items: center;justify-content: center;}
.product-xcx .xcx-part1 .con .text{width:50%;padding-left:20px;box-sizing: border-box;}
.product-xcx .xcx-part1 .con .word{font-size: 20px;color:#333;line-height: 40px;}
.product-xcx .xcx-part1 .con .word_tit{margin-top:25px;font-size: 20px;color:#333;line-height: 40px;font-weight: bold;}
.product-xcx .xcx-part2 {padding: 60px 0;background: #F8FBFF;}
.product-xcx .xcx-part2 .container{display: flex;justify-content: center;align-items: center;}
.product-xcx .xcx-part2 .container .text{display: flex;flex-direction:column;width:650px;box-sizing: border-box;}
.product-xcx .xcx-part2 .container .text h3{margin-bottom:20px;font-size:28px;color:#333;}
.product-xcx .xcx-part2 .container .text p{position:relative;padding-bottom:15px;line-height:40px;font-size:18px;color:#333;}
.product-xcx .xcx-part2 .container .text a{width:120px;height: 42px;line-height: 42px;text-align:center;font-size: 18px;color: #fff;border-radius: 25px;text-shadow: 0 0 6px rgba(2,96,255,.8);background: linear-gradient(to right,#2659FE,#26A9FE);}
.product-xcx .xcx-part2 .container .fl-text{padding-right:130px;}
.product-xcx .xcx-part2 .container .fr-text{padding-left:130px;}

.product-xcx .xcx-part3 .circle{position: relative; display: flex;align-items:center;justify-content: center;  width: 120px;height:120px;margin:80px auto 120px; border-radius: 50%;border:4px solid #6091FF;}
.product-xcx .xcx-part3 .circle h4{font-size: 22px;color:#333;text-align: center;}
.product-xcx .xcx-part3 .circle .p{position: absolute;line-height:40px; font-size: 20px;color:#333;white-space: nowrap;}
.product-xcx .xcx-part3 .circle .p1{right:180px;top:-20px;}
.product-xcx .xcx-part3 .circle .p2{right:220px;top:40px;}
.product-xcx .xcx-part3 .circle .p3{right:200px;top:100px;}
.product-xcx .xcx-part3 .circle .p4{left:180px;top:-20px;}
.product-xcx .xcx-part3 .circle .p5{left:220px;top:40px;}
.product-xcx .xcx-part3 .circle .p6{left:200px;top:100px;}
.product-xcx .xcx-part3 .circle .p7{width:240px;text-align:center;top:150px;left:63px;margin-left:-120px;}
.product-xcx .apply-box{background: #F8FBFF;}

.product-tenders .tit{display:flex;align-items:center;justify-content:center;padding-bottom:40px;}
.product-tenders .tit h3{margin:0 15px;font-size: 35px;color:#333;}
.product-tenders .tenders-part1{padding:60px 0;background:#fff;}
.product-tenders .tenders-part1 .con ul{margin-top:40px;display: flex;}
.product-tenders .tenders-part1 .con ul li{flex:1;}
.product-tenders .tenders-part1 .con ul li .img{display: flex;align-items:center;justify-content:center;width:135px;height:138px;margin:0 auto;}
.product-tenders .tenders-part1 .con ul li p{padding:20px 18px;line-height: 27px;text-align:center;font-size: 18px;color:#333;}
.product-tenders .tenders-part2{padding:60px 0;background:#F8FBFF; }
.product-tenders .tenders-part3{background:#fff;}
.product-tenders .tenders-part2 .container{display: flex;justify-content: center;}
.product-tenders .tenders-part2 .container .text{display: flex;flex-direction:column;box-sizing: border-box;padding-top:30px;}
.product-tenders .tenders-part2 .container .text h3{margin-bottom:20px;font-size:28px;color:#333;}
.product-tenders .tenders-part2 .container .text p{position:relative;padding-bottom:15px;line-height:24px;font-size:16px;color:#333;}
.product-tenders .tenders-part2 .container .text p::after{content:'';display:block;position: absolute;bottom:0;left:0;width:60px;height:4px;background: #0070FA;border-radius: 4px;}
.product-tenders .tenders-part2 .container .text .img{margin:20px 0;display: block;width:auto;}
.product-tenders .tenders-part2 .container .text a{width:120px;height: 42px;line-height: 42px;text-align:center;font-size: 18px;color: #fff;border-radius: 25px;text-shadow: 0 0 6px rgba(2,96,255,.8);background: linear-gradient(to right,#2659FE,#26A9FE);}
/*.product-tenders .tenders-part2 .container .img-box{display:flex;}*/
/*.product-tenders .tenders-part2 .container .img-box img{}*/
.product-tenders .tenders-part2 .container .fl-text{padding-right:130px;}
.product-tenders .tenders-part2 .container .fr-text{padding-left:130px;}
/*.product-tenders .tenders-part2 .container .fl-img{justify-content:flex-end;margin-right:15px;}*/
/*.product-tenders .tenders-part2 .container .fr-img{margin-left:15px;}*/
.product-tenders .tenders-part4{padding:60px 0;background:#F8FBFF; }
.product-tenders .tenders-part4 .list-box{display: flex;justify-content:space-between;flex-wrap: wrap;}
.product-tenders .tenders-part4 .list-box .list{margin-top:25px;width:580px;padding:36px;border-radius:12px;box-sizing: border-box;background:#fff;box-shadow: 0 0 8px rgba(31, 31, 31, 0.08);}
.product-tenders .tenders-part4 .list-box .list a{display:flex;align-items:center;}
.product-tenders .tenders-part4 .list-box .list .icon{display: flex;width:74px;align-items: center;}
.product-tenders .tenders-part4 .list-box .list .text{flex:1;margin-left: 10px;}
.product-tenders .tenders-part4 .list-box .list .text h3{font-size: 24px;font-weight: normal;color:#333;}
.product-tenders .tenders-part4 .list-box .list .text p{margin-top:12px;font-size: 16px;line-height:26px;color:#333;}
.product-site .tit{margin-bottom:40px;}
.product-site .tit h3{margin-bottom:23px;font-size: 35px;color:#333;text-align: center;}
.product-site .tit img{display:block;margin:0 auto;}
.product-site .site-part1{padding:60px 0;}
.product-site .site-part1 .con ul{display: flex;}
.product-site .site-part1 .con ul li{flex:1;}
.product-site .site-part1 .con ul li a{display: block;}
.product-site .site-part1 .con ul li img{display: block;margin:0 auto;height:162px;width:auto;}
.product-site .site-part1 .con ul li p{margin-top:28px;text-align:center;font-size: 20px;color:#333;}
.product-site .site-part2{padding:60px 0;background:#f7fafc; }
.product-site .site-part2 .con{}
.product-site .site-part2 .con ul{padding:10px;overflow: hidden;}
.product-site .site-part2 .con ul li{float:left;padding-top:30px;margin-right:1.25%;height:350px;width:19%;background:#fff;}
.product-site .site-part2 .con ul li:last-child{margin-right:0;}
.product-site .site-part2 .con ul li:hover{box-shadow: 0 0 10px rgba(56,96,244,.2);}
.product-site .site-part2 .con ul li a{display: block;padding:10px 0;}
.product-site .site-part2 .con ul li img{display: block;margin:0 auto;height:136px;width:auto;}
.product-site .site-part2 .con ul li h3{margin:25px 0;text-align:center;font-size: 22px;color:#333;font-weight: normal;}
.product-site .site-part2 .con ul li p{padding:0 20px;font-size:16px;line-height:24px;color:#333;}
.product-site .site-part3{padding:60px 0;}
.product-site .site-part4{background:#f7fafc;}
.product-site .site-part3 .con{display: flex;align-items: center;}
.product-site .site-part3 .con .text{width:50%;padding:0 8% 0 2%;box-sizing: border-box;}
.product-site .site-part4 .con .text{padding:0 2% 0 8%;}
.product-site .site-part3 .con .text h3{margin-bottom:30px;font-size:28px;color:#333;}
.product-site .site-part3 .con .text p{line-height:40px;font-size:20px;color:#333;}
.product-site .site-part3 .con .img{display:flex;width:50%;}
.product-site .site-part3 .con .img{justify-content: flex-start;}
.product-site .site-part4 .con .img{justify-content: flex-end;}
.product-site .site-part3 .con .img img{max-width: 100%;width:auto;}
.product-site .apply-box{background:#f7fafc;}

.product-flow .tit{padding-top:50px;}
.product-flow .tit h3{margin-bottom:23px;font-size: 35px;color:#333;text-align: center;}
.product-flow .tit img{display:block;margin:0 auto;}
.product-flow .flow-part1{position: relative;}
.product-flow .flow-part1 .img-bg1{position: absolute;top:15%;left:0;width:13%;}
.product-flow .flow-part1 .img-bg2{position: absolute;top:55%;right:0;width:10%;}
.product-flow .flow-part1 .con{width:1128px;margin:30px auto;position: relative;z-index: 2;}
.product-flow .flow-part1 .con .img-box{display: flex;align-items: center;justify-content: space-between;}
.product-flow .flow-part1 .con .img-box{display: flex;align-items: center;justify-content: space-between;}
.product-flow .flow-part1 .con .text{display: flex;padding:70px 0;background: #fff;box-shadow: 0 0 20px rgba(56,96,244,.2);}
.product-flow .flow-part1 .con .text p{position:relative;flex:1;padding:0 100px;color:#333;font-size: 20px;line-height: 30px;}
.product-flow .flow-part1 .con .text p span{display:block;content:'';position:absolute;top:11px;left:74px;width:8px;height:8px;border-radius: 50%;background: #115dff;}
.product-flow .flow-part1 .con .text p span:before{display:block;content:'';position: absolute;top:0;left:0;width:8px;height:8px;border-radius: 50%;background: #115dff;animation: tag_shake 1.2s infinite;}
.product-flow .flow-part1 .con .point{display: flex;justify-content:center;flex-direction:column;margin-top:50px;}
.product-flow .flow-part1 .con .point .point-img{display: flex;align-items: center;justify-content: center;}
.product-flow .flow-part1 .con .point .point-img img{margin:0 76px;}
.product-flow .flow-part1 .con .point p{display:inline-block;margin:20px auto 30px;padding:0 80px;height:80px;line-height: 80px;font-size:30px;color:#333;background: #fff;box-shadow: 0 0 20px rgba(56,96,244,.2);}
.product-flow .flow-part2 .con{width:1128px;margin:0 auto;}
.product-flow .flow-part2 .con .list-tit{display:flex;align-items: center;justify-content: space-between;margin:50px 0;}
.product-flow .flow-part2 .con .list-tit li{position:relative;width:245px;color:#fff;border-radius:25px;height:50px;line-height:50px;text-align:center;background: #115dff;}
.product-flow .flow-part2 .con .list-tit li:last-child{width:280px;}
.product-flow .flow-part2 .con .list-tit li:after{content:'';position: absolute;top:100%;left:50px;width:30px;height:24px;background:url("../images/NewIndex/product-flow-icon4.png") no-repeat;}
.product-flow .flow-part2 .con .list-tit li:nth-child(3):after,.product-flow .flow-part2 .con .list-tit li:last-child:after{left:auto;right:50px;background-image: url("../images/NewIndex/product-flow-icon5.png");}
.product-flow .flow-part2 .con .list-tit li a{font-size: 24px;color:#fff;}
.product-flow .flow-part2 .con .fk-img{ position: relative;width:900px;margin:0 auto;}
.product-flow .flow-part2 .con .swiper-img1{width:450px;margin:50px auto 0;}
.product-flow .flow-part2 .con .swiper-img1 .swiper-slide img{display: block;width:401px;margin:0 auto;}
.product-flow .flow-part2 .con .swiper-button-prev{left:0px;width:96px;height:97px;margin-top:-48px;background: url("../images/NewIndex/product-flow-prev.png") no-repeat;}
.product-flow .flow-part2 .con .swiper-button-next{right:0px;width:96px;height:97px;margin-top:-48px;background: url("../images/NewIndex/product-flow-next.png") no-repeat;}
.product-flow .flow-part2 .con .swiper-img2{width:700px;margin:-30px auto 40px;}
.product-flow .flow-part2 .con .swiper-img2 .swiper-slide{width:auto;padding:10px 0;transform: scale(0.8);}
.product-flow .flow-part2 .con .swiper-img2 .swiper-slide img{box-shadow: 0 0 20px rgba(56,96,244,.2);}
.product-flow .flow-part2 .con .swiper-img2 .swiper-slide .img1{display: block;}
.product-flow .flow-part2 .con .swiper-img2 .swiper-slide .img2{display: none;}
.product-flow .flow-part2 .con .swiper-img2 .swiper-slide-active{transform: scale(1);}
.product-flow .flow-part2 .con .swiper-img2 .swiper-slide-active .img1{display: none; }
.product-flow .flow-part2 .con .swiper-img2 .swiper-slide-active .img2{display: block; }

@keyframes tag_shake{
    0%{transform: scale(1);opacity: .8;}
    100%{transform: scale(3.6);opacity: 0;}
}

.product-study .study-part1{padding:60px 0;background:#F8FBFF;}
.product-study .study-part1 ul{display: flex;align-items: center;justify-content: space-between;padding:0 20px;}
.product-study .study-part1 ul li .part1-tit{position: relative;width:340px;}
.product-study .study-part1 ul li .part1-tit img{width:100%;}
.product-study .study-part1 ul li .part1-tit h3{position: absolute;top:50%;height:36px;width:100%;margin-top:-15px;line-height:30px;text-align: center;color:#fff;font-size: 24px;}
.product-study .study-part1 ul li .text{width:340px;padding:20px 25px 0;height:130px;background: #fff;box-shadow: 0 10px 20px rgba(0,112,250,.2);box-sizing: border-box;}
.product-study .study-part1 ul li .text p{font-size: 16px;line-height: 28px;color:#666;text-align: center;}
.product-study .study-part2{padding:60px 0;}
.product-study .study-part2 .container{display: flex;align-items: center;padding:0 20px;box-sizing: border-box;}
.product-study .study-part2 .container .list{flex:1;margin-left:90px;}
.product-study .study-part2 .container .list li{margin:30px 0;}
.product-study .study-part2 .container .list li a{display: flex;}
.product-study .study-part2 .container .list li a .icon{position: relative;width:56px;height:56px;margin-right:25px;}
.product-study .study-part2 .container .list li a .icon:after{z-index:1;content: '';width:50px; height:50px;border-radius:8px;position:absolute;top:3px;left:3px;box-shadow: 0 0 15px rgba(0,0,8,.2);}
.product-study .study-part2 .container .list li a .icon img{width:56px;height:56px;position: absolute;z-index: 2;}
.product-study .study-part2 .container .list li a .text{flex:1;}
.product-study .study-part2 .container .list li a .text h4{font-size: 22px;color:#333;font-weight: normal;}
.product-study .study-part2 .container .list li a .text p{margin-top:10px;font-size: 16px;color:#666;line-height: 30px;}
.product-study .study-part2 .container .list li:last-child a{align-items: center;}
.product-study .study-part2 .container .list li:last-child a .icon:after{box-shadow: 0 0 15px rgba(0,112,248,.2);}
.product-study .apply-box{background:#F8FBFF;}

.product-super-act .super-act-part1{padding:60px 0;}
.product-super-act .tit{padding-top:50px;}
.product-super-act .tit h3{margin-bottom:23px;font-size: 35px;color:#333;text-align: center;}
.product-super-act .super-act-part1 .con img{width:100%;}
.product-super-act .super-act-part2{padding:60px 0;background:#F8FBFF;}
.product-super-act .super-act-part2 .con{display: flex;justify-content: space-between;flex-wrap: wrap;}
.product-super-act .super-act-part2 .con li{width:293px;margin:30px 0;}
.product-super-act .super-act-part2 .con li img{width:100%;}
.product-super-act .super-act-part2 .con li p{padding-top:10px;color:#333;font-size: 22px;text-align: center;}
    /*客户案例*/
.case-index .case-list .container{}
.case-index .case-list .container ul{padding:60px 20px 0;overflow: hidden;}
.case-index .case-list .container ul li{float:left;background:#fff;width:31%;border:1px solid #7db9ff;box-sizing: border-box;box-shadow: 0 0 10px rgba(37,138,255,.4);margin:0 3.5% 3.5% 0;}
.case-index .case-list .container ul li:nth-child(3n){margin-right:0;}
.case-index .case-list .container ul li .video-img{width:100%;height:170px;position: relative;}
/*.case-index .case-list .container ul li .video-img video{width: 100%;height: 100%;object-fit: fill;display: block;}*/
.case-index .case-list .container ul li .video-img .video-fm{display:block;width:100%;height:100%;}
.case-index .case-list .container ul li .video-img .video-btn{display:block;position: absolute;top:0;left:0;right:0;bottom:0;margin:auto;width:46px;}
.case-index .case-list .container ul li .video-text{padding:0 15px;}
.case-index .case-list .container ul li .video-text .video-tit{position: relative;padding-left:50px;}
.case-index .case-list .container ul li .video-text .video-tit .video-logo{position:absolute;top:-15px;left:0;width:45px;height:45px;border-radius:50%;background: rgba(255,255,255,.3);}
.case-index .case-list .container ul li .video-text .video-tit .video-logo img{display:block;width:37px;height:37px;margin:4px auto;border-radius:50%;}
.case-index .case-list .container ul li .video-text .video-tit h3{margin-top:2px;font-weight:normal;line-height: 35px;color:#2b2b2b;font-size: 20px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.case-index .case-list .container ul li .video-text .video-wz{position: relative;}
.case-index .case-list .container ul li .video-text .video-wz p{text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height: 24px;height:48px;padding:0 16px;margin:8px 0 15px;color:#505050;font-size: 16px;}
.case-index .case-list .container ul li .video-text .video-wz img{display:block;position: absolute;width:12px;}
.case-index .case-list .container ul li .video-text .video-wz .img1{top:0;left:0;}
.case-index .case-list .container ul li .video-text .video-wz .img2{bottom:0;right:0;}
.cooperate-index .part1{position:relative;margin-top:-70px;padding-bottom:60px;z-index: 2;}
.cooperate-index .part1 .con{padding:35px 0;margin:0 auto;border-radius: 5px;box-shadow: 0 0 20px rgba(0,0,0,.2);background: #fff;box-sizing: border-box;}
.cooperate-index .part1 .tit{display: flex;align-items: center;justify-content: space-between;padding-bottom:20px;margin:0 35px;border-bottom: 1px solid #dedede;}
.cooperate-index .part1 .tit h3{font-size: 35px;color:#333;}
.cooperate-index .part1 .tit .right{display: flex;align-items: center;}
.cooperate-index .part1 .tit .right img{}
.cooperate-index .part1 .tit .right p{margin:0 20px;font-size: 26px;color:#0070fa;font-weight: bold;}
.cooperate-index .part1 .tit .right a{width:135px;line-height:38px;text-align:center;font-size:18px;font-weight: bold;color:#fff;border-radius:5px;background:#0070fa; }
.cooperate-index .part1 .text-con{margin: 20px 35px;}
.cooperate-index .part1 .text-con .text-tit{display:flex;align-items:center;margin:10px 0;font-size: 24px;color:#333;font-weight: 600;height:26px;line-height: 26px;}
.cooperate-index .part1 .text-con .text-tit::before{content:'';display:inline-block;margin-right: 12px;width:2px;height:20px;background: #0070FA;border-radius: 1px;}
.cooperate-index .part1 .text-con .icon-box{display: flex;flex-wrap: wrap;}
.cooperate-index .part1 .text-con .icon-box .list{display: flex;margin:20px 0;width:33.33%;}
.cooperate-index .part1 .text-con .icon-box .list .img{width:34px;margin-right: 13px;}
.cooperate-index .part1 .text-con .icon-box .list .img img{width:23px;}
.cooperate-index .part1 .text-con .icon-box .list .text{}
.cooperate-index .part1 .text-con .icon-box .list .text h3{font-size: 22px;color:#333;font-weight: normal;}
.cooperate-index .part1 .text-con .icon-box .list .text p{margin-top:10px;font-size: 16px;color:#666;}
/*.cooperate-index .part1 .text-con .text-list{flex:1;padding:0 35px;border-right:1px solid #dedede;}*/
/*.cooperate-index .part1 .text-con .text-list:last-child{border:0;}*/
/*.cooperate-index .part1 .text-con .text-list h3{font-size: 20px;color:#333;}*/
/*.cooperate-index .part1 .text-con .text-list .classify{display:flex;margin-top:20px;}*/
/*.cooperate-index .part1 .text-con .text-list .classify .text{flex:1;justify-content: space-between;}*/
/*.cooperate-index .part1 .text-con .text-list .classify .text p{line-height: 35px;font-size: 15px;color:#333;}*/
.cooperate-index .part2{padding:60px 0;background:#F8FBFF;}
.cooperate-index .part2 .tit{display:flex;align-items:center;justify-content:center;}
.cooperate-index .part2 .tit h3{margin:0 15px;font-size: 35px;color:#333;}
.cooperate-index .part2 .tit-text{margin:20px 0 40px;font-size: 20px;color:#333;text-align: center;}
.cooperate-index .part2 .con{display: flex;justify-content: space-between;margin-bottom:30px;}
.cooperate-index .part2 .con li{padding:45px 30px;width:26%;border-radius: 8px;background: #fff;box-shadow: 0 0 20px rgba(56,96,244,.2);}
.cooperate-index .part2 .con li a{display: block;}
.cooperate-index .part2 .con li img{display:block;margin:0 auto;height:98px;}
.cooperate-index .part2 .con li h3{margin:30px 0 15px;font-size: 22px;color:#333;text-align: center;}
.cooperate-index .part2 .con li p{font-size: 16px;color:#666;line-height: 30px;}
.about-index .part1{padding:60px 0;background:#F8FBFF;}
.about-index .part1 .con{display:flex;padding:30px 40px;margin:0 auto;border-radius: 5px;box-shadow: 0 0 20px rgba(0,0,0,.2);background: #fff;box-sizing: border-box;}
.about-index .part1 .con .text{flex:1;margin-right:30px;}
.about-index .part1 .con .text h3{margin:10px auto 30px;font-size: 42px;color:#333;}
.about-index .part1 .con .text p{margin-top:15px;text-indent:2em;font-size: 16px;line-height:45px;color:#333;}
.about-index .part1 .con .text p span{color:#333;font-size: 18px;font-weight: bold;}
.about-index .part1 .con img{width:514px;}

.about-index .tit{display:flex;align-items:center;justify-content:center;margin-bottom: 50px;}
.about-index .tit h3{margin:0 15px;font-size: 35px;color:#333;}
.about-index .part2{padding:60px 0;}
.about-index .part2 .con img{margin:0 auto;max-width: 100%;}
.about-index .part3{padding:60px 0;background:#F8FBFF;}
.about-index .part3 .list-box{margin-bottom:30px;display: flex;align-items: center;justify-content: center;}
.about-index .part3 .list-box .list{padding:25px 40px;width:250px;height:330px;border-radius:8px;background:#fff;box-shadow: 0 0 20px rgba(56,96,244,.2);box-sizing: border-box;}
.about-index .part3 .list-box .list .tit2{display: block;margin:0 auto;}
.about-index .part3 .list-box .list span{display:block;margin:20px 25px;text-align:center;line-height: 30px;color:#2589ff;font-size:15px;border-radius:5px;border: 1px solid #2589ff;}
.about-index .part3 .list-box .list p{margin-bottom:15px;color:#333;font-size:14px;line-height: 20px;}
.about-index .part3 .list-box .icon{display:block;margin:0 13px;}
.about-index .part3 .list-box .list-last {display: flex;align-items: center;justify-content: center;}
.about-index .part4{padding:60px 0;}
.about-index .part4 .con .img-box{display: flex;align-items: center;justify-content: center;}
.about-index .part4 .con .img-box img{display:block;margin:15px;width:360px;}
.about-index .part5{padding:60px 0;background:#F8FBFF;}
.about-index .part5 .con{display: flex;justify-content: space-between;margin-bottom:50px;}
.about-index .part5 .con .list{width:285px;height:200px;padding:35px 20px;background-color:#fff;border-radius: 8px;box-shadow: 0 0 12px rgba(56,96,244,.2);box-sizing: border-box;}
.about-index .part5 .con .list .tit3{display: flex;align-items: center;margin-bottom:30px;}
.about-index .part5 .con .list .tit3 h3{margin-left:10px;color:#333;font-size: 20px;}
.about-index .part5 .con .list p{margin-top:8px;line-height:24px;color:#666;font-size: 16px;}
.about-index .part5 .map_box{width:100%;margin:0 auto 50px;height:570px;}
.about-index .part5 .map_box .map{width:100%;height:100%;}
.about-honor .honor_list{overflow: hidden;margin:60px 0;}
.about-honor .honor_list li{float: left; margin-right:2%; margin-bottom: 58px; width:32%;  border: 1px solid #ededed;box-sizing:border-box;overflow: hidden;}
.about-honor .honor_list li:nth-child(3n){margin-right:0;}
.about-honor .honor_list li .img_box{display:flex;align-items:center;justify-content:center;height: 425px;  background: #f5f5f5;overflow: hidden; }
.about-honor .honor_list li .img_box img {height:425px;transition: all 1s;}
.about-honor .honor_list li .img_box img:hover { opacity: 0.8;  -webkit-transform: scale(1.06); -ms-transform: scale(1.06); transform: scale(1.06); }
.about-honor .honor_list li .tex { height: 108px; display: flex;align-items: center;justify-content: center;}
.about-honor .honor_list li .tex p {padding:0 5px; color: #333;font-size:15px; line-height: 32px; text-align: center; }

    /*视频弹窗*/
.video-pop{ z-index: 100;position: fixed;top:0;left:0;width:100%;height:100%;background: rgba(0,0,0,.5);display: none;}
.video-pop .videos {position: absolute;top:50%;left:50%; transform: translate(-50%, -50%);}
.video-pop .videos .vclose { position: absolute;  right:-12px; top: -12px;  width: 25px !important;  height: 25px !important;}

.page{display:block;text-align: center;margin:40px 0 0;}
.page a{display: inline-block;color:#000;min-width:36px;text-align:center;font-size: 17px;line-height: 34px;border:1px solid #dfdfe5;margin:0 4px;border-radius: 5px;padding:0 10px;box-sizing: border-box;}
.page a:hover,.page a.active,.page strong{color:#fff;background: #2589ff;border:1px solid #2589ff;}
.page strong{display: inline-block;min-width:36px;text-align:center;font-size: 17px;line-height: 34px;color:#fff;background: #2589ff;border:1px solid #2589ff;margin:0 4px;border-radius: 5px;padding:0 10px;box-sizing: border-box;}
.page a.disabled{background: #efefef;border:1px solid #efefef;color:#c9c9c9;}
.page a.btn{border:1px solid #fff;}

/*新闻上面*/
.all-list{padding-top:60px;display: flex;align-items: center;justify-content: center;}
.all-list .part-item{margin:0 auto;display: flex;align-items: center;margin:0 auto;}
.all-list .part-item li{width:120px;height:42px;border:1px solid #eee;border-left:0;}
.all-list .part-item li:first-child{border-left:1px solid #eee;}
.all-list .part-item li a{display: block;text-align: center;line-height: 42px;color:#333;font-size: 18px;}
.all-list .part-item li.active a{background: #2589FF;color:#fff;border-color: #2589FF;}

/*cctop:0;left:0;*/
.about-update{position: relative;}
.about-update .part{margin:68px auto 40px;}
.about-update .part .part-list{margin:0 55px 12px;display: flex;justify-content: space-between;}
.about-update .part .part-list .left{position: relative;width:65px;overflow: hidden;}
.about-update .part .part-list .left::after{ content: '';position: absolute;top:98px;left:50%;margin-left:-1px;width:2px;height:100%;background: #2589ff;}
.about-update .part .part-list:last-of-type .left::after{height:0;}
.about-update .part .part-list:last-of-type .left i{display: none;}
.about-update .part .part-list .left img{display:block;width:60px;margin:0 auto;}
.about-update .part .part-list .left p{color:#181818;font-size: 16px;line-height: 35px;text-align: center;}
.about-update .part .part-list .left i{display:block;margin:0 auto;width:8px;height:8px;border:1px solid #2589ff;border-radius: 50%;box-sizing: border-box;}
.about-update .part .part-list .right{flex:1;margin-left:80px;padding-bottom:37px;}
.about-update .part .part-list .right a{display:block;border:1px solid #2589ff;border-radius: 10px;padding:30px 50px;}
.about-update .part .part-list .right a .part-list-tit{margin-bottom:14px;display: flex;align-items: center;justify-content: space-between;}
.about-update .part .part-list .right a .part-list-tit h3{font-weight:normal;text-align:left;line-height:35px;flex:1;font-size: 25px;color:#101010;}
.about-update .part .part-list .right a .part-list-tit .more{margin-left:5px;display: flex;align-items: center;}
.about-update .part .part-list .right a .part-list-tit .more p{font-size: 18px;color:#2589ff;margin-right:3px;}
.about-update .part .part-list .right a .part-list-tit .more img{width:23px;}
.about-update .part .part-list .right a .text{font-family:'';font-size: 18px;color:#101010;line-height:36px;white-space: pre-wrap;  }
.about-news .part{padding:60px 0;}

.about-news .part .container{padding:35px;box-shadow: 0px 0 15px rgba(120,183,255,.3);box-sizing: border-box; }
.about-news .part .tit2{display: flex;align-items: center;}
.about-news .part .tit2:before{content:'';display:block;width:4px;height:26px;background: #0070fa;}
.about-news .part .tit2 h3{margin:0 15px;font-size: 26px;color:#333;;}
.about-news .part .tit2 img{}
.about-news .part .list{padding:30px 0;display: flex;border-bottom: 1px dashed #dedede;}
.about-news .part .list:last-child{padding-bottom:0;border-bottom: 0;}
.about-news .part .list .img{width:310px;height:175px;margin-right:28px;border-radius: 5px;overflow: hidden;}
.about-news .part .list .img img{width:100%;height:100%;}
.about-news .part .list .text{flex:1;}
.about-news .part .list .text h3{font-size: 22px;color:#333;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-weight: normal;}
.about-news .part .list .text .word{margin:15px 0;height:84px;line-height:28px;font-size: 16px;color:#333;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.about-news .part .list .text .time{display: flex;align-items: center;justify-content: space-between;}
.about-news .part .list .text .time p{font-size: 16px;color:#999;}
.about-news .part .list .text .time a{font-size: 16px;color:#fff;line-height:35px;width:130px;text-align:center;background:#0070fa;border-radius: 8px; }


.about-news-detail .part{padding:30px 0;}
.about-news-detail .part h3 { font-size: 30px; text-align: center; font-weight: bold; }
.about-news-detail .part .header_title .detail_tex { font-size: 14px; color: #a1a1a1; line-height: 44px; text-align: center; }
.about-news-detail .part .tex_content { width:800px;margin:0 auto;padding-top: 38px; font-size: 14px; color: #000;  line-height: 34px;}
.about-news-detail .part .tex_content p,.about-news-detail .part .tex_content span{white-space: normal!important;}
    /*.about-news-detail .part .tex_content p {  font-size: 14px; color: #999999;  line-height: 34px; }*/
/*.about-news-detail .part .tex_content p:nth-child(1) { padding-bottom: 48px; }*/
/*.about-news-detail .part .tex_content p {color: #000; font-size: 16px;}*/
/*.about-news-detail .part .tex_content strong{font-weight: bold;}*/
.about-news-detail .part .tex_content img{max-width: 100%;padding: 5px 0;}
.about-news-detail .part .tex_content .icon_lit { text-align:center;position: relative; padding-top: 20px; }
.about-news-detail .part .tex_content .icon_lit > div { display: inline-block; font-family: Arial; width: 118px; margin-right: 85px; text-align: center; }
.about-news-detail .part .tex_content .icon_lit .good { position: relative; width: 116px; height: 116px; vertical-align: top; background: url("../images/about/spot_good_icon.png") no-repeat; }
.about-news-detail .part .tex_content .icon_lit .good span { position: absolute; top: 66%; width: 76px; font-size: 21px; color: #999999; left: 17%; }
.about-news-detail .part .tex_content .icon_lit .good_click { background: url("../images/about/y_good.png") no-repeat;  }
.about-news-detail .part .tex_content .icon_lit .good_click span { color: white; }
.about-news-detail .part .tex_content .icon_lit .share { position: relative; margin-right: 0; width: 115px; height: 150px; background: url("../images/about/share_icon.png") no-repeat; }
.about-news-detail .part .tex_content .icon_lit .share .share_box { margin-top: 30px; display: none; position: absolute; width: 337px; left: -34px; bottom: -30px; background-color: white; z-index: 99; overflow: hidden; border: 1px solid #eeeeee; }
.about-news-detail .part .tex_content .icon_lit .share .share_box > span { display: inline-block; width: 100%; font-size: 13px; line-height: 34px; font-weight: bold; text-align: left; background-color: #f6f6f6; }
.about-news-detail .part .tex_content .icon_lit .share .share_box > span em { padding-left: 10px; letter-spacing: 1px; }
.about-news-detail .part .tex_content .icon_lit .share .share_box ul { display: inline-block; width: 100%; padding: 15px 6px 0 6px; }
.about-news-detail .part .tex_content .icon_lit .share .share_box ul li { text-align: left; margin-left: 8px; margin-bottom: 9px; float: left; color: black; }
.about-news-detail .part .tex_content .icon_lit .share .share_box ul li a { font-size: 12px; }
.about-news-detail .part .tex_content .icon_lit .share .share_box ul li a img { vertical-align: middle; }
.about-news-detail .part .tex_content .icon_lit .share .share_box p { display: inline-block; text-align: right; line-height: 22px; width: 100%; background-color: #f6f6f6; }
.about-news-detail .part .tex_content .icon_lit .share .share_box p a { vertical-align: middle; padding-right: 7px; }
.about-news-detail .part .tex_content .icon_lit .share .share_box p a img { width: 11px; height: 11px; }
.about-news-detail .part .tex_content .icon_lit .share .share_box:hover { display: inline-block; }
.about-news-detail .part .tex_content .icon_lit .Collection { width: 116px; height: 115px; vertical-align: top; background: url("../images/about/Collection_icon.png"); }
.about-news-detail .part .tex_content .icon_lit .Collection_click { background: url("../images/about/y_Collection_icon.png"); }
.about-news-detail .part .tex_content .icon_lit .share:hover { background: url("../images/about/y_share_icon.png") no-repeat; }
.about-news-detail .part .tex_content .icon_lit .share:hover .share_box { display: inline-block; }

.about-news-detail .part .foot_page { margin: 88px 0 137px 0; width: 100%; height: 98px; font-size: 14px; background-color: #f8f8f8; }
.about-news-detail .part .foot_page .page_left { float: left; margin-left: 32px; }
.about-news-detail .part .foot_page .page_left a { line-height: 98px; }
.about-news-detail .part .foot_page .page_left a span {     color: #333;padding-left: 30px; position: relative; }
.about-news-detail .part .foot_page .page_left a span em { color:#0070fa; }
.about-news-detail .part .foot_page .page_left a span:before { position: absolute; content: ""; width: 12px; height: 19px; top: 0; left: 0; background-image: url("../images/about/left_arr.png"); }
.about-news-detail .part .foot_page .page_rit { float: right; margin-right: 32px; }
.about-news-detail .part .foot_page .page_rit a { line-height: 98px; }
.about-news-detail .part .foot_page .page_rit a span { color: #333;padding-right: 30px; position: relative; }
.about-news-detail .part .foot_page .page_rit a span em { color:#0070fa; }
.about-news-detail .part .foot_page .page_rit a span:after { position: absolute; content: ""; width: 12px; height: 19px; top: 0; right: -30px; background-image: url("../images/about/rit_arr.png"); }


.saas-detail{border:1px solid #2589ff;border-radius: 10px;width:977px;margin:63px auto;}
.saas-detail .return-list{display: flex;align-items: center;padding:30px 40px 0;}
.saas-detail .return-list img{display:block;width:23px;height:23px;transform: rotateZ(-180deg);margin-right:10px;}
.saas-detail .return-list p{font-size: 18px;color:#2589ff;}
.saas-detail .saas-detail-tit{margin-top:15px;text-align: center;}
.saas-detail .saas-detail-tit h3{color:#101010;font-size: 25px;font-weight: normal;}
.saas-detail .saas-detail-tit p{margin-top:20px;color:#101010;font-size: 18px;}
.saas-detail .saas-detail-text{padding:40px 90px;font-size:16px;}
.saas-detail .saas-detail-text p{font-size: 16px;color:#101010;line-height: 32px;}
.saas-detail .saas-detail-text strong{font-weight: bold;}
.saas-detail .saas-detail-text img{display:block;margin:10px auto;max-width: 100%;height:auto;}