
@font-face {
    font-family: Century Gothic;
    src: url("../fonts/gothicb.eot");
    src: url("../fonts/gothicb.eot") format("embedded-opentype"), url("../fonts/gothicb.woff2") format("woff2"), url("../fonts/gothicb.woff") format("woff"), url("../fonts/gothicb.ttf") format("truetype")
}
@font-face {
    font-family: 'CRYSTAL';
    src: url('../fonts/26b338_0_0.eot');
    src: url('../fonts/26b338_0_0.eot') format('embedded-opentype'),
        url('../fonts/26b338_0_0.woff2') format('woff2'),
        url('../fonts/26b338_0_0.woff') format('woff'),
        url('../fonts/26b338_0_0.ttf') format('truetype'),
        url('../fonts/26b338_0_0.svg#26b338_0_0') format('svg');
    font-weight: bold;
    font-style: normal;
}

ul,li,ol{
	list-style: none;
}
a {
    -webkit-transition: 0.3s cubic-bezier(0.6, 0.2, 0.1, 1);
    -moz-transition: 0.3s cubic-bezier(0.6, 0.2, 0.1, 1);
    transition: 0.3s cubic-bezier(0.6, 0.2, 0.1, 1);
	text-decoration: none;
}

a:hover {
    -webkit-transition: 0.3s cubic-bezier(0.6, 0.2, 0.1, 1);
    -moz-transition: 0.3s cubic-bezier(0.6, 0.2, 0.1, 1);
    transition: 0.3s cubic-bezier(0.6, 0.2, 0.1, 1);
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

i{
    font-style: normal;
}

.fl{
    float: left;
}

.fr{
    float: right;
}

.clear{clear:both;height:0;overflow:hidden;}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}

body,
html {
    font-family: "Microsoft YaHei", sans-serif;
    overflow-x: hidden;
}

/* img {
    max-width: 100%;
} */

.wrapper{
    width: 100%;
    padding: 0 5%;
}

.ind_wrap {
    width: 100%;
    margin: 0 auto;
}

.title_ind{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 110px;
    background: url("../images/title_bg.png") no-repeat;
    background-position: center 40px;
}
.title_ind h3{
    color: #008cd6;
    font-size: 36px;
    font-family: '宋体';
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 38px;
}
.title_ind span{
    font-size: 20px;
    font-weight: bold;
}
.title_ind p{
    color: #999999;
    font-size: 14px;
}
.title_ind .line_title{
    position: relative;
    width: 350px;
    height: 1px;
    background: #90c31f;
    margin: 16px auto;
}
.title_ind .line_title:after{
    position: absolute;
    content: '';
    top: -2px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 5px;
    background: #90c31f;
}
/* 头部导航 */

header {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 5%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    height: 60px;
    -webkit-box-shadow: 0 -1px 0 0 rgba(255,255,255,.1) inset;
       -moz-box-shadow: 0 -1px 0 0 rgba(255,255,255,.1) inset;
            box-shadow: 0 -1px 0 0 rgba(255,255,255,.1) inset;
    background: transparent;
    -webkit-transition: all .1s ease-in-out 0s;
    -moz-transition: all .1s ease-in-out 0s;
    transition: all .1s ease-in-out 0s;
    z-index: 10000;
}
.wgt-header-static-1 a {
    color: rgb(27, 27, 27);
}
header .logo {
    float: left;
    width: 180px;
    position: relative;
}

header .logo img {
    /*width:175px;*/
   margin-top: 8px;
    height: 44px;
    display: inline-block;
    vertical-align: middle;
}

header .logo .logo2{
    display: none;
}

.wgt-header-static .logo1{
    display: none;
}

header.wgt-header-static .logo .logo2{
    display: block;
}

header a {
    color: #fff;
}

.wgt-header-static a {
    color: #1b1b1b;
}

.wgt-header-static #telephone a:before,.wgt-header-static-1 #telephone a:before{
    background: url("../images/ico_telephone_1.png") no-repeat center center;
    -moz-background-size: cover;
         background-size: cover;
}

.wgt-header-static-1 .logo img.logo1{
    display: none;
}

.wgt-header-static-1 .logo img.logo2{
    display: block;
}


header .wgt-nav li .wgt-nav-list.active {
	border-bottom: 3px solid #fff;
}

.wgt-header-static .wgt-nav li .wgt-nav-list.active::before{
    background: #009fe8;
}

header .wgt-nav {
    float: right;
    font-size: 14px;
}

header .wgt-nav li {
    float: left;
    /*position: relative;*/
}

header .wgt-nav li.nav_ac{
    position: relative;
}
header .wgt-nav li.nav_ac:after{
    position: absolute;
    content: '';
    top: 20px;
    right: 0;
    width:1px;
    height: 15px;
    background: #cccccc;
}

header .wgt-nav li.active a {
    color: #fff;
}

header .wgt-nav li>.wgt-nav-list {
    display: inline-block;
    padding: 0px 20px;
    position: relative;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    height:60px;
    line-height: 60px;
}
header.wgt-header-static .wgt-nav li>.wgt-nav-list,header.wgt-header-static-1 .wgt-nav li>.wgt-nav-list{
    color: #333;
}
.nav_two{
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    top: 70px;
    border-top: 1px solid #eeeeee;
    display: none;
    z-index: 2;
}

.contents-secNav {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: block;
}
.secNav-box {
    display: block;
    padding: 0 60px 0 300px;
}

.TD-QRcode {
    display: block;
    float: left;
    width: 230px;
    text-align: center;
    margin-left: -300px;
    padding: 40px 0;
}

.TD-QRcode a {
    text-align: center;
    display: block;
}

.TD-QRcode a i {
    font-style: normal;
    display: inline-block;
    padding-top: 20px;
}

.TD-QRcode b {
    width: 113px;
    float: left;
    margin: 20px auto 15px 60px;
    background: #fff;
    border: 1px solid #62bfe9;
    padding: 8px;
    display: block;
    zoom: 1;
    overflow: hidden;
}

.TD-QRcode b img {
    float: left;
    width: 100%;
}

.TD-QRcode font {
    font-size: 15px;
    display: block;
    width: 100%;
    text-align: center;
    clear: both;
    float: left;
}

