﻿* {
    padding: 0;
    margin: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none
}

li,
ul {
    list-style: none
}

article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle
}

.clear:after,
.clear:before {
    height: 0;
    content: "";
    font-size: 0;
    display: table;
    line-height: 0;
    visibility: hidden
}

.clear:after {
    clear: both
}

body {
    font-size: 14px;
    color: #000;
    font-family: AppSans, Avenir, Arial, PingFang SC, Microsoft YaHei, 微软雅黑, SimSun, 宋体, sans-serif
}

body .header {
    height: 68px
}

body .header .page-head {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body .header .page-head .head-logo {
    display: block;
    margin-top: 16px;
    width: 146px;
    height: 34px;
    background-image: url(../assets/header-logo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

body .header .page-head .head-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

body .header .page-head .head-right .has-down {
    position: relative
}


body .header .page-head .head-right .has-down .nav-down-links {
    position: absolute;
    width: 200%;
    height: 0;
    -webkit-transition: height .35s;
    transition: height .35s;
    overflow: hidden;
    z-index: 1000
}

body .header .page-head .head-right .has-down .nav-down-links li {
    background-color: #fff;
    height: 48px;
    line-height: 48px
}

body .header .page-head .head-right .has-down .nav-down-links li a {
    font-size: 14px;
    color: #000
}

body .header .page-head .head-right .has-down .nav-down-links li a.active,
body .header .page-head .head-right .has-down .nav-down-links li a:hover {
    color: #5a58c1;
    border-bottom: 1px solid #5a58c1
}

body .header .page-head .head-right .nav-list {
    height: 68px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

body .header .page-head .head-right .nav-list-en li.has-down:nth-child(4) {
    width: 160px
}

body .header .page-head .head-right .nav-list .nav-item {
    display: block;
    height: 68px;
    line-height: 68px;
    padding: 0 24px;
    font-size: 16px;
    color: #000;
    text-align: center
}

body .header .page-head .head-right .nav-list .nav-item.active,
body .header .page-head .head-right .nav-list .nav-item:hover {
    color: #5a58c1
}

body .header .page-head .head-right .lang-box {
    margin-left: 50px;
    padding: 0 10px;
    height: 68px;
    line-height: 68px;
    font-size: 14px;
    cursor: pointer;
    position: relative
}

body .header .page-head .head-right .lang-box:hover .lang-down {
    height: 48px
}

body .header .page-head .head-right .lang-box #lang1 {
    position: relative
}

body .header .page-head .head-right .lang-box #lang1:before {
    left: -25px;
    background-image: url(../assets/header-lang.jpg)
}

body .header .page-head .head-right .lang-box #lang1:after,
body .header .page-head .head-right .lang-box #lang1:before {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    top: 0;
    background-repeat: no-repeat;
    background-size: 100%
}

body .header .page-head .head-right .lang-box #lang1:after {
    right: -25px;
    background-image: url(../assets/header-lang-arrow.jpg)
}

body .header .page-head .head-right .lang-box .lang-down {
    z-index: 1000;
    background-color: #fff;
    display: block;
    position: absolute;
    left: -25px;
    overflow: hidden;
    width: 100px;
    text-align: center;
    height: 0;
    line-height: 48px;
    -webkit-transition: height .5s;
    transition: height .5s
}

body .header .page-head .head-right .lang-box .lang-down.active,
body .header .page-head .head-right .lang-box .lang-down:hover {
    color: #5a58c1
}

body .banner {
    width: 100%;
    height: 550px;
    background-size: 1900px 550px;
    background-repeat: no-repeat;
    background-position: 50%;
    padding-top: 140px
}

body .banner-title {
    width: 1200px;
    margin: 0 auto;
    font-size: 54px;
    color: #fff
}

body .banner-content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    font-size: 30px;
    line-height: 48px;
    color: #fff
}

body .banner-one .banner-title {
    padding-top: 80px
}

body .banner.en-banner {
    padding-top: 94px
}

body .footer {
    position: relative
}

