﻿@charset "UTF-8";
.container {
    width: 100%;
    margin: 0 auto;
}

.container .banner {
    width: 100%;
}

.container .banner .swiper-container {
    width: 100%;
}

.container .banner .swiper-container .swiper-slide {
    position: relative;
}

.container .banner .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
}

.container .banner .swiper-container .swiper-slide .goInfo {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%);
}

.container .banner .swiper-container .swiper-slide .goInfo a {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    color: #fff;
    font-size: 14px;
    border: solid 1px #ffffff;
    cursor: pointer;
    text-align: center;
}

.container .banner .swiper-container .swiper-slide .goInfo a:first-of-type {
    background-color: #5097ff;
    border: none;
}

.container .banner .swiper-container .swiper-slide .goInfo .bInfo1 {
    border: 1px solid #00579C;
}

.container .banner .swiper-container .swiper-slide .goInfo .bInfo2 {
    background-color: #E992BC;
    border: none;
}

.container .banner .swiper-container .swiper-slide .goInfo1 {
    position: absolute;
    left: 13%;
    top: 55%;
}

.container .banner .swiper-container .swiper-slide .goInfo1 a {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    color: #fff;
    font-size: 14px;
    border: solid 1px #ffffff;
    cursor: pointer;
    text-align: center;
}

.container .banner .swiper-container .swiper-slide .goInfo1 a:first-of-type {
    background-color: #5097ff;
    border: none;
}

.container .banner .swiper-container .swiper-slide .goInfo1 a:last-of-type {
    background-color: #8E3DFB;
    border: none;
}

.container .banner .swiper-container .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 2px;
}

.container .banner .swiper-container .swiper-pagination-bullet-active {
    background-color: #fff;
}

.container .server {
    background-color: #F7F8FB;
    width: 100%;
    height: 50px;
}

.container .server div {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    line-height: 50px;
    justify-content: space-between;
}

.container .server div > span {
    display: flex;
    align-items: center;
    color: #333;
    width: 100px;
}

.container .server div p {
    display: flex;
    width: 350px;
    align-items: center;
}

.container .server div p img {
    height: 18px;
    width: 18px;
    margin-right: 10px;
    display: inline-block;
}

