
.clear {
    clear: both;
}

.hide {
    display: none;
}

.f-fl, .fl {
    float: left !important
}

.f-fr, .fr {
    float: right !important
}

.c_mp {
    padding: 0 !important;
    margin: 0 !important;
}

/*body*/
body {
    background: #ffffff;
}


/*首页样式*/
.banner {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    z-index: auto;
    margin: 0 auto;
}

.banner .m_mn {
    position: relative;
    height: 700px;
}

.subbanner {
    height: 320px;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    z-index: 1;
    margin: 100px auto 0 auto;
}

.subbanner .subnav {
    height: 54px;
    margin: 266px auto 0 auto;
    width: 1200px;
    overflow: hidden;
    text-align: center;
}
.banner .bcolor{
	color: #FFFF00;
}

.subnav a {
    width: 140px;
    line-height: 44px;
    height: 44px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.4);
    margin: 10px 0 0 1px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    overflow: hidden;
    font-size: 16px;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.subnav a:hover, .subnav a.hover {
    margin: 0 0 0 1px;
    height: 54px;
    line-height: 54px;
    background: #3fac81;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

.swiper-banner .swiper-slide a {
    display: block;
    height: 100%;
    width: 100%;
    color: #fff;
}

.swiper-banner .swiper-slide .ads_left div, .swiper-banner .swiper-slide .ads_right div {
    position: absolute;
}

.swiper-banner .swiper-slide .ads_left div img, .swiper-banner .swiper-slide .ads_right div img {
    max-height: 100%;
}

.swiper-banner .swiper-slide .ads_left div:nth-child(1) {
    left: 165px;
    top: 210px;
}

.swiper-banner .swiper-slide .ads_left div:nth-child(2) {
    left: -650px;
    top: -320px;
}

.swiper-banner .swiper-slide .ads_left div:nth-child(2) img {
    -moz-animation: rotate 20s infinite linear;
    -webkit-animation: rotate 20s infinite linear;
    animation: rotate 20s infinite linear;
}

.swiper-banner .swiper-slide .ads_left div:nth-child(3) {
    left: 0px;
    top: 250px;
}

.swiper-banner .swiper-slide .ads_left div:nth-child(4) {
    left: 145px;
    top: 210px;
}

.swiper-banner .swiper-slide .ads_left div:nth-child(5) {
    left: 0px;
    top: 355px;
}

.swiper-banner .swiper-slide .ads_left div:nth-child(6) {
    left: 0px;
    top: 510px;
}

.swiper-banner .swiper-slide .ads_left div:nth-child(7) {
    left: 148px;
    top: 510px;
}

.swiper-banner .swiper-slide .ads_left div:nth-child(8) {
    left: 295px;
    top: 510px;
}

.swiper-banner .swiper-slide .ads_left div:nth-child(9) {
    left: 170px;
    top: 375px;
}

.swiper-banner .swiper-slide .ads_right div:nth-child(1) {
    left: 880px;
    top: 130px;
}

.swiper-banner .swiper-slide .ads_right div:nth-child(2) {
    left: 790px;
    top: 280px;
}

.swiper-banner .swiper-slide .ads_right div:nth-child(3) {
    left: 865px;
    top: 430px;
}

.swiper-banner .swiper-slide .ads_right div:nth-child(4) {
    left: 740px;
    top: 555px;
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.banner .tt .f-btn {
    width: 198px;
    height: 45px;
    line-height: 45px;
    margin: 25px 0;
    font-size: 21px;
    color: #fff;
    border-radius: 35px;
    border: solid #fff 1px;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-color: #f3f3f3;
    position: relative;
    overflow: hidden;
}

.banner .tt .f-btn:before {
    content: "";
    background: rgba(0, 0, 0, 0.1);
    -webkit-transform: skew(45deg, 0);
    transform: skew(45deg, 0);
    width: 0;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -30px;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.banner .tt .f-btn:hover:before {
    width: 150%;
}

.banner .tt img {
    margin-bottom: 15px;
}

.banner .ads1 {
    color: #ffffff;
    font-size: 18px;
    text-align: left;
}

.banner .ads1 .tt {
    left: 30px;
    top: 190px;
    line-height: 36px;
    position: absolute;
}

.banner .ads2 {
    color: #ffffff;
    font-size: 18px;
    text-align: left;
}

.banner .ads2 .tt {
    left: 30px;
    top: 190px;
    line-height: 36px;
    position: absolute;
}

.banner .ads3 {
    color: #ffffff;
    font-size: 18px;
    text-align: left;
}

.banner .ads3 .tt {
    line-height: 50px;
    padding-top: 100px;
    text-align: center
}

.banner .ads3 .tt .f-btn {
    width: 198px;
    height: 45px;
    line-height: 45px;
    margin: 25px auto;
    font-size: 21px;
    color: #fff;
    border-radius: 35px;
    border: solid #fff 1px;
    text-align: center
}
/*插件样式*/
.banner-pages .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #ffffff;
    opacity: .5;
    border-radius: 50px;
}

.banner-pages .swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.banner-pages .swiper-pagination-bullet-active {
    width: 50px;
    opacity: 1;
    background: #ffffff
}

.swiper-clients .clients_pages {
    bottom: 0;
    width: 100%;
}

.clients_pages .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ffffff;
    opacity: .5;
    border-radius: 50%;
}

.clients_pages .swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.clients_pages .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff
}

.m_case .case_mobile .swiper-pages {
    bottom: 50px;
}

.m_case .case_mobile .swiper-pages .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 1px solid #ffffff;
    opacity: 1;
    background: none;
    border-radius: 50%;
}

