/*@charset "UTF-8";*/
/* CSS Document */
/*-- 提倡互联网共享,同时应尊重原创作者,网站制作属: lijia xiong --*/
/*QQ：897232289*/
/*html5*/
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.pointer {
    cursor: pointer;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'number';
    src: url('../fonts/number.svg');
}

html, body {
    font-family: "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
    position: relative;
    background: #fff;
    font-size: 14px;
    color: #333;
    margin: 0 auto;
    /*display: none;*/
}

/*默认样式*/
img {
    border: none;
    display: block;
    width: 100%;
}

div {
    display: block;
}

table {
    border-collapse: collapse;
}

a {
    text-decoration: none;
    color: #333;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

li {
    list-style: none;
}

input, select, button, textarea {
    vertical-align: middle;
    font-family: "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
    border-radius: 0;
    outline: none;
    background: none;
    border: none;
}

textarea {
    resize: vertical;
}

/*清除浮动*/
.clear:after {
    content: "";
    width: 0;
    height: 0;
    clear: both;
    display: block;
}

/*input高亮*/
.salient-input {
    border: 1px solid #ccc;
    padding: 7px 0 7px 5px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.salient-input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

/*单行超出省略*/
.space-over {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*多行超出省略*/
.space-list-over {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #b3b3b3;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #b3b3b3;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #b3b3b3;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #b3b3b3;
}

.page-lable-wrap {
    font-size: 0;
    padding-bottom: 150px;
}

.page-lable-wrap span {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    position: relative;
}

.page-lable-wrap span a {
    padding: 10px 15px;
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #dedede;
    transition: all .7s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
}

.page-lable-wrap .page-hover a {
    background: #262a2e;
    color: #fff;
    border: 1px solid #262a2e;
}

.page-lable-wrap span a:hover {
    background: #262a2e;
    color: #fff;
    border: 1px solid #262a2e;
}

.banner-box {
    background: #000;
}

.banner-box .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    margin: 0 9px !important;
}

.banner-box .swiper-pagination-bullets {
    bottom: 50px !important;
}

.swiper-animation {
    opacity: 0;
}

.banner-box .swiper-pagination-bullet-active {
    background: #52b3b7 !important;
    opacity: 1 !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

/*!*滚动条整体部分，可以设置宽度等*!*/
/*::-webkit-scrollbar {*/
/*}*/

/*!*滚动条两端的按钮*!*/

/*::-webkit-scrollbar-button {*/
/*}*/

/*!*外层轨道*!*/
/*::-webkit-scrollbar-track {*/
/*}*/

/*!*内层滚动槽*!*/
/*::-webkit-scrollbar-track-piece {*/
/*}*/

/*!*滚动的滑块*!*/
/*::-webkit-scrollbar-thumb {*/
/*}*/

/*!*边角*!*/
/*::-webkit-scrollbar-corner {*/
/*}*/

/*!*定义右下角拖动块的样式*!*/
/*::-webkit-resizer {*/
/*}*/
.back-body {
    background: #f5f5f5;
}

.width-auto {
    width: 100%;
    padding: 0 370px;
    position: relative;
}

.width-auto2 {
    width: 100%;
    padding: 0 230px;
    position: relative;
}

.header-logo {
    width: 472px;
    float: left;
    padding: 15px 0;
}

.map-index-box-wap {
    display: none;
}

.header-logo a {
    display: block;
}

.header-contact-wrap {
    float: right;
    font-size: 0;
    padding-top: 17px;
}

.header-contact-box {
    display: inline-block;
    position: relative;
    padding-left: 45px;
}

.header-contact-box:nth-child(2) {
    margin-left: 20px;
}

.header-contact-box i {
    width: 35px;
    display: block;
    position: absolute;
    left: 0;
    top: 11px;
}

.header-contact-box .header-text {
    display: block;

}

.header-contact-box .header-text:nth-child(1) {
    font-size: 12px;
    color: #898989;
    line-height: 20px;
}

.header-contact-box .header-text:nth-child(2) {
    font-size: 26px;
    color: #000000;
    font-weight: bold;
    line-height: 36px;
}

.header-contact-box .header-text:nth-child(2) a {
    color: #000000;
}

.header-nav {
    background: #414958;
    text-align: center;
    font-size: 0;
    height: 64px;
    position: relative;
    z-index: 2;
}

.header-nav-box {
    position: relative;
    width: 100%;
}

.header-list-nav {
    width: 62%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.header-list-nav .header-li {
    width: 16.666%;
    height: 64px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.header-list-nav .header-li ul {
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    background: rgba(65, 73, 88, .7);
}

.header-list-nav .header-li ul li {
    line-height: 30px;
}

.header-list-nav .header-li ul li:first-child {
    margin-top: 20px;
}

.header-list-nav .header-li ul li:last-child {
    margin-bottom: 20px;
}

.header-list-nav .header-li ul li a {
    font-size: 14px;
    display: block;
    color: #fff;
}

.header-list-nav .header-li .header-li-a a {
    display: block;
    line-height: 64px;
    font-size: 18px;
    color: #fff;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.header-list-nav .header-hover-a .header-li-a a {
    background: #3c4351;
    font-weight: bold;
}

.header-list-nav .header-li .header-mouse-a a {
    background: #3c4351;
}

.header-search-wrap {
    display: inline-block;
    vertical-align: top;
    margin: 0 30px;
    position: relative;
    z-index: 1;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.header-search-box {
    width: 100%;
}

.header-icon {
    cursor: pointer;
    width: 50px;
    padding: 16px;
    display: inline-block;
    vertical-align: top;
    margin: 7px 0;
}

.header-language {
    vertical-align: top;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 64px;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.header-language span {
    margin: 5px;
}

.header-language span a {
    font-size: 12px;
    color: #fff;
}

.max-search-wrap {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 64px;
    opacity: 0;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.max-search-box {
    position: absolute;
    width: 100%;
    padding: 0 0 0 50px;
}

.max-icon {
    cursor: pointer;
    width: 50px;
    padding: 16px;
    display: inline-block;
    vertical-align: top;
    margin: 7px 0;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transition: all .5s .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .5s .3s cubic-bezier(.645, .045, .355, 1);
    opacity: 0;
}

.max-input {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    line-height: 36px;
    padding: 14px 10px;
    font-size: 16px;
    color: #fff;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transition: all .6s .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s .3s cubic-bezier(.645, .045, .355, 1);
    opacity: 0;
}

.max-hide {
    margin: 7px 0;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: -80px;
    cursor: pointer;
    opacity: 0;
    transition: all .3s .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .3s .3s cubic-bezier(.645, .045, .355, 1);
}

.max-hide:after {
    position: absolute;
    top: 24px;
    left: 14px;
    content: "";
    width: 20px;
    height: 2px;
    background: #fff;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all .3s .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .3s .3s cubic-bezier(.645, .045, .355, 1);
}

.max-hide:before {
    position: absolute;
    top: 24px;
    left: 14px;
    content: "";
    width: 20px;
    height: 2px;
    background: #fff;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all .3s .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .3s .3s cubic-bezier(.645, .045, .355, 1);
}

.header-nav-click .header-list-nav .header-li {
    transform: scale(0);
    -webkit-transform: scale(0);
}

.header-nav-click .header-search-wrap {
    transform: scale(0);
    -webkit-transform: scale(0);
}

.header-nav-click .header-language {
    transform: scale(0);
    -webkit-transform: scale(0);
}

.click-search-wrap {
    opacity: 1;
}

.click-search-wrap .max-icon {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.click-search-wrap .max-input {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.click-search-wrap .max-hide {
    opacity: 1;
}

.click-search-wrap .max-hide:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.click-search-wrap .max-hide:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.banner-img {
    padding-bottom: 34%;
    height: 0;
    overflow: hidden;
}

.banner-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.swiper-text-box {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 19.8%;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.swiper-text-box .banner-en {
    max-width: 877px;
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.swiper-text-box .banner-max {
    font-size: 61px;
    font-weight: bold;
    margin-top: 4%;
    color: #fff;
    animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    text-shadow: 5px 0 7px rgba(0, 0, 0, .4);
    -webkit-text-shadow: 5px 0 7px rgba(0, 0, 0, .4);
}

.swiper-text-box .banner-min {
    margin-top: 1.5%;
    font-size: 46px;
    color: #fff;
    font-weight: bold;
    animation-delay: 600ms;
    -webkit-animation-delay: 600ms;
    text-shadow: 5px 0 7px rgba(0, 0, 0, .4);
    -webkit-text-shadow: 5px 0 7px rgba(0, 0, 0, .4);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.link-index-wrap {
    background: #ebf4f1;

}

.link-index-box {
    font-size: 0;
    text-align: center;
}

.link-index-li {
    width: 128px;
    display: inline-block;
    margin: 40px 0;
}

.link-index-li:nth-child(1) {
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
}

.link-index-li:nth-child(2) {
    animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
}

.link-index-li:nth-child(3) {
    animation-delay: 600ms;
    -webkit-animation-delay: 600ms;
}

.link-index-li:nth-child(4) {
    animation-delay: 800ms;
    -webkit-animation-delay: 800ms;
}

.link-index-li a {
    display: block;

}

.link-index-li a:hover span:nth-child(2) {
    color: #52b3b7;
}

.link-index-li a span:nth-child(1) {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.link-index-li a span:nth-child(1) i {
    width: 45px;
    height: 46px;
    display: block;
    margin: 0 auto;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.link-index-li:nth-child(1) a span:nth-child(1) i {
    background: url(../images/index-link1.png) no-repeat;
}

.link-index-li:nth-child(2) a span:nth-child(1) i {
    background: url(../images/index-link2.png) no-repeat;
}

.link-index-li:nth-child(3) a span:nth-child(1) i {
    background: url(../images/index-link3.png) no-repeat;
}

.link-index-li:nth-child(4) a span:nth-child(1) i {
    background: url(../images/index-link4.png) no-repeat;
}

.link-index-li:nth-child(1) a:hover span:nth-child(1) i {
    background: url(../images/index-link1-1.png) no-repeat;
}

.link-index-li:nth-child(2) a:hover span:nth-child(1) i {
    background: url(../images/index-link2-1.png) no-repeat;
}

.link-index-li:nth-child(3) a:hover span:nth-child(1) i {
    background: url(../images/index-link3-1.png) no-repeat;
}

.link-index-li:nth-child(4) a:hover span:nth-child(1) i {
    background: url(../images/index-link4-1.png) no-repeat;
}

.link-index-li span {
    display: block;
}

.link-index-li span:nth-child(1) img {
    height: 46px;
    width: auto;
    margin: 0 auto;
}

.link-index-li:last-child span:nth-child(1):after {
    display: none;
}

.link-index-li span:nth-child(1):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: #c3c8c7;
}

.link-index-li a span:nth-child(2) {
    display: block;
    color: #1b232b;
    font-size: 20px;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.service-index-wrap {
    padding-bottom: 210px;
}

.service-index-box {
    position: relative;
}

.service-index-img {
    display: block;
    padding-bottom: 21.666%;
    height: 0;
    overflow: hidden;
    position: relative;
}

.service-index-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-index-tab {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 1;
}

.service-index-height {
    height: 100%;
    position: relative;
    display: block;
    margin: 0 370px;
}

.service-text-wrap {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.service-position {
    position: absolute;
    top: 50%;
    padding: 0 205px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    width: 100%;
}

.service-position:nth-child(1) {
    display: block;
}

.service-position:nth-child(1) .service-animation {
    opacity: 1;
}

.service-position .service-animation {
    opacity: 0;
}

.service-position .service-animation:nth-child(1) {
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
}

.service-position .service-animation:nth-child(2) {
    animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
}

.service-index-title {
    font-size: 38px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.service-index-text {
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    padding-top: 35px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.service-index-button {
    text-align: center;
    position: relative;
    top: 100%;
    padding: 0 165px;
}

.service-index-button ul {
    font-size: 0;
    position: relative;
    top: -39px;
}

.service-index-button ul li {
    display: inline-block;
    text-align: center;
    width: 20%;
    cursor: pointer;
}

.service-index-button ul li .service-button-number {
    width: 78px;
    height: 78px;
    background: #687c92;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.service-index-button ul li .service-button-number span {
    display: inline-block;
    padding-top: 24px;
}

.service-index-button ul li .service-button-number span img {
    height: 30px;
    width: auto;
}

.service-index-button ul li .service-button-title {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    color: #687c92;
    padding-top: 20px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.service-index-button ul li .service-button-title span {
    display: block;
}

.service-index-button ul .service-active .service-button-number {
    background: #52b3b7;
}

.service-index-button ul .service-active .service-button-title {
    color: #52b3b7;
}

.map-index-wrap {
    background: #ebf4f1;
    padding: 130px 0;
}

.map-text-video {
    font-size: 0;
}

.map-index-text {
    display: inline-block;
    width: 50%;
    padding-right: 15px;

}

.map-index-back {
    background: #ffffff;
    padding-bottom: 56%;
    height: 0;
    position: relative;
}

.map-text-box {
    padding: 40px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.map-text-read {
    font-size: 0;
    margin-top: 40px;
}

.map-text-title {
    font-size: 38px;
    color: #000000;
    font-weight: bold;
    padding-top: 20px;
}

.map-text-read .map-text-li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.map-text-read .map-text-li:nth-child(1) {
    padding-right: 10px;
}

.map-text-read .map-text-li:nth-child(2) {
    padding-left: 10px;
}

.map-text-read .map-text-li span {
    display: block;
}

.map-text-read .map-text-li span:nth-child(1) {
    font-size: 60px;
    font-weight: bold;
    color: #52b3b7;
}

.map-text-read .map-text-li span:nth-child(2) {
    font-size: 20px;
    color: #687c92;
    padding-top: 10px;
}

.map-index-video {
    display: inline-block;
    width: 50%;
    padding-left: 15px;
    vertical-align: top;
}

.map-video-link {
    background: #ffffff;
    padding-bottom: 56%;
    height: 0;
    position: relative;
}

.map-video-link a {

    overflow: hidden;
}

.map-video-link a img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.map-video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 56px;
    height: 56px;
    margin-left: -28px;
    margin-top: -28px;
    z-index: 8;
    background: url(../images/video-button.png) no-repeat;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.map-video-button:hover {
    background: url(../images/video-button2.png) no-repeat;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.map-img-wrap {
    position: relative;
    width: 68.4%;
    margin: 110px auto 0;
}

.map-index-img {
    padding-bottom: 44%;
    height: 0;
    position: relative;
}

.map-index-img img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.map-index-lable {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.map-index-lable .map-lable-span {
    width: 52px;
    height: 52px;
    position: relative;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    overflow: hidden;
    cursor: pointer;
    z-index: 11;
}

.map-index-lable .map-lable-span span:nth-child(1) {
    content: "";
    position: absolute;
    top: 40%;
    left: 40%;
    width: 20%;
    height: 20%;
    background: rgba(82, 179, 183, 1);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    overflow: hidden;
    z-index: 9;
}

.map-index-lable .map-lable-span span:nth-child(2) {
    content: "";
    position: absolute;
    top: 30%;
    left: 30%;
    width: 40%;
    height: 40%;
    background: rgba(82, 179, 183, .86);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    overflow: hidden;
    opacity: 0;
    transform: scale(.5);
    -webkit-transform: scale(.5);
    z-index: 8;
    -webkit-animation: fadeInScale 2.4s linear infinite normal;
    animation: fadeInScale 2.4s linear infinite normal;
}

.map-index-lable .map-lable-span span:nth-child(3) {
    content: "";
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%;
    background: rgba(82, 179, 183, .56);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    overflow: hidden;
    opacity: 0;
    transform: scale(.75);
    -webkit-transform: scale(.75);
    z-index: 7;
    -webkit-animation: fadeInScale2 2.4s linear 0.8s infinite normal;
    animation: fadeInScale2 2.4s linear 0.8s infinite normal;
}

.map-index-lable .map-lable-span span:nth-child(4) {
    content: "";
    position: absolute;
    top: 15%;
    left: 15%;
    width: 70%;
    height: 70%;
    background: rgba(82, 179, 183, .36);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    overflow: hidden;
    opacity: 0;
    transform: scale(.75);
    -webkit-transform: scale(.75);
    z-index: 6;
    -webkit-animation: fadeInScale2 2.4s linear 1.6s infinite normal;
    animation: fadeInScale2 2.4s linear 1.6s infinite normal;
}

.map-index-lable .map-lable-span:nth-child(1) {
    position: absolute;
    top: 28%;
    left: 8.5%;
}

.map-index-lable .map-lable-span:nth-child(2) {
    position: absolute;
    top: 29%;
    left: 20%;
}

.map-index-lable .map-lable-span:nth-child(3) {
    position: absolute;
    top: 28%;
    left: 43.2%;
    width: 35px;
    height: 35px;
}

.map-index-lable .map-lable-span:nth-child(4) {
    position: absolute;
    top: 18%;
    left: 46.5%;
    width: 82px;
    height: 82px;
}

.map-index-lable .map-lable-span:nth-child(5) {
    position: absolute;
    top: 37%;
    right: 16.3%;
}

.map-index-lable .map-lable-span:nth-child(6) {
    position: absolute;
    top: 17%;
    left: 42.6%;
}

.map-index-lable .map-lable-span:nth-child(7) {
    position: absolute;
    top: 22%;
    left: 13.3%;
}

.map-index-lable .map-lable-span:nth-child(8) {
    position: absolute;
    top: 29%;
    right: 9.5%;
}
.map-index-lable .map-lable-span:nth-child(9) {
    position: absolute;
    top: 72%;
    right:8%;
}
.map-index-lable .map-lable-span:nth-child(10) {
    position: absolute;
    top: 22%;
    left:45%;
}
.team-index-wrap{
    padding:110px 0 130px;
    background:#ebf4f1;
}

.team-index-wrap .partner-title{
    padding-bottom:64px;
}

.advantage-index-wrap .partner-title{
    color:#fff;
    padding-bottom:48px;
}
.advantage-index-wrap .width-auto{
    padding-top:30px;
    padding-bottom:60px;
}

.swiper-cont-menu-wrap{
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:nowrap;
    -moz-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
.swiper-menu-it{
    display:inline-block;
    vertical-align:top;
    color:#fff;
    cursor:pointer;
}

.swiper-menu-it.active{
    font-weight:bold;
}

.swiper-container-advantage-wrap .swiper-slide{
    color:#fff;
}

@media screen and (min-width: 1201px) {
    .swiper-cont-menu-wrap{
        height:138px;
        border-bottom:1px solid #6780a5;
        margin-bottom:48px;
    }
    .swiper-container-advantage-wrap{
        min-height:180px;
    }
    .swiper-container-advantage-wrap .swiper-slide{
        font-size:18px;
        line-height:36px;
    }
    .swiper-button-wrap{
        position:relative;
        margin-top:20px;
        width:124px;
        height:50px;
    }
    .swiper-button-wrap .swiper-button-white{
        top:50%;
        width:50px;
        height:50px;
        margin-top:-25px;
        border-radius: 50%;
        background-color:rgba(82,179,183,0.4);
        cursor:pointer;
        background-position:center;
        -webkit-transition:background-color .3s linear;
        transition:background-color .3s linear;
    }
    .swiper-button-wrap .swiper-button-white:hover{
        background-color:rgba(82,179,183,1);
    }
    .swiper-button-wrap .swiper-button-prev,.swiper-button-wrap .swiper-button-next{
        background-size:12px 20px;
    }
    .swiper-button-wrap .swiper-button-prev{
        left:0;
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAUCAQAAAAT+RSaAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflBBACABAx9xXEAAAAlUlEQVQY033RSwoCMRAE0LhV/GxGRL2EWy/gnRURUURxJ6L4O4UHeC7C4EwYkl6EdHW6q6qDkMTA0kxI031nrFOg74iLog70HHBVCFWga4+bYXyX6Y4d7kZlYbzatngY/xvH3hu8TKpEgoUv3qZ14sEHzFOhmR/ljGc6I8MqoyOjPFrY6FWETk3uZvYRN7gyE1pC8/kBMeAVp6SRzmMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjEtMDQtMTZUMDI6MDA6MTYrMDA6MDDpzS2YAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIxLTA0LTE2VDAyOjAwOjE2KzAwOjAwmJCVJAAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAASUVORK5CYII=);
    }
    .swiper-button-wrap .swiper-button-next{
        right:0;
        background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAUCAQAAAAT+RSaAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflBBACBSv9iwilAAAAl0lEQVQY03XROW4CYQyGYdMillAMYjtE0nIB7gwUQSwSUIGSILZTQP9QoEjwz4xd2NIry/4+h/Bp7EO8ZwhTbDXzILPH+h09S+YHq1f037T9YaGegtBxwFwtBaHniJlqCkLfGd8aKQgDF9yMUhCG4JqfOOOeTvSdinZ0i68q0dH2i2WqvMSrzA6bvLul//gy0UqFVkRxPAANXRWq6KUP6wAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMS0wNC0xNlQwMjowNTo0MyswMDowMBU8xx8AAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjEtMDQtMTZUMDI6MDU6NDMrMDA6MDBkYX+jAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAABJRU5ErkJggg==);
    }
    .swiper-menu-it{
        font-size:24px;
        line-height:137px;
        height:137px;
    }
    .swiper-menu-it.active{
        border-bottom:3px solid #52b3b7;
    }
    .advantage-index-wrap{
        padding-top:-webkit-calc((54.94vw - 648px) * 0.2745);
        padding-top:calc((54.94vw - 648px) * 0.2745);
        padding-bottom:-webkit-calc((54.94vw - 648px) * 0.7255);
        padding-bottom:calc((54.94vw - 648px) * 0.7255);
    }
    .team-index-list{
        height:10px;
        padding-bottom:44.905%;
    }
    .team-index-list:after{
        content:'';
        display:block;
        clear:both;
        height:0;
        overflow:hidden;
    }
    .team-index-list::after{
        content:'';
        display:block;
        clear:both;
        height:0;
        overflow:hidden;
    }
    .team-index-item{
        padding-top:10px;
    }
    .team-index-items-right .team-index-item{
        float:left;
        padding-left:10px;
        width:50%;
    }
    .team-index-items-left{
        float:left;
        width:33.3333%;
    }
    .team-index-items-right{
        float:right;
        width:66.6667%;
    }
    .team-index-img{
        position:relative;
    }
    .team-index-img img{
        position:absolute;
        width:100%;
        height:100%;
    }
    .team-index-items-right .team-index-img{
        height:0;
        padding-bottom:67.3575%;
    }
    .team-index-items-left .team-index-img{
        height:10px;
        padding-bottom:134.715%;
    }

}

.partner-logo {
    padding: 110px 0;
}

.partner-title {
    font-size: 38px;
    font-weight: bold;
}

.partner-text {
    padding-top: 30px;
    font-size: 20px;
    line-height: 28px;
}

.partner-list {
    width: 100%;
    font-size: 0;
    padding-top: 60px;
}

.partner-li {
    width: 30%;
    margin-right: 5%;
    display: inline-block;
    position: relative;
    margin-bottom: 5%;
    box-shadow: 8px 0 16px rgba(190, 190, 190, .75);
    -webkit-box-shadow: 8px 0 16px rgba(190, 190, 190, .75);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.partner-li a {
    display: block;
}

.partner-li:nth-child(3n) {
    margin-right: 0;
}

.partner-li-img {
    width: 100%;
    padding-bottom: 62.1%;
    height: 0;
    position: relative;
    overflow: hidden;
}

.partner-li-img img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.partner-li-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    padding: 20px 0;
    opacity: 0;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.partner-li-text span {
    padding: 0 20px;
    font-size: 25px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 0;
    line-height: 36px;
    width: 100%;
}

.partner-li:hover .partner-li-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.partner-li:hover .partner-li-text {
    opacity: 1;
}

.partner-li:nth-child(3n+1) {
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
}

.partner-li:nth-child(3n+2) {
    animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
}

.partner-li:nth-child(3n) {
    animation-delay: 600ms;
    -webkit-animation-delay: 600ms;
}

.news-index-wrap {
    padding: 110px 0;
    background: #ebf4f1;
}

.news-index-list {
    font-size: 0;
    padding-top: 70px;
}

.news-swiper .swiper-slide {
    width: 32%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news-index-li {
    width: 100%;
}

.news-swiper .swiper-slide:nth-child(3n) {
    margin-right: 0;
}

.news-index-li a {
    display: block;
}

.news-index-img {
    padding-bottom: 57.8%;
    position: relative;
    overflow: hidden;
    height: 0;
}

.news-index-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news-index-lable {
    font-size: 0;
    padding-bottom: 20px;
}

.news-index-lable span {
    line-height: 32px;
    font-size: 14px;
    display: inline-block;

}

.news-index-lable span:nth-child(1) {
    color: #fff;
    float: left;
    padding: 0 15px;
}

.news-index-lable span:nth-child(2) {
    float: right;
    color: #aaabab;
    padding-right: 10px;
}

.news-blue .news-index-lable span:nth-child(1) {
    background: #6ca0d4;
}

.news-green .news-index-lable span:nth-child(1) {
    background: #52b3b7;
}

.news-li-title {
    font-size: 20px;
    color: #1b232b;
    padding-bottom: 10px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news-li-text {
    font-size: 18px;
    color: #595757;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-index-li:hover .news-index-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.news-index-li:hover .news-li-title {
    color: #52b3b7;
}

.news-index-li:nth-child(3n+1) {
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
}

.news-index-li:nth-child(3n+2) {
    animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
}

.news-index-li:nth-child(3n) {
    animation-delay: 600ms;
    -webkit-animation-delay: 600ms;
}

.index-more {
    width: 265px;
    margin: 90px auto 0;
}

.index-more a {
    display: block;
    position: relative;
    padding-bottom: 18.11%;
    height: 0;
    overflow: hidden;
}

.index-more .more-back {
    width: 100%;
    height: 100%;
    position: absolute;

}

.index-more .more-back img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-more span {
    position: absolute;
    text-align: center;
    z-index: 9;
    width: 100%;
    height: 46px;
    line-height: 46px;
    left: 0;
    color: #fff;
    font-size: 16px;
    margin-top: -23px;
    top: 50%;
}

.footer-wrap {
    background: #414958;
    padding: 50px 0;
}

.footer-box {
    font-size: 0;
    margin-bottom: 20px;
}

.footer-left {
    display: inline-block;
    width: 52%;
    float: left;
}

.footer-nav {
    font-size: 0;
    position: relative;
    padding-left: 83px;
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
}

.footer-link {
    font-size: 0;
    position: relative;
    padding-left: 83px;
    animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
}

.footer-nav-title {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    width: 65px;
    position: absolute;
    left: 0;
}

.footer-nav-ul {
    display: inline-block;
    width: 100%;
}

.footer-nav-ul .footer-nav-li {
    font-size: 16px;
    display: inline-block;
    padding: 0 18px 30px;
    white-space: normal;
}

.footer-nav-ul .footer-nav-li a {
    color: #979797;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.footer-nav-ul .footer-nav-li:hover a {
    color: #fff;
}

.footer-right {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.footer-icon {
    width: 35%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
}

.footer-icon span {
    width: 27px;
    display: inline-block;
    cursor: pointer;
    margin: 0 16px;
}

.footer-ewm {
    width: 24%;
    display: inline-block;
    float: right;
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
}

.footer-ewm2 {
    width: 24%;
    display: inline-block;
    float: right;
    margin-right: 20px;
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
}

.border-wrap {
    height: 1px;
    width: 100%;
    background: #9e9e9e;
    animation-delay: 600ms;
    -webkit-animation-delay: 600ms;
}

.footer-bq {
    font-size: 0;
    animation-delay: 800ms;
    -webkit-animation-delay: 800ms;
}

.footer-bq span, .footer-bq span a {
    font-size: 14px;
    color: #9e9e9e;
}

.footer-bq span:nth-child(2) {
    padding: 0 60px 0 20px;
    line-height: 36px;
}

.map-read-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.map-read-box {
    width: 290px;
    background: #fff;
    padding: 10px;
    position: absolute;
    z-index: 9;
    box-shadow: 8px 0 15px rgba(190, 190, 190, .75);
    -webkit-box-shadow: 8px 0 15px rgba(190, 190, 190, .75);
    opacity: 0;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.map-animation {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    z-index: 12;
}

.map-read-box:nth-child(1) {
    top: 7%;
    left: -15%;
}

.map-read-box:nth-child(2) {
    top: 41%;
    left: 11%;
}

.map-read-box:nth-child(3) {
    top: 5%;
    left: 19%;
}

.map-read-box:nth-child(4) {
    top: 2%;
    left: 53%;
}

.map-read-box:nth-child(5) {
    top: 25%;
    left: 85%;
}

.map-read-box:nth-child(6) {
    top: 2%;
    left: 21%;
}

.map-read-box:nth-child(7) {
    top: 4%;
    left: -10%;
}

.map-read-box:nth-child(8) {
    top: 10%;
    left: 91%;
}

.map-read-box .map-read-img {
    padding-bottom: 58%;
    height: 0;
    overflow: hidden;
    position: relative;
}

.map-read-box .map-read-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map-read-title {
    font-size: 0;
    padding-top: 5px;
}

.map-read-title span {
    display: inline-block;
    width: 50%;
    line-height: 36px;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.map-read-title span:nth-child(1) {
    font-size: 18px;
    color: #1b232b;
}

.map-read-title span:nth-child(2) {
    font-size: 16px;
    color: #52b3b7;
    text-align: right;
}

.map-read-text {
    font-size: 0;
    padding-bottom: 5px;
}

.map-read-text span {
    display: inline-block;
    width: 50%;
    line-height: 36px;
    font-size: 15px;
    color: #595757;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.map-read-text span:nth-child(2) {
    text-align: right;
}

.float-nav {
    width: 186px;
    position: fixed;
    background: rgba(0, 0, 0, .6);
    right: -134px;
    top: 32%;
    z-index: 999;
    border-radius: 8px 0 0 8px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.float-max {
    right: 0;
}

.float-max .float-ewm {
    width: 120px;
    margin: 5px auto 25px;
}

.float-li {
    line-height: 56px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.float-li:last-child {
    border: none;
}

.float-li .float-icon {
    font-size: 0;
    cursor: pointer;
}

.float-li .float-icon a {
    display: block;
}

.float-li .float-icon span {
    vertical-align: top;
    display: inline-block;
}

.float-li .float-icon span:nth-child(1) {
    width: 28px;
    opacity: .6;
    margin: 14px 0 0 12px;
}

.float-li .float-icon span:nth-child(2) {
    font-size: 16px;
    color: #fff;
    padding-left: 12px;
}

.float-ewm {
    width: 0;
    margin: 0 auto;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.float-ewm2 {
    width: 0;
    margin: 0 auto;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.banner-read-wrap {
    position: relative;
}

.banner-read-img {
    width: 100%;
    overflow: hidden;
}

.banner-text-wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.banner-text-wrap span {
    color: #fff;
    display: block;
    text-align: center;
}

.banner-text-wrap span:nth-child(1) {
    font-size: 55px;
    font-weight: bold;
}

.banner-text-wrap span:nth-child(2) {
    font-size: 40px;
    font-weight: bold;
    margin-top: 10px;
}

.banner-nav {
    position: absolute;
    top: 8%;
    font-size: 0;
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
}

.banner-nav span {
    color: #fff;
    font-size: 14px;
}

.banner-nav span a {
    color: #fff;
    font-size: 14px;
}

.about-text {
    padding: 110px 0;
    font-size: 0;

}

.about-title {
    display: inline-block;
    width: 30%;
    font-size: 38px;
    font-weight: bold;
    color: #000000;
    vertical-align: top;
}

.about-center-title {
    width: 100%;
    font-size: 38px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

.about-read {
    display: inline-block;
    width: 70%;
    font-size: 20px;
    color: #595757;
    line-height: 37px;
}

.about-advantage {
    background: #ebf4f1;
    font-size: 0;
    padding: 50px 0 150px 0;
}

.advantage-ul {
    padding-top: 35px;
}

.advantage-li {
    width: 50%;
    vertical-align: top;
    display: inline-block;

}

.advantage-li:nth-child(2n+1) {
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
}

.advantage-li:nth-child(2n) {
    animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
}

.advantage-li:nth-child(2n+1) {
    padding: 13px 13px 13px 0;
}

.advantage-li:nth-child(2n) {
    padding: 13px 0 13px 13px;
}

.advantage-box {
    padding: 60px;
    background: #ffffff;
    height: 384px;
    overflow: hidden;
    box-shadow: 1px 0 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, .1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.advantage-box .advantage-read span {
    vertical-align: top;
}

.advantage-box .advantage-read {
    position: relative;
    height: 56px;
    padding-left: 66px;
}

.advantage-box .advantage-read span:nth-child(1) {
    width: 56px;
    height: 56px;
    background: #687c92;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.advantage-box .advantage-read span:nth-child(2) {
    display: inline-block;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    color: #687c92;
    line-height: 56px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.advantage-li .advantage-box .advantage-read span:nth-child(1) i {
    display: block;
    width: 31px;
    height: 39px;
    margin: 8px auto 0;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.advantage-read2 {
    font-size: 18px;
    line-height: 30px;
    color: #595757;
    padding-top: 20px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.advantage-li:nth-child(1) .advantage-box:hover .advantage-read span:nth-child(1) i {
    background: url(../images/about-icon1.png) no-repeat top;
    background-size: 100%;
}

.advantage-li:nth-child(2) .advantage-box:hover .advantage-read span:nth-child(1) i {
    background: url(../images/about-icon2.png) no-repeat top;
    background-size: 100%;
}

.advantage-li:nth-child(3) .advantage-box:hover .advantage-read span:nth-child(1) i {
    background: url(../images/about-icon3.png) no-repeat top;
    background-size: 100%;
}

.advantage-li:nth-child(4) .advantage-box:hover .advantage-read span:nth-child(1) i {
    background: url(../images/about-icon4.png) no-repeat top;
    background-size: 100%;
}

.advantage-li:nth-child(5) .advantage-box:hover .advantage-read span:nth-child(1) i {
    background: url(../images/about-icon5.png) no-repeat top;
    background-size: 100%;
}

.advantage-li:nth-child(6) .advantage-box:hover .advantage-read span:nth-child(1) i {
    background: url(../images/about-icon6.png) no-repeat top;
    background-size: 100%;
}

/*hover*/

.advantage-box:hover {
    background: #52b3b7;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.advantage-box:hover .advantage-read span:nth-child(1) {
    background: #fff;

}

.advantage-li:hover .advantage-box .advantage-read span:nth-child(2) {
    color: #fff;
}

.advantage-li:hover .advantage-box .advantage-read2 {
    color: #fff;
}

.advantage-li:nth-child(1) .advantage-box .advantage-read span:nth-child(1) i {
    background: url(../images/about-icon1.png) no-repeat bottom;
    background-size: 100%;
}

.advantage-li:nth-child(2) .advantage-box .advantage-read span:nth-child(1) i {
    background: url(../images/about-icon2.png) no-repeat bottom;
    background-size: 100%;
}

.advantage-li:nth-child(3) .advantage-box .advantage-read span:nth-child(1) i {
    background: url(../images/about-icon3.png) no-repeat bottom;
    background-size: 100%;
}

.advantage-li:nth-child(4) .advantage-box .advantage-read span:nth-child(1) i {
    background: url(../images/about-icon4.png) no-repeat bottom;
    background-size: 100%;
}

.advantage-li:nth-child(5) .advantage-box .advantage-read span:nth-child(1) i {
    background: url(../images/about-icon5.png) no-repeat bottom;
    background-size: 100%;
}

.advantage-li:nth-child(6) .advantage-box .advantage-read span:nth-child(1) i {
    background: url(../images/about-icon6.png) no-repeat bottom;
    background-size: 100%;
}

.about-content-wrap {
    position: relative;
}

.about-content-text {
    position: absolute;
    top: 36%;
    width: 100%;
}

.about-content-text span {
    display: block;
}

.about-content-text span:nth-child(1) {
    font-size: 38px;
    color: #fefefe;
    font-weight: bold;
}

.about-content-text span:nth-child(2) {
    font-size: 30px;
    color: #fefefe;
    line-height: 48px;
    padding-top: 35px;
}

.about-core {
    padding: 80px 0;
}

.core-ul {
    font-size: 0;
}

.core-ul .core-li {
    width: 24.25%;
    display: inline-block;
    vertical-align: top;
    margin-right: 1%;
    position: relative;
}

.core-ul {
    padding: 80px 0 60px 0;
}

.core-ul .core-li:nth-child(1) {
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
}

.core-ul .core-li:nth-child(2) {
    animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
}

.core-ul .core-li:nth-child(3) {
    animation-delay: 600ms;
    -webkit-animation-delay: 600ms;
}

.core-ul .core-li:nth-child(4) {
    animation-delay: 800ms;
    -webkit-animation-delay: 800ms;
}

.core-ul .core-li:nth-child(4n) {
    margin-right: 0;
}

.core-img {
    padding-bottom: 70%;
    position: relative;
    overflow: hidden;
}

.core-img img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.core-text {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    line-height: 50px;
    margin-top: -25px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.about-fz-wrap {
    background: #ebf4f1;
    padding: 110px 0;
}

.about-fz-box {
    width: 100%;
    padding: 0 25%;
    font-size: 0;
    margin-top: 60px;
    position: relative;
}

.about-fz-box:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    background: #d0d0d0;
    top: 0;
    left: 50%;
    margin-left: -3px;
}

.about-fz-li {
    width: 50%;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.about-fz-li:first-child {
    padding-top: 70px;
}

.about-fz-li:last-child {
    padding-bottom: 70px;
}

.about-fz-li .about-fz-img {
    width: 50%;
    margin-left: 20px;
}

.about-fz-li {
    display: block;
}

.about-fz-li:nth-child(2n) {
    margin-left: 50%;
}

.about-fz-li:nth-child(2n+1) {
    margin-left: 0;
}

.about-fz-li:nth-child(2n+1) .about-fz-title {
    background: url(../images/left.png) no-repeat;
    background-size: 100%;
}

.about-fz-li:nth-child(2n) .about-fz-title {
    background: url(../images/right.png) no-repeat;
    background-size: 100%;
}

.about-fz-li:nth-child(2n+1) .about-fz-title:after {
    content: "";
    position: absolute;
    right: -12px;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 100%;
    z-index: 1;
    top: 6px;
}

.about-fz-li:nth-child(2n+1) .about-fz-title:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    right: -8px;
    background: #52b3b7;
    border-radius: 100%;
    z-index: 2;
    top: 10px;
}

.about-fz-li:nth-child(2n) .about-fz-title:after {
    content: "";
    position: absolute;
    left: -12px;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 100%;
    z-index: 1;
    top: 6px;
}

.about-fz-li:nth-child(2n) .about-fz-title:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: -8px;
    background: #52b3b7;
    border-radius: 100%;
    z-index: 2;
    top: 10px;
}

.about-fz-title {
    line-height: 37px;
    margin-top: 20px;
    padding-left: 20px;
    font-size: 22px;
    color: #fff;
    position: relative;
}

.about-fz-text {
    font-size: 16px;
    line-height: 25px;
    width: 100%;
    padding: 20px 0 0 20px;
}

.about-m-nav {
    display: none;
}

.about-join-wrap {
    padding: 100px 0;
}

.about-join-box {
    font-size: 0;
    padding-top: 80px;
}

.about-join-li {
    width: 32%;
    display: inline-block;
    margin-right: 2%;
    padding-bottom: 2%;
    vertical-align: top;
}

.about-join-li:nth-child(3n+1) {
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
}

.about-join-li:nth-child(3n+2) {
    animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
}

.about-join-li:nth-child(3n) {
    animation-delay: 600ms;
    -webkit-animation-delay: 600ms;
}

.about-join-li a {
    background: #e1e7ed;
    padding: 50px;
    display: block;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.about-join-li:nth-child(3n) {
    margin-right: 0;
}

.about-join-li span {
    display: block;
}

.about-join-li span:nth-child(1) {
    font-size: 22px;
    color: #687c92;
    padding-bottom: 25px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.about-join-li span:nth-child(2) {
    font-size: 16px;
    line-height: 28px;
    min-height: 74px;
    margin-bottom: 25px;
    color: #595757;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.about-join-li span:nth-child(3) {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;

}

.about-join-li span:nth-child(3):after {
    content: "";
    width: 2px;
    height: 100%;
    background: #687c92;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.about-join-li span:nth-child(3):before {
    content: "";
    width: 100%;
    height: 2px;
    background: #687c92;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.about-join-li a:hover {
    background: #52b3b7;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.about-join-li a:hover span:nth-child(3):after {
    background: #fff;
}

.about-join-li a:hover span:nth-child(3):before {
    background: #fff;
}

.about-join-li a:hover span:nth-child(1) {
    color: #fff;
}

.about-join-li a:hover span:nth-child(2) {
    color: #fff;
}

.about-join-read {
    padding: 0 120px;
}

.about-join-title {
    display: inline-block;
    width: 260px;
    height: 58px;
    line-height: 58px;
    background: url(../images/join-title.png) no-repeat;
    background-size: 100%;
    font-size: 28px;
    color: #fff;
    padding-left: 30px;
}

.about-join-bjq {
    font-size: 16px;
    line-height: 28px;
    color: #595757;
    padding: 60px 0;
}

.about-join-bjq img {
    padding: 40px 0;
}

.join-page-box {
    font-size: 0;
}

.join-page-box span {
    display: inline-block;
    width: 44px;
    height: 44px;
    position: relative;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.join-page-box span a {
    display: block;
    height: 100%;
}

.join-page-box span:nth-child(2) {
    margin-left: 10px;
}

.join-page-box span:nth-child(1):hover {
    background: #687c92;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}

.join-page-box span:nth-child(1):hover:after {
    background: #fff;
    right: 16px;
}

.join-page-box span:nth-child(1):hover:before {
    background: #fff;
    right: 16px;
}

.join-page-box span:nth-child(2):hover {
    background: #687c92;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}

.join-page-box span:nth-child(2):hover:after {
    background: #fff;
    left: 16px;
}

.join-page-box span:nth-child(2):hover:before {
    background: #fff;
    left: 16px;
}

.join-page-box span:nth-child(1):after {
    content: "";
    position: absolute;
    top: 16px;
    right: 11px;
    width: 16px;
    height: 2px;
    background: #687c92;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.join-page-box span:nth-child(1):before {
    content: "";
    position: absolute;
    bottom: 16px;
    right: 11px;
    width: 16px;
    height: 2px;
    background: #687c92;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.join-page-box span:nth-child(2):after {
    content: "";
    position: absolute;
    top: 16px;
    left: 11px;
    width: 16px;
    height: 2px;
    background: #687c92;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.join-page-box span:nth-child(2):before {
    content: "";
    position: absolute;
    bottom: 16px;
    left: 11px;
    width: 16px;
    height: 2px;
    background: #687c92;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.service-tab {
    padding: 100px 130px;
}

.service-list {
    font-size: 0;
    padding-top: 50px;
}

.service-list .service-li {
    width: 130px;
    height: 130px;
    line-height: 130px;
    background: #687c92;
    display: inline-block;
    font-size: 23px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 10px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.service-list .service-li:hover {
    background: #52b3b7;
}

.service-list .service-li:nth-child(2n):hover {
    background: #52b3b7;
}

.service-list .service-li:nth-child(1) {
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
}

.service-list .service-li:nth-child(2) {
    animation-delay: 300ms;
    -webkit-animation-delay: 300ms;
}

.service-list .service-li:nth-child(3) {
    animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
}

.service-list .service-li:nth-child(4) {
    animation-delay: 500ms;
    -webkit-animation-delay: 500ms;
}

.service-list .service-li:nth-child(5) {
    animation-delay: 600ms;
    -webkit-animation-delay: 600ms;
}

.service-list .service-li:nth-child(6) {
    animation-delay: 700ms;
    -webkit-animation-delay: 700ms;
}

.service-list .service-li:nth-child(7) {
    animation-delay: 800ms;
    -webkit-animation-delay: 800ms;
}

.service-list .service-li:first-child {
    margin-left: 0;
}

.service-list .service-li:last-child {
    margin-right: 0;
}

.service-list .service-li:nth-child(2n) {
    background: #414958;
}

.service-zz-wrap {
    background: #ebf4f1;
    padding: 100px 130px;
}

.service-zz-box {
    font-size: 0;
    padding-top: 60px;
}

.service-zz-left {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.service-zz-right {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.service-zz-title {
    font-size: 25px;
    font-weight: bold;
    color: #595757;
}

.service-zz-text {
    font-size: 20px;
    line-height: 32px;
    padding-top: 30px;
}

.service-zz-text span {
    display: block;
}

.service-video {
    padding: 100px 0;
}

.map-back {
    background: #ebf4f1;
}

.service-zz-img {
    padding-bottom: 60%;
    position: relative;
    overflow: hidden;
}

.service-zz-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.service-zz-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.service-describe {
    background: #ebf4f1;
}

.service-swiper {
    padding: 120px 0 !important;
}

.service-swiper .swiper-slide {
    padding: 0 15px;
}

.swiper-padding {
    padding: 0 125px;
    width: 100%;
    position: relative;
}

.service-swiper .map-read-box {
    opacity: 1;
    position: static;
    width: 100%;
    padding: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.service-swiper .map-read-box .map-read-img img {
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.service-swiper .map-read-box:hover .map-read-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.service-swiper .map-read-box .map-read-title {
    padding: 10px 20px 0;
}

.service-swiper .map-read-box .map-read-text {
    padding: 0 20px 10px;
}

.swiper-padding .swiper-button-next, .swiper-padding .swiper-button-prev {
    width: 89px;
    height: 89px;
    background: #fff;
    margin-top: -44px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.swiper-padding .swiper-button-next:hover {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
}

.swiper-padding .swiper-button-prev:hover {
    box-shadow: -3px 3px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: -3px 3px 5px rgba(0, 0, 0, .1);
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
}

.swiper-padding .swiper-button-next {
    border-radius: 0 10px 10px 0;
}

.swiper-padding .swiper-button-prev {
    border-radius: 10px 0 0 10px;
}

.swiper-padding .swiper-button-next:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    top: 35px;
    right: 33px;
    background: #414958;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.swiper-padding .swiper-button-next:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    bottom: 36px;
    right: 33px;
    background: #414958;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.swiper-padding .swiper-button-prev:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    top: 35px;
    left: 33px;
    background: #414958;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.swiper-padding .swiper-button-prev:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    bottom: 36px;
    left: 33px;
    background: #414958;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.faq-content {
    padding-top: 80px;
    background: #ebf4f1;
}

.faq-li {
    font-size: 0;
    padding: 100px 0;
}

.faq-li:nth-child(1) {
    padding: 60px 0 100px 0;
}

.faq-li:nth-child(2n+1) {
    background: #ebf4f1;
}

.faq-li:nth-child(2n) {
    background: #fff;
}

.faq-li .faq-span {
    display: inline-block;
    vertical-align: top;
}

.faq-li:nth-child(2n+1) .faq-span:nth-child(1) {
    float: left;
    width: 50%;
}

.faq-li:nth-child(2n+1) .faq-span:nth-child(2) {
    float: right;
    width: 50%;
    padding-left: 110px;
    padding-right: 20px;
}

.faq-li:nth-child(2n) .faq-span:nth-child(1) {
    float: right;
    width: 50%;
}

.faq-li:nth-child(2n) .faq-span:nth-child(2) {
    float: left;
    width: 50%;
    padding-left: 110px;
    padding-right: 20px;
}

.faq-li:nth-child(2n) .faq-span:nth-child(1) .faq-read-text {
    padding: 20px 0 0 220px;
}

.faq-li:nth-child(2n) .faq-span:nth-child(1) .faq-title-wrap {
    padding-left: 210px;
}

.faq-li:nth-child(2n) .faq-span:nth-child(1) .faq-title-wrap .faq-title-number {
    padding-left: 110px;
    width: 210px;
}

.faq-title-wrap {
    position: relative;
    padding-left: 100px;
    height: 92px;

}

.faq-title-number {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
}

.faq-title-number img {
    height: 92px;
    width: auto;
    margin: 0;
}

.faq-title-text {
    position: relative;
    top: 17px;
    width: 340px;
    display: inline-block;
    padding-left: 20px;
    height: 58px;
    line-height: 58px;
    font-size: 30px;
    background: url(../images/faq-title.png) no-repeat;
    background-size: 100%;
    color: #fff;
}

.faq-read-text {
    font-size: 19px;
    line-height: 32px;
    padding: 20px 60px 0 110px;
}

.faq-read-img {
    position: relative;
    padding-bottom: 58.6%;
    overflow: hidden;
    margin-top: 20px;
}

.faq-read-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.faq-li:hover .faq-span:nth-child(2) .faq-read-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.news-list-wrap {
    padding: 100px 0;
}

.content-wrap-searchpage .news-list-wrap {
    padding: 0;
}

.news-list-box {
    font-size: 0;
    padding-top: 80px;
}

.news-list-box .news-index-li {
    width: 32%;
    display: inline-block;
    margin: 0 2% 4% 0;
}

.news-list-box .news-index-li:nth-child(3n) {
    margin-right: 0;
}

.contact-read-wrap {
    padding: 80px 0;
}

.contact-map {
    height: 540px;
}

.contact-read-box {
    font-size: 0;
    padding: 100px 0 40px 0;
}

.contact-left {
    display: inline-block;
    width: 40%;
    vertical-align: top;
}

.contact-read-box .about-title {
    width: 100%;
    padding-bottom: 50px;
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
}

.contact-icon-li:nth-child(1) {
    animation-delay: 300ms;
    -webkit-animation-delay: 300ms;
}

.contact-icon-li:nth-child(2) {
    animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
}

.contact-icon-li:nth-child(3) {
    animation-delay: 500ms;
    -webkit-animation-delay: 500ms;
}

.contact-icon-li:nth-child(4) {
    animation-delay: 600ms;
    -webkit-animation-delay: 600ms;
}

.contact-icon-li:nth-child(5) {
    animation-delay: 700ms;
    -webkit-animation-delay: 700ms;
}

.contact-icon-li:nth-child(6) {
    animation-delay: 800ms;
    -webkit-animation-delay: 800ms;
}

.contact-right {
    display: inline-block;
    width: 60%;
    vertical-align: top;
}

.contact-icon-li {
    font-size: 0;
    position: relative;
    width: 100%;
    padding-bottom: 20px;
}

.contact-icon-left {
    width: 50px;
    position: absolute;
    left: 0;
    padding-right: 20px;
    vertical-align: top;
    margin-top: 2px;
}

.contact-icon-right {
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    padding-left: 50px;
    vertical-align: top;
    padding-right: 100px;
}

.contact-icon-right span {
    display: block;
    color: #595757;
}

.contact-icon-right span:nth-child(1) {
    color: #687c92;
}

.contact-icon-right span:nth-child(2) img {
    width: 190px;
    padding-top: 10px;
}

.contact-input {
    width: 70%;
    height: 60px;
    background: #e1e7ec;
    padding: 0 20px;
    margin-bottom: 30px;
}

.contact-input:nth-child(1) {
    animation-delay: 300ms;
    -webkit-animation-delay: 300ms;
}

.contact-input:nth-child(2) {
    animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
}

.contact-input:nth-child(3) {
    animation-delay: 500ms;
    -webkit-animation-delay: 500ms;
}

.contact-textarea {
    width: 100%;
    background: #e1e7ec;
    padding: 19px 20px;
    margin-bottom: 30px;
    animation-delay: 600ms;
    -webkit-animation-delay: 600ms;
}

.contact-textarea textarea {
    height: 292px;
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    color: #687c92;
    line-height: 36px;
    resize: vertical;
}

.contact-input input {
    width: 100%;
    font-size: 18px;
    color: #687c92;
    line-height: 60px;
}

.contact-input input::placeholder, .contact-textarea textarea::placeholder {
    color: #687c92;
}

.contact-button {
    width: 100%;
    animation-delay: 700ms;
    -webkit-animation-delay: 700ms;
}

.contact-button button {
    width: 100%;
    background: #687c92;
    font-size: 18px;
    color: #fff;
    line-height: 60px;
    cursor: pointer;
}

.news-read-title {
    font-size: 28px;
    color: #66798e;
    font-weight: bold;
    line-height: 40px;
}