.container .server div p span {
    flex: 1;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.container .server div p:hover span {
    color: #5097ff;
}

.container .infoList {
    height: 278px;
    width: 100%;
    background-color: #fff;
}

.container .infoList ul {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

.container .infoList ul li {
    position: relative;
    width: 230px;
    height: 208px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 28px;
}

.container .infoList ul li div {
    position: relative;
    width: 230px;
    height: 208px;
    display: flex;
    align-items: center;
    flex-direction: column;
    left: -28px;
    cursor: pointer;
}

.container .infoList ul li div p {
    display: flex;
    align-items: baseline;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 55px;
    margin-bottom: 15px;
}

.container .infoList ul li div p i {
    font-size: 18px;
}

.container .infoList ul li div span {
    display: block;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 27px;
    text-align: left;
}

.container .infoList ul li div a {
    display: inline-block;
    background-color: #ffffff;
    width: 106px;
    height: 36px;
    color: #468cf3;
    border-radius: 18px;
    text-align: center;
    line-height: 36px;
    position: relative;
    left: 28px;
}

.container .infoList ul li div .bgc {
    background-color: #5097ff;
    color: #fff;
}

.container .infoList ul li:hover {
    transition: 0.3s linear;
    transform: translateY(-10px);
}

.container .infoList ul li:nth-of-type(1) {
    background-image: url("../images/info5.png");
}

.container .infoList ul li:nth-of-type(2) {
    background-image: url("../images/info1.png");
}

.container .infoList ul li:nth-of-type(3) {
    background-image: url("../images/info3.png");
}

.container .infoList ul li:nth-of-type(4) {
    background-image: url("../images/info4.png");
}

.container .infoList ul li:nth-of-type(5) {
    background-image: url("../images/info2.png");
}

.container .shop {
    padding-bottom: 80px;
    width: 100%;
    background-color: #F7F8FB;
}

.container .shop .shopInfo {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
}

.container .shop .shopInfo .shopTit {
    height: 232px;
    width: 100%;
    text-align: center;
    padding-top: 76px;
}

.container .shop .shopInfo .shopTit .headline {
    font-size: 27px;
    text-align: center;
}

.container .shop .shopInfo .shopTit p {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 38px;
}

.container .shop .shopInfo .shopTit p img {
    margin-right: 9px;
}

.container .shop .shopInfo .shopTit p img:nth-of-type(1) {
    height: 26px;
    width: 26px;
}

.container .shop .shopInfo .shopTit p img:nth-of-type(2) {
    height: 25px;
    width: 29px;
}

.container .shop .shopInfo .shopTit p img:nth-of-type(3) {
    height: 20px;
    width: 18px;
}

.container .shop .shopInfo .shopTit p span {
    margin-right: 45px;
    color: #666666;
}

.container .shop .shopInfo .system {
    width: 1200px;
    margin: 0 auto;
}

.container .shop .shopInfo .system ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.container .shop .shopInfo .system ul li {
    width: 384px;
    height: 295px;
    display: inline-block;
    margin-top: 31px;
    background-size: 100% 100%;
    text-align: center;
    position: relative;
    background-color: #fff;
    box-shadow: 1px 1px 5px 0px rgba(225, 225, 225, 0.8);
}

.container .shop .shopInfo .system ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.container .shop .shopInfo .system ul li a > img {
    widows: 100%;
    height: 189px;
}

.container .shop .shopInfo .system ul li a > .headline {
    margin-top: 20px;
    color: #000;
}

.container .shop .shopInfo .system ul li .headline {
    font-size: 20px;
}

.container .shop .shopInfo .system ul li div {
    width: 39px;
    height: 3px;
    background-color: #ff8f2b;
    margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 13px;
}

.container .shop .shopInfo .system ul li span {
    color: #666;
}

.container .shop .shopInfo .goQuse {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}

.container .shop .shopInfo .goQuse > a {
    display: block;
    width: 120px;
    height: 40px;
    background-color: #5097ff;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.container .shop .shopInfo .goQuse > a:last-of-type {
    border: solid 1px #0090ff;
    color: #5097ff;
    margin-left: 10px;
    background-color: #fff;
}

.container .require {
    width: 100%;
    background-image: url("../images/banner2.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 97px;
    padding-bottom: 142px;
}

.container .require .requireInfo {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.container .require .requireInfo .headline {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
}

.container .require .requireInfo p {
    margin-top: 31px;
    margin-bottom: 95px;
    color: #fff;
    font-size: 14px;
}

.container .require .requireInfo .list {
    width: 1000px;
    margin: 0 auto;
    margin-top: 98px;
}

.container .require .requireInfo .list .infoKind {
    display: flex;
    justify-content: space-around;
    height: 50px;
    position: relative;
}

.container .require .requireInfo .list .infoKind span {
    color: #fff;
    display: inline-block;
    height: 45px;
    text-align: center;
}

.container .require .requireInfo .list .infoKind .active {
    color: #5097ff;
    border-bottom: 5px solid #5097ff;
}

.container .require .requireInfo .list .infoKind .bot {
    width: 100%;
    height: 5px;
    background-color: #eee;
    opacity: .4;
    position: absolute;
    bottom: 0;
    left: 0;
}

.container .require .requireInfo h4 {
    font-size: 18px;
    text-align: left;
    margin-top: 35px;
    margin-bottom: 25px;
    color: #fff;
}

.container .require .requireInfo span {
    display: inline-block;
    text-align: left;
    width: 100%;
    line-height: 24px;
    color: #fff;
}

.container .require .requireInfo .box {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.container .require .requireInfo .ulCon {
    width: 800%;
    position: relative;
}

.container .require .requireInfo .kindList {
    display: flex;
    justify-content: space-around;
    align-content: center;
    border-bottom: 1px dashed #666;
    position: relative;
    padding-top: 170px;
    float: left;
    width: 12.5%;
}

.container .require .requireInfo .kindList .titInfo {
    position: absolute;
    left: 0;
    top: 0;
}

.container .require .requireInfo .kindList .kindImg {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 51px;
}

.container .require .requireInfo .kindList .kindImg div {
    height: 62px;
    margin-bottom: 18px;
}

.container .require .requireInfo .kindList .kindImg div img {
    width: 62px;
    height: 51px;
}

.container .require .requireInfo .kindList .kindImg span {
    color: #fff;
}

.container .require .requireInfo .bannerList {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 37px;
}

.container .require .requireInfo .bannerList img {
    width: 176px;
    height: 77px;
    border-radius: 5px;
}

.container .require .requireInfo .btn {
    margin: 0 auto;
    margin-top: 94px;
    text-align: center;
}

.container .require .requireInfo .btn a {
    display: inline-block;
    width: 120px;
    height: 40px;
    border-radius: 2px;
    border: solid 1px #ffffff;
    color: #fff;
    margin-right: 20px;
    line-height: 40px;
    text-align: center;
}

.container .require .requireInfo .btn a:first-of-type {
    background-color: #5097ff;
    border: none;
}

.container .func {
    width: 100%;
    height: 770px;
    background-color: #ffffff;
    padding: 74px 0;
}

.container .func .headline {
    text-align: center;
    margin-bottom: 31px;
    font-size: 30px;
    font-weight: normal;
}

.container .func p {
    text-align: center;
    color: #666;
    margin-bottom: 84px;
}

.container .func .funcList {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
}

.container .func .funcList div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container .func .funcList div img {
    width: 96px;
}

.container .func .funcList div span {
    margin-top: 15px;
    color: #828282;
    font-size: 20px;
}

.container .func .funcList .active span {
    color: #3388ff;
}

.container .func .funcInfo {
    height: 260px;
    width: 100%;
    background-color: #F5F5F5;
    margin-top: 39px;
    padding-top: 40px;
    display: none;
}

.container .func .funcInfo ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.container .func .funcInfo ul li {
    display: flex;
    width: 260px;
}

.container .func .funcInfo ul li .imgInfo {
    height: 60px;
    width: 60px;
    margin-right: 13px;
    border-radius: 10px;
}

.container .func .funcInfo ul li .rInfo {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.container .func .funcInfo ul li .rInfo p {
    font-size: 16px;
    color: #333;
    margin-bottom: 0;
    text-align: left;
}

.container .func .funcInfo ul li .rInfo span {
    color: #666;
    font-size: 14px;
    text-align: left;
}

.container .scrence {
    height: 698px;
    width: 100%;
    background-image: url("../images/scrence.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 110px;
    position: relative;
    text-align: center;
}

.container .scrence .btn {
    margin: 0 auto;
    margin-top: 94px;
    text-align: center;
}

.container .scrence .btn a {
    display: inline-block;
    width: 120px;
    height: 40px;
    border-radius: 2px;
    border: solid 1px #ffffff;
    color: #fff;
    margin-right: 20px;
    line-height: 40px;
    text-align: center;
}

.container .scrence .btn a:first-of-type {
    background-color: #5097ff;
    border: none;
}

.container .scrence .headline {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    text-align: center;
}

.container .scrence p {
    margin-top: 31px;
    margin-bottom: 48px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.container .scrence .swiperCon {
    height: 272px;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.container .scrence .swiperCon .swiper-button-prev {
    left: 120px;
}

.container .scrence .swiperCon .swiper-button-next {
    right: 120px;
}

.container .scrence .swiperCon .swiper-wrapper {
    height: 100%;
    width: 100%;
}

.container .scrence .swiperCon .swiper-wrapper .swiper-slide {
    height: 272px;
    width: 216px;
    background-color: #fff;
    padding: 38px 18px 60px 14px;
    text-align: center;
}

.container .scrence .swiperCon .swiper-wrapper .swiper-slide div {
    height: 72px;
    width: 68px;
    display: inline-block;
    text-align: center;
}

.container .scrence .swiperCon .swiper-wrapper .swiper-slide div img {
    display: inline-block;
    width: 72px;
}

.container .scrence .swiperCon .swiper-wrapper .swiper-slide p {
    font-size: 16px;
    margin-bottom: 19px;
    color: #333;
    margin-top: 6px;
}

.container .scrence .swiperCon .swiper-wrapper .swiper-slide span {
    display: inline-block;
    text-align: left;
    font-size: 12px;
    color: #666;
}

.container .scrence .swiperCon .swiper-wrapper .swiper-slide a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
    width: 93px;
    height: 31px;
    border-radius: 2px;
    border: solid 1px #68b3ff;
    color: #4789ff;
    line-height: 31px;
    text-align: center;
}

.container .success {
    width: 100%;
    height: 1136px;
    background-color: #ffffff;
    padding-top: 90px;
    padding-bottom: 117px;
}

.container .success .sucCon {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.container .success .sucCon .headline {
    font-size: 30px;
    font-weight: normal;
}

.container .success .sucCon p {
    margin-top: 20px;
    margin-bottom: 58px;
    color: #666;
}

.container .success .sucCon .sucInfo {
    display: flex;
    width: 1200px;
    justify-content: space-between;
}

.container .success .sucCon .sucInfo .sucList {
    height: 271px;
    display: flex;
}

.container .success .sucCon .sucInfo .sucList img {
    width: 292px;
    height: 271px;
}

.container .success .sucCon .sucInfo .sucList div {
    width: 277px;
    padding-left: 20px;
    padding-top: 39px;
    background-color: #F3F4F8;
    padding-right: 10px;
    position: relative;
    padding-bottom: 60px;
}

.container .success .sucCon .sucInfo .sucList div h4 {
    font-size: 22px;
    font-weight: normal;
    text-align: center;
}

.container .success .sucCon .sucInfo .sucList div p {
    text-align: left;
    margin-bottom: 15px;
    color: #BBC0C5;
    font-size: 12px;
}

.container .success .sucCon .sucInfo .sucList div span {
    display: inline-block;
    text-align: left;
    color: #616161;
}

.container .success .sucCon .sucInfo .sucList div a {
    display: inline-block;
    width: 109px;
    height: 41px;
    color: #fff;
    line-height: 41px;
    text-align: center;
    border-radius: 2px;
    border: solid 1px #3388ff;
    color: #3388ff;
    border: solid 1px #3388ff;
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translate(-50%);
}

.container .success .sucCon .sucInfo .sucList div a:hover {
    background-color: #3388ff;
    border: none;
    color: #fff;
}

.container .success .sucCon .sucInfo .successInfo {
    width: 277px;
    display: flex;
    flex-direction: column;
}

.container .success .sucCon .sucInfo .successInfo img {
    width: 100%;
    border-radius: 0;
}

.container .success .sucCon .sucInfo .successInfo div {
    width: 277px;
    height: 280px;
    padding-left: 20px;
    padding-top: 39px;
    background-color: #F3F4F8;
    text-align: center;
    padding-right: 10px;
    position: relative;
    padding-bottom: 60px;
}

.container .success .sucCon .sucInfo .successInfo div h4 {
    font-size: 22px;
    font-weight: normal;
    text-align: center;
}

.container .success .sucCon .sucInfo .successInfo div p {
    text-align: left;
    margin-bottom: 15px;
    color: #BBC0C5;
    font-size: 12px;
}

.container .success .sucCon .sucInfo .successInfo div span {
    display: inline-block;
    text-align: left;
    color: #616161;
}

.container .success .sucCon .sucInfo .successInfo div a {
    display: inline-block;
    width: 109px;
    height: 41px;
    line-height: 41px;
    color: #fff;
    border-radius: 2px;
    border: solid 1px #3388ff;
    margin-top: 30px;
    color: #3388ff;
    border: solid 1px #3388ff;
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translate(-50%);
}

.container .success .sucCon .sucInfo .successInfo div a:hover {
    background-color: #3388ff;
    border: none;
    color: #fff;
}

.container .consumer {
    width: 100%;
    height: 839px;
    background-color: #f5f5f5;
    background-position: 50%;
}

.container .consumer .mapInfo {
    width: 1200px;
    height: 839px;
    margin: 0 auto;
    padding-top: 71px;
    position: relative;
}

.container .consumer .mapInfo .headline {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 26px;
}

.container .consumer .mapInfo p {
    width: 496px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin: 0 auto;
    color: #666;
}

.container .consumer .mapInfo button {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%);
    width: 140px;
    height: 40px;
    background-color: #5097ff;
    border-radius: 2px;
    color: #fff;
}

.container .support {
    width: 100%;
    height: 595px;
    background-image: url("../images/support.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.container .support .supportInfo {
    width: 1200px;
    margin: 0 auto;
    padding-top: 63px;
}

.container .support .supportInfo .headline {
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

.container .support .supportInfo p {
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 26px;
}

.container .support .supportInfo .supList {
    margin-top: 94px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.container .support .supportInfo .supList .listInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container .support .supportInfo .supList .listInfo div {
    height: 100px;
    width: 105px;
    text-align: center;
}

.container .support .supportInfo .supList .listInfo div img {
    display: inline-block;
    width: 88px;
    height: 105px;
}

.container .support .supportInfo .supList .listInfo h4 {
    font-size: 36px;
    color: #fff;
    margin-top: 26px;
    margin-bottom: 10px;
}

.container .support .supportInfo .supList .listInfo h4 span {
    font-size: 24px;
    color: #fff;
}

.container .support .supportInfo .supList .listInfo span {
    color: #768593;
    font-size: 16px;
}

.container .grow {
    width: 100%;
    height: 780px;
    padding-top: 60px;
    text-align: center;
}

.container .grow .headline {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 17px;
}

.container .grow p {
    color: #666;
    font-size: 16px;
}

.container .grow img {
    margin-top: 57px;
}

.container .news {
    height: 700px;
    width: 100%;
    background-color: #FAFAFA;
    padding-top: 72px;
}

.container .news .headline {
    text-align: center;
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 17px;
}

.container .news > p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 78px;
}

.container .news .newsList {
    display: flex;
    width: 1200px;
    justify-content: space-around;
    margin: 0 auto;
}

.container .news .newsList .newsCon {
    width: 370px;
}

.container .news .newsList .newsCon .newsBg {
    width: 100%;
    height: 115px;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 26px;
    text-align: right;
}

.container .news .newsList .newsCon .newsBg a {
    display: inline-block;
    width: 60px;
    height: 22px;
    color: #fff;
    cursor: pointer;
    opacity: 0;
}

.container .news .newsList .newsCon ul {
    width: 100%;
    height: 220px;
    margin-top: 35px;
    overflow: hidden;
}

.container .news .newsList .newsCon ul li {
    width: 100%;
}

.container .news .newsList .newsCon ul li a {
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container .news .newsList .newsCon ul li a span {
    color: #666;
    margin-right: 5px;
}

.container .news .newsList .newsCon ul li > a:hover {
    color: #5097ff !important;
}

.container .news .newsList .newsCon ul li > a:hover > span {
    color: #5097ff !important;
}

.container #lg_map {
    margin-top: 30px;
}

.container #lg_map .mapLeft {
    width: 170px;
    float: left;
}

.container #lg_map .mapLeft ul {
    padding-left: 10px;
    width: 100%;
}

.container #lg_map .mapLeft ul li {
    width: 100%;
    height: 145px;
    border-bottom: 1px solid #ccc;
    padding-top: 30px;
}

.container #lg_map .mapLeft ul li h5 {
    color: #4b5154;
    font-size: 38px;
}

.container #lg_map .mapLeft ul li p {
    color: #4b5154;
    font-size: 20px;
    display: inline;
    line-height: 30px;
}

.container #lg_map .mapLeft ul li h5 i {
    font-size: 24px;
}

.container .mapRight {
    float: right;
}

.container #serve-img-area.paused .point-area .point-10:after {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    /* Safari 和 Chrome */
}

.container #serve-img-area.paused .point-area .point-20:after {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    /* Safari 和 Chrome */
}

.container #serve-img-area.paused .point-area .point-30:after {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    /* Safari 和 Chrome */
}

.container #serve-img-area.paused .point-area .point-40:after {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    /* Safari 和 Chrome */
}

