﻿@charset "utf-8";
/* CSS Document */
html, body {
    background: #f3f3f3!important;
}
#service {
    position: relative;
    z-index: 5;
    background: #f3f3f3;
    margin: 0 auto;
    padding: 100px 0;
}
#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: rgb(0,128,204) ;;
    content: '';
}
#service .pre-sale {
    margin: 0 auto;
}
#service .pre-sale>.container {
    margin: 0 auto;
    padding: 50px 0 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: 33.3333%;
    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 rgb(0,128,204) ;
    border-radius: 100%;
    color: rgb(0,128,204) ;;
    transition: all .35s;
}
#service .pre-sale>.container>.box>ul>li>.tit {
    padding: 40px 0;
    font-size: 1.8rem;
    font-weight: 700;
    color: rgb(0,128,204) ;;
}
#service .pre-sale>.container>.box>ul>li:hover .ico>i {
    color: rgba(255,255,255,1);
    background: rgb(0,128,204) ;
    border: 0;
}
#service .pre-sale>.container>.box>ul>li:hover {
    transform: translateY(-8px);
}
#service .pre-sale .profile.hr-w>.wrap{
background: #fff;
}
#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 .profile.hr .img {
    max-width: 1269px;
    margin: 0 auto;
    width: initial;
    /* padding-bottom: 100px; */
    text-align: center;
}
#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: 30px 0;
    text-align: left;
    font-size: 2rem;
    color: #666;
    text-align: center;
}
#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-top: 0px;
    font-weight: bold;
    color: rgb(0,128,204) ;
    font-size: 25px;
}
#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: rgb(0,128,204) ;
    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: rgb(0,128,204) ;
    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: rgb(0,128,204) ;;
}
#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 .china-map {
    width: 100%;
}
#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: rgb(0,128,204) ;
    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 .tit.xia:after {
    content: ' ';
}
#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: rgb(0,128,204) ;
}
#faq>.container>.box>.list>ul>li>a:hover:after {
    width: 100%;
}
#faq>.container>.box>.page {
    text-align: left;
}
#faq>.container>.search {
    width: 30%;
    background:  rgb(0,128,204) ; 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: rgb(0,128,204) ;
    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: rgb(0,128,204) ;;
    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: rgb(0,128,204) ;
    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: rgb(0,128,204) ;
}
#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: 230px;
    padding: 5px;
    background: #fff;
    border-radius: 15px;
    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: rgb(0,128,204) ;;
    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: #fff;
    margin-left: 10px;
}
}
#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) {
#network.ahonor{
    padding: 30px 0;
}
#network.ahonor .title{
    font-size: 2.8rem;
}
#catalog.ahonor{
    padding: 30px 0;
}
#catalog.ahonor .title{
    font-size: 2.8rem;
}
#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%;
}
}



/*产品分类*/
#catalog{
     padding: 100px 0;
}
#loaddiv{
    display: flex;
}
.catelist{
    padding-left: 0;
    width: 24%;
    float: left;
}
.datalist{
    padding-right: 0;
    width: 74%;
    float: right;
}
.catelist .nav_item{
  background:#fff;
border-bottom: 1px solid #f5f5f5;
}
.catelist .top_item{
    line-height: 60px;
    background: #fff;
    position: relative;
    height: 60px;
  transition:all .3s
}
.catelist .top_item a{
    font-size: 18px;
    display: inline-block;
    display: block;
    padding: 0 15px;
}

.catelist .nav_item .sub{
  padding:0;
 margin:0;
  list-style:none;
 display:none;
 background: #edf8ff;
}
.catelist .nav_item.active .sub{
  display:block
}
.catelist .top_item .more{
  width:60px;
  line-height:60px;
  position:absolute;
 top:0;
right:0;
text-align:center;
  font-size:30px;
  cursor:pointer
}
.catelist .top_item .more:after{
   content:"+";
   color:#777
  }
.catelist .nav_item.active .more:after{
 content:"-";
 color: #fff;
}
.catelist .top_item:hover,.catelist .nav_item.active .top_item{
  background:#0080cc;
}
.catelist .nav_item.active .top_item a{

  color:#ffff
}
.catelist .top_item:hover a,.catelist .top_item:hover .more:after{
  color:#fff
}
.catelist .sub li{
     line-height:50px;
 }
.catelist .sub li a{
  padding:0 25px;
 font-size:16px;
  display:block;
  transition:all .3s linear;
     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.catelist .sub li a:hover{
   color:#0080cc;
  border-bottom:1px solid #0080cc;
  text-indent:5px
}
.datalist #faq{
   padding: 0;
}
@media (max-width: 768px){
.catelist{
    /* display: none; */
    width: 100%;
}
.datalist{
    width: 100%;
}
}

