/**
 * base.less
 * 通用样式
 */
body {
    font-family: 'Microsoft YaHei', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    min-height: 100%;
}

@font-face {
    font-family: 'ProximaNovaBold';
    src: url('../fonts/ProximaNovaBold.eot');
    src: url('../fonts/ProximaNovaBold.eot') format('embedded-opentype'), url('../fonts/ProximaNovaBold.woff2') format('woff2'), url('../fonts/ProximaNovaBold.woff') format('woff'), url('../fonts/ProximaNovaBold.ttf') format('truetype'), url('../fonts/ProximaNovaBold.svg#ProximaNovaBold') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    /* IE9*/
    src: url('../fonts/iconfont.eot#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/iconfont.woff') format('woff'),
        /* chrome, firefox */
        url('../fonts/iconfont.ttf') format('truetype'),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
        url('../fonts/iconfont.svg#iconfont') format('svg');
    /* iOS 4.1- */
    font-display: swap;
}

.iconfont {
    font-family: 'iconfont' !important;
    font-size: 14px;
    font-style: normal;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.img-box {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
}

.img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.img-box img[src=''],
.img-box img:not([src]) {
    opacity: 0;
    border: 0;
}

.header {
    position: fixed;
    z-index: 999999;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: rgba(0, 0, 0, .2);
}

@media (max-width:767px) {
    .header {
        height: 60px;
        background-color: rgba(0, 0, 0, .8);
    }
}

.header a {
    text-decoration: none;
    color: #fff;
}

.header .container-pc {
    padding: 0 50px;
}

@media (max-width:767px) {
    .header .container-pc {
        display: none;
    }
}

.header .container-pc .logo {
    float: left;
    max-width: 135px;
    height: 100%;
    padding-top: 17px;
}

@media (max-width:1199px) {
    .header .container-pc .logo img {
        width: 80%;
    }
}

.header .container-pc .tel {
    font-size: 14px;
    line-height: 80px;
    float: right;
    color: #fff;
}

.header .container-pc .tel::before {
    font-family: 'iconfont';
    font-size: 22px;
    float: left;
    margin-right: 6px;
    content: '\e655';
}

.header .container-pc .tel:hover {
    -webkit-animation: fadeIn 1.6s 0s ease both;
    animation: fadeIn 1.6s 0s ease both;
}

.header .container-pc .navbar {
    float: right;
    margin-right: 80px;
}

@media (max-width:991px) {
    .header .container-pc .navbar {
        margin-right: 20px;
    }
}

.header .container-pc .navbar .nav {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
}

.header .container-pc .navbar .nav>.item {
    line-height: 48px;
    position: relative;
    display: inline-block;
    float: left;
}

.header .container-pc .navbar .nav>.item .active {
    color: #0f6acc;
}

.header .container-pc .navbar .nav>.item:hover a {}

.header .container-pc .navbar .nav>.item:hover .level-2 {
    display: block;
}

.header .container-pc .navbar .nav>.item>a {
    font-size: 13px;
    line-height: 80px;
    margin: 0 30px;
}

@media (max-width:1199px) {
    .header .container-pc .navbar .nav>.item>a {
        margin: 0 20px;
    }
}

@media (max-width:991px) {
    .header .container-pc .navbar .nav>.item>a {
        margin: 0 8px;
    }
}

.header .container-wap {
    display: none;
    height: 75px;
}

@media (max-width:767px) {
    .header .container-wap {
        display: block;
    }
}

.header .container-wap .logo {
    float: left;
    height: 100%;
    padding-top: 17px;
}

@media (max-width:767px) {
    .header .container-wap .logo {
        padding-top: 8px;
    }
}

.header .container-wap .logo img {
    display: block;
    float: left;
    margin-right: 6px;
}

.header.nav-open .toggle .icon {
    width: 0;
}

.header.nav-open .toggle .icon::before {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}

.header.nav-open .toggle .icon::after {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}

.header-black {
    background-color: #000;
}

.navigation {
    display: none;
    /* width: 100%;
    height: 100%; */
}

@media (max-width:767px) {
    .navigation {
        display: block;
    }
}

.navigation div.burger {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 40px;
    height: 30px;
    cursor: pointer;
}

.navigation div.x,
.navigation div.y,
.navigation div.z {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    border-radius: 2px;
    background: #fff;
}

.navigation div.x,
.navigation div.y,
.navigation div.z {
    width: 26px;
    height: 3px;
}

.navigation div.y {
    top: 18px;
}

.navigation div.z {
    top: 37px;
}

.navigation div.collapse {
    top: 20px;
    -webkit-transition: all 70ms ease-out;
    transition: all 70ms ease-out;
}

.navigation div.rotate30 {
    -webkit-transition: all 50ms ease-out;
    transition: all 50ms ease-out;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.navigation div.rotate150 {
    -webkit-transition: all 50ms ease-out;
    transition: all 50ms ease-out;
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.navigation div.rotate45 {
    -webkit-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navigation div.rotate135 {
    -webkit-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.navigation div.menu-bg {
    position: absolute;
    z-index: -99;
    top: 0;
    left: 0;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms cubic-bezier(0, .995, .99, 1);
    transition: all 300ms cubic-bezier(0, .995, .99, 1);
    opacity: 0;
    background: #000;
}

.navigation div.menu-bg.animate {
    -webkit-transition: all 400ms cubic-bezier(0, .995, .99, 1);
    transition: all 400ms cubic-bezier(0, .995, .99, 1);
    opacity: .8;
}

.navigation .menu {
    /* position: relative;
    max-width: 320px;
    margin: 0 auto;
    margin-top: 10%; */
}

.navigation .menu-splitL,
.navigation .menu-splitR {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 160px;
    padding: 0;
    display: none;
}

.navigation .menu-splitR {
    left: 160px;
}

.navigation div.menu ul li {
    font-size: 19px;
    width: 320px;
    margin-top: 40px;
    list-style: none;
    -webkit-transition: all 150ms cubic-bezier(0, .995, .99, 1);
    transition: all 150ms cubic-bezier(0, .995, .99, 1);
    text-align: center;
}

.navigation div.menu ul li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}

.navigation section>div {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.navigation div.menu li.animate {
    font-size: 19px;
    -webkit-transition: all 200ms cubic-bezier(0, .995, .99, 1);
    transition: all 200ms cubic-bezier(0, .995, .99, 1);
    opacity: 1;
}

.navigation .menu-splitL li:nth-of-type(1) {
    margin-left: 44px;
    -webkit-transition-delay: .12s;
    transition-delay: .12s;
}

.navigation .menu-splitL li.animate:nth-of-type(1) {
    margin-left: 0;
    -webkit-transition-delay: .0s;
    transition-delay: .0s;
}

.navigation .menu-splitL li:nth-of-type(2) {
    margin-left: 41px;
    -webkit-transition-delay: .09s;
    transition-delay: .09s;
}

.navigation .menu-splitL li.animate:nth-of-type(2) {
    margin-left: 0;
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
}

.navigation .menu-splitL li:nth-of-type(3) {
    margin-left: 57px;
    -webkit-transition-delay: .046s;
    transition-delay: .046s;
}

.navigation .menu-splitL li.animate:nth-of-type(3) {
    margin-left: 0;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.navigation .menu-splitL li:nth-of-type(4) {
    margin-left: 61px;
    -webkit-transition-delay: .03s;
    transition-delay: .03s;
}

.navigation .menu-splitL li.animate:nth-of-type(4) {
    margin-left: 0;
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
}

.navigation .menu-splitL li:nth-of-type(5) {
    margin-left: 59px;
    -webkit-transition-delay: .0s;
    transition-delay: .0s;
}

.navigation .menu-splitL li.animate:nth-of-type(5) {
    margin-left: 0;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.navigation .menu-splitL li:nth-of-type(6) {
    margin-left: 59px;
    -webkit-transition-delay: .0s;
    transition-delay: .0s;
}

.navigation .menu-splitL li.animate:nth-of-type(6) {
    margin-left: 0;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.navigation .menu-splitR li:nth-of-type(1) {
    margin-left: -201px;
    -webkit-transition-delay: .12s;
    transition-delay: .12s;
}

.navigation .menu-splitR li.animate:nth-of-type(1) {
    margin-left: -160px;
    -webkit-transition-delay: .0s;
    transition-delay: .0s;
}

.navigation .menu-splitR li:nth-of-type(2) {
    margin-left: -203px;
    -webkit-transition-delay: .069s;
    transition-delay: .069s;
}

.navigation .menu-splitR li.animate:nth-of-type(2) {
    margin-left: -160px;
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
}

.navigation .menu-splitR li:nth-of-type(3) {
    margin-left: -214px;
    -webkit-transition-delay: .06s;
    transition-delay: .06s;
}

.navigation .menu-splitR li.animate:nth-of-type(3) {
    margin-left: -160px;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.navigation .menu-splitR li:nth-of-type(4) {
    margin-left: -217px;
    -webkit-transition-delay: .03s;
    transition-delay: .03s;
}

.navigation .menu-splitR li.animate:nth-of-type(4) {
    margin-left: -160px;
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
}

.navigation .menu-splitR li:nth-of-type(5) {
    margin-left: -217px;
    -webkit-transition-delay: .0s;
    transition-delay: .0s;
}

.navigation .menu-splitR li.animate:nth-of-type(5) {
    margin-left: -160px;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.navigation .menu-splitR li:nth-of-type(6) {
    margin-left: -217px;
    -webkit-transition-delay: .0s;
    transition-delay: .0s;
}

.navigation .menu-splitR li.animate:nth-of-type(6) {
    margin-left: -160px;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

@-webkit-keyframes ball {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes ball {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.banner-box {
    position: relative;
    overflow: hidden;
    width: 100%;
}

@media(max-width:767px) {
    .banner-box {
        margin-top: 60px;
    }
}

.banner-box .icon {
    position: absolute;
    z-index: 2;
    bottom: 60px;
    overflow: hidden;
    width: 100%;
    height: 80px;
}

.banner-box .icon::after {
    display: block;
    width: 42px;
    height: 42px;
    margin: 0 auto;
    margin-top: 20px;
    content: '';
    background: url(../images/about-down.png) no-repeat;
}

.banner-box .icon.ball::after {
    -webkit-animation: ball .6s infinite alternate;
    animation: ball .6s infinite alternate;
}

@media (max-width:991px) {
    .banner-box .icon {
        bottom: 30px;
    }
}

@media (max-width:767px) {
    .banner-box .icon {
        bottom: 10px;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
    }
}

.banner-text h3,
.banner-text p {
    line-height: normal;
}

.about-banner {
    height: 720px;
    background: url(../images/banner/about.jpg) fixed no-repeat center bottom;
}

.about-banner .about-text {
    font-size: 18px;
    position: absolute;
    z-index: 8;
    top: 50%;
    overflow: hidden;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}

.about-banner .about-text h3 {
    font-size: 45px;
    margin: 0;
}

.about-banner .about-text p {
    margin: 18px 0;
}

@media (max-width:991px) {
    .about-banner .about-text h3 {
        font-size: 36px;
    }

    .about-banner .about-text p {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .about-banner .about-text h3 {
        font-size: 26px;
    }
}

@media (max-width:480px) {
    .about-banner .about-text h3 {
        font-size: 18px;
    }

    .about-banner .about-text p {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .about-banner {
        height: 500px;
    }
}

.contact-banner .contact-text {
    position: absolute;
    z-index: 2;
    top: 48%;
    width: 100%;
    margin: auto;
    margin-top: -7%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.contact-banner .contact-text h3 {
    font-size: 34px;
    font-weight: normal;
    margin: 0;
    color: #88857a;
}

.contact-banner .contact-text .tel {
    display: inline-block;
    margin: 0 90px;
    margin-top: 6%;
}

@media (max-width:1199px) {
    .contact-banner .contact-text .tel {
        margin: 0 20px;
        margin-top: 30px;
    }
}

.contact-banner .contact-text .tel span {
    font-size: 18px;
    color: #fff;
}

.contact-banner .contact-text .tel p {
    font-size: 48px;
    margin: 0;
    margin-top: 30px;
    color: #e0aa48;
}

@media (max-width:991px) {
    .contact-banner .contact-text {
        margin-top: 0;
    }
}

@media (max-width:767px) {
    .contact-banner .contact-text h3 {
        font-size: 26px;
    }

    .contact-banner .contact-text .tel p {
        font-size: 26px;
    }
}

@media (max-width:640px) {
    .contact-banner .contact-text {
        margin-top: 40px;
    }

    .contact-banner .contact-text h3 {
        font-size: 18px;
    }

    .contact-banner .contact-text .tel {
        margin: 10px;
    }

    .contact-banner .contact-text .tel p {
        margin-top: 10px;
    }
}

.contact-banner .tel-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 40px 0;
    background-color: rgba(147, 182, 183, .69);
}

@media (min-width:1200px) {
    .contact-banner .tel-info .container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width:991px) {
    .contact-banner .tel-info {
        display: none;
    }
}

.contact-banner .tel-info .note {
    padding: 30px 40px;
    text-align: center;
    background-color: #fff;
}

.contact-banner .tel-info .note h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    color: #333;
}

.contact-banner .tel-info .note p {
    font-size: 16px;
}

.contact-banner .tel-info .note span {
    display: block;
    color: #999;
}

.contact-banner .tel-info .note span::before {
    font-family: 'iconfont';
    font-size: 20px;
    display: block;
    margin: 30px 0 10px 0;
    content: '\e655';
    color: #ccc;
}

#owl-carousel-index {
    display: block !important;
}

#owl-carousel-index .img-responsive {
    width: 100%;
}

@media (max-width:1500px) {
    #owl-carousel-index .img-responsive {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}

@media (max-width:767px) {
    #owl-carousel-index .img-responsive {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}

#owl-carousel-index .owl-carousel {
    width: 100%;
}

@media (max-width:1199px) {
    #owl-carousel-index .owl-carousel {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}

@media (max-width:991px) {
    #owl-carousel-index .owl-carousel {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}

@media (max-width:767px) {
    #owl-carousel-index .owl-carousel {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    }
}

#owl-carousel-index .owl-pagination {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

#owl-carousel-index .owl-pagination .owl-page span {
    width: 12px;
    height: 12px;
    opacity: 1;
    border: 2px solid #fff;
    background-color: #fff;
}

#owl-carousel-index .owl-pagination .owl-page.active span {
    background: #037dff;
    background-color: transparent;
}

#owl-carousel-index .owl-buttons {
    position: absolute;
    z-index: 999;
    top: 50%;
    width: 100%;
    margin-top: -30px;
}

@media (max-width:767px) {
    #owl-carousel-index .owl-buttons {
        display: none !important;
    }
}
.banner .slick-arrow,
#owl-carousel-index .owl-buttons .owl-prev,
#owl-carousel-index .owl-buttons .owl-next {
    line-height: 60px;
    position: absolute;
    border: none;
    padding: 0;
    width: 60px;
    height: 60px;
    z-index: 10;
    margin: 0;
    opacity: 1;
    border-radius: 0;
    background-color: #191716;
}

.banner .slick-arrow:hover,
#owl-carousel-index .owl-buttons .owl-prev:hover,
#owl-carousel-index .owl-buttons .owl-next:hover {
    opacity: .6;
}

.banner .slick-arrow::after,
#owl-carousel-index .owl-buttons .owl-prev::after,
#owl-carousel-index .owl-buttons .owl-next::after {
    font-family: 'iconfont';
    font-size: 24px;
    color: #fff;
}
.banner .slick-prev,
#owl-carousel-index .owl-buttons .owl-prev {
    left: 0;
}
.banner .slick-prev::after,
#owl-carousel-index .owl-buttons .owl-prev::after {
    margin-left: -4px;
    content: '\e608';
}
.banner .slick-next,
#owl-carousel-index .owl-buttons .owl-next {
    right: 0;
}
.banner .slick-next::after,
#owl-carousel-index .owl-buttons .owl-next::after {
    margin-left: 0;
    content: '\e609';
}

.box {
    overflow: hidden;
    padding: 90px 0 40px 0;
}

@media(max-width:1440px) {
    .box {
        padding-top: 60px;
    }
}

@media (max-width:767px) {
    .box {
        padding: 50px 0;
    }

    .box .title h1 {
        font-size: 24px;
    }
}

.title {
    margin-bottom: 40px;
    text-align: center;
}

@media(max-width:767px) {
    .title {
        margin-bottom: 20px;
    }
}

.title h1 {
    font-size: 26px;
    font-weight: normal;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
    color: #333;
}

.title p {
    font-size: 16px;
    line-height: 2;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: 0;
    color: #999;
}

.page {
    clear: both;
    overflow: hidden;
    padding-top: 90px;
    text-align: center;
    border-top: 1px dotted #e2e2e2;
}

@media (max-width:767px) {
    .page {
        padding-top: 50px;
    }
}

.page a {
    font-size: 15px;
    line-height: 50px;
    display: inline-block;
    overflow: hidden;
    height: 50px;
    padding: 0 20px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    color: #999;
    border: 1px solid #fff;
}

@media (max-width:767px) {
    .page a {
        line-height: 30px;
        height: 30px;
        padding: 0 10px;
    }
}

.page a:last-child {
    overflow: hidden;
    margin-left: 280px;
    padding: 0 40px;
    border: 1px solid #e2e2e2;
}

.page a:last-child::after {
    display: inline-block;
    float: right;
    width: 44px;
    height: 44px;
    margin-left: 30px;
    content: '';
    background: url(../images/icon.png);
    background-position: -880px 2px;
    background-size: cover;
}

@media (max-width:991px) {
    .page a:last-child {
        margin-left: 40px;
    }
}

@media (max-width:767px) {
    .page a:last-child {
        margin-left: 40px;
        margin-left: 0;
        padding: 0 20px;
    }

    .page a:last-child::after {
        margin-left: 14px;
        background-position: -880px -8px;
    }
}

.page a:last-child:hover::after {
    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;
}

.page a.active,
.page a:hover {
    color: #333;
    border: 1px solid #e2e2e2;
}

.project-block {
    position: relative;
    z-index: 1;
}

.project-block .box {
    padding-top: 10px;
}

@media (max-width:767px) {
    .project-block {
        margin-top: 0;
        padding-top: 50px;
    }
}

.project-block .container {
    background: #fff;
}

.project-block .project-item {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.project-block .project-item li {
    display: inline-block;
    margin-bottom: 40px;
    padding: 18px 15px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    text-align: center;
    border: 1px solid #fff;
}

@media (max-width:767px) {
    .project-block .project-item li {
        margin-bottom: 0;
    }
}

.project-block .project-item li:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.project-block .project-item li:hover h3::before {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}

.project-block .project-item li:nth-child(2) h3::before {
    background-position: -64px 0;
}

.project-block .project-item li:nth-child(3) h3::before {
    background-position: -128px 0;
}

.project-block .project-item li:nth-child(4) h3::before {
    background-position: -192px 0;
}

.project-block .project-item li:nth-child(5) h3::before {
    background-position: -1391px 0;
}

.project-block .project-item li:nth-child(6) h3::before {
    background-position: -320px 0;
}

.project-block .project-item li a {
    text-decoration: none;
}

.project-block .project-item li h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 18px;
    color: #333;
}

.project-block .project-item li h3::before {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    content: '';
    background: url(../images/icon.png?1) no-repeat;
}

.project-block .project-item li p {
    font-size: 14px;
    line-height: 1.57142857;
    min-height: 44px;
    margin: 0;
    text-align: center;
    color: #666;
}

.count-block {
    overflow: hidden;
    padding: 70px 0 90px;
    background: url(../images/about-bj.jpg) center top #0f6acc;
}

@media (max-width:991px) {
    .count-block {
        padding: 70px 0 30px;
    }
}

.count-block .title h1 {
    color: #fff;
}

.count-block .title h1 span {
    color: #4182bb;
}

.count-block .title h1 span:before {
    background: #fff;
}

.count-block .title p {
    color: #7cafdc;
}

.count-block .title p a {
    text-decoration: underline;
    color: inherit;
}

.count-block .title p a:hover {
    color: #fff;
}

.count-block .count-item {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.count-block .count-item li {
    display: inline-block;
    text-align: center;
}

@media (max-width:991px) {
    .count-block .count-item li {
        margin-bottom: 4em;
    }
}

.count-block .count-item li span {
    display: block;
    height: 31px;
}

.count-block .count-item li::before {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    content: '';
    text-align: center;
    background: url(../images/icon.png) no-repeat;
    background-position: -384px 0;
}

.count-block .count-item li:nth-child(2)::before {
    background-position: -448px 0;
}

.count-block .count-item li:nth-child(3)::before {
    background-position: -512px 0;
}

.count-block .count-item li:nth-child(4)::before {
    background-position: -576px 0;
}

.count-block .count-item li:nth-child(4) h2::after {
    display: none;
}

.count-block .count-item li h2 {
    font-family: 'ProximaNovaBold';
    position: relative;
}

.count-block .count-item li h2::after {
    font-size: 24px;
    position: absolute;
    top: 0;
    right: -20px;
    content: '+';
}

.count-block .count-item li h2,
.count-block .count-item li h3 {
    font-size: 55px;
    font-weight: normal;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 25px;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
}

@media (max-width:480px) {

    .count-block .count-item li h2,
    .count-block .count-item li h3 {
        font-size: 40px;
    }
}

.count-block .count-item li h3 {
    font-size: 50px;
    margin: 0;
}

@media (max-width:480px) {
    .count-block .count-item li h3 {
        font-size: 36px;
    }
}

.count-block .count-item li p {
    font-size: 14px;
    overflow: hidden;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #8bc3ff;
}

.job-block {
    padding-bottom: 90px;
}

@media (max-width:767px) {
    .job-block {
        padding-bottom: 40px;
    }
}

.job-block a {
    text-decoration: none;
    color: inherit;
}

.job-block .job-sort {
    overflow: hidden;
    margin: 0;
    margin-bottom: 45px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.job-block .job-sort li {
    font-size: 14px;
    line-height: 2.14285714;
    display: inline-block;
    cursor: pointer;
    color: #666;
}

.job-block .job-sort li:last-child:after {
    display: none;
}

.job-block .job-sort li:after {
    font-size: 14px;
    margin: 0 10px;
    content: ' / ';
    color: #999;
}

.job-block .job-sort li.active-sort,
.job-block .job-sort li:hover {
    color: #0f6acc;
}

.job-block .job-scroll {
    display: none;
}

.job-block .job-scroll:first-child {
    display: block;
}

@media (max-width:991px) {
    .job-block .job-scroll .job-nd {
        display: none;
    }
}

.job-block .job-scroll .item {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
}

.job-block .job-scroll .item img {
    width: 100%;
}

.job-block .job-scroll .item:hover .job-block .job-scroll .item .jobmore {
    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;
}

.job-block .job-scroll .item .mask {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    flex-direction: row;
    width: 100%;
    height: 0;
    text-align: center;
    color: #fff;
    background-color: rgba(14, 105, 204, .95);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.job-block .job-scroll .item .mask .note {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.job-block .job-scroll .item .mask h4 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.66666667;
    color: #fff;
}

.job-block .job-scroll .item .mask p {
    font-size: 13px;
    line-height: 2.30769231;
    overflow: hidden;
    margin-bottom: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #8cc0f7;
}

.job-block .job-scroll .item .mask .jobmore {
    font-size: 13px;
    display: block;
    margin: 0;
    color: #fff;
}

.job-block .job-scroll .item .mask .jobmore:before,
.job-block .job-scroll .item .mask .jobmore:after {
    margin: 0 10px;
    content: '——';
}

.job-block .job-scroll .item .mask .jobmore:hover {
    color: #8cc0f7;
}

.job-block .job-more {
    text-align: center;
}

.job-block .job-more a {
    font-size: 16px;
    line-height: 48px;
    position: relative;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 6px;
    padding: 0 40px;
    color: #666;
    border-radius: 3px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .13);
}

.job-block .job-more span {
    display: inline-block;
    float: left;
}

.job-block .job-more span::after {
    font-family: 'iconfont';
    margin-left: 6px;
    content: '\e657';
    color: #ccc;
}

.job-block .job-more:hover {
    box-shadow: none;
}

.job-block .job-more:hover span {
    -webkit-animation: fadeInUp .8s 0s ease both;
    animation: fadeInUp .8s 0s ease both;
}

.client-block {
    overflow: hidden;
    width: 100%;
    padding-bottom: 90px;
    background: #f2f3f7;
}

@media (max-width:767px) {
    .client-block {
        padding-bottom: 50px;
    }
}

.client-block .client-item {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.client-block .client-item li {
    font-size: 0;
    float: left;
    width: 18%;
    margin: 1%;
}

@media (max-width:640px) {
    .client-block .client-item li {
        width: 31.33333333%;
    }
}

.client-block .client-item li .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 68.18181818%;
    text-decoration: none;
    border-bottom: none;
}

.client-block .client-item li .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin: 0;
}

@media (min-width: 1200px) {
    .client-block .client-item li .img-box img {
        opacity: .6;
        -webkit-filter: grayscale(1);
    }
}

.client-block .client-item li:hover {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
}

.client-block .client-item li:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0);
}

.appraise-scroll {
    position: relative;
    padding-bottom: 40px;
}

.appraise-scroll .item {
    margin: 10px 15px;
}

.appraise-scroll .item:hover .window {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.appraise-scroll .item:hover .window p {
    color: #999;
}

.appraise-scroll .item .window {
    position: relative;
    height: 200px;
    padding: 20px 22px;
    -webkit-transition: transform .6s ease;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
}

.appraise-scroll .item .window:before {
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
    margin-left: 20px;
    content: ' ';
    border-top: 10px solid #dfdfdf;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

.appraise-scroll .item .window::after {
    position: absolute;
    top: 100%;
    display: block;
    width: 0;
    height: 0;
    margin-left: 21px;
    content: '';
    content: ' ';
    border-top: 9px solid #fff;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
}

.appraise-scroll .item .window p {
    font-size: 14px;
    line-height: 1.85714286;
    overflow: hidden;
    height: 156px;
    margin: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    text-align: left;
    color: #666;
}

.appraise-scroll .item .link {
    overflow: hidden;
    margin-top: 18px;
}

.appraise-scroll .item .link .pic {
    float: left;
    overflow: hidden;
    width: 65px;
    height: 65px;
    margin-left: 24px;
    border-radius: 50%;
}

.appraise-scroll .item .link .pic img {
    width: 100%;
}

.appraise-scroll .item .link .text {
    float: left;
    margin-left: 16px;
}

.appraise-scroll .item .link .text p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57142857;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #333;
}

.appraise-scroll .item .link .text a {
    font-size: 14px;
    text-align: left;
    color: #ed941a;
}

.appraise-scroll .item .link .text a::before {
    font-family: 'iconfont';
    font-size: 16px;
    float: left;
    margin-right: 6px;
    content: '\e658';
}

.appraise-scroll .item .link .text a:hover {
    text-decoration: underline;
}

.appraise-scroll .owl-pagination {
    margin-top: 30px;
}

.appraise-scroll .owl-pagination .owl-page {
    width: 15px;
    height: 15px;
    margin: 0 8px;
    border: 2px solid #c7c7c7;
    border-radius: 100%;
    background: #fff;
}

.appraise-scroll .owl-pagination .active {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #d9d9d9;
}

.appraise-scroll .owl-theme .owl-controls .owl-buttons div {
    width: 22px;
    height: 50px;
}

.appraise-scroll .owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    top: 68px;
    left: -74px;
    background-position: left center;
}

.appraise-scroll .owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: 68px;
    right: -74px;
    background-position: right center;
}

.process-block {
    width: 100%;
    padding-bottom: 0;
    background: url(../images/img/process-bj.jpg) fixed 100%;
    background-size: cover;
}

.process-block .title h1 {
    color: #fff;
}

.process-block .container {
    overflow: visible;
}

.process-block .process {
    list-style: none;
}

.process-block .process li {
    position: relative;
    float: left;
    margin-right: 34px;
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width:767px) {
    .process-block .process li {
        margin-right: 20px;
    }
}

@media (max-width:480px) {
    .process-block .process li {
        width: 100%;
        margin-top: -20px;
        margin-right: 0;
        margin-bottom: 0;
    }
}

.process-block .process li:nth-child(2) .pro-item h4::before {
    background-position: -704px 0;
}

.process-block .process li:nth-child(3) .pro-item h4::before {
    background-position: -768px 0;
}

.process-block .process li:nth-child(4) .pro-item h4::before {
    background-position: -832px 0;
}

.process-block .process li:nth-child(5) .pro-item h4::before {
    background-position: -896px 0;
}

.process-block .process li:nth-child(6) .pro-item h4::before {
    background-position: -960px 0;
}

.process-block .process li:nth-child(7) .pro-item h4::before {
    background-position: -1024px 0;
}

.process-block .process li:nth-child(8) .pro-item h4::before {
    background-position: -1088px 0;
}

.process-block .process li::after {
    display: block;
    float: right;
    width: 64px;
    height: 64px;
    margin-top: 30px;
    margin-left: 14px;
    content: '';
    background: url(../images/icon.png) no-repeat;
    background-position: -1088px 0;
}

@media (max-width:480px) {
    .process-block .process li::after {
        float: none;
        margin: 0 auto;
        background-position: -1344px 0;
    }
}

.process-block .process li:last-child {
    margin-right: 0;
}

.process-block .process li:last-child::after {
    display: none;
}
@media (min-width: 1200px) {
    .process-block .process li:hover .text {
        display: block;
        -webkit-animation: fadeInUp 1s 0s ease both;
        animation: fadeInUp 1s 0s ease both;
    }
}

.process-block .process li .pro-item {
    position: relative;
    float: left;
    cursor: pointer;
}

@media (max-width:480px) {
    .process-block .process li .pro-item {
        float: none;
    }
}

.process-block .process li .pro-item h4 {
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    text-align: center;
    color: #fff;
}

.process-block .process li .pro-item h4::before {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    margin-bottom: 10px;
    content: '';
    text-align: center;
    background: url(../images/icon.png) no-repeat;
    background-position: -640px 0;
}

.process-block .process li .text {
    font-size: 14px;
    line-height: 1.85714286;
    position: absolute;
    z-index: 5;
    top: 110px;
    left: 0;
    display: none;
    width: 268px;
    min-height: 117px;
    padding: 15px 20px;
    text-align: left;
    color: #666;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    background: #fff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .1);
}

@media (max-width:414px) {
    .process-block .process li .text {
        top: 70px;
        width: 100%;
    }
}

.process-block .process li .text:before {
    position: absolute;
    top: -10px;
    left: 20px;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
}

@media (max-width:414px) {
    .process-block .process li .text:before {
        left: 50%;
        margin-left: -10px;
    }
}

.process-block .process li .angle {
    float: left;
    margin-top: 20px;
    margin-left: 48px;
}

@media (max-width:414px) {
    .process-block .process li .angle {
        display: none;
    }
}

.process-block .photo {
    font-size: 0;
    padding: 0 50px;
    text-align: center;
}

@media (max-width:414px) {
    .process-block .photo {
        padding-right: 0;
        padding-left: 0;
    }
}

.process-block .photo img {
    width: 100%;
    margin: 0;
    padding-top: 60px;
}

.life-block {
    overflow: hidden;
    padding-bottom: 80px;
}

@media (max-width:767px) {
    .life-block {
        padding-bottom: 30px;
    }
}

.life-block .life-1,
.life-block .life-2,
.life-block .life-3 {
    display: inline-block;
    margin-bottom: 30px;
}

.life-block .life-btn {
    font-size: 13px;
    line-height: 25px;
    position: absolute;
    top: 25px;
    left: 25px;
    display: inline-block;
    height: 25px;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    background: #007cbf;
}

.life-block .btn-1 {
    background: #007cbf;
}

.life-block .btn-2 {
    background: #d8a252;
}

.life-block .btn-3 {
    background: #e8c429;
}

.life-block .btn-4 {
    background: #3aa773;
}

.life-block .btn-5 {
    background: #e98fff;
}

.life-block .pic:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.life-block .img-box img {
    -webkit-transition: width 1s;
    -webkit-transition: 1s;
    transition: 1s;
}

.life-block .life-1 {
    height: 360px;
}

@media (max-width:767px) {
    .life-block .life-1 {
        overflow: hidden;
        height: auto;
    }
}

.life-block .life-1 .text {
    height: 360px;
    padding: 20px;
    background: url(../images/life1.png) no-repeat right bottom #42b27d;
}

@media (max-width:991px) {
    .life-block .life-1 .text {
        height: 400px;
    }
}

@media (max-width:767px) {
    .life-block .life-1 .text {
        height: auto;
    }
}

.life-block .life-1 .text h3 {
    font-size: 20px;
    font-weight: normal;
    margin-top: 0;
    padding-top: 20px;
    text-align: left;
    letter-spacing: 0;
    color: #fff;
}

.life-block .life-1 .text p {
    font-size: 13px;
    line-height: 1.84615385;
    text-align: left;
    color: #8edcb7;
}

.life-block .life-1 .text ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.life-block .life-1 .text ul li a {
    font-size: 14px;
    line-height: 36px;
    display: block;
    text-align: left;
    letter-spacing: 0;
    color: #fff;
}

.life-block .life-1 .text ul li a::before {
    font-family: 'iconfont';
    font-size: 17px;
    content: '\e61d';
}

.life-block .life-1 .text ul li a:hover {
    text-decoration: none;
    opacity: .8;
}

.life-block .life-2 {
    position: relative;
    height: 360px;
}

@media (max-width:991px) {
    .life-block .life-2 {
        height: 400px;
    }
}

@media (max-width:767px) {
    .life-block .life-2 {
        height: auto;
        padding-bottom: 20px;
    }
}

.life-block .life-2 img {
    width: 100%;
}

.life-block .life-2 .pic {
    position: relative;
}

.life-block .life-2 .pic .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 66.66666667%;
    text-decoration: none;
    border-bottom: none;
}

.life-block .life-2 .pic .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}