.container #serve-img-area.paused .point-area .point-50:after {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    /* Safari 和 Chrome */
}

.container #serve-img-area.paused .point-area .point-60:after {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    /* Safari 和 Chrome */
}

.container #serve-img-area.paused .point-area .point-70:after {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    /* Safari 和 Chrome */
}

.container #serve-img-area.paused .point-area .point-80:after {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    /* Safari 和 Chrome */
}

.container #serve-img-area.paused .point-area .point-90:after {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    /* Safari 和 Chrome */
}

.container #serve-img-area.paused .point-area .point-100:after {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    /* Safari 和 Chrome */
}

.container #serve-img-area .point-area {
    text-align: center;
    position: relative;
    width: 150px;
    height: 150px;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}

.container #serve-img-area .point-area .point {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    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;
}

.container #serve-img-area .point-area .point-shadow:after {
    -webkit-box-shadow: inset 0 0 5em rgba(59, 136, 250, 0.16);
    -moz-box-shadow: inset 0 0 5em rgba(59, 136, 250, 0.16);
    box-shadow: inset 0 0 5em rgba(59, 136, 250, 0.16);
}

.container #serve-img-area .point-area .point-white {
    background-color: #fff;
    border: 1px solid #00C1DE;
}

.container #serve-img-area .point-area .point-dot {
    z-index: 1;
    background-color: #5097ff;
    border: 1px solid rgba(0, 205, 236, 0.37);
}