.secNav-box dl {
    display: block;
    float: left;
    width: 25%;
    height: 346px;
    padding: 40px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.secNav-box dl:hover{
    background: #009fe8;
}

.secNav-box dl:hover dt{
    color: #fff;
}

.secNav-box dl dd:hover{
    background: rgba(255, 255, 255, 0.15);
}

.secNav-box dl:hover dd a{
    color: #e6e6e6;
}

.secNav-box dl dt {
    display: block;
    border-bottom: 1px dashed #62bfe9;
    padding-bottom: 17px;
    position: relative;
    margin-bottom: 12px;
    font-size: 16px;
    
    font-weight: bold;
}
.secNav-box dl dt a{
    color: #252525;
}
.secNav-box dl:hover dt a{
    color: #fff;
}
.secNav-box dl dd, .secNav-box dl dt {
    padding-left: 26px;
}

.secNav-box dl dt i {
    position: absolute;
    width: 8px;
    height: 8px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: block;
    left: 0;
    top: 45px;
    border: 0;
    background: #62bfe9;
}

.secNav-box dl dd {
    line-height: 24px;
    padding: 6px 0 6px 26px;
}

.TD-QRcode, .TD-QRcode a, .secNav-box dl a, .secNav-box {
    color: #636363;
    display: block;
}

.secNav-box dl dd a:hover {
    color: #fff;
}

.wgt-header-static .wgt-nav li .wgt-nav-list.active,header .wgt-nav li:hover>a.wgt-nav-list {
    color: #009fe8;
}

header .wgt-nav li .login{
    border: 1px solid #fff;
    padding: 7px 23px;
    margin-left: 10px;
    font-size: 13px;
    margin-top: 4px;
}

header .wgt-nav li:hover .login{
    background: #fff;
    color: #1b1b1b;
}

.wgt-header-static .wgt-nav li .login{
    border: 1px solid #dc7938;
}

.wgt-header-static .wgt-nav li:hover .login{
    background: #dc7938;
    color: #fff;
}

.wgt-header-static-1 .wgt-nav li .login{
    border: 1px solid #dc7938;
}

.wgt-header-static-1 .wgt-nav li:hover .login{
    background: #dc7938;
    color: #fff;
}

/*        header .wgt-nav li > .wgt-nav-list:hover:before {
          position: absolute;
          left: 50%;
          bottom: -4px;
          content: "";
          border: 8px solid;
          border-color: transparent transparent #fff transparent;
          width: 0px;
          margin: 0 0 0 -8px; }*/

header .wgt-nav li>.wgt-nav-list.on {
    color: #fff;
}
.wgt-header-static {
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
       -moz-box-shadow: 0 0 15px rgba(0,0,0,0.4);
            box-shadow: 0 0 15px rgba(0,0,0,0.4);
    -wewgtit-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.wgt-header-static-1 {
    background: #236fe0;/*#ffffff*/
    /* border-bottom: 1px solid #eeeeee; */
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
       -moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
            box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
    -wewgtit-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.wgt-header {
    -wewgtit-transition: background .5s;
    -moz-transition: background .5s;
    -webkit-transition: background .5s;
    transition: background .5s;
}

.wgt-header.bgback {
    background: rgba(0, 0, 0, 0.8);
}

.wgt-header::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: transparent;
    -wewgtit-transition: height .2s, background-color .2s;
    -webkit-transition: height .2s, background-color .2s;
    -moz-transition: height .2s, background-color .2s;
    transition: height .2s, background-color .2s;
}

#telephone {
    position: relative;
    float: left;
    padding: 0 0 0 34px;
}
#telephone:before{
    position: absolute;
    content: '';
    top: 20px;
    left: 0;
    width: 1px;
    height: 15px;
    background: #cccccc;
}

#telephone a {
    display: inline-block;
    padding: 12px 0 20px 20px;
    color: #90c31f;
    font-size: 16px;
    font-weight: bold;
    font-family: "Century Gothic", sans-serif;
}

#telephone a:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 16px;
    display: block;
    width: 32px;
    height: 32px;
    opacity: .8;
    background: url("../images/ico_telephone_1.png") no-repeat center center;
    -moz-background-size: cover;
         background-size: cover;
}
/* 导航  end */
/* banner */
.banner .video2 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.banner {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.banner .wenbox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.carousel-info {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    line-height: 0;
    z-index: 5;
}

.carousel-info .t {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 34px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-20px);
       -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
}

.carousel-info .t i {
    display: block;
    font-family: "Century Gothic", sans-serif;
    font-weight: bold;
    font-size: 90px;
    line-height: 90px;
    margin-bottom: 0;
    letter-spacing: -2px;
}

.carousel-info .c {
    font-size: 16px;
    /* font-weight: bold; */
    line-height: 26px;
    letter-spacing: 1px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
       -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
}

.progress-more{
    display: block;
    height: 52px;
    margin-bottom: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
       -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
}

.progress-more a{
    padding: 13px 25px;
    text-align: center;
    /* color: #fff; */
    background-image: -webkit-gradient(linear, left 0, right 0, from(#00fff6), to(#e923fb));
    -webkit-background-clip: text; /*必需加前缀 -webkit- 才支持这个text值 */
    -webkit-text-fill-color: transparent; /*text-fill-color会覆盖color所定义的字体颜色： */
    font-size: 20px;
    border:1px solid #ddd;
     border-image: -webkit-linear-gradient(135deg,#019fe8,#e923fb) 3 3;
     border-image: -moz-linear-gradient(135deg,#019fe8,#e923fb) 3 3;
     border-image: linear-gradient(135deg,#019fe8,#e923fb) 3 3;
    /* border: 1px solid #009fe8; */
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
}

.progress-more a:hover{
    opacity: 0.5;
}

.cy-table {
    display: table;
    width: 100%;
    height: 100%;
}

.cy-cell {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 41%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    /* display: table-cell;
    vertical-align: middle;
    text-align: center; */
}

.slides li.flex-active-slide .carousel-info .t,
.slides li.flex-active-slide .carousel-info .progress-more {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
}
.slides li.flex-active-slide .carousel-info .c{
    opacity: 0.6;
    visibility: visible;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
}
/* flexslider */
.flexslider {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: url("../images/loading.gif") 50% no-repeat;
}

.load-spinner-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.load-spinner, .rsDefault .rsPreloader {
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 2px solid rgba(255,255,255,.15);
    border-right: 2px solid rgba(255,255,255,.15);
    border-bottom: 2px solid rgba(255,255,255,.15);
    border-top: 2px solid rgba(255,255,255,.8);
    -moz-border-radius: 100%;
         border-radius: 100%;
}

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    to {-webkit-transform: rotate(359deg);transform: rotate(359deg);}
}
@-moz-keyframes rotation {
    from {-moz-transform: rotate(0deg);transform: rotate(0deg);}
    to {-moz-transform: rotate(359deg);transform: rotate(359deg);}
}
@keyframes rotation {
    from {-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);transform: rotate(0deg);}
    to {-webkit-transform: rotate(359deg);-moz-transform: rotate(359deg);transform: rotate(359deg);}
}

.slides {
    position: relative;
    z-index: 1;
}

.slides li {
    height: 100vh;
    -moz-background-size: cover;
         background-size: cover;
    background-position: center;
}

.flex-control-nav {
    position: absolute;
    bottom: 45px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    vertical-align: middle;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 11px;
    line-height: 20px;
    font-size: 0;
    top: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

.flex-control-nav .flex-active {
    background: none;
}

.flex-control-nav .flex-active:before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    top: 2px;
    left: 1px;
    background: #abc514;
}

.flex-control-nav .flex-active:after{
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    top: -5px;
    left: -6px;
    border: 1px solid #abc514;
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
    display: none;
}

.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url("../images/prev.png") center center no-repeat;
}

.flex-direction-nav li a.flex-next {
    right: 40px;
    background: url("../images/next.png") center center no-repeat;
}
/* flexslider */
/* banner end */

/* about */
.introduction {
    background: #FFFFFF;
    overflow: hidden;
}

.introduction .icon {
    background: url("../images/platforms-icon-1x_85c901ca.png") 0 0 no-repeat;
    background-size: 96px 160px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .introduction .icon {
        background: url("../images/platforms-icon_77f87d8a.png") 0 0 no-repeat;
        background-size: 96px 160px
    }
}

.introduction .container_in {
    position: relative;
    width: 100%;
    padding: 54px 5% 0 0;
    margin: 0 auto;
}

.introduction .content {
    position: absolute;
    width: 40%;
    top: 60px;
    right: 5%;
}

.introduction .content:first-child {
    opacity: 1;
    filter: alpha(opacity=100)
}

.introduction .content-item {
    width: 100%;
    overflow: hidden;
    margin-right: 5px;
    padding: 0 20px;
    position: absolute;
    top: 20px;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.29, 0.98) 0.7s;
    -moz-transition: all 0.5s cubic-bezier(0, 0, 0.29, 0.98) 0.7s;
    -ms-transition: all 0.5s cubic-bezier(0, 0, 0.29, 0.98) 0.7s;
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.29, 0.98) 0.7s;
    transition: all 0.5s cubic-bezier(0, 0, 0.29, 0.98) 0.7s
}