.life-block .life-2 .text {
    padding: 0 10px 20px 10px;
    border-bottom: 2px #e2e2e2 solid;
}

.life-block .life-2 .text h2 {
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

.life-block .life-2 .text h2 a {
    text-decoration: none;
}

.life-block .life-2 .text h2 a:hover {
    color: #007cbf;
}

.life-block .life-2 .text p {
    font-size: 13px;
    line-height: 1.84615385;
    overflow: hidden;
    height: 72px;
    margin: 0;
    text-align: left;
    color: #666;
}

.life-block .life-2 .text .date span {
    font-size: 14px;
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
    margin-right: 30px;
    text-align: left;
    color: #999;
}

.life-block .life-2 .text .date span::before {
    font-family: 'iconfont';
    font-size: 16px;
    float: left;
    margin-right: 6px;
    color: #ccc;
}

.life-block .life-2 .text .date span.time::before {
    content: '\e909';
}

.life-block .life-2 .text .date span.number::before {
    content: '\e6bc';
}

.life-block .life-3 {
    height: 360px;
}

@media (max-width:991px) {
    .life-block .life-3 {
        height: auto;
    }
}

.life-block .life-3 .pic {
    position: relative;
}

.life-block .life-3 .pic .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 63.15789474%;
    text-decoration: none;
    border-bottom: none;
}

