/*@charset "UTF-8";*/
/* CSS Document */
/*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;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'mont_x';
    src: url('../fonts/mont-light.svg'),
    url('../fonts/mont-light.otf'),
    url('../fonts/mont-light.ttf'),
    url('../fonts/mont-light.woff');
}

@font-face {
    font-family: 'mont_c';
    src: url('../fonts/mont-regular.svg'),
    url('../fonts/mont-regular.otf'),
    url('../fonts/mont-regular.ttf'),
    url('../fonts/mont-regular.woff');
}

.en1 {
    font-family: 'mont_x', 'sans-serif';
}

.en2 {
    font-family: 'mont_c', 'sans-serif';
}

html, body {
    font-family: "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
    position: relative;
    background: #fff;
    font-size: 14px;
    color: #333;
    margin: 0 auto;
    width: 100%;
    overflow-x: hidden;
}

.body-wrap {
    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 {
    text-align: center;
}

.page-lable-wrap span, .page-lable-wrap a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin: 0 10px;
    position: relative;
    padding: 10px 15px;
    text-align: center;
    background: #fff;
    border: 1px solid #dedede;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.page-lable-wrap .current, .page-lable-wrap a:hover {
    background: #0075c1;
    color: #fff;
    border: 1px solid #0075c1;
}

.banner-box {
    background: #0075c1;
}

.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);
}

.cover {
    position: relative;
    height: 0;
    overflow: hidden;
}

.cover img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

}

/*!*滚动条整体部分，可以设置宽度等*!*/
/*::-webkit-scrollbar {*/
/*}*/

/*!*滚动条两端的按钮*!*/

/*::-webkit-scrollbar-button {*/
/*}*/

/*!*外层轨道*!*/
/*::-webkit-scrollbar-track {*/
/*}*/

/*!*内层滚动槽*!*/
/*::-webkit-scrollbar-track-piece {*/
/*}*/

/*!*滚动的滑块*!*/
/*::-webkit-scrollbar-thumb {*/
/*}*/

/*!*边角*!*/
/*::-webkit-scrollbar-corner {*/
/*}*/

/*!*定义右下角拖动块的样式*!*/
/*::-webkit-resizer {*/
/*}*/

.width-auto {
    width: 100%;
    padding: 0 200px;
    position: relative;

}

.black-box {
    display: inline-block;
    width: 86%;
}