.introduction .content-item.active {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 5;
    -webkit-transition: all 1s cubic-bezier(0.26, 0.01, 0.35, 1.01) 1.25s;
    -moz-transition: all 1s cubic-bezier(0.26, 0.01, 0.35, 1.01) 1.25s;
    -ms-transition: all 1s cubic-bezier(0.26, 0.01, 0.35, 1.01) 1.25s;
    -o-transition: all 1s cubic-bezier(0.26, 0.01, 0.35, 1.01) 1.25s;
    transition: all 1s cubic-bezier(0.26, 0.01, 0.35, 1.01) 1.25s;
    top: 0
}

.introduction .content-item .desc {
    padding-bottom: 50px
}

.introduction .content-item .desc h3 {
    position: relative;
    font-size: 21px;
    line-height: 40px;
    color: #333;
    margin-bottom: 40px;
    font-weight: normal;
    font-weight: bold;
}
.introduction .content-item .desc h3:after{
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    top: 57px;
    left: 0;
    background: #cccccc;
}

.introduction .content-item .desc p {
    font-size: 15px;
    line-height: 28px;
    color: #666;
    height: 164px;
    overflow: hidden;
}
.introduction .content-item .desc p span{
    color: #008cd6;
}
.introduction .content-item .desc a {
    color: #90c31f;
    font-size: 14px;
    display: block;
    width: 157px;
    height: 36px;
    border: 1px solid #90c31f;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
    margin-top: 20px
}

.introduction .content-item .desc a:hover {
    background-color: #90c31f;
    border-color: #90c31f;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff
}

.introduction .content-item figcaption h4 {
    margin: 0;
    font-size: 15px;
    line-height: 30px;
    color: #333;
    font-weight: 500;
}

.introduction .content-item figcaption p {
    font-size: 14px;
    line-height: 26px;
    color: #666;
    margin: 0
}

.introduction .content-item article {
    margin-top: 20px;
    width: 62px;
    float: left;
    margin-right: 10%;
    text-align: center;
}
.introduction .content-item article:nth-child(3){
    width: 90px;
}
.introduction .content-item .icon {
    width: 32px;
    height: 32px;
    margin: 0 auto 7px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.introduction .content-item .icon.icon-data-01{
    background: url('../images/data1.png') no-repeat center;
}
.introduction .content-item article:hover .icon.icon-data-01{
    background: url('../images/data1-1.png') no-repeat center;
}
.introduction .content-item .icon.icon-data-02{
    background: url('../images/data2.png') no-repeat center;
}
.introduction .content-item article:hover .icon.icon-data-02{
    background: url('../images/data2-1.png') no-repeat center;
}
.introduction .content-item .icon.icon-data-03{
    background: url('../images/data3.png') no-repeat center;
}
.introduction .content-item article:hover .icon.icon-data-03{
    background: url('../images/data3-1.png') no-repeat center;
}
.introduction .content-item .icon.icon-data-04{
    background: url('../images/data4.png') no-repeat center;
}
.introduction .content-item article:hover .icon.icon-data-04{
    background: url('../images/data4-1.png') no-repeat center;
}
.introduction .icon-base-stable {
    background-position: 0 -34px
}

.introduction .icon-safty-storage {
    background-position: 0 -66px
}

.introduction .aniwrp {
    width: 57%;
    position: relative;
    left: 0;
    bottom: 52px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none
}

.introduction #wrp {
    background-color: #fff;
    width: 100%;
    position: relative;
    margin: 50px 0 0;
}
@media screen and (max-width: 1500px) {
    .introduction{
        margin-bottom: 0;
    }
    .introduction #wrp{
        margin: 50px 0;
    }
}
.introduction #wrp h2 {
    margin: 0;
    padding: 0
}

.introduction #wrp img {
    max-width: inherit;
    width: 100%;
}

.introduction .center {
    width: 280px;
    height: 280px;
    position: absolute;
    left: 25%;
    top: 53%;
    border-radius: 140px;
    z-index: 10
}

.introduction #center {
    z-index: 9
}

.introduction .incenter {
    position: absolute
}

.introduction .center2 {
    opacity: 0
}

.introduction .center2-move {
    animation: center2show 2s forwards linear
}

.introduction .center2:before {
    opacity: 0;
    filter: alpha(opacity=0);
    box-shadow: 0 0 60px rgba(11, 101, 255, 0.35)
}

.introduction #incenter2:before {
    opacity: 0;
    filter: alpha(opacity=0);
    box-shadow: 0 0 40px rgba(11, 101, 255, 0.27)
}

.introduction .center-move #incenter:before {
    animation: disappear .7s forwards linear
}

.introduction .sun {
    width: 76px;
    height: 76px;
    margin: 63px;
    border-radius: 38px;
    float: left
}

.introduction #sun2 {
    opacity: 0
}

.introduction .center2-move #sun2 {
    animation: sunrise .7s forwards linear;
    -webkit-animation-delay: .4s
}

.introduction .center2-move:before {
    animation: antidisappear 1s forwards linear !important;
    -webkit-animation-delay: .5s !important
}

.introduction .center2-move #incenter2:before {
    animation: antidisappear .7s forwards linear;
    -webkit-animation-delay: .5s
}

.introduction .sun img {
    display: none
}

.introduction .sun .center-icon {
    display: block
}

.introduction .texttitle {
    width: 190px;
    height: 100px;
    position: absolute;
    z-index: 20;
    left: 50%;
    top: 42%
}

.introduction .texttitle h2 {
    font-size: 27px;
    line-height: 32px;
    color: #333333;
    margin-left: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.introduction .texttitle .line {
    width: 220px;
    height: 10px;
    margin: 5px 0;
}

.introduction .texttitle .line .line1 {
    display: block;
    width: 190px;
    height: 1px;
    margin-top: 4px;
    float: left;
    background-color: #D2D2D2
}

.introduction .texttitle .circle {
    width: 7px;
    height: 7px;
    border: 1px solid #D2D2D2;
    float: left;
    border-radius: 3.5px;
    margin-top: 1px;
    margin-left: -1px
}

.introduction .texttitle p {
    font-size: 18px;
    line-height: 26px;
    color: #333333;
}

.introduction #wrp .texttitle-base .main-txt {
    width: 139px;
    height: 45px
}

.introduction #wrp .texttitle-base .sub-txt {
    width: 112px;
    height: 16px
}

.introduction #wrp .texttitle-base .line1 {
    width: 155px
}

.introduction #wrp .texttitle-iot .main-txt {
    width: 63px;
    height: 29px
}

.introduction #wrp .texttitle-iot .sub-txt {
    width: 79px;
    height: 16px
}

.introduction #wrp .texttitle-media .main-txt {
    width: 64px;
    height: 31px
}

.introduction #wrp .texttitle-media .sub-txt {
    width: 80px;
    height: 16px
}

.introduction #wrp .texttitle-bigdata .main-txt {
    width: 63px;
    height: 32px
}

.introduction #wrp .texttitle-bigdata .sub-txt {
    width: 80px;
    height: 16px
}

.introduction #wrp .texttitle-ai .main-txt {
    width: 62px;
    height: 31px
}

.introduction #wrp .texttitle-ai .sub-txt {
    width: 64px;
    height: 16px
}

/* .introduction .disappear-texttitle h2 {
    transform: translateX(-10px);
    opacity: 0;
    filter: alpha(opacity=0)
} */

.introduction .appear h2 {
    animation: antidisappear3 .2s forwards linear;
    -webkit-animation-delay: 1.5s
}

.introduction .appear p {
    animation: antidisappear3 .2s forwards linear;
    -webkit-animation-delay: 1.5s
}

.introduction .appear .line1 {
    animation: antidisappear1 .3s forwards linear;
    -webkit-animation-delay: 1.2s
}