.life-block .life-3 .pic .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}

.life-block .life-3 .pic p {
    font-size: 16px;
    line-height: 60px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0 20px;
    text-align: left;
    color: #fff;
    background: rgba(0, 0, 0, .4);
}

.news-banner {
    position: relative;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 720px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    background: url(../images/banner/banner-news.jpg) fixed no-repeat center bottom;
}

@media (max-width:767px) {
    .news-banner {
        height: 500px;
    }
}

.news-banner .icon {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 60px;
    left: 0;
    width: 42px;
    height: 42px;
    margin: auto;
    color: #fff;
}

.news-banner .icon img {
    width: 100%;
}

.news-banner .icon.ball {
    -webkit-animation: ball .6s infinite alternate;
    animation: ball .6s infinite alternate;
}

@media (max-width:991px) {
    .news-banner .icon {
        bottom: 30px;
    }
}

@media (max-width:767px) {
    .news-banner .icon {
        bottom: 10px;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
    }
}

.news-wrap {
    overflow: hidden;
    padding-bottom: 90px;
}

@media (max-width:767px) {
    .news-wrap {
        padding-bottom: 50px;
    }
}

.news-wrap.container {
    overflow: hidden;
}

@media (min-width:1370px) {
    .news-wrap.container {
        width: 1340px;
    }
}

