    /*
  css首页样式
*/
    /*返回顶部/联系客服*/

    .fixed-right {
        width: 65px;
        height: 200px;
        position: fixed;
        right: 5px;
        bottom: 20px;
        z-index: 9999;
        color: #fff;
    }

    .fixed-right .return-top {
        border-radius: 50%;
        background: #999999;
        width: 60px;
        height: 60px;
        text-align: center;
        cursor: pointer;
        -webkit-box-shadow: 1px 1px 1px #867e7e;
        -moz-box-shadow: 1px 1px 1px #867e7e;
        box-shadow: 1px 1px 1px #867e7e;
        display: none;
        margin: auto;
        position: relative;
        position: absolute;
        top: 140px;
        left: 50%;
        margin-left: -30px;
    }

    .fixed-right .return-top .icon {
        margin-top: 12px;
    }
    .fixed-right .contact-service {
        border-radius: 50%;
        background: #070e4c;
        width: 60px;
        height: 60px;
        text-align: center;
        cursor: pointer;
        -webkit-box-shadow: 1px 1px 1px #867e7e;
        -moz-box-shadow: 1px 1px 1px #867e7e;
        box-shadow: 1px 1px 1px #867e7e;
        position: absolute;
        top: 70px;
        left: 50%;
        margin-left: -30px;
    }

    .fixed-right .contact-service:hover,
    .fixed-right .return-top:hover {
        transform: scale(1.2);
        transition: all .3s ease-in 0s;
    }
    .fixed-right .feedback{
        border-radius: 50%;
        background: #db1f3c;
        width: 60px;
        height: 60px;
        text-align: center;
        cursor: pointer;
        -webkit-box-shadow: 1px 1px 1px #867e7e;
        -moz-box-shadow: 1px 1px 1px #867e7e;
        box-shadow: 1px 1px 1px #867e7e;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -30px;
    }
    .fixed-right .feedback a{
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    .fixed-right .feedback:hover {
        transform: scale(1.2);
        transition: all .3s ease-in 0s;
    }

    .fixed-right .return-top p,
    .fixed-right .contact-service p,
    .fixed-right .feedback p {
        font-size: 12px;
        font-family: "Microsoft YaHei";
       /* transform: scale(0.9);*/
        color: #fff;
    }
    .icon-imgLogo {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(../img/service.png) 0 0 no-repeat;
        background-size: 100%;
        -ms-behavior: url(../css/backgroundsize.min.htc);
        behavior: url(../css/backgroundsize.min.htc);
        margin-top: 10px;
    }

    #unreadNum {
        position: absolute;
        left: 4px;
        top: 4px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: red;
        text-align: center;
        line-height: 18px;
        font-size: 12px;
    }

    .flex-graph {
        position: fixed;
        right:8px;
        width: 62px;
        height: 80px;
        top: 15%;
        z-index: 999;
        font-family: "Microsoft YaHei";
    }

    .flex-graph p {
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 12px;
        color: #999;
        text-align: center;
        width: 100%;
/*        display: none;*/
    }
    .flex-graph .fixed-icon1 {
        vertical-align: middle;
        width: 60px;
        height: 62px;
        cursor: pointer;
        position:absolute;
        left:0;
        top:0;
        animation:changehovertree 10s linear infinite;
    }

    @-webkit-keyframes changehovertree {
        0% {
            -webkit-transform: rotate(0)
        }
        50% {
            -webkit-transform: rotate(180deg)
        }
        100% {
            -webkit-transform: rotate(360deg)
        }
    }

    @keyframes changehovertree {
        0% {
            transform: rotate(0)
        }
        50% {
            transform: rotate(180deg)
        }
        100% {
            transform: rotate(360deg)
        }
    }
    .flex-graph:hover{
        transition:all .3s ease-in 0s;
        transform: scale(1.2);
    }
    .fixed-system-right{
        width: 40px;
        height: 195px;
        position: fixed;
        right: 0;
        bottom: 40px;
        z-index: 9999;
        color: #fff;
    }
    .fixed-system-right .sys-box{
        display: inline-block;
        width: 40px;
        height: 40px;
        margin: 2px 0;
        font-size: 14px;
        cursor: pointer;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        position: relative;
        float: right;
    }
    .broadcast-scroll{
        width: 325px;
        float: right;
        position: relative;
        box-shadow: 0 1px 10px rgba(199,200,201,0.5);
    }
    .live-broadcast{
        position: fixed;
        bottom: 30px;
        right: 0;
        z-index: 10000;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .live-broadcast .scroll{
        position: relative;
        width: 237px;
        height: 36px;
        background-color: #fff;
        padding: 12px;
        font-size: 14px;
        cursor: pointer;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        position: relative;
        float: right;
    }
    .live-status{
        float: left;
        background-color: #F11A1A;
        padding: 5px 8px;
        border-radius: 4px;
        color: #fff;
        text-align: center;
        min-width: 64px;
        max-width: 90px;
        line-height: 25px;
        height: 26px;
    }
    .live-status i{
        background: url(../img/live.gif)no-repeat;
        width: 14px;
        height: 14px;
        display: inline-block;
        margin-right: 5px;
    }
    .broadcast-cont{
        float: left;
        color: #333;
        font-size: 12px;
        line-height: 20px;
        /*height: 35px;*/
        width: 140px;
        overflow: hidden;
        /*text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;*/
        margin-left: 15px;
        /*text-overflow:ellipsis;*/
        /*-o-text-overflow:ellipsis;
        -icab-text-overflow: ellipsis;
        -khtml-text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;*/
    }
    .broadcast-cont:hover{
        color: #27b8d0;
    }
    .broadcast-btn{
        color: #333;
        float: right;
        background-color: #F3F4F6;
        width: 40px;
        height: 36px;
        padding: 12px;
        cursor: pointer;
    }
    .broadcast-btn .icon-sys4{
        width: 23px;
        height: 13px;
        margin: 10px;
        top: 7px;
        position: relative;
        background-position: -63px -36px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transition: transform .5s;
        -webkit-animation: fh 1s infinite;
        animation: fh 1s infinite;
    }
    @-webkit-keyframes fh {
      0% {
        margin-top: 0; }
      70% {
        margin-top: 5px; }
      100% {
        margin-top: 0; }
    }
    /*.broadcast-btn .icon-sys4:hover{
        transform: translateY(-3px);
    }*/
    .broadcast-btn.active .icon-sys4{
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transition: transform .5s;
    }
    .broad-cast{
        width: 380px;
        height: 380px;
        /*border: solid 1px #333;*/
        margin-bottom: 8px;
        display: none;
        position: relative;
        overflow: hidden;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        box-shadow: 0 1px 10px rgba(199,200,201,0.5);
    }
    .broad-cast.active{
        display: block;
    }
    .broad-cast .broadcast-img{
        /*transform: translateY(380px);*/
        width: 100%;
        height: 100%;
    }
    .broadcast-img img{
        width: 100%;
        height: 100%;
    }
    /*.broadcast-img.show{
        animation:myfirst 1.5s;
        -webkit-animation:myfirst 1.5s;
        -moz-animation:myfirst 1.5s;
        -o-animation:myfirst 1.5s;
        transform: translateY(0px);
        -webkit-transform:translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        animation-fill-mode: forwards;/*当动画完成时，动画会停留在最后一帧。*/
    /*}*/
    /*.broadcast-img.close{
        animation:myclose 1.5s;
        -webkit-animation:myclose 1.5s;
        -moz-animation:myfirst 1.5s;
        -o-animation:myfirst 1.5s;
        transform: translateY(0px);
        -webkit-transform:translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        animation-fill-mode: forwards;/*当动画完成时，动画会停留在最后一帧。*/
    /*}*/
    .broadcast-up{
        display: none;
    }
    .broadcast-up .icon-sys4{
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transition: transform .5s;
    }
    .broadcast-img i{
        background: url(../img/salon-close.png)no-repeat;
        width: 18px;
        height: 18px;
        display: inline-block;
        position: absolute;
        top: 5px;
        right: 5px;
        cursor: pointer;
    }
    @-webkit-keyframes myclose
        {
            0%   {transform: translateY(380px);opacity: 1;}
            /*25%  {transform: translateY(50px);opacity: 1}
            50%  {transform: translateY(20px);opacity: 1}*/
            100% {transform: translateY(0px);opacity: 1}
        }
    @-webkit-keyframes myfirst
        {
            100%   {transform: translateY(380px);opacity: 1;}
            /*25%  {transform: translateY(50px);opacity: 1}
            50%  {transform: translateY(20px);opacity: 1}*/
            0% {transform: translateY(0px);opacity: 1}
        }

    .scroll .test{
        display: table-cell;
        vertical-align: middle;
        height: 35px;
    }

    .fixed-system-right .box1{
        background: #5d62b5;
    }
    .fixed-system-right .box2{
        background: #f2726f;
    }
    .fixed-system-right .box3{
        background: #ffc533;
    }
    .fixed-system-right #xaxrszhaopin.box3{
        background: #3986FC;
        cursor: default;
    }
    .fixed-system-right #xaxrszhaopin.box3 .icon-sys{
        background-image: url('../img/newHome/QRsmallIcon.png');
        width: 24px !important;
        height: 24px !important;
        background-position: center;
    }
    .fixed-system-right #xaxrszhaopin.sys-box:hover .icon-sys{
        background-image: url('../img/newHome/QRsmallIconHover.jpg');
    }
    .fixed-system-right #xaxrszhaopin.sys-box #xaxrszhaopinModal{
        position: absolute;
        right: -300px;
        top: -57px;
        width: 142px;
        height: 154px;
        border-radius: 6px 6px 6px 6px;
        /* display:none; */
        opacity: 0;
    }
    .fixed-system-right #xaxrszhaopin.sys-box:hover  #xaxrszhaopinModal{
        display: block;
        right: 130px;
        opacity: 1;
        transition: opacity 0.1s ease-in 0.3s;        
    }
    .fixed-system-right #xaxrszhaopin.sys-box  .xaxrszhaopin-box{
        position: absolute;
        right: 40px;
        top: 0;
    }
    .fixed-system-right #xaxrszhaopin.sys-box  .xaxrszhaopin-box .xaxrszhaopinInfo{
        padding: 10px 13px;
        margin-right: 20px;
        color: #222;
        background: #fff;
        border-radius: 4px;     
        min-height: 90px;
        position: relative;
        min-height: 154px;
        width: 100%;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px solid #27b8d0;
    }
    .fixed-system-right #xaxrszhaopin.sys-box  .xaxrszhaopin-box .xaxrszhaopinInfo .line{
        width: 1px;
        height: 114px;
        background: rgba(0,0,0,0.21);
    }
    .fixed-system-right #xaxrszhaopin.sys-box .xaxrszhaopinInfo .arrow{
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 6px;
        filter: drop-shadow(0 2px 12px rgba(0,0,0,.03));
        left: 141px;
        margin-bottom: 3px;
        border-left-color: #27b8d0;
        border-right-width: 0;
        top: 69px;
    }
    .fixed-system-right #xaxrszhaopin.sys-box .xaxrszhaopinInfo .arrow:after{
        bottom: -6px;
        left: -7px;
        border-left-color: #fff !important;
        border-right-width: 0 !important;
        content: " ";
        border-width: 6px;
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
    }
    .fixed-system-right .box4{
        background: #27b8d0;
    }
    .fixed-system-right .scroll{
        width: max-content;
        position: relative;
        overflow: hidden;
    }
    .fixed-system-right .icon-wrap{
        width: 36px;
        height: 36px;
        margin: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
        float: left;
    }
    .fixed-system-right .name{
        float: left;
        width: 80px;
        line-height: 40px;
        text-align: center;
    }
    .fixed-system-right .sys-box:hover .icon-sys1{
        background-position: -5px -2px;
    }
    .fixed-system-right .sys-box:hover .icon-sys2{
        background-position: -60px -3px;
    }
    .fixed-system-right .sys-box:hover .icon-sys3{
        background-position: -3px -34px;
    }
    .fixed-system-right .sys-box:hover .icon-sys4{
        background-position: -63px -36px;
    }
    .fixed-system-right .sys-box:hover .icon-wrap{
        background: #fff;
    }

    .fixed-system-right .sys-box:hover{
        width:120px;
        transition:all .1s ease-in 0s;
    }
    .fixed-system-right .sys-box a{
        color: #fff;
    }
    .fixed-system-right #unreadNum{
        left: -10px;
        top: -6px;
        z-index: 1;
    }
    .fixed-system-right .service-tip{
        display: inline-block;
        width: 162px;
        height: 117px;
        background: url(../img/tip-sys.png) 0 0 no-repeat;
        background-size: 100%;
        position: absolute;
        left: -164px;
        top: -116px;
        cursor: pointer;
    }
    .fixed-system-right .unreadmsg-box{
        position: absolute;
        right: 40px;
        top: 0;
        display: none;
    }
    .fixed-system-right .unreadmsg {
        padding: 10px 15px;
        margin-right: 20px;
        color: #333;
        background: #fff;
        border-radius: 4px;
        box-shadow: 0 0 10px #dfdfdf;
        width: 200px;
        min-height: 90px;
        position: relative;
    }
    .fixed-system-right .unreadmsg:after{
        content: "";
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 6px solid transparent;
        position: absolute;
        right: -8px;
        top: 15px;
    }
    .fixed-system-right .sys-box:hover .unreadmsg{
        margin-right: 100px;
        transition:all .1s ease-in 0s;
    }
    .fixed-system-right .service-infor{
        height: 35px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .fixed-system-right .unreadmsg .msg{
        max-height: 60px;
        overflow: auto;
        font-size: 12px;
    }
    /*前台首页*/
    .home{
        min-width: 1200px;
    }
    .banner-box{
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    /*.banner-box:after{
        content: "";
        width: 100%;
        height: 0;
        border-left: 1920px solid transparent;
        border-right: 0 solid transparent;
        border-bottom: 160px solid #fdfbfb;
        position: absolute;
        bottom: 3px;
        left: 0px;
        z-index: 2;
    }*/
    .home-card {
        width: 100%;
        position: relative;
        font-family: "Microsoft YaHei";
        /*overflow: hidden;*/
    }

    .home-card .top-bg {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
        background:/*#f2f3f8*/ url(../img/index-img1.png) center top no-repeat;
        background-size: 100%;
    }
    .top-cont {
        margin: 210px auto;
        width: 64%;
        padding-left: 7%;
        color: #fff;
    }
    .top-cont .btn{
        position: relative;
    }
    .top-cont .tips{
        font-size: 14px;
        position: absolute;
        left: 150px;
        top: 68px;
    }

    .top-cont h3 {
        font-size: 40px;
        color: #fcfcfc;
        margin-top: 10px;
    }

    .home-btn,
    .demo-btn {
        text-align: center;
        display: inline-block;
        width: 130px;
        height: 36px;
        border: 2px solid #fff;
        color: #fff;
        font-family: "Microsoft YaHei";
        font-size: 18px;
        padding: 15px 0;
        line-height: 16px;
        border-radius: 6px;
        margin-top: 20px;
        margin-right: 30px;
        cursor: pointer;
    }
    .home-btn{
        padding-top: 17px;
        height: 34px;
        background: #1dd6f2;
        border: 2px solid #1dd6f2;
        /*margin-left: 200px;*/
    }
    .home-btn:hover,
    .demo-btn:hover{
        margin-top: 25px;
        box-shadow: 3px 3px 3px #333d3e;
    }

    .home-btn .sm {
        font-size: 14px;
        display: block;
    }
    .demo-btn{
        width: inherit;
        padding:0;
        border: 0;
        position: absolute;
    }
    .home-nav {
        width: 100%;
        height: 55px;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99999;
        border-bottom: 1px solid #4f849c;
    }

    .home-nav .layer {
        width: 100%;
        height: 55px;
        background: #fff;
        opacity: 0.1;
        filter: progid: DXImageTransform.Microsoft.Alpha(opacity=10);
        position: absolute;
        left: 0;
        top: 0;
    }

    .home-nav .content {
        width: 90%;
        height: 100%;
        margin: auto;
        position: relative;
        z-index: 99999;
    }

    .icon-logo {
        display: inline-block;
        width: 161px;
        height: 42px;
        background-image: url(../img/logo-b.png);
        background-size: 100%;
    }
    .home-nav .content .icon-logo{
        margin-top: 7px;
    }
    .home-nav .nav-ul {
        position: absolute;
        /*left: 200px;*/
        top: 0;
       /* width: 960px;*/
        margin-left: 8%;
        height: 100%;
    }

    .home-nav .nav-ul li {
        float: left;
        line-height: 55px;
        font-family: "Microsoft YaHei";
        height: 100%;
        margin: 0 40px;
    }
    .home-nav .nav-ul li>a {
        display: inline-block;
        color: #fdfcfd;
        text-align: center;
        transition:all 0s;
    }

    .home-nav .nav-ul li>a:hover,
    .home-nav .nav-ul li.active>a{
        color: #26cfe8;
    }
    .home-nav .nav-ul li .icon-down{
        transform:scale(.7);
    }
    .home-nav .nav-ul li.active>a .icon-down{
        background-position: -271px -74px;
    }
    .home-nav .nav-ul li>a:hover .icon-down{
        background-position: -271px -74px;
        transform:rotate( 180deg) scale(.7);
    }
    .home-nav .nav-ul li.new-shop{
        line-height: 26px;
        font-size: 20px;
        padding: 8px 30px 0;
        height: 90%;
    }
    .home-nav .nav-ul li.new-shop>a{
         color: #f8b400;
    }

    .home-nav .nav-ul li.row-2>a{
        line-height: 20px;
        padding-top: 7px;
        height: 86%;
    }
    .home-nav .language{
        position: absolute;
        right: 0;
        top: 0;
        width: 75px;
        color: #fff;
        cursor: pointer;
    }
    .home-nav .language .cur{
        line-height: 55px;
        transition:0s;
    }
    .home-nav .language:hover .cur{
        color: #26cfe8;
    }
    .home-nav .language .icon-down{
        transform: scale(.7);
    }
    .home-nav .language:hover .icon-down{
        background-position: -271px -74px;
        transform:rotate( 180deg) scale(.7);
    }
    .home-nav .language .list{
        position: absolute;
        top: 55px;
        left: -10px;
        background: rgba(255,255,255, 0.1);
        font-size: 14px;
        line-height: 28px;
        display: none;
    }
    .home-nav .language:hover .list{
        display: block;
    }
    .home-nav .language .list li{
        padding: 0 10px;
        width: 40px;
    }
    .home-nav .language .list li.active,
    .home-nav .language .list li:hover{
        background: #65d3e3;
    }
    .home-nav-active {
        background: #1c3544;
        transition: all .4s ease-in 0s;
    }
    .home-nav-active .language .list{
        background: #1c3544;
    }
    .home-college-nav .language .list{
        background: rgba(96, 133, 162, 0.9);
    }
    .home-nav .icon-logo,
    .icon-logo-white {
        display: inline-block;
        width: 161px;
        height: 42px;
        background: url(../img/logo2-b.png);
        background-size: 100%;
    }

    .icon-logo-b {
        display: inline-block;
        width: 175px;
        height: 49px;
        background: url(../img/logo-b.png);
        background-size: 100%;
    }

    .icon-logo-white-b {
        display: inline-block;
        width: 175px;
        height: 49px;
        background: url(../img/logo2-b.png);
        background-size: 100%;
    }
    .home-nav .second-box{
        position: absolute;
        left: 0;
        top :50px;
        display: none;
    }
    .home-nav .nav-ul li:hover .second-box{
        display: block;
    }
    .home-nav .second-list{
        margin-top: 6px;
        line-height: 35px;
        font-size: 14px;
        min-width: 120px;
        background: rgba(255,255,255, 0.1);
    }

    .home-nav .second-list a{
        width: 76%;
        display: inline-block;
        color: #fff;
        padding: 0 20px;
    }
    .home-nav .second-list dd{
        white-space: nowrap;
        cursor: pointer;
    }
    .home-nav .second-list dd.active,
    .home-nav .second-list dd:hover{
        background: #65d3e3;
    }
    .home-login {
        position: absolute;
        top: 0;
        width: 200px;
        font-family: "Microsoft YaHei";
    }
    .home-college-nav .second-list{
        background: rgba(96, 133, 162, 0.9);
    }
    .home-red-nav .second-list{
        background: rgba(161, 8, 8, 0.7);
    }
    .home-nav .second-list{
        background: #324956;
    }
    .home-login a.login-try {
        display: inline-block;
        width: 120px;
        height: 43px;
        padding: 6px 0;
        background: #26cfe8;
        color: #fff;
        text-align: center;
        position: absolute;
        left: 0;
        top: 0;
    }

    .home-login a.login-try:hover,
    .home-login a.login-quit:hover {
        background: #24afc3;
    }

    .home-login a.login-link {
        display: inline-block;
        width: 90px;
        height: 55px;
        line-height: 55px;
        color: #fff;
        text-align: center;
        position: absolute;
        left: 120px;
        top: 0;
    }

    .home-login a.login-link:hover {
        color: #93f1ff;
    }

    .home-login a.login-quit {
        display: inline-block;
        width: 120px;
        height: 55px;
        line-height: 55px;
        background: #26cfe8;
        color: #fff;
        text-align: center;
        position: absolute;
        left: 0;
        top: 55px;
        display: none;
    }
    .home .ad-notice{
        position: fixed;
        width: 100%;
        left: 0;
        top:0;
        z-index: 99;
    }
    .home .ad-notice .icon-close2{
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
        transform: scale(.8);
    }
    .home-code{
        position: absolute;
        right: calc(5% + 108px);
        top: 60px;
        width: 147px;
        height: 247px;
        background: url(../img/code-bg.png) 0 0 no-repeat;
        background-size: 100%;
        text-align: center;
        z-index: 99;
    }
    .home-code .code{
        margin-top: 90px;
    }
    .home-code .code-list{
        margin-top: 8px;
    }
    .home-code .code-list li{
        font-size: 12px;
        transform: scale(.9);
        line-height: 18px;
        position: relative;
        padding-left: 15px;
    }
    .home-code .code-list li:before{
        content: "";
        width: 6px;
        height: 6px;
        background: #22c9e2;
        border-radius: 50%;
        position: absolute;
        left: 5px;
        top: 7px;
    }
    .home-code .code-list li:after{
        content: "";
        width: 2px;
        height: 2px;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        left: 7px;
        top: 9px;
    }

    .home-card .main-content {
        width: 1200px;
        margin: auto;
        text-align: center;
    }

    .home-card .bg-content {
        background: #f8fcff;
        width: 100%;
    }

    .main-content .title {
        text-align: center;
        font-size: 40px;
        color: #666666;
    }
    .main-content .home-title{
        padding-top: 80px;
    }
    .main-content .line {
        display: inline-block;
        width: 140px;
        height: 1px;
        margin: 20px auto 15px;
        background: radial-gradient(#aaadaf 10%, white 100%);
        position: relative;
    }
    .main-content .line .square{
        display: inline-block;
        width: 8px;
        height: 8px;
        border: 1px solid #aaadaf;
        background: #fff;
        position: absolute;
        left: 50%;
        top:50%;
        margin-left: -4px;
        margin-top: -5px;
        transform:rotate(45deg);
    }
    .main-content .subtitle {
        display: inline-block;
        width: 100%;
        text-align: center;
        color: #666;
        line-height: 35px;
        position: relative;
    }
    .main-content .home-spn{
        /*background: url(../img/index-bg.png) 0 0 no-repeat;
        background-size: 100%;*/
        padding-bottom: 2%;
    }
    .main-content .home-spn .badge{
        float: left;
        margin-left: 26%;
        width: 12%;
    }
    .main-content .home-spn .cont{
        width: 36%;
        float: left;
        text-align: center;
        margin-left: 4%;
        margin-top: 15px;
    }
    .main-content .home-spn .btn{
        text-align: center;
        display: inline-block;
        padding: 12px 18px;
        border: 2px solid #fff;
        color: #fff;
        font-family: "Microsoft YaHei";
        border-radius: 6px;
        cursor: pointer;
        margin-top: 3%;
        background: #1dd6f2;
        border: 2px solid #1dd6f2;
    }
    .main-content .home-spn .btn:hover{
        opacity: .9;
    }
    .main-content .home-spn .msg{
        font-size: 1.4vw;
        margin-top: 1%;
    }
    .main-content .main-map{
        width: 1045px;
        height: 518px;
        margin: 6% auto 0;
        background: url(../img/index-map.png) 0 0 no-repeat;
        background-size: 100%;
        /*padding-bottom: 30%;*/
        position: relative;
    }
    .main-content .main-map .cood{
        display: inline-block;
        width: 50px;
        text-align: center;
        position: absolute;
        opacity: 0;
    }
    .main-content .main-map .cood.cap{
        top: 37%;
        right: 19.5%;
        opacity: 1;
    }
    .main-content .main-map .cood.AE{
        top: 37.6%;
        right: 37.3%;
        z-index: 1;
    }
    .main-content .main-map .cood.AU{
        top: 64%;
        right: 14%;
    }
    .main-content .main-map .cood.BR{
        top: 58%;
        left: 32.5%;
    }
    .main-content .main-map .cood.CA{
        top: 12.4%;
        left: 11%;
    }
    .main-content .main-map .cood.DE{
        top: 17.6%;
        right: 43%;
    }
    .main-content .main-map .cood.ES{
        top: 29.8%;
        right: 52.3%;
        z-index: 1;
    }
    .main-content .main-map .cood.FR{
        top: 22.7%;
        right: 47.8%;
    }
    .main-content .main-map .cood.IN{
        top: 39.6%;
        right: 28.6%;
    }
    .main-content .main-map .cood.IT{
        top: 30.5%;
        right: 45%;
    }
    .main-content .main-map .cood.JP{
        top: 30%;
        right: 12.5%;
    }
    .main-content .main-map .cood.MX{
        top: 40%;
        left: 17.8%;
    }
    .main-content .main-map .cood.TR{
        top: 28.6%;
        right: 40.2%;
    }
    .main-content .main-map .cood.UK{
        top: 17%;
        left: 44%;
    }
    .main-content .main-map .cood.US{
        top: 26.6%;
        left: 14.4%;
    }
    .main-content .main-map.animate .cood.AE{
        animation: coodBlcok 1s .4s linear;
        animation-fill-mode: forwards;
    }
    .main-content .main-map.animate .cood.AU{
        animation: coodBlcok 1s 1s linear;
        animation-fill-mode: forwards;
    }
    .main-content .main-map.animate .cood.BR{
        animation: coodBlcok 1s 1.2s linear;
        animation-fill-mode: forwards;
    }
    .main-content .main-map.animate .cood.CA{
        animation: coodBlcok 1s 1.8s linear;
        animation-fill-mode: forwards;
    }
    .main-content .main-map.animate .cood.DE{
        animation: coodBlcok 1s .6s linear;
        animation-fill-mode: forwards;
    }
    .main-content .main-map.animate .cood.ES{
        animation: coodBlcok 1s .8s linear;
        animation-fill-mode: forwards;
    }
    .main-content .main-map.animate .cood.FR{
        animation: coodBlcok 1s .7s linear;
        animation-fill-mode: forwards;
    }
    .main-content .main-map.animate .cood.IN{
        animation: coodBlcok 1s .2s linear;
        animation-fill-mode: forwards;
    }
    .main-content .main-map.animate .cood.IT{
        animation: coodBlcok 1s .6s linear;
        animation-fill-mode: forwards;
    }
    .main-content .main-map.animate .cood.JP{
        animation: coodBlcok 1s .8s linear;
        animation-fill-mode: forwards;
    }
    .main-content .main-map.animate .cood.MX{
        animation: coodBlcok 1s 1.8s linear;
        animation-fill-mode: forwards;
    }
    .main-content .main-map.animate .cood.TR{
        animation: coodBlcok 1s .6s linear;
        animation-fill-mode: forwards;
    }
    .main-content .main-map.animate .cood.UK{
        animation: coodBlcok 1s .9s linear;
        animation-fill-mode: forwards;
    }
    .main-content .main-map.animate .cood.US{
        animation: coodBlcok 1s 1.9s linear;
        animation-fill-mode: forwards;
    }
    @keyframes coodBlcok {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    .main-content .main-map .icon-index{
        display: inline-block;
        width: 44px;
        height: 45px;
    }
    .main-content .main-map .index-cap{
        background: url(../img/index-cap.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .main-content .main-map .index-AE{
        background: url(../img/index-AE.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .main-content .main-map .index-AU{
        background: url(../img/index-AU.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .main-content .main-map .index-BR{
        background: url(../img/index-BR.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .main-content .main-map .index-CA{
        background: url(../img/index-CA.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .main-content .main-map .index-DE{
        background: url(../img/index-DE.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .main-content .main-map .index-ES{
        background: url(../img/index-ES.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .main-content .main-map .index-FR{
        background: url(../img/index-FR.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .main-content .main-map .index-IN{
        background: url(../img/index-IN.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .main-content .main-map .index-IT{
        background: url(../img/index-IT.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .main-content .main-map .index-JP{
        background: url(../img/index-JP.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .main-content .main-map .index-MX{
        background: url(../img/index-MX.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .main-content .main-map .index-TR{
        background: url(../img/index-TR.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .main-content .main-map .index-UK{
        background: url(../img/index-UK.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .main-content .main-map .index-US{
        background: url(../img/index-US.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .main-content .main-map .index-BE{
        background: url(../img/index-BE.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .main-content .main-map .index-EG{
        background: url(../img/index-EG.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .main-content .main-map .dot:before {
        content: "";
        width: 15px;
        height: 15px;
        background: #00a8ff;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        margin-left: -7.5px;
        bottom: 12px;
        transform: rotateX(110deg);
    }
    .main-content .main-map .dot:after{
        content: '';
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        box-shadow: 0 0 1px 2px rgba(109,196,242, 0.8);
        left: 50%;
        margin-left: -15px;
        bottom: 5px;
        z-index: 3;
        opacity: 0;
        background: #6dc4f2;
        -webkit-animation: halo 1.8s 0.5s infinite ease-out;
        -moz-animation: halo 1.8s 0.5s infinite ease-out;
        animation: halo 1.8s 0.5s infinite ease-out;
    }
    @keyframes halo {
        0% {
            opacity: 0;
            transform: scale(0.1) rotateX(110deg);
        }
        50% {
            opacity: .8;
        }
        100% {
            opacity: 0;
            transform: scale(1.2) rotateX(110deg);
        }
    }
    .main-content .main-map .name{
        font-size: 12px;
        color: #333333;
        white-space: nowrap;
        position: relative;
        top: 5px;
    }
    .main-content .main-map .left-line{
        display: inline-block;
        width: 0;
        margin-left: 12%;
        margin-top: 1%;
        height: 100%;
        position: absolute;
        right: 22%;
        float: left;
        z-index: -1;
        background: url(../img/index-map-line.png) right 0 no-repeat;

    }
    .main-content .main-map.animate .left-line{
        animation: left-line 2s linear;
        animation-fill-mode: forwards;
    }
    @keyframes left-line {
        0% {
            width: 0;
        }
        100% {
            width: 64.8%;
        }
    }
    .main-content .main-map .right-line{
        display: inline-block;
        width: 0;
        margin-top: 1%;
        position: absolute;
        left: 78%;
        height: 50%;
        float: left;
        z-index: -1;
        background: url(../img/index-map-line2.png) 0 0 no-repeat;
    }
    .main-content .main-map.animate .right-line{
        animation: right-line 1s linear;
        animation-fill-mode: forwards;
    }
    @keyframes right-line {
        0% {
            width: 0;
            height: 50%;
        }
        80% {
            height: 60%;
        }
        100% {
            width: 8%;
            height: 70%;
        }
    }
    .main-sizedis{
        width: 65%;
        min-width: 1000px;
        margin:  30px auto;
    }
    .main-sizedis .cood{
        float: left;
        width: 6.1%;
        margin: 0 .5%;
        font-size: 14px;
    }
    .main-sizedis .cood img{
        width: 100%;
    }
    .main-sizedis .cood img:hover{
        transform: scale(1.05);
        transition:all .2s ease-in 0s;
    }
    .main-infor-list li .box{
        width: 1420px;
        margin:auto;
        padding: 5% 0 10px;
    }
    .main-infor-list li .tit{
        font-size: 30px;
        color: #303742;
        padding-top: 38px;
        margin: 20px 0 30px;
        text-align: left;
        position: relative;
    }
    .main-infor-list li .tit:after{
        content: "";
        width: 60px;
        height: 2px;
        background: #303742;
        position: absolute;
        bottom: -25px;
        left: 0;
    }
    .main-infor-list li .img{
        width: 58%;
        opacity: 0;
        position: relative;
    }
    .main-infor-list li .img .new{
        display: inline-block;
        width: 84px;
        height: 84px;
        background: url(../img/home/new.png) 0 0 no-repeat;
        background-size: 100%;
        position: absolute;
        right: -10px;
        top: -20px;
    }
    .main-infor-list li .data{
        width: 37%;
        opacity: 0;
        position: relative;
    }
    .main-infor-list li .msg{
        color: #626770;
        font-size: 16px;
        text-align: left;
        line-height: 28px;
        position: relative;
        padding-left: 22px;
    }
    .main-infor-list li .msg:before{
        content: "";
        width: 10px;
        height: 10px;
        background: #00c1de;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 9px;
    }
    .main-infor-list li .msg:after{
        content: "";
        width: 6px;
        height: 6px;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        left: 2px;
        top: 11px;
    }
    .main-infor-list li .btn{
        display: inline-block;
        width: 120px;
        height: 42px;
        line-height: 42px;
        background: #1d4270;
        color: #fff;
        font-size: 14px;
        border-radius: 20px;
        text-align: center;
        float: left;
        margin-top: 30px;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
    }
    .main-infor-list li .btnRight{
        margin-left: 30px;
        background: #dfe8f3;
        color:#000;
        border: 1px solid #000;
    }
    .main-infor-list li .btn:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: -webkit-radial-gradient(ellipse at center, #dfe8f3 0%, transparent 80%);
        background: radial-gradient(ellipse at center, #dfe8f3 0%, transparent 80%);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform, opacity;
        transition-property: transform, opacity;
    }
    .main-infor-list li .btn:hover {
        background: #1d4270;
        color: #fff;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    .main-infor-list li .btn:hover:before {
        opacity: 1;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    .main-infor-list li:nth-child(even){
        background: #fff;
    }
    .main-infor-list li:nth-child(odd) .img,
    .main-infor-list li:nth-child(odd) .data{
        float: left;
    }
    .main-infor-list li:nth-child(even) .img,
    .main-infor-list li:nth-child(even) .data{
        float: right;
    }
    .main-infor-list li:nth-child(odd) .img,
    .main-infor-list li:nth-child(even) .data{
       left: -2%;
    }
    .main-infor-list li:nth-child(even) .img,
    .main-infor-list li:nth-child(odd) .data{
        right: -2%;
    }
    .main-infor-list li:nth-child(odd) .data{
        margin-left: 5%;
    }
    .main-infor-list li:nth-child(even) .data{
        margin-right: 5%;
    }
    .more-func-list{
        display: inline-block;
        margin: 4% auto 80px;
        width: 75%;
    }
    .more-func-list li{
        float: left;
        box-shadow: 0 0 10px #e2f2fd;
        width: calc(25% - 28px);
        height: 202px;
        margin:0 14px;
        background: #fff;
    }
    .more-func-list li a{
        width: 100%;
        display: inline-block;
        padding: 20px 0 30px;
    }
    .more-func-list li .tit{
        color: #303742;
        font-size: 18px;
        margin-top: 5px;
    }
    .more-func-list li .tip{
        color: #8d8f92;
        font-size: 14px;
        margin: 10px 20px 0;
    }
    .more-func-list li:hover{
        position: relative;
        z-index: 999;
        box-shadow: 0 0 20px #c6e5ff;
        transform: translateY(-10px) scale(1.04);
        -moz-transform: translateY(-10px) scale(1.04);
        -webkit-transform: translateY(-10px) scale(1.04);
        -ms-transform: translateY(-10px) scale(1.04);
        -o-transform: translateY(-10px) scale(1.04);
    }
    .home-evaluate-list{
        width: 81%;
        display: inline-block;
        margin: 40px auto 20px;
    }
    .home-evaluate-list li{
        float: left;
        width: 25%;
        cursor: pointer;
    }
    .home-evaluate-list li .box{
        display: inline-block;
        width: 240px;
        height: 134px;
        line-height: 126px;
    }
    .home-evaluate-list li .name{
        color: #626770;
        font-size: 14px;
        margin-top: 20px;
    }
    .home-evaluate-list li .index-brand{
        vertical-align: middle;
    }
    .home-evaluate-list li:hover .box,
    .home-evaluate-list li.active .box{
        box-shadow: 0 0 20px #c6e5ff;
    }
    .home-evaluate-list li:hover .name,
    .home-evaluate-list li.active .name{
        color:#1d4270;
    }
    /*.home-evaluate-box{
        padding-bottom: 60px;
    }*/
    .home-evaluate-cont{
        background: #f7f8fa;
        position: relative;
    }
    .home-evaluate-cont .triangle{
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 12px solid #f7f8fa;
        position: absolute;
        top:-12px;
    }
    .home-evaluate-cont .cont{
        width: 900px;
        padding: 20px 0 40px;
        margin:auto;
    }
    .home-evaluate-cont .name {
        font-size: 24px;
        color: #4b4c4d;
        text-align: left;
    }
    .home-evaluate-cont img {
        margin: 10px 30px 0 15px;
        border-radius: 50%;
        width: 98px;
        height: 98px;
        border: 2px solid #999;
        float: left;
    }
    .home-evaluate-cont .name {
        color: #040404;
        font-size: 26px;
        text-align: left;
        padding-top: 30px;
    }
    .home-evaluate-cont .company{
        color: #666b70;
        font-size: 14px;
        text-align: left;
    }
    .home-evaluate-cont .content{
        color: #333333;
        margin: 20px 0 0 10px;
        line-height: 26px;
    }
    .home-footer {
        background: #162f3e;
        background-size: cover;
        width: 100%;
        color: #fff;
        font-family: "Microsoft YaHei";
        padding-top: 20px;
        position: relative;
    }
    .home-footer .footer-msg {
        display: inline-block;
    }

    .home-footer .footer-msg li {
        float: left;
        margin: 10px 15px 0;
        font-size: 12px;
    }

    .home-footer .footer-msg li a {
        color: #fff;
    }

    .home-footer .footer-msg li a:hover {
        color: #26cfe8;
    }
    .home-footer .partner{
        display: inline-block;
        width: 247px;
        height: 66px;
        background: url(../img/partner.png) center no-repeat;
        position: absolute;
        right: 90px;
        bottom: 12px;
    }

    .home-card .main-content {
        width: 100%;
    }

   @-ms-keyframes rotate{
    to{
        -ms-transform: rotate(6deg);
    }
        }
        @-moz-keyframes rotate{
            to{
                -moz-transform: rotate(6deg);
            }
        }
        @-o-keyframes rotate{
            to{
                -o-transform: rotate(6deg);
            }
        }
        @keyframes rotate{
            to{
                transform: rotate(6deg);
            }
        }

    .shop-adv{
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        -moz-transform-origin: center top;
        -o-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -o-transform: rotate(2deg);
        transform: rotate(2deg);
        display: block;
        position: absolute;
        top: 65px;
        right: 390px;
        -webkit-animation: rotate 3s ease-in-out alternate infinite;
        -ms-animation: rotate 3s ease-in-out alternate infinite;
        -moz-animation: rotate 3s ease-in-out alternate infinite;
        -o-animation: rotate 3s ease-in-out alternate infinite;
        animation: rotate 3s ease-in-out alternate infinite;
    }
    .shop-adv-banner{
        width: 436px;
        height:650px;
        background: url(../img/adv-img1.png) center no-repeat;
        background-size: 100% 100%;
        position: relative;
        z-index: 10;

    }

    .adv-l-layer {
        display: inline-block;
        width: 235px;
        height: 425px;
        background: url(../img/adv-l-layer.png) center no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 274px;
        left: -77px;
        z-index: 2;
        opacity: 0;
    }

    .adv-r-layer {
        display: inline-block;
        width: 200px;
        height: 340px;
        background: url(../img/adv-r-layer.png) center no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 352px;
        right: -125px;
        z-index: 2;
        opacity: 1;
    }

    .global-box{
        width: 150px;
        height: 150px;
        position: absolute;
        left: 43.7%;
        top: 65px;
        text-align: center;
        margin: auto;
        -webkit-animation: enlarge 1s ease-out 0s 1 alternate forwards;
        -moz-animation: enlarge 1s ease-out 0s 1 alternate forwards;
        animation: enlarge 1s ease-out 0s 1 alternate forwards;
        display: none;
    }
     @keyframes enlarge {
        0% {
            transform: scale(0.2);
        }
        25% {
            transform: scale(0.4);
        }
        50% {
            transform: scale(0.6);
        }
        75% {
            transform: scale(0.8);
        }
        100% {
            transform: scale(1);
        }
    }

    .global-shop {
        width: 110px;
        height: 110px;
        border-radius: 50%;
        position: relative;
        margin: 20px auto;
        /*background: #3182a7;*/
    }
    .global-layer {
        display: inline-block;
        width: 90px;
        height: 45px;
        background: url(../img/global-layer.png) 0 0 no-repeat;
        position: absolute;
        left: 10px;
        top: 15px;
        z-index: 2;
    }
    .global-boat{
        display: inline-block;
        width: 70px;
        height: 70px;
        background: url(../img/global-boat.png) 0 0 no-repeat;
        background-size: 100%;
        position: absolute;
        top: 28%;
        left: 50%;
        margin-left: -35px;
        z-index: 3;
    }
    .global-wave{
        display: inline-block;
        width: 100px;
        height: 47px;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        background: url(../img/global-wave.gif) 0 0 no-repeat;
        background-size: 100%;
        position: relative;
        left: 0;
        bottom: -65px;
        z-index: 3;
    }
    .global-mask{
        display: inline-block;
        width: 55px;
        height: 112px;
       /* background: #235a89;*/
        background-size: 100%;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
        position: absolute;
        right: 0;
        top:0;
        opacity: .3;
        z-index: 4;
    }

    @keyframes warn {
        0% {
            transform: scale(.8);
            opacity: 0.0;
        }
        25% {
            transform: scale(.9);
            opacity: 0.1;
        }
        50% {
            transform: scale(1.0);
            opacity: 0.3;
        }
        75% {
            transform: scale(1.1);
            opacity: 0.5;
        }
        100% {
            transform: scale(1.2);
            opacity: 0.0;
        }
    }
     .global-frame{
        display: inline-block;
        position: absolute;
        width: 120px;
        height: 120px;
        left: -10px;
        top: -10px;
        border: 6px solid #3182a7;
        background: #3182a7;
        border-radius: 50%;
        z-index: 1;
        opacity: 0;
    }
    .global-frame1{
        -webkit-animation: warn 3s ease-out;
        -moz-animation: warn 3s ease-out;
        animation: warn 3s ease-out;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
     }
    .global-frame2{
        -webkit-animation: warn 3s ease-out 0 1s;
        -moz-animation: warn 3s ease-out 0 1s;
        animation: warn 3s ease-out 0 1s;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }
    .global-frame3{
        -webkit-animation: warn 3s ease-out 0 2s;
        -moz-animation: warn 3s ease-out 0 2s;
        animation: warn 3s ease-out 0 2s;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }
    .global-shop .msg{
        width: 100%;
        line-height: 15px;
        color:#ebb40e;
        font-family: "Microsoft YaHei";
        position: absolute;
        top: 2%;
        left: 0;
        z-index: 6;
        font-size: 12px;
    }
    .global-shop .global-selling{
        display: inline-block;
        width: 110px;
        height: 10px;
        background: url(../img/global-selling.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .global-shop .tips{
        width: 100%;
        text-align: center;
        position: absolute;
        left: 0;
        bottom:2px;
        z-index: 6;
        font-size: 12px;
        color: #fff;
        font-family: "Microsoft YaHei";
        line-height: 20px;
    }
    .global-shop .tips b{
        font-family: -webkit-body;
        font-weight: bold;
        margin-left: 2px;
    }

    .home-search-bg{
        height: 585px!important;
        background:#fdfbfb !important;
    }
    .home-search-bg .home-search-layer{
        display: inline-block;
        width: 100%;
        height: 438px;
        display: inline-block;
/*        background:url(../img/home-search-bg.png) 0 0 no-repeat;*/
        background-size: 100%;
        position: absolute;
        left: 0;
        bottom: 0;

    }
    .home-search-bg .data-search-box{
        overflow: visible;
        top: 100px;
        opacity: 1;
    }
    .home-search-bg .data-search-box .search-nav li{
        color: #666666;
    }
    .home-search-bg .data-search-card .autocomplete-input{
        border: 1px solid transparent;
        border-left: 1px solid #1dd6f2;
    }
    .home-search-bg .data-search-card .data-search-select{
       border: 1px solid transparent;
    }
    .home-search-bg .data-tab-box{
        bottom:0;
        background: #f3f9ff;
        height: 66px;
    }
    .home-search-bg .data-tab-list{
        background: inherit;
        height: 100%;
    }
    .home-search-bg .data-tab-list li{
        padding: 14px 30px 0;
        height: 52px;
        margin-right:0;
        border-left: 1px solid #fff;
        position: relative;
        top:0;
        background: #eff2f5;
        overflow: hidden;
        border-bottom: 2px solid #efefef;
    }
    .home-search-bg .data-tab-list li:last-child{
        border-right: 1px solid #fff;
    }
    .home-search-bg .data-tab-list li.active,
    .home-search-bg .data-tab-list li:hover{
        background: #f1f7ff;
        height: 94px;
        top:-42px;
        border-bottom: 2px solid #00c1de;
    }
    .home-search-bg .data-tab-list .details{
        position: absolute;
        top:52px;
        left: 0;
        padding-bottom: 10px;
        font-size: 12px;
        text-align: left;
        color: #999;
    }
    .home-search-bg .data-tab-list .active .details{
        display: block;
    }
    .home-search-bg .proposal-box{
        width: 80.2%;
        left: -4px;
    }
    .data-tab-box{
        text-align: center;
        position: absolute;
        bottom: -160px;
        width: 100%;
    }
    .data-tab-list{
        display: inline-block;
    /*    width: 80%;
        min-width: 1100px;*/
        background: #fff;
    }
    .data-tab-list li{
        float: left;
    /*    width: 20%;*/
        margin-right: 20px;
    }
    /*.data-tab-list li.active,
    .data-tab-list li.hover{
        border-bottom: 3px solid #00c1de;
    }*/
    .data-tab-list li a{
        width: 100%;
        display: inline-block;
        color: #fff;
    }
    .data-tab-list li i{
        float: left;
    }
    .data-tab-list li .cont{
        float: left;
        margin-left: 10px;
    }
    .data-tab-list li .name{
        display: inline-block;
        width: 100%;
        text-align: left;
        color: #666;
        font-weight: bold;
    }
    .data-tab-list li.active .name,
    .data-tab-list li:hover .name{
        color:rgb(0, 193, 222);
    }
    .data-tab-list li .tips{
        color: #999;
        font-size: 12px;
        margin-top: 4px;
    }
    .data-tab-list li.active .tips,
    .data-tab-list li:hover .tips{
        color: #12d5f3;
    }

    .data-tab-list li:hover .icon-data1{
       background: url(../img/icon-data1-active.png) no-repeat;
       background-size: 100%;
    }
    .data-tab-list li:hover .icon-data2{
       background: url(../img/icon-data2-active.png) no-repeat;
       background-size: 100%;
    }
    .data-tab-list li:hover .icon-data3{
       background: url(../img/icon-data3-active.png) no-repeat;
       background-size: 100%;
    }
    .data-tab-list li:hover .icon-data4{
       background: url(../img/icon-data4-active.png) no-repeat;
       background-size: 100%;
    }
    .data-tab-list li:hover .icon-data5{
       background: url(../img/icon-data5-active.png) no-repeat;
       background-size: 100%;
    }

    .adv-left{
        width: 230px;
        position: fixed;
        left:0;
        bottom: 0;
        z-index: 999;
        display: none;
    }
    .adv-left .icon-close2{
        position: absolute;
        right: 2px;
        top: 2px;
    }
    .home-card .freetry-btn{
        display: inline-block;
        width: 120px;
        height: 42px;
        line-height: 42px;
        background: #db1f3c;
        color: #fff;
        padding: 0 10px;
        font-size: 16px;
        border-radius: 4px;
        text-align: center;
        margin-top: 50px;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
    }
    .home-card .freetry-btn:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: -webkit-radial-gradient(ellipse at center, #db1f3c 0%, transparent 80%);
        background: radial-gradient(ellipse at center, #db1f3c 0%, transparent 80%);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform, opacity;
        transition-property: transform, opacity;
    }
    .home-card .freetry-btn:hover {
        background: #db1f3c;
        color: #fff;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    .home-card .freetry-btn:hover:before {
        opacity: 1;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    @media screen and (min-width: 1601px) {
        .home-login {
            right:100px;
        }
        .home-nav .nav-ul {
            right: 350px;
        }
        .shop-adv{
            right: 380px;
        }
        .top-cont h1 {
            font-size: 102px;
        }
        .top-cont h3 {
            font-size: 42px;
            margin-top: 30px;
        }
    }

    @media screen and (max-width: 1600px) and (min-width: 1441px) {
        .home-login {
            right: 30px;
        }
        .home-code{
            right: calc(5% + 38px);
        }
        .home-nav .nav-ul {
            right: 260px;
        }
        .home-nav .nav-ul li {
            margin: 0 30px;
        }
        .shop-adv{
            right: 245px;
        }
        .shop-adv-banner{
            width: 350px;
            height: 520px;
        }
        .adv-l-layer{
            height: 295px;
            top: 230px;
        }
        .adv-r-layer {
            height: 300px;
            top: 270px;
        }
        .top-cont{
            margin: 180px auto;
        }
        .top-cont h1 {
            font-size: 90px;
        }
        .top-cont h3 {
            font-size: 36px;
            margin-top: 30px;
        }
        .main-infor-list li .box{
            width: 1300px;
        }
        .main-infor-list li .tit{
            padding-top: 28px;
            margin: 40px 0 20px;
        }
        .main-infor-list li .btn{
            margin-top: 30px;
        }
        .more-func-list{
            width: 80%;
        }
        .more-func-list li .tip{
            font-size: 13px;
        }

    }


    @media screen and (max-width: 1440px) and (min-width: 1361px) {
        .home-nav .nav-ul {
            right: 250px;
        }
        .home-login {
            right: 20px;
        }
        .home-code{
            right: calc(5% + 28px);
        }
        .home-nav .nav-ul li {
            margin: 0 25px;
        }
        .shop-adv{
            right: 240px;
            top: 30px;
        }
        .shop-adv-banner{
            width: 320px;
            height: 480px;
        }
        .adv-l-layer{
            height: 295px;
            top: 240px;
        }
        .adv-r-layer {
            height: 280px;
            top: 270px;
        }
        .top-cont{
            width: 62%;
            margin: 180px auto;
            padding-left: 2%;
        }
        .top-cont h1 {
            font-size: 80px;
        }
        .top-cont h3 {
            font-size: 32px;
        }
        .home-search-bg{
            height: 510px !important;
        }
        .home-search-bg .data-search-box{
            top: 80px;
        }
        .banner-box:after{
            border-bottom: 100px solid #fdfbfb;
        }
        .main-infor-list li .box{
            width: 1250px;
        }
        .main-infor-list li .tit{
            padding-top: 30px;
            margin: 40px 0 30px;
        }
        .main-infor-list li .btn{
            margin-top: 30px;
        }
        .more-func-list{
            width: 85%;
        }
        .more-func-list li .tip{
            font-size: 13px;
            margin-top: 10px;
        }
        .main-infor-list li .data{
            width: 38%;
        }
        .main-infor-list li:nth-child(odd) .data{
            margin-left: 2%;
        }
        .main-infor-list li:nth-child(even) .data{
            margin-right: 2%;
        }
        .home-evaluate-list{
            width: 88%;
        }
        /*.home-btn, .demo-btn{
            transform: scale(.8);
            margin-right: 0;
            margin-left: -10px;
        }*/
        .top-cont .tips{
            left: 130px;
            top: 60px;
        }
    }

    @media screen and (max-width: 1360px) and (min-width: 1281px) {
        .home-card .main-content .ul-box {
            width: 1040px;
        }
        .main-content .ul-box li {
            margin: 0 0 50px;
        }
        .main-content .ul-box span{
            font-size: 14px;
        }
        .home-nav .nav-ul {
            right: 240px;
        }
        .home-nav .nav-ul li {
            margin: 0 25px;
        }
        .home-login {
            right: 0;
        }
        .home-code{
            right: calc(5% + 8px);
        }
        .shop-adv{
            right: 240px;
            top: 30px;
        }
        .shop-adv-banner{
            width: 300px;
            height: 460px;
        }
        .adv-l-layer{
            height: 275px;
            top: 220px;
            left: -90px;
        }
        .adv-r-layer {
            height: 260px;
            top: 240px;
        }
        .top-cont{
            width: 62%;
            margin: 160px auto;
        }
        .top-cont h1 {
            font-size: 75px;
        }
        .top-cont h3 {
            font-size: 30px;
        }
        .fixed-right {
            transform: scale(0.9);
            bottom: 35px;
        }
        .home-search-bg .data-tab-list li{
            padding: 14px 20px 0;
        }
        .home-search-bg{
            height: 510px !important;
        }
        .home-search-bg .data-search-box{
            top: 80px;
        }
        .main-infor-list li .box{
            width: 1200px;
        }
        .main-infor-list li .tit{
            padding-top: 10px;
            margin: 40px 0 30px;
        }
        .main-infor-list li .msg{
            font-size: 14px;
        }
        .main-infor-list li .btn{
            margin-top: 30px;
        }
        .more-func-list{
            width: 90%;
        }
        .more-func-list li .tip{
            font-size: 13px;
            margin-top: 10px;
        }
        .main-infor-list li .data{
            width: 38%;
        }
        .main-infor-list li:nth-child(odd) .data{
            margin-left: 2%;
        }
        .main-infor-list li:nth-child(even) .data{
            margin-right: 2%;
        }
        .home-evaluate-list{
            width: 92%;
        }
        /*.home-btn, .demo-btn{
            transform: scale(.8);
            margin-right: 0;
            margin-left: -10px;
        }*/
        .top-cont .tips{
            left: 130px;
            top: 60px;
        }
    }

    @media screen and (max-width: 1280px) and (min-width:1121px) {
        .home-card .main-content .ul-box {
            width: 1040px;
        }
        .main-content .ul-box li {
            margin: 0 0 50px;
        }
        .main-content .ul-box span{
            font-size: 14px;
        }
        .home-nav .nav-ul li {
            margin: 0 20px;
        }
        .home-nav .nav-ul li.new-shop{
            padding: 8px 10px 0;
        }
        .home-nav .nav-ul {
            right: 215px;
        }
        .home-login {
            right: 0;
        }
        .home-code{
            right: calc(5% + 8px);
        }
        .shop-adv{
            right: 240px;
            top: 0px;
        }
        .shop-adv-banner{
            width: 300px;
            height: 460px;
        }
        .adv-l-layer{
            height: 275px;
            top: 220px;
            left: -90px;
        }
        .adv-r-layer {
            height: 260px;
            top: 240px;
        }
        .top-cont {
            width: 64%;
            margin: 140px auto;
        }
        .top-cont h1 {
            font-size: 65px;
        }
        .top-cont h3 {
            font-size: 25px;
        }
        .main-content .main-title{
            width: 1120px;
        }
        .price-cont{
            width: 1120px;
        }
        .home-price .price-box{
            margin: 0 70px;
        }
        .fixed-right {
            transform: scale(0.9);
            bottom: 35px;
        }
        .home-search-bg .data-tab-list li{
            padding: 14px 18px 0;
        }
        .home-search-bg{
            height: 510px !important;
        }
        .home-search-bg .data-search-box{
            top: 80px;
        }
        .main-infor-list li .box{
            width: 1200px;
        }
        .main-infor-list li .tit{
            padding-top: 10px;
            margin: 40px 0 30px;
        }
        .main-infor-list li .msg{
            font-size: 14px;
        }
        .main-infor-list li .btn{
            margin-top: 30px;
        }
        .more-func-list{
            width: 90%;
        }
        .more-func-list li .tip{
            font-size: 13px;
            margin-top: 10px;
        }
        .main-infor-list li .data{
            width: 38%;
        }
        .main-infor-list li:nth-child(odd) .data{
            margin-left: 2%;
        }
        .main-infor-list li:nth-child(even) .data{
            margin-right: 2%;
        }
        .home-evaluate-list{
            width: 91%;
        }
        /*.home-btn, .demo-btn{
            transform: scale(.8);
            margin-right: 0;
            margin-left: -10px;
        }*/
        .top-cont .tips{
            left: 130px;
            top: 60px;
        }
    }
    @media screen and (max-width: 1120px) {
        .home-card .main-content .ul-box {
            width: 1040px;
        }
        .main-content .ul-box li {
            margin: 0 0 50px;
        }
        .main-content .ul-box span {
            font-size: 12px;
        }
        .home-nav .nav-ul {
            right: 220px;
        }
        .home-login {
            right: 0;
        }
        .home-code{
            right: calc(2.5% + 8px);
        }
        .home-nav .nav-ul li {
            margin: 0 15px;
        }
        .home-nav .nav-ul li.new-shop{
            padding: 8px 10px 0;
        }
        .shop-adv{
            right: 240px;
            top: 0px;
        }
        .shop-adv-banner{
            width: 300px;
            height: 460px;
        }
        .adv-l-layer{
            height: 275px;
            top: 220px;
            left: -90px;
        }
        .adv-r-layer {
            height: 260px;
            top: 240px;
        }
        .top-cont {
            margin: 130px auto;
        }
        .top-cont h1 {
            font-size: 62px;
        }
        .top-cont h3 {
            font-size: 25px;
        }
        .main-content .main-title {
            width: 980px;
        }
        .home-nav .content {
            width: 95%;
        }
        .main-content .title {
            font-size: 36px;
        }
        .main-content .subtitle {
            font-size: 16px;
        }
        .fixed-right {
            transform: scale(0.8);
            bottom: 20px;
        }
        .home-search-bg .data-tab-list li{
            padding: 14px 10px 0;
        }
        .home-search-bg{
            height: 510px !important;
        }
        .home-search-bg .data-search-box{
            top: 80px;
        }
        .main-infor-list li .box{
            width: 1200px;
        }
        .main-infor-list li .tit{
            padding-top: 10px;
            margin: 40px 0 30px;
        }
        .main-infor-list li .msg{
            font-size: 14px;
        }
        .main-infor-list li .btn{
            margin-top: 30px;
        }
        .more-func-list{
            width: 90%;
        }
        .more-func-list li .tip{
            font-size: 13px;
            margin-top: 10px;
        }
        .main-infor-list li .data{
            width: 38%;
        }
        .main-infor-list li:nth-child(odd) .data{
            margin-left: 2%;
        }
        .main-infor-list li:nth-child(even) .data{
            margin-right: 2%;
        }
        .home-evaluate-list{
            width: 91%;
        }
        /*.home-btn, .demo-btn{
            transform: scale(.8);
            margin-right: 0;
            margin-left: -10px;
        }*/
        .top-cont .tips{
            left: 130px;
            top: 60px;
        }
    }