.container #serve-img-area .point-area .point-10 {
    width: 100%;
    height: 100%;
}

.container #serve-img-area .point-area .point-10:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #5097ff;
    opacity: 0;
    -webkit-animation: ripple 4500ms ease-out 225ms infinite;
    -moz-animation: ripple 4500ms ease-out 225ms infinite;
    -o-animation: ripple 4500ms ease-out 225ms infinite;
    animation: ripple 4500ms ease-out 225ms infinite;
}

.container #serve-img-area .point-area .point-20 {
    width: 100%;
    height: 100%;
}

.container #serve-img-area .point-area .point-20:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #5097ff;
    opacity: 0;
    -webkit-animation: ripple 4500ms ease-out 450ms infinite;
    -moz-animation: ripple 4500ms ease-out 450ms infinite;
    -o-animation: ripple 4500ms ease-out 450ms infinite;
    animation: ripple 4500ms ease-out 450ms infinite;
}

.container #serve-img-area .point-area .point-30 {
    width: 100%;
    height: 100%;
}

.container #serve-img-area .point-area .point-30:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #5097ff;
    opacity: 0;
    -webkit-animation: ripple 4500ms ease-out 675ms infinite;
    -moz-animation: ripple 4500ms ease-out 675ms infinite;
    -o-animation: ripple 4500ms ease-out 675ms infinite;
    animation: ripple 4500ms ease-out 675ms infinite;
}