.news-wrap .list-box {
    padding: 45px 0;
}

.news-wrap .list-box a {
    text-decoration: none;
    color: inherit;
}

.news-wrap .list {
    overflow: hidden;
    width: 100%;
    padding: 45px 70px;
    background-color: #fff;
}

@media (max-width:1199px) {
    .news-wrap .list {
        padding: 45px 10px;
    }
}

@media (max-width:991px) {
    .news-wrap .list {
        padding: 30px 10px;
    }
}

.news-wrap .list:hover {
    background-color: #f8f8f8;
}

.news-wrap .list .pic {
    position: relative;
    overflow: hidden;
    background-color: #000;
}

.news-wrap .list .pic p {
    line-height: 25px;
    position: absolute;
    top: 0;
    top: 25px;
    left: 25px;
    height: 25px;
    margin: 0;
    padding: 0 15px;
    color: #fff;
    border-radius: 2px;
    background-color: #3aa773;
}

.news-wrap .list .pic .img-box {
    padding-bottom: 63.88888889%;
}

.news-wrap .list .pic .more {
    font-size: 16px;
    position: absolute;
    z-index: 100;
    top: 40%;
    display: block;
    width: 100%;
    margin: auto;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
    text-align: center;
    opacity: 0;
    color: #fff;
}

.news-wrap .list .pic .more::after {
    display: inline-block;
    width: 44px;
    height: 44px;
    margin-left: 10px;
    content: '';
    background: url(../images/icon.png);
    background-position: -836px 14px;
    background-size: cover;
}

.news-wrap .list .pic a.mask::before,
.news-wrap .list .pic a.mask::after {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    content: '';
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    opacity: 0;
}

