@charset "UTF-8";

.clearfix {
    zoom: 1;
}

.clearfix::after {
    content: "";
    z-index: -1;
    position: relative;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    opacity: 0;
}

#header .headerNav .box ul li.n1.show::after,
#header .headerNav .box ul li.n2.show::after,
#header .headerNav .box ul li.n3.show::after,
#header .headerNav .box ul li.n4.show::after,
#header .headerNav .box ul li.n5.show::after {
    background: url(../img/home/img9.png) no-repeat;
    background-position: center center;
    background-size: auto auto;
    animation: SHOW_ANIMATE .3s ease-in;
    -webkit-animation: SHOW_ANIMATE .3s ease-in;
}

@keyframes SHOW_ANIMATE {
    0% {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }

    100% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }
}

.headerMain .user {
    position: relative;
    padding-right: 30px;
    width: auto;
    height: 54px;
}

.headerMain .user p {
    line-height: 54px;
    font-size: 1.8rem;
    color: #fff;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.headerMain .user p:hover {
    color: #0495E8;
}

.headerMain .user .userBox {
    z-index: 3;
    position: absolute;
    top: 54px;
    right: -35%;
    width: 210px;
    background-color: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.35);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    -moz-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    -ms-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    -o-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.headerMain .user:hover .userBox {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
}

.headerMain .user .userBox ul {
    padding: 8px 24px;
}

.headerMain .user .userBox button {
    width: 100%;
    height: 40px;
    background-color: transparent;
    border: 0;
    border-top: 1px solid #E6E6E6;
    cursor: pointer;
    font-size: 1.4rem;
    color: #4D4D4D;
}

.headerMain .user .userBox::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -8px;
    right: 50%;
}

.headerMain .user .userBox ul li {
    line-height: 3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.headerMain .user .userBox ul li strong {
    font-weight: normal;
    font-size: 1.2rem;
    color: #3DCC4A;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.headerMain .user .userBox ul li strong img {
    width: 16px;
    margin-right: 4px;
}

.headerMain .newsBox {
    position: relative;
    display: block;
    border-left: 1px solid #999;
    margin-right: 40px;
    padding-left: 30px;
}

.headerMain .newsBox img:hover {
    cursor: pointer;
    opacity: .8;
}

.headerMain .user p img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 10px;
    width: 30px;
    height: 30px;
}

.sidebar .box i {
    position: relative\0;
    top: 10px\0;
    background-position: unset\0;
}

.sidebar .box.returnTop i {
    top: 18px\0;
}

@media(max-width:1440px) {
    .headerMain .user p {
        font-size: 1.4rem;
    }

    .headerMain .user .userBox ul li {
        font-size: 1.4rem;
    }
}

/* 搜索列表 */
.serviceBox .upBox .formBox {
    overflow: unset;
}

.searchDown {
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    display: none;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    height: auto;
    background-color: #3e4250;
}

.searchDownLink {
    display: block;
    padding-left: 15px;
    line-height: 35px;
    color: #999;
    font-size: 1.4rem;
}

/* .searchDownLink.active, */
.searchDownLink:hover {
    background-color: #171c27;
    color: #0495e8;
}

.searchNone {
    display: none;
    padding-left: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #999;
}

.serviceBox {
    z-index: 3;
}

.serviceBox .contentBox ul {
    margin-bottom: 0;
}

.serviceBox .contentBox ul li,
.serviceBox .contentBox ul li:nth-child(1) {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 1.8rem;
}

.serviceBox .contentBox ul li:nth-child(1) {
    padding-left: 0;
    font-weight: 400;
}

.serviceBox .contentBox ul li a {
    padding: 6px 0 6px 0;
}

@media(max-width: 1440px) {
    .serviceBox .upBox .formBox {
        width: 420px;
        height: 35px;
    }

    .serviceBox .upBox .formBox input {
        font-size: 1.6rem;
    }
}

@media(max-width: 1280px) {
    .serviceBox .upBox .formBox {
        width: 380px;
    }
}

/* 弹出框-产品及服务咨询 */
.modal {
    z-index: 11;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    animation: modal_animate .3s ease-in;
    -webkit-animation: modal_animate .3s ease-in;
}

.modal.active {
    display: flex !important;
}

@keyframes modal_animate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.overHide {
    overflow: hidden !important;
}

.fadeOut {
    animation: fadeOut_animate .3s ease-out;
    -webkit-animation: fadeOut_animate .3s ease-out;
}

