﻿/*
    create 2018-04-17
    tuguojie
*/

/*===========================================主页样式开始=======================================================*/

.banner{
    position: relative;
    width: 100%;
    height:520px;
    overflow: hidden;
}
.banner .index-slide{
    position: relative;
    height: 520px;
    color: red;
    cursor: pointer;
}
.flexslider .slides.flexslider .slides li>a {
    height:520px;
}

.slides li.twoslide{
    background: -webkit-linear-gradient(#24065f , #7640ff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#24065f, #7640ff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#24065f, #7640ff); /* Firefox 3.6 - 15 */
    background: linear-gradient(#24065f , #7640ff); /* 标准的语法 */
}
.slides li.threeslide{
    background: -webkit-linear-gradient(#1e005a  , #9933ff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#1e005a , #9933ff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#1e005a , #9933ff); /* Firefox 3.6 - 15 */
    background: linear-gradient(#1e005a  , #9933ff); /* 标准的语法 */
}
.slides li.fourslide{
    background: -webkit-linear-gradient(#c72520 , #d13023); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#c72520, #d13023); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#c72520, #d13023); /* Firefox 3.6 - 15 */
    background: linear-gradient(#c72520 , #d13023); /* 标准的语法 */
}

.flex-control-nav {
    position: absolute;
    bottom: 50px;
    z-index: 2;
    width: 100%;
    text-align: center;
}
.flex-control-nav li {
    display: inline-block;
    width: 30px;
    height: 6px;
    margin: 0px 10px;
    display: inline;
    zoom: 1;
}
.flex-control-nav a {
    display: inline-block;
    width: 30px;
    height: 6px;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
    background: rgba(254,2,2, .3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 1px 0px;
}
.flex-control-nav a.flex-active{
    background: rgba(254,2,2, .8);
}

.index_first_banner{
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.first_banner_content{
    position: absolute;
    left: 0px;
    top: 140px;
}
.flex-active-slide .first_banner_content{
    -wekit-animation: first_banner_content_animate .8s;
    -moz-animation: first_banner_content_animate .8s;
    -o-animation: first_banner_content_animate .8s;
    animation: first_banner_content_animate .8s;
}
@keyframes first_banner_content_animate {
    from{top:180px; opacity:0; }
    to{top:140px; opacity:1; }
}
.first_banner_title{
    height: 85px;
    line-height: 45px;
    font-size: 45px;
    color: rgb(255,255,255);
}
.first_banner_text{
    height: 88px;
    line-height: 18px;
    font-size: 18px;
    color: rgb(255,255,255);
}
.first_banner_content>div.nowshop{
    width: 178px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border:1px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.first_banner_content>div.nowshop:hover{
    color: #6666FF;
    background-color: #fff;
    border-color: #fff;
}
.first_banner_img{
    position: absolute;
    right: 63px;
    top: 70px;
    width: 478px;
    height: 350px;
    display: none;
}
.flex-active-slide .first_banner_img{
    display: block;
}
.first_banner_img>div{
    position: absolute;
}

/* japan 轮播图动画 start */
li.japan.flex-active-slide .first_banner_img>div.onepicture{
    left: 0px;
    top: 0px;
    -webkit-animation: japan_one .8s ease-in-out 0s normal running 1;
    -o-animation: japan_one .8s ease-in-out 0s normal running 1;
    animation: japan_one .8s ease-in-out 0s normal running 1;
}
@keyframes japan_one {
    from{top:60px; opacity:0; }
    to{top:0px; opacity:1; }
}
li.japan.flex-active-slide .first_banner_img>div.threepicture{
    left: 0px;
    top: 0px;
    -webkit-animation: japan_three .8s ease-in-out 0s normal running 1;
    -o-animation: japan_three .8s ease-in-out 0s normal running 1;
    animation: japan_three .8s ease-in-out 0s normal running 1;
}
@keyframes japan_three {
    from{top:-80px; opacity:0; }
    to{top:0px; opacity:1; }
}


/* japan 轮播图动画 end */

/*第一页轮播图动画*/
li.oneslide.flex-active-slide .first_banner_img>div.onepicture{
    left: 55px;
    top: 197px;
    -webkit-animation: first_picture .8s ease-in-out 0s normal running 1;
    -o-animation: first_picture .8s ease-in-out 0s normal running 1;
    animation: first_picture .8s ease-in-out 0s normal running 1;
}
@keyframes first_picture {
    from{top:227px; opacity:0; }
    to{top:197px; opacity:1; }
}
li.oneslide.flex-active-slide .first_banner_img>div.twopicture{
    left: 0px;
    top: 130px;
    -webkit-animation: two_picture .8s ease-in-out 0s normal running 1;
    -o-animation: two_picture .8s ease-in-out 0s normal running 1;
    animation: two_picture .8s ease-in-out 0s normal running 1;
}
@keyframes two_picture {
    from{top:190px; opacity:0; }
    to{top:130px; opacity:1; }
}
li.oneslide.flex-active-slide .first_banner_img>div.threepicture{
    left: 60px;
    top: 0px;
    -webkit-animation: three_picture 1.3s ease-in-out 0s normal running 1;
    -o-animation: three_picture 1.3s ease-in-out 0s normal running 1;
    animation: three_picture 1.3s ease-in-out 0s normal running 1;
}
@keyframes three_picture {
    from{top:100px; opacity:0; }
    to{top:0px; opacity:1; }
}
li.oneslide.flex-active-slide .first_banner_img>div.fourpicture{
    left: 0px;
    top: 0px;
    -webkit-animation: four_picture .8s ease-in-out 0s normal running 1;
    -o-animation: four_picture .8s ease-in-out 0s normal running 1;
    animation: four_picture .8s ease-in-out 0s normal running 1;
}
@keyframes four_picture {
    from{top:60px; opacity:0; }
    to{top:0px; opacity:1; }
}

/*第二页轮播图动画*/

li.twoslide.flex-active-slide .first_banner_img>div.onepicture{
    left: 0px;
    top: 0px;
    -webkit-animation: hk01_picture .8s ease-in-out 0s normal running 1;
    -o-animation: hk01_picture .8s ease-in-out 0s normal running 1;
    animation: hk01_picture .8s ease-in-out 0s normal running 1;
}
@keyframes hk01_picture {
    from{top:60px; opacity:0; }
    to{top:0px; opacity:1; }
}
li.twoslide.flex-active-slide .first_banner_img>div.twopicture{
    left: 0px;
    top: 0px;
    -webkit-animation: hk02_picture 1.3s ease-in-out 0s normal running 1;
    -o-animation: hk02_picture 1.3s ease-in-out 0s normal running 1;
    animation: hk02_picture 1.3s ease-in-out 0s normal running 1;
}
@keyframes hk02_picture {
    from{top:100px; opacity:0; }
    to{top:0px; opacity:1; }
}
li.twoslide.flex-active-slide .first_banner_img>div.threepicture{
    left: 0px;
    top: 0px;
    -webkit-animation: hk03_picture .8s ease-in-out 0s normal running 1;
    -o-animation: hk03_picture .8s ease-in-out 0s normal running 1;
    animation: hk03_picture .8s ease-in-out 0s normal running 1;
}
@keyframes hk03_picture {
    from{top:60px; opacity:0; }
    to{top:0px; opacity:1; }
}

/*第三页轮播图动画*/
li.threeslide.flex-active-slide .first_banner_img>div.onepicture{
    left: 91px;
    top: 228px;
    -webkit-animation: usa01_picture .8s ease-in-out 0s normal running 1;
    -o-animation: usa01_picture .8s ease-in-out 0s normal running 1;
    animation: usa01_picture .8s ease-in-out 0s normal running 1;
}
@keyframes usa01_picture {
    from{top:288px; opacity:0; }
    to{top:228px; opacity:1; }
}
li.threeslide.flex-active-slide .first_banner_img>div.twopicture{
    left: 0px;
    top: 37px;
    -webkit-animation: usa02_picture 1.3s ease-in-out 0s normal running 1;
    -o-animation: usa02_picture 1.3s ease-in-out 0s normal running 1;
    animation: usa02_picture 1.3s ease-in-out 0s normal running 1;
}
@keyframes usa02_picture {
    from{top:137px; opacity:0; }
    to{top:37px; opacity:1; }
}
li.threeslide.flex-active-slide .first_banner_img>div.threepicture{
    left: 83px;
    top: 20px;
    -webkit-animation: usa03_picture .8s ease-in-out 0s normal running 1;
    -o-animation: usa03_picture .8s ease-in-out 0s normal running 1;
    animation: usa03_picture .8s ease-in-out 0s normal running 1;
}
@keyframes usa03_picture {
    from{top:100px; opacity:0; }
    to{top:20px; opacity:1; }
}

/*第四页轮播图动画*/
li.fourslide.flex-active-slide .first_banner_img>div.onepicture{
    left: 0px;
    top: 0px;
    -webkit-animation: gq01_picture .8s ease-in-out 0s normal running 1;
    -o-animation: gq01_picture .8s ease-in-out 0s normal running 1;
    animation: gq01_picture .8s ease-in-out 0s normal running 1;
}
@keyframes gq01_picture {
    from{ opacity:0; }
    to{ opacity:1; }
}
li.fourslide.flex-active-slide .first_banner_img>div.twopicture{
    left: 0px;
    top: 0px;
    -webkit-animation: gq02_picture 0.8s ease-in-out 0s normal running 1;
    -o-animation: gq02_picture 0.8s ease-in-out 0s normal running 1;
    animation: gq02_picture 0.8s ease-in-out 0s normal running 1;
}
@keyframes gq02_picture{
    from{top:-50px; opacity:0; }
    to{top:0px; opacity:1; }
}
li.fourslide.flex-active-slide .first_banner_img>div.threepicture{
    left: 0px;
    top: 0px;
    -webkit-animation: gq03_picture 1.6s ease-in-out 0s normal running 1;
    -o-animation: gq03_picture 1.6s ease-in-out 0s normal running 1;
    animation: gq03_picture 1.6s ease-in-out 0s normal running 1;
}
@keyframes gq03_picture {
    from{ left:60px; top:-60px; opacity:0; }
    to{ left:0px; top:0px; opacity:1; }
}
.yisu-activitylink{
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 100px;
    z-index: 100;
}
.activity-box-layer{
    background-color: rgba(255,255,255,.1);
}
.activity-box{
    width: 1200px;
    margin: 0 auto;
}
.activity-link{
    float: left;
    width: 300px;
    height: 100px;
    border-left:1px solid #4C5065;
    border-color: hsla(0, 0%, 100%, .06);
    transition:all 0.4s;
}
.activity-link:hover{
    background-color: rgba(255,255,255,.1);
}
.activity-link:last-child{
    border-right:1px solid #4C5065;
    border-color: hsla(0, 0%, 100%, .06);
}
.activity-link a{
    display: block;
    height: 100px;
}
.activity-link a>div{
    float: left;
    height: 100px;
}
.activity-link a .link-left{
    width: 70px;
    text-align: center;
    height: 70px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 0 -2100px;
    background-size: 100%;
    margin:15px 20px 0px 20px;
}
.link-right{
    padding-top: 24px;
}
.link-right-top{
    height: 35px;
    line-height: 20px;
    font-size: 20px;
    color: #ffffff;
}
.link-right-bottom{
    font-size: 14px;
    color: #fff;
    opacity: .8;
}
.yisu-product{
    width: 100%;
    padding-top: 54px;
    background-color: #fff;
}
.product-title{
    height: 74px;
    line-height: 74px;
    font-size: 36px;
    color: #2D3037;
    text-align: center;
}
.titledes{
    height: 40px;
    line-height: 40px;
    color: #A5A5A5;
    font-size: 17px;
    text-align: center;
    margin-bottom: 30px;
}
.product-item{
    width: 1200px;
    margin: 0 auto;
}
.product-item-titles{
    position: relative;
    width: 880px;
    margin: 0 auto;
}
.bottom-line{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 220px;
    height: 3px;
    background-color: #FF6666;
   -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
.bottom-line::before{
    position: absolute;
    left: 50%;
    top: -12px;
    content: '';
    width: 0px;
    height: 0px;
    border: 6px solid #FF6666;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.product-item-title{
    float: left;
    width: 220px;
    text-align: center;
    cursor: pointer;
}
.product-item-title .title-img{
    width: 64px;
    height: 64px;
    margin-left: 78px;
}
.one-item-title .title-img{
    background: url(../../images/index_sprite_img.png) no-repeat -10px -133px;
}
.one-item-title:hover .title-img{
    background: url(../../images/index_sprite_img.png) no-repeat -10px -59px;
}
.product-item-titles .one-item-title.active-item-title .title-img{
    background: url("../images/index_sprite_img.png") no-repeat -10px -59px;
}
.two-item-title .title-img{
    background: url(../../images/index_sprite_img.png) no-repeat scroll -84px -133px;
}
.two-item-title:hover .title-img{
    background: url(../../images/index_sprite_img.png) no-repeat scroll -84px -59px;
}
.product-item-titles .two-item-title.active-item-title .title-img{
    background: url("../images/index_sprite_img.png") no-repeat scroll -84px -59px;
}
.three-item-title .title-img{
    background: url(../../images/index_sprite_img.png) no-repeat scroll -158px -133px;
}
.three-item-title:hover .title-img{
    background: url(../../images/index_sprite_img.png) no-repeat scroll -158px -59px;
}
.product-item-titles .three-item-title.active-item-title .title-img{
    background: url("../images/index_sprite_img.png") no-repeat scroll -158px -59px;
}
.four-item-title .title-img{
    background: url(../../images/index_sprite_img.png) no-repeat scroll -232px -133px;
}
.four-item-title:hover .title-img{
    background: url(../../images/index_sprite_img.png) no-repeat scroll -232px -59px;
}
.product-item-titles .four-item-title.active-item-title .title-img{
    background: url("../images/index_sprite_img.png") no-repeat scroll -232px -59px;
}

.product-item-title:hover .title-text,.product-item-titles .active-item-title .title-text{
    color: #FF6666;
}
.title-text{
    font-size: 18px;
    color: #5E6D81;
    margin: 30px 0px 33px;
}
.product-list{
    width: 100%;
    background-color: #F0F2F5;
}
.product-kinds{
    width: 1200px;
    margin: 0 auto;
    padding: 37px 0px 60px 0px;
    display: none;
}
.product-list .product-kinds:first-child{
    display: block;
}
.product-kind{
    position: relative;
    float: left;
    width: 580px;
    background-color: #fff;
    padding:25px 20px;
    margin-bottom: 40px;
    cursor: pointer;
}
.product-kind:hover{
    /*box-shadow: 0px 0px 20px 20px #e8ebed;*/
    -webkit-box-shadow: 0px 0px 20px 5px #e8ebed;
    -moz-box-shadow: 0px 0px 20px 5px #e8ebed;
    box-shadow: 0px 0px 20px 5px #e8ebed;
}
.product-kinds .mr40{
    margin-right: 40px;
}
.product-kind{
    height: 157px;
}
.product-kind>a{
    display: block;
}
.product-kind ul li{
    float: left;
    width: 120px;
    padding-left: 12px;
    box-sizing: border-box;
}
.product-kind ul li .product_out{
    border-right:1px solid #F0F2F5;
}
.product-kind ul li.tht-last-li{
    width: 180px;
    border-right: none;
}
.product-kind ul li a{
    display: block;
}
.product-head{
    padding: 10px 0px 14px 0px;
}
.product-head h4{
    display: inline-block;
    line-height: 22px;
    font-size: 22px;
    color: #2D3037;
    font-weight: 700;
    margin-right: 15px;
}
.product-head span{
    position: relative;
    display: inline-block;
    line-height: 14px;
    font-size: 14px;
    color: #FF6666;
    padding: 3px 5px;
    border:1px solid #FF6666;
    vertical-align: top;
}
.product-head span::before{
    position: absolute;
    left: -4px;
    top: 6px;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #fff;
    border:1px solid #FF6666;
    border-top-color: transparent;
    border-right-color: transparent;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.product-content{
    padding-bottom: 2px;
}
.product-content p{
    line-height: 36px;
    font-size: 14px;
    color: #9EA7B3;
    text-align: left;
}
.product-kind .shopcar{
    position: absolute;
    right: 20px;
    bottom: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #FF6666;
    background-color: #E9EDF1;
    padding-left: 15px;
    padding-right: 35px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    transition:all .4s;
    opacity: 0;
    filter:alpha(opacity=0);
}
.shopcar i{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #FF6666 url(../../images/index_sprite_img.png) no-repeat -300px -164px;
    opacity: 0;
    filter:alpha(opacity=0);
}
.pro-desc{
    margin-bottom: 5px;
    width: 540px;
}
.product-kind:hover .shopcar,.product-kind:hover .shopcar i{
    opacity: 1;
    filter:alpha(opacity=100);
}
.yisu-partner{
    width: 100%;
    background:url(../../images/user_bg.jpg) no-repeat center;
    padding-top: 78px;
}
.partner-msg{
    width: 1200px;
    margin: 0 auto;
}
.partner-title{
    height: 78px;
    line-height: 35px;
    font-size: 35px;
    color: #ffffff;
    text-align: center;
}
.partner-need{
    line-height: 18px;
    font-size: 18px;
    color: #A7A8B2;
    text-align: center;
    padding-bottom: 95px;
}
.swiper-slide>div{
    float: left;
    color: #666578;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.partner-showpic {
    position: relative;
    width: 154px;
    height: 154px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0px 43px 47px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.partner-showpic img{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.partner-des .partner-showpic img{
    width: 100%;
    height: 100%;
    opacity: .8;
}
.partner-showpic .play{
    position: absolute;
    left: 0;
    top: 0;
    width: 154px;
    height: 154px;
    background-color: rgba(0, 0, 0, .2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 10;
    display: none;
}
.partner-showpic .play i{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0px 0px -30px;
    width: 60px;
    height: 60px;
    background:url(../../images/clients_sprite_img.png) no-repeat -10px -10px;
}
.partner-showpic:hover .play{
    display: block;
}
.swiper-slide-active div{
    color: #ffffff;
}
.swiper-slide-active .partner-showpic img{
    opacity: 1;
}
.partner-name{
    height: 34px;
    line-height: 22px;
    font-size: 22px;
}
.partner-company{
    font-size: 16px;
}
.yisu-give{
    font-size: 18px;
    color: #fff;
    margin-top: 94px;
    text-align: center;
}
.look-video{
    margin-top: 82px;
    text-align: center;
    padding-bottom: 40px;
}
.look-video a{
    font-size: 16px;
    color: #FF6666;
}
.yisu-server{
    width: 100%;
    height: 940px;
    background-color: #fff;
    padding-top: 100px;
}
.server-title{
    height: 132px;
    line-height: 34px;
    font-size: 34px;
    color: #2D3037;
    text-align: center;
}
.yisuserver-data{
    width: 1200px;
    margin: 0 auto;
}
.yisuserver-data>div{
    float: left;
    width: 25%;
    text-align: center;
}
.data-head{
    color: #FF6666;
    font-size: 36px;
    margin-bottom: 20px;
}
.data-head i{
    font-size: 17px;
    margin-left: 24px;
    font-style: normal;
}
.data-bottom{
    color: #5E6D81;
    font-size: 18px;
}
.area-map{
    width: 100%;
}
.yisu-news{
    width: 100%;
    background-color: #F0F2F5;
    padding-top: 100px;
    padding-bottom: 84px;
}
.yisu-newsshow{
    width: 1200px;
    margin: 0 auto;
}
.yisu-news-title{
    height: 126px;
    line-height: 36px;
    font-size: 36px;
    color: #2D3037;
    text-align: center;
}
.news-box>div{
    float: left;
    width: 580px;
}
.news-box>div:first-child{
    margin-right: 40px;
}
.yisunews-head{
    position: relative;
    width: 580px;
    border-bottom: 1px solid #DBE1E8;
    margin-bottom: 30px;
}
.yisunews-head div{
    width: 100px;
    height: 39px;
    left: 20px;
    font-size: 20px;
    color: #FF6666;
    text-align: center;
    border-bottom:3px solid #FF6666;
}
.yisunews-head a{
    position: absolute;
    right: 0px;
    top: 13px;
    line-height: 14px;
    font-size: 14px;
    color: #9EA7B3;
}
.yisunews-head a:hover{
    color: #FF6666;
}
.news-list{
    display: block;
    height: 100px;
    background-color: #fff;
    margin-bottom: 20px;
}
.news-list>div{
    float: left;
}
.news-time{
    width: 102px;
    padding:18px 0px;
    text-align: center;
    border-right: 1px solid #ededed;
}
.time-day{
    font-size: 37px;
    color: #5E6D81;
}
.news-content{
    position: relative;
    width: 460px;
    padding:22px 36px 0px 30px;
}
.content-title{
    height: 17px;
    line-height: 17px;
    font-size: 17px;
    color: #2D3037;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 7px;
}
.content-des{
    position: relative;
    width: 394px;
    height: 38px;
    line-height: 20px;
    font-size: 14px;
    color: #A4ADB8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-list:hover{
    background-color: #FF6666;
}
.news-list:hover .news-time{
    border-color: hsla(0, 0%, 100%, .2);
}
.news-list:hover .time-day,.news-list:hover .time-month,.news-list:hover .content-title,.news-list:hover .content-des{
    color: #ffffff;
}
.news-list:hover .time-month,.news-list:hover .content-des{
    opacity: .7;
}
.time-month{
    color: #9EA7B3;
}


/*======================================= 新增动态效果地图 start =======================================================*/
.mapbox{
    position: relative;
    width: 1200px;
    height: 504px;
    background:url(../../images/map.png) no-repeat center;
    margin: 56px auto 0;
}
.map-point{
    position: absolute;
    width: 50px;
    height: 50px;
    opacity: 1;
    background-color: transparent;
}
.map-point p{
    position: absolute;
    left: 38px;
    top: 15px;
    font-size: 14px;
    color: #2D3037;
    white-space:nowrap;
    z-index: 1000;
}
.map-point a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #FF6666;
    opacity: .8;
    z-index: 4;
}
.circle-inside{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FF4444;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: .2;
    -webkit-transition: width 0.5s ease-out;
    -moz-transition: width 0.5s ease-out;
    -o-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
}
.circle-outside{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FF6666;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: .1;
    -webkit-transition: width 0.5s ease-out;
    -moz-transition: width 0.5s ease-out;
    -o-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
}
.point-team-one .circle-inside{
    -webkit-animation: circle_inside 4500ms ease-out 250ms infinite;
    -moz-animation: circle_inside 4500ms ease-out 250ms infinite;
    -o-animation: circle_inside 4500ms ease-out 250ms infinite;
    animation: circle_inside 4500ms ease-out 250ms infinite;
}
.point-team-one .circle-outside{
    -webkit-animation: circle_outside 4500ms ease-out 3000ms infinite;
    -moz-animation: circle_outside 4500ms ease-out 3000ms infinite;
    -o-animation: circle_outside 4500ms ease-out 3000ms infinite;
    animation: circle_outside 4500ms ease-out 3000ms infinite;
}
.point-team-two .circle-inside{
    -webkit-animation: circle_inside 4500ms ease-out 500ms infinite;
    -moz-animation: circle_inside 4500ms ease-out 500ms infinite;
    -o-animation: circle_inside 4500ms ease-out 500ms infinite;
    animation: circle_inside 4500ms ease-out 500ms infinite;
}
.point-team-two .circle-outside{
    -webkit-animation: circle_outside 4500ms ease-out 3250ms infinite;
    -moz-animation: circle_outside 4500ms ease-out 3250ms infinite;
    -o-animation: circle_outside 4500ms ease-out 3250ms infinite;
    animation: circle_outside 4500ms ease-out 3250ms infinite;
}

.map-point a.will,.circle-inside.will,.circle-outside.will{
    background-color: #FF6666;
}
.map-point a.not,.circle-inside.not,.circle-outside.not{
    background-color: #5e6d81;
}

.map-point p.status{
    left: 60px;
}


@-webkit-keyframes circle_inside{ 0%{opacity:0;-webkit-transform:scale(0.1,0.1); } 50%{ opacity:.4; }  100%{ opacity:0; -webkit-transform:scale(1)}}
@-moz-keyframes circle_inside{ 0%{opacity:0;-moz-transform:scale(0.1,0.1); } 50%{ opacity:.4; }  100%{ opacity:0; -moz-transform:scale(1)}}
@-o-keyframes circle_inside{ 0%{opacity:0;-o-transform:scale(0.1,0.1); } 50%{ opacity:.4; }  100%{ opacity:0; -o-transform:scale(1)}}
@keyframes circle_inside{ 0%{opacity:0;-webkit-transform:scale(0.1,0.1);  -moz-transform:scale(0.1,0.1);  -ms-transform:scale(0.1,0.1);  transform:scale(0.1,0.1); }
    50%{ opacity:.4; } 100%{ opacity:0; -webkit-transform:scale(1);  -moz-transform:scale(1);  -ms-transform:scale(1);transform:scale(1);}}

@-webkit-keyframes circle_outside{ 0%{opacity:0;-webkit-transform:scale(0.1,0.1); } 50%{ opacity:.4; }  100%{ opacity:0; -webkit-transform:scale(1)}}
@-moz-keyframes circle_outside{ 0%{opacity:0;-moz-transform:scale(0.1,0.1); } 50%{ opacity:.4; }  100%{ opacity:0; -moz-transform:scale(1)}}
@-o-keyframes circle_outside{ 0%{opacity:0;-o-transform:scale(0.1,0.1); } 50%{ opacity:.4; }  100%{ opacity:0; -o-transform:scale(1)}}
@keyframes circle_outside{ 0%{opacity:0;-webkit-transform:scale(0.1,0.1);  -moz-transform:scale(0.1,0.1);  -ms-transform:scale(0.1,0.1);  transform:scale(0.1,0.1); }
    50%{ opacity:.4; } 100%{ opacity:0; -webkit-transform:scale(1);  -moz-transform:scale(1);  -ms-transform:scale(1);transform:scale(1);}}
/*======================================= 新增动态效果地图 end =======================================================*/





