.header-wrap {
    height: 115px;
    font-size: 0;
    /*background: #000;*/
    padding-top: 40px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header-wrap2 {
    background: rgba(239, 131, 0, .9);
    padding-top: 0;
    height: 75px;
}

.header-wrap2 .header-logo a {
    width: 140px;

}

.logo-s {
    position: absolute;
    left: 27.4%;
    top: 15%;
    width: 11.22%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

.logo-rotate {
    -webkit-animation: logo-rotate 2.6s infinite linear normal both;
    animation: logo-rotate 2.6s infinite linear normal both;
}

@-webkit-keyframes logo-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    23% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    33% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes logo-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    23% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    33% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.logo-w {
    position: absolute;
    left: 44.7%;
    top: 13%;
    width: 9.997%;
}

.logo-rotate2 {
    -webkit-animation: logo-rotate2 1s 1s forwards linear;
    animation: logo-rotate2 1s 1s forwards linear;
}

@-webkit-keyframes logo-rotate2 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes logo-rotate2 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.logo-e {
    position: absolute;
    left: 85.7%;
    top: 8%;
    width: 6%;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}

.logo-e2 {
    position: absolute;
    left: 92.7%;
    top: 8%;
    width: 6%;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

.logo-left-rotate {
    -webkit-animation: logo-left-rotate 1s 1s forwards cubic-bezier(.645, .045, .355, 1);
    animation: logo-left-rotate 1s 1s forwards cubic-bezier(.645, .045, .355, 1);
}

@-webkit-keyframes logo-left-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes logo-left-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.logo-right-rotate {
    -webkit-animation: logo-right-rotate 1s 1s forwards cubic-bezier(.645, .045, .355, 1);
    animation: logo-right-rotate 1s 1s forwards cubic-bezier(.645, .045, .355, 1);
}

@-webkit-keyframes logo-right-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes logo-right-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.header-hover-nav a {
    color: #0075c1 !important;
}

.header-hover-nav a:after {
    width: 100% !important;
}

.header-wrap2 .header-hover-nav a {
    color: #ffffff !important;
}

.header-wrap2 .header-hover-nav a:after {
    width: 0% !important;
}

.header-wrap .header-nav ul li a:hover {
    color: #0075c1;
}

.header-wrap2 .header-logo {
    padding-top: 12px;
}

.header-wrap2 .header-nav ul li a:after {
    display: none;
}

.header-wrap2 .header-nav ul li a:hover {
    -webkit-text-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    text-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}

.header-wrap2 .header-nav ul li a:hover {
    color: #fff;
}

.header-wrap2 .header-en a:hover {
    -webkit-text-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    text-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}

.header-en a:hover {
    color: #0075c1;
}

.header-logo {
    display: inline-block;
    width: 14%;
    vertical-align: top;
    padding-top: 5px;
}

.header-logo a {
    width: 173px;
    display: block;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    position: relative;
}

.header-nav {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    width: 100%;
}

.header-nav ul {
    display: inline-block;
    font-size: 0;
}

.header-nav ul li {
    display: inline-block;
    padding: 0 33px;
    line-height: 75px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header-nav ul li a {
    font-size: 18px;
    color: #fff;
    display: block;
    position: relative;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header-nav ul li a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #0075c1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    display: none;
}

.header-nav ul li a:hover:after {
    width: 100%;
}

.header-en {
    display: inline-block;
    padding: 0 33px;
    line-height: 75px;
}

.header-en a {
    font-size: 18px;
    color: #fff;
    display: block;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.banner-box {
    height: calc(100vh);
    height: -webkit-calc(100vh);
}

.swiper-text-box {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.swiper-text-box span {
    display: block;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.swiper-text-box span:nth-child(1) {
    font-size: 56px;
    color: #fff;
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
}

.swiper-text-box span:nth-child(2) {
    font-size: 56px;
    color: #fff;
    padding-top: 5px;
    animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
}

.swiper-text-box span:nth-child(3) {
    width: 170px;
    height: 46px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 44px;
    font-size: 20px;
    display: inline-block;
    margin: 56px 0;
    animation-delay: 600ms;
    -webkit-animation-delay: 600ms;
    position: relative;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.swiper-text-box span:nth-child(3):after {
    content: "";
    height: 100%;
    position: absolute;
    width: 0;
    left: 0;
    top: 0;
    background: #fff;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.swiper-text-box span:nth-child(3) a {
    display: inline-block;
    color: #fff;
    width: 100%;
    position: relative;
    z-index: 1;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

/*.swiper-text-box span:nth-child(3):hover {*/
/*border: 1px solid #0075c1;*/
/*}*/
.swiper-text-box span:nth-child(3):hover:after {
    width: 100%;
}

.swiper-text-box span:nth-child(3):hover a {
    color: #0075c1;
}

.swiper-span:nth-child(1) {
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
}

.swiper-span:nth-child(2) {
    animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
}

.swiper-span:nth-child(3) {
    animation-delay: 600ms;
    -webkit-animation-delay: 600ms;
}

.banner-title {
    font-size: 56px;
    color: #fff;
    text-align: left;

}

.banner-text {
    font-size: 48px;
    color: #fff;
    text-align: left;

}

.banner-read {
    font-size: 24px;
    color: #fff;
    text-align: left;
    padding-top: 50px;

}

.banner-read i {
    font-weight: normal;
    font-style: normal;
    color: #0075c1;
}

.banner-en {
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
    text-align: left;
    line-height: 24px;
    padding-top: 5px;

}

.banner-button-box {
    text-align: left;
}

.banner-button {
    width: 170px;
    height: 46px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 44px;
    font-size: 20px;
    display: inline-block;
    margin: 56px 0;
    position: relative;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.banner-button:after {
    content: "";
    height: 100%;
    position: absolute;
    width: 0;
    left: 0;
    top: 0;
    background: #fff;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.banner-button a {
    display: inline-block;
    color: #fff;
    width: 100%;
    position: relative;
    z-index: 1;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.banner-button:hover a {
    color: #0075c1;
}

.banner-button:hover:after {
    width: 100%;
}

.banner-img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-box .swiper-pagination {
    font-size: 0;
}

.banner-box .swiper-pagination-bullet {
    width: 100px;
    height: 3px;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0 !important;
    opacity: .2 !important;
    position: relative;
    background: none;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.banner-box .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.banner-box .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 3px;
    background: #fff;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.banner-box .swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.banner-box .swiper-pagination-bullet-active:before {
    width: 100% !important;
}

.banner-box .swiper-pagination-bullets {
    bottom: 76px !important;
}

.swiper-pagination2 {
    width: 100%;
    font-size: 0;
    position: absolute;
    bottom: 40px;
    z-index: 2;
    text-align: center;
}

.swiper-pagination2 span {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    width: 100px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    opacity: .8;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.swiper-pagination2 .slide-opacity {
    opacity: 1;
}

.service-index-wrap {
    padding: 140px 0;
}

.index-title-box {

}

.index-title-box span {
    display: block;
    text-align: center;
}

.index-title-box span:nth-child(1) {
    font-size: 48px;
    text-transform: uppercase;
}

.index-title-box span:nth-child(2) {
    font-size: 32px;
}

.service-index-button ul {
    font-size: 0;
    padding-top: 80px;
}

.service-index-button ul li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: center;
    line-height: 100px;
    height: 102px;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    cursor: pointer;
    position: relative;
}

.service-index-button ul li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 40px;
    width: 1px;
    background: #d9d9d9;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service-index-button ul li:last-child:after {
    display: none;
}

.service-index-button ul li:before {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-135deg);
    transform: translateX(-50%) rotate(-135deg);
    width: 10px;
    height: 10px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}

.service-index-button ul .fadeRotate2:before {
    background: #fff;
    border-left: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    bottom: -6px;
}

.service-index-button ul li span {
    display: inline-block;
    vertical-align: top;
}

.service-index-button ul li span:nth-child(1) {
    font-size: 40px;
    color: #999;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.service-index-button ul li span:nth-child(2) {
    font-size: 20px;
    padding-left: 12px;
    color: #808080;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.service-index-button ul .service-active span:nth-child(1) {
    color: #0075c1;
}

.service-index-button ul .service-active span:nth-child(2) {
    color: #333333;
}

.service-index-read {
    width: 100%;
    position: relative;
    margin-top: 60px;
}

.service-position {
    height: auto;
    max-height: 380px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 0;
}

.service-index-left {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    padding: 0 90px 0 50px;
    opacity: 0;
}

.service-index-left .service-span:nth-child(1) {
    font-size: 28px;
    color: #333333;
    padding-top: 35px;
}

.service-index-left .service-span:nth-child(2) {
    font-size: 16px;
    line-height: 28px;
    color: #999999;
    padding: 45px 0 105px 0;
}

.service-index-left .service-span:nth-child(3) {
    width: 110px;
    height: 40px;
    background: #0075c1;
}

.service-index-left .service-span:nth-child(3) a {
    display: block;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    position: relative;
    text-align: center;
}

.service-index-left .service-span:nth-child(3) a span {
    display: inline-block;

}

.service-index-left .service-span:nth-child(3) a span:nth-child(1) {
    font-size: 16px;
    text-transform: uppercase;
}

.service-index-left .service-span:nth-child(3) a span:nth-child(2) {
    position: relative;
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

.service-index-left .service-span:nth-child(3) a span:nth-child(2):after {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    left: 0;
    top: -1px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.service-index-left .service-span:nth-child(3) a span:nth-child(2):before {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    left: -7px;
    top: -1px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    opacity: 0;
}

.service-index-left .service-span:nth-child(3) a:hover span:nth-child(2):after {
    left: 7px;
    opacity: 0;
}

.service-index-left .service-span:nth-child(3) a:hover span:nth-child(2):before {
    left: 0;
    opacity: 1;
}

.service-index-right {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    opacity: 0;
}

.service-index-right .service-img {
    padding-bottom: 63%;
}

.service-index-right .service-img img {
    max-height: 380px;
}

.about-index-wrap {
    padding-bottom: 31.25%;
}

.about-index-img {
    position: absolute;
    height: 100%;
    width: 100%;
}

.about-index-img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(3, 6, 20, .88);
}

.about-index-text {
    width: 100%;
    z-index: 1;
}

.about-index-title {
    color: #fff;
    font-size: 58px;
    text-align: center;
}

.about-index-en {
    color: #8e8f92;
    text-align: center;
    font-size: 48px;
    padding: 30px 0 90px 0;
}

.about-inedx-bumber {
    font-size: 0;
}

.about-index-li {
    width: 33.33%;
    display: inline-block;
    text-align: center;
    position: relative;
    vertical-align: top;
    padding: 0 20px;
}

.about-index-li:after {
    content: "";
    position: absolute;
    right: -8%;
    top: 50%;
    width: 80px;
    height: 1px;
    background: rgba(255,255,255,.4);
    -webkit-transform: rotate(-60deg) translateY(-50%);
    transform: rotate(-60deg) translateY(-50%);
}

.about-index-li:last-child:after {
    display: none;
}

.about-index-sz {
    font-size: 0;
}

.about-index-sz .about-index-span {
    vertical-align: top;
    display: inline-block;
    color: #0075c1;
    font-size: 88px;
    position: relative;
}

.about-index-sz .about-index-span i {
    font-style: normal;
    font-size: 26px;
    position: absolute;
    top: 0;
}

.about-index-read {
    font-size: 18px;
    color: #fff;
}

.case-index-wrap {
    padding: 140px 0;
}

.index-pro-case {
    font-size: 0;
    padding-top: 80px;
}

.index-w48 {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.index-pro-wrap {
    margin-right: 4%;
}

.index-case-wrap {

}

.pro-swiper-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 44%;
    background: #e6e6e6;

}

.pro-swiper-img {
    padding-bottom: 67.26%;
}

.pro-swiper-img img {
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.pro-swiper-text {
    padding-top: 60px;
}

.pro-swiper-text span {
    display: block;
}

.pro-swiper-text span:nth-child(1) {

    font-size: 32px;
    padding-bottom: 20px;
}

.pro-swiper-text span:nth-child(1) a {
    color: #333333;
    width: 100%;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.pro-swiper-text span:nth-child(2) {
    color: #999999;
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
}

.pro-swiper-button {
    padding-top: 67px;
    font-size: 0;
}

.pro-button-box {
    width: 50px;
    height: 50px;
    position: relative;
    display: inline-block;
    background: #cccccc;
    margin-right: 1px;
    outline: none;
    cursor: pointer;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.pro-button-box:hover {
    background: #0075c1;

}

.pro-prev:after {
    position: absolute;
    content: "";
    left: 22px;
    top: 18px;
    width: 15px;
    height: 15px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.pro-prev:before {
    position: absolute;
    content: "";
    left: 32px;
    top: 18px;
    width: 15px;
    height: 15px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.pro-prev:hover:before {
    opacity: 1;
    left: 22px;
}

.pro-prev:hover:after {
    opacity: 0;
    left: 12px;
}

.pro-next:after {
    position: absolute;
    content: "";
    right: 22px;
    top: 18px;
    width: 15px;
    height: 15px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.pro-next:before {
    position: absolute;
    content: "";
    right: 32px;
    top: 18px;
    width: 15px;
    height: 15px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.pro-next:hover:before {
    opacity: 1;
    right: 22px;
}

.pro-next:hover:after {
    opacity: 0;
    right: 12px;
}

.pro-swiper-slide:hover .pro-swiper-img a img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);

}

.pro-swiper-slide:hover .pro-swiper-text span:nth-child(1) a {
    color: #0075c1;
}

.index-case-title a {
    display: block;
    width: 100%;
    padding-bottom: 43.835%;
}

.index-case-ul {
    font-size: 0;
    width: 100%;
    position: relative;
}

.index-case-left {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 2% 1% 0 0;
}

.index-case-left a {
    display: block;
    width: 100%;
    padding-bottom: 125%;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.index-case-right {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 0 0 1%;
}

.index-case-span {
    height: 50%;
    width: 100%;
    padding-top: 4%;
}

.index-case-span a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.index-case-title {
    position: relative;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.case-title-text {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 30px;
}

.case-title-text span {
    display: block;
    color: #fff;
}

.case-title-text span:nth-child(1) {
    font-size: 24px;
    line-height: 30px;
}

.case-title-text span:nth-child(2) {
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 5px;
}

.index-case-title a img {
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.index-case-title a:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.index-case-title a:hover {
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 8px rgba(0, 0, 0, .3);
}

.index-case-left a img {
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.index-case-left a:hover {
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 8px rgba(0, 0, 0, .3);
}

.index-case-left a:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.index-case-span a img {
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.index-case-span a:hover {
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 8px rgba(0, 0, 0, .3);
}

.index-case-span a:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.advert-index-wrap {
    position: relative;
}

.advert-img {
    padding-bottom: 32.29166%;
}

.advert-img-max {
    position: absolute;

}

.advert-img-max img {
    position: static;
    bottom: 0;
    width: 100%;
    height: auto;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.advert-text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.advert-text span {
    text-align: center;
    display: block;
}

.advert-text span:nth-child(1) {
    font-size: 48px;
    color: #fff;
}

.advert-text span:nth-child(2) {
    font-size: 46px;
    color: #fff;
    padding-top: 20px;
}

.news-index-wrap {
    padding: 140px 0;
}

.news-index-box {
    padding-top: 80px;
}

.news-slide-box:hover .news-index-img a img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.news-slide-box:hover .news-index-title a {
    color: #0075c1;
}

.news-index-img a img {
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news-index-img {
    padding-bottom: 58.3333%;
}

.news-swiper .swiper-wrapper {
    font-size: 0;
}

.news-swiper .swiper-slide {
    width: 32%;
    display: inline-block;
    margin-right: 2%;
}

.news-index-title {
    font-size: 22px;
    color: #000000;
    padding-top: 20px;
}

.news-index-title a {
    color: #000000;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news-index-text {
    font-size: 0;
    padding: 10px 0 20px 0;
}

.news-index-text span {
    display: inline-block;
    line-height: 20px;
    font-size: 12px;
    color: #b2b2b2;
    text-transform: uppercase;
}

.news-index-text span:nth-child(2) {
    padding-left: 15px;
}

.news-index-read {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    max-height: 56px;
}

.news-index-center {
    display: none;
}

.news-more-button {
    width: 110px;
    height: 40px;
    background: #0075c1;
    margin: 60px auto 10px;
}

.news-more-button a {
    display: block;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    position: relative;
    text-align: center;
}

.news-more-button a span {
    display: inline-block;
}

.news-more-button a span:nth-child(1) {
    font-size: 16px;
    text-transform: uppercase;
}

.news-more-button a span:nth-child(2) {
    position: relative;
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

.news-more-button a span:nth-child(2):after {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    left: 0;
    top: -1px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news-more-button a span:nth-child(2):before {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    left: -7px;
    top: -1px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    opacity: 0;
}

.news-more-button a:hover span:nth-child(2):after {
    left: 7px;
    opacity: 0;
}

.news-more-button a:hover span:nth-child(2):before {
    left: 0;
    opacity: 1;
}

.footer-wrap {
    background: #202426;
    padding: 110px 0;
}

.footer-box {
    font-size: 0;
    padding-bottom: 110px;
}

.footer-nav {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}

.footer-nav ul {
    font-size: 0;
}

.footer-nav ul li {
    display: inline-block;
    width: 14.28%;
    vertical-align: top;
}

.footer-title {
    font-size: 18px;
    font-weight: bold;
    color: #dbdbdb;
    padding-bottom: 25px;
}

.footer-li span {
    display: block;
    max-width: 90px;
    height: 32px;
    overflow: hidden;
}

.footer-li span a {
    color: #787c80;
    line-height: 32px;
    font-size: 15px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.footer-li span a:hover {
    color: #fff;

}

.footer-contact {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding-left: 5%;
}

.footer-tel-wrap {
    position: relative;
    padding-left: 60px;
}

.footer-tel-left {
    position: absolute;
    left: 0;
    top: 0;
}

.footer-tel-left span {
    font-size: 60px;
    color: #0075c1;
    line-height: 60px;
    overflow: hidden;
}

.footer-tel-right {
    width: 100%;
    padding-left: 10px;
}

.footer-tel-top {
    font-size: 0;

}

.footer-tel-top span {
    display: inline-block;
    line-height: 18px;
}

.footer-tel-top span:nth-child(1) {
    font-size: 14px;
    color: #fff;
}

.footer-tel-top span:nth-child(2) {
    font-size: 14px;
    color: rgba(255, 255, 255, .2);
    padding-left: 5px;
}

.footer-tel-bottom {
    font-size: 42px;
    color: #0075c1;
}

.footer-icon {
    font-size: 0;
    padding: 25px 0 0 5px;
}

.footer-icon span {
    display: inline-block;
    margin-right: 25px;
}

.footer-icon span a {
    font-size: 29px;
    color: #a6a7a8;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.footer-icon span .icon-weixin, .footer-icon span .icon-tw, .footer-icon span .icon-youtube {
    font-size: 24px;
}

.footer-icon span a:hover {
    color: #fff;
}

.footer-border-wrap {
    background: #4d5051;
    height: 1px;
}

.footer-bq {
    font-size: 0;
    padding-top: 80px;
}

.footer-bq span {
    display: inline-block;
    font-size: 16px;
    color: #777c80;
}

.footer-bq span a {
    color: #777c80;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.footer-bq span a:hover {
    color: #fff;
}

.footer-bq span:nth-child(1) {
    float: left;
}

.footer-bq span:nth-child(2) {
    float: right;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 30px;
    z-index: 9999;
}

.loading:after {
    height: 50%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    -webkit-transition: all .6s .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s .6s cubic-bezier(.645, .045, .355, 1);
}

.loading:before {
    height: 50%;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    -webkit-transition: all .6s .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s .6s cubic-bezier(.645, .045, .355, 1);
}

.load0:after {
    height: 0;
    opacity: 0;
}

.load0:before {
    height: 0;
    opacity: 0;
}

.loading-logo {
    position: relative;
}

.loading-light {
    position: absolute;
    height: 1px;
    width: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    background: #1a1a1a;
    z-index: 1;
}

.load100 {
    width: 100%;
    opacity: 0;
}

.xl-progress-wp {
    position: absolute;
    width: 316px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}

.logo-pd {
    padding: 0 38px;
}

.xl-progress {
    position: relative;
    width: 100%;
    height: 16px;
    border-radius: 20px;
    background-color: #eeeeed;
    overflow: hidden;
}

.xl-progress__inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 20px;
    background-color: #f3d08c;
}

.xl-progress__txt {
    color: #959595;
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    position: relative;
}

.xl-progress__txt:after {
    content: "";
    position: absolute;
    width: 38%;
    height: 1px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: -webkit-linear-gradient(90deg, #fff, #cccccc);
    background: -o-linear-gradient(90deg, #fff, #cccccc);
    background: -moz-linear-gradient(90deg, #fff, #cccccc);
    background: linear-gradient(90deg, #fff, #cccccc);
}

.xl-progress__txt:before {
    content: "";
    position: absolute;
    width: 38%;
    height: 1px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: -webkit-linear-gradient(90deg, #cccccc, #fff);
    background: -o-linear-gradient(90deg, #cccccc, #fff);
    background: -moz-linear-gradient(90deg, #cccccc, #fff);
    background: linear-gradient(90deg, #cccccc, #fff);
}

.read-banner-wrap {
    position: relative;
}

.read-banner-img {
    padding-bottom: 35.41%;
}

.read-banner-text {
    width: 100%;
}

.read-banner-text span {
    display: block;
    color: #fff;
}

.read-banner-text span:nth-child(1) {
    font-size: 42px;
}

.read-banner-text span:nth-child(2) {
    font-size: 44px;
    padding-top: 10px;
}

.read-mbx-nav {
    height: 71px;
}

.read-mbx-nav .read-mbx-back {
    height: 71px;
    background: rgba(255, 255, 255, .9);
    border-bottom: 1px solid #eeeeee;
}

.read-mbx-nav .read-mbx-center {
    height: 71px;
    background: rgba(255, 255, 255, .9);
    border-bottom: 1px solid #eeeeee;
}

.read-mbx-nav .mbx-nav-fixed {
    position: fixed;
    top: 75px;
    left: 0;
    width: 100%;
    z-index: 8;
}

.read-mbx-nav ul {
    font-size: 0;
    text-align: center;
    display: block;
}

.read-mbx-nav ul li {
    display: inline-block;
    vertical-align: top;
    height: 70px;
    line-height: 70px;
    padding: 0 70px;
}

.read-mbx-nav ul li a {
    display: block;
    font-size: 18px;
    color: #808080;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    position: relative;
}

.read-mbx-nav ul li a:after {
    background: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #0075c1;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.read-mbx-nav ul .mbx-hover a:after {
    width: 100%;
}

.read-mbx-nav ul .mbx-hover a {
    color: #0075c1;
}

.read-mbx-nav ul li:hover a {
    color: #0075c1;
}

.read-mbx-nav ul li:hover a:after {
    width: 100%;
}

.border-wrap {
    background: #eeeeee;
    height: 1px;
    width: 100%;
}

.about-box1 {
    padding: 140px 0;
}

.about1-text {
    font-size: 26px;
    color: #333333;
    text-align: center;
    padding-top: 70px;
}

.about1-read {
    text-align: center;
    line-height: 28px;
    color: #808080;
    font-size: 16px;
    padding-top: 30px;
}

.about-read-number {
    padding-top: 70px;
}

.about-read-number .about-index-li:after {
    display: none;
}

.about-read-number .about-index-li .about-index-read {
    color: #666666;
}

.abou2-banner-img {
    padding-bottom: 35.416%;
}

.abou2-banner-img span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.read-select {
    position: relative;
}

.about2-text-box {
    width: 100%;
}

.about2-text-box .index-title-box span {
    color: #fff;
}

.about2-icon-box {
    font-size: 0;
}

.about2-icon-li {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
}

.about2-icon-li span {
    color: #fff;
    display: block;
    text-align: center;
}

.about2-icon-li span:nth-child(1) {
    font-size: 90px;
    padding: 70px 0 30px 0;
}

.about2-icon-li span:nth-child(2) {
    font-size: 24px;
}

.about2-icon-li span:nth-child(3) {
    font-size: 18px;
    padding-top: 10px;
}

.about-box3 {
    padding: 140px 0 0 0;
}

.about-img-box {
    position: relative;
}

.about4-banner-img {
    padding-bottom: 31.25%;
}

.about4-banner-img span {
    position: absolute;
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
}

.about4-banner-img span img {
    position: static;
    bottom: 0;
    width: 100%;
    height: auto;
    -webkit-transition: all .6s linear;
    transition: all .6s linear;
}

.fzlc-swiper-wrap {
    margin: 110px 0 140px;
    padding: 0 50px;
    position: relative;
}

.fzlc-swiper-next {
    position: absolute;
    left: 0;
    top: 42px;
    width: 50px;
    height: 50px;
    outline: none;
    cursor: pointer;
}

.fzlc-swiper-next span {
    font-size: 40px;
    color: #7a7a7a;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);

}

.fzlc-swiper-next span:hover {
    color: #0075c1;
}

.fzlc-swiper-prev {
    position: absolute;
    right: 0;
    top: 42px;
    width: 50px;
    height: 50px;
    text-align: right;
    outline: none;
    cursor: pointer;
}

.fzlc-swiper-prev span {
    font-size: 40px;
    color: #7a7a7a;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.fzlc-swiper-prev span:hover {
    color: #0075c1;
}

.fzlc-swiper .swiper-slide {
    vertical-align: top;
}

.about-swiper-year {
    font-size: 26px;
    color: #333333;
    text-align: center;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.about-swiper-light {
    height: 2px;
    background: #b5b5b5;
    width: 100%;
    margin: 30px 0 80px 0;
    position: relative;
}

.about-swiper-light:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border: 5px solid #fff;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #b5b5b5;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.about-swiper-text {
    font-size: 16px;
    line-height: 24px;
    color: #808080;
    text-align: center;
    padding: 15px 38px 0;
}

.about-swiper-text p {
    font-size: 16px;
    line-height: 24px;
    color: #808080;
}

.about-swiper-light span {
    position: relative;
    left: 50%;
    top: 14px;
    display: block;
    height: 50px;
    width: 1px;
    background: #b5b5b5;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.about-swiper-light span:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -9px;
    width: 8px;
    height: 8px;
    border: 5px solid #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #b5b5b5;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.swiper-slide-active .fzlc-slide .about-swiper-year {
    color: #0075c1;
}

.swiper-slide-active .fzlc-slide .about-swiper-light:after {
    background: #0075c1;
}

.swiper-slide-active .fzlc-slide .about-swiper-light span {
    background: #0075c1;
}

.swiper-slide-active .fzlc-slide .about-swiper-light span:after {
    background: #0075c1;
}

.about-box4 {
    padding: 140px 0;
}

.she-list-ul {
    font-size: 0;
    padding-top: 80px;
}

.she-list-li {
    width: 30%;
    margin-right: 5%;
    display: inline-block;
    vertical-align: top;
}

.she-list-li:nth-child(3n) {
    margin-right: 0;
}

.she-list-a:nth-child(1) {
    padding-bottom: 59.09%;
}

.she-list-a:nth-child(2) {
    font-size: 24px;
    color: #333333;
    text-align: center;
    padding: 25px 0 20px 0;
    position: relative;
}

.she-list-a:nth-child(2):after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 40px;
    height: 2px;
    background: #0075c1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.she-list-a:nth-child(3) {
    font-size: 16px;
    color: #808080;
    text-align: center;
    padding-top: 20px;
}

.pro-list-box {
    padding-bottom: 140px;
}

.pro-list-ul {
    font-size: 0;
    padding-top: 80px;
}

.pro-list-li {
    width: 30%;
    margin: 0 5% 4% 0;
    display: inline-block;
    background: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .05);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.pro-list-li:nth-child(3n+1) {
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
}

.pro-list-li:nth-child(3n+2) {
    animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
}

.pro-list-li:nth-child(3n) {
    margin: 0 0 4% 0;
    animation-delay: 600ms;
    -webkit-animation-delay: 600ms;
}

.pro-list-img {
    padding: 3px;
}

.pro-list-img a {
    display: block;
    padding-bottom: 58.414%;
}

.pro-list-img a img {
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.pro-list-read {
    padding: 0 30px;
}

.pro-list-read .pro-list-span:nth-child(1) {
    padding-top: 30px;
}

.pro-list-read .pro-list-span:nth-child(1) a {
    color: #484747;
    font-size: 20px;
    min-height: 26px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.pro-list-read .pro-list-span:nth-child(2) {
    font-size: 14px;
    color: #bfbfbf;
    line-height: 20px;
    margin: 15px 0 20px;
    min-height: 40px;
    max-height: 40px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.pro-border {
    background: #e6e6e6;
    height: 1px;
    width: 100%;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.pro-list-button {
    height: 60px;
    padding-right: 61px;
    position: relative;
}

.pro-list-left {
    font-size: 0;
    width: 100%;
    padding-left: 30px;
}

.pro-list-left span {
    width: 50%;
    display: inline-block;
    color: #bfbfbf;
    font-size: 14px;
    line-height: 60px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.pro-list-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    display: block;
    opacity: 0;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    border-left: 1px solid #fff;
}

.pro-list-right a {
    display: block;
    line-height: 60px;
    text-align: center;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    color: #bfbfbf;
}

.pro-list-content {
    font-size: 26px !important;
}

.pro-list-li:hover {
    background: #0075c1;
}

.pro-list-li:hover .pro-list-img a img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.pro-list-li:hover .pro-list-read .pro-list-span:nth-child(1) a {
    color: #fff;
}

.pro-list-li:hover .pro-list-read .pro-list-span:nth-child(2) {
    color: #fff;
}

.pro-list-li:hover .pro-list-left span {
    color: #fff;
}

.pro-list-li:hover .pro-border {
    background: #fba033;
}

.pro-list-li:hover .pro-list-right {
    opacity: 1;
    border-left: 1px solid #fba033;
}

.pro-list-li:hover .pro-list-right a {
    color: #fff;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.pro-read-list {
    height: 71px;
}

.pro-read-list .read-mbx-back {
    background: rgba(255, 255, 255, .9);
    border-bottom: 1px solid #eeeeee;
}

.pro-read-list .read-mbx-center {
    background: rgba(255, 255, 255, .9);
    border-bottom: 1px solid #eeeeee;
}

.pro-read-list .mbx-nav-fixed {
    position: fixed;
    top: 75px;
    left: 0;
    width: 100%;
    z-index: 9;
}

.pro-read-list ul {
    font-size: 0;
    text-align: center;
    display: block;
}

.pro-read-list ul li {
    display: inline-block;
    vertical-align: top;
    line-height: 70px;
    padding: 0 70px;
}

.pro-read-list ul li a {
    display: block;
    font-size: 18px;
    color: #808080;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    position: relative;
}

.pro-read-list ul li a:after {
    background: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #0075c1;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.pro-read-list ul .mbx-hover a:after {
    width: 100%;
}

.pro-read-list ul .mbx-hover a {
    color: #0075c1;
}

.pro-read-list ul li:hover a {
    color: #0075c1;
}

.pro-read-list ul li:hover a:after {
    width: 100%;
}

.pro-read-nav {
    height: 71px;
    background: rgba(255, 255, 255, .9);
    border-bottom: 1px solid #eeeeee;
    line-height: 71px;
    font-size: 18px;
    color: #808080;
}

.pro-read-nav a {
    line-height: 71px;
    font-size: 18px;
    color: #808080;
    padding: 0 12px;
}

.pro-read-nav a:first-child {
    padding: 0 12px 0 0;
}

.pro-read-wrap {
    padding: 140px 0;
}

.pro-read-top {
    font-size: 0;
    padding-bottom: 80px;
}

.pro-top-left {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

.pro-img-max {
    border: 1px solid #e6e6e6;
}

.pro-left-img {
    padding-bottom: 58.414%;
    cursor: pointer;
}

.pro-top-right {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    padding-left: 80px;
}

.pro-img-min {
    font-size: 0;
    margin-top: 2%;
}

.pro-img-li:nth-child(1) {
    width: 100%;
    margin-bottom: 2%;
}

.pro-img-li {
    width: 23.5%;
    margin:0 2% 2% 0;
    display: inline-block;
    border: 1px solid #e6e6e6;
}

.pro-img-li:nth-child(5n) {
    margin:0 0 2% 0;
}

.pro-right-img {
    padding-bottom: 58.414%;
    cursor: pointer;
}

.pro-title-wrap {
    font-size: 30px;
    color: #333333;
    padding-top: 10px;
}

.pro-lable-wrap {
    font-size: 0;
    padding-top: 25px;
}

.pro-lable-wrap span {
    color: #bfbfbf;
    font-size: 14px;
}

.pro-lable-wrap span:first-child {
    padding-right: 30px;
}

.pro-read-border {
    margin: 35px 0;
    background: #e6e6e6;
    height: 1px;
}

.pro-text-wrap {
    font-size: 16px;
    line-height: 30px;
    color: #8c8c8c;
}

.pro-read-bottom {
    background: #f2f2f2;
    padding: 80px 0;
}

.bjq-wrap {
    padding: 80px;
    background: #fff;
}

.pro-read-bjq {
    line-height: 32px;
    font-size: 16px;
    color: #666;
}

.pro-read-bjq p {
    line-height: 32px;
    font-size: 16px;
    color: #666;
}

.pro-read-bjq h3 {
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    color: #333;
}

.pro-read-bjq h2 {
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    color: #333;
}

.pro-read-bjq img {
    padding: 20px 0;
}

.bjq-title {
    border-bottom: 2px solid #0075c1;
    margin-bottom: 60px;
}

.bjq-title span {
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: #0075c1;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.relevant-list {
    padding: 140px 0 0 0;
}

.swiper-max-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 98;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 1);
    display: none;
}

.swiper-max-button {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer;
}

.swiper-max-button:after {
    width: 46px;
    height: 3px;
    background: #fff;
    content: "";
    position: absolute;
    top: 16px;
    left: 18px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.swiper-max-button:before {
    width: 46px;
    height: 3px;
    background: #fff;
    content: "";
    position: absolute;
    top: 16px;
    left: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.swiper-max-list {
    width: 60%;
    height: 70%;
    position: absolute !important;
    top: 15%;
    left: 20%;
}

.swiper-max-box {
    width: 100%;
    height: 100%;
}

.swiper-max-box .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-max-box .swiper-slide .pro-black-img {
    height: 100%;
    width: 100%;
    position: relative;
}

.swiper-max-box .swiper-slide .pro-black-img img {
    max-height: 100%;
    width: auto;
    object-fit: cover;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);

}

.swiper-max-next {
    height: 80%;
    width: 10%;
    position: absolute;
    left: 5%;
    top: 10%;
    outline: none;
    cursor: pointer;
}

.swiper-max-next span {
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.swiper-max-next span:before {
    content: "";
    position: absolute;
    left: -2px;
    bottom: 14px;
    height: 3px;
    width: 43px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.swiper-max-next span:after {
    content: "";
    position: absolute;
    left: -2px;
    top: 14px;
    height: 3px;
    width: 43px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.swiper-max-next span i {
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    height: 3px;
    width: 40%;
    background: #fff;
    -webkit-transform: translateY(-50%) translateX(7px);
    transform: translateY(-50%) translateX(7px);
    opacity: 0;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.swiper-max-next:hover span i {
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    opacity: 1;
}

.swiper-max-next:hover span:after {
    left: -5px;
}

.swiper-max-next:hover span:before {
    left: -5px;
}

.swiper-max-prev {
    height: 80%;
    width: 10%;
    position: absolute;
    right: 5%;
    top: 10%;
    outline: none;
    cursor: pointer;
}

.swiper-max-prev span {
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.swiper-max-prev span:before {
    content: "";
    position: absolute;
    right: -2px;
    bottom: 14px;
    height: 3px;
    width: 43px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.swiper-max-prev span:after {
    content: "";
    position: absolute;
    right: -2px;
    top: 14px;
    height: 3px;
    width: 43px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.swiper-max-prev span i {
    content: "";
    position: absolute;
    right: 2px;
    top: 50%;
    height: 3px;
    width: 40%;
    background: #fff;
    -webkit-transform: translateY(-50%) translateX(-7px);
    transform: translateY(-50%) translateX(-7px);
    opacity: 0;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.swiper-max-prev:hover span i {
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    opacity: 1;
}

.swiper-max-prev:hover span:after {
    right: -5px;
}

.swiper-max-prev:hover span:before {
    right: -5px;
}

.case-list-wrap {
    padding: 80px 0 140px 0;
}

.case-list-li {
    font-size: 0;
    background: #f8f8f8;
    height: 280px;
    overflow: hidden;
    margin-bottom: 60px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}
.case-list-li a {
    display: block;
    position: relative;
}
.case-list-left {
    width: 32%;
    display: inline-block;
}

.case-list-img {
    padding-bottom: 58.333%;
}

.case-list-right {
    width: 68%;
    display: inline-block;
    vertical-align: top;
}

.case-list-time {
    width: 27%;
    display: inline-block;
    vertical-align: top;
    padding: 110px 80px;
}

.case-list-time span {
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 30px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.case-list-time span:nth-child(1) {
    color: #333;

}

.case-list-time span:nth-child(2) {
    color: #666;
}

.case-list-read {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    padding: 80px 0;
}

.case-list-title {
    font-size: 22px;
    color: #333333;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.case-list-lable {
    font-size: 0;
    padding: 5px 0 15px 0;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.case-list-lable span {
    display: inline-block;
    font-size: 12px;
    color: #b2b2b2;
    padding-left: 10px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.case-list-lable span:nth-child(1) {
    padding-left: 0;
}

.case-list-text {
    font-size: 16px;
    line-height: 28px;
    color: #999999;
    max-height: 56px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.case-list-icon {
    width: 13%;
    display: inline-block;
    text-align: center;
    height: 280px;
    line-height: 280px;
    opacity: 0;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.case-list-icon span {
    font-size: 40px;
    display: inline-block;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.case-list-li:hover {
    background: #0075c1;
}

.case-list-li:hover .case-list-time span:nth-child(1) {
    color: #fff;
}

.case-list-li:hover .case-list-time span:nth-child(2) {
    color: #fff;
}

.case-list-li:hover .case-list-title {
    color: #fff;
}

.case-list-li:hover .case-list-lable span {
    color: rgba(255, 255, 255, .6);
}

.case-list-li:hover .case-list-text {
    color: #fff;
}

.case-list-li:hover .case-list-icon {
    opacity: 1;
}

.case-list-li:hover .case-list-icon span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    color: #fff;
}

.faq-read-wrap {
    padding: 80px 0 140px 0;
}

.faq-read-bjg {
    line-height: 32px;
    font-size: 16px;
    color: #666;
}

.faq-read-bjg p {
    line-height: 32px;
    font-size: 16px;
    color: #666;
}

.faq-read-bjg h3 {
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    line-height: 32px;
    color: #333;
}

.faq-read-bjg h2 {
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    line-height: 32px;
    color: #333;
}

.faq-read-bjg img {
    width: auto;
    max-width: 100%;
    padding: 32px 0;
}

.news-list-wrap {
    padding-bottom: 140px;
}

.news-list-box {
    font-size: 0;
    padding: 80px 0;
}

.news-list-box .news-slide-box {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin: 0 2% 2% 0;
}

.news-list-box .news-slide-box:nth-child(3n) {
    margin: 0 0 2% 0;
    animation-delay: 600ms;
    -webkit-animation-delay: 600ms;
}

.news-list-box .news-slide-box:nth-child(3n+1) {
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
}

.news-list-box .news-slide-box:nth-child(3n+2) {
    animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
}

.news-read-wrap {
    padding-bottom: 140px;
}

.news-read-box {
    padding: 80px 150px 0 150px;
}

.news-read-title {
    font-size: 36px;
    color: #333;
    text-align: center;
}

.news-read-lable {
    text-align: center;
    font-size: 0;
    padding: 30px 0;
}

.news-read-lable span {
    font-size: 16px;
    padding-left: 80px;
    display: inline-block;
    color: #cccccc;
}

.news-read-lable span:nth-child(1) {
    padding-left: 0;
}

.news-read-lable span i {
    font-weight: normal;
    font-style: normal;
    color: #999999;
}

.news-read-border {
    height: 1px;
    background: #e2e2e2;
}

.news-read-bjq {
    padding: 40px 0;
}

.page-prev-next {
    font-size: 0;
    padding: 60px 0;
}

.page-box-li {
    width: 50%;
    display: inline-block;
}

.page-box-li a {
    display: block;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    background: #eeeeee;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.page-box-li a span {
    display: inline-block;
    font-size: 18px;
    color: #444444;
    vertical-align: top;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.page-box-left a {
    text-align: left;
    position: relative;
    padding-left: 85px;
}

.page-box-right a {
    text-align: right;
    position: relative;
    padding-right: 85px;
}

.page-box-left a span:nth-child(1) {
    padding: 0 40px 0 20px;
    -webkit-transform: rotate(180deg) translateX(-5px);
    transform: rotate(180deg) translateX(-5px);
    position: absolute;
    left: 0;
    width: 85px;
    text-align: center;
}

.page-box-left a span:nth-child(2) {
    padding-right: 20px;
    width: 100%;
}

.page-box-right a {
    text-align: right;
}

.page-box-right a span:nth-child(2) {
    padding: 0 40px 0 20px;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    position: absolute;
    right: 0;
    width: 85px;
    text-align: center;

}

.page-box-right a span:nth-child(1) {
    width: 100%;
    padding-left: 20px;
}

.page-box-li:hover a {
    background: #0075c1;
}

.page-box-li:hover a span {
    color: #ffffff;
}

.page-box-left:hover a span:nth-child(1) {
    -webkit-transform: rotate(180deg) translateX(0);
    transform: rotate(180deg) translateX(0);
}

.page-box-right:hover a span:nth-child(2) {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.news-relevant-title {
    font-size: 26px;
    color: #333333;
}

.news-relevant-list {
    font-size: 0;
    padding-top: 30px;
}

.news-relevant-li {
    width: 50%;
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    line-height: 40px;
    color: #666666;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news-relevant-li:nth-child(2n) {
    padding-left: 30px
}

.news-relevant-li:nth-child(2n+1) {
    padding-right: 30px
}

.news-relevant-li a {
    color: #666666;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news-relevant-li:hover {
    color: #0075c1;
}

.news-relevant-li:hover a {
    color: #0075c1;
}

.contact-box1 {
    padding: 140px 0;
}

.contact-icon-wrap {
    font-size: 0;
    padding: 60px 0;
}

.contact-icon-box {
    width: 33.3333%;
    display: inline-block;
    text-align: center;
    position: relative;
}

.contact-icon-box:nth-child(3n):after {
    display: none;
}

.contact-icon-box:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 80%;
    background: #e6e6e6;
}

.contact-icon-title span {
    display: block;
}

.contact-icon-title span:nth-child(1) {
    font-size: 50px;
    color: #656565;
}

.contact-icon-title span:nth-child(2) {
    font-size: 18px;
    color: #333333;
}

.contact-icon-li {
    padding-top: 30px;
}

.contact-icon-li span {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #909090;
}

.map-wrap {
    width: 100%;
    padding-top: 60px;
}

.contact-map {
    height: 600px;
}

.contact-box2 {
    background: #f8f8f8;
    padding: 140px 0;
}

.contact-text2 {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    text-align: center;
    padding-top: 30px;
}

.contact-list-wrap {
    font-size: 0;
    padding-top: 60px;
}

.contact-list-li {
    display: inline-block;
    width: 31.33333%;
    margin-right: 3%;
    vertical-align: top;
}

.contact-list-li:nth-child(3n) {
    margin-right: 0;
}

.contact-list-img {
    padding-bottom: 61.7%;
}

.contact-list-title {
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding: 20px 0 15px 0;
}

.contact-list-text {
    font-size: 16px;
    line-height: 26px;
    color: #b2b2b2;
    text-align: center;
}

.contact-box3 {
    padding: 140px 0;
}

.map-wrap {
    font-size: 0;
}

.map-lable-wrap {
    width: 64.2%;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.map-lable-img {
    padding-bottom: 76.53688%;
}

.map-lable-list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.map-lable-list li {
    position: absolute;
    text-align: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.map-lable-list li:nth-child(1) {
    bottom: 16.7%;
    right: 27.7%;
}

.map-lable-list li:nth-child(2) {
    bottom: 29.7%;
    right: 17.7%;
}

.map-lable-list li:nth-child(3) {
    bottom: 36.7%;
    right: 33.7%;
}

.map-lable-list li:nth-child(4) {
    bottom: 30%;
    right: 51.3%;
}

.map-lable-list li:nth-child(5) {
    top: 20.2%;
    left: 18.5%;
}

.map-lable-list li:nth-child(6) {
    top: 20%;
    right: 26%;
}

.map-lable-list li:nth-child(7) {
    top: 16.7%;
    right: 3.2%;
}

.map-lable-list li span {
    display: block;
}

.map-lable-list li:nth-child(1) {
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
}

.map-lable-list li:nth-child(2) {
    animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
}

.map-lable-list li:nth-child(3) {
    animation-delay: 600ms;
    -webkit-animation-delay: 600ms;
}

.map-lable-list li:nth-child(4) {
    animation-delay: 800ms;
    -webkit-animation-delay: 800ms;
}

.map-lable-list li:nth-child(5) {
    animation-delay: 1000ms;
    -webkit-animation-delay: 1000ms;
}

.map-lable-list li:nth-child(6) {
    animation-delay: 1200ms;
    -webkit-animation-delay: 1200ms;
}

.map-lable-list li:nth-child(7) {
    animation-delay: 1400ms;
    -webkit-animation-delay: 1400ms;
}

.map-lable-list li span:nth-child(1) {
    font-size: 16px;
    color: #666666;
}

.map-lable-list li span:nth-child(2) {
    color: #0075c1;
    font-size: 40px;
}

.map-contact-wrap {
    width: 35.7%;
    display: inline-block;
    vertical-align: top;
    padding: 140px 0 0 50px;

}

.map-contact-title {
    font-size: 16px;
    color: #333;
    line-height: 28px;
}

.map-contact-read {
    line-height: 46px;
    font-size: 16px;
    color: #666666;
    padding-top: 40px;
}

.map-contact-read a {
    color: #666666;
}

.map-lable-list .map-scale {
    -webkit-animation: map-scale 1s forwards linear;
    animation: map-scale 1s forwards linear;
}

@-webkit-keyframes map-scale {
    0% {
        transform: scale(0);
    }
    60% {
        transform: scale(1.2);
        opacity: 1;
    }
    80% {
        transform: scale(0.8);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fadeInUp2 {
    0% {
        transform: scale(0);
    }
    60% {
        transform: scale(1.2);
        opacity: 1;
    }
    80% {
        transform: scale(0.8);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.text-color {
    -webkit-animation: text-color 1.2s infinite both normal;
    animation: text-color 1.2s infinite both normal;

}

@keyframes text-color {
    0% {
        color: #f5f5f5;
    }
    50% {
        color: #dbdbdb;
    }
    100% {
        color: #f5f5f5;
    }
}

.img-black img {
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(.77, 0, .175, 1);
    transition: all 1s cubic-bezier(.77, 0, .175, 1);
}

.img-black:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #0075c1;
    z-index: 2;
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
}

.img-black:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.imgAnimation img {
    opacity: 1;
}

.imgAnimation:after {
    -webkit-animation: imgAnimation 1s forwards cubic-bezier(.77, 0, .175, 1);
    animation: imgAnimation 1s forwards cubic-bezier(.77, 0, .175, 1);
}

@keyframes imgAnimation {
    0% {
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%);
    }
    100% {
        -webkit-transform: translateX(250%);
        transform: translateX(250%);
    }
}

@-webkit-keyframes imgAnimation {
    0% {
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%);
    }
    100% {
        -webkit-transform: translateX(250%);
        transform: translateX(250%);
    }
}

.imgAnimation:before {
    -webkit-animation: imgAnimation2 1s forwards cubic-bezier(.77, 0, .175, 1);
    animation: imgAnimation2 1s forwards cubic-bezier(.77, 0, .175, 1);
}

@keyframes imgAnimation2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(110%);
        transform: translateX(110%);
    }
}

@-webkit-keyframes imgAnimation2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(110%);
        transform: translateX(110%);
    }
}
.header-en-m {
    display: none;
}