.container #serve-img-area .point-area .point-40 {
    width: 100%;
    height: 100%;
}

.container #serve-img-area .point-area .point-40:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #5097ff;
    opacity: 0;
    -webkit-animation: ripple 4500ms ease-out 900ms infinite;
    -moz-animation: ripple 4500ms ease-out 900ms infinite;
    -o-animation: ripple 4500ms ease-out 900ms infinite;
    animation: ripple 4500ms ease-out 900ms infinite;
}

.container #serve-img-area .point-area .point-50 {
    width: 100%;
    height: 100%;
}

.container #serve-img-area .point-area .point-50:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #5097ff;
    opacity: 0;
    -webkit-animation: ripple 4500ms ease-out 1125ms infinite;
    -moz-animation: ripple 4500ms ease-out 1125ms infinite;
    -o-animation: ripple 4500ms ease-out 1125ms infinite;
    animation: ripple 4500ms ease-out 1125ms infinite;
}

.container #serve-img-area .point-area .point-60 {
    width: 100%;
    height: 100%;
}

.container #serve-img-area .point-area .point-60:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #5097ff;
    opacity: 0;
    -webkit-animation: ripple 4500ms ease-out 1350ms infinite;
    -moz-animation: ripple 4500ms ease-out 1350ms infinite;
    -o-animation: ripple 4500ms ease-out 1350ms infinite;
    animation: ripple 4500ms ease-out 1350ms infinite;
}