.introduction .appear .circle {
    animation: antidisappear2 .3s forwards linear;
    -webkit-animation-delay: 1.2s
}

.introduction .disappear h2 {
    animation: disappear3 .2s forwards linear
}

.introduction .disappear p {
    animation: disappear3 .2s forwards linear
}

.introduction .disappear .line1 {
    animation: disappear1 .3s forwards linear;
    -webkit-animation-delay: .2s
}

.introduction .disappear .circle {
    animation: disappear2 .3s forwards linear;
    -webkit-animation-delay: .2s
}

.introduction .center-move #sun {
    animation: disappear4 .2s forwards linear;
    -webkit-animation-delay: .5s
}

.introduction #bgline {
    z-index: 5;
    position: absolute;
    top: 52px;
    left: -117px
}

.introduction #bgline img {
    width: 100%;
}

.introduction .cells {
    z-index: 30;
    border-radius: 50%;
    position: absolute;
    width: 84px;
    height: 84px;
    padding: 2px
}

.introduction .cells p{
    text-align: center;
    font-size: 16px;
    color: #333;
}

.introduction .wave .cells::before {
    animation: lianyi 4s linear
}

.introduction .wave .cells::after {
    animation: lianyi2 4s linear
}

.introduction .wave #cell-1::before,
.introduction #cell-1::after {
    animation-delay: 0s;
    -webkit-animation-delay: 0s
}

.introduction .wave #cell-2::before,
.introduction #cell-2::after {
    animation-delay: .5s;
    -webkit-animation-delay: .5s
}

.introduction .wave #cell-3::before,
.introduction #cell-3::after {
    animation-delay: 1s;
    -webkit-animation-delay: 1s
}

.introduction .wave #cell-4::before,
.introduction #cell-4::after {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s
}

.introduction .cells:after {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    border: 3px solid #A0A0A0;
    position: absolute;
    top: -3px;
    left: -3px;
    border-radius: 100px;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale(.8)
}

.introduction .cells h3 {
    display: block;
    background-color: #fff;
    border-radius: 80px;
    border: 2px solid #CCCCCC;
    font-size: 14px;
    text-align: center;
    color: #333333;
    margin: 4px;
    font-weight: normal
}

.introduction .cells h3 span {
    display: block;
    margin-top: -2px
}

.introduction .cells h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    position: absolute;
    top: -1px;
    left: -1px;
    border: 1px dashed #fff;
    opacity: 0;
    transition: all .2s ease-in
}

.introduction .cells .bg {
    width: 100%;
    height: 100%;
}
.introduction .cells .bg .bg_n{
    width: 64px;
    height: 64px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 21px rgba(44, 132, 235, 0.43);
       -moz-box-shadow: 0 0 21px rgba(44, 132, 235, 0.43);
            box-shadow: 0 0 21px rgba(44, 132, 235, 0.43);
    -moz-border-radius: 50%;
         border-radius: 50%;
    margin-left: 7px;
    margin-top: 6px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.introduction .cells .bg:before {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    border: 1px dashed #e5e5e5;
    position: absolute;
    top: -3px;
    left: -3px;
    -moz-border-radius: 100%;
         border-radius: 100%;
    -webkit-animation: rotate 4s infinite linear;
       -moz-animation: rotate 4s infinite linear;
            animation: rotate 4s infinite linear;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg)
    }
}
@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
             transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(360deg);
             transform: rotate(360deg)
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
           -moz-transform: rotate(0deg);
                transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
           -moz-transform: rotate(360deg);
                transform: rotate(360deg)
    }
}
.introduction .cells:hover .bg:before{
    background: url('../images/a_deshed.png') no-repeat center;
    border: none;
    top: -2px;
    left: -1px;
    /* border: 1px dashed #e5e5e5;
    border-radius: 100%;
    border-image: -webkit-linear-gradient(135deg,#019fe8,#e923fb) 3 3;
    border-image: -moz-linear-gradient(135deg,#019fe8,#e923fb) 3 3;
    border-image: linear-gradient(135deg,#019fe8,#e923fb) 3 3; */
}
.introduction #cell-1 {
    left: 8%;
    top: 33%
}
.introduction .cell-1 .bg .bg_n{
    background-image: url('../images/a1.png');
    background-repeat: no-repeat;
    background-position: center;
}
.introduction .cell-1:hover .bg .bg_n{
    background-image: url('../images/a1-1.png');
}
.introduction .cell-2 .bg .bg_n{
    background-image: url('../images/a2.png');
    background-repeat: no-repeat;
    background-position: center;
}
.introduction .cell-2:hover .bg .bg_n{
    background-image: url('../images/a2-1.png');
}
.introduction .cell-3 .bg .bg_n{
    background-image: url('../images/a3.png');
    background-repeat: no-repeat;
    background-position: center;
}
.introduction .cell-3:hover .bg .bg_n{
    background-image: url('../images/a3-1.png');
}
.introduction .cell-4 .bg .bg_n{
    background-image: url('../images/a4.png');
    background-repeat: no-repeat;
    background-position: center;
}
.introduction .cell-4:hover .bg .bg_n{
    background-image: url('../images/a4-1.png');
}
.introduction .cell-5 .bg .bg_n{
    background-image: url('../images/a5.png');
    background-repeat: no-repeat;
    background-position: center;
}
.introduction .cell-5:hover .bg .bg_n{
    background-image: url('../images/a5-1.png');
}
/* .introduction .cells:hover .bg .bg_n{
    background-image: -webkit-gradient(linear, left 0, right 0, from(#6927fe), to(#1c81fe));
} */
.introduction #cell-1 h3 {
    float: left;
    z-index: 20;
    width: 55px;
    height: 55px;
    line-height: 55px
}

.introduction #cell-1 img {
    width: 55px;
    height: 55px
}

.introduction .cells-hover .bg {
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all .1s ease-in
}

.introduction .cells-hover h3 span {
    animation: goout .1s forwards linear;
    text-align: left
}

.introduction .cells-hover h3::after {
    opacity: 1;
    animation: rotate 4s infinite linear;
    border: 1px dashed #5E5CEA;
    background: #fff
}

.introduction .appear-cell:hover span {
    animation: nonedis .1s forwards linear
}

.introduction .appear-cell:hover h3::after {
    animation: rotate1 4s forwards linear
}

.introduction .appear-cell1 .bg {
    animation: moveto .5s forwards linear;
    -webkit-animation-delay: .5s;
    opacity: 1;
    filter: alpha(opacity=100)
}

.introduction .appear-cell2 .bg {
    opacity: 1;
    filter: alpha(opacity=100);
    animation: moveto2 .5s forwards linear;
    -webkit-animation-delay: .5s
}

.introduction .appear-cell3 .bg {
    opacity: 1;
    filter: alpha(opacity=100);
    animation: moveto3 .5s forwards linear;
    -webkit-animation-delay: .5s
}

.introduction .appear-cell4 .bg {
    opacity: 1;
    filter: alpha(opacity=100);
    animation: moveto4 .5s forwards linear;
    -webkit-animation-delay: .5s
}

.introduction #cell .appear-cell1 img,
.introduction #cell .appear-cell2 img,
.introduction #cell .appear-cell3 img,
.introduction #cell .appear-cell4 img {
    width: 76px;
    height: 76px;
    -webkit-transition: all 0.5s 0.5s;
    -moz-transition: all 0.5s 0.5s;
    -ms-transition: all 0.5s 0.5s;
    -o-transition: all 0.5s 0.5s;
    transition: all 0.5s 0.5s
}

.introduction #cell-2 {
    left: 25%;
    top: 9%;
}

.introduction #cell-3 {
    left: 50%;
    top: 2%;
}