.news-wrap .list .pic a.mask::before {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.news-wrap .list .pic a.mask::after {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.news-wrap .list .pic:hover img {
    opacity: .6;
}

.news-wrap .list .pic:hover a.mask::before,
.news-wrap .list .pic:hover a.mask::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: .4;
}

.news-wrap .list .pic:hover .more {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;
    opacity: 1;
}

.news-wrap .list .note,
.news-wrap .list .info {
    border-top: 1px solid #e2e2e2;
}

.news-wrap .list .note p {
    font-size: 13px;
    line-height: 16px;
    display: inline-block;
    margin: 30px 0 0 20px;
    color: #999;
}

.news-wrap .list .note p::before {
    font-family: 'iconfont';
    font-size: 16px;
    float: left;
    margin-right: 6px;
    content: '\e6bc';
    color: #ccc;
}

.news-wrap .list .note p.icon-1 {
    margin-left: 0;
}

.news-wrap .list .note p.icon-1::before {
    font-size: 14px;
    content: '\e909';
}

.news-wrap .list .note a {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    display: block;
    margin-top: 45px;
    color: #333;
}

@media (max-width:991px) {
    .news-wrap .list .note a {
        margin-top: 14px;
    }
}

.news-wrap .list .note a:hover {
    color: #666;
}

@media (max-width:991px) {
    .news-wrap .list .info {
        margin-top: 30px;
    }
}

.news-wrap .list .info h4 {
    font-size: 13px;
    margin: 20px 0 14px 0;
    color: #999;
}

.news-wrap .list .info p {
    font-size: 14px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.news-wrap .list .info a {
    display: block;
}

.news-wrap .news-scoll {
    position: relative;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 520px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.news-wrap .news-scoll a {
    text-decoration: none;
    color: inherit;
}

.news-wrap .news-scoll.news-scoll-1 {
    background: url(../images/news-1.jpg) fixed no-repeat center bottom;
}

.news-wrap .news-scoll.news-scoll-2 {
    background: url(../images/news-2.jpg) fixed no-repeat center bottom;
}

.news-wrap .news-scoll .info {
    position: absolute;
    top: 50%;
    left: 2%;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width:767px) {
    .news-wrap .news-scoll .info {
        right: 2%;
    }
}

.news-wrap .news-scoll .note {
    margin: 50px 45px;
    border-top: 1px solid #e2e2e2;
}

.news-wrap .news-scoll .text {
    overflow: hidden;
    width: 100%;
    max-width: 450px;
    height: 370px;
}

.news-wrap .news-scoll .text::before {
    position: absolute;
    z-index: -1;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    background-color: #fff;
}

.news-wrap .news-scoll .text p {
    font-size: 13px;
    line-height: 16px;
    display: inline-block;
    margin: 20px 0 0 20px;
    color: #999;
}

.news-wrap .news-scoll .text p::before {
    font-family: 'iconfont';
    font-size: 16px;
    float: left;
    margin-right: 6px;
    content: '\e6bc';
    color: #ccc;
}

.news-wrap .news-scoll .text p.icon-1 {
    margin-left: 0;
}

.news-wrap .news-scoll .text p.icon-1::before {
    font-size: 14px;
    content: '\e909';
}

.news-wrap .news-scoll .text a {
    font-size: 24px;
    font-weight: bold;
    line-height: 38px;
    display: block;
    margin-top: 45px;
    color: #333;
}

.news-wrap .news-scoll .text span {
    font-size: 13px;
    display: block;
    margin-top: 40px;
    color: #999;
}

.news-wrap .news-scoll:hover .text::before {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
}

.news-show-wrap {
    overflow: hidden;
    padding: 170px 40px 95px 40px;
}

.news-show-wrap a {
    text-decoration: none;
    color: inherit;
}

@media (max-width:767px) {
    .news-show-wrap {
        padding: 140px 15px 95px 15px;
    }
}

.news-show-wrap .news-title {
    overflow: hidden;
    padding-bottom: 24px;
    border-bottom: 1px solid #e2e2e2;
}

.news-show-wrap .news-title .info {
    float: left;
    padding-top: 6px;
}

.news-show-wrap .news-title p {
    font-size: 13px;
    line-height: 16px;
    display: inline-block;
    margin: 0;
    color: #999;
}

.news-show-wrap .news-title p::before {
    font-family: 'iconfont';
    font-size: 16px;
    float: left;
    margin-right: 6px;
    content: '\e6bc';
    color: #ccc;
}

.news-show-wrap .news-title p.icon-1 {
    margin-right: 10px;
}

.news-show-wrap .news-title p.icon-1::before {
    font-size: 14px;
    content: '\e909';
}

.news-show-wrap .news-title span {
    font-size: 13px;
    margin-left: 30px;
    color: #999;
}

.news-show-wrap .news-title .bdsharebuttonbox {
    float: right;
}

.news-show-wrap .news-title .bdsharebuttonbox p {
    float: left;
    padding-top: 6px;
}

.news-show-wrap .news-title .bdsharebuttonbox p::before {
    display: none;
}

.news-show-wrap .left {
    float: left;
    width: 61%;
    padding-left: 13%;
}

@media (max-width:991px) {
    .news-show-wrap .left {
        padding-left: 0;
    }
}

.news-show-wrap .left .text {
    padding: 40px 0 50px 0;
    border-bottom: 1px solid #e2e2e2;
}

.news-show-wrap .left .text h3 {
    font-size: 30px;
    line-height: 42px;
    margin: 0;
    color: #333;
}

.news-show-wrap .left .text img {
    max-width: 100%;
}

.news-show-wrap .left .text p {
    color: #666;
}

.news-show-wrap .left .text .note {
    line-height: 30px;
    margin-top: 40px;
}

.news-show-wrap .left .text .note p {
    margin: 0;
}

.news-show-wrap .left .text .bdsharebuttonbox {
    padding-top: 10px;
}

.news-show-wrap .left .text .bdsharebuttonbox p {
    line-height: 14px;
    display: inline-block;
    float: left;
}

.news-show-wrap .left .text .bdsharebuttonbox a {
    margin-top: 12px;
}

.news-show-wrap .left .relate {
    padding-top: 55px;
}

.news-show-wrap .left .relate h3 {
    font-size: 18px;
    margin: 0;
    color: #333;
}

.news-show-wrap .left .relate a {
    text-decoration: none;
    color: inherit;
}

.news-show-wrap .left .relate .img-box {
    padding-bottom: 62.96296296%;
}

.news-show-wrap .left .relate .img-box img {
    -webkit-transition: all .2s ease;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.news-show-wrap .left .relate p {
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    height: 48px;
    margin: 10px 0;
    color: #333;
}

.news-show-wrap .left .relate .list {
    position: relative;
    z-index: 99;
    overflow: hidden;
    margin-top: 20px;
}

.news-show-wrap .left .relate .list:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.news-show-wrap .right {
    float: right;
    width: 37%;
    padding: 0 30px 74px 30px;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}

@media (max-width:991px) {
    .news-show-wrap .right {
        margin-top: 40px;
    }
}

.news-show-wrap .right h3 {
    font-size: 18px;
    margin-top: 50px;
    color: #333;
}

.news-show-wrap .right .search input {
    line-height: 52px;
    width: 100%;
    height: 52px;
    text-indent: 16px;
    color: #bebebe;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    outline: none;
}

.news-show-wrap .right .search input:focus {
    border-color: #0f6acc;
}

.news-show-wrap .right .cate,
.news-show-wrap .right .archives {
    overflow: hidden;
}

.news-show-wrap .right .cate a,
.news-show-wrap .right .archives a {
    line-height: 36px;
    display: block;
    margin-top: 18px;
    border-bottom: 1px solid #e2e2e2;
}

.news-show-wrap .right .cate a::before,
.news-show-wrap .right .archives a::before {
    font-family: 'iconfont';
    font-size: 20px;
    float: left;
    content: '\e61d';
    color: #bababa;
}

.news-show-wrap .right .cate a:hover,
.news-show-wrap .right .archives a:hover {
    color: #0f6acc;
}

.news-show-wrap .right .archives a {
    display: inline-block;
    width: 47%;
}

.news-show-wrap .right .archives a:nth-child(2n) {
    float: left;
}

.news-show-wrap .right .archives a:nth-child(2n+1) {
    float: right;
}

.news-show-wrap .right .label h3 {
    margin-bottom: 6px;
}

.news-show-wrap .right .label a {
    display: inline-block;
    margin-top: 12px;
    margin-right: 10px;
    padding: 9px 16px;
    border: 1px solid #e2e2e2;
}

.news-show-wrap .right .label a:hover {
    color: #0f6acc;
    border-color: #0f6acc;
}

.news-show-wrap .right .article h3 {
    margin-bottom: 6px;
}

.news-show-wrap .right .article .list {
    overflow: hidden;
    padding: 18px 0;
    border-bottom: 1px solid #e2e2e2;
}

.news-show-wrap .right .article .list:hover .pic .img-box {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.news-show-wrap .right .article .list .pic {
    float: left;
    overflow: hidden;
    width: 16%;
}

.news-show-wrap .right .article .list .pic .img-box {
    padding-bottom: 77.77777778%;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
}

@media (max-width:1440px) {
    .news-show-wrap .right .article .list .pic {
        width: 22%;
    }
}

@media (max-width:1199px) {
    .news-show-wrap .right .article .list .pic {
        width: 26%;
    }
}

@media (max-width:991px) {
    .news-show-wrap .right .article .list .pic {
        width: 16%;
    }
}

@media (max-width:640px) {
    .news-show-wrap .right .article .list .pic {
        width: 26%;
    }
}

.news-show-wrap .right .article .list .note {
    float: right;
    width: 82%;
}

.news-show-wrap .right .article .list .note a {
    text-decoration: none;
    color: inherit;
}

@media (max-width:1440px) {
    .news-show-wrap .right .article .list .note {
        width: 76%;
    }
}

@media (max-width:1199px) {
    .news-show-wrap .right .article .list .note {
        width: 70%;
    }
}

@media (max-width:991px) {
    .news-show-wrap .right .article .list .note {
        width: 82%;
    }
}

@media (max-width:640px) {
    .news-show-wrap .right .article .list .note {
        width: 70%;
    }
}

.news-show-wrap .right .article .list .note h4 {
    font-size: 14px;
    overflow: hidden;
    margin: 6px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

.news-show-wrap .right .article .list .note h4:hover {
    color: #0f6acc;
}

.news-show-wrap .right .article .list .note p {
    font-size: 12px;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width:991px) {

    .news-show-wrap .left,
    .news-show-wrap .right {
        width: 100%;
    }
}

.product-wrap {
    overflow: hidden;
    padding: 170px 0 90px;
}

@media (max-width:1199px) {
    .product-wrap {
        padding-top: 140px;
    }
}

@media (max-width:767px) {
    .product-wrap {
        padding-bottom: 50px;
    }
}

.product-wrap .product-title {
    text-align: center;
}

.product-wrap .product {
    margin: 65px 45px 0 45px;
    padding-bottom: 40px;
}

@media (max-width:1199px) {
    .product-wrap .product {
        margin: 50px 0 0 0;
    }
}

.product-wrap .product-title h3 {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 50px;
    color: #333;
}

@media (max-width:1199px) {
    .product-wrap .product-title h3 {
        margin-bottom: 30px;
    }
}

.product-wrap .product-title a {
    font-size: 16px;
    display: inline-block;
    margin: 0 10px;
    margin-top: 20px;
    padding: 11px 35px;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 100px;
}

@media (max-width:1199px) {
    .product-wrap .product-title a {
        margin: 0;
    }
}

.product-wrap .product-title a:hover,
.product-wrap .product-title a.on {
    color: #0f6acc;
    border-color: #d9d9d9;
}

.product-wrap .list {
    overflow: hidden;
    margin-top: 4px;
    margin-bottom: 40px;
    padding: 10px 10px 15px 10px;
}

.product-wrap .list .pic {
    position: relative;
    overflow: hidden;
    max-width: 700px;
}

.product-wrap .list .img-box {
    z-index: 0;
    overflow: hidden;
    padding-bottom: 62.5%;
    -webkit-transition: transform .6s ease;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
}
@media (min-width: 1200px) {
    .product-wrap .list:hover {
        border-radius: 2px;
        background: rgba(255, 255, 255, .95);
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, .17);
    }
}

.product-wrap .list:hover .note a.more {
    display: block;
}

.product-wrap .list:hover .img-box {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.product-wrap .list .note {
    position: relative;
    margin-top: 16px;
    padding: 0 10px;
}

.product-wrap .list .note h3 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    color: #333;
}

.product-wrap .list .note p {
    font-size: 13px;
    line-height: 18px;
    line-height: 30px;
    display: inline-block;
    margin: 0;
    margin-left: 28px;
    color: #999;
}

.product-wrap .list .note p::before {
    font-family: 'iconfont';
    font-size: 20px;
    float: left;
    margin-right: 6px;
    content: '\e66f';
    color: #ccc;
}

.product-wrap .list .note p.icon-1 {
    margin-left: 0;
}

.product-wrap .list .note p.icon-1::before {
    font-size: 16px;
    content: '\e6bc';
}

.product-wrap .list .note a.more {
    font-size: 14px;
    line-height: 28px;
    position: absolute;
    z-index: 99;
    top: 30%;
    right: 16px;
    display: none;
    overflow: hidden;
    width: 63px;
    height: 28px;
    text-align: center;
    color: #0f6acc;
    border: 1px solid #0f6acc;
    border-radius: 2px;
}

.product-wrap .list .note a.more span {
    display: inline-block;
}

.product-wrap .list .note a.more:hover {
    opacity: .8;
}

.product-wrap .list .note a.more:hover span {
    -webkit-animation: fadeInUp .4s 0s ease both;
    animation: fadeInUp .4s 0s ease both;
}

.product-show-wrap {
    overflow: hidden;
    padding: 135px 40px 95px 40px;
    background-color: #f5f5f5;
}

@media (max-width:767px) {
    .product-show-wrap {
        padding: 135px 15px 95px 15px;
    }
}

.product-show-wrap .left {
    float: left;
    overflow: hidden;
    width: 61%;
    padding: 60px 4%;
    text-align: center;
}

.product-show-wrap .left img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.product-show-wrap .right {
    float: right;
    width: 37.5%;
    padding: 60px 35px;
}

.product-show-wrap .right a {
    text-decoration: none;
    color: inherit;
}

@media (max-width:991px) {
    .product-show-wrap .right {
        margin-top: 40px;
    }
}

.product-show-wrap .right .ptitle {
    position: relative;
}

.product-show-wrap .right .ptitle h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 10px 0;
    color: #333;
}

.product-show-wrap .right .ptitle span {
    font-size: 13px;
    color: #999;
}

.product-show-wrap .right .ptitle .icon {
    position: absolute;
    top: 22px;
    right: 0;
}

@media (max-width:1199px) {
    .product-show-wrap .right .ptitle .icon {
        position: relative;
        top: 10px;
    }
}

.product-show-wrap .right .ptitle p {
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
    margin: 0;
    margin-left: 20px;
    color: #999;
}

.product-show-wrap .right .ptitle p::before {
    font-family: 'iconfont';
    font-size: 20px;
    float: left;
    margin-right: 6px;
    content: '\e66f';
    color: #ccc;
}

.product-show-wrap .right .ptitle p.icon-1 {
    margin-left: 0;
}

.product-show-wrap .right .ptitle p.icon-1::before {
    font-size: 16px;
    content: '\e6bc';
}

.product-show-wrap .right .text,
.product-show-wrap .right .info {
    font-size: 14px;
    line-height: 30px;
    padding: 30px 0;
    border-bottom: 1px dotted #dbdbdb;
}

.product-show-wrap .right .text p,
.product-show-wrap .right .info p {
    margin: 0;
}

.product-show-wrap .right .info {
    position: relative;
    color: #333;
}

.product-show-wrap .right .info a {
    text-decoration: underline;
}

.product-show-wrap .right .info a:hover {
    color: #0f6acc;
}

.product-show-wrap .right .info a.thumb {
    line-height: 50px;
    position: absolute;
    top: 54px;
    right: 40px;
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 50%;
    background: #000;
}

.product-show-wrap .right .info a.thumb p::before {
    font-family: 'iconfont';
    font-size: 20px;
    display: block;
    height: 20px;
    content: '\e66f';
}

@media (max-width:480px) {
    .product-show-wrap .right .info a.thumb {
        position: relative;
        top: 14px;
        right: 0;
    }
}

.product-show-wrap .right .info a.thumb:hover {
    color: orange;
}

.product-show-wrap .right .link {
    padding: 40px 0;
    border-bottom: 1px dotted #dbdbdb;
}

.product-show-wrap .right .link a {
    font-size: 16px;
    font-weight: bold;
    line-height: 33px;
    display: inline-block;
    margin: 10px 16px 10px 0;
    padding: 6px 68px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    text-align: center;
    color: #333;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
}

.product-show-wrap .right .link a:hover {
    color: #fff;
    border-color: #0f6acc;
    background-color: #0f6acc;
}

.product-show-wrap .right .link a:last-child {
    margin-right: 16px;
}

.product-show-wrap .right .relate {
    padding-top: 60px;
}

.product-show-wrap .right .relate h3 {
    font-size: 18px;
    margin: 0;
    color: #333;
}

.product-show-wrap .right .relate .pic {
    margin-top: 30px;
}

.product-show-wrap .right .relate .img-box {
    padding-bottom: 63.33333333%;
}

.product-show-wrap .right .relate .img-box img {
    -webkit-transition: transform .6s ease;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
}

.product-show-wrap .right .relate .note {
    position: relative;
    padding: 10px 10px 0 10px;
}

.product-show-wrap .right .relate .note h3 {
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    color: #333;
}

.product-show-wrap .right .relate .note p {
    font-size: 13px;
    line-height: 18px;
    line-height: 30px;
    display: inline-block;
    margin: 0;
    margin-left: 28px;
    color: #999;
}

.product-show-wrap .right .relate .note p::before {
    font-family: 'iconfont';
    font-size: 20px;
    float: left;
    margin-right: 6px;
    content: '\e66f';
    color: #ccc;
}

.product-show-wrap .right .relate .note p.icon-1 {
    margin-left: 0;
}

.product-show-wrap .right .relate .note p.icon-1::before {
    font-size: 16px;
    content: '\e6bc';
}

.product-show-wrap .right .relate .note a.more {
    font-size: 14px;
    line-height: 28px;
    position: absolute;
    top: 30%;
    right: 15px;
    display: none;
    width: 63px;
    height: 28px;
    text-align: center;
    color: #0f6acc;
    border: 1px solid #0f6acc;
    border-radius: 2px;
}

.product-show-wrap .right .relate .pic:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.product-show-wrap .left,
.product-show-wrap .right {
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
}

@media (max-width:991px) {

    .product-show-wrap .left,
    .product-show-wrap .right {
        width: 100%;
    }
}

.works-box {
    overflow: hidden;
    height: 100%;
}

.works-box a {
    text-decoration: none;
    color: inherit;
}

.works-box .table {
    display: table;
    width: 100%;
    height: 100%;
}

.works-box .table-vAlign {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

@media (max-width:767px) {
    .works-box .table-vAlign {
        vertical-align: bottom;
    }
}

.works-box .menu-works {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 130px;
    height: 100%;
}

@media (max-width:767px) {
    .works-box .menu-works {
        display: none;
    }
}

.works-box .menu-works .menu-works-line {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 1px;
    height: 100%;
    opacity: .08;
    background-color: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=8);
}

.works-box .menu-works .menu-works-line-active {
    position: absolute;
    top: 0;
    right: -1px;
    display: block;
    width: 3px;
    height: 79px;
    background: url('../images/service-active.png') right top no-repeat;
}

.works-box .menu-works .menu-item {
    display: block;
    float: right;
    clear: both;
    letter-spacing: 1px;
    background: url('../images/service.png') right top no-repeat;
}

.works-box .menu-works .menu-item.active .menu-text {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
}

.works-box .menu-works .menu-item .menu-text {
    font-size: 12px;
    line-height: 80px;
    display: block;
    padding-right: 40px;
    -webkit-transition: all .3s cubic-bezier(.42, 0, 0, .995);
    transition: all .3s cubic-bezier(.42, 0, 0, .995);
    text-transform: uppercase;
    opacity: .5;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
}

.works-box .menu-works .menu-item:hover .menu-text {
    opacity: .5;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

.works-box .work-foot {
    font-size: 13px;
    line-height: 22px;
    position: absolute;
    z-index: 99;
    bottom: 40px;
    width: 100%;
    padding: 0 50px;
    color: #fff;
}

@media (max-width:767px) {
    .works-box .work-foot {
        bottom: 20px;
    }
}

.works-box .work-foot .tel {
    float: left;
}

.works-box .work-foot .tel::before {
    font-family: 'iconfont';
    font-size: 22px;
    float: left;
    margin-right: 6px;
    content: '\e655';
}

.works-box .work-foot .tel a:hover {
    text-decoration: underline;
}

.works-box .work-foot .link {
    float: right;
}

.works-box .work-foot .link a {
    padding: 0 2px;
}

.works-box .work-foot .link a:hover {
    opacity: .6;
}

.works-box .works {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.works-box .work {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.works-box .work.page-1 {
    background-color: #7a90a8;
}

.works-box .work.page-2 {
    background-color: #caa4aa;
}

.works-box .work.page-3 {
    background-color: #afc8a2;
}

.works-box .work.page-4 {
    background-color: #a1a4c6;
}

.works-box .work.page-5 {
    background-color: #cea7ca;
}

.works-box .work.page-6 {
    background-color: #a1c6b8;
}

.works-box .work .icon-timer {
    display: inline-block;
    float: left;
    width: 31px;
    height: 31px;
    margin: 0 15px 0 25px;
    margin-top: 6px;
    margin-bottom: 20px;
    vertical-align: middle;
    border: 1px solid #fff;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    background: url(../images/icon.png) no-repeat;
    background-position: -520px 0;
    background-size: cover;
}

@media (max-width:767px) {
    .works-box .work .icon-timer {
        display: none;
    }
}

.works-box .work .icon-timer svg {
    width: 33px;
    height: 33px;
    margin: -2px 0 0 -2px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    fill: transparent;
}

.works-box .work .icon-timer .icon-animation {
    display: block;
    -webkit-transition: all 9s linear;
    transition: all 9s linear;
    stroke: #fff;
    stroke-width: 2;
    stroke-dasharray: 95;
    stroke-dashoffset: 95;
    r: 15;
    cx: 17;
    cy: 17;
}

.works-box .work .icon-timer-small {
    width: 21px;
    height: 21px;
    margin: 0 10px 0 0;
    background-size: 7px;
}

@media (max-width:767px) {
    .works-box .work .icon-timer-small {
        display: block;
        margin-right: 14px;
        background: url(../images/icon.png) no-repeat;
        background-position: -340px 0;
        background-size: cover;
    }
}

.works-box .work .icon-timer-small svg {
    width: 24px;
    height: 24px;
    fill: transparent;
}

.works-box .work .icon-timer-small .icon-animation {
    stroke-dasharray: 63;
    stroke-dashoffset: 63;
    r: 10;
    cx: 12;
    cy: 12;
}

.works-box .work .icon-timer.\--active .icon-animation {
    stroke-dashoffset: 0;
}

.works-box .work .work-view {
    font-size: 12px;
    line-height: 18px;
    display: none;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width:767px) {
    .works-box .work .work-view {
        display: inline-block;
        margin-top: 14px;
    }
}

.works-box .work .work-link {
    position: relative;
    z-index: 9;
    display: inline-block;
    padding: 100px;
    -webkit-transition: all .3s cubic-bezier(.42, 0, 0, .995);
    transition: all .3s cubic-bezier(.42, 0, 0, .995);
    border: 1px solid rgba(255, 255, 255, 0);
}

.works-box .work .work-link h3 {
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 2px;
    position: relative;
    margin: 0;
    margin-bottom: 45px;
    color: #fff;
}

.works-box .work .work-link p {
    font-size: 15px;
    line-height: 30px;
    width: 74%;
    margin: 0;
    color: #fff;
}

@media (max-width:767px) {
    .works-box .work .work-link {
        display: block;
        margin-bottom: 60px;
        padding: 30px;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }

    .works-box .work .work-link h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .works-box .work .work-link p {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
    }
}

.works-box .work .work-obj-mobile {
    display: none;
}

.works-box .work .work-obj-mobile img {
    width: 80%;
}

.works-box .work .work-obj-bg {
    width: 100%;
    height: 100%;
    -webkit-animation: wball 2s infinite alternate;
    animation: wball 2s infinite alternate;
}

.works-box .work .work-obj-bg img {
    position: absolute;
    top: 0;
    right: 15%;
    bottom: 0;
    max-width: 90%;
    margin: auto;
}

@media (max-width:1199px) {
    .works-box .work .work-obj-bg img {
        right: 0;
        left: 0;
    }
}

@media (max-width:480px) {
    .works-box .work .work-obj-bg img {
        max-width: 120% !important;
        top: -35%;
        margin-left: -31%;
    }
}

.works-box .menu-works {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 130px;
    height: 100%;
}

.works-box .layer {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media (min-width:767px) {
    @-webkit-keyframes wball {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        100% {
            -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
        }
    }

    @keyframes wball {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        100% {
            -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
        }
    }
}

.contact-wrap {
    overflow: hidden;
}

.contact-wrap .tel-info {
    display: none;
    overflow: hidden;
    padding: 38px 0;
    background-color: rgba(147, 182, 183, .69);
}

@media (max-width:991px) {
    .contact-wrap .tel-info {
        display: block;
    }
}

@media (max-width:767px) {
    .contact-wrap .tel-info {
        padding: 20px 0 38px 0;
    }
}

.contact-wrap .tel-info .note {
    margin-top: 30px;
    padding: 30px 40px;
    text-align: center;
    background-color: #fff;
}

@media (max-width:767px) {
    .contact-wrap .tel-info .note {
        margin-top: 15px;
    }
}

.contact-wrap .tel-info .note h3 {
    font-size: 18px;
    margin-top: 0;
    color: #333;
}

.contact-wrap .tel-info .note p {
    font-size: 16px;
}

.contact-wrap .tel-info .note span {
    display: block;
    color: #999;
}

.contact-wrap .tel-info .note span::before {
    font-family: 'iconfont';
    font-size: 20px;
    display: block;
    margin: 30px 0 10px 0;
    content: '\e655';
    color: #ccc;
}

@media (max-width:767px) {
    .contact-wrap .tel-info .note span::before {
        margin-top: 16px;
    }
}

.contact-wrap .feedback {
    overflow: hidden;
    padding: 100px 0 90px;
    text-align: center;
}

@media (max-width:767px) {
    .contact-wrap .feedback {
        padding: 50px 0 40px;
    }
}

.contact-wrap .feedback .ftitle h3 {
    font-size: 36px;
    margin: 0;
    color: #333;
}

.contact-wrap .feedback input,
.contact-wrap .feedback textarea {
    font-size: 16px;
    line-height: 36px;
    margin-top: 60px;
    text-align: center;
    color: #666;
    border: none;
    border-bottom: 1px solid #efefef;
    outline: none;
}

.contact-wrap .feedback input:focus,
.contact-wrap .feedback textarea:focus {
    border-bottom: 1px solid #0f6acc;
}

.contact-wrap .feedback input {
    width: 50%;
}

@media (max-width:767px) {
    .contact-wrap .feedback input {
        width: 100%;
    }
}

.contact-wrap .feedback textarea {
    width: 100%;
    padding: 0;
    resize: vertical;
}

.contact-wrap .feedback .radio {
    line-height: 30px;
    margin-top: 70px;
    color: #999;
}

.contact-wrap .feedback .radio h4 {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 20px 0;
    color: #666;
}

.contact-wrap .feedback .regular-radio {
    display: none;
}

.contact-wrap .feedback .regular-radio+label {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 20px;
    margin: 0 6px 0 50px;
    padding: 8px;
    border: 1px solid #cacece;
    border-radius: 50px;
    -webkit-appearance: none;
}

.contact-wrap .feedback .regular-radio:checked+label:after {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 6px;
    height: 6px;
    content: ' ';
    border-radius: 50px;
    background-color: #0f6acc;
}

.contact-wrap .feedback .regular-radio:checked+label {
    color: #99a1a7;
    border: 1px solid #adb8c0;
}

.contact-wrap .feedback .send {
    font-size: 16px;
    display: inline-block;
    margin-top: 80px;
    padding: 14px 68px;
    color: #fff;
    border-radius: 2px;
    background-color: #000;
}

.contact-wrap .feedback .send span {
    display: inline-block;
}

.contact-wrap .feedback .send:hover {
    text-decoration: underline;
}

.contact-wrap .feedback .send:hover span {
    -webkit-animation: fadeInUp 1s 0s ease both;
    animation: fadeInUp 1s 0s ease both;
}

.contact-wrap .map {
    height: 460px;
}

.contact-wrap .map .bdmap {
    float: left;
    width: 50%;
    height: inherit;
}

@media (max-width:767px) {
    .contact-wrap .map .bdmap {
        width: 100%;
    }

    .contact-wrap .map #bdmap_panorama {
        display: none;
    }
}

.about-our {
    padding-bottom: 80px;
}

@media (max-width:767px) {
    .about-our {
        padding-bottom: 40px;
    }
}

.about-our p {
    color: #666;
}

.about-our .our-title {
    margin-top: 80px;
    text-align: center;
}

@media (max-width:767px) {
    .about-our .our-title {
        margin-top: 40px;
    }
}

.about-our .our-title h3 {
    font-size: 24px;
    font-weight: bold;
}

.about-our .our-title h3::after {
    display: block;
    width: 35px;
    height: 2px;
    margin: 20px auto;
    margin-bottom: 0;
    content: '';
    background: #d8d8d8;
}

.about-our .text {
    font-size: 16px;
    margin-top: 40px;
}

.about-our .our-pic .pic {
    display: inline-block;
    width: 150px;
    margin: 40px 7px 0 7px;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray;
}

.about-our .our-pic .pic:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.about-our .our-pic .img-box {
    padding-bottom: 40%;
}

.about-our .count-item {
    overflow: hidden;
    margin: 0;
    margin-top: 60px;
    padding: 0;
    list-style: none;
}

.about-our .count-item li {
    display: inline-block;
    margin-bottom: 32px;
    text-align: center;
}

.about-our .count-item li h3 {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 64px;
    line-height: 64px;
    margin: 0;
    text-align: center;
    color: #f3981b;
}

@media (max-width:480px) {
    .about-our .count-item li h3 {
        font-size: 40px;
    }
}

.about-our .count-item li p {
    font-size: 16px;
    overflow: hidden;
    margin: 20px 0 0 0;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

.about-target>.container-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    flex-direction: row;
    width: 100%;
    height: 600px;
    padding: 0;
    text-align: center;
    color: #fff;
    background: url(../images/about-target-bg.jpg) fixed no-repeat;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:767px) {
    .about-target>.container-fluid {
        height: 400px;
    }
}

.about-target h3 {
    font-size: 50px;
    margin-bottom: 80px;
}

.about-target p {
    font-size: 18px;
}

@media (max-width:991px) {
    .about-target h3 {
        font-size: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width:767px) {
    .about-target {
        padding: 100px 15px;
    }

    .about-target p {
        font-size: 16px;
    }
}

@media (max-width:480px) {
    .about-target {
        padding: 60px 15px;
    }

    .about-target h3 {
        font-size: 30px;
    }

    .about-target p {
        font-size: 14px;
    }
}

.about-they {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
}

@media (max-width:767px) {
    .about-they {
        padding: 40px 0;
    }
}

.about-they .they-title h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    color: #333;
}

.about-they .item {
    margin: 0 15px;
    margin-top: 40px;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
}

.about-they .item:hover {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.about-they .item-box {
    position: relative;
    padding: 40px 46px;
    text-align: center;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
}

.about-they .item-box p {
    font-size: 14px;
    line-height: 2.14285714;
    overflow: hidden;
    height: 90px;
    margin: 0;
    color: #666;
}

.about-they .item-box::before {
    font-family: 'iconfont';
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    content: '\e656';
    color: #a9a9a9;
}

.about-they .item-box h4 {
    font-size: 14px;
    margin: 20px 0 0 0;
    color: #333;
}

.about-they .item-link {
    position: relative;
    z-index: 9;
    float: right;
    overflow: hidden;
    margin-top: -33px;
    margin-right: 20px;
}

.about-they .item-link .pic {
    float: left;
    overflow: hidden;
    margin-left: 24px;
    border: 6px solid #fff;
    border-radius: 50%;
}

.about-team .container {
    position: relative;
    z-index: 9;
    overflow: hidden;
    margin-top: -108px;
    padding: 90px 0;
    background-color: #fff;
}

@media (max-width:767px) {
    .about-team .container {
        margin-top: 0;
        padding: 40px 0;
    }
}

.about-team .team-title {
    margin-bottom: 40px;
    text-align: center;
}

.about-team .team-title h3 {
    font-size: 24px;
    margin: 0;
    color: #333;
}

.about-team .team-waterfall>div {
    border-right: 1px solid #e4e4e4;
}

.about-team .team-waterfall>div:last-child {
    border-right: none;
}

.about-team .team-waterfall .item {
    overflow: hidden;
    padding: 30px 45px;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    text-align: center;
}

.about-team .team-waterfall .item:hover {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.about-team .team-waterfall .item .pic {
    overflow: hidden;
    max-width: 180px;
    margin: 0 auto;
}

.about-team .team-waterfall .item .pic img {
    border-radius: 50%;
}

.about-team .team-waterfall .item .note {
    margin-top: 30px;
}

.about-team .team-waterfall .item .note span {
    font-size: 14px;
    color: #999;
}

.about-team .team-waterfall .item .note h4 {
    font-size: 24px;
    margin: 10px 0;
}

@media (max-width:767px) {
    .about-team .team-waterfall .item .note h4 {
        font-size: 18px;
    }
}

.about-team .team-waterfall .item .note p {
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    margin: 24px 0 0 0;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#owl-about-they .owl-pagination {
    margin-top: 40px;
}

#owl-about-they .owl-pagination .owl-page>span {
    width: 15px;
    height: 15px;
    opacity: 1;
    background: #d9d9d9;
}

#owl-about-they .owl-pagination .owl-page.active span {
    border: 2px solid #c7c7c7;
    background: #fff;
}

#owl-about-scoll {
    display: block !important;
    width: 100%;
    max-width: 1760px;
    margin: 0 auto;
}

#owl-about-scoll img {
    display: block;
    width: 100%;
}

#owl-about-scoll:hover .owl-buttons {
    display: block;
}

#owl-about-scoll .owl-buttons {
    position: absolute;
    z-index: 999;
    top: 50%;
    display: none;
    width: 100%;
    margin-top: -30px;
}

@media (max-width:767px) {
    #owl-about-scoll .owl-buttons {
        display: none !important;
    }
}

#owl-about-scoll .owl-buttons .owl-prev,
#owl-about-scoll .owl-buttons .owl-next {
    line-height: 60px;
    position: absolute;
    width: 60px;
    height: 60px;
    margin: 0;
    opacity: 1;
    border-radius: 0;
    background-color: #191716;
}

#owl-about-scoll .owl-buttons .owl-prev:hover,
#owl-about-scoll .owl-buttons .owl-next:hover {
    opacity: .6;
}