body .footer .footer-call {
    position: absolute;
    width: 400px;
    height: 70px;
    padding-left: 28px;
    padding-right: 18px;
    top: -35px;
    background: url(../assets/footer-call.png) no-repeat;
    background-size: 100%;
    color: #fff;
    left: calc(50% - 200px);
    border-radius: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body .footer .footer-call .call-left {
    padding-top: 16px
}

body .footer .footer-call .call-right {
    padding-top: 22px
}

body .footer .footer-call .call-right a {
    display: block;
    color: #5a58c1;
    padding: 4px 6px;
    background-color: #fff;
    border-radius: 12px
}

body .footer-top {
    padding: 110px 0 90px;
    background-color: #f3f5f8
}

body .footer-top .cmain {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

body .footer-top ul {
    width: 214px
}

body .footer-top ul .footer-hd {
    font-size: 16px;
    padding-bottom: 20px
}

body .footer-top ul .footer-hd a {
    width: 100%;
    color: #000
}

body .footer-top ul li {
    line-height: 34px
}

body .footer-top ul li a {
    color: #000
}

body .footer-top ul li a:hover {
    color: #bababa
}

body .footer-top ul li.center {
    text-align: center
}

body .footer-top ul.contact-link li.en-addr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

body .footer-top ul.contact-link li.en-addr a:first-child {
    display: block;
    width: 72px
}

body .footer-top ul.contact-link a {
    margin-right: 14px
}

body .footer-top ul.qrcode,
body .footer-top ul.qrcode li {
    width: 126px
}

body .footer-top ul.qrcode img {
    width: 126px;
    height: 127px
}

body .footer-top ul.qrcode.en-qrcode {
    font-size: 12px
}

body .footer-top ul.qrcode.en-qrcode li {
    width: 160px;
    text-align: center
}

body .footer-bottom {
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    color: #fff;
    background-color: #424242;
    text-align: center
}

.common-title {
    font-size: 30px;
    font-weight: 500;
    color: #3a3a3a;
    position: relative
}

.common-title:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 58px;
    background-color: #5a58c1
}

.common-content {
    font-size: 16px;
    line-height: 30px;
    color: #3a3a3a
}

.modal {
    width: 884px;
    height: 538px;
    padding: 16px;
    background: #eee;
    display: none;
    position: relative;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
}

.modal-close {
    cursor: pointer;
    right: 2px;
    top: 2px;
    position: absolute;
    font-family: sans-serif;
    background: #000;
    border-radius: 100%;
    font-size: 12px;
    height: 20px;
    line-height: 19px;
    text-align: center;
    width: 20px;
    color: #fff
}

.detail-main .news-banner-url {
    background-image: url(../assets/about-banner.jpg)
}

.detail-main .detail-content {
    width: 1200px;
    margin: 0 auto
}

.detail-main .detail-content .news-content {
    padding: 20px 0;
    line-height: 180%;
    font-size: 16px;
    margin-bottom: 140px
}

.detail-main .detail-content .news-content h4 {
    color: #4178be;
    line-height: 160%;
    padding-bottom: 50px;
    font-size: 32px;
    text-align: center;
    border-bottom: 1px solid #dbd2d4;
    margin-bottom: 20px
}

.detail-main .detail-content .news-content .centerBox {
    text-align: center
}

.modal1 {
    display: none;
    position: relative;
    width: 800px;
    height: 520px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000
}

.modal1 .close {
    position: absolute;
    background: url(../assets/footer-call-close.png) no-repeat;
    width: 42px;
    height: 42px;
    background-size: 100%;
    top: -54px;
    right: -54px
}

.modal1 .normal .title {
    text-align: center;
    padding: 15px 30px;
    font-size: 30px;
    border-bottom: 3px solid rgba(0, 0, 0, .1)
}

.modal1 .normal .title .title-detail {
    font-size: 18px
}

.modal1 .normal .title .title-detail i {
    color: #40aa4e;
    font-weight: 700
}

.modal1 .normal .form {
    height: auto;
    margin: 20px 28px 0 130px
}

.modal1 .normal .form-en {
    margin: 20px 0 0 118px !important
}

.modal1 .normal .form-en label {
    width: 130px !important
}

.modal1 .normal .form .form-div {
    margin-bottom: 20px;
    position: relative
}

.modal1 .normal .form .form-div.code input {
    width: 250px
}

.modal1 .normal .form .form-div.code #v_container {
    display: inline-block;
    vertical-align: bottom
}