.m_case .case_mobile .swiper-pages .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff
}

/*内页共用样式*/
.m_mn {
    width: 1200px;
    margin: 0 auto;
}

/*底部客服*/
@keyframes scaleToggleOne { 0 {
transform:scale(1);
-webkit-transform:scale(1)
}
50% {
transform:scale(2);
-webkit-transform:scale(2)
}
100% {
transform:scale(1);
-webkit-transform:scale(1)
}
}
@keyframes scaleToggleTwo { 0 {
transform:scale(1);
-webkit-transform:scale(1)
}
20% {
transform:scale(1);
-webkit-transform:scale(1)
}
60% {
transform:scale(2);
-webkit-transform:scale(2)
}
100% {
transform:scale(1);
-webkit-transform:scale(1)
}
}
@keyframes scaleToggleThree { 0 {
transform:scale(1);
-webkit-transform:scale(1)
}
33% {
transform:scale(1);
-webkit-transform:scale(1)
}
66% {
transform:scale(2);
-webkit-transform:scale(2)
}
100% {
transform:scale(1);
-webkit-transform:scale(1)
}
}
.animated { -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-fill-mode: both; animation-fill-mode: both }
.livechat-girl { width: 60px; height: 60px; border-radius: 50%; position: fixed; bottom: 0; right: 80px; opacity: 0; -webkit-box-shadow: 0 5px 10px 0 rgba(35,50,56,.3); box-shadow: 0 5px 10px 0 rgba(35,50,56,.3); z-index: 700; transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); cursor: pointer; -webkit-transition: all 1s cubic-bezier(.86, 0, .07, 1); transition: all 1s cubic-bezier(.86, 0, .07, 1) }
.livechat-girl:focus { outline: 0 }
.livechat-girl.animated { opacity: 1; transform: translateY(-40px); -webkit-transform: translateY(-40px); -ms-transform: translateY(-40px) }
.livechat-girl:after { content: ''; width: 12px; height: 12px; border-radius: 50%; background-image: linear-gradient(to bottom, #26c7fc, #26c7fc); position: absolute; right: 1px; top: 1px; z-index: 50 }
.livechat-girl .girl { position: absolute; top: 0; left: 0; width: 100%; height: auto; z-index: 50 }
.livechat-girl .animated-circles .circle { background: rgba(38,199,252,.25); width: 60px; height: 60px; border-radius: 50%; position: absolute; z-index: 49; transform: scale(1); -webkit-transform: scale(1) }
.livechat-girl .animated-circles.animated .c-1 { animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards }
.livechat-girl .animated-circles.animated .c-2 { animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards }
.livechat-girl .animated-circles.animated .c-3 { animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards }
.livechat-girl.animation-stopped .circle { opacity: 0!important }
.livechat-girl.animation-stopped .circle { opacity: 0!important }
.livechat-girl .livechat-hint { position: absolute; right: 40px; top: 50%; margin-top: -20px; opacity: 0; z-index: 0; -webkit-transition: all .3s cubic-bezier(.86, 0, .07, 1); transition: all .3s cubic-bezier(.86, 0, .07, 1) }
.livechat-girl .livechat-hint.show_hint { -webkit-transform: translateX(-40px); transform: translateX(-40px); opacity: 1 }
.livechat-girl .livechat-hint.hide_hint { opacity: 0; -webkit-transform: translateX(0); transform: translateX(0) }
.livechat-girl .livechat-hint.rd-notice-tooltip { max-width: 1296px!important }
.livechat-girl .livechat-hint.rd-notice-tooltip .rd-notice-content { width: auto; overflow: hidden; text-overflow: ellipsis }
@media only screen and (max-width:1599px) {
.livechat-girl .livechat-hint.rd-notice-tooltip { max-width: 1060px!important }
}
@media only screen and (max-width:1309px) {
.livechat-girl .livechat-hint.rd-notice-tooltip { max-width: 984px!important }
}
@media only screen and (max-width:1124px) {
.livechat-girl .livechat-hint.rd-notice-tooltip { max-width: 600px!important }
}
.rd-notice-tooltip { -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2); box-shadow: 0 2px 2px rgba(0,0,0,.2); font-size: 14px; border-radius: 3px; line-height: 1.25; position: absolute; z-index: 65; max-width: 350px; opacity: 1 }
.rd-notice-tooltip:after { position: absolute; display: block; content: ''; height: 20px; width: 20px; -webkit-box-shadow: none; box-shadow: none; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; z-index: 50 }
.rd-notice-tooltip .rd-notice-content { background: 0; border-radius: 3px; width: 100%; color: #fff; position: relative; z-index: 60; padding: 20px; font-weight: 400; line-height: 1.45 }
.rd-notice-type-success { background-color: #26c7fc; -webkit-box-shadow: 0 5px 10px 0 rgba(38,199,252,.2); box-shadow: 0 5px 10px 0 rgba(38,199,252,.2) }
.rd-notice-type-success .rd-notice-content { background-color: #26c7fc }
.rd-notice-type-success:after { background-color: #26c7fc; -webkit-box-shadow: 0 5px 10px 0 rgba(38,199,252,.2); box-shadow: 0 5px 10px 0 rgba(38,199,252,.2) }
.rd-notice-position-left { margin-left: -20px }
.rd-notice-position-left:after { right: -6px; top: 50%; margin-top: -10px }
.rd-notice-tooltip.single-line .rd-notice-content { height: 40px; padding: 0 20px; line-height: 40px; white-space: nowrap }