#owl-about-scoll .owl-buttons .owl-prev::after,
#owl-about-scoll .owl-buttons .owl-next::after {
    font-family: 'iconfont';
    font-size: 24px;
}

#owl-about-scoll .owl-buttons .owl-prev {
    left: 0;
}

#owl-about-scoll .owl-buttons .owl-prev::after {
    margin-left: -4px;
    content: '\e608';
}

#owl-about-scoll .owl-buttons .owl-next {
    right: 0;
}

#owl-about-scoll .owl-buttons .owl-next::after {
    margin-left: 0;
    content: '\e609';
}

#owl-about-scoll .owl-pagination {
    position: absolute;
    z-index: 8;
    bottom: 5px;
    display: none;
    width: 100%;
}

@media (max-width:767px) {
    #owl-about-scoll .owl-pagination {
        display: block;
    }
}

#owl-about-scoll .owl-pagination .owl-page span {
    width: 12px;
    height: 4px;
    opacity: 1;
    border-radius: 0;
    background-color: #fff;
}

#owl-about-scoll .owl-pagination .owl-page.active span {
    background: #037dff;
}

.bottom {
    overflow: hidden;
    background: url(../images/img/bottom-bj.jpg) center top;
}

.bottom .bom {
    display: inline-block;
    padding-right: 110px;
}