@keyframes fadeOut_animate {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.formGroup {
    position: relative;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 30px 55px;
    background-color: #fff;
}

.formTitle {
    font-size: 2.6rem;
    text-align: center;
}

.formNote {
    margin: 40px 0 30px;
    font-size: 1.4rem;
    text-align: center;
    color: #707070;
}

.formNote a {
    text-decoration: underline;
    color: #25a3eb;
}

.formNote a:hover {
    opacity: .8;
}

.formList {
    display: block;
    height: 48px;
    line-height: 48px;
}

.formPrevTxt,
.formControl {
    float: left;
    height: 100%;
}

.formPrevTxt {
    width: 90px;
    font-size: 1.6rem;
    text-align: right;
    color: #666;
}

.formControl {
    position: relative;
    width: 570px;
}

.formInput {
    display: block;
    border: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px solid #f7f7f7;
    padding: 0 20px;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
}

.formInput:focus {
    border-color: #0495e8;
}

.formLine {
    border: 0;
    border-top: 1px dashed #ccc;
    margin: 40px 0;
}

.formLine~.formList {
    margin-top: 25px;
}

.formStar {
    color: #fe2b2b;
}

.modalClose {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 30px;
    color: #999;
    cursor: pointer;
}

.modalClose:hover {
    color: #333;
}

.formBtn {
    margin: 30px 0;
    text-align: center;
}

.formBtnLink {
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin: 0 auto;
    width: 320px;
    height: 48px;
    font-size: 1.6rem;
    line-height: 48px;
    background-color: #0495e8;
    color: #fff;
}

.formBtnLink:hover {
    opacity: .8;
}

.formTxt1 {
    font-size: 1.6rem;
    text-align: center;
    color: #666;
}

.formTxt2 {
    color: #000;
}

::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #b2b2b2;
}

textarea.formInput {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 150px;
    font-family: Arial;
}

.formNote+.formList {
    height: auto;
    line-height: unset;
}

.formTotalNum {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 1.4rem;
    color: #666;
}

.cover {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
}

#vcode {
    float: right;
    width: 28%;
    height: 100% !important;
}

@media(max-width:1440px) {
    .formGroup {
        padding: 20px 30px;
    }

    .formNote {
        margin: 2% 0 2%;
    }

    .formControl {
        width: 550px;
    }

    .formList {
        height: 40px;
        line-height: 40px;
    }

    .formLine~.formList {
        margin-top: 15px;
    }

    .formLine {
        margin: 3% 0;
    }

    textarea.formInput {
        height: 120px;
    }

    .formBtnLink {
        width: 300px;
        height: 40px;
        line-height: 40px;
    }

    .formBtn {
        margin: 3% 0;
    }
}

@media(max-width:1360px) {
    textarea.formInput {
        height: 100px;
    }

    .formTitle {
        font-size: 2rem;
    }

    .formNote {
        margin: 1% 0 1%;
    }

    .formLine {
        margin: 0;
    }

    .formLine,
    .formLine~.formList {
        margin-top: 10px;
    }

    .formList {
        height: 30px;
        line-height: 30px;
    }

    .formPrevTxt {
        font-size: 1.4rem;
    }

    .formControl {
        width: 400px;
    }

    .formTotalNum {
        font-size: 1.2rem;
    }
}

@media(max-width:480px) {
    .formControl {
        width: 250px;
    }

    .formGroup {
        padding: 15px;
    }

    .formTitle {
        font-size: 1.6rem;
    }

    .formPrevTxt,
    .formNote,
    .formBtnLink {
        font-size: 1.4rem;
    }

    .formTxt1 {
        font-size: 1.2rem;
    }

    .formBtnLink {
        width: 200px;
    }
}

@media(max-width:375px) {
    .formControl {
        width: 220px;
    }

    .formPrevTxt {
        width: 77px;
    }

    .formBtnLink {
        height: 35px;
        line-height: 35px;
    }
}

/* 2019.12.18 */
.contentTitle {
    padding-top: 100px;
    font-size: 4rem;
    text-align: center;
    color: #252b3a;
}

.mainContent {
    margin: 4% 0;
}

.mainContent.contentWidth {
    margin: auto;
}

.return {
    padding-bottom: 50px;
    text-align: center;
}

.returnLink {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0495e8;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    width: 120px;
    height: 40px;
    font-size: 16px;
    background-color: #0495e8;
    color: #fff;
    transition: background-color .18s ease-in, color .18s ease-in;
    -webkit-transition: background-color .18s ease-in, color .18s ease-in;
    -moz-transition: background-color .18s ease-in, color .18s ease-in;
    -ms-transition: background-color .18s ease-in, color .18s ease-in;
    -o-transition: background-color .18s ease-in, color .18s ease-in;
}

.returnLink:hover {
    background-color: #fff;
    color: #0495e8;
}

@media(max-width:1024px) {
    .contentTitle {
        padding-top: 60px;
    }

    .return {
        padding-bottom: 60px;
    }
}

@media(max-width:1024px) {
    .contentTitle {
        padding-top: 20px;
        font-size: 2rem;
    }

    .return {
        padding-bottom: 20px;
    }
}