﻿@charset "utf-8";
* {
    font-family: 'Microsoft YaHei';
    margin: 0;
    padding: 0;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*-webkit-appearance: none;*/
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent
}

h1, h2, h3, h4, h5, h6 {
    font-size: 16px;
    font-weight: 400;
    text-decoration: none
}

hr {
    height: 0;
    overflow: visible;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

a {
    text-decoration: none;
    background-color: transparent
}

:focus, a:focus {
    outline: 0
}

a:active, a:hover, a:link, a:visited {
    color: #3a3c4c;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, big, del, em, ins, s, small, strong，i {
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    font-weight: 400
}

code, kbd, samp {
    font-family: monospace, monospace
}

sub, sup {
    line-height: 0;
    font-size: 12px;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    display: inline-block;
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: "Microsoft YaHei "
}

button, input {
    outline: 0;
    display: block;
    overflow: visible
}

input, textarea {
    user-select: text!important;
    -ms-user-select: text!important;
    -moz-user-select: text!important;
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

dd, dl, dt, li, ol, ul {
    list-style: none
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

th {
    text-align: inherit
}

.headerLogoBg {
    height: 124px;
    background-color: #3c3fa8;
    left: 0;
    width: 181px;
    z-index: 16;
    position: absolute;
    cursor:pointer;
}

.headerBox {
    text-align: center;
    height: 110px;
}

.headerBox .headerContent {
    display: inline-block;
    width: 1200px;
    height: 110px;
    position: relative;
}

.headerBox .headerContent .headerLogo {
    height: 110px;
    display: inline-block;
    position: absolute;
    left: 8px;
    top:7px;
    z-index: 14;
}

.headerBox .headerContent .headerRightBox {
    float: right;
    height: 110px;
    position: absolute;
    right: 0;
    z-index: 13;
    padding-top: 35px;
}

.headerBox .headerContent .headerRightBox .headerMenuItem {
    float: right;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    padding: 0 20px 0;
    transition: all 0.2s;
    position: relative;
}

.headerBox .headerContent .headerRightBox .change:hover {
    color: #3c3fa8 !important;
}

.headerBox .headerContent .headerRightBox .change a:hover {
    color: #3c3fa8 !important;
}

.headerBox .headerContent .headerRightBox .headerMenuItem .title {
    line-height: 50px;
    padding-top: 10px;
    transition: all 0.2s;
}

.headerBox .headerContent .headerRightBox .headerMenuItem .headerHoverBox {
    position: absolute;
    min-width: 1200px;
    background-color: #ffffff;
    min-height: 320px;
    z-index: -1;
    display: none;
    top: 60px;
    box-sizing: border-box;
    border-top: 1px solid #efefef;
}

.headerBox .headerContent .headerRightBox .headerMenuItem .headerHoverBoxAboutUs {
    position: absolute;
    background-color: #ffffff;
    width: 140px !important;
    min-width: 140px;
    height: 205px;
    min-height: 205px;
    z-index: -1;
    display: none;
    top: 60px;
    text-align: left;
    box-sizing: border-box;
    border-top: 2px solid #3c3fa8;
    padding: 15px 10px 5px 0px;
}

.headerBox .headerContent .headerRightBox .headerMenuItem .headerHoverBoxAboutUs .aboutItem {
    transition: all 0.2s;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 36px;
    height: 36px;
    display: block;
    font-size: 14px;
}

.headerBox .headerContent .headerRightBox .headerMenuItem .headerHoverBoxAboutUs .aboutItem section {
    border-bottom: 1px solid #efefef;
    padding-left: 10px;
}

.headerBox .headerContent .headerRightBox .headerMenuItem .headerHoverBoxAboutUs .aboutItem:last-child section {
    border-bottom: none;
}

.headerBox .headerContent .headerRightBox .headerMenuItem .headerHoverBoxAboutUs .aboutItem section:hover {
    border-bottom: none;
    transition: 0s;
}

.headerBox .headerContent .headerRightBox .headerMenuItem .headerHoverBoxAboutUs .aboutItem:hover {
    background-color: #3c3fa8;
    color: #ffffff;
}

.headerBox .headerContent .headerRightBox .headerMenuItem .headerHoverBox .headerHoverBoxContent {
    width: 1350px;
    margin: 0 auto;
    height: 100%;
    box-sizing: border-box;
    padding-top: 35px;
    padding-left: 105px;
    padding-right: 80px;
}

.headerBox .headerContent .headerRightBox .headerMenuItem .headerHoverBox .headerHoverBoxContent .headerHoverBoxImgBox {
    width: 200px;
    display: inline-block;
}

.headerBox .headerContent .headerRightBox .headerMenuItem .headerHoverBox .headerHoverBoxContent .locationBox {
    min-width: 100px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
}

.headerBox .headerContent .headerRightBox .headerMenuItem .headerHoverBox .headerHoverBoxContent .locationBox .title {
    padding-bottom: 10px;
    line-height: 100%;
    border-bottom: 1px solid #3c3fa8;
    text-align: left;
    margin-bottom: 10px;
}

.headerBox .headerContent .headerRightBox .headerMenuItem .headerHoverBox .headerHoverBoxContent .locationBox .location {
    line-height: 180%;
    text-align: left;
    font-size: 14px;
    color: #666;
    transition: all 0.6s;
}

.headerBox .headerContent .headerRightBox .headerMenuItem .headerHoverBox .headerHoverBoxContent .locationBox .location section {
    padding-left: 3px;
}
.headerBox .headerContent .headerRightBox .headerMenuItem .headerHoverBox .headerHoverBoxContent .locationBox .location section a{
    display:block;
    min-width:30px;
    padding-right: 2px;
}
.headerBox .headerContent .headerRightBox .headerMenuItem .headerHoverBox .headerHoverBoxContent .headerHoverBoxImgBox img {
    width: 200px;
    height: 65px;
    transition: all 0.6s;
}

.headerBox .headerContent .headerRightBox .headerMenuItem .headerHoverBox .headerHoverBoxContent .headerHoverBoxImgBox .small {
    width: 95px;
    height: 50px;
    transition: all 0.6s;
    margin-bottom: -10px;
}

.headerBox .headerContent .headerRightBox .headerMenuItem .arrow {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -3px;
    transition: all 0.2s;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg); /* IE 9 */
    -moz-transform: rotate(0deg); /* Firefox */
    -webkit-transform: rotate(0deg); /* Safari 和 Chrome */
    -o-transform: rotate(0deg); /* Opera */
}

.headerBox .headerContent .headerRightBox .expeditBox {
    display: inline-block;
    float: right;
    width: 150px;
    height: 70px;
    overflow: hidden;
    position: relative;
    margin-left: 8px;
}

.headerBox .headerContent .headerRightBox .expeditBox .expedit {
    height: 70px;
    position: absolute;
    right: 0;
}

.headerBox .headerContent .headerRightBox .expeditBox .expeditWord {
    display: inline-block;
    position: absolute;
    width: 150px;
    left: 150px;
    line-height: 70px;
    font-size: 18px;
}

.clear {
    clear: both;
}

.headerBox .headerContent .tipsBox {
    position: absolute;
    right: 0;
    top: 20px;
    height: 20px;
    line-height: 20px;
    z-index: 15;
}

.headerBox .headerContent .tipsBox .tipsItemBox {
    display: inline-block;
    margin-left: 15px;
    position: relative;
    height: 30px;
    z-index: 10;
}

.headerBox .headerContent .tipsBox .tipsItemBox .searchInputBox {
    position: absolute;
    top: -9px;
    right: -8px;
    border: 1px solid #dddddd;
    padding: 9px 8px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 4px;
    /*display: none;*/
    /*opacity: 0;*/
    /*filter: alpha(opacity=0); !* 针对 IE8 以及更早的版本 *!*/
    width: 250px;
}


.headerBox .headerContent .tipsBox .tipsItemBox .searchLoadingBox {
    width: 100%;
    background-color: #efefef;
    position: absolute;
    left: 0;
    top: 38px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    text-align: left;
    box-sizing: border-box;
    padding: 0px 10px;
    font-size: 14px;
    display: none;
}

.headerBox .headerContent .tipsBox .tipsItemBox .searchLoadingBox .noWordBox {
    text-align: center;
    color: #666666;
}

.headerBox .headerContent .tipsBox .tipsItemBox .searchIndexBox {
    width: 100%;
    background-color: #efefef;
    position: absolute;
    left: 0;
    top: 38px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    text-align: left;
    box-sizing: border-box;
    padding: 0px 10px;
    font-size: 14px;
    display: none;

}


.headerBox .headerContent .tipsBox .tipsItemBox .searchIndexBox div {
    line-height: 100%;
    margin-top: 10px;
    height: 30px;
    padding-left: 6px;
    border-bottom: 1px solid #bdbdbd;
    box-sizing: border-box;
    transition: 0.2s all;
    color:#000;
    cursor:pointer;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.headerBox .headerContent .tipsBox .tipsItemBox .searchIndexBox div:hover {
    color: #3c3fa8;
}

.headerBox .headerContent .tipsBox .tipsItemBox .searchIndexBox img {
    vertical-align: bottom;
    margin-right: 6px;
}

.headerBox .headerContent .tipsBox .tipsItemBox .searchIndexBox section {
    font-size: 12px;
    color: #3c3fa8;
    line-height: 30px;
    padding-left: 6px;
    margin-bottom: 16px;
}

.headerBox .headerContent .tipsBox .tipsItemBox .searchInputBox input {
    border: none;
    background-color: #ffffff;
    padding-left: 12px;
    line-height: 20px;
    width: 200px;
}

.headerBox .headerContent .tipsBox .tipsItemBox .searchInputBox .butn {
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #3c3fa8;
    border-radius: 4px;
    font-size: 16px;
    margin-left: 6px;
    margin-bottom: 20px;
}

.headerBox .headerContent .tipsBox .tipsItemBox .butn {
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #3c3fa8;
    border-radius: 4px;
    font-size: 16px;
    margin-left: 6px;
    margin-bottom: 20px;
}

.headerBox .headerContent .tipsBox .tipsItemBox #search-input {
    width: 19px;
    position: absolute;
    top: 8px;
    right: 7px;
}

.headerBox .headerContent .tipsBox .tipsItemBox .hoverBox {
    position: absolute;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    padding: 6px 8px;
    background-color: #ffffff;
    border-radius: 4px;
    margin-top: 10px;
    display: none;
}

.headerBox .headerContent .tipsBox .tipsItemBox .hoverBox a {
    white-space: nowrap
}

.headerBox .headerContent .tipsBox .tipsIcon {
    display: inline-block;
    cursor: pointer;
    height: 20px;
}

.headerBox .headerContent .tipsBox .userInfo {
    display: inline-block;
    width: 175px;
    font-size: 14px;
    text-align: right;
    line-height: 19px;
    position: relative;
    vertical-align: top;
    cursor:pointer;
}

.headerBox .headerContent .tipsBox .userInfo #head_logoutBox {
    padding-top: 10px;
    display: none;
}

.headerBox .headerContent .tipsBox .userInfo #logout {
    position: absolute;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    padding: 6px 8px;
    background-color: #ffffff;
    border-radius: 4px;
    display: block;
    left: 50%;
    margin-left: 9px;
    cursor: pointer;
    color:black;
}