.container #serve-img-area .point-area .point-70 {
    width: 100%;
    height: 100%;
}

.container #serve-img-area .point-area .point-70:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #5097ff;
    opacity: 0;
    -webkit-animation: ripple 4500ms ease-out 1575ms infinite;
    -moz-animation: ripple 4500ms ease-out 1575ms infinite;
    -o-animation: ripple 4500ms ease-out 1575ms infinite;
    animation: ripple 4500ms ease-out 1575ms infinite;
}

.container #serve-img-area .point-area .point-80 {
    width: 100%;
    height: 100%;
}

.container #serve-img-area .point-area .point-80:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #5097ff;
    opacity: 0;
    -webkit-animation: ripple 4500ms ease-out 1800ms infinite;
    -moz-animation: ripple 4500ms ease-out 1800ms infinite;
    -o-animation: ripple 4500ms ease-out 1800ms infinite;
    animation: ripple 4500ms ease-out 1800ms infinite;
}

.container #serve-img-area .point-area .point-90 {
    width: 100%;
    height: 100%;
}

.container #serve-img-area .point-area .point-90:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #5097ff;
    opacity: 0;
    -webkit-animation: ripple 4500ms ease-out 2025ms infinite;
    -moz-animation: ripple 4500ms ease-out 2025ms infinite;
    -o-animation: ripple 4500ms ease-out 2025ms infinite;
    animation: ripple 4500ms ease-out 2025ms infinite;
}