/**/
.txt .details {
    /*display: none;*/
}
.txt .items {
    display: flex;
    flex-wrap: wrap;
}
.txt .item {
    border: 1px solid #dfe5ec;
    /* background: #fff; */
    text-align: center;
    padding: 40px 20px 30px;
    width: calc((100% - 100px)/3);
    margin-right: 50px;
    box-sizing: border-box;
}
.txt .item:nth-child(3n) {
    margin-right: 0;
}
.txt .item .tit {
    font-size: 2.8rem;
    font-weight: bold;
    color: #2e2d3c;
}
.txt .item .con {
    font-size: 1.6rem;
    font-family: 'Microsoft Jhenghei', 'Microsoft YaHei';
    color: #2e2d3c;
    line-height: 1.8;
    margin-top: 30px;
}
.txt .item .con p, .txt .item .con div {
    font-size: 1.6rem;
    font-family: 'Microsoft Jhenghei', 'Microsoft YaHei';
    color: #2e2d3c;
    line-height: 1.8;
    margin-bottom: 25px;
}
.txt .item .con a {
    text-decoration: underline;
    color: #2d68b2;
}
.txt .item .con a:hover {
    text-decoration: none;
}

@media (max-width:1679px) { /*1440*/
.txt .item {
    width: calc((100% - 45px)/2);
    margin-right: 45px;
    margin-bottom: 45px;
}
.txt .item .tit {
    font-size: 2.6rem;
}
.txt .item .con {
    font-size: 1.5rem;
}
.txt .item .con p, .txt .item .con div {
    font-size: 1.5rem;
}
}

@media (max-width:1439px) { /*1366*/
.txt .item {
    width: calc((100% - 40px)/2);
    margin-right: 40px;
    margin-bottom: 40px;
}
.txt .item .tit {
    font-size: 2.4rem;
}
.txt .item .con {
    font-size: 1.4rem;
}
.txt .item .con p, .txt .item .con div {
    font-size: 1.4rem;
}
}

@media (max-width:1279px) { /*mp*/
.txt .items {
    margin-top: 30px;
    display: block;
}
.txt .item {
    padding: 20px 20px 10px 20px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}
.txt .item .tit {
    font-size: 2rem;
}
.txt .item .con {
    font-size: 1.4rem;
    margin-top: 20px;
}
.txt .item .con p, .txt .item .con div {
    font-size: 1.4rem;
    margin-bottom: 20px;
}
}
@media (max-width:768px){
#network .map #container{
    width: 100%!important;
}
}


/**/
#job2 .tit{
    padding: 30px 0;
    font-weight: 700;
    font-size: 30px;
    color: #222;
    text-align: center;
}
.job {
    height: 50px;
    background: rgb(0,128,204) ;
    padding: 0 5%;
    border-bottom: 1px solid #fff;
}
.job span {
    color: #fff;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    display: block;
    float: left;
}
#job_left {
    float: left;
}
#job_right {
    float: right;
    text-align: right;
    width: 50px;
}
.joblist {
    display: block;
    width: 100%;
    overflow: hidden;
    background: #eeeeee
}
.joblist li {
    display: block;
    overflow: hidden;
}
.jobmain_up {
    padding: 0 5%;
    height: 50px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}
.jobmain_up span {
    float: left;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    transition: 0.35s;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.job span:nth-child(1) {
    width: 19%;
}
.job span:nth-child(2) {
    width: 15%;
}
.job span:nth-child(3) {
    width: 26%;
}
.job span:nth-child(4) {
    width: 32%;
}
.jobmain_up span:nth-child(1) {
    width: 19%;
}
.jobmain_up span:nth-child(2) {
    width: 15%;
}
.jobmain_up span:nth-child(3) {
    width: 26%;
}
.jobmain_up span:nth-child(4) {
    width: 32%;
}
.jobmain_up span:last-child {
    float: right;
    width: 45px;
    text-align: center;
}
.jobmain_up i {
    display: block;
    width: 11px;
    height: 11px;
    margin: 16px 0 0 24px;
    position: relative;
}
.jobmain_up span i:before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgb(0,128,204) ;
    position: absolute;
    left: 0;
    top: 5px;
    transition: 0.3s;
}
.jobmain_up span i:after {
    content: "";
    width: 1px;
    height: 100%;
    background: rgb(0,128,204) ;
    position: absolute;
    left: 5px;
    top: 0;
    transition: 0.3s;
}
.jobmain_down {
    display: none;
    padding: 5%;
    overflow: hidden;
    border-bottom: 1px solid #fff;
}
.jobmain_down dt {
    font-size: 18px;
    font-weight: bold;
    margin: 9px 0;
    line-height: 1em;
    margin-bottom: 15px;
}
.jobmain_down dd {
    margin: 9px 0;
    font-size: 16px;
    color: #777;
    line-height: 20px;
    text-align: justify;
    margin-bottom: 25px;
}
.jobmain_down dd span{
    margin-right: 15px;
}
.ljsq {
    display: block;
    width: 210px;
    height: 35px;
    line-height: 35px;
    background: #0080cc;
    color: #fff;
    font-size: 13px;
    margin: 0 auto;
    text-align: center;
}
.ljsq:hover {
    background: rgb(0,128,204) ;
    color: #fff;
}
.job_on {
    background-color: rgb(0,128,204) ;
    color: #fff;
}
.job_on span i:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 5px;
    transition: 0.3s;
    z-index: 1
}

.e_box {
    color: #5f777b;
    font-size: 28px;
}


