.headerBox .headerContent .tipsBox .userInfo #logout #logoutArrow {
    background: #fff;
    width: 8.48528137px;
    height: 8.48528137px;
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid;
    top: -5.5px;
    -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, .07);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, .07);
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(225deg);
    -ms-transform: translateX(-50%) rotate(225deg);
    transform: translateX(-50%) rotate(225deg);
}

.headerBox .headerContent .tipsBox .tipsItemBox .hoverBox .hoverBoxArrow {
    background: #fff;
    width: 8.48528137px;
    height: 8.48528137px;
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid;
    top: -5.5px;
    -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, .07);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, .07);
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(225deg);
    -ms-transform: translateX(-50%) rotate(225deg);
    transform: translateX(-50%) rotate(225deg);
}

    .headerBox .headerContent .tipsBox .tipsItemBox .hoverBox img {
    width:150px;
    height:150px;
    }
.fadeIn {
    animation: easeinAnimate 0.2s ease 1 forwards;
    -webkit-animation: easeinAnimate 0.2s ease 1 forwards;
    -ms-animation: easeinAnimate 0.2s ease 1 forwards;
    -o-animation: easeinAnimate 0.2s ease 1 forwards;
    -moz-animation: easeinAnimate 0.2s ease 1 forwards;
}

.fadeOut {
    animation: easeOutAnimate 0.2s ease 1 forwards;
    -webkit-animation: easeOutAnimate 0.2s ease 1 forwards;
    -ms-animation: easeOutAnimate 0.2s ease 1 forwards;
    -o-animation: easeOutAnimate 0.2s ease 1 forwards;
    -moz-animation: easeOutAnimate 0.2s ease 1 forwards;
}