.container #serve-img-area .point-area .point-100 {
    width: 100%;
    height: 100%;
}

.container #serve-img-area .point-area .point-100:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #5097ff;
    opacity: 0;
    -webkit-animation: ripple 4500ms ease-out 2250ms infinite;
    -moz-animation: ripple 4500ms ease-out 2250ms infinite;
    -o-animation: ripple 4500ms ease-out 2250ms infinite;
    animation: ripple 4500ms ease-out 2250ms infinite;
}

.container lesshat-selector {
    -lh-property: 0;
}

@-webkit-keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1, 0.1);
    }
    5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes ripple {
    0% {
        opacity: 0;
        -moz-transform: scale(0.1, 0.1);
    }
    5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -moz-transform: scale(1);
    }
}

@-o-keyframes ripple {
    0% {
        opacity: 0;
        -o-transform: scale(0.1, 0.1);
    }
    5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -o-transform: scale(1);
    }
}

@keyframes ripple {
    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);
    }
    5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.container .bottomList {
    padding-bottom: 0px;
}

.bottomFix {
    position: fixed;
    bottom: 0;
    height: 90px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9;
    display: none;
}

.bottomFix span {
    display: block;
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    right: 0;
    top: -20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}

.bottomFix p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 32px;
    color: #fff;
}

.bottomFix p i {
    font-size: 38px;
    margin: 0 8px;
}

.bottomFix p a {
    display: inline-block;
    margin-left: 20px;
    width: 175px;
    height: 55px;
    overflow: hidden;
    background: #FF8310;
    line-height: 55px;
    color: #fff;
    border-radius: 45px;
    font-size: 28px;
    text-align: center;
}

.messageFix {
    display: none;
    position: fixed;
    right: 100px;
    bottom: 15px;
    z-index: 11;
}