.bottom .bom .links li {
    margin-bottom: 20px;
}

.bottom .bom .links li:nth-child(2) h4::before {
    font-size: 16px;
    padding-left: 5px;
    content: '\e62b';
}

.bottom .bom .links li:nth-child(3) h4::before {
    font-size: 20px;
    content: '\e60d';
}

.bottom .bom .links h4 {
    font-size: 15px;
    line-height: 40px;
    position: relative;
    margin: 0;
    padding-left: 64px;
    color: #fff;
}

.bottom .bom .links h4::before {
    font-family: 'iconfont';
    font-weight: normal;
    line-height: 42px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    float: left;
    width: 42px;
    height: 42px;
    margin-right: 18px;
    content: '\e601';
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
}

.bottom .bom .links .note {
    padding-left: 54px;
}

.bottom .bom .links .note p {
    font-size: 13px;
    line-height: 1.69230769;
    margin: 0;
    color: #a1a1a1;
}

.bottom .bom .links .note a:hover {
    text-decoration: underline;
}

.bottom .bom h2 {
    font-size: 18px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 15px;
    letter-spacing: 0;
    color: #fff;
}

.bottom .bom p {
    font-size: 13px;
    line-height: 1.84615385;
    letter-spacing: 0;
    color: #959595;
}

.bottom .bom .tag {
    overflow: hidden;
}

.bottom .bom .tag a {
    font-size: 13px;
    line-height: 30px;
    display: inline-block;
    height: 30px;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    color: #959595;
    border-radius: 100px;
    background: #2f2f2f;
}

.bottom .bom .tag a:hover {
    color: #fff;
    background: #5d5d5d;
}

.bottom .bom .link {
    overflow: hidden;
}

.bottom .bom .link a {
    font-size: 13px;
    line-height: 2;
    display: inline-block;
    margin-right: 20px;
    text-align: left;
    color: #959595;
}

.bottom .bom .link a:hover {
    text-decoration: underline;
}

@media (max-width:991px) {
    .bottom .bom {
        padding-right: 50px;
    }
}

@media (max-width:767px) {
    .bottom .bom {
        margin-bottom: 20px;
        padding: 0 20px;
    }
}

.bottom .bom .inquiry {
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
    margin-top: 24px;
    padding: 12px 24px;
    color: #fff;
    border-radius: 3px;
    background-color: #f3981b;
}

.bottom .bom .inquiry::before {
    font-family: 'iconfont';
    font-size: 20px;
    float: left;
    margin-right: 6px;
    content: '\e67c';
}

.bottom .bom .inquiry span {
    display: inline-block;
}

.bottom .bom .inquiry:hover {
    text-decoration: underline;
}

.bottom .bom .inquiry:hover span {
    -webkit-animation: fadeInUp 1s 0s ease both;
    animation: fadeInUp 1s 0s ease both;
}

.footer {
    width: 100%;
    padding: 25px 0;
    text-align: center;
}

@media (max-width:414px) {
    .footer {
        padding: 20px 0;
    }
}

.footer .copyright {
    font-size: 14px;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
    color: #7b7b7b;
}

.online {
    position: fixed;
    z-index: 99;
    bottom: 160px;
    right: 0;
    display: block;
    width: 50px;
}

@media (max-width:767px) {
    .online {
        display: none;
    }
}

.online a {
    position: relative;
    display: block;
    width: 46px;
    height: 46px;
    margin-bottom: 4px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 50%;
    background: url(../images/online.png) no-repeat rgba(0, 0, 0, .7);
    background-size: cover;
}

.online a.online-1 {
    background-position: 0 0;
}

.online a.online-1:hover {
    background-color: #fcd21f;
    background-position: 0 0;
}

.online a.online-3 {
    background-position: 0 -92px;
}

.online a.online-3:hover {
    background-color: #c12c20;
    background-position: 0 -92px;
}

.online a.online-2 {
    background-position: 0 -184px;
}

.online a.online-2:hover {
    background-color: #7fd645;
    background-position: 0 -184px;
}

.online a.online-2:hover img {
    right: 50px;
}

.online a.online-4 {
    position: relative;
    background-position: 0 -138px;
}

.online a.online-4:hover {
    background-color: #25c36d;
    background-position: 0 -138px;
}

.online a.online-4:hover span {
    right: 46px;
}

.online a.online-4 span {
    line-height: 46px;
    position: absolute;
    right: -180px;
    width: 170px;
    height: 46px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-align: center;
    color: #fff;
    border-radius: 100px;
    background-color: #25c36d;
}

.online a.online-5 {
    background-position: 0 -230px;
}

.online a.online-5:hover {
    background-color: #333;
    background-position: 0 -230px;
}

.online a.online-2 img {
    position: absolute;
    z-index: 0;
    top: 0;
    right: -260px;
    display: block;
    width: 250px;
    height: 250px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border: 2px solid #7fd645;
}

#owl-carousel-index .item {
    overflow: hidden;
}