.toolBox {
    width: 40px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 999;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    background-color: #ffffff;
}

.toolBox .toolItem {
    line-height: 40px;
    height: 40px;
    text-align: center;
    padding-top: 6px;
}

.toolBox .toolItem .close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
}

.toolBox .contactBox {
}

.toolBox .contactBox section {
    position: absolute;
    top: 40px;
    left: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 4px 0;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    background-color: #000000;
    opacity: 0.6;
    color: #ffffff;
}

.toolBox #backToTop {
    border-top: 1px solid #efefef;
    display: none;
}

.toolBox .toolItem img {
    display: inline-block;
    cursor: pointer;
}

.toolBox .contactBoxType {
    position: fixed;
    right: 73px;
    bottom: 30px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    background-color: #ffffff;
    padding: 10px 20px 0px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    display: none;
}

.toolBox .contactBoxType .mask {
    position: absolute;
    width: 10px;
    height: 100px;
    background-color: transparent;
    right: -10px;
    bottom: -10px;
}

.toolBox .contactBoxType .sectionTitle {
    text-align: left;
    line-height: 30px;
    position: relative;
    padding-left: 10px;
    height: 30px;
    padding-top: 0;
}

.toolBox .contactBoxType .sectionTitle .titlePoint {
    font-size: 32px;
    line-height: 30px;
    position: absolute;
    left: 0px;
    top: -2px;
}