.introduction #cell-4 {
    left: 77%;
    top: 18%;
}
.introduction #cell-5 {
    left: 80%;
    top: 60%;
}

.introduction .sphere1,
.introduction .sphere2 {
    background: url("../images/oval.2x_fae6f285.png") no-repeat;
    background-size: 14px 14px;
    position: absolute;
    width: 14px;
    height: 14px;
    z-index: 21
}

.introduction .sphere1 {
    top: 87px;
    right: -83px;
    -webkit-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    transform: rotate(7deg)
}

.introduction .sphere2 {
    top: 114px;
    right: 184px;
    -webkit-transform: rotate(-53deg);
    -moz-transform: rotate(-53deg);
    -ms-transform: rotate(-53deg);
    -o-transform: rotate(-53deg);
    transform: rotate(-53deg)
}

@keyframes showop {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    70% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes goout {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(90%)
    }

    100% {
        transform: translateX(130%)
    }
}

@keyframes lianyi {
    0% {
        transform: scale(.8);
        opacity: 0
    }

    10% {
        transform: scale(1);
        opacity: .25
    }

    20% {
        transform: scale(1.3);
        opacity: 0
    }

    100% {
        transform: scale(.8);
        opacity: 0
    }
}

@keyframes lianyi2 {
    0% {
        transform: scale(.8);
        opacity: 0
    }

    7% {
        transform: scale(.8);
        opacity: 0
    }

    17% {
        transform: scale(1);
        opacity: .2
    }

    27% {
        transform: scale(1.3);
        opacity: 0
    }

    100% {
        transform: scale(.8);
        opacity: 0
    }
}

@keyframes disappear {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(0);
        opacity: .5
    }
}