@media (min-width:1600px) {
    .product-show-wrap .left {
        width: 75%;
    }

    .product-show-wrap .right {
        width: 23.5%;
    }
}

.product-show-wrap .right .info a.thumb {
    top: 20px;
    right: 10px;
}


/**
 * Date : 2020年1月10日13:44:11
 * @author HSM
 * @toDo 整体布局 手机版等 调整
 */
.appraise-scroll .owl-theme .owl-controls .owl-page span {
    display: none;
}
@media (min-width: 768px) {
    .about-banner .about-text h3{
        font-size: 32px;
    }
}
@media (max-width: 767px) {
    .appraise-scroll .owl-pagination {
        margin-top: 15px;
    }
    .life-block .life-1 .text ul li{
        float: left;
        width: 33.33333%;
    }
    .life-block .life-2 .text p{
        height: auto;
    }
    .life-block .life-2 .text .date{
        margin-top: 10px;
    }
    .product-wrap .list{
        padding: 10px 0;
        margin-bottom: 0;
    }
    .product-wrap .list .note a.more{
        display: block;
    }
    .product-wrap .product{
        padding-bottom: 20px;
    }
    .product-wrap .page{
        padding-top: 35px;
    }
    .header .container-wap .logo{
        padding: 0;
    }
}


@media (max-width: 480px) {
    .process-block .process li{
        float: none;
    }
    .process-block .process li .text {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        padding: 25px 20px;
        top: 0;
        margin-top: 25px;
        background-color: #f5f5f5;
    }
    .process-block .process li .text:before{
        left: 50%;
        margin-left: -10px;
    }
    .about-target {
        padding: 0 15px;
    }
    .about-they .item {
        margin-right: 0;
        margin-left: 0;
    }
    #owl-about-they .owl-pagination{
        margin-top: 20px;
    }
    .header .logo a{
        overflow: hidden;
        display: block;
        width: 120px;
        padding: 10px 0;
    }
    .header .logo img{
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .footer{
        margin-bottom: 55px;
    }
}

.xs-online
{
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;

    width: 100%;

    background-color: #1e1e1e;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
.xs-online ul
{
    display: table;

    width: 100%;

    table-layout: fixed;

    text-align: center;

    color: #fff;
}
.xs-online ul li
{
    display: table-cell;

    width: 20%;

    border-left: 1px solid #3e3e3e;
}
.xs-online ul li > a
{
    display: block;

    padding: 5px 0;
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li > a span
{
    font-size: 10px;
    line-height: 17px;

    display: block;

    height: 17px;
}
@media (max-width: 480px)
{
    .xs-online ul li > a span
    {
        font-size: 3vmin;
    }
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li.tel > a:before
{
    content: '\e611';
}
.xs-online ul li.mail > a:before
{
    content: '\e676';
}
.xs-online ul li.index > a:before
{
    content: '\e615';
}
.xs-online ul li.qq > a:before
{
    content: '\e733';
}
.xs-online ul li.contact > a:before
{
    content: '\e679';
}
.xs-online ul li.wechat,
.xs-online ul li.weixin
{
    position: relative;
}
.xs-online ul li.wechat:hover .pic-box,
.xs-online ul li.weixin:hover .pic-box
{
    display: block;
}
.xs-online ul li.wechat > a:before,
.xs-online ul li.weixin > a:before
{
    content: '\e604';
}
.xs-online ul li.wechat .pic-box,
.xs-online ul li.weixin .pic-box
{
    position: absolute;
    bottom: 100%;
    left: 50%;

    display: none;

    min-width: 100px;
    padding: 5px;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #fff;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
.xs-online ul li.wechat .pic-box img,
.xs-online ul li.weixin .pic-box img
{
    display: block;

    width: 100%;
}
.xs-online ul li.wechat .pic-box p,
.xs-online ul li.weixin .pic-box p
{
    line-height: 30px;

    margin: 0;

    white-space: nowrap;

    color: #333;
}
.xs-online ul li.top > a:before
{
    content: '\e63d';
}


@media (max-width: 767px) {
    .zEWidget-launcher{
        margin: 10px !important;
        bottom: 70px !important;
    }
    .contact-wrap .map{
        height: 320px;
    }
    .contact-wrap .feedback .ftitle h3{
        font-size: 26px;
    }
    .contact-wrap .feedback .send{
        margin-top: 35px;
    }
    .contact-wrap .feedback input, .contact-wrap .feedback textarea{
        margin-top: 40px;
    }
    .about-wrap{
        padding-top: 30px;
    }
    .about-our .count-item{
        margin-top: 30px;
    }
    .about-our .our-title{
        margin-top: 0;
    }
    .life-block .life-2{
        padding-bottom: 0;
    }
    .product-wrap .product-title a{
        padding: 4px 14px;
        font-size: 14px;
    }
    .product-title{
        padding: 0 15px;
    }
    .product-wrap .product-title h3{
        font-size: 24px;
    }
    .product-wrap .product{
        margin-top: 30px;
    }
    .job-block .job-more a{
        margin-top: 5px;
    }
    .appraise-scroll{
        padding-bottom: 0;
    }
}
.appraise-scroll .item .link .pic{
    position: relative;
    z-index: 2;
}
.navigation div.menu-bg.animate +.menu{
    display: block;
}
.navigation .menu{
    display: none;
    position: fixed;
    left: 50%;
    margin-left: -160px;
    top: 10%;
    width: 320px;
    height: 80%;
}
.navigation div.menu-bg{
    position: fixed;
}

.navigation .menu-splitL, .navigation .menu-splitR{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -webkit-transform: translate3d(0, -50%, 0);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            transform: translate3d(0, -50%, 0);
}
.navigation div.burger{
    width: 30px;
    top: 14px;
    right: 15px;
}
.navigation div.collapse{

}
.navigation div.x, .navigation div.y, .navigation div.z{
    top: 50%;
    margin: 0;
}
.navigation div.x{
    margin-top: -8px;
}
.navigation div.z{
    margin-top: 8px;
}
.navigation div.rotate45,
.navigation div.rotate135{
    margin-top: 0;
}
.navigation div.rotate30 {
    -webkit-transition: transform 50ms ease-out;
    transition: transform 50ms ease-out;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    transform: rotate3d(0, 0, 30deg);
}

.navigation div.rotate150 {
    -webkit-transition: transform 50ms ease-out;
    transition: transform 50ms ease-out;
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
    transform: rotate3d(0, 0, 150deg);
}

.navigation div.rotate45 {
    -webkit-transition: transform 100ms ease-out;
    transition: transform 100ms ease-out;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate3d(0, 0, 45deg);
}

.navigation div.rotate135 {
    -webkit-transition: transform 100ms ease-out;
    transition: transform 100ms ease-out;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    transform: rotate3d(0, 0, 135deg);
}
.about-text{
    padding: 0 15px;
}
@media (max-width: 1199px) {
    .job-block .job-scroll .item .mask{
        height: auto;

    }
    .job-block .job-scroll .item .mask .jobmore,
    .job-block .job-scroll .item .mask p{
        display: none;
    }
    .job-block .job-scroll .item .mask h4{
        font-size: 16px;
    }
}


.nav-wrap {
    padding: 5px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    //滚动条样式
}
.nav-wrap::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #fefefe;
}
/*定义滚动条轨道 内阴影+圆角*/
.nav-wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #fefefe;
}
/*定义滑块 内阴影+圆角*/
.nav-wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.1);
}
/*滑块效果*/
.nav-wrap::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.3);
}
.nav-wrap .inline{
    display: inline-block;
    position: relative;
    font-size: 15px;
    white-space: nowrap;
}


.slick-dots
{
    text-align: center;
}
.slick-dots li
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 3px;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;

    border-radius: 10px;
    background: #e5e5e5;
}
@media (max-width: 767px)
{
    .slick-dots li
    {
        width: 8px;
        height: 8px;

        border-radius: 8px;
    }
}
.slick-dots li.slick-active,
.slick-dots li:hover
{
    background-color: #1794db;
}
.slick-dots li button
{
    display: none;
}


.banner
{
    font-size: 0;

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;

    letter-spacing: -8px;
}
.banner img
{
    display: block;

    width: 100%;
}
@media only screen and (min-width: 481px) and (max-width: 1199px)
{
    .banner .slick
    {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
@media only screen and (min-width: 481px) and (max-width: 991px)
{
    .banner .slick
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media only screen and (min-width: 481px) and (max-width: 767px)
{
    .banner .slick
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
.banner .slick-dots
{
    position: absolute;
    bottom: 20px;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
}
.banner .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    opacity: 1;
    background: #fff;
    border: 2px solid #fff;
}
.banner .slick-dots li.slick-active{
    background: none;
}
@media (max-width: 767px)
{
    .banner .slick-dots
    {
        bottom: 5%;

        display: none;
    }
    .banner .slick-dots li {
        width: 10px;
        height: 10px;
    }
}
.banner .item
{
    position: relative;

    display: block;
}
.banner .slick-arrow
{

    top: 50%;

    display: block;


    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
/* .banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px)
{
    .banner .slick-arrow:hover
    {
        color: #1794db;
    }
}
.banner .slick-prev
{
    left: 5.20833333%;
}
.banner .slick-prev:before
{
    content: '\e601';
}
.banner .slick-next
{
    right: 5.20833333%;
}
.banner .slick-next:before
{
    content: '\e827';
} */

.news-wrap .news-menu{
   text-align: center;
   margin-top: 30px;
}
.news-wrap .news-menu  ul li{
   display: inline-block;
   vertical-align: top;
}
.news-wrap .news-menu ul li a{
   font-size: 16px;
   display: inline-block;
   margin: 0 10px;
   margin-top: 20px;
   padding: 11px 35px;
   text-decoration: none;
   border: 1px solid #fff;
   border-radius: 100px;
}
@media(max-width:1199px){
   .news-wrap .news-menu ul li a{
     margin: 0;
   }
}
@media(max-width:767px){
   .news-wrap ul li a{
      padding: 4px 14px;
      font-size: 14px;
   }
   .news-wrap .list-box{
      padding-top: 10px;
   }
}
.news-wrap .news-menu ul li.on a,
.news-wrap .news-menu ul li:hover a{
   color: #0f6acc;
   border-color: #d9d9d9;
}

.news-wrap .industry-list-box .item{
   display: block;
   text-align: left;
   border: 1px solid #d9d9d9;
   padding: 30px;
   margin-top: 30px;
   transition: all .2s;
}


.news-wrap .industry-list-box .item .date,
.news-wrap .industry-list-box .item .view{
   font-size: 13px;
   line-height: 16px;
   display: inline-block;
   color: #999;

}
.news-wrap .industry-list-box .item .date:before,
.news-wrap .industry-list-box .item .view:before{
   font-family: 'iconfont';
   font-size: 16px;
   float: left;
   margin-right: 6px;
   content: '\e6bc';
   color: #ccc;
}
.news-wrap .industry-list-box .item .date{
   margin-right: 10px;
}
.news-wrap .industry-list-box .item .date:before{
   content: '\e909';
}
.news-wrap .industry-list-box .item h3{
   font-size: 15px;
   font-weight: bold;
   line-height: 30px;
   display: block;
   height: 60px;
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   margin: 14px 0 0 0 ;
}
.news-wrap .industry-list-box .item:hover{
   border-color: #0f6acc;
}
@media(max-width:767px){
   .news-wrap .industry-list-box .item{
      padding: 14px;
      margin-top: 14px;
   }
   .news-wrap .industry-list-box .item h3{
      font-size: 14px;
      line-height: 24px;
      height: 48px;
   }
}