.modal1 .normal .form .form-div label {
    display: inline-block;
    width: 80px;
    text-align: right;
    margin-right: 10px;
    font-size: 15px
}

.modal1 .normal .form .form-div .require {
    display: none;
    margin-left: 10px;
    color: red
}

.modal1 .normal .form .form-div input {
    padding-left: 10px;
    width: 350px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ccc
}

.modal1 .normal .form .form-div .btn {
    width: 349px;
    height: 45px;
    line-height: 45px;
    background: #40aa4e;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    margin-left: 93px;
    padding: 0
}

.modal1 .result {
    text-align: center;
    padding-top: 136px
}

.modal1 .result.success {
    display: none
}

.modal1 .result.success .button {
    width: 300px;
    margin: 70px auto 20px;
    height: 45px;
    line-height: 45px;
    background: #f5f5f5;
    font-size: 18px
}

.modal1 .result.error {
    display: none
}

.modal1 .result.error .btnDouble {
    width: 435px;
    margin: 70px auto 20px;
    height: 45px;
    line-height: 45px
}

.modal1 .result.error .btnDouble a {
    background: #f5f5f5;
    display: inline-block;
    width: 205px;
    font-size: 18px
}

.modal1 .result.error .btnDouble a.btnL {
    float: left
}

.modal1 .result.error .btnDouble a.btnR {
    float: right
}

.modal1 .result img {
    margin-top: 120px
}

.modal1 .result p {
    margin-top: 60px;
    font-size: 18px
}

.product-main {
    overflow: hidden
}

.product-main .product-banner-url {
    background-image: url(../assets/product-banner.jpg)
}

.product-main .product-all {
    padding-top: 134px;
    text-align: center
}

.product-main .product-all img {
    width: 1183px;
    height: 655px
}

.product-main .product-content {
    padding-bottom: 146px;
    width: 1200px;
    margin: 0 auto
}

.product-main .product-content-en .item-right {
    padding-top: 8px !important
}

.product-main .product-content .product-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 64px;
    padding-bottom: 66px;
    border-bottom: 1px solid #ccc
}

.product-main .product-content .product-item:last-child {
    border: none
}

.product-main .product-content .product-item .item-left {
    width: 688px;
    height: 459px;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px)
}

.product-main .product-content .product-item .item-left img {
    width: 100%;
    height: 100%
}

.product-main .product-content .product-item .item-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 50px;
    padding-top: 46px;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px)
}

.product-main .product-content .product-item .item-right .item-title {
    padding-bottom: 48px
}

.product-main .product-content .product-item .item-right .item-title span {
    font-size: 30px;
    font-weight: 500;
    color: #3a3a3a;
    position: relative
}

.product-main .product-content .product-item .item-right .item-title span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 58px;
    background-color: #5a58c1
}

.product-main .product-content .product-item .item-right .item-tip {
    font-size: 16px;
    line-height: 30px;
    color: #3a3a3a;
    font-size: 20px;
    padding-bottom: 48px
}

.product-main .product-content .product-item .item-right .item-content {
    font-size: 16px;
    line-height: 30px;
    color: #3a3a3a;
    padding-bottom: 48px
}

.product-main .product-content .product-item .item-right .item-more a {
    font-size: 16px;
    color: #5a58c1;
    padding-bottom: 2px
}

.product-main .product-content .product-item .item-right .item-more a:hover {
    border-bottom: 1px solid #5a58c1
}

.left-easein {
    -webkit-animation: lefteaseinAnimate 1s ease 1;
    animation: lefteaseinAnimate 1s ease 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.right-easein {
    -webkit-animation: righteaseinAnimate 1s ease 1;
    animation: righteaseinAnimate 1s ease 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes lefteaseinAnimate {
    0% {
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes lefteaseinAnimate {
    0% {
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes righteaseinAnimate {
    0% {
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes righteaseinAnimate {
    0% {
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}