.toolBox .contactBoxType .close {
    position: absolute;
    top: 10px;
    width: 10px;
    height: 10px;
    right: 10px;
    margin-right: 0px;
}

.toolBox .contactBoxType div {
    margin-bottom: 5px;
    padding-bottom: 10px;
    text-align: left;
    border-bottom: 1px solid #efefef;
}

.toolBox .contactBoxType div:last-child {
    border-bottom: none;
}

.toolBox .contactBoxType img {
    vertical-align: bottom;
    width:154px;
    /*height:154px;*/
}

.footer {
    background: url('../img/home/bg-bottom_t.png') top center no-repeat;
    margin-top: -55px;
    padding-top: 75px;
    min-width: 1200px;
}

.footer .footerContent {
    width: 1200px;
    margin: auto;
}

.footer .footerContent .footerUpBox {
    font-size: 12px;
    text-align: left;
    color: #ffffff;
    height: 200px;
    border-bottom: 1px solid #ffffff;
}

.footer .footerContent .footerBottomBox {
    text-align: left;
    font-size: 14px;
    color: #ffffff;
    line-height: 36px;
    padding-bottom: 45px;
    overflow: hidden;
}

.footer .footerContent .footerBottomBox .hrefItem {
    float: left;
    color: #ffffff;
    transition: all 0.2s;
    margin-right: 20px;
    cursor: pointer;
}

