﻿@charset "utf-8";
/* CSS Document */
html, body {
    background: #f3f3f3!important;
}
#service {
    position: relative;
    z-index: 5;
    background: #f3f3f3;
    margin: 0 auto;
    padding-top: 100px;
}
#service {
    margin: 0 auto;
    background: #f3f3f3;
}
#service .title {
    position: relative;
    width: 86%;
    max-width: 1300px;
    margin: 0 auto;
    font-size: 4.5rem;
    color: #333;
    text-align: center;
    font-weight: 400;
}
#service .title:after {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: -10px;
    margin-left: -30px;
    width: 60px;
    height: 3px;
    background: rgba(38,87,161,1);
    content: '';
}
#service .pre-sale {
    margin: 0 auto;
}
#service .pre-sale>.container {
    margin: 0 auto;
    padding: 50px 0;
}
#service .pre-sale>.container>.describe {
    width: 80%;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 2.8rem;
    text-align: center;
    color: #666;
}
#service .pre-sale>.container>.box {
    margin: 0 auto;
    padding: 80px 0;
}
#service .pre-sale>.container>.box>ul>li {
    display: inline-block;
    float: left;
    width: 20%;
    text-align: center;
    transition: all .35s;
}
#service .pre-sale>.container>.box>ul>li>.ico {
    text-align: center;
    margin: 0 auto;
}
#service .pre-sale>.container>.box>ul>li>.ico>i {
    padding: 20px;
    font-size: 6rem;
    font-weight: 100;
    border: 4px solid rgba(38,87,161,1);
    border-radius: 100%;
    color: rgba(38,87,161,1);
    transition: all .35s;
}
#service .pre-sale>.container>.box>ul>li>.tit {
    padding: 40px 0;
    font-size: 1.8rem;
    font-weight: 700;
    color: rgba(38,87,161,1);
}
#service .pre-sale>.container>.box>ul>li:hover .ico>i {
    color: rgba(255,255,255,1);
    background: rgba(38,87,161,1);
    border: 0;
}
#service .pre-sale>.container>.box>ul>li:hover {
    transform: translateY(-8px);
}
#service .after-sale {
    margin: 0 auto;
    background: #fff;
    padding: 100px 0;
}
#service .after-sale>.container {
    margin: 0 auto;
}
#service .after-sale>.container>.describe {
    width: 80%;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 2.8rem;
    padding-top: 50px;
    text-align: center;
    color: #666;
}
#service .after-sale>.container>.box {
    margin: 0 auto;
    padding-top: 80px;
}
#service .after-sale>.container>.box>ul {
    margin: 0 auto;
}
#service .after-sale>.container>.box>ul>li {
    display: block;
    float: left;
    width: 48%;
}
#service .after-sale>.container>.box>ul>li:nth-child(even) {
    float: right;
}
#service .after-sale>.container>.box>ul>li .img {
    text-align: center;
    position: relative;
    background: #000;
}
#service .after-sale>.container>.box>ul>li .img>img {
    width: 100%;
    height: auto;
    opacity: .5;
}
#service .after-sale>.container>.box>ul>li .img>span {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 50%;
    margin-top: -30px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 3.2rem;
    color: #fff;
}
#service .after-sale>.container>.box>ul>li .con {
    text-align: left;
    padding: 0 15px;
    height: 300px;
    border: 1px solid #ddd;
    overflow: auto;
}
#service .after-sale>.container>.box>ul>li .con>.txt {
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px 5px;
    text-align: left;
    font-size: 1.6rem;
    line-height:3rem;
    color: #666;
}
#service .after-sale>.container>.box>ul>li .con>.txt>p {
   
    font-size: 1.6rem;
    line-height: 3rem;
    color: #666;
}
#service .hotline {
    margin: 0 auto;
    background: url("../img/service_hotline_bg.jpg") no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-size: cover;
}
#service .hotline>.container {
    padding: 160px 0;
    margin: 0 auto;
}
#service .hotline>.container>.tit {
    font-size: 2rem;
    color: rgba(255,255,255,.7);
    text-align: center;
}
#service .hotline>.container>.tit>i {
    display: block;
    font-size: 4.8rem;
    color: rgba(146,191,46,1);
}
#service .hotline>.container>.box {
    margin: 0 auto;
    padding-top: 50px;
    text-align: center;
}
#service .hotline>.container>.box>ul>li {
    display: inline-block;
    padding: 0 20px;
    font-size: 2.8rem;
    color: #fff;
}
#service .hotline>.container>.box>ul>li>i {
    font-size: 3rem;
    margin-right: 10px;
}

