* {
    margin: 0;
    padding: 0;
    list-style: none;
    /* font-weight: normal; */
    box-sizing: border-box;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family:"HanHei-SC";
    src: url(../../font/HanHei-SC-thin.woff);
}

@font-face {
    font-family: "en";
    src: url(../../font/english.woff) format('woff');
}

.fz {
    font-family: "HanHei-SC";
}

.en {
    font-family: "en";
}
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;  
}
.clearfix{
    zoom: 1;
}

body {
    font-family: "HanHei-SC";
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 68px;
    z-index: 9999;
    padding: 0 125px;
    background-color: rgba(0,0,0,0.7);
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    transition: opacity 1s;
    visibility: hidden;
}
.topnav{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding: 0 125px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    z-index:99;
}
.logo {
    float: left;
	height: 50%;
}

.menu {
    float: right;
}

.menu ul li {
    position: relative;
    float: left;
    margin-right: 30px;
}

.menu ul li:last-child {
    margin-right: 0;
}

.menu ul li a {
    font-size: 16px;
    color: #acacac;
}

.menu .active a {
    color: #fff;
}
.menu ul li a:hover{
    color: #fff;
}
.menu .active:after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -15px;
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: #fff;
}

.about_banner {
    position: relative;
    width: 100%;
    height: 450px;
    background: url(../assets/img/Banner_bg.png) no-repeat center center;
    overflow: hidden;
}
.homebanner{
    width: 100%;
    height: 100vh;
    position: relative;
    background: url(../assets/img/homebg.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
}
.product_banner{
    background: url(../assets/img/chanpin_bg.png) no-repeat center center;
}
.about_desc {
    width: 1200px;
    height: 450px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.homebanner .about_desc{
    height: 100vh;
    position: relative;
}
.about_banner_txt {
    margin: 180px 0 0 130px;
    float: left;
}
.homebanner .about_desc .about_banner_txt{
    position: absolute;
    margin:0;
    top: 40%;
    left: 0;
}
.zhuangshi{
    position: absolute;
    top: 20%;
    left: 0;
}
.home_banner_img{
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -245px;
    width: 491px;
    height: 491px;
}
.home_img1{
    position: absolute;
    top: 0;
    left: 0;
    width: 491px;
    height: 491px;
    background: url(../assets/img/yuanquan2.png) no-repeat;
    animation: scaleRotate 1s linear forwards,Rotate 5s 2s linear infinite;
    -webkit-animation: scaleRotate 1s linear forwards,Rotate 5s 2s linear infinite;
    -moz-animation: scaleRotate 1s linear forwards,Rotate 5s 2s linear infinite;
    -o-animation: scaleRotate 1s linear forwards,Rotate 5s 2s linear infinite;
}
.home_img2{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -179px;
    margin-left: -179px;
    width: 358px;
    height: 358px;
    background: url(../assets/img/yuanquan1.png) no-repeat;
    animation: scaleRotate 1.5s linear forwards,Rotate1 3s 3s linear infinite;
    -webkit-animation: scaleRotate 1.5s linear forwards,Rotate1 3s 3s linear infinite;
    -moz-animation: scaleRotate 1.5s linear forwards,Rotate1 3s 3s linear infinite;
    -o-animation: scaleRotate 1.5s linear forwards,Rotate1 3s 3s linear infinite;
}
.home_zhixiu{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.home_item{
    animation-delay: 1.5s;
}
.home_yuan{
    position: absolute;
    opacity: 0.8;
}
.home_yuan1{
    top: 30px;
    left: 400px;
    animation: ball_shake 20s infinite;
    -webkit-animation: ball_shake 20s infinite;
}
.home_yuan4{
    bottom: 100px;
    left: 50px;
    animation: ball_shake4 30s infinite;
    -webkit-animation: ball_shake4 30s infinite;
}
.home_yuan3{
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    animation: ball_shake3 30s infinite;
    -webkit-animation: ball_shake3 30s infinite;
}
.home_yuan2{
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    animation: ball_shake2 30s infinite;
    -webkit-animation: ball_shake2 30s infinite;
}
.home_item .circle{
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 100%;
}
.home_item p{
    margin:10px 0;
    font-size: 16px;
    color: #fff;
}
.home_banner_img .home_item .circle{
    margin: 0 auto;
}
.home_banner_img .home_item1{
    position: absolute;
    top: -50px;
    left: 160px;
}
.home_banner_img .home_item2{
    position: absolute;
    top: 200px;
    right: -32px;
}
.home_banner_img .home_item3{
    position: absolute;
    bottom: -9px;
    right: 67px;
}
.home_banner_img .home_item4{
    position: absolute;
    bottom: 80px;
    left: -25px;
}
@-webkit-keyframes ball_shake {
    20% {
        -webkit-transform: translate(10%, 10%)
    }

    40% {
        -webkit-transform: translate(0, 10%)
    }

    60% {
        -webkit-transform: translate(10%, 0)
    }

    80% {
        -webkit-transform: translate(0, -10%)
    }

    100% {
        -webkit-transform: translate(0, 0)
    }
}
@keyframes ball_shake {
    20% {
        transform: translate(10%, 10%)
    }

    40% {
        transform: translate(0, 10%)
    }

    60% {
        transform: translate(10%, 0)
    }

    80% {
        transform: translate(0, -10%)
    }

    100% {
        transform: translate(0, 0)
    }
}

@-webkit-keyframes ball_shake2 {
    20% {
        -webkit-transform: translate(10%, 10%)
    }

    40% {
        -webkit-transform: translate(10%, 0)
    }

    60% {
        -webkit-transform: translate(0, -10%)
    }

    80% {
        -webkit-transform: translate(-10%, -10%)
    }

    100% {
        -webkit-transform: translate(0, 0)
    }
}
@keyframes ball_shake2 {
    20% {
        transform: translate(10%, 10%)
    }

    40% {
        transform: translate(10%, 0)
    }

    60% {
        transform: translate(0, -10%)
    }

    80% {
        transform: translate(-10%, -10%)
    }

    100% {
        transform: translate(0, 0)
    }
}

@-webkit-keyframes ball_shake3 {
    20% {
        -webkit-transform: translate(-10%, 10%)
    }

    40% {
        -webkit-transform: translate(-10%, 0)
    }

    60% {
        -webkit-transform: translate(0, -10%)
    }

    80% {
        -webkit-transform: translate(10%, 10%)
    }

    100% {
        -webkit-transform: translate(0, 0)
    }
}
@keyframes ball_shake3 {
    20% {
        transform: translate(-10%, 10%)
    }

    40% {
        transform: translate(-10%, 0)
    }

    60% {
        transform: translate(0, -10%)
    }

    80% {
        transform: translate(10%, 10%)
    }

    100% {
        transform: translate(0, 0)
    }
}

@-webkit-keyframes ball_shake4 {
    20% {
        -webkit-transform: translate(10%, -10%)
    }

    40% {
        -webkit-transform: translate(-10%, -10%)
    }

    60% {
        -webkit-transform: translate(0, 10%)
    }

    80% {
        -webkit-transform: translate(10%, 0)
    }

    100% {
        -webkit-transform: translate(0, 0)
    }
}
@keyframes ball_shake4 {
    20% {
        transform: translate(10%, -10%)
    }

    40% {
        transform: translate(-10%, -10%)
    }

    60% {
        transform: translate(0, 10%)
    }

    80% {
        transform: translate(10%, 0)
    }

    100% {
        transform: translate(0, 0)
    }
}
@keyframes scaleRotate{
    0%{
        transform: scale(0);
    }
    100%{
        transform: scale(1);
    }
}
@-webkit-keyframes scaleRotate{
    0%{
        transform: scale(0);
    }
    100%{
        transform: scale(1);
    }
}
@-o-keyframes scaleRotate{
    0%{
        transform: scale(0);
    }
    100%{
        transform: scale(1);
    }
}
@-moz-keyframes scaleRotate{
    0%{
        transform: scale(0);
    }
    100%{
        transform: scale(1);
    }
}
@keyframes Rotate{
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(360deg);
    }
}
@-webkit-keyframes Rotate{
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(360deg);
    }
}
@-o-keyframes Rotate{
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(360deg);
    }
}
@-moz-keyframes Rotate{
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(360deg);
    }
}
@keyframes Rotate1{
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(-360deg);
    }
}
@-webkit-keyframes Rotate1{
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(-360deg);
    }
}
@-o-keyframes Rotate1{
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(-360deg);
    }
}
@-moz-keyframes Rotate1{
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(-360deg);
    }
}
.about_banner_txt p:nth-of-type(1) {
    font-size: 40px;
}
.pro_banner_icon{
    position: relative;
    width: 400px;
    height: 300px;
    float: right;
    margin:100px 150px 0  0;
}
.pro_banner_icon img{
    position: absolute;
    animation: rotate 5s linear infinite;
    -moz-animation: rotate 5s linear infinite;	/* Firefox */
    -webkit-animation: rotate 5s linear infinite;	/* Safari 和 Chrome */
    -o-animation: rotate 5s linear infinite;	/* Opera */
}
.pro_banner_icon .item1{
    top: 0;
    left: 50px;
}
.pro_banner_icon .item2{
    top: 5px;
    left: 155px;
}
.pro_banner_icon .item3{
    top: 65px;
    left: 15px;
}
.pro_banner_icon .item4{
    top: 120px;
    left: 30px;
}
.pro_banner_icon .item5{
    top: 78px;
    left: 100px;
    animation: rotate1 3s linear infinite;
    -moz-animation: rotate1 3s linear infinite;	/* Firefox */
    -webkit-animation: rotate1 3s linear infinite;	/* Safari 和 Chrome */
    -o-animation: rotate1 3s linear infinite;	/* Opera */
}
.pro_banner_icon .item6{
    top: 80px;
    left: 120px;
}
.pro_banner_icon .item7{
    top: 168px;
    left: 150px;
    animation: rotate1 2s linear infinite;
    -moz-animation: rotate1 2s linear infinite;	/* Firefox */
    -webkit-animation: rotate1 2s linear infinite;	/* Safari 和 Chrome */
    -o-animation: rotate1 2s linear infinite;	/* Opera */
}
.pro_banner_icon .item8{
    top: 60px;
    left: 200px;
}
.pro_banner_icon .item9{
    top: 160px;
    left: 220px;
}.pro_banner_icon .item10{
    top: 100px;
    left: 150px;
}.pro_banner_icon .item11{
    top: 180px;
    left: 10px;
}.pro_banner_icon .item12{
    top: 55px;
    left: 150px;
}
@keyframes rotate{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
@-moz-keyframes rotate{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
@-o-keyframes rotate{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotate{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
@keyframes rotate1{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(-360deg);
    }
}
@-moz-keyframes rotate1{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(-360deg);
    }
}
@-o-keyframes rotate1{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(-360deg);
    }
}
@-webkit-keyframes rotate1{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(-360deg);
    }
}
.filter {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ffd2, endcolorstr=#03e3ff, gradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ffd2, endcolorstr=#03e3ff, gradientType=0);
    background: -webkit-linear-gradient(#00ffd2, #03e3ff);
    background: -o-linear-gradient(#00ffd2, #03e3ff);
    background: -moz-linear-gradient(#00ffd2, #03e3ff);
    background: -ms-linear-gradient(#00ffd2, #03e3ff);
    background: linear-gradient(#00ffd2, #03e3ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.news_bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../assets/img/zibeijing.png) no-repeat left center;
    animation: scale .5s ease-in-out forwards;
    -moz-animation: scale .5s ease-in-out forwards;	/* Firefox */
    -webkit-animation: scale .5s ease-in-out forwards;	/* Safari 和 Chrome */
    -o-animation: scale .5s ease-in-out forwards;	/* Opera */
}

@keyframes scale{
    0%{
        transform: scale(1.5);
    }
    100%{
        transform: scale(1);
    }
}
@-moz-keyframes scale{
    0%{
        transform: scale(1.5);
    }
    100%{
        transform: scale(1);
    }
}
@-o-keyframes scale{
    0%{
        transform: scale(1.5);
    }
    100%{
        transform: scale(1);
    }
}
@-webkit-keyframes scale{
    0%{
        transform: scale(1.5);
    }
    100%{
        transform: scale(1);
    }
}
#particles-js canvas{
    position: absolute;
    left: 0;
    top: 0;
}
.about_banner_txt p:nth-of-type(2) {
    font-size: 24px;
    color: #acacac;
    padding-bottom: 10px;
}

.about_banner_txt span {
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #acacac;
    float: left;
}

.about_ban_i {
    float: right;
    animation: rubberBand 2s ease-out forwards;
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1)
    }
    25% {
        transform: scale3d(1.05, .95, 1)
    }
    /* 
    40% {
        transform: scale3d(.75, 1.05, 1)
    } */
    50% {
        transform: scale3d(.85, .85, 1);
    }
    /* 65% {
        transform: scale3d(.95, 1.05, 1)
    }*/
    75% {
        transform: scale3d(1.05, .75, 1)
    } 
    to {
        transform: scaleX(1)
    }
}
.title {
    padding: 70px 0 50px;
    text-align: center;
}

.title p:nth-of-type(1) {
    font-family: "en";
    font-size: 34px;
    color: #333;
}

.title p:nth-of-type(2) {
    position: relative;
    width: 265px;
    height: 1px;
    background-color: #e4e2e2;
    margin: 0 auto;
    margin-top: 12px;
}

.title p:nth-of-type(2):after {
    position: absolute;
    content: "";
    display: block;
    width: 56px;
    height: 1px;
    left: 50%;
    margin-left: -28px;
    border-bottom: 0;
    background-color: #01dac0;
}

.title p:nth-of-type(3) {
    font-size: 18px;
    color: #333;
    margin-top: 12px;
}

.profile_info {
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 2;
}

.profile_info p {
    margin-bottom: 20px;
}

.profile_img {
    margin-top: 40px;
    position: relative;
}

.profile_img img {
    display: block;
    margin: 0 auto;
}

.profile_img img:nth-of-type(2) {
    margin: -40px auto -55px;
}

.profile_img span {
    position: absolute;
    width: 70px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 8px;
}

.filter_bg {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00bde5, endcolorstr=#03fcdc, gradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00bde5, endcolorstr=#03fcdc, gradientType=0);
    background: -webkit-linear-gradient(90deg, #00bde5, #03fcdc);
    background: -o-linear-gradient(90deg, #00bde5, #03fcdc);
    background: -moz-linear-gradient(90deg, #00bde5, #03fcdc);
    background: -ms-linear-gradient(90deg, #00bde5, #03fcdc);
    background: linear-gradient(90deg, #00bde5, #03fcdc);
}

.profile_span {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -220px;
    width: 440px;
    height: 200px;
}

.profile_span1 {
    top: 58px;
    left: 230px;
}

.profile_span2 {
    top: 0;
    left: 136px;
}

.profile_span3 {
    bottom: 30px;
    left: 80px;
    transform: rotate(-25deg);
}

.profile_span4 {
    bottom: 15px;
    right: 50px;
    transform: rotate(15deg);
}

.profile_span5 {
    left: 0;
    top: 45px;
    transform: rotate(-30deg);
}

.profile_span6 {
    right: 0;
    top: 25px;
    transform: rotate(20deg);
}

.logowar {
    margin-top: 100px;
    background-color: #f8f8f8;
    text-align: center;
    height: 600px;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    padding-bottom: 60px;
}

.logowar p {
    font-size: 30px;
    color: #333;
    padding: 30px 0;
}

.logowar .IconsContainer {
    width: 100%;
    height: 460px;
    position: relative;
    transition: opacity ease-out 1s;
    z-index: 0;
}

.logowar .IconsContainer .Icon {
    position: absolute;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    background-size: 1064px 912px;
    background-image: url(../assets/img/Icon.png);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .15), 0 3px 10px rgba(0, 0, 0, .1)
}

.logowar .IconsContainer .Icon span {
    display: none;
}

.Icon-img0 {
    background-position: -153px -1px
}

.Icon-img1 {
    background-position: -609px -457px
}

.Icon-img2 {
    background-position: -1px -153px
}

.Icon-img3 {
    background-position: -305px -1px
}

.Icon-img4 {
    background-position: -153px -153px
}

.Icon-img5 {
    background-position: -305px -153px
}

.Icon-img6 {
    background-position: -1px -305px
}

.Icon-img7 {
    background-position: -153px -305px
}

.Icon-img8 {
    background-position: -305px -305px
}

.Icon-img9 {
    background-position: -457px -1px
}

.Icon-img10 {
    background-position: -457px -153px
}

.Icon-img11 {
    background-position: -457px -305px
}

.Icon-img12 {
    background-position: -1px -457px
}

.Icon-img13 {
    background-position: -153px -457px
}

.Icon-img14 {
    background-position: -305px -457px
}

.Icon-img15 {
    background-position: -457px -457px
}

.Icon-img16 {
    background-position: -609px -1px
}

.Icon-img17 {
    background-position: -609px -153px
}

.Icon-img18 {
    background-position: -609px -305px
}

.Icon-img19 {
    background-position: -1px -1px
}

.Icon-img20 {
    background-position: -1px -609px
}

.Icon-img21 {
    background-position: -153px -609px
}

.Icon-img22 {
    background-position: -457px -609px
}

.Icon-img23 {
    background-position: -305px -609px
}

.Icon-img24 {
    background-position: -609px -609px
}

.Icon-img25 {
    background-position: -761px -1px
}

.Icon-img26 {
    background-position: -761px -153px
}

.Icon-img27 {
    background-position: -761px -305px
}

.Icon-img28 {
    background-position: -761px -457px
}

.Icon-img29 {
    background-position: -761px -609px
}

.Icon-img30 {
    background-position: -1px -761px
}

.Icon-img31 {
    background-position: -153px -761px
}

.Icon-img32 {
    background-position: -305px -761px
}

.Icon-img33 {
    background-position: -457px -761px
}

.Icon-img34 {
    background-position: -609px -761px
}

.Icon-img35 {
    background-position: -761px -761px
}

.Icon-img36 {
    background-position: -913px -1px
}

.Icon-img37 {
    background-position: -913px -153px
}

.Icon-img38 {
    background-position: -913px -305px
}

.team {
    background-color: #1f434b;
    padding-bottom: 50px;
}

.team .title p {
    color: #fff;
}

.team_slide {
    width: 1200px;
    margin-top: 60px;
    margin: 0 auto;
    overflow: hidden;
}

.team_slide ul {
    width: 800%;
    transition: all 1s linear;
}

.team_slide ul li {
    width: 273px;
    height: 360px;
    background-color: #fff;
    margin: 0  13px;
    padding: 0 50px;
    float: left;
}

/* .team_slide ul li:nth-of-type(4n) {
    margin-right: 0;
} */

.team_bg {
    width: 164px;
    height: 164px;
    background-color: #b2f2f3;
    padding: 10px;
    border-radius: 100%;
    margin-top: 38px;
}

.team_img {
    width: 100%;
    height: 100%;
    background-color: #01d4d7;
    border-radius: 100%;
}

.team_txt {
    text-align: center;
}

.team_txt p:nth-of-type(1) {
    font-size: 20px;
    color: #333;
    margin-top: 15px;
}

.team_txt p:nth-of-type(2) {
    font-size: 14px;
    color: #333;
    margin-top: 25px;
    font-weight: bold;
}

.team_txt p:nth-of-type(3) {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.team_pagination {
    margin-top: 60px;
}

.team_pagination ul {
    font-size: 0;
    text-align: center;
}

.team_pagination ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #fff;
    padding: 1px;
    margin: 0 10px;
}

.team_pagination ul li span {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #1f434b;
    border-radius: 100%;
}

.team_pagination .active {
    background-color: #01d4d7;
}

.team_pagination .active span {
    background-color: transparent;
}

.contact_info {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    text-align: center;
}

.contact_info img {
    margin-bottom: 10px;
}

.contact_address p,
.contact_phone p {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
}

.contact_address .c05c2e5 {
    color: #05c2e5;
}

.contact_phone p span:nth-of-type(2) {
    font-family: "en"!important;
    color: #333;
    font-weight: bold;
}

.contact_email p {
    color: #333;
    font-size: 14px;
    font-family: "en";
    line-height: 1.5;
    font-weight: bold;
    text-align: left;
}

.map {
    height: 400px;
    margin-top: 50px;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: gray;
}

footer {
    background-color: #1f4049;
    font-family: "Microsoft YaHei";
}

.footer {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 70px;
}

.footer_info {
    height: 356px;
    padding: 30px 0 45px;
}

.footer_serve {
    width: 270px;
    height: 100%;
    float: left;
    border-right: 1px solid rgba(172,172,172,0.4);
}

.hotline_img {
    float: left;
}

.consult {
    margin-left: 20px;
    float: left;
}

.consult_line {
    font-size: 16px;
    color: #fff;
}

.consult_line p:nth-of-type(2) {
    margin-top: 12px;
}

.consult_info {
    margin-top: 35px;
}

.consult_info ul li {
    font-size: 14px;
    color: #acacac;
    line-height: 30px;
}

.footer_link {
    float: left;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding: 0 45px 0 80px;
}

.footer_link dl {
    margin-right: 77px;
}

.footer_link dl:last-child {
    margin-right: 0;
}

.footer_link dl dt {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.footer_link dl dd {
    line-height: 28px;
    font-size: 12px;
    color: #acacac;
}

.footer_link dl dd a {
    font-size: 12px;
    color: #acacac;
}
.footer_link dl dd a:hover{
    color: #fff;
}
.footer_link dd .erweima {
    margin-top: 10px;
}

.quick_link {
    height: 80px;
    border: 1px dashed #acacac;
    border-left: 0;
    border-right: 0;
    padding: 15px 0;
}

.quick_link p {
    font-size: 12px;
    color: #acacac;
}

.quick_link {
    font-size: 12px;
    color: #acacac;
}

.quick_link ul {
    margin-top: 10px;
}

.quick_link ul li a {
    font-size: 12px;
    color: #acacac;
}
.quick_link ul li a:hover{
    color: #fff;
}

.quick_link ul li {
    float: left;
}

.copyright p {
    font-size: 12px;
    color: #acacac;
    margin-top: 15px;
}


/* case */

.star {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to bottom,#000000 0%,#221d1d 100%); */
    z-index: 1;
}

.case_head {
    height: 80px;
    background-color: #f8f8f8;
}

.case_head ul {
    width: 1200px;
    margin: 0 auto;
}

.case_head ul .activebg {
    background-color: #fff;
}
.case_head ul .activebg p{
    color: #05c2e5;
}
.case_head ul .activebg .case_icon1{
    background: url('../assets/img/icon1_1.png') no-repeat center;
}
.case_head ul .activebg .case_icon2{
    background: url('../assets/img/icon2_1.png') no-repeat center;
}
.case_head ul .activebg .case_icon3{
    background: url('../assets/img/icon3_1.png') no-repeat center;
}
.case_head ul .activebg .case_icon4{
    background: url('../assets/img/icon4_1.png') no-repeat center;
}
.case_head ul .activebg .case_icon5{
    background: url('../assets/img/icon5_1.png') no-repeat center;
}
.case_head ul .activebg .case_icon6{
    background: url('../assets/img/icon6_1.png') no-repeat center;
}
.case_head ul .activebg .case_icon7{
    background: url('../assets/img/icon7_1.png') no-repeat center;
}
.case_head ul .activebg .case_icon8{
    background: url('../assets/img/icon8_1.png') no-repeat center;
}
.case_head ul .activebg .case_icon9{
    background: url('../assets/img/icon9_1.png') no-repeat center;
}

.case_head ul .active p {
    color:  #01d4d7;
}

.case_head ul li {
    width: 105px;
    height: 80px;
    float: left;
    text-align: center;
    padding-top: 26px;
    cursor: pointer;
}

.case_head ul li i {
    width: 46px;
    height: 46px;
    display: inline-block;
}

.case_head ul li p {
    font-size: 16px;
    margin-top: 5px;
	color: #1f434b;
}

.case_icon1 {
    background: url(../assets/img/icon1.png) no-repeat center center;
}

.active .case_icon1 {
    background: url(../assets/img/icon1_1.png) no-repeat center center;
}

.case_icon2 {
    background: url(../assets/img/icon2.png) no-repeat center center;
}

.active .case_icon2 {
    background: url(../assets/img/icon2_1.png) no-repeat center center;
}

.case_icon3 {
    background: url(../assets/img/icon3.png) no-repeat center center;
}

.active .case_icon3 {
    background: url(../assets/img/icon3_1.png) no-repeat center center;
}

.case_icon4 {
    background: url(../assets/img/icon4.png) no-repeat center center;
}

.active .case_icon4 {
    background: url(../assets/img/icon4_1.png) no-repeat center center;
}

.case_icon5 {
    background: url(../assets/img/icon5.png) no-repeat center center;
}

.active .case_icon5 {
    background: url(../assets/img/icon5_1.png) no-repeat center center;
}

.case_icon6 {
    background: url(../assets/img/icon6.png) no-repeat center center;
}

.active .case_icon6 {
    background: url(../assets/img/icon6_1.png) no-repeat center center;
}

.case_icon7 {
    background: url(../assets/img/icon7.png) no-repeat center center;
}

.active .case_icon7 {
    background: url(../assets/img/icon7_1.png) no-repeat center center;
}

.case_icon8 {
    background: url(../assets/img/icon8.png) no-repeat center center;
}

.active .case_icon8 {
    background: url(../assets/img/icon8_1.png) no-repeat center center;
}

.case_icon9 {
    background: url(../assets/img/icon9.png) no-repeat center center;
}

.active .case_icon9 {
    background: url(../assets/img/icon9_1.png) no-repeat center center;
}

.case_list ul {
    width: 1200px;
    margin: 0 auto;
    padding-top: 68px;
    overflow: hidden;
}

.case_list ul li {
    width: 582px;
    height: 374px;
    background-color: #f8f8f8;
    float: left;
    padding: 10px;
    margin-bottom: 40px;
    position: relative;
}

.case_list ul li:nth-of-type(2n) {
    float: right;
}

.case_img {
    height: 300px;
    overflow: hidden;
}

.case_img img {
    width: 100%;
    height: 300px;
}

.case_txt {
    margin-top: 10px;
}

.case_txt_info {
    float: left;
}

.case_txt_info p:nth-of-type(1) {
    font-size: 14px;
    color: #666;
}

.case_txt_info .case_name {
    font-size: 16px;
    color: #333;
}

.case_txt_info .case_span,
.case_txt_info .case_split {
    font-size: 14px;
    color: #666;
}

/* .case_txt_info .case_split {
    margin: 0 5px;
} */

.case_txt_info .case_link {
    font-size: 12px;
    color: #999;
    text-decoration: underline;
}

.case_txt_info .case_link:hover {
    color: #05c2e5;
}

.case_see {
    float: right;
}

.case_see i {
    width: 34px;
    height: 34px;
    display: inline-block;
}

.case_see1 {
    background: url(../assets/img/iconcom.png) no-repeat center center;
}

.case_see .case_see1:hover {
    background: url(../assets/img/iconcom_1.png) no-repeat center center;
}

.case_see2 {
    background: url(../assets/img/iconpho.png) no-repeat center center;
}

.case_see .case_see2:hover {
    background: url(../assets/img/iconpho_1.png) no-repeat center center;
}

.case_see3 {
    background: url(../assets/img/iconpro.png) no-repeat center center;
}

.case_see .case_see3:hover {
    background: url(../assets/img/iconpro_1.png) no-repeat center center;
}

.case_see4 {
    background: url(../assets/img/iconpeo.png) no-repeat center center;
}

.case_see .case_see4:hover {
    background: url(../assets/img/iconpeo_1.png) no-repeat center center;
}

.case_bg {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    height: 310px;
    width: 100%;
    text-align: center;
    padding-top: 100px;
    background-color: rgba(5, 194, 229, 0.6);
}

.case_bg_detail {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    height: 310px;
    width: 100%;
    text-align: center;
    padding-top: 100px;
    background-color: rgba(0,0,0,0.5);
}

.case_bg p {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

.case_bg img{
    width:116px;
    height: 116px;
}

.case_more {
    display: block;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    width: 145px;
    height: 30px;
    background-color: #01d4d7;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
}

.case_serve {
    width: 100%;
    height: 266px;
    position: relative;
    text-align: center;
    padding-top: 50px;
}

.case_serve p:nth-of-type(1) {
    font-size: 32px;
    color: #666;
}

.case_serve p:nth-of-type(2) {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}

.case_servebg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../assets/img/bg.png) no-repeat center center;
    z-index: -1;
}
/*
.animation{
    -webkit-animation: casebg  2s ease forwards;
    -moz-animation: casebg  2s ease forwards;
    -o-animation: casebg  2s ease forwards;
    animation: casebg  2s ease forwards;
}

@keyframes casebg {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@-moz-keyframes casebg {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes casebg {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@-o-keyframes casebg {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
} */
.news_head{
    height: 60px;
    background-color: #f8f8f8;
}
.news_head ul li i{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../assets/img/2.png) no-repeat;
    float: left;
    margin:25px 5px 0 28px;
}
.news_head .active{
    background-color: #fff;
}
.news_head .active i{
    background: url(../assets/img/1.png) no-repeat;
}
.news_head .active {
    color: #05c2e5;
}
.news_head ul{
    width: 1200px;
    margin:0 auto;
}
.news_head ul li {
    width: 145px;
    font-size: 16px;
    color: #666;
    line-height: 60px;
    float: left;
    cursor: pointer;
}
.news_con{
    width: 1200px;
    margin:0 auto;
    overflow: hidden;
}
.news_list{
    width: 800px;
    float: left;
}
.news_list ul{
    padding:20px 0 70px;
}
.news_list ul li{
    padding:25px 0 20px; 
    border-top: 1px solid #e4e2e2;
}
.news_list ul li:nth-of-type(1){
    border-top: 0;
}
.news_list ul li h5{
    padding-bottom: 5px;
    border-bottom: 1px dashed #e4e2e2;
}
.news_list ul li h5 i{
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #333;
    vertical-align: 2px;
    margin-right: 8px;
}
.news_list ul li h5 a{
    color: #333;
    font-size: 16px;
}
.news_list ul li h5:hover a{
    color: #05c2e5;
    text-decoration: underline;
}
.news_list ul li h5:hover i{
    background-color: #05c2e5;
}
.news_list ul li p{
    color: #999;
    font-size: 14px;
    line-height: 2;
}
.news_date{
    font-size: 14px;
    color: #333;
    font-family: "en";
    float: right;
    margin-right: 3px;
}
.hot_news{
    width: 324px;
    float: right;
    margin-top: 50px;
}
.hot_title{
    height: 60px;
    line-height: 60px;
    background-color: #01d4d7;
    font-size: 18px;
    color: #fff;
}
.hot_title i{
    float: left;
    margin:23px 8px 0 30px;
    width: 14px;
    height: 14px;
    background: url(../assets/img/hot_news.png) no-repeat;
}
.hotnews_list{
    padding:25px;
    background-color: #f8f8f8;
}
.hotnews_list ul li{
    margin-bottom: 20px;
}
.hotnews_list ul li a{
    width: 100%;
    display: inline-block;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.hotnews_list ul li a:hover{
    text-decoration: underline;
    color: #05c2e5;
}
.product_list ul{
    width: 1200px;
    margin:0 auto;
    padding-top: 50px;
    overflow: hidden;
}
.product_list{
    background-color: #1f434b;
}
.product_list ul li{
    width: 380px;
    height: 374px;
    background-color:   #fff;
    margin-right: 30px;
    margin-bottom: 50px;
    float: left;
    position: relative;
    padding:10px;
}
.product_list ul li .case_img img{
    height: 300px;
}
.product_list ul li:nth-of-type(3n){
    margin-right: 0;
}
.ff0000{
    color: #ff0000!important;
    font-size: 18px!important;
    font-family: "en";
    font-weight: bold;
}
.product_choose{
    width: 1200px;
    margin:0 auto;
    overflow: hidden;
    padding:35px 0 70px;
}
.row{
    overflow: hidden;
    margin-bottom: 15px;
}
.product_title{
    float: left;
}
.product_span{
    padding-left: 108px;
}
.product_span .more{
    color:#05c2e5;
}
.product_span a{
    font-size: 16px;
    color: #666;
    margin-right: 30px;
    margin-bottom:10px;
    float: left;
    cursor: pointer;
}
.product_span .active{
    color: #05c2e5;
    text-decoration: underline;
}
.busibg {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: url('../assets/img/bsibg.png') no-repeat center center;
}
.business{
    position:relative;
}
.business_info ul li{
    width:300px;
    float: left;
    text-align: center;
    margin-bottom: 70px;
}
.business_info ul{
    width: 1200px;
    margin:0 auto;
    overflow: hidden;
}
.business_info ul li .business_info_img{
    position: relative;
    margin:0 auto 10px;
}
.business_info ul li p{
    color: #333;
    font-size: 16px;
}
.business_info ul li .en{
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
}
.business_img_bg{
    position: absolute;
    left:50%;
    top: 0;
    margin-left: -78px;
    width: 156px;
    height: 154px;
    border-radius: 50px;
    text-align: center;
    padding-top: 40px;
    display: none;
}
.business_info ul li .business_img_bg p{
    color:#fff;
    margin-top: 10px;
}
.business_info ul li:hover .business_img_bg{
    display: block;
}
.business_info ul li:hover .business_info_txt p{
    color: #01d4d7;
}
.pro{
    position:relative;
    background-color: #1f4049;
    padding-bottom: 70px;
    overflow: hidden;
}
.pro_info{
    width: 1200px;
    margin:0 auto;
}
.pro_head ul{
    display: flex;
    justify-content: space-between;
}
.pro_head ul li{
    cursor: pointer;
    transition: all 1s;
}
.pro_head {
    height:136px;
}
.pro_head ul li:nth-of-type(2n+1){
    width:310px;
    height: 114px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    margin-top: 12px;
}
.pro_head ul li:nth-of-type(2n){
    width: 516px;
    height: 136px;
    background-color: #01d4d7;
    text-align: center;
    overflow: hidden;
}
.pro_head ul li:nth-of-type(2n+1) p:nth-of-type(1){
    font-size: 0;
    margin-top: 30px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.pro_head ul li:nth-of-type(2n) p:nth-of-type(1){
    font-size: 0;
    margin-top: 30px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.pro_head ul li:nth-of-type(2n+1) p:nth-of-type(1) .pro_name {
    font-size: 24px;
    color:#333;
    float: left;
}
.pro_head ul li:nth-of-type(2n) p:nth-of-type(1) .pro_name {
    font-size: 28px;
    color:#fff;
    float: left;
}
.pro_head ul li:nth-of-type(2n) p:nth-of-type(1) .zuhe{
    color:#fffc00;
}
.pro_head ul li:nth-of-type(2n+1) p:nth-of-type(1) .num{
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #01d4d7;
    color:#fff;
    font-size: 14px;
    border-radius: 100%;
    margin-right: 10px;
    float: left;
    vertical-align: middle;
}
.pro_head ul li:nth-of-type(2n) p:nth-of-type(1) .num{
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #fffc00;
    color:#ff0000;
    font-size: 20px;
    border-radius: 100%;
    margin-right: 10px;
    float: left;
    vertical-align: middle;
}
.pro_head ul li:nth-of-type(2n+1) p:nth-of-type(2){
    color:#999;
    font-size: 14px;
    margin-top: 10px;
}
.pro_head ul li:nth-of-type(2n) p:nth-of-type(2){
    color:#fff;
    font-size: 16px;
    margin-top: 10px;
}
.pro_head ul li:nth-of-type(2n) .main{
    margin-left: 25px;
}
.pro_dt{
    margin: 90px 0 0;
}
.pro_dt ul li{
    display: none;
    overflow: hidden;
}
.pro_dt ul .active{
    display:block;
}
.chengxu{
    width: 319px;
    height: 452px;
    background: url(../assets/img/zhongkuang.png) no-repeat;
    margin-right: 54px;
    float: left;
    padding:0 54px;
}
.chengxu:hover{
    background: url(../assets/img/zhongkuangbg.png) no-repeat center;
}
.chengxu:hover .program_txt p{
    color: #fff;
}
.chengxu .program_price p{
    text-align:left;
}
.taocan{
    width: 692px;
    height: 452px;
    background: url(../assets/img/dakuang.png) no-repeat;
    float: left;
    padding:0 54px;
}
.taocan:hover{
    background: url(../assets/img/dakuangbg.png) no-repeat center;
}
.taocan:hover .program_txt p{
    color: #fff;
}
.zhiguanwang{
    width:250px;
    height: 452px;
    background: url(../assets/img/xiaokuang.png) no-repeat;
    float: left;
    padding:0 20px;
    margin-right: 6px;
}
.zhiguanwang:hover{
    background: url(../assets/img/xiaokuangbg.png) no-repeat center;
}
.zhiguanwang:hover .program_txt p{
    color: #fff;
}
.zhiguanwang .program_price p{
    text-align:left;
}
.program_tit{
    position: relative;
    font-size: 24px;
    color: #00fbff;
    padding:20px 0 10px;
    border-bottom: 1px solid #137b82;
    text-align: center;
}

.program_tit:after{
    position: absolute;
    content: '';
    bottom:-20px;
    left:50%;
    transform: translateX(-50%);
    display: block;
    width:0;
    height:0;
    border-top: 10px solid #00fbff;
    border-bottom: 10px solid transparent; 
    border-right:10px solid transparent;
    border-left:10px solid transparent;
}
.program_txt{
    margin-top: 30px;
    float: left;
}
.program_t{
    padding:0 50px;
}
.program_txt p{
    position: relative;
    font-size: 15px;
    color:#b7d9e2;
    padding-left: 22px;
    margin-bottom:8px;
}
.taocan .program_txt p{
    margin-bottom: 12px;
}
.program_txt p:before{
    position: absolute;
    display: block;
    left:0;
    top: 2px;
    content:'';
    width:6px;
    height: 6px;
    background-color: #b7d9e2;
    border-radius: 100%;
}
.program_price{
    margin-top: 40px;
}
.program_price p{
    text-align:center;
    font-size: 14px;
    color:#b7d9e2;
}
.money{
    font-size: 22px;
    margin:0 4px;
}
.fffc00{
    color: #fffc00;
}
.year{
    font-size: 14px;
    color:#b7d9e2;
}
.program_btn{
    display: inline-block;
    width: 104px;
    height: 30px;
    border-radius: 20px;
    font-size: 14px;
    color:#fff;
    text-align: center;
    line-height: 30px;
}

.fl{
    float: left;
}
.fr{
    float:right;
}
.taocan .program_more{
    width:350px;
    margin:20px auto 0;
}
.zhiguanwang .program_more .fl{
    margin-left: -5px;
}
.zhiguanwang .program_more .fr{
    margin-right: -5px;
}
.chengxu .program_txt,.zhiguanwang .program_txt{
    float: none;
}
.program_more{
    margin-top: 18px;
}
.program_more .fl{
    margin-left: -20px;
}
.program_more .fr{
    margin-right: -20px;
}
.program_serve{
    float: right;
}
.serve_info{
    height: 256px;
    background-color: #fff;
    padding-top: 68px;
}
.serve_info ul li{
    width: 240px;
    height: 105px;
    float:left;
    padding:10px 0 0 10px;
}
.serve_info ul{
    width:1200px;
    margin:0 auto;
    display: flex;
    justify-content: space-around;
}
.serve_info ul li p:nth-of-type(1){
    font-size: 44px;
    color:#333;
    font-family: "en";
}
.serve_info ul li p:nth-of-type(2){
    font-size: 16px;
    color: #333;
}
.serve_info ul li p span:nth-of-type(2){
    font-family: "fz";
    font-size: 30px;
}
.serve_info ul li:hover{
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, .1);
}
.serve_info ul li:hover p{
    color: #05c2e5;
}
.serve_map{
    height: 750px;
    background-color: #1f4049;
}
.serve_map_dt {
    width:1200px;
    margin:0 auto;
    text-align:center;
}
.serve_map_dt h5{
    color: #fff;
    font-size:36px;
    padding-top: 65px;
}
.serve_pic{
    position: relative;
    float: left;
    margin-top:50px;
    width: 659px;
    height:539px;
    background: url(../assets/img/map.png) no-repeat;
}
.serve_circle{
    position: absolute;

    width:5px;
    height: 5px;
    border-radius: 100%;

    /*background-color: #2274ff;*/
}
.serve_circle:after{
    display: block;
    content: '';
    position: absolute;
    left:50%;
    top:50%;
    margin-left: -5px;
    margin-top: -5px;
    width:10px;
    height: 10px;
    border-radius: 100%;
    background-color: rgb(52,126,255);
}
.circle1{
    right: 47px;
    top: 300px;
}
.circle2{
    right: 170px;
    top: 207px;
}
.circle3{
    right: 165px;
    top: 315px;
}
.circle4{
    right: 60px;
    top: 315px;
}
.circle5{
    right: 83px;
    top: 282px;
}
.circle6{
    right: 114px;
    top: 150px;
}
.circle7{
    right: 265px;
    top: 315px;
}

.circle8{
    right: 265px;
    top: 215px;
}

.circle9{
    right: 176px;
    top: 428px;
}
.circle10{
    right: 451px;
    top: 91px;
}
.circle11{
    right: 17px;
    top: 73px;
}
.circle12{
    right: 164px;
    top: 434px;
}
@keyframes serve{
    0%{
        transform: scale(0);
        opacity: 1;
    }
    100%{
        transform: scale(1.5);
        opacity: 0;
    }
}
@-webkit-keyframes serve{
    0%{
        transform: scale(0);
        opacity: 1;
    }
    100%{
        transform: scale(1.5);
        opacity: 0;
    }
}
.serve_txt{
    width:265px;
    float: left;
    margin:210px 0 0 100px;
}
.serve_txt p{
    color:#b7d9e2;
    font-size: 20px;
    line-height:1.5;
    text-align: left;
}
.serve_txt ul{
    margin-top: 60px;
}
.serve_txt ul li{
    float: left;
    font-size: 16px;
    color:#b7d9e2;
    line-height: 30px;
    width: 50%;
}
.serve_txt ul li i{
    width:16px;
    height: 16px;
    display: inline-block;
    background: url(../assets/img/circle.png) no-repeat;
    vertical-align: -1px;
}
.serve_txt ul li:nth-of-type(2n){
    float: right;
}
.serve_txt ul li span{
    font-family: "en";
    color:#00fbff;
}
.infor{
    padding-bottom: 100px;
    width:1200px;
    margin:0 auto;
}
.infor ul{
    overflow: hidden;
}
.infor ul li{
    width:550px;
    float: left;
    margin-bottom: 20px;
}
.infor ul li:nth-of-type(2n){
    float:right;
}
.infor ul li i{
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #333;
    vertical-align: 7px;
    margin-right: 8px;
}
.infor ul li a{
    width:430px;
    display: inline-block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333;
}
.infor ul li span{
    float:right;
    font-size:14px;
    color: #999;
    font-family: "en";
    font-weight: bold;
}
.infor ul li:hover a{
    color:#05c2e5;
    text-decoration: underline;
}
.infor ul li:hover i{
    background-color:#05c2e5;
}
.info_more {
    float: right;
    width:80px;
    height: 35px;
    background: url(../assets/img/more.png) bottom no-repeat;
    color: #999;
    font-size: 14px;
    font-family: "en";
    font-weight: bold;
    cursor: pointer;
}
.info_more:hover{
    color: #05c2e5;
}
.toolbar ul li{
    width: 42px;
    height: 42px;
    margin-bottom: 2px;
    position: relative;
}
.toolbar ul li:hover .tool_dt  {
    display: block;
}
.bar1{
    background: url(../assets/img/dianhua.png) no-repeat;
}
.bar1:hover{
    background: url(../assets/img/dianhua1.png) no-repeat;
}
.bar2{
    background: url(../assets/img/weixin.png) no-repeat;
}
.bar2:hover{
    background: url(../assets/img/weixin1.png) no-repeat;
}
.bar3{
    background: url(../assets/img/gongzhonghao.png) no-repeat;
}
.bar3:hover{
    background: url(../assets/img/gongzhonghao1.png) no-repeat;
}
.bar4{
    cursor: pointer;
    background:  url(../assets/img/fanhui.png) no-repeat;
}
.toolbar{
    position: fixed;
    right: 0;
    bottom:44%;
}
.tool_dt{
    position: absolute;
    right:45px;
    width:130px;
    height:130px;
    background-color: #01d4d7;
    display: none;
}
.tool_dt1{
    top: 0;
    padding:0 10px;
}
.tool_dt2,.tool_dt3{
    top: -30px;
    text-align: center;
    padding-top: 15px;
}
.tool_dt2 p,.tool_dt3 p{
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}

.fefu{
    margin-top: 15px;
}
.fefu p:nth-of-type(1){
    color: #fff;
    font-size: 14px;
}
.fefu img{
    vertical-align: middle;
    margin-right:5px;
}
.fefu p:nth-of-type(2){
    color: #fff;
    font-size: 16px;
    font-family: "en";
    font-weight: bold;
}
.qiye-meteor {
    width: 1px;
    height: 200px;
    background:rgba(255,255,255,0.2);
    position: absolute;
    transform: rotate(45deg);
    z-index: 3;
}

.qiye-meteor:after {
    content: '';
    display: block;
    background: rgba(255,255,255,0.2);
    position: absolute;
    top: 196px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    left: -2px;
    overflow: hidden;
    font-size: 15px;
}

@keyframes metor1 {
    to {
        left: 900px;
        top: 500px;
        opacity: 0;
    }
}

@keyframes metor2 {
    to {
        left: -180px;
        top: 500px;
        opacity: 0;
    }
}

@keyframes metor3 {
    to {
        left: 780px;
        top: 550px;
        opacity: 0;
    }
}

@keyframes metor4 {
    to {
        left: 300px;
        top: 500px;
        opacity: 0;
    }
}

@keyframes metor5 {
    to {
        left: 80px;
        top: 600px;
        opacity: 0;
    }
}

@keyframes metor6 {
    to {
        left: 1180px;
        top: 500px;
        opacity: 0;
    }
}

.meteor1 {
    left: 1500px;
    top: -100px;
    animation: metor1 2s infinite;
}

.meteor2 {
    left: 420px;
    top: -100px;
    animation: metor2 2.2s infinite;
}

.meteor3 {
    left: 1380px;
    top: -50px;
    animation: metor3 1.9s infinite;
}

.meteor4 {
    left: 900px;
    top: -100px;
    animation: metor4 2.3s infinite;
}

.meteor5 {
    left: 680px;
    top: 0px;
    animation: metor5 2.1s infinite;
}

.meteor6 {
    left: 1780px;
    top: -100px;
    animation: metor6 2.5s infinite;
}

.serve_circle{
    position: absolute;
    width: 90px;
    height: 90px;
}
.cricle_scale{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    background: transparent;
}
.cricle_scale1:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid rgb(52,126,255);
    opacity: 0;
    -webkit-animation: ripple 4.5s ease-out 225ms infinite;
    animation: ripple 4.5s ease-out 225ms infinite;
}
.cricle_scale2:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid rgb(52,126,255);
    opacity: 0;
    -webkit-animation: ripple 4.5s ease-out .9s infinite;
    animation: ripple 4.5s ease-out .9s infinite;
}

.to_case_dt{
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    height: 310px;
    width: 100%;
    text-align: center;
    padding-top: 135px;
    background-color: rgba(31,67,75,0.7);
}

.to_case_dt a{
    width:110px;
    height: 40px;
    display: inline-block;
    background-color: #FF4445;
    color: #FFF;
    font-size: 14px;
    line-height: 40px;
}

@-webkit-keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1)
    }

    5% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }

    5% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}