@charset "utf-8";
/* LESS Document */
/*针对IE8--start*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block;
}

/*针对IE8--end*/
/*reset--start-------------------------------------------------------------------------------------------------------------*/
body {
    font: 14px/1.5 "Microsoft Yahei", Helvetica Neue, Helvetica, STHeiTi, sans-serif;
    color: #666666;
    background: #f8fafc;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    min-width: 1366px;
}

body,
blockquote,
button,
dd,
dl,
dt,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
lengend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    color: #333333;
    cursor: pointer;
}

button {
    border: 1px solid transparent;
    outline: none;
    background-color: transparent;
}

select {
    outline: none;
    background-color: transparent;
}

input[type=date] {
    background: transparent;
}

/*----------用来移除向下箭头----------*/
input[type=date]::-webkit-calendar-picker-indicator {
    display: none;
}

/*----------用来移除叉叉按钮----------*/
input[type=date]::-webkit-clear-button {
    display: none;
}

input[type=search]:focus {
    border: 2px solid #349cd4;
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

input[type=search]::-ms-clear {
    display: none;
}

input[type=text],
textarea {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
    font-size: 14px;
    font-weight: normal;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999999;
    font-size: 14px;
    font-weight: normal;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999999;
    font-size: 14px;
    font-weight: normal;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
    font-size: 14px;
    font-weight: normal;
}

* {
    box-sizing: border-box;
}

*::selection {
    color: #fff;
    background: #E97A28;
}

a:hover {
    text-decoration: none;
    color: #349cd4;
    font-weight: bold;
}

a,
div,
input {
    outline: none;
}

ol,
ul {
    list-style: none;
}

a,
div,
form,
h2,
label,
li,
p,
section,
td,
tr,
ul {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

img,
input,
select {
    border: 0 none;
}

input,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

/*reset--end------------------------------------------------------------------------------------------------------------------*/
/*---新项目---start------------------------------------------------------------------------------------------------------------*/
/*組件-start-------------------------------------------------------------------------------------*/
.banner-bar {
    height: 596px;
    padding-top: 40px;
}

.banner-bar .side-nav-wrap {
    height: 492px;
    width: 248px;
    float: left;
}

.banner-bar .banner-box-right {
    float: left;
    height: 492px;
    width: calc(100% - 248px);
}

.banner-box-l {
    height: 510px;
}

.button-l-plane {
    width: 240px;
    height: 80px;
    border-radius: 40px;
    text-align: center;
    line-height: 80px;
}

.button-s-plane {
    width: 170px;
    height: 60px;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
}

.button-s-line {
    width: 170px;
    height: 60px;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    font-size: 20px;
    color: #349cd4;
    border: 1px solid #349cd4;
}

.container {
    width: 1340px;
    margin-left: auto;
    margin-right: auto;
}

.fixed-tools {
    z-index: 9999;
    position: fixed;
    right: 0;
    top: 50%;
    box-shadow: 0 12px 24px 0 rgba(3, 16, 26, 0.1);
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fixed-tools a,
.fixed-tools .default {
    display: block;
    padding: 20px 18px;
    text-align: center;
    font-size: 14px;
    color: #858f97;
}

.fixed-tools .line {
    width: 50px;
    height: 2px;
    background: #efefef;
    margin: auto;
}

.fixed-tools i {
    font-size: 24px;
}

.fixed-tools .icon-youxiang {
    font-size: 22px;
}

.fixed-tools .active-qq,
.fixed-tools .active-back-to-top {
    background: #349cd4;
    color: #FFFFFF;
    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fixed-tools .active-qq i,
.fixed-tools .active-back-to-top i {
    font-weight: normal;
}

.fixed-tools .active-wechat {
    background: #31c831;
    color: #FFFFFF;
    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fixed-tools .active-wechat i {
    font-weight: normal;
}

.fixed-tools .active-phone {
    background: #12b7f5;
    color: #FFFFFF;
    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fixed-tools .active-phone i {
    font-weight: normal;
}

.fixed-tools .active-mail {
    background: #fa7268;
    color: #FFFFFF;
    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fixed-tools .active-mail i {
    font-weight: normal;
}

.fixed-tools .active-phone {
    -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fixed-tools .active-phone .phone-num {
    position: absolute;
    left: -157px;
    top: 0px;
    padding: 0 10px;
    background: #12b7f5;
    height: 91px;
    line-height: 97px;
    font-size: 22px;
}

.fixed-tools .qr-box {
    position: absolute;
    top: 60px;
    left: -180px;
    -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

footer {
    background: #313131;
    padding: 40px 0 36px 0;
}

footer a {
    color: #ffffff;
    font-size: 16px;
    padding: 0 16px;
}

footer .wechat-sub {
    position: absolute;
    top: 0px;
    right: 0px;
}

.grid-box .column-1 {
    padding-right: 40px;
}

.grid-box .column-2 {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 4px;
}

.grid-box .column-3 {
    padding-left: 40px;
    padding-top: 4px;
}

.grid-item-3 {
    vertical-align: top;
    width: 33%;
    display: inline-block;
}

.grid-item-3 .line-1 {
    width: 100%;
    height: 8px;
    margin-bottom: 20px;
    background: #349cd4;
}

.grid-item-3 .line-2 {
    width: 100%;
    height: 4px;
    background: #cccccc;
    margin-bottom: 20px;
}

.grid-item-3 .date {
    font-size: 14px;
    line-height: 14px;
    color: #333333;
}

.grid-item-3 a {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.grid-item-3 a:hover {
    color: #349cd4;
}

.grid-item-3 p {
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.grid-item-3 .img-box {
    width: 100%;
}

.grid-item-3 .img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.grid-item-3 .img-box-s {
    width: 40%;
    height: 100px;
    margin-right: 10px;
}

.grid-item-3 .img-box-s img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.grid-item-3 .text-box-left {
    width: calc(60% - 10px);
}

.grid-item-3 .company-date {
    float: right;
    font-size: 14px;
    color: #333333;
    font-weight: normal;
}

.grid-item-5 {
    width: 19%;
    display: inline-block;
    vertical-align: top;
}

header {
    height: 100px;
    background: #ffffff !important;
    border-bottom: 1px solid #efefef;
    position: relative;
    z-index: 999;
}

.main-logo {
    position: absolute;
    top: -20px;
    left: 0px;
    cursor: pointer;
}

.main-nav {
    margin-top: 10px;
}

.main-nav .nav-active::after {
    content: "";
    width: 34px;
    height: 4px;
    background: #349cd4;
    position: absolute;
    top: 56px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.nav-active {
    color: #349cd4;
    font-weight: bold;
}

.popup {
    position: absolute;
    right: 300px;
    top: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #FFFFFF;
    border-radius: 16px;
    border-top-right-radius: 4px;
    z-index: 999;
    border: 1px solid;
}

.popup div {
    cursor: pointer;
}

.popup div:hover {
    color: #349cd4;
}

.red-tip-num {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    background: #349cd4;
}

.title-1 {
    font-size: 40px;
    line-height: 60px;
    font-weight: bold;
    color: #293b49;
    text-align: center;
    padding-top: 70px;
}

.title-1-sub {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    color: #858f97;
    text-align: center;
    padding-bottom: 36px;
}

.title-2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 26px;
}

.title-2 a {
    font-size: 16px;
    float: right;
}

/*組件-end---------------------------------------------------------------------------------*/
.banner-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background-image: url(../img/banner/1.1.png);
    background-size: cover;
    transition: all .3s;
    opacity: 0.3;
    -webkit-filter: blur(100px);
    -moz-filter: blur(100px);
    -o-filter: blur(100px);
    -ms-filter: blur(100px);
    filter: blur(100px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='100');
}

.side-nav {
    position: absolute;
    width: 248px;
    height: 492px;
    padding-top: 12px;
    padding-bottom: 12px;
    background: #ffffff !important;
    top: 0px;
    left: 0px;
    z-index: 999;
    font-size: 16px;
    line-height: 16px;
    color: #293b49;
}

.side-nav .nav-icon {
    margin-left: 24px;
    margin-right: 8px;
    color: #858f97;
}

.side-nav .arrow {
    font-size: 12px;
    color: #858f97;
    float: right;
    margin-right: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.side-nav .nav-item {
    padding-top: 10px;
    padding-bottom: 9px;
    display: block;
}

.side-nav .nav-item.active {
    cursor: pointer;
    background: #349cd4;
    color: #FFFFFF;
}

.side-nav .nav-item.active * {
    color: #ffffff !important;
}

.side-nav .icon-jieji-bai,
.side-nav .icon-xuexi {
    font-size: 14px;
}

.side-nav .icon-lunwentijiao,
.side-nav .icon-keyan {
    font-size: 15px;
}

.side-nav .icon-tongzhishu,
.side-nav .icon-gongzuo {
    font-size: 16px;
}

.side-nav .icon-lvhangxiang,
.side-nav .icon-shafazuo {
    font-size: 17px;
}

.side-nav .icon-xuexi {
    margin-left: 25px;
}

.side-nav .icon-boshi {
    margin-left: 21px;
}

.side-nav .icon-gongzuo,
.side-nav .icon-keyan {
    margin-left: 26px;
}

.sub-nav {
    position: absolute;
    z-index: 99;
    left: 248px;
    top: 0px;
    width: 630px;
    height: 510px;
    padding: 20px 60px;
    background: #f8fafc;
    box-shadow: 0px 4px 8px 0px rgba(3, 16, 26, 0.1);
    -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.sub-nav .course-icon i {
    font-size: 26px;
    vertical-align: -4px;
}

.sub-nav .sub-nav-item a {
    border: 1px solid #cccccc;
    cursor: pointer;
    float: left;
    background: #ffffff !important;
    padding-left: 12px;
    padding-right: 12px;
    height: 40px;
    line-height: 40px;
    margin: 0 20px 30px 0;
    font-size: 16px;
    color: #333;
}

.sub-nav .sub-nav-item a svg {
    position: relative;
    bottom: -3px;
    margin-right: 8px;
    /*opacity: .5*/
}

.sub-nav .sub-nav-item a .us-flag {
    margin-right: -3px;
    bottom: -6px;
    left: -5px;
}

.sub-nav .sub-nav-item a .nz-flag {
    margin-right: -8px;
    bottom: -5px;
    left: -7px;
}

.sub-nav .sub-nav-item a .cn-flag {
    margin-right: -6px;
    bottom: -5px;
    left: -6px;
}

.sub-nav .sub-nav-item a i {
    margin-right: 6px;
    color: #349cd4;
    opacity: 1;
}

.sub-nav .sub-nav-item a .icon-xuexi,
.sub-nav .sub-nav-item a .icon-lunwentijiao {
    font-size: 16px;
}

.sub-nav .sub-nav-item a .icon-jiudian,
.sub-nav .sub-nav-item a .icon-ziyuan {
    opacity: .5;
}

.sub-nav .sub-nav-item a .icon-jiudian {
    color: #2b6d95;
    font-size: 14px;
}

.sub-nav .sub-nav-item a .icon-ziyuan {
    color: #fb4f7f;
}

.sub-nav .sub-nav-item a .icon-ITfuwu {
    color: #2a9dfc;
}

.sub-nav .sub-nav-item a .icon-shangdian {
    color: #df772b;
}

.sub-nav .sub-nav-item a .icon-kefu {
    color: #ec5e7d;
}

.sub-nav .sub-nav-item a .icon-yanglao {
    color: #8da0c8;
}

.sub-nav .sub-nav-item a .icon-lingdai {
    color: #13227a;
}

.sub-nav .sub-nav-item a:hover {
    box-shadow: 0 12px 24px 0 rgba(3, 16, 26, 0.1);
    color: #349cd4;
    font-weight: normal;
    border: 1px solid #349cd4;
}

.sub-nav .sub-nav-item a:hover i {
    opacity: 1;
}

.sub-nav .sub-nav-item a:hover svg {
    opacity: 1;
}

.sub-nav .sub-nav-item a:hover .icon-jiudian,
.sub-nav .sub-nav-item a:hover .icon-ziyuan,
.sub-nav .sub-nav-item a:hover .icon-ITfuwu,
.sub-nav .sub-nav-item a:hover .icon-shangdian,
.sub-nav .sub-nav-item a:hover .icon-kefu,
.sub-nav .sub-nav-item a:hover .icon-yanglao,
.sub-nav .sub-nav-item a:hover .icon-lingdai {
    opacity: 1;
}

#hot_serve .item {
    height: 260px;
    background: url(../img/hot_serve/bg.png);
    box-shadow: 0 12px 24px 0 rgba(3, 16, 26, 0.1);
    border-radius: 4px;
    padding: 45px 40px 30px;
    overflow: hidden;
}

#hot_serve h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #333333;
}

#hot_serve h5 {
    font-size: 16px;
    line-height: 16px;
    margin-top: 12px;
    color: #666666;
}

#hot_serve .button {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #349cd4;
    border-radius: 20px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 10px 30px 0px rgba(45, 135, 183, 0.5);
    margin-top: 84px;
    display: inline-block;
}

#hot_serve .button:hover {
    background-color: #46a2d4;
}

#hot_serve img {
    position: absolute;
    right: 8px;
    bottom: 16px;
}

.marketing {
    font-size: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.marketing .bi-red {
    background-image: linear-gradient(36deg, #e96c4f 0%, #e2401b 100%);
}

.marketing .bi-orange {
    background-image: linear-gradient(36deg, #e9974f 0%, #e2401b 100%);
}

.marketing .bi-purple {
    background-image: linear-gradient(135deg, #e94fd9 0%, #e2401b 100%);
}

.marketing .item-box {
    display: inline-block;
    width: 33.33333333%;
}

.marketing .item-box .item {
    display: inline-block;
    height: 60px;
    color: #FFFFFF;
    font-size: 0px;
    line-height: 60px;
    text-align: center;
    vertical-align: bottom;
    cursor: pointer;
}

.marketing .item-box .item span {
    font-size: 16px;
}

.marketing .item-box .item b {
    font-size: 20px;
}

.marketing .item-box .item .line {
    display: inline-block;
    width: 60px;
    height: 3px;
    border-radius: 2px;
    background-color: #FFFFFF;
    margin: 0 10px;
}

.marketing .item-box .item button {
    display: inline-block;
    width: 120px;
    height: 40px;
    color: #e55331;
    font-size: 16px;
    border-radius: 20px;
    background-color: #FFFFFF;
    margin-left: 12px;
    cursor: pointer;
}

.marketing .item-box .item button i.icon-huodong1 {
    font-size: 26px;
}

.marketing .item-box .item button b {
    font-size: 16px;
}

.marketing .item-box .item i.icon-nz {
    font-size: 26px;
    margin-right: 4px;
}

.marketing .item-box .item i.icon-xianshiqiang {
    font-size: 22px;
    margin-right: 6px;
}

.marketing .item-box .item .time {
    position: relative;
    display: inline-block;
}

.marketing .item-box .item .time i.icon-daojishi {
    font-size: 42px;
}

.marketing .item-box .item .time b {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #e55331;
    font-size: 22px;
}

.marketing .item-box .item * {
    vertical-align: middle;
}

.marketing .item-box:first-child .item {
    width: calc(100% - 2px);
}

.marketing .item-box:nth-child(2) .item {
    width: calc(100% - 6px);
    margin: 0 3px;
}

.marketing .item-box:last-child {
    float: right;
}

.marketing .item-box:last-child .item {
    width: calc(100% - 2px);
    float: right;
}

.advantage {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    line-height: 27px;
}

.advantage .short-line {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 4px;
    background: #858f97;
}

.advantage::before,
.advantage::after {
    content: "";
    width: 78px;
    height: 101px;
}

.advantage::before {
    background: url(../img/olive-left.png) no-repeat;
    position: absolute;
    top: 20px;
    left: 8px;
}

.advantage::after {
    background: url(../img/olive-right.png) no-repeat;
    position: absolute;
    top: 20px;
    right: 11px;
}

.middle-banner {
    background-color: #ffffff;
    padding-top: 50px;
    height: 230px;
}

.news-index .layui-tab {
    margin-bottom: 100px;
}

.news-index .layui-tab-title {
    border-bottom-style: none;
    margin-bottom: 30px;
}

.news-index .layui-tab-title li {
    vertical-align: bottom;
    font-size: 20px;
    font-weight: bold;
}

.news-index .layui-tab-title .layui-this:after {
    border-style: none;
}

.news-index .layui-this {
    font-size: 30px !important;
    font-weight: bold;
    color: #333333;
}

.news-index .title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-top: 10px;
    display: inline-block;
}

.news-index .title:hover {
    color: #349cd4;
}

.news-index p {
    font-size: 14px;
    color: #666666;
    line-height: 23px;
    margin-top: 12px;
}

.news-index .left {
    float: left;
    height: 469px;
    width: 547px;
    background-color: #FFFFFF;
    padding: 40px 60px;
    overflow: hidden;
    border-radius: 4px;
}

.news-index .left time {
    font-size: 30px;
    line-height: 30px;
    color: #333333;
}

.news-index .left .img-box {
    width: 427px;
    height: 216px;
    margin-top: 20px;
    overflow: hidden;
    display: inline-block;
}

.news-index .left p {
    border-left: 3px solid #349cd4;
    padding-left: 20px;
}

.news-index .right {
    float: right;
}

.news-index .right .more {
    position: absolute;
    right: 0;
    top: -50px;
    font-size: 16px;
    color: #333333;
}

.news-index .right .more:hover {
    color: #349cd4;
    font-weight: normal;
}

.news-index .right .item {
    padding: 34px 0;
    border-top: 1px solid #858f97;
}

.news-index .right .item time,
.news-index .right .item .mid,
.news-index .right .item .img {
    float: left;
}

.news-index .right .item time {
    display: inline-block;
    background-color: #349cd4;
    color: #FFFFFF;
    font-size: 12px;
    width: 40px;
    height: 18px;
    border-radius: 4px;
    text-align: center;
    line-height: 18px;
    margin-right: 20px;
    margin-top: 6px;
}

.news-index .right .item p {
    width: 452px;
    margin-right: 36px;
    margin-top: 9px;
}

.news-index .right .item .title-r {
    width: 452px;
    margin-top: 0;
}

.news-index .right .item .img {
    width: 150px;
    height: 88px;
}

.news-index .right .item:last-child {
    border-bottom: 1px solid #858f97;
}

.recollections-box {
    padding: 30px 30px 58px 30px;
    height: 234px
}

.recollections-box em {
    font-size: 14px;
    color: #666666;
}

.recollections-box::after {
    content: "";
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    left: 40px;
}

.personas-1::after {
    background: url(../img/user/1.jpg) no-repeat;
    background-size: cover;
}

.personas-2::after {
    background: url(../img/user/2.jpg) no-repeat;
    background-size: cover;
}

.personas-3::after {
    background: url(../img/user/3.jpg) no-repeat;
    background-size: cover;
}

.personas-4::after {
    background: url(../img/user/4.jpg) no-repeat;
    background-size: cover;
}

.personas-5::after {
    background: url(../img/user/5.jpg) no-repeat;
    background-size: cover;
}

.personas-6::after {
    background: url(../img/user/6.png) no-repeat;
    background-size: cover;
}

.recollections {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
    text-align: justify;
}

.icon-yinhao_zuo {
    color: #ececec;
    font-size: 40px !important;
    position: absolute;
    bottom: .3rem;
    right: 1rem
}

.serve-nav-bar {
    height: 60px;
}

.serve-nav-box {
    position: absolute;
    left: 0px;
    width: calc(100% - 84px);
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: #6c747a;
}

.serve-nav-box a {
    display: inline-block;
    margin-right: 40px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
}

.serve-nav-box .nav-active::after {
    content: "";
    width: 34px;
    height: 4px;
    background: #349cd4;
    position: absolute;
    top: 56px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.serve-nav-box .sernav_2 {
    left: -50%;
}

.controller {
    height: 60px;
    line-height: 60px;
}

.controller i:hover {
    color: #349cd4;
}

.serve-title {
    border: 1px solid #999;
    display: inline-block;
    padding: 10px;
    margin: 30px 30px 0 0;
    line-height: 23px;
    cursor: pointer;
}

.serve-title svg {
    position: relative;
    bottom: -3px;
    margin-right: 8px;
    opacity: 0.5;
}

.serve-title.active {
    color: #349cd4;
    font-weight: bold;
    border: 1px solid #349cd4;
}

.serve-title.active svg,
.serve-title.active img {
    opacity: 1;
}

.serve-title:hover {
    color: #349cd4;
    font-weight: bold;
    border: 1px solid #349cd4;
}

.serve-title:hover svg,
.serve-title:hover img {
    opacity: 1;
}

.serve-main-bar {
    box-shadow: 0 12px 24px 0 rgba(3, 16, 26, 0.1);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.serve-main-bar .vedio-box,
.serve-main-bar .img-box {
    width: 50%;
    height: 330px;
}

.serve-main-bar .text-box {
    height: 330px;
    padding-top: 40px !important;
    padding-bottom: 40px;
    padding-left: 64px;
    padding-right: 64px;
    width: 50% !important;
}

.serve-main-bar .button {
    width: 170px;
    height: 60px;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    background: #349cd4;
    position: absolute;
    bottom: 40px;
    right: 60px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    box-shadow: 0 10px 30px 0px rgba(45, 135, 183, 0.5);
}

.serve-main-bar .button i {
    font-weight: normal;
    margin-right: 10px;
}

.serve-main-bar b {
    font-size: 34px;
    line-height: 34px;
    font-weight: bold;
    position: absolute;
    bottom: 60px;
    color: #e53a40;
}

.interest-point {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    color: #666666;
    margin-right: 30px;
    margin-bottom: 20px;
}

.interest-point i {
    color: #349cd4;
    margin-right: 8px;
}

.serve-title .us-flag {
    width: 27px;
    height: 18px;
    vertical-align: -4px;
    margin-right: 8px;
    opacity: 0.5;
}

#serve_banner a {
    display: block;
}

#serve_banner .video-btn::after {
    content: "";
    width: 78px;
    height: 78px;
    background: url(../img/play.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner_app_bar {
    height: 876px;
}

.banner_app_bar .circle {
    position: absolute;
    top: -102px;
    left: -172px;
    width: 926px;
    height: 926px;
    border-radius: 50%;
    background-image: -webkit-linear-gradient(top right, #3091b1 0%, #aefde0 100%);
    background-image: -o-linear-gradient(top right, #3091b1 0%, #aefde0 100%);
    background-image: linear-gradient(to bottom left, #3091b1 0%, #aefde0 100%);
}

.banner_app_bar .phone1 {
    position: absolute;
    top: -720px;
    left: 0;
}

.banner_app_bg {
    height: 738px;
    overflow: hidden;
}

.banner_app_bg .text-box {
    margin-top: 200px;
    margin-left: 570px;
    min-width: 770px;
}

.banner_app_bg .title {
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    color: #349cd4;
    margin-bottom: 30px !important;
}

.banner_app_bg p {
    font-size: 24px;
    color: #666666;
    margin-bottom: 70px;
}

.banner_app_bg a {
    display: inline-block;
    font-size: 24px;
    color: #f1f6f8;
    margin-right: 40px;
}

.banner_app_bg a i {
    font-size: 38px;
    vertical-align: -3px;
    line-height: 63px;
}

.banner_app_bg img {
    vertical-align: -68px;
}

.banner_app_bg::after {
    content: "";
    width: 269px;
    height: 359px;
    background: url(../img/beach.png) no-repeat;
    position: absolute;
    right: 0px;
    bottom: -18px;
}

.app_section {
    height: 852px;
}

.app_section .left_box {
    height: 852px;
    width: 42.5%;
}

.app_section .right_box {
    height: 852px;
    width: 57.5%;
}

.app_section h2 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 30px;
    font-weight: 300;
    color: #333333;
    white-space: nowrap;
    margin-top: 260px;
}

.app_section p {
    font-size: 24px;
    color: #666666;
    text-align: left;
    white-space: nowrap;
}

.app_section .dec1 {
    position: absolute;
    top: 310px;
    left: 270px;
    width: 185px;
    height: 185px;
    background: url(../img/dec1.png) no-repeat center;
}

.app_section .dec2 {
    position: absolute;
    top: 400px;
    left: -70px;
    width: 375px;
    height: 369px;
    background: url(../img/dec2.png) no-repeat center;
}

.app_section .img1 {
    margin-top: 160px;
    opacity: 0;
}

.app_section1 {
    background: url(../img/app_phone2.png) no-repeat center bottom;
}

.app_section2 {
    background: url(../img/app_phone3.png) no-repeat center bottom;
}

.app_bottom {
    background: url(../img/app_bottom_bg.png) no-repeat center left;
    height: 260px;
    line-height: 260px;
}

.app_bottom b {
    font-size: 60px;
    font-weight: bold;
    color: #f5f8fa;
}

.app_bottom .right_box {
    float: right;
    height: 260px;
    line-height: 260px;
}

.app_bottom .right_box img {
    vertical-align: -71px;
    mix-blend-mode: screen;
}

.app_bottom a {
    font-size: 24px;
    margin-right: 40px;
}

.app_bottom a i {
    font-size: 38px;
    vertical-align: -3px;
    line-height: 63px;
}

.app_bottom a.c-green:hover {
    color: #84d699;
}

.banner_news_bar {
    padding-top: 40px;
    padding-bottom: 40px;
}

.banner_news_bar .banners_new {
    border-radius: 12px;
    height: 400px;
}

.banner_news_bar .banner {
    height: 400px;
}

.banner_news_bar .swiper-pagination-right {
    text-align: right;
    padding-right: 30px;
}

.banner_news_bar .mask {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 160px;
    background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 9;
    background-color: black\9 \0;
    opacity: .3 \9 \0;
    height: 100 px\9 \0;
}

.banner_news_bar h2 {
    position: absolute;
    bottom: 40px;
    left: 50px;
    font-size: 30px;
    color: #ffffff;
    z-index: 10;
}

.banner_news_bar i {
    position: absolute;
    left: 50px;
    width: 126px;
    height: 55px;
    background: #349cd4;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-style: normal;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 55px;
    color: #ffffff;
}

.news-nav-bar {
    height: 90px;
    line-height: 90px;
    font-size: 20px;
    color: #666666;
}

.news-nav-bar span {
    margin-right: 40px;
}

.news-nav-bar span:hover {
    color: #349cd4;
    font-weight: bold;
    cursor: pointer;
}

.news-nav-bar span.active {
    color: #349cd4;
    font-weight: bold;
}

.news-nav-bar .search input {
    background: #ebf6fc;
    width: 260px;
    height: 50px;
    padding-left: 20px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    color: #333333;
    font-size: 16px;
}

.news-nav-bar .search button {
    width: 88px;
    height: 50px;
    line-height: 50px;
    background: #349cd4;
    color: #FFFFFF;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    cursor: pointer;
}

.news-nav-bar .search button i {
    font-size: 28px;
}

.news-nav-bar .search button:hover {
    background-color: #40aae3;
}

.news-item {
    padding: 50px 0;
    border-bottom: 1px solid #e4e4e7;
}

.news-item .img-box {
    width: 290px;
    height: 178px;
    overflow: hidden;
    margin-right: 60px;
}

.news-item .text-box {
    width: calc(100% - 350px);
}

.news-item .tag {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    border-radius: 4px;
    background: #349cd4;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    margin-right: 8px;
    padding-left: 8px;
    padding-right: 8px;
}

.news-item h2 {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
    width: 80%;
}

.news-item h2 a {
    color: #333333;
}

.news-item h2 a:hover {
    color: #349cd4;
}

.news-item p {
    width: 80%;
    font-size: 15px;
    line-height: 25px;
    color: #666666;
}

.load_button {
    width: 170px;
    height: 60px;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    font-size: 20px;
    color: #349cd4;
    border: 1px solid #349cd4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.load_button:hover {
    background: #349cd4;
    color: #ffffff;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 4px;
    padding-left: 4px;
    color: #666666;
    content: ">";
}

.order-title {
    padding-bottom: 20px;
}

.order-title i.rectangle {
    display: inline-block;
    width: 4px;
    height: 16px;
    border-radius: 2px;
    background: #349cd4;
    vertical-align: -2px;
    margin-right: 4px;
}

.order-title b {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.order-title .coupon-sel {
    font-size: 16px;
    cursor: pointer;
}

.order-title .coupon-sel i {
    font-size: 14px;
    margin-left: 8px;
}

.order_form_box {
    padding-left: 12px;
    padding-top: 10px;
}

.order_form_box .input-box {
    padding-top: 10px;
    padding-bottom: 10px;
}

.order_form_box .input-box input,
.order_form_box .input-box select {
    height: 36px;
    width: 220px;
    line-height: 36px;
    padding-left: 14px;
}

.order_form_box .input-box-s {
    padding-top: 3px;
    padding-bottom: 3px;
}

.order_form_box .input-box-s:first-child {
    padding-top: 10px;
}

.order_form_box textarea {
    padding: 10px 14px;
    height: 72px;
    vertical-align: top;
    resize: none;
}

.order_form_box .input-l {
    width: 400px !important;
}

.order_form_box .read-input-l {
    display: inline-block;
    max-width: 400px;
    max-height: 72px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    padding-left: 0;
    overflow: auto;
}

.order_form_box .title {
    display: inline-block;
    width: 110px;
    font-size: 16px;
    color: #666666;
}

.order_form_box input:-moz-read-only {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    padding-left: 0;
}

.order_form_box input:read-only {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    padding-left: 0;
}

.order_form_box .readonly {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    padding-left: 0 !important;
}

.order_form_box .default {
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.order_form_box select {
    font-weight: bold;
}

.order_form_box .select input,
.order_form_box .select select {
    background: url("../img/select.png") no-repeat;
    background-position: 195px center;
    padding-right: 20px;
}

.order_form_box .right-box {
    margin-top: 20px;
    margin-left: 150px;
    padding-left: 50px;
    border-left: 1px solid #eeeeee;
}

.order_form_box .card {
    padding: 26px 24px;
    min-width: 268px;
    height: 176px;
    border-radius: 12px;
    color: #ffffff;
    background-image: url(../img/card_bg_1.png), linear-gradient(0deg, #6285a9 0%, #8094a9 100%);
    background-color: #6A87A7\9 \0;
}

.order_form_box .card h2 {
    font-size: 24px;
    margin-bottom: 30px;
}

.order_form_box .card h2 span {
    display: inline-block;
    width: 40px;
    height: 26px;
    border-radius: 4px;
    background: #ffffff !important;
    box-shadow: 0 12px 24px 0 rgba(3, 16, 26, 0.1);
    margin-left: 8px;
    text-align: center;
    line-height: 26px;
}

.order_form_box .card h2 i {
    color: #6b8bad;
    font-size: 16px;
    vertical-align: 2px;
}

.order_form_box .card h2 .icon-guojijipiao {
    font-size: 18px;
    vertical-align: 3px;
}

.order_form_box .card h2.two_point {
    margin-bottom: 50px;
}

.order_form_box .card .point-box {
    width: 200px;
}

.order_form_box .card .point-box .dian {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #ffffff !important;
    vertical-align: 2px;
}

.order_form_box .card p {
    font-size: 12px;
    opacity: .9;
    margin-bottom: 4px;
}

.order_form_box .card p i {
    font-size: 12px;
    margin-right: 8px;
}

.order_form_box .card .four_point {
    display: inline-block;
    width: 45%;
}

.order_form_box .card_vip {
    background-image: url(../img/card_bg_2.png), linear-gradient(0deg, #a7884b 0%, #c4a058 100%);
    background-color: #c6a35e\9 \0;
}

.order_form_box .card_vip h2 i {
    color: #c6a35e;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    font-style: normal;
}

.confirm_button {
    display: inline-block;
    width: 260px;
    height: 48px;
    border-radius: 8px;
    background: #349cd4;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
}

.confirm_button:hover {
    color: #ffffff;
}

.confirm_button1 {
    width: 260px;
}

.confirm_button1 a {
    display: inline-block;
    width: 260px;
    height: 48px;
    border-radius: 8px;
    background: #349cd4;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
}

.confirm_button1:hover {
    color: #ffffff;
}

.confirm_button1 p {
    text-align: center;
    font-size: 12px;
    color: #FF3333;
    position: relative;
    padding: 25px 0px;
}

.order-page-title {
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #ecf3f9;
    color: #333333;
    font-weight: bold;
    font-size: 18px;
    border: 1px solid #d9e2ea;
}

.coupon {
    cursor: pointer;
    width: 282px;
    float: left;
    margin: 10px 30px;
}

.coupon .top {
    border: 2px solid;
    border-radius: 8px;
    color: #ffffff;
    padding: 10px 24px;
}

.coupon .top span {
    font-size: 24px;
}

.coupon .top b {
    font-size: 48px;
    font-weight: bold;
}

.coupon .bottom {
    border-radius: 8px;
    padding: 10px 24px;
    border: 1px solid #dcdcdc;
    font-size: 12px;
}

.coupon .bottom::before {
    content: "";
    width: 110%;
    height: 10px;
    background: url(../img/bg_cuopon.png) repeat-x;
    position: absolute;
    top: -5px;
    left: -5px;
}

.coupon .bg-blue {
    background-color: #86c2fe;
}

.coupon .active {
    border: 2px solid #349cd4;
}

.coupon .active::before {
    content: "";
    width: 32px;
    height: 31px;
    background: url(../img/check.png) no-repeat;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.coupon .bg-yellow {
    background-color: #ffc12b;
}

.pay {
    cursor: pointer;
    margin: 30px 40px;
    float: left;
    width: 176px;
    height: 70px;
    line-height: 70px;
    font-size: 26px;
    color: #333333;
    border: 1px solid #dcdcdc;
    text-align: center;
}

.pay i {
    font-size: 34px;
    margin-right: 4px;
    vertical-align: -3px;
}

.pay .alipay {
    color: #07a0f8;
}

.pay .wechat {
    color: #2ba23c;
}

.pay .zz {
    color: #ffb166;
}

.pay .unipay {
    width: 40px;
    vertical-align: -11px;
}

.pay.active {
    border: 2px solid #349cd4;
}

.pay.active::before {
    content: "";
    width: 32px;
    height: 31px;
    background: url(../img/check.png) no-repeat;
    position: absolute;
    bottom: -1px;
    right: -1px;
}

.zz-box ,.zfb-box{
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 16px;
}

.zz-box  .wrap,.zfb-box .wrap {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.zz-box .title,.zfb-box .title {
    background-color: #ecf3f9;
    border: 1px solid #d9e2ea;
    height: 48px;
    line-height: 48px;
    padding-left: 90px;
    padding-right: 90px;
}

.zz-box .text ,.zfb-box .text {
    padding: 20px 50px;
    border: 1px solid #d9e2ea;
    border-top: none;
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    color: #333333;
    text-align: left;
}

.price-box {
    padding-top: 40px;
    float: right;
    text-align: right;
    font-size: 16px;
    line-height: 30px;
}

.price-box .left {
    display: inline-block;
    width: 160px;
}

.price-box .right {
    display: inline-block;
    width: 240px;
}

.price-box .price {
    background-color: #ecf3f9;
    height: 48px;
    line-height: 48px;
    margin-top: 14px;
}

.price-box .price .left {
    vertical-align: 6px;
}
/*新增*/
.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-control:focus {
    border-color: #3c8dbc;
    box-shadow: none;
}
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #bbb;
    opacity: 1;
}
.form-control .btn {
    border-radius: 0;
}
select.form-control {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
}
.form-group.has-success label {
    color: #18bc9c;
}
.form-group.has-success .form-control,
.form-group.has-success .input-group-addon {
    border-color: #18bc9c;
    box-shadow: none;
}
.form-group.has-success .help-block {
    color: #18bc9c;
}
.form-group.has-warning label {
    color: #f39c12;
}
.form-group.has-warning .form-control,
.form-group.has-warning .input-group-addon {
    border-color: #f39c12;
    box-shadow: none;
}
.form-group.has-warning .help-block {
    color: #f39c12;
}
.form-group.has-error label {
    color: #e74c3c;
}
.form-group.has-error .form-control,
.form-group.has-error .input-group-addon {
    border-color: #e74c3c;
    box-shadow: none;
}
.form-group.has-error .help-block {
    color: #e74c3c;
}
/*新增结束*/

/*---新项目---end---------------------------------------------------------------------------------------------------------------------------------------------------*/
/*複用样式--start---------------------------------------------------------------------------------------------------------------------------------------------------*/
/*表單--start-----------------------------------------------------------------------------*/
/*checkbox--start*/
.checkbox-box {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.checkbox {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 6px;
}

.checkbox input {
    position: absolute;
    left: -9999px;
}

.checkbox i {
    display: block;
    position: absolute;
    top: 5px;
    left: 0px;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background-color: #dddddd;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.checkbox span {
    margin-left: 20px;
}

.checkbox input:checked + i {
    background-color: #349cd4;
}

.checkbox input + i:after {
    content: "\e61e";
    font-family: iconfont;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: opacity .1s;
    -o-transition: opacity .1s;
    transition: opacity .1s;
}

.checkbox input:checked + i:after {
    opacity: 1;
}

/*checkbox--end*/
/*radio--start*/
.radio-box {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.radio {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 6px;
}

.radio input {
    position: absolute;
    left: -9999px;
}

.radio i {
    display: block;
    position: absolute;
    top: 4px;
    left: 0px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #dddddd;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.radio span {
    margin-left: 20px;
}

.radio input + i:after {
    position: absolute;
    content: '';
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #349cd4;
    opacity: 0;
    -webkit-transition: opacity .1s;
    -o-transition: opacity .1s;
    transition: opacity .1s;
}

.radio input:checked + i:after {
    opacity: 1;
}

/*radio--end*/
/*表單--end---------------------------------------------------------------------------*/
.b-0 {
    border: 1px solid #349cd4;
}

.b-1 {
    border: 1px solid;
}

.b-64 {
    border: 1px solid #646464;
}

.b-b-1 {
    border-bottom: 1px solid #e4e4e7;
}

.b-t-1 {
    border-top: 1px solid #e4e4e7;
}

.b-b-c {
    border-bottom: 1px solid #cccccc;
}

.b-scroll {
    overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.be-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.be-h-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.be-v-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.bg0 {
    background: #349cd4;
}

.bg-blue-light {
    background: #eff1f7;
}

.bg-green {
    background: #4cc76c;
}

.bg-white {
    background: #ffffff !important;
}

.bg-orange {
    background: #f9665c;
}

.bg-red {
    background: #ed2d3c;
}

.bg-facebook {
    background: #3b579d;
}

.b-shadow {
    box-shadow: 0 12px 24px 0 rgba(3, 16, 26, 0.1);
}

.b-shadow-blue {
    box-shadow: 0 10px 30px 0px rgba(45, 135, 183, 0.5);
}

.b-shadow-green {
    box-shadow: 0 10px 50px 0px rgba(76, 199, 108, 0.5);
}

.br-1 {
    border-radius: 4px;
}

.br-2 {
    border-radius: 8px;
}

.br-3 {
    border-radius: 12px;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.c0 {
    color: #349cd4;
}

.c-3 {
    color: #333333;
}

.c-4 {
    color: #444444;
}

.c-6 {
    color: #666666;
}

.c-8 {
    color: #888888;
}

.c-9 {
    color: #999999;
}

.c-ef {
    color: #efefef;
}

.c-brown {
    color: #573f0f;
}

.c-blue {
    color: #39a2e4;
}

.c-blue-light {
    color: #94cefd;
}

.c-blue-dark {
    color: #13227a;
}

.c-golden {
    color: #d4a75c;
}

.c-green {
    color: #84d699;
}

.c-gray {
    color: #666666;
}

.c-orange {
    color: #ff6f58 !important;
}

.c-peach {
    color: #EE5E7B !important;
}

.c-red {
    color: #e53a40;
}

.c-white {
    color: #ffffff;
}

.c-yellow {
    color: #f7d62e;
}

.c-p {
    cursor: pointer;
}

.dis-b {
    display: block;
}

.dis-i {
    display: inline-block;
}

.f0 {
    font-size: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fw-600 {
    font-weight: 600;
}

.gradient-blue {
    background: -webkit-linear-gradient(to right, #4c90ed, #51acee);
    background: linear-gradient(to right, #4c90ed, #51acee);
}

.gradient-green {
    background: -webkit-linear-gradient(135deg, #f0e3ab, #1fc6b2);
    background: linear-gradient(135deg, #f0e3ab, #1fc6b2);
}

.gradient-golden {
    background: -webkit-linear-gradient(to right, #f0e3ab, #cbba6d);
    background: linear-gradient(to right, #f0e3ab, #cbba6d);
}

.gradient-orange {
    background: -webkit-linear-gradient(135deg, #f98244, #f84a72);
    background: linear-gradient(135deg, #f98244, #f84a72);
}

.gradient-red-light {
    background: linear-gradient(to top, #ffa2ad, #ffdbe0);
}

.height100 {
    height: 100% !important;
}

.hide {
    display: none !important;
}

.icon-lg {
    font-size: 130%;
}

.icon-1x {
    font-size: 150%;
}

.icon-2x {
    font-size: 200%;
}

.icon-3x {
    font-size: 300%;
}

.icon-4x {
    font-size: 400%;
}

.img-gray {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.img-fit-cover {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.img-fit-contain {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

input:focus {
    border-color: #349cd4;
}

.line {
    width: 100%;
    height: 1px;
    background: #efefef;
}

.line-through {
    text-decoration: line-through;
}

.mt-12 {
    margin-top: 12px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-120 {
    margin-top: 120px !important;
}

.mt-150 {
    margin-top: 150px !important;
}

.mt-200 {
    margin-top: 200px !important;
}

.mt-300 {
    margin-top: 300px !important;
}

.mr-16 {
    margin-right: 16px !important;
}

.mr-300 {
    margin-right: 300px !important;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-12 {
    margin-bottom: 12px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mr-8 {
    margin-right: 8px !important;
}

.mr-12 {
    margin-right: 12px !important;
}

.mr-24 {
    margin-right: 24px !important;
}

.ml-8 {
    margin-left: 8px !important;
}

.ml-16 {
    margin-left: 16px !important;
}

.ml-32 {
    margin-left: 32px !important;
}

.ml-50 {
    margin-left: 50px;
}

.ml-90 {
    margin-left: 90px !important;
}

.ml-120 {
    margin-left: 120px !important;
}

.ml-200 {
    margin-left: 200px !important;
}

.ml-400 {
    margin-left: 400px;
}

.mlr-auto {
    margin-left: auto;
    margin-right: auto;
}

.no-p-bottom {
    padding-bottom: 0 !important;
}

.no-m-bottom {
    margin-bottom: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.of-h-r {
    overflow: hidden;
    position: relative;
}

.opacity0 {
    opacity: 0;
}

.opacity40 {
    opacity: 0.4;
}

.opacity80 {
    opacity: 0.8;
}

.pb-6 {
    padding-bottom: 6px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pd-10 {
    padding: 10px;
}

.pd-20 {
    padding: 20px;
}

.pd-30 {
    padding: 30px !important;
}

.pd-50 {
    padding: 50px;
}

.pd-100 {
    padding: 100px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-12 {
    padding-left: 12px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-16 {
    padding-left: 16px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-24 {
    padding-left: 24px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-64 {
    padding-left: 64px;
}

.pl-90 {
    padding-left: 90px !important;
}

.pr-8 {
    padding-right: 8px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-64 {
    padding-right: 64px;
}

.plr-6 {
    padding-left: 6px;
    padding-right: 6px;
}

.plr-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.plr-12 {
    padding-left: 12px;
    padding-right: 12px;
}

.plr-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.plr-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.pt-6 {
    padding-top: 6px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.ptb-6 {
    padding-top: 6px;
    padding-bottom: 6px;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px !important;
}

.right-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.spacing {
    height: 20px;
    background: #F4F4F4;
}

.t0 {
    font-size: 40px;
}

.t1 {
    font-size: 30px;
}

.t2 {
    font-size: 20px;
}

.t3 {
    font-size: 16px;
}

.t4 {
    font-size: 14px;
}

.t5 {
    font-size: 12px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right;
}

.text-oneline {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-twoline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@-moz-document url-prefix() {
    .text-twoline {
        position: relative;
        line-height: 24px;
        max-height: 48px;
        overflow: hidden;
    }
    .text-twoline::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        padding-left: 40px;
        background: -webkit-linear-gradient(left, transparent, #ffffff 55%);
        background: -o-linear-gradient(right, transparent, #ffffff 55%);
        background: -moz-linear-gradient(right, transparent, #ffffff 55%);
        background: linear-gradient(to right, transparent, #ffffff 55%);
    }
    a.text-twoline {
        position: relative;
        line-height: 30px;
        max-height: 60px;
        overflow: hidden;
    }
}

@media screen and (min-width: 0\0
) {
    .text-twoline {
        position: relative;
        line-height: 24px;
        max-height: 48px;
        overflow: hidden;
    }

    .text-twoline::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        padding-left: 40px;
        background: -webkit-linear-gradient(left, transparent, #ffffff 55%);
        background: -o-linear-gradient(right, transparent, #ffffff 55%);
        background: -moz-linear-gradient(right, transparent, #ffffff 55%);
        background: linear-gradient(to right, transparent, #ffffff 55%);
    }

    a.text-twoline {
        display: block;
        position: relative;
        line-height: 30px;
        max-height: 60px;
        overflow: hidden;
    }

    #banner_color {
        display: none;
    }
}

.text-shdow-green {
    text-shadow: 0.1rem 0.1rem 1rem rgba(66, 202, 176, 0.5);
}

.text-shdow-orange {
    text-shadow: 0.1rem 0.1rem 1rem rgba(249, 102, 92, 0.5);
}

.trans {
    transition: all ease-in-out 0.2s;
}

.triangle {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #999999;
}

.va-t {
    vertical-align: top;
}

.va-m {
    vertical-align: middle;
}

.vh100 {
    height: 100vh;
}

.width100 {
    width: 100%;
}

.width80 {
    width: 80% !important;
}

.width60 {
    width: 60% !important;
}

.width50 {
    width: 50% !important;
}

.width45 {
    width: 45%;
}

.width40 {
    width: 40%;
}

.width30 {
    width: 30%;
}

.width25 {
    width: 25%;
}

.z-9 {
    z-index: 9;
}

/*动画--start----------------------------------------------------------------------------------------------*/
/*从左侧渐隐式弹出*/
.fade-in-left {
    -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

/*从右侧渐隐式弹出*/
.fade-in-right {
    -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

/*水平变长*/
.scale-up-hor-center {
    -webkit-animation: scale-up-hor-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: scale-up-hor-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes scale-up-hor-center {
    0% {
        -webkit-transform: scaleX(0.4);
        transform: scaleX(0.4);
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes scale-up-hor-center {
    0% {
        -webkit-transform: scaleX(0.4);
        transform: scaleX(0.4);
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

/*中心變大*/
.scale-up-center {
    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*旋轉180度*/
.rotate-180-cw {
    -webkit-animation: rotate-180-cw 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: rotate-180-cw 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes rotate-180-cw {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes rotate-180-cw {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

/*向下彈出*/
.slide-in-top {
    -webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

/*动画-end---------------------------------------------------------------------------------*/
/*複用样式--end---------------------------------------------------------------------------------------------------------------------------------------------*/
/*媒体查询--start---------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1366px) {
    body {
        min-width: 1024px;
    }

    .container {
        width: 1024px;
        margin-left: auto;
        margin-right: auto;
    }

    .ml-50 {
        margin-left: 40px;
    }

    .ml-400 {
        margin-left: 280px;
    }

    .button-l-plane {
        width: 166px;
        height: 64px;
        border-radius: 40px;
        text-align: center;
        line-height: 64px;
    }

    .advantage::before,
    .advantage::after {
        content: "";
        width: 62.4px;
        height: 80.8px;
    }

    .advantage::before {
        background: url(../img/olive-left.png) no-repeat;
        background-size: cover;
        position: absolute;
        top: 20px;
        left: 0px;
    }

    .advantage::after {
        background: url(../img/olive-right.png) no-repeat;
        background-size: cover;
        position: absolute;
        top: 20px;
        right: 0px;
    }

    .fixed-tools a,
    .fixed-tools .default {
        padding: 20px 8px;
    }

    .banner_app_bar {
        height: 700px;
    }

    .banner_app_bar .circle {
        position: absolute;
        top: -20px;
        left: -178px;
        width: 570px;
        height: 570px;
        border-radius: 50%;
        background-image: -webkit-linear-gradient(top right, #3091b1 0%, #aefde0 100%);
        background-image: -o-linear-gradient(top right, #3091b1 0%, #aefde0 100%);
        background-image: linear-gradient(to bottom left, #3091b1 0%, #aefde0 100%);
    }

    .banner_app_bar .phone1 {
        position: absolute;
        top: -576px;
        left: 0;
        width: 395px;
    }

    .banner_app_bg {
        height: 590.4px;
        overflow: hidden;
    }

    .banner_app_bg .text-box {
        margin-top: 160px;
        margin-left: 406px;
        width: 550px;
        min-width: 550px;
    }

    .banner_app_bg .title {
        font-size: 40px;
        line-height: 40px;
        font-weight: bold;
        color: #349cd4;
        margin-bottom: 20px !important;
    }

    .banner_app_bg p {
        font-size: 20px;
        color: #666666;
        margin-bottom: 56px;
    }

    .banner_app_bg a {
        display: inline-block;
        font-size: 20px;
        color: #f1f6f8;
        margin-right: 32px;
    }

    .banner_app_bg a i {
        font-size: 38px;
        vertical-align: -5px;
        line-height: 41px;
    }

    .banner_app_bg img {
        vertical-align: -68px;
    }

    .banner_app_bg::after {
        content: "";
        width: 269px;
        height: 359px;
        background: url(../img/beach.png) no-repeat;
        position: absolute;
        right: 0px;
        bottom: -18px;
    }

    .app_section {
        height: 610px;
    }

    .app_section h2 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 20px;
        margin-top: 160px;
    }

    .app_section p {
        font-size: 20px;
    }

    .app_section .img1 {
        width: 90%;
        margin-top: 110px;
    }

    .app_section .dec1 {
        position: absolute;
        top: 200px;
    }

    .app_section .left_box {
        height: 610px;
    }

    .app_section .right_box {
        height: 610px;
    }

    .app_section1,
    .app_section2 {
        background-size: 1374px;
    }

    .app_section3 img {
        width: 380px;
    }

    .app_bottom {
        height: 200px;
        line-height: 200px;
    }

    .app_bottom b {
        font-size: 40px;
        font-weight: bold;
        color: #f5f8fa;
    }

    .app_bottom .right_box {
        height: 200px;
        line-height: 200px;
    }

    .app_bottom a {
        font-size: 20px;
        margin-right: 32px;
    }

    .app_bottom a i {
        font-size: 38px;
        vertical-align: -5px;
        line-height: 41px;
    }

    .news-nav-bar {
        font-size: 16px;
    }

    .news-nav-bar span {
        margin-right: 30px;
    }

    .news-nav-bar .search input {
        width: 240px;
        font-size: 14px;
    }

    .news-nav-bar .search button {
        width: 80px;
    }

    .news-nav-bar .search button i {
        font-size: 20px;
        vertical-align: -2px;
    }

    .order_form_box .right-box {
        margin-top: 20px;
        margin-left: 10px;
        padding-left: 30px;
        border-left: 1px solid #eeeeee;
    }

    #hot_serve h2 {
        font-size: 20px;
    }

    #hot_serve img {
        width: 40%;
        right: -22px;
        bottom: 36px;
    }

    .news-index .left {
        width: 390px;
        padding: 40px 40px;
    }

    .news-index .left .img-box {
        width: 310px;
    }

    .news-index .right .item p,
    .news-index .right .item .title-r {
        width: 324px;
    }

    .marketing .item-box .item button {
        width: 106px;
        height: 40px;
        color: #e55331;
        font-size: 14px;
        margin-left: 8px;
    }

    .marketing .item-box .item .time i.icon-daojishi {
        font-size: 35px;
    }

    .marketing .item-box .item i.icon-nz {
        font-size: 20px;
    }
}

/*媒体查询--end---------------------------------------------------------------------------------------------------------------------------------------------*/
/*兼容处理*/
.hasbg {
    background-position: bottom center !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
}

.british-flag {
    display: inline-block;
    width: 27px;
    height: 18px;
    background-image: url(../img/icon/uk.svg);
    background-size: cover;
    opacity: 1 !important;
    vertical-align: -3px
}

.australian-flag {
    display: inline-block;
    width: 27px;
    height: 18px;
    background-image: url(../img/icon/aus.svg);
    background-size: cover;
    opacity: 1 !important;
    vertical-align: -3px
}

.canadian-flag {
    display: inline-block;
    width: 27px;
    height: 18px;
    background-image: url(../img/icon/can.svg);
    background-size: cover;
    opacity: 1 !important;
    vertical-align: -3px
}

.american-flag {
    display: inline-block;
    width: 24px;
    height: 22px;
    background-image: url(../img/icon/us.svg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1 !important;
    vertical-align: -3px
}

.newzealand-flag {
    display: inline-block;
    width: 29px;
    height: 24px;
    background-image: url(../img/icon/nz.svg);
    background-size: cover;
    opacity: 1 !important;
    vertical-align: -3px
}

.european-flag {
    display: inline-block;
    width: 27px;
    height: 18px;
    background-image: url(../img/icon/eu.svg);
    background-size: cover;
    opacity: 1 !important;
    vertical-align: -3px
}

.china-flag {
    display: inline-block;
    width: 25px;
    height: 22px;
    background-image: url(../img/icon/cn.svg);
    background-size: cover;
    opacity: 1 !important;
    vertical-align: -3px
}

/*头部登录状态*/
.head-portrait {
    display: block;
    position: absolute;
    left: -7px;
    top: 0px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
}

.layui-nav.top-sub-nav {
    position: relative;
    padding: inherit;
    background-color: #ffffff;
    color: #666666;
    border-radius: 0;
    font-size: 14px;
}

.layui-nav.top-sub-nav .layui-nav-item {
    line-height: inherit;
}

.layui-nav.top-sub-nav .layui-nav-item a {
    color: #666666;
    padding: 0 20px;
}

.layui-nav.top-sub-nav .layui-nav-item a .layui-nav-more {
    border-color: #999999 transparent transparent;
}

.layui-nav.top-sub-nav .layui-nav-item a .layui-nav-mored {
    border-color: transparent transparent #999999;
}

.layui-nav.top-sub-nav .layui-nav-item a:hover {
    color: #349cd4;
    font-weight: normal;
}

.layui-nav.top-sub-nav .layui-nav-item a:hover .layui-nav-more {
    border-color: #349cd4 transparent transparent;
}

.layui-nav.top-sub-nav .layui-nav-item a:hover .layui-nav-mored {
    border-color: transparent transparent #349cd4;
}

.layui-nav.top-sub-nav .layui-nav-bar {
    display: none;
}

.layui-nav.top-sub-nav .layui-nav-child {
    top: 28px;
}

/* 订单进度样式*/
.xq-ul {
    position: relative;
    display: table;
    margin: 0 auto;
    width: 100%;
    padding: 25px 0px;
}

.xq-ul li {
    display: inline-block;
    position: relative;
    font-size: 12px;
    padding-top: 35px;
    width: 20%;
}

.xq-ul li span {
    display: inline-block;
    width: 60px;
}

.xq-ul li.sussce {
    color: #51a7fe;
}

.xq-ul li.sussce:before {
    display: block;
    content: "";
    background: url(../images/dd-icon.png) center no-repeat;
    background-size: 14px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    border-radius: 50%;
    z-index: 100;
    width: 20px;
    height: 20px;
    top: 5px;
}

.xq-ul li:before {
    display: block;
    content: "";
    background: url(../img/dd-icon03.png) center no-repeat;
    background-size: 8px;
    position: absolute;
    left: 46%;
    margin-left: -12px;
    border-radius: 50%;
    z-index: 100;
    width: 20px;
    height: 20px;
    top: 6px;
}

.xq-ul li:after {
    content: "";
    display: block;
    height: 2px;
    background: #7d7d7d;
    position: absolute;
    border-radius: 0;
    top: 15px;
    width: 100%;
    left: 45%;
}

.xq-ul li:last-child:after {
    height: 0px;
    background: #7d7d7d;
}

.xq-ul li.sussce:after {
    height: 2px;
    border-radius: 0;
    top: 15px;
    background: #51a7fe;
    width: 100%;
    left: 46%;
}

.xq-ul li.sussce:last-child:after {
    height: 0px;
    background: #7d7d7d;
}

.xq-ul li.active {
    color: #FF3232;
}

.xq-ul li.active:before {
    display: block;
    content: "";
    background: url(../img/dd-icon02.png) center no-repeat;
    background-size: 14px;
    position: absolute;
    left: 46%;
    margin-left: -10px;
    border-radius: 50%;
    z-index: 100;
    width: 20px;
    height: 20px;
    top: 5px;
}

a.nav-item:hover {
. c-p;
. bg0;
    color: #FFFFFF;

* {
    color: #FFFFFF !important
}

font-weight: normal

}
.hk-flag {
    display: inline-block;
    width: 28px;
    height: 20px;
    background-image: url(../img/icon/hk.svg);
    background-size: cover;
    opacity: 1 !important;
    vertical-align: -3px;
}
/**关于我们**/
.banner_us {
    height: 320px;
}
.main_us .left {
    float: left;
}
.main_us .left li a {
    display: inline-block;
    width: 140px;
    height: 48px;
    border-radius: 24px;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #333333;
    margin: 22px 0;
    padding: 0 24px;
    text-align: center;
    line-height: 48px;
}
.main_us .left li::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #349cd4;
    position: absolute;
    left: 10px;
    top: 40px;
}
.main_us .left li::after {
    content: "";
    width: 4px;
    height: 90px;
    background: #349cd4;
    position: absolute;
    left: 14px;
    top: -44px;
}
.main_us .left li:first-child::after {
    content: "";
    width: 0;
}
.main_us .left li.active a {
    background: #349cd4;
    color: #ffffff;
    box-shadow: 0 12px 24px 0 rgba(3, 16, 26, 0.1);
}
.main_us .right {
    float: left;
    background: #ffffff !important;
    box-shadow: 0 12px 24px 0 rgba(3, 16, 26, 0.1);
    border-radius: 8px;
    padding: 40px 56px 60px;
    margin: 0 0 60px 80px;
    width: calc(100% - 220px);
    color: #333333;
}
.main_us .right h2 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 26px;
}
.main_us .right p {
    text-indent: 34px;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
}
.main_us .right h3 {
    font-size: 18px;
    line-height: 45px;
}
.main_us .right .top {
    width: 500px;
    margin: 20px auto 40px auto;
}
.main_us .right .qr-box {
    float: left;
    border: 1px solid #eeeeee;
    width: 160px;
    height: 180px;
}
.main_us .right .qr-box p {
    font-size: 14px;
    color: #666666;
    text-indent: 0;
    text-align: center;
    line-height: 21px;
}
.main_us .right .qr {
    width: 130px;
    height: 130px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
}
.main_us .right .text {
    float: left;
    margin-left: 24px;
}
.main_us .right .text p {
    font-size: 16px;
    color: #333333;
    text-indent: 0;
    line-height: 24px;
    margin-bottom: 13px;
}
.main_us .right .bottom {
    width: 684px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.main_us .clause p {
    text-indent: 0!important;
    margin-bottom: 40px;
}
.main_us .clause p:last-child {
    margin-bottom: 0;
}
.main_us .contact-box {
    margin: 50px auto 150px auto;
    font-size: 16px;
    color: #333333;
}
.main_us .contact-box .item {
    padding: 10px 18px;
}
.main_us .contact-box .item i {
    color: #349cd4;
    font-size: 24px;
    margin-right: 20px;
    vertical-align: -3px;
}
.main_us .contact-box .item + .item {
    border-top: 1px solid #efefef;
}
.main_us .brand-box .brand-1 {
    width: 30%;
    float: left;
    min-height: 260px;
    padding: 10px 30px;
    border: 1px solid #efefef;
}
.main_us .brand-box .brand-img-box {
    width: 80%;
    margin: auto;
}
.main_us .brand-box .brand-1 + .brand-1 {
    margin-left: 5%;
}
.main_us .brand-box .line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
}
.main_us .brand-box p {
    text-indent: 0;
}
/*样式调整*/
.checkbox ,.radio{
    font-size: 15px;
    max-width: 450px;
    display: inline-block;
}
.checkbox label,.radio label {
    cursor: pointer;
    display: inline-block;
    padding-right: 10px;
}
.checkbox input[type='checkbox']{
    cursor: pointer;
    height: 12px;
    zoom: 135%;
    vertical-align: middle;
    width: auto;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

.radio input[type='radio'] {
    cursor: pointer;
    height: 12px;
    zoom: 135%;
    vertical-align: middle;
    width: auto;
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
    margin: 0px;
}
.max-width{
    max-width: 700px;
}
@media screen and (max-width: 1366px){
    .max-width{
        max-width: 640px;
    }
}
.checkbox input,.radio input{
    position: unset;
    left: 0;
}