@media only screen and (max-width: 1280px) {
#service .pre-sale>.container>.describe {
    width: 100%;
}
#service .after-sale>.container>.describe {
    width: 100%;
}
}

@media only screen and (max-width: 1080px) {
#service .title {
    font-size: 3.6rem;
}
#service .pre-sale>.container>.describe {
    font-size: 1.4rem;
    line-height: 2rem;
}
#service .pre-sale>.container>.box>ul>li>.ico>i {
    font-size: 5.2rem;
}
#service .pre-sale>.container>.box>ul>li>.tit {
    font-size: 1.7rem;
}
#service .after-sale>.container>.describe {
    font-size: 1.4rem;
    line-height: 2rem;
}
}

@media only screen and (max-width: 840px) {
#service .pre-sale>.container>.box>ul>li>.ico>i {
    font-size: 4.6rem;
}
#service .pre-sale>.container>.box>ul>li>.tit {
    font-size: 1.6rem;
}
#service .after-sale>.container>.box>ul>li {
    float: none;
    width: 100%;
    margin-bottom: 5%;
}
#service .after-sale>.container>.box>ul>li:nth-child(even) {
    float: none;
}
#service .after-sale>.container>.box>ul>li .con {
    height: auto
}
}

@media only screen and (max-width: 640px) {
#service {
    padding-top: 50px;
}
#service .after-sale {
    padding: 50px 0;
}
#service .title {
    font-size: 2.8rem;
}
#service .pre-sale>.container>.box>ul>li {
    display: inline-block;
    float: left;
    width: 27.33%;
    margin: 8px;
    text-align: center;
    transition: all .35s;
}
#service .after-sale>.container>.box>ul>li .con {
    padding: 0;
}
}


/* network*/
#network {
    position: relative;
    z-index: 5;
    background: #f3f3f3;
    margin: 0 auto;
    padding: 100px 0;
}
#network>.container {
    margin: 0 auto;
}
#network>.container>.box {
    padding: 30px 0;
    margin: 0 auto;
}
#network>.container>.box>.txt {
    text-align: left;
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding-bottom: 20px;
    color: #333;
}
#network>.container>.box>.tel {
    border-top: 1px solid #ddd;
    padding: 20px 0;
    text-align: left;
    font-size: 2rem;
    color: #666;
}
#network>.container>.box>.tel>i {
    display: inline-block;
    float: left;
    font-size: 3rem;
    margin-right: 10px;
}
#network>.container>.box>.tel>span {
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
    color: rgba(38,87,191,1);
}
#network .map {
    text-align: center;
    position: relative;
}
#network .china-map {
    position: relative;
    display: inline-block;
    margin: 0 auto;
}
#network .china-map .fixed-point {
    position: absolute;
    z-index: 90;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    transition: all .35s;
}
#network .china-map .fixed-point:after {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    font-family: iconfont;
    font-size: 2rem;
    color: rgba(38,87,161,1);
    content: '\f014a';
    transition: all .35s;
}
#network .china-map .fixed-point:before {
    display: none;
    position: absolute;
    z-index: 3;
    left: 20px;
    top: -2px;
    text-align: left;
    white-space: nowrap;
    font-size: 1.2rem;
    color: rgba(38,87,161,1);
    content: attr(data-tit);
}
#network .china-map .fixed-point:hover {
    transform: scale(1.3);
}
#network .china-map .fixed-point:hover:after, #network .china-map .fixed-point:hover:before {
    color: rgba(146,191,46,1);
}
#network .china-map>img {
    height: auto;
    max-width: 100%;
}
#network .nanhai {
    position: absolute;
    z-index: 1;
    right: 6%;
    bottom: 0;
    width: 200px;
}
#network .nanhai>img {
    max-width: 100%;
    height: auto;
}
#network>.container .list {
    display: none;
    margin: 0 auto;
    margin-top: 65px;
}
#network>.container .list>ul {
    margin: 0 auto;
}
#network>.container .list>ul>li {
    background: #fff;
    display: block;
    float: left;
    position: relative;
    width: 48%;
    height: 0;
    padding: 20px 30px;
    padding-bottom: 26%;
    box-sizing: border-box;
    transition: all .35s;
    margin-bottom: 3%;
    box-shadow: 5px 5px 25px rgba(0,0,0, .036);
}
#network>.container .list>ul>li:hover {
    background: rgba(38,87,191,1);
}
#network>.container .list>ul>li:nth-child(even) {
    float: right;
}
#network>.container .list>ul>li .tit {
    font-size: 1.8rem;
    color: #2e2d3c;
    font-weight: bold;
    transition: all .35s;
}
#network>.container .list>ul>li:hover .tit {
    color: #fff;
}
#network>.container .list>ul>li .txt {
    margin-top: 18px;
    border-top: 1px solid #eee;
    padding-top: 18px;
    font-size: 1.3rem;
    line-height: 1.8;
    transition: all .35s;
}
#network>.container .list>ul>li:hover .txt {
    color: #fff;
    border-top: 1px solid rgba(255,255,255, .12);
}