@keyframes antidisappear {
    0% {
        transform: scale(0);
        opacity: .5
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes disappear1 {
    0% {
        transform: translateX(0) scaleX(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) scaleX(0);
        opacity: .5
    }
}

@keyframes antidisappear1 {
    0% {
        transform: translateX(-50%) scaleX(0);
        opacity: .5
    }

    100% {
        transform: translateX(0) scaleX(1);
        opacity: 1
    }
}

@keyframes disappear2 {
    0% {
        transform: translateX(0) scaleX(1);
        opacity: 1
    }

    70% {
        opacity: 1
    }

    100% {
        transform: translateX(-175px);
        opacity: 0
    }
}

@keyframes antidisappear2 {
    0% {
        transform: translateX(-175px);
        opacity: 0
    }

    70% {
        opacity: 1
    }

    100% {
        transform: translateX(0) scaleX(1);
        opacity: 1
    }
}

@keyframes disappear3 {
    0% {
        transform: translateX(0);
        opacity: 1;
        filter: alpha(opacity=100)
    }

    100% {
        transform: translateX(-10px);
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

@keyframes antidisappear3 {
    0% {
        transform: translateX(-10px);
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        transform: translateX(0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@keyframes disappear4 {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.1);
        opacity: 0
    }
}

@keyframes moveto {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(253px, 125px)
    }
}

@keyframes moveto2 {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(74px, 241px)
    }
}

@keyframes moveto3 {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(-187px, 157px)
    }
}

@keyframes moveto4 {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(-272px, -110px)
    }
}

@keyframes sunrise {
    0% {
        transform: scale(0);
        opacity: 0
    }

    70% {
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes nonedis {
    0% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes center2show {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}
/* about  end */

/* sulution */
.sulution_ind{
    background: #f5f5f5;
    padding: 0 0 100px;
}
.suluion_Li{
    height: 467px;
}
.suluion_Li a{
    top: 0;
    height: 427px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 14px rgba(44, 132, 235, 0.1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.suluion_Li a:hover{
    top: -30px;
    height: 487px;
}
.suluion_Li a:hover .sulu_bg{
    opacity: 1;
}

.sulu_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 97px;
    background: url('../images/sulu_bg.png') center;
    background-size: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.sulu_Top{
    padding-bottom: 20px;
}
.su_icon{
    position: relative;
    width: 76px;
    height: 76px;
    margin: 0 auto;
    margin-top: 30px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.suluion_Li a:hover .su_icon{
    margin-top: 60px;
}
.su_icon:before{
    position: absolute;
    content: '';
    width: 76px;
    height: 76px;
    background-image: -webkit-gradient(linear, left 0, right 0, from(#1679e8), to(#019bed));
    border-radius: 50%;
    z-index: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.suluion_Li a:hover .su_icon:before{
    background: #fff;
}
.su_icon01{
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url('../images/sule01-1.png');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.suluion_Li a:hover .su_icon01{
    background-image: url('../images/sule01.png');
}
.su_icon02{
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url('../images/sule02-1.png');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.suluion_Li a:hover .su_icon02{
    background-image: url('../images/sule02.png');
}
.su_icon03{
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url('../images/sule03-1.png');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.suluion_Li a:hover .su_icon03{
    background-image: url('../images/sule03.png');
}
.su_icon04{
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url('../images/sule04-1.png');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.suluion_Li a:hover .su_icon04{
    background-image: url('../images/sule04.png');
}
.su_icon05{
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url('../images/sule05-1.png');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.suluion_Li a:hover .su_icon05{
    background-image: url('../images/sule05.png');
}
.sulu_Top p{
    font-size: 18px;
    padding-bottom: 10px;
    margin: 10px 30px 0;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    color: #333333;
}

.suluion_Li ul{
    height: 216px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.suluion_Li ul li{
    position: relative;
    font-size: 15px;
    padding-left: 20px;
    margin-bottom: 4px;
    color:#878787;
}
.suluion_Li ul li:before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 12px;
    background: #90c31f;
}
.solu_n{
    position: relative;
    margin: 0 30px;
}
.sulu_hov{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    opacity: 0;
}
.sulu_hov p{
    font-size: 14px;
    line-height: 24px;
    color: #878787;
}
.suluion_Li a:hover .solu_n ul{
    opacity: 0;
}
.suluion_Li a:hover .sulu_hov{
    opacity: 1;
}
.suluion_Li a span{
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -63px;
    width: 126px;
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    border: 1px solid #008cd6;
    -moz-border-radius: 18px;
         border-radius: 18px;
    text-align: center;
    background: #fff;
}
.suluion_Li a:hover span{
    background-image: -webkit-gradient(linear, left 0, right 0, from(#1679e8), to(#019bed));
    color: #fff;
}
/* .sulu_Top .sulu_bg{
    background: url('../images/sulu_bg.png') no-repeat center;
    background-size: cover;
} */
.switch_unit {
    padding: 0 70px 0;
}

.switch_unit .item {
    border-radius: 5px;
    background-color: #d7d7d7;
    font-size: 14px;
    color: #333;
    padding: 10px 10px;
    margin: 0px 7px;
    display: block;
    text-align: center;
}

.switch_unit .item:hover,
.switch_unit .item.act {
    background-color: #cc0000;
    color: #fff;
}

.switch_unit .slick-arrow {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 5px;
    top: 50%;
    margin-top: -16px;
    border-radius: 50%;
    background: none;
}
.suluion_Li.switch_unit .slick-arrow:hover{
    top: 50%;
    margin-top: -16px;
    height: 50px;
}

.switch_unit .slick-arrow i {
    background: url("../images/prev2.png") no-repeat scroll center center;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    display: block;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.switch_unit .slick-prev {
    left: 0;
}

.switch_unit .slick-next {
    right: 0;
}

.switch_unit .slick-prev i {
    background-image: url("../images/prev2.png");
}

.switch_unit .slick-next i {
    background-image: url("../images/next2.png");
}

.switch_unit .slick-prev:hover i {
    background-image: url("../images/prev2-1.png");
}

.switch_unit .slick-next:hover i {
    background-image: url("../images/next2-1.png");
}

.switch_unit .itemA {
    position: relative;
    display: block;
    margin: 0 10px;
    /* height: 300px; */
}

.switch_unit .img {
    overflow: hidden;
    position: relative;
    display: block;
    height: 100%;
    margin: 0 auto 8px;
    text-align: center;
}

.switch_unit .img img {
    width: 100%;
    /* position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); */
}

.switch_unit .img>span {
    display: block;
    height: 100%;
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    margin-top: 30px;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 30px 0;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    /* display: none; */
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
    outline: none;
}

.slick-dots{
    margin: 40px 0 0;
    text-align: center;
}

.slick-dots li.slick-active{
    background: #008cd6;
}

.slick-dots li{
    display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #ddd;
    margin: 0 5px;
}
/* sulution  end */

/* news */
.news_ind{
    background: #f5f5f5;
    padding-bottom: 50px;
}
.news {
    position: relative;
    background: #eee;
    padding-bottom: 68px;
}

.newsBox {
    overflow: hidden;
}
.newsItem {
    display: block;
    float: left;
    width: 31.33%;
    margin: 0 10px;
    padding: 20px;
    background: #fff;
}
.newsItem:hover{
    box-shadow: 0 0 15px rgba(44, 132, 235, 0.23);
}
.newsItem_img {
    overflow: hidden;
}

.newsItem_img img {
    width: 100%;
    display: block;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
}

.newsItem_con {
    position: relative;
    padding: 0 6px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
}

.newsItem_time {
    position: absolute;
    width: 90px;
    display: inline-block;
    vertical-align: top;
    top: -20px;
    left: -20px;
    text-align: center;
    padding: 0 0 4px 0;
    border-right: 1px solid rgba(3, 31, 72, 0.12);
}

.newsItem_time p {
    font-size: 14px;
    line-height: 1.4;
    color: #fefefe;
    background: #1679e8;
    padding: 8px 0;
}

.newsItem_time span {
    display: block;
    font-size: 22px;
    color: #fff;
    background: #019bed;
}

.newsItem_tit {
    padding: 5px 0 28px 88px;
    width: 100%;
    box-sizing: border-box;
}

.newsItem_tit h1 {
    color: #333;
    margin: 0;
    height: 54px;
    line-height: 25px;
    font-size: 16px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
}
.newsItem:hover .newsItem_tit h1{
    color:#008cd6;
}
.newsItem:hover 
.newsItem_tit p {
    color: #666;
    height: 20px;
    line-height: 1.4;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsItem>p{
    font-size: 14px;
    line-height: 25px;
    color: #999;
    height: 75px;
    margin-bottom: 30px;
    overflow: hidden;
}
.newsItem>span{
    color: #999;
    font-size: 13px;
    padding-left: 63px;
    background: url('../images/more.png') no-repeat left;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.newsItem:hover>span{
    padding-left: 73px;
    background: url("../images/more-1.png") no-repeat left;
    color: #90c31f;
    background-position: 10px center;
}
@media (min-width: 481px) {
    .newsItem:hover .newsItem_img img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
}
/* news  end */

/* service */
.service_ind{
    width: 100%;
    margin: 0 auto;
}
.service_bg{
    position: relative;
    width: 100%;
    margin: 50px auto 0;
    padding: 100px 5%;
    height: 428px;
    background: url('../images/service_bg.png') no-repeat center;
}
#J_dotLine{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
    display: block;
    margin: 0 auto;
}

.service_bg li{
    width: 33.33%;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    color: #fff;
}
.service_bg li:last-child{
    border: none;
}
.service_bg li div{
    line-height: 50px;
}
.service_bg li h3{
    font-size: 48px;
    line-height: 50px;
    font-family: 'Century Gothic';
    display: inline-block;
}
.service_bg li span{
    font-size: 48px;
}
.service_bg li p{
    font-size: 18px;
    margin-top: 5px;
}
.ser_nei{
    position: relative;
}
.ser_math{
    position: absolute;
    right: 0;
    top: -110px;
    font-size: 28px;
    width: 48%;
    margin-left: 2%;
}
.ser_math span{
    position: relative;
    font-family: 'CRYSTAL';
    font-size: 42px;
    color: #1083e9;
    padding-right: 30px;
}
.ser_math span:after{
    position: absolute;
    content: '+';
    top: -20px;
    font-size: 35px;
    right: 0;
    color: #1083e9;
    font-family: '微软雅黑';
}
.ser_bottom{
    width: 100%;
    margin: 40px auto;
}
.ser_map{
    width: 50%;
    float: left;
}
.ser_map img{
    max-width: 100%;
}
.ser_info{
    position: relative;
    width: 48%;
    margin-left: 2%;
    float: left;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 21px rgba(44, 132, 235, 0.18)
}
.ser_info h3{
    position: relative;
    font-size: 18px;
    padding-left: 20px;
    color: #333;
    margin-bottom: 6px;
}
.ser_info h3:before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 12px;
    background: #90c31f;
}
.ser_info p{
    font-size: 14px;
    color: #878787;
    line-height: 21px;
}
.ser_info .slick-slider{
    margin-top: 0;
}
.ser_info .slick-list{
    padding: 0;
}
.ser_info a{
    padding: 15px;
}
.ser_dian .slick-dots{
    margin-top: 20px;
}
/* service  end */

/* 合作伙伴 */
.prapper{
    padding: 20px 70px 40px;
}
.prapper .img{
    border: 1px solid #e5e5e5;
}
.prapper .img img{
    width: 100%;
}
.slick-slide{
    margin: 0 10px;
}
.slick-arrow {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 5px;
    top: 50%;
    margin-top: -36px;
    background: none;
}
.slick-arrow:hover{
    top: 50%;
    margin-top: -36px;
    height: 50px;
}

.slick-arrow i {
    background: url("../images/prev2.png") no-repeat scroll center center;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    display: block;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-prev i {
    background-image: url("../images/prev2.png");
}

.slick-next i {
    background-image: url("../images/next2.png");
}

.slick-prev:hover i {
    background-image: url("../images/prev2-1.png");
}

.slick-next:hover i {
    background-image: url("../images/next2-1.png");
}
/* 合作伙伴  end */
.about_foru .slick-arrow{
    margin-top: -25px;
}
.about_foru .slick-arrow:hover{
    margin-top: -25px;
}
/* footer */
.main-bottom {
    height: 100vh;
    box-sizing: border-box;
    background: #1e1e1e;
    padding: 140px 0 60px;
    overflow: hidden;
    display: block;
    color: #41519f
}

.content-homeBottom {
    width: 90%;
    margin: 0 auto;
}

.web_en .content-homeBottom {
    width: 90%
}

.content-homeBottom .bottom-left {
    float: left;
    display: block;
    width: -moz-calc(100% - 270px);
    width: calc(100% - 270px);
}

.bottom-left ul {
    float: left;
    margin: 0 0 20px;
    zoom: 1;
    padding: 0 36px 0 0
}

.bottom-right,
.bottom-right ul {
    /* margin-right: 20px; */
    display: block
}

.bottom-left ul h4 {
    display: block;
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 26px
}

.bottom-left ul li {
    list-style: none;
    display: block;
    clear: both;
    line-height: 30px;
    font-size: 12px
}

.bottom-left ul h4 a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
}

.bottom-left ul li a {
    color: #9c9c9c;
    text-decoration: none;
    font-size: 14px;
}

.bottom-left ul li a:hover {
    color: #fff
}

.bottom-left ul.no-leftBorder {
    border-left: 0
}

.bottom-left ul.no-rightBorder {
    border-right: 0
}

.bottom-right {
    float: right;
    width: 265px;
}

.bottom-right ul {
    float: left;
    padding: 0;
    zoom: 1;
}

.bottom-right ul li {
    float: right;
    clear: both;
    display: block;
    color: #9c9c9c;
    font-size: 15px;
    font-family: "Century Gothic", sans-serif;
}

.bottom-right ul li a{
    color: #9c9c9c;
}

.bottom-right ul li:first-child {
    width: 114px
}

.bottom-right ul li:first-child img {
    width: 100%
}

.web_en .bottom-right ul li:first-child a {
    width: 114px;
    display: block;
    margin: 0 auto;
}

.bottom-right img {
    float: right
}

.bottom-right .social {
    clear: both;
    display: block;
    float: right;
    padding-top: 10px
}

.bottom-right .social span {
    padding-bottom: 20px;
    display: block;
    overflow: hidden
}

.copyright-bottom {
    clear: both;
    text-align: center;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    padding-top: 20px;
    color: #9c9c9c;
}

.copyright-bottom font {
    clear: both;
    font-size: 14px;
}

.copyright-bottom font a {
    color: #5363ae;
    text-decoration: none;
    cursor: pointer;
    margin: 6px 5px;
    display: inline-block;
    color: #9c9c9c;
}

.copyright-bottom font a:hover {
    color: #fff
}

.xiao-neng-kf.QR-code-container {
    bottom: 45px;
    z-index: 101
}

.xiao-neng-kf.QR-code-container a {
    border-top: 0;
    -moz-border-radius: 0 0 4px 4px;
         border-radius: 0 0 4px 4px
}

.bottom-right ul li.phone-number span, .content-bottom ul li.phone-number span {
    margin-right: 10px;
    background: url("../images/icon-contact.png") no-repeat;
    width: 19px;
    height: 19px;
    float: left;
    text-indent: -9999px;
    position: relative;
    top: 5px;
}

.bottom-right ul li.e-mail span, .content-bottom ul li.e-mail span {
    margin: 5px 10px 0 0;
    background: url("../images/icon-contact.png") -19px 0 no-repeat;
    width: 19px;
    height: 19px;
    float: left;
    text-indent: -9999px;
}

.QR-code-contents {
    position: absolute;
    width: 90px;
    height: 114px;
    background: #fff;
    -moz-border-radius: 4px;
         border-radius: 4px;
    right: 60px;
    top: -46px;
    padding: 8px;
    display: none;
    border: 1px solid rgba(0, 0, 0, .1)
}

.QR-code-contents:after,
.QR-code-contents:before {
    content: '';
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    top: 60px;
    position: absolute
}

.QR-code-contents p,
.QR-code-contents p img {
    width: 100%
}

.QR-code-contents label {
    width: 100%;
    text-align: center;
    color: #8a8a8a;
    font-size: 12px;
    display: block;
    line-height: 12px
}

.xiao-neng-kf.QR-code-container:hover .QR-code-contents {
    display: block
}

.QR-code-contents:before {
    border-left: 6px solid #fff;
    right: -6px;
    z-index: 20
}

.QR-code-contents:after {
    border-left: 7px solid rgba(0, 0, 0, .1);
    right: -7px
}

@media only screen and (max-width:1280px) and (min-width:1024px) {

    .web_en .content-homeBottom {
        min-width: inherit;
        width: 100%
    }

    .web_en .content-homeBottom .bottom-left {
        width: 100%;
        border-bottom: 1px solid #2c366b;
        margin-bottom: 20px;
        padding-bottom: 20px
    }

    .web_en .bottom-left ul {
        padding: 0;
        width: 14%
    }

    .web_en .bottom-box {
        width: 980px;
        margin: 0 auto
    }

    .web_en .bottom-right {
        text-align: center;
        float: none;
        clear: both
    }

    .web_en .bottom-right ul {
        float: none
    }

    .web_en .bottom-right ul li {
        float: none;
        display: inline-block;
        padding-bottom: 12px
    }

    .web_en .bottom-right ul li:first-child {
        display: block;
        width: 100%;
        zoom: 1;
        overflow: hidden;
        text-align: center
    }

    .web_en .bottom-right ul li:first-child img {
        float: none
    }

    .web_en .bottom-right .QRcode {
        display: none
    }

    .web_en .bottom-right .social {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
        padding: 0
    }

    .web_en .social span a {
        float: none;
        display: inline-block;
        margin: 0 10px
    }
}

@media only screen and (max-width:1023px) and (min-width:737px) {
    .bottom-left ul {
        padding: 0 15px
    }

    .web_en .content-homeBottom {
        min-width: inherit;
        width: 100%
    }

    .web_en .content-homeBottom .bottom-left {
        width: 100%;
        border-bottom: 1px solid #2c366b;
        margin-bottom: 20px;
        padding-bottom: 20px
    }

    .web_en .bottom-left ul {
        padding: 0;
        width: 14%
    }

    .web_en .bottom-box {
        width: 710px;
        margin: 0 auto
    }

    .web_en .bottom-right {
        text-align: center;
        float: none;
        clear: both
    }

    .web_en .bottom-right ul {
        float: none
    }

    .web_en .bottom-right ul li {
        float: none;
        display: inline-block;
        padding-bottom: 12px
    }

    .web_en .bottom-right ul li:first-child {
        display: block;
        width: 100%;
        zoom: 1;
        overflow: hidden;
        text-align: center
    }

    .web_en .bottom-right ul li:first-child img {
        float: none
    }

    .web_en .bottom-right .QRcode {
        display: none
    }

    .web_en .bottom-right .social {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
        padding: 0
    }

    .web_en .social span a {
        float: none;
        display: inline-block;
        margin: 0 10px
    }
}

@media only screen and (max-width:736px) and (min-width:415px) {
    .content-homeBottom {
        min-width: inherit;
        width: 100%
    }

    .content-homeBottom .bottom-left {
        width: 100%;
        border-bottom: 1px solid #2c366b;
        margin-bottom: 20px;
        padding-bottom: 20px
    }

    .bottom-left ul {
        padding: 0 14px
    }

    .bottom-box {
        width: 550px;
        margin: 0 auto
    }

    .web_en .bottom-box {
        width: 90%
    }

    .bottom-right {
        text-align: center;
        float: none;
        clear: both
    }
    .bottom-right ul li {
        float: none;
        display: inline-block;
        padding-bottom: 12px
    }

    .bottom-right ul li:first-child {
        display: block;
        width: 100%;
        zoom: 1;
        overflow: hidden;
        text-align: center
    }

    .bottom-right ul li:first-child a {
        width: 152px;
        display: block;
        margin: 0 auto
    }

    .bottom-right ul li:first-child img {
        float: none
    }
    .bottom-right .social {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
        padding: 0
    }

    .social span a {
        float: none;
        display: inline-block;
        margin: 0 10px
    }

    .web_en .content-homeBottom .bottom-left ul:first-child {
        display: none
    }

    .web_en .bottom-left ul {
        width: 33.33%;
        height: 160px;
        padding: 0
    }
}

@media only screen and (max-width:414px) {

    .content-homeBottom,
    .homeBottom {
        width: auto !important;
        padding: 0 !important;
        min-width: inherit
    }

    .content-homeBottom .bottom-left {
        width: 100%;
        border-bottom: 1px solid #2c366b;
        margin-bottom: 20px
    }

    .content-homeBottom .bottom-left ul {
        width: 32% !important;
        float: left;
        padding: 0 !important;
        margin-bottom: 20px
    }

    .content-homeBottom .bottom-left ul:first-child {
        display: none
    }

    .content-homeBottom .bottom-left ul:nth-child(2),
    .content-homeBottom .bottom-left ul:nth-child(6) {
        margin-left: 10px;
        clear: both
    }

    .content-homeBottom .bottom-left ul:nth-child(6) {
        clear: both
    }

    .bottom-left ul h4 {
        padding-bottom: 15px !important
    }

    .bottom-left ul li {
        line-height: 22px !important
    }

    .bottom-right {
        text-align: center;
        float: none;
        clear: both;
        margin: 0
    }

    .bottom-right ul,
    .bottom-right ul li {
        float: left;
        display: inline-block;
        padding-bottom: 12px
    }

    .bottom-right ul li:first-child {
        display: block;
        width: 100%;
        zoom: 1;
        overflow: hidden;
        text-align: center
    }

    .bottom-right ul li:first-child a {
        width: 152px;
        display: block;
        margin: 0 auto
    }

    .bottom-right ul li:first-child img {
        float: none
    }

    .bottom-right .social {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
        padding: 0 !important
    }

    .xiao-neng-kf.QR-code-container {
        bottom: 61px !important
    }

    .xiao-neng-kf {
        right: 18px !important
    }

    .xiao-neng-kf a {
        width: 28px !important;
        height: 28px !important;
        background: rgba(255, 255, 255, .7) !important
    }
}

@media only screen and (max-width:880px) and (min-width:769px) {
    .bottom-left ul {
        padding: 0 7px
    }

    .web_en .bottom-left ul {
        padding: 0
    }
}

@media only screen and (max-width:768px) and (min-width:737px) {
    .bottom-left ul {
        padding: 0 5px
    }

    .web_en .bottom-left ul {
        padding: 0
    }
}

@media only screen and (max-width:530px) and (min-width:415px) {
    .bottom-left ul {
        padding: 0 5px !important
    }

    .bottom-box {
        width: 420px
    }

    .web_en .bottom-left ul {
        padding: 0
    }

    .web_en .bottom-box {
        width: 90%
    }
}

.social span a {
    display: block;
    float: right;
    width: 35px;
    height: 35px;
    margin: 0 0 10px 14px;
    text-decoration: none;
    text-indent: 1000px;
    color: #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    margin-top: 3px;
    border: 2px solid #9c9c9c;
}

.social span a.sina {
    background: url("../images/logo-sina.png") no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
}

.social span a.wechat {
    background: url("../images/logo-wechat.png") no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
}

.social span a.qq {
    background: url("../images/logo-qq.png") no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
}
/* footer  end */

.wgt-fade-animate {
    -webkit-transform: scale(0.3);
       -moz-transform: scale(0.3);
        -ms-transform: scale(0.3);
            transform: scale(0.3);
    -webkit-transform: translateY(50px);
       -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
}

.appear {
    -wewgtit-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    -moz-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    -webkit-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
            animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}
@-webkit-keyframes adv2_i6 {
    0% {
        -webkit-transform: translateY(-15px);
    }
    50%{
        -webkit-transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes adv2_i6 {
    0% {
        -webkit-transform: translateY(-15px);
    }
    50%{
        -webkit-transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-15px);
    }
}

@keyframes adv2_i6 {
    0% {
        -webkit-transform: translateY(-15px);
    }
    50%{
        -webkit-transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-15px);
    }
}
@-wewgtit-keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
           -moz-transform: scale(0.3);
            -ms-transform: scale(0.3);
                transform: scale(0.3);
        -webkit-transform: translateY(50px);
           -moz-transform: translateY(50px);
            -ms-transform: translateY(50px);
                transform: translateY(50px);
        opacity: .1;
    }
    100% {
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}

@-moz-keyframes opacity_show {
    0% {
        -moz-transform: scale(0.3);
             transform: scale(0.3);
        -moz-transform: translateY(50px);
             transform: translateY(50px);
        opacity: .1;
    }
    100% {
        -moz-transform: scale(1);
             transform: scale(1);
        -moz-transform: translateY(0);
             transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
                transform: scale(0.3);
        -webkit-transform: translateY(50px);
                transform: translateY(50px);
        opacity: .1;
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}

@keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
           -moz-transform: scale(0.3);
                transform: scale(0.3);
        -webkit-transform: translateY(50px);
           -moz-transform: translateY(50px);
                transform: translateY(50px);
        opacity: .1;
    }
    100% {
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
                transform: scale(1);
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}

/* mobile header */
.sm-handler{
    position: absolute;
    right: 10px;
    width: 100%;
    max-width: 3.5rem;
    height: 3rem;
    display: block;
    cursor: pointer;
    display: none;
}
.sm-handler span{
    position: relative;
    display: block;
    margin: 1.4rem auto 0;
    width: 1.125rem;
    height: 0.125rem;
    -webkit-transition-duration: .3s,.3s;
    -moz-transition-duration: .3s,.3s;
    -ms-transition-duration: .3s,.3s;
    -o-transition-duration: .3s,.3s;
    transition-duration: .3s,.3s;
    -webkit-transition-delay: .3s,0s;
    -moz-transition-delay: .3s,0s;
    -ms-transition-delay: .3s,0s;
    -o-transition-delay: .3s,0s;
    transition-delay: .3s,0s;
}
.sm-handler span:after, .sm-handler span:before{
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 0.125rem;
    left: 0;
    background-color: #000;
    -webkit-transition-duration: .3s,.3s;
    -moz-transition-duration: .3s,.3s;
    -ms-transition-duration: .3s,.3s;
    -o-transition-duration: .3s,.3s;
    transition-duration: .3s,.3s;
    -webkit-transition-delay: .3s,0s;
    -moz-transition-delay: .3s,0s;
    -ms-transition-delay: .3s,0s;
    -o-transition-delay: .3s,0s;
    transition-delay: .3s,0s;
}
.sm-handler span:before{
    width: 80%;
    top: 0.3rem;
    -webkit-transition-property: top,transform;
    -moz-transition-property: top,transform;
    -ms-transition-property: top,transform;
    -o-transition-property: top,transform;
    transition-property: top,transform;
}
.sm-handler span:after{
    bottom: 0.3rem;
    -webkit-transition-property: bottom,transform;
    -moz-transition-property: bottom,transform;
    -ms-transition-property: bottom,transform;
    -o-transition-property: bottom,transform;
    transition-property: bottom,transform;
}
.phone-nav {
    display: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: #008cd6;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    padding: 0 5vh 5vh;
    box-sizing: border-box;
}
.phone-nav.active{
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}
.phone-nav .phone-header {
    height: 15vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.36693rem;
}

.phone-nav .phone-header img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 0.81493rem;
    -ms-flex: 0 0 0.81493rem;
    flex: 0 0 0.81493rem;
    width: 130px;
}

.phone-nav .phone-header button {
    margin-left: auto;
    width: 20px;
    height: 20px;
    border: none;
    background-image: url("../images/x.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 100%;
}

.phone-nav .list {
    margin-bottom: 6vh;
    letter-spacing: 2px;
}

.phone-nav .list li {
    width: 100%;
    /* height: 7vh; */
    line-height: 7vh;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.phone-nav .list li a {
    font-size: 15px;
    color: #fff;
    display: block;
}

.phone-nav .addres .name {
    font-size: 15px;
    color: #fff;
}

.phone-nav .addres .name span {
    margin-left: 10px;
    position: relative;
    font-size: 16px;
}

.phone-nav .addres .name span:after {
    content: "";
    position: absolute;
    left: -8px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #fff;
}

.phone-nav .addres .p {
    font-size: 13px;
    color: #d0d0d0;
}
.phone-nav .phone_nav{
    display: none;
}
.phone-nav .phone_nav li{
    position: relative;
    border: none;
    padding-left: 24px;
    line-height: 5vh;
}
.phone-nav .phone_nav li:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 9px;
    top: 2vh;
    background: #fff;
}
/* mobile header end */