.w_1200 {
    width: 1200px;
    margin: 0 auto;
}

@keyframes rotate {
    0% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: rotate(0);
    }
    98% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: rotate(-330deg);
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

@keyframes _change {
    1%,
    98% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

@keyframes change {
    1%,
    98% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

.list_items02 .select_type .action {
    text-align: center;
}

.list_items02 .select_type .now_reply {
    padding-top: 10px;
    display: inline-block;
    width: 142px;
    text-align: center;
    color: #414141;
    font-size: 16px;
    margin: 0 auto;
    opacity: 0;
    filter: alpha(opacity=0);
}

.container .func .funcList div i {
    position: relative;
    display: block;
    width: 102px;
    height: 96px;
}

.container .func .funcList div i div {
    position: absolute;
    width: 102px;
    height: 96px;
    cursor: pointer;
}

.container .func .funcList div i .type_div_01 {
    position: absolute;
    z-index: 1;
    background: url("../images/index_solid.png") no-repeat;
}

.container .func .funcList div i .type_div_02 {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 2;
    background: url("../images/index_dash.png") no-repeat;
}

.container .func .funcList div .type_ico01 .type_div_03 {
    background: url("../images/sprite.png") 0 -43px;
}

.container .func .funcList .active .type_ico01 .type_div_03 {
    background: url("../images/sprite.png") 0 -93px;
}

.container .func .funcList div i .type_div_04 {
    -moz-position: absolute;
    position: absolute;
    width: 13px;
    height: 13px;
    right: 11px;
    top: 13px;
    z-index: 3;
    overflow: hidden;
    background: url("../images/index_rotate.png");
}

.container .func .funcList .active i .type_div_02 {
    animation: change .5s;
    animation-fill-mode: forwards;
    transition: all .5s;
}

.container .func .funcList .active .type_ico01 .type_div_03 {
    background: url("../images/sprite.png") 0 -93px;
}

.container .func .funcList .active .type_div_04 {
    transform-origin: -30px 35px;
    animation: rotate .5s;
    animation-fill-mode: forwards;
}

.container .func .funcList div i .type_div_03 {
    top: 23px;
    left: 23px;
    height: 50px;
    width: 50px;
    z-index: 5;
    transition: all .5s;
}

.container .func .funcList div .type_ico02 .type_div_03 {
    background: url("../images/sprite.png") -50px -43px;
}

.container .func .funcList .active .type_ico02 .type_div_03 {
    background: url("../images/sprite.png") -50px -93px;
}

.container .func .funcList .active .type_ico03 .type_div_03 {
    background: url("../images/sprite.png") -102px -93px;
}

.container .func .funcList div .type_ico03 .type_div_03 {
    background: url("../images/sprite.png") -102px -43px;
}

.container .func .funcList .active .type_ico04 .type_div_03 {
    background: url("../images/sprite.png") -152px -93px;
}

.container .func .funcList div .type_ico04 .type_div_03 {
    background: url("../images/sprite.png") -152px -43px;
}

.container .func .funcList .active .type_ico05 .type_div_03 {
    background: url("../images/sprite.png") -204px -93px;
}

.container .func .funcList div .type_ico05 .type_div_03 {
    background: url("../images/sprite.png") -204px -43px;
}

.container .func .funcList .active .type_ico06 .type_div_03 {
    background: url("../images/sprite.png") -256px -93px;
}

.container .func .funcList div .type_ico06 .type_div_03 {
    background: url("../images/sprite.png") -256px -43px;
}

.container .func .funcList .active .type_ico07 .type_div_03 {
    background: url("../images/sprite.png") -305px -93px;
}

.container .func .funcList div .type_ico07 .type_div_03 {
    background: url("../images/sprite.png") -305px -43px;
}

.container .func .funcList .active .type_ico08 .type_div_03 {
    background: url("../images/sprite.png") -357px -93px;
}

.container .func .funcList div .type_ico08 .type_div_03 {
    background: url("../images/sprite.png") -357px -43px;
}