.footer .footerContent .footerBottomBox .hrefItem:hover {
    color: #3c3fa8;
}

.footer .footerContent .footerUpBox .upLeft {
    float: left;
}

.footer .footerContent .footerUpBox .upRight {
    float: right;
}

.footer .footerContent .footerUpBox .upRight .QR_code {
    float: right;
    margin-left: 20px;
}

.footer .footerContent .footerUpBox .upRight .QR_code a {
    color: #ffffff;
}

.footer .footerContent .footerUpBox .upRight .QR_code p {
    position: relative;
}

.footer .footerContent .footerUpBox .upRight .QR_code p img {
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -8px;
}

.footer .footerContent .footerUpBox .upRight .QR_code p {
    text-align: left;
    font-size: 16px;
    line-height: 35px;
}

.privateBox {
    width: 100%;
    padding-top: 40px;
    min-width: 1200px;
    background: #3c3fa8;
    padding-bottom: 140px;
    color: #ffffff;
}

.privateBox .privateContent {
    text-align: center;
    width: 1200px;
    margin: auto;
}

.privateBox .privateContent img {
    display: inline-block;
    margin-bottom: 30px;
}

.privateBox .privateContent .myself {
    margin-bottom: 20px;
}

.privateBox .privateContent .btn {
    width: 180px;
    background: #6068b2;
    margin: 0 auto;
    margin-top: 2rem;
    cursor: pointer;
    line-height: 49px;
    color: #fffdff;
    font-size: 22px;
    display: inline-block;
}

.btn {
    width: 150px;
    background: #6068b2;
    margin: 0 auto;
    margin-top: 2rem;
    cursor: pointer;
    line-height: 49px;
    color: #fffdff;
    font-size: 22px;
}

.tips_content .tips_box {
    top: 1px;
    background-color: #8e3e8c;
    padding: 8px 16px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
    display: inline-block;
    pointer-events: all;
    margin: 0 auto;
    opacity: 0;
    color: #ffffff;
    font-size: 14px;
}

.tips_content {
    width: 100%;
    text-align: center;
    position: fixed;
    top: -50px;
    z-index: 9999999;
}