@media only screen and (max-width: 1460px) {
#network .nanhai {
    width: 160px;
    right: 4%;
}
}

@media only screen and (max-width: 1360px) {
#network .nanhai {
    width: 140px;
    right: 0;
}
}

@media only screen and (max-width: 1280px) {
#network .china-map {
    width: 90%;
}
#network .nanhai {
    width: 120px;
}
}

@media only screen and (max-width: 1080px) {
#network .china-map {
    width: 82%;
}
#network .china-map .fixed-point:after {
    font-size: 1.6rem;
}
#network .china-map .fixed-point:before {
    left: 0;
    font-size: 1rem;
}
#network .nanhai {
    width: 100px;
}
}

@media only screen and (max-width: 840px) {
#network>.container>.box>.txt {
    font-size: 1.4rem;
}
#network .nanhai {
    width: 80px;
    right: 0;
}
#network>.container .list {
    display: block;
}
}

@media only screen and (max-width: 780px) {
#network .nanhai {
    width: 60px;
}
#network>.container .list>ul>li {
    float: none;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}
#network>.container .list>ul>li:nth-child(even) {
    float: none;
}
}

@media only screen and (max-width: 640px) {
#network .nanhai {
    width: 40px;
}
#network .china-map .fixed-point {
    width: 14px;
    height: 14px;
    line-height: 14px;
}
#network .china-map .fixed-point:after {
    font-size: 1rem;
}
#network .china-map .fixed-point:before {
    display: none;
}
}


/* problem */

#faq {
    position: relative;
    z-index: 5;
    background: #f3f3f3;
    margin: 0 auto;
    padding: 100px 0;
}
#faq>.title {
    position: relative;
    margin: 0 auto;
    font-size: 4.5rem;
    color: #333;
    text-align: left;
    font-weight: 400;
}
#faq>.container>.box {
    width: 100%;
    box-sizing: border-box;
    padding-right: 5%;
}
#faq>.container>.box>.list>ul {
    margin: 0 auto;
}
#faq>.container>.box>.list>ul>li {
    position: relative;
    display: block;
    border-bottom: 1px solid #ddd;
}
#faq>.container>.box>.list>ul>li>a {
    position: relative;
    display: block;
    padding: 30px 0;
}
#faq>.container>.box>.list>ul>li>a:after {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background: rgba(38,87,161,1);
    content: '';
    transition: all .35s;
}
#faq>.container>.box>.list>ul>li .tit {
    position: relative;
    box-sizing: border-box;
    padding: 0 30px;
    text-align: left;
    font-size: 1.8rem;
    color: #444;
    transition: all .35s;
}
#faq>.container>.box>.list>ul>li .tit:after {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    content: 'Q';
}
#faq>.container>.box>.list>ul>li .txt {
    position: relative;
    box-sizing: border-box;
    margin-top: 10px;
    padding-left: 30px;
    text-align: left;
    font-size: 1.4rem;
    line-height: 2.8rem;
    color: #999;
    transition: all .35s;
}
#faq>.container>.box>.list>ul>li .txt:after {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    content: 'A';
}
#faq>.container>.box>.list>ul>li>a:hover .tit, #faq>.container>.box>.list>ul>li>a:hover .tit:after {
    color: rgba(38,87,161,1);
}
#faq>.container>.box>.list>ul>li>a:hover:after {
    width: 100%;
}
#faq>.container>.box>.page {
    text-align: left;
}
#faq>.container>.search {
    width: 30%;
    background: rgba(38,87,161,1) url("../img/faq_search_bg.jpg") no-repeat;
    background-position: right bottom;
    background-size: cover;
    box-sizing: border-box;
    padding: 60px;
}
#faq>.container>.search .tit {
    font-size: 2.6rem;
    color: #fff;
}
#faq>.container>.search>.form {
    width: 100%;
    text-align: left;
}
#faq>.container>.search>.form form {
    display: block;
    padding: 10px 0;
    box-sizing: border-box;
    width: 100%;
}
#faq>.container>.search>.form form input[type="text"] {
    outline: medium;
    height: 50px;
    line-height: 50px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    font-size: 1.6rem;
    background: none;
    color: rgba(255,255,255,1);
    box-sizing: border-box;
    overflow: hidden;
}
#faq>.container>.search>.form form input::-webkit-input-placeholder {
color:rgba(255,255,255,.5);
font-size: 1.4rem;
}
#faq>.container>.search>.form form button {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 42px;
    line-height: 42px;
    padding-left: 30px;
    margin-top: 40px;
    font-size: 1.6rem;
    border-radius: 50px;
    border: none;
    opacity: 1;
    background: #fff;
    color: rgba(38,87,161,1);
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
}
#faq>.container>.search>.form form button:after {
    position: absolute;
    z-index: 1;
    left: 45px;
    top: 0;
    width: 50px;
    height: 100%;
    color: rgba(38,87,161,1);
    font-family: 'iconfont';
    font-size: 1.6rem;
    content: '\e61e';
}
#faq>.container>.search>.form form button:hover {
    background: rgba(146,191,46,1);
    background-image: -webkit-linear-gradient(top, rgba(183,240,60,1), rgba(146,191,46,1));
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.2);
}
#faq>.container>.search>.form form button:hover:after {
    color: #fff;
}
#faq>.container>.search>.tel {
    text-align: left;
    padding-top: 20px;
}
#faq>.container>.search>.tel .txt {
    font-size: 4rem;
    color: #fff;
}
#faq>.view {
    margin: 0 auto;
}
#faq>.view .title {
    position: relative;
    box-sizing: border-box;
    padding: 10px 40px;
    text-align: left;
    font-size: 2.4rem;
    font-weight: 600;
    color: rgba(38,87,161,1);
    border-bottom: 1px solid #ccc;
    transition: all .35s;
}
#faq>.view .title:after {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    content: 'Q';
    background: rgba(38,87,161,1);
}
#faq>.view .text {
    position: relative;
    box-sizing: border-box;
    margin-top: 10px;
    padding-left: 40px;
    text-align: left;
    font-size: 1.4rem;
    line-height: 2.8rem;
    color: #666;
    transition: all .35s;
}
#faq>.view .text:after {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    content: 'A';
    background: rgba(168,168,168,1);
}

@media only screen and (max-width: 1520px) {
#faq>.container>.search>.tel .txt {
    font-size: 3.6rem;
}
}

@media only screen and (max-width: 1460px) {
#faq>.container>.search>.tel .txt {
    font-size: 3rem;
}
#faq>.container>.search>.form form button {
    width: 160px;
}
#faq>.container>.search>.form form button:after {
    left: 25px;
}
}

@media only screen and (max-width: 1280px) {
#faq>.container>.search {
    padding: 40px;
}
#faq>.title {
    font-size: 3.6rem;
}
#faq>.container>.search .tit {
    font-size: 2rem;
}
#faq>.container>.search>.tel .txt {
    font-size: 2.8rem;
}
}

@media only screen and (max-width: 1080px) {
#faq>.container>.search {
    float: none;
    width: 100%;
    margin-top: 20px;
}
#faq>.container>.search>.form {
    width: 60%;
    float: left;
}
#faq>.container>.search>.tel {
    width: 30%;
    float: right;
}
#faq>.container>.box {
    float: none;
    width: 100%;
    padding-right: 0;
}
}