@keyframes easeinAnimate {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes easeinAnimate {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes easeinAnimate {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes easeinAnimate {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes easeinAnimate {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes easeOutAnimate {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes easeOutAnimate {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes easeOutAnimate {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes easeOutAnimate {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes easeOutAnimate {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.spinner {
    margin: 80px auto;
    width: 40px;
    height: 40px;
    position: relative
}

.container1 > div, .container2 > div, .container3 > div {
    width: 12px;
    height: 12px;
    background-color: #929292;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%
}

.container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg)
}

.circle1 {
    top: 0;
    left: 0
}

.circle2 {
    top: 0;
    right: 0
}

.circle3 {
    right: 0;
    bottom: 0
}

.circle4 {
    left: 0;
    bottom: 0
}

.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.container3 .circle1 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.container1 .circle2 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.container2 .circle2 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.container3 .circle2 {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.container1 .circle3 {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.container2 .circle3 {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.container3 .circle3 {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.container1 .circle4 {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.container2 .circle4 {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.container3 .circle4 {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

@-webkit-keyframes bouncedelay {
    0%, 100%, 80% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes bouncedelay {
    0%, 100%, 80% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.menuBoxFixed {
    position: fixed;
    z-index: 999;
    top: 0
}

.location_mask {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    display: none;
}

.location_mask .mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.location_mask .contentBox {
    width: 800px;
    min-height: 300px;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -400px;
    background: #ffffff;
    /*padding: 50px 30px;*/
}

.location_mask .contentBox .inputGroup {
    max-height: 550px;
    overflow-y: auto;
    position: relative;
    text-align:center;
}

.location_mask .contentBox .borderImg {
    position: absolute;
    top: -39px;
    left: 50%;
    margin-left: -145px;
}

.location_mask .contentBox .bannerImg {
    width: 100%;
    margin-top: 30px;
}

.location_mask .contentBox .iconImg {
    position: absolute;
    top: -30px;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
}

.location_mask .contentBox .closeImg {
    position: absolute;
    width: 30px;
    right: 30px;
    top: 20px;
}

.location_mask .contentBox .tipsTitle {
    text-align: left;
    color: #3c3fa8;
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 10px;
    padding: 50px 30px 0;
}

.location_mask .contentBox .tips {
    text-align: left;
    font-size: 16px;
    font-weight: lighter;
    line-height: 160%;
    color: #3c3fa8;
    margin-bottom: 20px;
    padding: 0 30px;
}

.location_mask .contentBox .titleTips {
    text-align: left;
    font-weight: lighter;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0 30px;
}

.location_mask .contentBox .prodTitle {
    font-size: 22px;
    font-weight: bolder;
    text-align: left;
    color: #333333;
    margin-bottom: 10px;
    padding: 0 30px;
}

.location_mask .contentBox .prodTips {
    font-size: 22px;
    font-weight: bolder;
    text-align: left;
    color: #3c3fa8;
    padding: 0 30px;
    margin-bottom: 10px;
}

.location_mask .contentBox .itemGroup {
    text-align: left;
    position: relative;
    margin: 20px 30px 0;
}

.location_mask .contentBox .itemGroup section {
    font-size: 14px;
    font-weight: lighter;
    margin-bottom: 6px;
}

.location_mask .contentBox .itemGroup .inputNor {
    border: 1px solid #ccc;
    width: 280px;
    height: 40px;
    font-size: 14px;
    display: inline-block;
    padding-left: 10px;
}

.location_mask .contentBox .itemGroup .inputShot {
    border: 1px solid #ccc;
    width: 200px;
    height: 40px;
    font-size: 14px;
    display: inline-block;
    padding-left: 10px;
}

.location_mask .contentBox .itemGroup .getMessageButn {
    display: inline-block;
    margin-left: 20px;
    width: 175px;
    height: 40px;
    background-color: #6068b2;
    color: #ffffff;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    font-size: 14px;
}

.location_mask .contentBox .itemGroup .tips {
    margin-left: 20px;
    color: #999;
    line-height: 40px;
    display: inline-block;
    height: 40px;
    vertical-align: bottom;
    text-decoration: underline;
    margin-bottom: 0;
}

.location_mask .contentBox .itemGroup label {
    color: #999;
}

.location_mask .contentBox .itemGroup .radio {
    display: inline-block;
    margin-right: 10px;
    margin-left: 30px;
}

.location_mask .contentBox .itemGroup textarea {
    width: 100%;
    border: 1px solid #ccc;
    resize: none;
    height: 200px;
    font-size: 14px;
    padding: 20px;
}

.location_mask .contentBox .messageGroup {
    border-top: 1px solid #bdbdbd;
    margin-top: 20px;
}

.location_mask .contentBox .itemGroup .arrowImg {
    position: absolute;
    width: 30px;
    left: 240px;
    top: 35px;
}

.location_mask .contentBox .itemGroup .add {
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    top: 25px;
    font-size: 30px;
    color: #cccccc;
    box-sizing: border-box;
    border-left: 1px solid #cccccc;
    right: 460px;
}

.location_mask .contentBox .itemGroup .arrow {
    color: #3c3fa8;
    font-size: 18px;
    margin-left: 10px;
    display: inline-block;
    transition: all 0.2s;
}

.location_mask .contentBox .itemGroup .arrowDown {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -moz-transform: rotate(90deg); /* Firefox */
    -webkit-transform: rotate(90deg); /* Safari 和 Chrome */
    -o-transform: rotate(90deg); /* Opera */
}

.location_mask .contentBox .itemGroup .dec {
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    top: 25px;
    font-size: 14px;
    color: #999;
    box-sizing: border-box;
    left: 0;
    line-height: 38px;
    border-right: 1px solid #cccccc;
}

.location_mask .contentBox .itemGroup #dec {
    font-size: 28px;
    color: #cccccc;
}

.location_mask .contentBox .itemGroup #personNum {
    text-align: center;
}

.location_mask .contentBox .inputGroup .submitButn {
    width: 200px;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    font-size: 18px;
    background-color: #8e3d8c;
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
    margin-bottom: 50px;
}

.location_mask .contentBox .inputGroup .hoverTips {
    position: absolute;
    width: 300px;
    background-color: #ffffff;
    right: -10px;
    bottom: 40px;
    background-clip: padding-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    padding: 20px;
    text-align: center;
    display: none;
}

.location_mask .contentBox .inputGroup .hoverTips section {
    width: 90px;
    display: inline-block;
    font-size: 14px;
    color: #666;
    margin: 0 10px;
}

.location_mask .contentBox .inputGroup .hoverTips section img {
    width: 80px;
}

.location_mask .contentBox .inputGroup .hoverTips .itemDis {
    line-height: 160%;
    margin-bottom: 6px;
    text-align: left;
    color: #666666;
}

.location_mask .contentBox .inputGroup .hoverArrow {
    background: #fff;
    width: 8.48528137px;
    height: 8.48528137px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid;
    bottom: -4px;
}

.location_mask .contentBox .disBox {
    text-align: left;
    max-height: 550px;
    overflow-y: auto;
    padding: 10px 40px;
}

.location_mask .contentBox .disBox .title {
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 24px;
    color: #333;
}

.location_mask .contentBox .disBox .dis {
    color: #666666;
    line-height: 180%;
    margin-bottom: 30px;
}

.location_mask .contentBox .disBox .itemBox {
    border-top: 1px solid #cccccc;
    padding: 16px 30px;
    position: relative;
}

.location_mask .contentBox .disBox .itemTitle {
    font-size: 16px;
    color: #666666;
}

.location_mask .contentBox .disBox .itemDis {
    font-size: 14px;
    margin-top: 5px;
    color: #999999;
}

.location_mask .contentBox .disBox section {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    position: absolute;
    top: 23px;
    left: 15px;
    background-color: #3c3fa8;
}

.location_mask .contentBox .disBox .important {
    color: #3c3fa8;
}

.toggleGroup {
    background-color: #f5f5f5;
    padding: 2px 0 20px 0;
    margin: 20px 0 0 0;
    display: none;
}

.itemGroup #toggleButn {
    font-size: 16px;
}

.maskPoint {
    position: absolute;
    bottom: 7px;
    right: 1px;
    line-height: 28px;
    height: 28px;
    background-color: #f1f1f1;
    width: 20px;
    display: none;
}

.loadingMask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 9999;
}

.loadingMask .maskBg {
    background: #3c3fa8;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}

.loadingMask .loadingIcon {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 1200px;
}

.loadingIcon .spinner .container1 > div, .container2 > div, .container3 > div {
    background-color: #fff!important;
}

/*2020-07-20 添加目的地导航栏样式更改*/
.subtitle .subtitleItem {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  padding-left: 14px;
}

.subtitle .subtitleItem a {
  font-size: 20px;
  color: #999;
}

.subtitle .subtitleItem::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 40%;
  background-color: #999;
}

.subtitle .subtitleItem:last-child::before {
  content: "";
  width: 0;
}

.newBox {
  display: flex;
  justify-content: space-around;
  padding-bottom: 50px;
}

.newBoxLeft, .newBoxRight {
  width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/*.newBoxLeft .locationBox {
  padding-bottom: 60px;
  width: 100% !important;

}*/
.newBoxLeft .locationBox,.newBoxRight .locationBox {
  padding-bottom: 10px;
  width: 45% !important;
}

.location .productItem{
    display: inline-block;
}


.location a{
    color: #3a3c4c !important;
}

.location a:hover{
    color: #FFF !important;
}

.hot{
    color:red;
    display: inline-block;
    font-size: 15px;
    padding-left: 4px;
    line-height: 15px;
}