@media only screen and (max-width: 840px) {
#faq>.title {
    font-size: 3.2rem;
}
#faq>.container>.search>.tel .txt {
    font-size: 2.4rem;
}
}

@media only screen and (max-width: 780px) {
#faq>.title {
    font-size: 3rem;
}
#faq>.container>.search>.tel .txt {
    font-size: 2.2rem;
}
}

@media only screen and (max-width: 640px) {
#faq>.title {
    font-size: 2.6rem;
}
#faq>.container>.search>.form {
    width: 100%;
    float: none;
}
#faq>.container>.search>.tel {
    width: 100%;
    float: none;
}
#faq>.container>.box>.page {
    text-align: center;
}
}


/* SMAPLE */

#price {
    position: relative;
    z-index: 5;
    background: url("../img/price_bg.jpg") no-repeat;
    background-size: cover;
    margin: 0 auto;
    padding: 100px 0;
}
#price .container {
    margin: 0 auto;
    padding: 80px 0;
    min-height: 700px;
    text-align: center;
}
#price .container .box {
    background: url('../img/price_qrcode_bg.png') no-repeat center;
    height: 700px;
    line-height: 700px;
    text-align: center;
    position: relative;
    margin: 0 auto;
}
#price .container .box>img {
    height: 300px;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 46px rgba(24, 92, 197, 0.26);
    position: relative;
    z-index: 2;
    top: -2px;
}
#price .container .box .round {
    position: absolute;
    width: 300px;
    height: 300px;
    line-height: 300px;
    left: 50%;
    top: 50%;
    margin-top: -150px;
    margin-left: -150px;
    animation: round 2s linear infinite;
    z-index: 3;
}
#price .container .box>span {
    position: absolute;
    z-index: 1;
    background: #2e7eef;
    opacity: .3;
    width: 300px;
    height: 300px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    animation: zoom 2s linear infinite;
}
#price .container .tips {
    width: 50%;
    background: rgba(146,191,46,.8);
    display: inline-block;
    margin: 20px auto;
    font-size: 1.4rem;
    padding: 25px 0;
    box-shadow: 5px 5px 25px rgba(0,0,0, .05);
    line-height: 1.3;
    text-align: left;
}
#price .container .tips>div {
    text-align: left;
    padding-left: 40px;
}
#price .container .tips>div>i {
    margin-right: 6px;
}
#price .container .tips .x {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding-right: 45px;
color:#fff；
}
#price .container .tips .web {
    padding-right: 45px;color:#fff；
}
#price .container .tips a {
    text-decoration: underline;
    color: rgba(38,87,161,1);
}
#price .container .tips a:hover {
    text-decoration: none;
}
 @keyframes round {
 0% {
transform: rotate(0deg);
}
 25% {
transform: rotate(-90deg);
}
 50% {
transform: rotate(-180deg);
}
 75% {
transform: rotate(-270deg);
}
 100% {
transform: rotate(-360deg);
}
}
@keyframes zoom {
 0% {
transform: scale(1);
opacity: .3;
}
 25% {
transform: scale(1.2);
opacity: .22;
}
 50% {
transform: scale(1.5);
opacity: .14;
}
 75% {
transform: scale(1.7);
opacity: .07;
}
 100% {
transform: scale(1.9);
opacity: 0;
}
}

@media (max-width:1280px) {
#price {
    padding: 0 15px 66px 15px;
}
#price .container {
    min-height: 300px;
}
#price .container .box {
    height: 300px;
    line-height: 300px;
    background: none;
}
#price .container .box>img {
    height: 250px;
    padding: 20px;
}
#price .container .box .round {
    display: none;
}
#price .container .box>span {
    display: none;
}
#price .container .tips {
    width: auto;
    font-size: 1.2rem;
    padding: 16px 0;
}
#price .container .tips>div>i {
    margin-right: 5px;
    line-height: 1.5;
    position: relative;
    top: 2px;
}
#price .container .tips .x {
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
}
}
@media (max-width:768px) {

#service .pre-sale>.container>.box {
    padding: 80px 0 0;
}
#service .after-sale>.container>.box {
    margin: 0 auto;
    padding-top: 20px;
    width: 100%;
}
#service .pre-sale>.container>.box {
    padding: 80px 0 0;
    width: 100%;
}
}





