﻿@charset "utf-8";
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, select, small, span, strike, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0
}

* {
    margin: 0;
    padding: 0
}

body {
    font-family: Geograph-Regular, arial;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin: 0 auto;
    background: #fff;
    max-width: 1920px;
    -webkit-tap-highlight-color: transparent
}

a:link, a:visited {
    text-decoration: none;
    outline: 0;
    color: #666
}

a:active, a:focus, a:hover {
    color: #666;
    text-decoration: none
}

li, ul {
    list-style: none
}

ul {
    padding: 0
}

li {
    zoom: 1;
    vertical-align: middle
}

ol {
    margin: 0;
    padding: 0;
    padding-left: 36px
}

fieldset, img {
    border: 0
}

img {
    border: 0;
    max-width: 100%
}

div {
    outline: 0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    border: 0;
    width: 100%
}

td, th {
    padding: 0
}

input, textarea {
    font-family: arial;
    font-size: 14px
}

input {
    outline: 0
}

textarea {
    outline: 0
}

input[type=button], input[type=radio], input[type=reset], input[type=submit] {
    cursor: pointer;
    outline: 0
}

input[type=checkbox], input[type=radio] {
    position: relative;
    vertical-align: middle;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px
}

input[type=date], input[type=email], input[type=password], input[type=text], textarea {
    padding: 0;
    color: #666;
    outline: 0
}

input, textarea {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    border-radius: 0;
    overflow-y: hidden;
    overflow-x: hidden
}

::-webkit-input-placeholder {
    color: #333
}

:-moz-placeholder {
    color: #333;
    opacity: 1
}

::-moz-placeholder {
    color: #333;
    opacity: 1
}

:-ms-input-placeholder {
    color: #333
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix {
    clear: both
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block
}

.pic {
    width: 100%;
    overflow: hidden;
    position: relative
}

.pic img {
    transition: .5s
}

.pic:after {
    content: '';
    display: block;
    padding-bottom: 100%
}

.middleCenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto
}

.container {
    width: 1286px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 50px
}

.container01 {
    width: 1716px;
    margin-left: auto;
    margin-right: auto
}

.container02 {
    width: 1743px;
    margin-left: auto;
    margin-right: auto
}

.prompt {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../images/ie_sosad.png) no-repeat center 35% #fff;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 999;
    opacity: 80
}

.prompt span {
    position: absolute;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    top: 55%;
    left: 50%;
    margin-left: -152px;
    width: 304px;
    display: block;
    line-height: 24px;
    color: #666
}

.prompt span a {
    text-decoration: underline
}

.prompt_close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    background: url(../images/closed.png) no-repeat center center;
    cursor: pointer
}

#container {
    overflow: hidden;
    position: relative
}

.header {
    height: 135px;
    transition: .5s;
    z-index: 100;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff
}

.header .container {
    padding: 0 71px 0 123px;
    width: 100%
}

.header .logo {
    float: left;
    z-index: 4;
    transition: .5s;
    padding-top: 70px
}

.header .logo a {
    float: left;
    position: relative
}

.header .logo a img {
    transition: .5s;
    display: block;
    max-height: 48px
}

.header .header-right {
    float: right;
    transition: .5s;
    margin-top: 25px
}

.header .header-right .header-search {
    position: relative;
    padding-right: 10px
}

.header .header-right .header-search .search {
    z-index: 9;
    position: relative;
    border-radius: 5px;
    width: 150px;
    float: right
}

.header .header-right .header-search .form-control {
    text-align: left;
    border: 0;
    width: 100%;
    font-size: 14px;
    color: #000;
    line-height: 30px;
    height: 26px;
    vertical-align: top;
    padding: 0 30px 0 10px;
    -webkit-appearance: none;
    background-color: #979797;
    border-radius: 5px;
    border: 1px solid #ea002b
}

.header .header-right .header-search .form-control::-webkit-input-placeholder {
    color: #000
}

.header .header-right .header-search .form-control:-moz-placeholder {
    color: #000;
    opacity: 1
}

.header .header-right .header-search .form-control::-moz-placeholder {
    color: #000;
    opacity: 1
}

.header .header-right .header-search .form-control:-ms-input-placeholder {
    color: #000
}

.header .header-right .header-search .btn {
    top: 0;
    right: 0;
    color: #043b83;
    width: 40px;
    height: 26px;
    line-height: 33px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    border: 0;
    background: url(../images/search.png) no-repeat center center #ea002b;
    background-size: 20px
}

.header .header-right .top-email {
    color: #000;
    font-size: 16px;
    text-align: right;
    padding-right: 20px;
    float: right
}

.header .header-right .top-email a {
    color: #000
}

.header .header-right .nav {
    float: right;
    margin-right: 9px;
    font-family: Geograph-Black-Bold;
    margin-top: 10px
}

.header .header-right .nav ul li {
    float: left;
    margin-left: 50px;
    position: relative
}

.header .header-right .nav ul li > a {
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    position: relative;
    transition: .5s;
    text-transform: uppercase
}

.header .header-right .nav ul li > a span {
    color: red;
    font-size: 12px;
    vertical-align: top;
    font-weight: 700;
    display: inline-block;
    margin-top: -7px
}

@media (min-width: 1025px) {
    .header .header-right .nav ul li:hover a {
        color: #147ce0
    }
}

.header .header-right .nav ul .active a {
    color: #147ce0
}

.headerFixed {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

@-webkit-keyframes dong {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes dong {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes bmove1 {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bmove1 {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes myfirst04 {
    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    50% {
        -webkit-transform: translateY(60px);
        transform: translateY(60px)
    }
    100% {
        -webkit-transform: translateY(80px);
        transform: translateY(80px)
    }
}

@keyframes myfirst04 {
    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    50% {
        -webkit-transform: translateY(60px);
        transform: translateY(60px)
    }
    100% {
        -webkit-transform: translateY(80px);
        transform: translateY(80px)
    }
}

.home-banner {
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 135px
}

.home-banner .home-banner-slick {
    position: relative
}

.home-banner .home-banner-slick .slick-list {
    position: relative;
    display: block
}

.home-banner .home-banner-slick .item {
    position: relative;
    overflow: hidden;
    height: 804px
}

.home-banner .home-banner-slick .item img {
    display: block;
    transition: 5s
}

.home-banner .home-banner-slick .banner-hover {
    position: absolute;
    top: 133px;
    left: 0;
    width: 100%;
    z-index: 5
}

.home-banner .home-banner-slick .banner-hover .container {
    width: 100%;
    padding: 0 110px
}

.home-banner .home-banner-slick .banner-hover .info {
    float: left;
    width: 760px
}

.home-banner .home-banner-slick .banner-hover .bt {
    font-size: 60px;
    color: #fff;
    line-height: 80px;
    margin-bottom: 16px
}

.home-banner .home-banner-slick .banner-hover .p {
    font-size: 50px;
    color: #147de0;
    margin-bottom: 66px;
    line-height: 58px
}

.home-banner .home-banner-slick .banner-hover .btn {
    margin-bottom: 15px
}

.home-banner .home-banner-slick .banner-hover .btn a {
    display: block;
    width: 330px;
    height: 54px;
    line-height: 52px;
    text-align: center;
    border-radius: 30px;
    font-size: 26px;
    color: #fff;
    border: 2px solid #147ce0
}

.home-banner .home-banner-slick .banner-hover .span {
    font-size: 24px;
    color: #fff;
    width: 360px;
    text-align: center;
    font-family: Geograph-Medium
}

.home-banner .home-banner-slick .slick-active a img {
    transition: 5s;
    animation: mymove4 5s
}

.home-banner .home-banner-slick .slick-active .banner-hover .bt {
    transition: 2s;
    animation: fadeInLeft2 2s
}

.home-banner .home-banner-slick .slick-active .banner-hover .p {
    transition: 3s;
    animation: fadeInLeft2 3s
}

.home-banner .home-banner-slick .slick-active .banner-hover .btn {
    transition: 3.5s;
    animation: fadeInLeft2 3.5s
}

.home-banner .home-banner-slick .slick-active .banner-hover .span {
    transition: 4s;
    animation: fadeInLeft2 4s
}

@keyframes jump {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jump1 {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.inbanner {
    overflow: hidden;
    width: 100%;
    position: relative
}

.inbanner .inbanner-slick {
    position: relative
}

.inbanner .inbanner-slick .img {
    text-align: center
}

.inbanner .inbanner-slick .img img {
    transition: 5s;
    animation: mymove4 5s;
    display: block;
    text-align: center
}

.inbanner .inbanner-slick .img2 {
    display: none
}

.inbanner .inbanner-slick .banner-info {
    position: absolute;
    bottom: 24px;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: right
}

.inbanner .inbanner-slick .banner-info .container {
    padding: 0 110px;
    width: 100%
}

.inbanner .inbanner-slick .banner-info .info {
    padding-right: 40px
}

.inbanner .inbanner-slick .banner-info .h3 {
    font-size: 54px;
    line-height: 66.59px;
    text-transform: uppercase;
    font-family: Geograph-Black-Bold
}

.inbanner .inbanner-slick .banner-info .h3 img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 45px
}

.inbanner .inbanner-slick .banner-info .h3 span {
    display: inline-block;
    vertical-align: middle
}

.inbanner.inbanner01 {
    padding-top: 135px
}

.inbanner.inbanner01 .inbanner-slick .banner-info {
    bottom: 50%;
    text-align: center;
    transform: translateY(50%)
}

.inbanner.inbanner01 .inbanner-slick .banner-info .h3 {
    font-size: 73px;
    line-height: inherit
}

.inbanner.inbanner01 .inbanner-slick .banner-info .h3 span {
    vertical-align: top
}

.inbanner.inbanner03 .inbanner-slick .banner-info .h3 {
    color: #000
}

.inbanner.inbanner02 .inbanner-slick .banner-info {
    text-align: left
}

.inbanner.inbanner02 .inbanner-slick .banner-info .bt {
    font-size: 53px;
    line-height: 68px;
    margin-bottom: 40px;
    font-family: Geograph-Black-Bold
}

.inbanner.inbanner02 .inbanner-slick .banner-info .bt span {
    vertical-align: top;
    color: #021272
}

.inbanner.inbanner02 .inbanner-slick .banner-info .p {
    font-size: 23.73px;
    color: #fff;
    line-height: 34.22px
}

.inbanner.inbanner02 .inbanner-slick .banner-info .p p {
    padding-left: 54px;
    margin-bottom: 26px
}

.inbanner.inbanner02 .inbanner-slick .banner-info .p .icon01 {
    background: url(../images/e.png) no-repeat left 7px;
    background-size: 35px
}

.inbanner.inbanner02 .inbanner-slick .banner-info .p .icon02 {
    background: url(../images/p.png) no-repeat left 3px;
    background-size: 29px
}

.inbanner.inbanner02 .inbanner-slick .banner-info .p a {
    color: #fff
}

.inbanner.inbanner06 .inbanner-slick .banner-info {
    text-align: left
}

.inbanner.inbanner06 .inbanner-slick .banner-info .info {
    width: 545px
}

.inbanner.inbanner06 .inbanner-slick .banner-info .bt {
    font-size: 36px;
    line-height: 54px;
    margin-bottom: 30px;
    font-family: Geograph-Black-Bold
}

.inbanner.inbanner06 .inbanner-slick .banner-info .p {
    font-size: 21px;
    color: #fff;
    line-height: 32px
}

@keyframes mymove4 {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.03)
    }
    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes mymove4 {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.03)
    }
    100% {
        transform: scale(1)
    }
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.phone-nav {
    position: fixed;
    right: 15px;
    top: 0;
    line-height: 60px;
    display: none;
    color: #666;
    z-index: 115
}

.phone-nav svg {
    height: 22px;
    margin-top: 19px;
    display: block;
    fill: #fff
}

@font-face {
    font-family: FuturaBT-Light;
    src: url(../font/FuturaBT-Light.otf);
    font-weight: 400;
    font-style: normal
}

.home-main {
    width: 100%;
    z-index: 3
}

.home-main .container {
    width: 1460px;
    padding: 0 33px
}

.home-main .list {
    font-family: Geograph-Medium;
    padding: 71px 0 46px 0;
    overflow: hidden
}

.home-main .list ul li {
    float: left;
    font-size: 20.83px;
    line-height: 27.96px;
    position: relative;
    text-align: center;
    margin-right: 128px
}

.home-main .list ul li .box {
    position: relative
}

.home-main .list ul li .img {
    width: 120px;
    margin: 0 auto
}

.home-main .list ul li .bt {
    margin-top: 13px
}

.home-main .list ul li .img1 {
    display: none
}

.home-main .list ul li a {
    color: #000
}

.home-main .show {
    padding-bottom: 170px
}

.home-main .show .item {
    margin-bottom: 14px
}

.home-main .show .item .img {
    float: left;
    width: 43%;
    overflow: hidden
}

.home-main .show .item .img img {
    transition: .5s
}

.home-main .show .item .text {
    float: right;
    width: 50.5%;
    padding-top: 79px
}

.home-main .show .item .text .bt {
    font-size: 31.25px;
    font-family: Geograph-Black-Bold;
    color: #000;
    margin-bottom: 28px
}

.home-main .show .item .text .bt img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 36px
}

.home-main .show .item .text .jsh {
    color: #000;
    font-size: 25px;
    line-height: 41px;
    font-family: FuturaBT-Light
}

.home-main .show .item .text .jsh p {
    margin-bottom: 11px
}

.home-main .show .item:nth-child(2) .img {
    float: right;
    width: 55%;
    margin-right: -65px
}

.home-main .show .item:nth-child(2) .text {
    float: left;
    width: 49%;
    padding-top: 0
}

.home-main .show .item:nth-child(2) .text .bt {
    margin-bottom: 18px
}

.home-main .show .item:nth-child(3) .img {
    width: 49%
}

.home-main .show .item:nth-child(3) .text {
    width: 50%;
    padding-top: 58px
}

.home-main .show .item:nth-child(3) .text .bt {
    padding-left: 10px
}

.home-main .show .item:nth-child(4) .img {
    float: right;
    width: 56%;
    margin-right: -62px
}

.home-main .show .item:nth-child(4) .text {
    float: left;
    width: 48%;
    padding-top: 49px
}

.home-main .show .item:nth-child(4) .text .bt {
    margin-bottom: 18px
}

.home-main .show .item:nth-child(5) .img {
    width: 48%
}

.home-main .show .item:nth-child(5) .text {
    width: 50.5%;
    padding-top: 10px
}

.home-main .show .item:nth-child(5) .text .bt {
    padding-left: 25px
}

.home-partner {
    margin-bottom: 133px
}

.home-partner center {
    border-top: 2px solid rgba(0, 0, 0, .21);
    border-bottom: 2px solid rgba(0, 0, 0, .21)
}

.home-main .show .item:hover .img img {
    transform: scale(1.03)
}

.home-main .show .item:hover .text .bt {
    color: #147ce0
}

@media (min-width: 1025px) {
    .home-main .list ul li:hover a {
        color: #147ce0
    }
}

.home-main .list ul li:nth-child(5) {
    margin-right: 0
}

.home-p {
    text-align: center;
    font-size: 34.88px;
    color: #000;
    line-height: 44.26px;
    padding: 132px 0 98px 0
}

.home-p p {
    margin-bottom: 17px
}

.home01-list {
    padding-bottom: 57px
}

.home01-list .list {
    background: url(../images/line.png) no-repeat bottom center;
    padding-bottom: 44px;
    margin-bottom: 84px
}

.home01-list .list .one {
    position: relative;
    padding-left: 712px;
    min-height: 463px;
    margin-bottom: 56px
}

.home01-list .list .one .pic {
    width: 670px;
    position: absolute;
    top: 0;
    left: 39px;
    border-radius: 30px;
    background: #f7f8f8
}

.home01-list .list .one .pic:after {
    padding-bottom: 69.12350597609561%
}

.home01-list .list .one .text {
    font-size: 39.07px;
    color: #000;
    line-height: 54px;
    font-family: Geograph-Medium;
    text-align: center;
    max-height: 324px;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 29%;
    right: 5%
}

.home01-list .list ul {
    margin: 0 -18px
}

.home01-list .list ul li {
    width: 33.333333333333336%;
    float: left;
    padding: 0 18px;
    margin-bottom: 36px
}

.home01-list .list ul li .pic {
    border-radius: 20px;
    background: #f7f8f8
}

.home01-list .list ul li .pic:after {
    padding-bottom: 87.8623188405797%
}

.home01-list .list:nth-last-child(1) {
    background: 0
}

.footer {
    padding: 138px 0 108px 0;
    background: #212121
}

.footer .f-title {
    font-family: Geograph-Black-Bold;
    font-size: 23.72px;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 12px
}

.footer .fleft {
    float: left;
    width: 34%;
    font-size: 19.53px;
    color: #fff;
    padding-left: 35px
}

.footer .fleft .flogo {
    padding-top: 7px;
    padding-left: 49px;
    display: block;
    margin-bottom: 24px
}

.footer .fleft .flogo img {
    height: 32px
}

.footer .fleft ul {
    font-size: 0;
    margin-bottom: 35px;
    padding-left: 49px
}

.footer .fleft ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 14px 0 0
}

.footer .fleft ul li a {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #e6e6e6
}

.footer .fleft ul li a.mdi-facebook {
    background: url(../images/f1.png) no-repeat center center;
    background-size: 44px
}

.footer .fleft ul li a.mdi-facebook:hover {
    border: 2px solid #5190f7
}

.footer .fleft ul li a.mdi-twitter {
    background: url(../images/f2.png) no-repeat center center;
    background-size: 44px
}

.footer .fleft ul li a.mdi-twitter:hover {
    border: 2px solid #5190f7
}

.footer .fleft ul li a.fa-instagram {
    background: url(../images/f3.png) no-repeat center center;
    background-size: 44px
}

.footer .fleft ul li a.fa-instagram:hover {
    border: 2px solid #5190f7
}

.footer .fleft ul li a.fa-youtube {
    background: url(../images/f4.png) no-repeat center center;
    background-size: 44px
}

.footer .fleft ul li a.fa-youtube:hover {
    border: 2px solid #5190f7
}

.footer .fleft p {
    text-align: center
}

.footer .fcenter {
    float: left;
    width: 35%;
    padding-left: 76px
}

.footer .fcenter ul li {
    width: 50%;
    float: left
}

.footer .fcenter ul li a {
    font-size: 13.95px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    position: relative;
    padding: 0 5px 0 40px;
    line-height: 39.35px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.footer .fcenter ul li a:after {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background: #535353;
    transition: .5s;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px
}

@media (min-width: 1025px) {
    .footer .fcenter ul li:hover a:after {
        width: 32px
    }
}

.footer .fright {
    float: right;
    width: 26.3%;
    padding-right: 15px
}

.footer .fright ul {
    padding-top: 9px
}

.footer .fright ul li {
    font-size: 13.95px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 17px;
    padding-left: 24px
}

.footer .fright ul li a {
    color: #fff
}

.footer .fright ul li a:hover {
    text-decoration: underline
}

.footer .fright ul li.f5 {
    background: url(../images/f5.png) no-repeat left 1px;
    background-size: 12px
}

.footer .fright ul li.f6 {
    background: url(../images/f6.png) no-repeat left 0;
    background-size: 16px
}

.footer .fright ul li.f7 {
    background: url(../images/f7.png) no-repeat left 4px;
    background-size: 18px
}

.home02-list {
    padding: 128px 0 88px 0
}

.home02-list ul {
    margin: 0 -10px
}

.home02-list ul li {
    width: 33.333333333333336%;
    float: left;
    padding: 0 10px;
    margin-bottom: 47px
}

.home02-list ul li .box {
    position: relative
}

.home02-list ul li .pic {
    border-radius: 40px
}

.home02-list ul li .pic img {
    transition: .5s
}

.home02-list ul li .pic:after {
    padding-bottom: 112.7886323268206%
}

.home02-list ul li .bt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 20px;
    background: #616161;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 34px;
    padding: 0 46px;
    overflow: hidden;
    height: 68px;
    font-family: Geograph-Black-Bold
}

@media (min-width: 1025px) {
    .home02-list ul li:hover .pic img {
        transform: scale(1.04)
    }
}

.home03-list {
    padding: 154px 0 0 0
}

.home03-list .jsh {
    text-align: center;
    font-size: 34.89px;
    color: #000;
    padding: 0 200px;
    line-height: 44.26px;
    margin-bottom: 132px
}

.home03-list .jsh p {
    margin-bottom: 17px
}

.home03-list ul li {
    overflow: hidden;
    margin-bottom: 153px
}

.home03-list ul li .box {
    position: relative;
    padding-left: 476px
}

.home03-list ul li .box .text {
    position: absolute;
    top: 41px;
    left: 70px;
    width: 380px
}

.home03-list ul li .box .bt {
    color: #000;
    font-size: 40px;
    line-height: 45px;
    max-height: 140px;
    margin-bottom: 30px;
    overflow: hidden
}

.home03-list ul li .box .p {
    line-height: 38px;
    font-size: 26px;
    text-align: left;
    color: #333;
    width: 94%
}

.home03-list ul li .box .img {
    padding: 42px;
    text-align: center;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 30px;
    background: #f8f8f8
}

.home03-list ul li .box .img img {
    display: block;
    margin: 0 auto
}

.home03-list ul li:nth-child(2n) .box {
    padding-left: 0;
    padding-right: 476px
}

.home03-list ul li:nth-child(2n) .box .text {
    left: auto;
    right: 35px;
    padding-left: 10px
}

.news {
    padding: 118px 0
}

.news .container {
    padding: 0 110px;
    width: 100%
}

.news ul {
    margin: 0 -12px;
    font-size: 0
}

.news ul li {
    width: 33.333333333333336%;
    display: inline-block;
    vertical-align: top;
    padding: 0 12px;
    margin-bottom: 87px
}

.news ul li .box {
    position: relative
}

.news ul li .pic img {
    transition: .5s
}

.news ul li .pic:after {
    padding-bottom: 66.75675675675676%
}

.news ul li .text {
    padding: 26px 10% 45px
}

.news ul li .text .date {
    font-size: 14px
}

.news ul li .bt {
    font-size: 18px;
    line-height: 27px;
    overflow: hidden;
    color: #000;
    margin-top: 15px;
    font-family: Geograph-Medium;
    max-height: 108px
}

@media (min-width: 1025px) {
    .news ul li:hover .pic img {
        transform: scale(1.04)
    }

    .news ul li:hover .bt {
        color: #5190f7
    }
}

.pagination-wrap {
    text-align: center;
    font-family: Geograph-Medium
}

.pagination-wrap a {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #000;
    padding: 0 5px
}

.custom_service p img {
    display: inline;
    vertical-align: middle;
    margin: 0;
    float: none;
    min-width: 0;
    max-width: 100%
}

.custom_service p a {
    font-size: 12px;
    color: #999;
    word-break: break-all
}

.scrollsidebar {
    position: absolute;
    z-index: 99999;
    top: 100px
}

.side_content {
    width: 154px;
    height: auto;
    overflow: hidden;
    float: left
}

.side_content .side_list {
    width: 154px;
    overflow: hidden
}

.show_btn {
    width: 0;
    height: 192px;
    overflow: hidden;
    margin-top: 50px;
    float: left;
    cursor: pointer
}

.show_btn span {
    display: none
}

.close_btn {
    width: 24px;
    height: 24px;
    cursor: pointer
}

.side_title {
    background: url(../images/title_pic.png) no-repeat;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border: 1px solid #dadada;
    border-bottom: 0
}

.close_btn, .show_btn, .side_bottom {
    background: url(../images/show_btn.png) no-repeat
}

.side_title {
    height: 85px
}

.side_bottom {
    height: 8px
}

.side_center {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px
}

.close_btn {
    float: right;
    display: block;
    width: 21px;
    height: 16px;
    background: url(../images/sidebar_bg.png) no-repeat
}

.close_btn span {
    display: none
}

.side_center .custom_service p {
    text-align: left;
    padding: 6px 10px;
    margin: 0;
    vertical-align: middle;
    border-bottom: 1px solid #dadada
}

.other {
    text-align: center;
    border-bottom: 1px solid #ddd
}

.other p {
    padding: 5px 0;
    margin: 0;
    color: #666
}

.msgserver {
    text-align: center
}

.msgserver a {
    background: url(../images/hidden.png) no-repeat
}

.side_blue .side_center, .side_center {
    background: url(../images/blue_line.png) repeat-y center
}

.side_blue .side_bottom, .side_bottom {
    background-position: -195px -50px
}

.close_btn, .side_blue .close_btn {
    background-position: -44px 0
}

.msgserver a, .side_blue .msgserver a {
    color: #06c
}

.side_green .side_center {
    background: #fff;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border: 1px solid #dadada;
    border-top: 0
}

.side_green .side_bottom {
    background-position: -349px -50px
}

.side_green .msgserver a {
    color: #76a20c;
    margin-top: 3px
}

.home-purpose {
    padding: 300px 0 127px 0
}

.home-purpose .info {
    text-align: center;
    padding: 25px 40px 50px 40px;
    background: rgba(134, 174, 200, .59)
}

.home-purpose .info h3 {
    font-size: 34.88px;
    line-height: 38.68px;
    color: #000;
    text-transform: uppercase;
    font-family: Geograph-Medium;
    margin-bottom: 23px
}

.home-purpose .info p {
    font-size: 34.88px;
    line-height: 47.05px;
    color: #000
}

.purpose01 {
    text-align: center;
    font-size: 34.88px;
    color: #000;
    line-height: 44.26px;
    padding: 213px 0 0 0
}

.purpose01 .jsh {
    padding: 0 52px 38px 52px
}

.purpose01 h3 {
    text-transform: uppercase;
    margin-bottom: 19px
}

.purpose01 .img {
    padding: 13px 0 23px 0;
    background: #eaeaea
}

.purpose01 .img img {
    display: block
}

.purpose02 {
    text-align: center;
    font-size: 34.88px;
    color: #000;
    line-height: 44.26px;
    padding: 236px 0 162px 0
}

.purpose02 .jsh {
    padding: 0 185px 83px 185px
}

.purpose02 h3 {
    text-transform: uppercase;
    margin-bottom: 18px
}

.purpose02 .img {
    padding: 33px 27px 17px 27px;
    background: #eaeaea;
    overflow: hidden
}

.purpose02 .img ul {
    margin: 0 -4px
}

.purpose02 .img ul li {
    width: 33.333333333333336%;
    float: left;
    padding: 0 4px;
    margin-bottom: 14px
}

.purpose02 .img ul li .pic:after {
    padding-bottom: 78.3739837398374%
}

.contact {
    padding: 100px 0 0 0
}

.contact .bt {
    color: #203742;
    font-family: Geograph-Black-Bold;
    font-size: 44px;
    margin-bottom: 40px
}

.contact .form {
    padding-bottom: 64px;
    overflow: hidden
}

.contact .form ul {
    margin: 0 -50px
}

.contact .form ul li {
    width: 50%;
    float: left;
    padding: 0 50px;
    margin-bottom: 29px
}

.contact .form ul li input {
    width: 100%;
    height: 36px;
    border: 0;
    background: 0;
    color: #375762;
    font-size: 14px;
    padding: 0 20px;
    font-family: Geograph-Medium;
    border-bottom: 2px solid #021272
}

.contact .form ul li input::-webkit-input-placeholder {
    color: #375762
}

.contact .form ul li input:-moz-placeholder {
    color: #375762;
    opacity: 1
}

.contact .form ul li input::-moz-placeholder {
    color: #375762;
    opacity: 1
}

.contact .form ul li input:-ms-input-placeholder {
    color: #375762
}

.contact .form ul li textarea {
    color: #375762;
    font-size: 20px;
    font-family: Geograph-Medium;
    border: 2px solid #021272;
    width: 100%;
    padding: 14px;
    height: 116px
}

.contact .form ul li textarea::-webkit-input-placeholder {
    color: #375762
}

.contact .form ul li textarea:-moz-placeholder {
    color: #375762;
    opacity: 1
}

.contact .form ul li textarea::-moz-placeholder {
    color: #375762;
    opacity: 1
}

.contact .form ul li textarea:-ms-input-placeholder {
    color: #375762
}

.contact .form ul li .submit {
    width: 220px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    display: block;
    font-family: Geograph-Medium;
    text-transform: uppercase;
    font-size: 14px;
    background: #203742
}

.contact .map {
    border-top: 2px solid #c3c4c5;
    border-bottom: 2px solid #75c28b
}

.contact .map ul li {
    width: 33.333333333333336%;
    float: left;
    border-right: 2px solid #c3c4c5
}

.contact .map ul li .box {
    padding: 110px
}

.contact .map ul li .box .hover {
    padding: 26px 16px;
    text-align: center;
    background: #fff
}

.contact .map ul li .box .hover h3 {
    font-size: 18px;
    color: #132b37;
    margin-bottom: 23px;
    font-family: Geograph-Black-Bold
}

.contact .map ul li .box .hover h3 span {
    color: #6cc585
}

.contact .map ul li .box .hover .span {
    font-size: 14px;
    color: #000a17;
    line-height: 25px;
    min-height: 75px;
    overflow: hidden;
    margin-bottom: 24px;
    font-family: Geograph-Medium
}

.contact .map ul li .box .hover .jsh p {
    font-family: Geograph-Medium;
    font-size: 14px;
    color: #000a17;
    margin-bottom: 25px
}

.contact .map ul li .box .hover .jsh p img {
    vertical-align: middle;
    margin-right: 5px;
    width: 27px
}

.contact .map ul li .box .hover .jsh p a {
    color: #000a17
}

.contact .map ul li .box .hover .link {
    padding-top: 5px
}

.contact .map ul li .box .hover .link a {
    text-decoration: underline;
    font-size: 13px;
    color: #000a17;
    font-family: Geograph-Medium
}

.contact .map ul li:nth-last-child(1) {
    border-right: 0
}

.current {
    text-align: center;
    color: #666;
    font-size: 14px;
    padding: 13px 0;
    background: #efefef;
    font-family: Geograph-Medium
}

.current a {
    color: #666
}

.current img {
    width: 11px;
    margin: 0 2px
}

.product .list {
    padding: 70px 0
}

.product .list li {
    width: 33.333333333333336%;
    float: left;
    padding: 0 13px;
    margin-bottom: 30px
}

.product .list li .box {
    position: relative
}

.product .list li .img {
    border-radius: 10px;
    text-align: center;
    overflow: hidden
}

.product .list li .img img {
    transition: .5s
}

.product .list li .text {
    padding: 2px 0;
    overflow: hidden
}

.product .list li .bt {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 32px;
    overflow: hidden;
    max-height: 102px;
    color: #020000;
    font-family: Geograph-Medium
}

.product .list li .p {
    font-size: 17px;
    color: #020000;
    max-height: 54px;
    overflow: hidden
}

@media (min-width: 1025px) {
    .product .list li:hover .img img {
        transform: scale(1.04)
    }
}

.product-show {
    padding: 135px 0 0 0
}

.product-show .left-hezi {
    width: 50%;
    float: left
}

.product-show .left-hezi .bigimg span {
    display: block;
    position: relative
}

.product-show .left-hezi .bigimg span:after {
    content: "";
    display: block;
    padding-bottom: 78.15631262525051%
}

.product-show .left-hezi .small {
    margin-top: 30px;
    padding: 0;
    position: relative
}

.product-show .left-hezi .small .item {
    padding: 0 3px
}

.product-show .left-hezi .small span {
    border: solid 1px #e4e4e4;
    display: block;
    background: #fff;
    cursor: pointer;
    width: 100%;
    position: relative
}

.product-show .left-hezi .small span:after {
    content: "";
    display: block;
    padding-bottom: 106.80851063829788%
}

.product-show .left-hezi .small .slick-current span {
    border-color: #495b7f
}

.product-show .left-hezi .small .slick-prev {
    border: 0;
    width: 23px;
    height: 23px;
    left: 0;
    margin-top: -11px;
    background: url(../images/prev.jpg)
}

.product-show .left-hezi .small .slick-prev:hover {
    background: url(../images/prev-hover.jpg)
}

.product-show .left-hezi .small .slick-next {
    border: 0;
    width: 23px;
    height: 23px;
    right: 0;
    margin-top: -11px;
    background: url(../images/next.jpg)
}

.product-show .left-hezi .small .slick-next:hover {
    background: url(../images/next-hover.jpg)
}

@media (max-width: 767px) {
    .product-show .left-hezi .small {
        width: 100%
    }
}

.product-show .left-hezi .list {
    padding: 12px 28px;
    background: #f7f8f8;
    margin-top: 20px
}

.product-show .left-hezi .list ul li {
    font-size: 16px;
    color: #000;
    position: relative;
    line-height: 35px;
    padding-right: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.product-show .left-hezi .list ul li span {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #666
}

@media (max-width: 767px) {
    .product-show .left-hezi {
        width: 100%;
        float: none
    }
}

.product-show .right-hezi {
    width: 50%;
    float: right;
    color: #444;
    padding: 31px 100px 0 100px
}

.product-show .right-hezi .tit {
    font-size: 40px;
    color: #000;
    line-height: 80px;
    font-family: Geograph-Medium;
    border-bottom: 0;
    padding-bottom: 0;
    height: auto;
    margin-top: auto;
    margin-bottom: 46px
}

.product-show .right-hezi .nr {
    color: #666;
    padding-bottom: 48px;
    line-height: 49px;
    padding-right: 41px;
    text-align: justify
}

.product-show .right-hezi .nr p {
    font-size: 20.93px;
    color: #000;
    line-height: 33.1px;
    position: relative
}

.product-show .right-hezi .message .title {
    font-size: 23px;
    color: #faf56e;
    font-family: Geograph-Black-Bold;
    display: inline-block;
    line-height: 47px;
    padding: 0 10px;
    border-radius: 50px;
    background: #0542b3;
    margin-bottom: 49px
}

.product-show .right-hezi .message .title a {
    color: #faf56e
}

.product-show .related {
    padding: 112px 0
}

.product-show .related .related-title {
    font-size: 29.3px;
    line-height: 33.1px;
    color: #000;
    text-align: center;
    margin-bottom: 48px;
    font-family: Geograph-Medium
}

.product-show .related .list1 ul {
    margin: 0 -13px
}

.product-show .related .list1 ul li {
    width: 25%;
    float: left;
    padding: 0 13px
}

.product-show .related .list1 ul li .pic {
    border-radius: 30px;
    background: #f7f8f8
}

.product-show .related .list1 ul li .pic img {
    transition: .5s
}

.product-show .related .list1 ul li .pic:after {
    padding-bottom: 100%
}

@media (min-width: 1025px) {
    .product-show .related .list1 ul li:hover img {
        transform: scale(1.04)
    }
}

.trends {
    padding-bottom: 192px;
    padding-top: 97px
}

.trends .list {
    margin-bottom: 222px
}

.trends .list .title {
    font-size: 55px;
    color: #000;
    padding-left: 147px;
    font-family: Geograph-Medium
}

.trends .list .one {
    position: relative;
    padding-left: 645px;
    min-height: 402px;
    margin-bottom: 23px
}

.trends .list .one .pic {
    width: 644px;
    position: absolute;
    top: 0;
    left: 0
}

.trends .list .one .pic:after {
    padding-bottom: 62.35059760956175%
}

.trends .list .one .text {
    font-size: 25px;
    color: #000;
    line-height: 40px;
    overflow: hidden;
    float: right;
    padding-left: 24px;
    padding-top: 69px;
    padding-right: 11px;
    text-align: justify
}

.trends .list .one .text p {
    margin-bottom: 24px
}

.trends .list ul {
    margin: 0 -19px
}

.trends .list ul li {
    width: 25%;
    float: left;
    padding: 0 19px;
    margin-bottom: 36px
}

.trends .list ul li .pic:after {
    padding-bottom: 108.23244552058111%
}

.trends .list:nth-last-child(1) {
    background: 0;
    margin-bottom: 0
}

.sustainability .h3 {
    font-size: 36px;
    color: #000;
    line-height: 54px;
    padding: 0 100px 32px 100px;
    font-family: Geograph-Medium;
    margin-bottom: 38px;
    text-align: center;
    border-bottom: 1px solid #5e5e5e
}

.sustainability .p {
    font-size: 23.72px;
    color: #000;
    line-height: 34.22px;
    padding: 0 95px
}

.sustainability01 {
    padding: 81px 0 133px 0
}

.sustainability02 {
    text-align: center;
    padding: 184px 0 151px 0
}

.sustainability02 h3 {
    font-size: 64.19px;
    color: #fff;
    font-family: Geograph-Medium;
    line-height: 78px
}

.sustainability03 {
    text-align: center;
    padding: 143px 0 135px 0
}

.sustainability03 img {
    display: block
}

.sustainability04 {
    background: #5e5e5e;
    padding: 55px 0 79px 0
}

.sustainability04 .h3 {
    color: #fff;
    border: 0;
    margin: 0;
    padding: 0 100px 16px 100px
}

.sustainability04 .p {
    font-size: 26.51px;
    color: #fff;
    line-height: 38.4px;
    padding: 0 137px;
    text-align: justify
}

.sustainability04 ul {
    padding-top: 63px
}

.sustainability04 ul li {
    width: 33.333333333333336%;
    float: left;
    text-align: center;
    padding: 0 48px
}

.sustainability04 ul li img {
    display: block
}

.sustainability05 {
    padding: 85px 0 10px 0
}

.sustainability05 .h3 {
    padding: 0 100px 57px 100px;
    border: 0;
    margin: 0
}

.sustainability05 ul {
    margin-bottom: 80px
}

.sustainability05 ul li {
    margin-bottom: 50px
}

.sustainability05 ul li .box {
    position: relative;
    padding-right: 302px;
    min-height: 306px;
    padding-top: 47px
}

.sustainability05 ul li .text {
    padding: 24px 120px 37px 120px;
    text-align: center;
    position: relative
}

.sustainability05 ul li .text:after {
    content: '';
    display: block;
    height: 100%;
    width: 10000px;
    right: 0;
    top: 0;
    background: #f5f5f5;
    position: absolute;
    border-bottom: 6px solid #5e5e5e
}

.sustainability05 ul li .text .bt {
    font-size: 34.28px;
    color: #fbc30a;
    font-family: Geograph-Medium;
    margin-bottom: 20px;
    z-index: 3;
    line-height: 54px;
    position: relative
}

.sustainability05 ul li .text .jsh {
    font-size: 19.54px;
    color: #000;
    z-index: 3;
    position: relative;
    line-height: 25.12px;
    text-align: justify
}

.sustainability05 ul li .pic {
    width: 302px;
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0
}

.sustainability05 ul li .pic:after {
    padding-bottom: 101.33037694013304%
}

.sustainability05 ul li:nth-child(2n) .box {
    padding-left: 302px;
    padding-right: 0
}

.sustainability05 ul li:nth-child(2n) .text .bt {
    color: #a21a42
}

.sustainability05 ul li:nth-child(2n) .text:after {
    right: auto;
    left: 0
}

.sustainability05 ul li:nth-child(2n) .pic {
    float: left;
    left: 0;
    right: auto
}

.sustainability06 {
    padding-bottom: 80px
}

.sustainability06 .h3 {
    margin: 0;
    border: 0;
    text-transform: uppercase;
    padding: 0 100px 16px 100px
}

.sustainability06 .p {
    font-size: 26.51px;
    line-height: 38.4px;
    padding: 0 137px;
    text-align: justify;
    margin-bottom: 78px
}

.story01 {
    background: #f5f5f5;
    border-bottom: 1px solid #8b8b8b
}

.story01 ul li {
    width: 25%;
    float: left;
    text-align: center;
    border-right: 1px solid #8b8b8b
}

.story01 ul li .text {
    padding: 94px 0 78px 0
}

.story01 ul li .num {
    font-family: Geograph-Medium;
    font-size: 50px;
    color: #000;
    margin-bottom: 24px;
    line-height: 51px
}

.story01 ul li .num span {
    vertical-align: middle
}

.story01 ul li .num sup {
    vertical-align: middle
}

.story01 ul li .info {
    font-size: 24px;
    color: #000
}

.story01 ul li:nth-last-child(1) {
    border-right: 0
}

.story02 {
    background: #f5f5f5
}

.story02 .img {
    padding: 60px 0 58px 0;
    float: left;
    width: 42%
}

.story02 .text {
    float: left;
    width: 25%;
    border-right: 1px solid #8b8b8b;
    padding: 58px 45px 13px 75px
}

.story02 .text .bt {
    font-size: 31px;
    color: #000;
    margin-bottom: 27px;
    font-family: Geograph-Medium
}

.story02 .text .jsh {
    font-size: 22px;
    color: #000;
    line-height: 38px
}

.story02 .right {
    width: 33%;
    float: right;
    padding: 46px 0 46px 91px
}

.story02 .right .info {
    text-align: center;
    padding: 38px 30px 28px 30px;
    background: #fff
}

.story02 .right .info h3 {
    font-size: 75px;
    color: #da0000;
    line-height: 54px;
    margin-bottom: 35px;
    font-family: Geograph-Medium
}

.story02 .right .info p {
    font-size: 15px;
    color: #000;
    line-height: 25px
}

.story03 {
    padding: 104px 0 113px 0;
    overflow: hidden;
    background: #f5f5f5
}

.story03 ul {
    padding-bottom: 20px;
    position: relative
}

.story03 ul:after {
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    top: 29px;
    left: 50%;
    background: #747474;
    margin-left: -1.5px
}

.story03 ul li {
    margin-bottom: 38px;
    position: relative;
    z-index: 4
}

.story03 ul li:nth-last-child(1) {
    position: relative
}

.story03 ul li:nth-last-child(1):after {
    content: '';
    display: block;
    width: 4px;
    height: 100000px;
    position: absolute;
    top: 20px;
    left: 50%;
    background: #f5f5f5;
    margin-left: -2px;
    z-index: 3
}

.story03 ul li .box {
    position: relative
}

.story03 ul li .text {
    width: 50%;
    padding-left: 46px;
    position: relative
}

.story03 ul li .text:after {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/dot1.png) no-repeat center center;
    background-size: 36px;
    position: absolute;
    top: 15px;
    left: -18px;
    z-index: 33
}

.story03 ul li .bt {
    font-size: 31px;
    color: #000;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 10px
}

.story03 ul li .jsh1 {
    line-height: 37px;
    font-size: 23px;
    text-align: left;
    color: #000;
    margin-left: 38px;
    width: 56%
}

.story03 ul .even .text {
    float: right
}

.story03 ul .even .text .bt {
    text-align: left;
    background: url(../images/bleft.png) no-repeat center left;
    padding-left: 38px;
    background-size: 130px
}

.story03 ul .odd .text {
    float: left;
    padding-left: 0;
    padding-right: 46px
}

.story03 ul .odd .text:after {
    left: auto;
    right: -18px
}

.story03 ul .odd .text .bt {
    text-align: right;
    background: url(../images/bright.png) no-repeat center right;
    padding-right: 38px;
    background-size: 130px
}

.story03 ul .odd .text .jsh1 {
    text-align: right;
    margin-right: 28px;
    float: right
}

.story04 {
    padding: 158px 0
}

.story04 .jsh {
    font-size: 23.72px;
    line-height: 36px;
    color: #000;
    padding: 0 95px;
    margin-bottom: 84px;
    text-align: justify
}

.story04 ul {
    margin: 0 -12px;
    overflow: hidden
}

.story04 ul li {
    width: 33.333333333333336%;
    float: left;
    padding: 0 12px
}

.story04 ul li .pic:after {
    padding-bottom: 100.374531835206%
}

.story04 ul li .text {
    padding-top: 33px
}

.story04 ul li .h3 {
    font-size: 23.39px;
    color: #000;
    font-family: Geograph-Black-Bold;
    margin-bottom: 18px
}

.story04 ul li .p {
    font-size: 18.88px;
    line-height: 26px;
    color: #000
}

.story04 ul li .p p {
    margin-bottom: 5px
}

.story05 {
    padding: 76px 0 63px 0
}

.story05 center {
    padding: 0 46px
}

.story05 img {
    width: 50%
}

.story06 {
    text-align: center;
    padding: 71px 0 61px 0;
    background: #f5f5f5;
    margin-bottom: 57px
}

.story06 .h3 {
    font-size: 39px;
    color: #000;
    font-family: Geograph-Medium;
    margin-bottom: 18px
}

.story06 .p {
    font-size: 23.72px;
    color: #000;
    line-height: 36px;
    padding-bottom: 33px;
    margin: 0 48px 48px 48px;
    border-bottom: 1px solid grey
}

.story06 .p span {
    font-family: Geograph-Medium
}

.story06 ul {
    margin: 0 -5px;
    padding: 0 21px
}

.story06 ul li {
    width: 20%;
    float: left;
    padding: 0 5px
}

.story06 ul li .pic {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3)
}

.story06 ul li .pic:after {
    padding-bottom: 131.70731707317074%
}

.news-show {
    padding: 112px 0 118px 0
}

.news-show .h3 {
    font-size: 36px;
    color: #000;
    line-height: 54px;
    padding: 0 100px 32px 100px;
    font-family: Geograph-Medium;
    text-align: center
}

.news-show .span {
    font-size: 16px;
    color: #666;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    text-align: center
}

.news-show .span span {
    margin: 0 20px
}

.news-show .p {
    font-size: 16.72px;
    color: #000;
    line-height: 34.22px;
    padding: 80px 0
}

.news-show .p .left-txt {
    width: 50%;
    float: left
}

.news-show .p .right-txt {
    width: 50%;
    float: left
}

@media (max-width: 1024px) {
    .news-show .p .left-txt {
        width: 100%
    }

    .news-show .p .right-txt {
        width: 100%
    }
}

.prev-next {
    overflow: hidden;
    position: relative;
    font-size: 16px;
    border-top: 1px #ededed solid;
    border-bottom: 1px solid #ededed
}

.prev-next a {
    color: #666;
    display: block;
    line-height: 71px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.prev-next .next, .prev-next .prev {
    width: 50%;
    padding: 0 0 0 36px;
    float: left;
    transition: all .5s;
    overflow: hidden
}

.prev-next .next:hover a, .prev-next .prev:hover a {
    color: #000;
    text-decoration: underline
}

.prev-next .prev {
    padding-left: 0
}

@font-face {
    font-family: Geograph-Black-Bold;
    src: url(../font/Geograph-Black-Bold.woff2) format("woff2"), url(../font/Geograph-Black-Bold.woff) format("woff"), url(../font/Geograph-Black-Bold.ttf) format("truetype"), url(../font/Geograph-Black-Bold.eot) format("embedded-opentype"), url(../font/Geograph-Black-Bold.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Geograph-Medium;
    src: url(../font/Geograph-Medium.woff2) format("woff2"), url(../font/Geograph-Medium.woff) format("woff"), url(../font/Geograph-Medium.ttf) format("truetype"), url(../font/Geograph-Medium.eot) format("embedded-opentype"), url(../font/Geograph-Medium.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Geograph-Regular;
    src: url(../font/Geograph-Regular.woff2) format("woff2"), url(../font/Geograph-Regular.woff) format("woff"), url(../font/Geograph-Regular.ttf) format("truetype"), url(../font/Geograph-Regular.eot) format("embedded-opentype"), url(../font/Geograph-Regular.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

.product .container {
    width: 100%;
    padding: 0 110px
}

.product-show .container {
    width: 100%;
    padding: 0 110px
}

@media (max-width: 1600px) {
    .header .header-right .nav ul li {
        margin-left: 32px
    }

    .header .header-right .nav ul li > a {
        font-size: 16px
    }

    .home-banner .home-banner-slick .banner-hover .container {
        padding: 0 100px
    }

    .home-banner .home-banner-slick .banner-hover {
        top: 125px
    }

    .header .container {
        padding: 0 58px 0 102px
    }

    .home-banner .home-banner-slick .banner-hover .bt {
        font-size: 70px;
        line-height: 76px;
        margin-bottom: 10px
    }

    .home-banner .home-banner-slick .banner-hover .p {
        font-size: 55.67px;
        margin-bottom: 48px;
        line-height: 58px
    }

    .home-banner .home-banner-slick .banner-hover .btn a {
        width: 298px;
        height: 49px;
        line-height: 47px;
        font-size: 26px
    }

    .home-banner .home-banner-slick .banner-hover .span {
        font-size: 20px;
        width: 298px
    }

    .home-banner .home-banner-slick .item {
        height: 684px
    }

    .home-main .list ul li .img {
        width: 100px
    }

    .home-main .container {
        padding: 0 150px
    }

    .home-main .list {
        padding: 60px 0 30px 0
    }

    .home-main .list ul li .bt {
        margin-top: 8px
    }

    .home-main .list ul li {
        font-size: 16px;
        margin-right: 110px
    }

    .home-main .show .item .text .bt img {
        margin-right: 30px
    }

    .home-main .show .item:nth-child(1) .text .bt img {
        width: 60px
    }

    .home-main .show .item:nth-child(2) .text .bt img {
        width: 87px
    }

    .home-main .show .item:nth-child(3) .text .bt img {
        width: 52px
    }

    .home-main .show .item:nth-child(4) .text .bt img {
        width: 48px
    }

    .home-main .show .item:nth-child(5) .text .bt img {
        width: 60px
    }

    .home-main .show .item .text .bt {
        font-size: 26px;
        margin-bottom: 20px
    }

    .home-main .show .item .text .jsh {
        font-size: 22px;
        line-height: 35px
    }

    .home-main .show .item {
        margin-bottom: 8px
    }

    .home-main .show {
        padding-bottom: 140px
    }

    .home-partner {
        margin-bottom: 120px
    }

    .inbanner .inbanner-slick .banner-info .container {
        padding: 0 90px
    }

    .product .container {
        width: 100%;
        padding: 0 90px
    }

    .product-show .container {
        padding: 0 90px
    }

    .news .container {
        padding: 0 90px
    }
}

@media (max-width: 1440px) {
    .header .logo a img {
        max-height: 38px
    }

    .header .header-right .nav ul li > a {
        font-size: 14px
    }

    .home-main .list ul li .img {
        width: 85px
    }

    .home-banner .home-banner-slick .banner-hover .container {
        padding: 0 80px
    }

    .home-main .container {
        width: 100%
    }

    .home-banner .home-banner-slick .banner-hover .bt {
        font-size: 60px;
        line-height: 66px
    }

    .header .container {
        padding: 0 80px
    }

    .home-main .show .item .text .jsh {
        font-size: 18px
    }

    .inbanner .inbanner-slick .banner-info .container {
        padding: 0 80px
    }

    .product .list {
        padding: 80px 0
    }

    .product .container {
        width: 100%;
        padding: 0 80px
    }

    .product-show .container {
        padding: 0 80px
    }

    .news .container {
        padding: 0 80px
    }
}

@media (max-width: 1400px) {
    .home-main .list ul li {
        margin-right: 90px
    }

    .home-main .show .item .text .bt {
        font-size: 24px
    }
}

@media (max-width: 1366px) {
    .home-banner .home-banner-slick .banner-hover .container {
        padding: 0 70px
    }

    .header .container {
        padding: 0 70px
    }

    .inbanner .inbanner-slick .banner-info .container {
        padding: 0 70px
    }

    .product .container {
        width: 100%;
        padding: 0 70px
    }

    .product-show .container {
        padding: 0 70px
    }

    .news .container {
        padding: 0 70px
    }
}

@media (max-width: 1360px) {
    .home-banner .home-banner-slick .banner-hover .container {
        padding: 0 60px
    }

    .inbanner .inbanner-slick .banner-info .container {
        padding: 0 60px
    }

    .product .container {
        width: 100%;
        padding: 0 60px
    }

    .product-show .container {
        padding: 0 60px
    }

    .news .container {
        padding: 0 60px
    }

    .header .header-right .nav ul li {
        margin-left: 16px
    }

    .header .header-right .nav ul li > a {
        font-size: 14px
    }

    .header .header-right .top-email {
        font-size: 16px
    }

    .header .header-right .header-search .form-control {
        font-size: 16px
    }
}

@media (max-width: 1280px) {
    .home-main .list ul li {
        margin-right: 70px
    }

    .header .logo a img {
        max-height: 28px
    }
}

@media (max-width: 1200px) {
    .phone-nav svg {
        fill: #000
    }

    .home-banner {
        margin-top: 60px
    }

    .home-banner .home-banner-slick .item {
        height: auto
    }

    .home-banner .home-banner-slick .banner-hover {
        position: relative;
        top: auto !important;
        left: auto;
        padding: 150px 0
    }

    .home-banner .home-banner-slick .banner-hover .info {
        float: none;
        width: 100%
    }

    .home-banner .home-banner-slick .banner-hover .bt {
        font-size: 35px;
        line-height: 40px
    }

    .home-banner .home-banner-slick .banner-hover .p {
        font-size: 25px;
        margin-bottom: 20px;
        line-height: 35px
    }

    .home-banner .home-banner-slick .banner-hover .btn a {
        width: 150px;
        height: 35px;
        line-height: 33px;
        font-size: 14px
    }

    .home-banner .home-banner-slick .banner-hover .span {
        font-size: 14px;
        width: 150px
    }
}

@media (max-width: 1650px) {
    .contact .map ul li .box {
        padding: 110px 90px
    }
}

@media (max-width: 1500px) {
    .inmain {
        zoom: .8
    }

    .header .header-right .nav ul li {
        margin-left: 20px
    }
}

@media (max-width: 1290px) {
    .container {
        width: 100%
    }

    .header .container {
        padding: 0 50px
    }

    .inbanner .inbanner-slick .banner-info .container {
        padding: 0 50px
    }
}

@media (max-width: 1200px) {
    .container {
        width: 992px;
        padding: 0 15px
    }

    .inbanner.inbanner01 {
        padding-top: 60px
    }

    .header .logo {
        padding-top: 17px
    }

    .header .header-right {
        display: none
    }

    .footer .fleft ul li a {
        width: 46px;
        height: 46px;
        background-size: 46px !important
    }

    .contact .map ul li .box {
        padding: 40px
    }

    .header {
        height: 60px
    }

    .header .container {
        width: 100%
    }

    .header .header-right {
        display: none
    }

    .phone-nav {
        display: block
    }

    #container {
        zoom: 1
    }

    .inbanner {
        zoom: 1
    }

    .inmain {
        zoom: 1
    }

    .home03-list {
        padding: 30px 0 0 0
    }

    .home03-list .jsh {
        font-size: 22px;
        padding: 0;
        line-height: 30px;
        margin-bottom: 30px
    }

    .home03-list .jsh p {
        margin-bottom: 10px
    }

    .home03-list ul li {
        margin-bottom: 20px
    }

    .home03-list ul li .box {
        padding-left: 0
    }

    .home03-list ul li:nth-child(2n) .box {
        padding-left: 0;
        padding-right: 0
    }

    .home03-list ul li .box .img {
        padding: 20px;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px
    }

    .home03-list ul li .box .text {
        position: relative;
        bottom: auto;
        left: auto;
        width: 100%;
        text-align: center
    }

    .home03-list ul li .box .text .bt {
        font-size: 20px;
        line-height: 30px;
        padding: 10px 10px
    }

    .home03-list ul li .box .p {
        line-height: 25px;
        font-size: 16px
    }

    .inbanner .inbanner-slick .banner-info .h3 img {
        margin-right: 15px;
        height: 50px
    }

    .inbanner .inbanner-slick .banner-info .h3 {
        font-size: 24px;
        line-height: 30px
    }

    .inbanner .inbanner-slick .banner-info {
        bottom: 20px
    }

    .home-p {
        font-size: 20px;
        line-height: 30px;
        padding: 30px 0 30px 0
    }

    .home01-list .list .one .pic {
        width: 100%;
        position: relative;
        top: auto;
        left: auto
    }

    .home01-list .list .one {
        padding-left: 0;
        min-height: 0;
        margin-bottom: 20px
    }

    .home01-list .list .one .text {
        max-height: inherit;
        top: auto;
        transform: translateY(0);
        position: relative;
        width: 100%;
        right: auto;
        font-size: 20px;
        padding: 10px 0;
        line-height: 30px
    }

    .footer {
        padding: 30px 0 30px 0
    }

    .footer .fleft {
        width: 100%;
        font-size: 16px;
        margin-bottom: 10px;
        padding: 0
    }

    .footer .fcenter {
        display: none
    }

    .footer .fright {
        width: 100%;
        padding-right: 0
    }

    .footer .fleft .flogo {
        padding-top: 0;
        padding-left: 0;
        margin-bottom: 14px
    }

    .footer .fleft .flogo img {
        height: 25px
    }

    .footer .fleft ul {
        text-align: left;
        margin-bottom: 10px;
        padding-left: 0
    }

    .footer .fleft p {
        text-align: left
    }

    .footer .f-title {
        font-size: 22px;
        margin-bottom: 5px
    }

    .footer .fright ul li {
        font-size: 16px;
        margin-bottom: 10px
    }

    .home02-list {
        padding: 30px 0
    }

    .home02-list ul li {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px
    }

    .home02-list ul {
        margin: 0 -10px
    }

    .home02-list ul li .bt {
        font-size: 20px;
        height: auto;
        max-height: 64px;
        border-radius: 10px
    }

    .home-purpose {
        padding: 50px 0 50px 0
    }

    .home-purpose .info h3 {
        font-size: 24px;
        margin: 0
    }

    .home-purpose .info p {
        font-size: 24px
    }

    .purpose01 {
        font-size: 20px;
        line-height: 30px;
        padding: 30px 0 0 0
    }

    .purpose01 .jsh {
        padding: 0 0 30px 0
    }

    .purpose02 {
        font-size: 24px;
        line-height: 30px;
        padding: 30px 0 30px 0
    }

    .purpose02 .jsh {
        padding: 0 0 30px 0
    }

    .purpose02 .img {
        padding: 20px
    }

    .purpose02 .img ul li {
        width: 50%
    }

    .inbanner.inbanner01 .inbanner-slick .banner-info .h3 {
        font-size: 24px
    }

    .product .list {
        padding: 30px 0;
        margin: 0
    }

    .product .list li {
        width: 50%
    }

    .product .list li .bt {
        font-size: 18px;
        line-height: 30px
    }

    .product .list li .text {
        padding: 10px 0
    }

    .product-show {
        padding: 30px 0 0 0
    }

    .product-show .left-hezi {
        width: 100%
    }

    .product-show .right-hezi {
        width: 100%;
        padding-top: 15px;
        padding-left: 0
    }

    .product-show .right-hezi .tit {
        font-size: 24px;
        margin-bottom: 5px;
        line-height: 40px
    }

    .product-show .right-hezi .nr p {
        font-size: 18px
    }

    .product-show .right-hezi .nr {
        padding-bottom: 20px;
        line-height: 30px;
        padding-right: 0
    }

    .product-show .right-hezi .message .title {
        font-size: 16px;
        margin-bottom: 20px
    }

    .product-show .related {
        padding: 30px 0
    }

    .product-show .related .related-title {
        font-size: 24px;
        margin-bottom: 20px
    }

    .product-show .related .list1 ul li {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px
    }

    .product-show .related .list1 ul {
        margin: 0 -10px
    }

    .sustainability .h3 {
        font-size: 26px;
        line-height: 41px;
        padding: 0 0 20px 0;
        margin-bottom: 20px
    }

    .sustainability01 {
        padding: 30px 0
    }

    .sustainability .p {
        font-size: 18px;
        line-height: 30px;
        padding: 0
    }

    .sustainability02 h3 {
        font-size: 40px;
        line-height: 50px
    }

    .sustainability02 {
        padding: 100px 0
    }

    .sustainability03 {
        padding: 30px 0
    }

    .sustainability04 {
        padding: 30px 0
    }

    .sustainability .h3 {
        font-size: 24px;
        padding: 0;
        margin-bottom: 10px
    }

    .sustainability04 ul li {
        padding: 0 10px
    }

    .sustainability04 ul {
        padding-top: 20px
    }

    .sustainability05 {
        padding: 30px 0
    }

    .sustainability05 ul li .pic {
        width: 100%;
        position: relative;
        top: auto;
        right: auto
    }

    .sustainability05 ul li .box {
        padding-right: 0;
        min-height: 0;
        padding-top: 0;
        overflow: hidden
    }

    .sustainability05 ul li .text {
        padding: 20px
    }

    .sustainability05 ul li .text .bt {
        font-size: 22px;
        margin: 0
    }

    .sustainability05 ul li .text .jsh {
        font-size: 18px;
        line-height: 30px
    }

    .sustainability05 ul li:nth-child(2n) .box {
        padding-left: 0;
        padding-right: 0
    }

    .sustainability05 ul li:nth-child(2n) .pic {
        float: none;
        left: auto;
        right: auto
    }

    .sustainability05 ul li .text:after {
        left: 0;
        right: auto
    }

    .news {
        padding: 30px 0
    }

    .news ul li {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px
    }

    .news ul {
        margin: 0 -10px
    }

    .news-show {
        padding: 30px 0 30px 0
    }

    .news-show .h3 {
        font-size: 24px;
        line-height: 40px;
        padding: 0 0 20px 0
    }

    .news-show .span {
        font-size: 16px;
        padding: 10px 0
    }

    .news-show .span span {
        margin: 0 20px
    }

    .news-show .p {
        font-size: 18px;
        padding: 30px 0;
        line-height: 30px
    }

    .prev-next a {
        line-height: 31px
    }

    .prev-next .next, .prev-next .prev {
        width: 100%;
        padding: 0
    }

    .prev-next {
        padding: 5px;
        font-size: 16px
    }

    .inbanner.inbanner02 .inbanner-slick .banner-info .bt {
        font-size: 29px;
        line-height: 40px;
        margin-bottom: 10px
    }

    .inbanner.inbanner02 .inbanner-slick .banner-info .p {
        font-size: 20px;
        line-height: 44px
    }

    .inbanner.inbanner02 .inbanner-slick .banner-info .p .icon01 {
        background: url(../images/e.png) no-repeat left 13px;
        background-size: 30px
    }

    .inbanner.inbanner02 .inbanner-slick .banner-info .p p {
        margin-bottom: 10px;
        padding-left: 49px
    }

    .inbanner.inbanner02 .inbanner-slick .banner-info .p .icon02 {
        background: url(../images/p.png) no-repeat left 3px;
        background-size: 30px
    }

    .contact {
        padding: 30px 0 0 0
    }

    .contact .bt {
        font-size: 26px;
        margin-bottom: 10px
    }

    .contact .form {
        padding-bottom: 30px
    }

    .contact .form ul li {
        width: 100%;
        margin-bottom: 20px
    }

    .contact .form ul li textarea {
        font-size: 18px
    }

    .contact .form ul li input {
        font-size: 18px
    }

    .contact .form ul li .submit {
        width: 225px;
        height: 45px;
        line-height: 45px;
        font-size: 16px
    }

    .contact .map ul li {
        width: 100%;
        float: left;
        border-bottom: 2px solid #c3c4c5;
        border-right: 0
    }

    .contact .map ul li:nth-last-child(1) {
        border: 0
    }

    .contact .map ul li .box .hover .span {
        font-size: 18px;
        padding: 0 20px;
        min-height: 0;
        margin-bottom: 10px
    }

    .trends .list .title {
        font-size: 24px;
        padding-left: 0
    }

    .trends {
        padding-bottom: 30px;
        padding-top: 30px
    }

    .trends .list .one {
        padding-left: 0;
        min-height: 0;
        overflow: hidden;
        margin-bottom: 20px
    }

    .trends .list .one .pic {
        width: 100%;
        position: relative;
        top: auto;
        left: auto
    }

    .trends .list .one .text {
        font-size: 18px;
        line-height: 30px;
        padding-left: 0;
        padding-top: 20px
    }

    .trends .list ul li {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px
    }

    .trends .list ul {
        margin: 0 -10px
    }

    .trends .list {
        padding-bottom: 30px;
        margin-bottom: 0
    }

    .product .list li .bt {
        max-height: 120px
    }

    .sustainability05 ul li {
        margin-bottom: 20px
    }

    .story01 ul li .info {
        font-size: 18px
    }

    .story01 ul li .num {
        font-size: 25px;
        margin-bottom: 0
    }

    .story01 ul li .text {
        padding: 20px 0
    }

    .story01 ul li {
        width: 50%
    }

    .story01 ul li:nth-child(2n) {
        border-right: 0
    }

    .story02 .img {
        padding: 20px 0;
        width: 100%
    }

    .story02 .text {
        width: 100%;
        border-right: 0;
        padding: 10px
    }

    .story02 .right {
        width: 100%;
        padding: 20px 0
    }

    .story02 .text .bt {
        font-size: 22px;
        margin-bottom: 0
    }

    .story02 .text .jsh {
        font-size: 18px;
        line-height: 30px
    }

    .story02 .right .info {
        padding: 20px
    }

    .story02 .right .info h3 {
        font-size: 42px;
        line-height: 50px;
        margin-bottom: 10px
    }

    .story03 {
        padding: 30px 0
    }

    .story03 ul li .text {
        width: 100%;
        padding-left: 40px
    }

    .story03 ul:after {
        width: 2px;
        top: 29px;
        left: 9px;
        margin-left: 0
    }

    .story03 ul li .text:after {
        width: 20px;
        height: 20px;
        top: 20px;
        left: 0;
        background-size: 20px
    }

    .story03 ul .even .text .bt {
        padding-left: 34px;
        background-size: 100px;
        font-size: 20px;
        line-height: 63px;
        margin: 0
    }

    .story03 ul li .jsh1 {
        line-height: 30px;
        font-size: 18px;
        color: #000;
        margin-left: 0;
        width: 100%;
        padding-left: 15px
    }

    .story03 ul li {
        margin-bottom: 20px
    }

    .story03 ul .odd .text {
        float: left;
        padding-left: 40px;
        padding-right: 0
    }

    .story03 ul .odd .text:after {
        left: 0;
        right: auto
    }

    .story03 ul .odd .text .bt {
        text-align: left;
        background: url(../images/bleft.png) no-repeat center left;
        padding-right: 0;
        padding-left: 34px;
        background-size: 100px;
        font-size: 20px;
        margin: 0;
        line-height: 63px
    }

    .story03 ul .odd .text .jsh1 {
        text-align: left;
        margin-right: 0;
        float: none
    }

    .story04 {
        padding: 30px 0
    }

    .story04 .jsh {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 30px;
        padding: 0
    }

    .story04 ul li {
        width: 100%;
        margin-bottom: 10px
    }

    .story04 ul li .text {
        padding-top: 10px
    }

    .story04 ul li .h3 {
        font-size: 18px
    }

    .story04 ul li .p {
        font-size: 16px
    }

    .story05 img {
        width: 100%
    }

    .story05 {
        padding: 30px 0 30px 0
    }

    .story06 {
        padding: 30px 0 30px 0
    }

    .story06 .p {
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 20px;
        margin: 0 0 20px 0
    }

    .story06 .h3 {
        font-size: 26px;
        margin-bottom: 10px
    }

    .home-main .list ul li {
        width: 20% !important;
        padding: 0
    }

    .home-main .list ul li {
        font-size: 16px;
        line-height: 25px;
        width: 20%;
        margin-right: 0
    }

    .home01-list .list {
        padding-bottom: 20px;
        margin-bottom: 40px
    }

    .home01-list .list ul li {
        margin-bottom: 20px
    }

    .header .container {
        padding: 0 15px
    }

    .home-banner .home-banner-slick .banner-hover .container {
        padding: 0 15px
    }

    .product .container {
        padding: 0 15px
    }

    .product-show .container {
        padding: 0 15px
    }

    .home-main .container {
        padding: 0 15px
    }
}

@media (max-width: 992px) {
    .container {
        width: 768px !important
    }
}

@media (max-width: 768px) {
    .container {
        width: 100% !important
    }

    .home-main .show .item .img {
        width: 100% !important
    }

    .home-main .show .item .text {
        width: 100% !important;
        padding-top: 20px
    }

    .home-banner .home-banner-slick .banner-hover {
        position: relative;
        top: auto !important;
        left: auto;
        padding: 70px 0
    }

    .home-main .list {
        padding: 30px 0 30px 0
    }
}

@media (max-width: 420px) {
    .home-main .list ul li .bt {
        display: none
    }

    .inmain {
        zoom: .8
    }

    .inbanner {
        zoom: .8
    }

    .footer {
        zoom: .8
    }

    .product .list li {
        width: 100%
    }

    .sustainability05 ul li .pic {
        width: 100%
    }

    .news ul li {
        width: 100%
    }

    .scrollsidebar {
        display: none
    }

    .inbanner.inbanner02 .img {
        height: 297px;
        width: 1200px;
        left: 50%;
        margin-left: -400px
    }

    .contact .map ul li .box {
        padding: 20px
    }

    .inbanner.inbanner06 .img {
        height: 267px;
        width: 900px;
        left: 50%;
        margin-left: -240px
    }

    .inbanner.inbanner06 .inbanner-slick .banner-info .info {
        width: 100%
    }

    .inbanner.inbanner06 .inbanner-slick .banner-info .bt {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 10px
    }

    .inbanner.inbanner06 .inbanner-slick .banner-info .p {
        font-size: 16px;
        line-height: 27px
    }

    .inbanner.inbanner01 {
        padding-top: 75px
    }

    .inbanner .inbanner-slick .banner-info .info {
        padding-right: 0
    }

    .inbanner .inbanner-slick .img2 {
        display: block
    }

    .inbanner .inbanner-slick .img {
        display: none
    }

    .story06 ul li {
        width: 100%;
        margin-bottom: 20px
    }

    .home01-list .list ul li {
        width: 100%;
        margin-bottom: 20px
    }

    .home02-list ul li {
        width: 100%
    }

    .home-main .show {
        padding: 30px 0
    }

    .home-main .show .item .text .bt {
        font-size: 20px
    }

    .home-main .show .item .text .bt img {
        margin-right: 10px
    }

    .home-main .show .item:nth-child(1) .text .bt img {
        width: 40px
    }

    .home-main .show .item .text .bt {
        margin-bottom: 10px
    }

    .home-main .show .item .text .jsh {
        font-size: 16px;
        line-height: 30px
    }

    .home-main .show .item .text .jsh p {
        margin-bottom: 5px
    }

    .home-main .show .item:nth-child(2) .text .bt img {
        width: 57px
    }

    .home-main .show .item:nth-child(3) .text .bt img {
        width: 35px
    }

    .home-main .show .item:nth-child(4) .text .bt img {
        width: 30px
    }

    .home-main .show .item:nth-child(5) .text .bt img {
        width: 40px
    }

    .home-main .show .item:nth-child(4) .img {
        margin-right: 0
    }

    .home-main .show .item:nth-child(2) .img {
        margin-right: 0
    }

    .home-main .list {
        display: none
    }

    .home-partner {
        margin-bottom: 30px
    }
}

.inbanner .inbanner-slick .banner-hover {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 5;
    transform: translateY(-50%)
}

.inbanner .inbanner-slick .banner-hover .container {
    padding: 0
}

.inbanner .inbanner-slick .banner-hover .info {
    float: left;
    width: 760px
}

.inbanner .inbanner-slick .banner-hover .bt {
    font-size: 72px;
    color: #fff;
    line-height: 91.08px;
    margin-bottom: 16px
}

.inbanner .inbanner-slick .banner-hover .p {
    font-size: 66px;
    color: #147de0;
    margin-bottom: 66px;
    line-height: 58px
}

.inbanner .inbanner-slick .banner-hover .btn {
    margin-bottom: 15px
}

.inbanner .inbanner-slick .banner-hover .btn a {
    display: block;
    width: 360px;
    height: 56px;
    line-height: 54px;
    text-align: center;
    border-radius: 30px;
    font-size: 30px;
    color: #fff;
    border: 2px solid #147ce0
}

.inbanner .inbanner-slick .banner-hover .span {
    font-size: 25px;
    color: #fff;
    width: 360px;
    text-align: center;
    font-family: Geograph-Medium
}

.product-show .left-hezi.asideBottom {
    right: 0;
    top: auto;
    bottom: 0;
    position: absolute
}

.product-show {
    position: relative
}

.product-show .left-hezi {
    position: fixed;
    left: 0;
    top: 0;
    background: #f7f8f8;
    z-index: 33;
    padding-top: 135px
}

.message {
    margin: 0 -7px;
    padding-top: 41px
}

.message li {
    overflow: hidden;
    margin-bottom: 23px;
    width: 50%;
    float: left;
    padding: 0 7px
}

.message li .box {
    border: 2px solid #787878;
    position: relative;
    overflow: hidden;
    padding-left: 15px
}

.message li .box span {
    width: 157px;
    line-height: 52px;
    color: #000;
    height: 52px;
    font-size: 20px;
    display: block;
    float: left;
    background: #d8d8d8;
    padding: 0 0 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 2px solid #787878
}

.message li .box span img {
    vertical-align: middle;
    margin-top: -3px
}

.message li .box span .icon1 {
    width: 16px
}

.message li .box span .icon2 {
    width: 21px
}

.message li .box input {
    height: 52px;
    border: 0;
    width: 100%;
    float: left;
    font-size: 20px;
    color: #000;
    text-align: center;
    font-family: ZurichBT-LightCondensed
}

.message li textarea {
    width: 100%;
    height: 150px;
    border: 0;
    font-size: 20px;
    color: #000;
    padding: 10px;
    overflow: hidden;
    display: block;
    font-family: ZurichBT-LightCondensed
}

.message li select {
    width: 26%;
    height: 52px;
    padding: 0 10px;
    font-size: 20px;
    color: #000;
    text-align: center;
    font-family: ZurichBT-LightCondensed;
    appearance: none;
    border: 2px solid #787878;
    -moz-appearance: auto;
    -webkit-appearance: auto;
    float: left
}

.message li select::-ms-expand {
    display: none
}

.message li p {
    font-size: 24px;
    line-height: 30px;
    color: #333
}

.message li .submit {
    display: block;
    line-height: 50px;
    height: 52px;
    width: 66%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    float: right;
    background: #9c0008;
    border: 1px solid #787878
}

.rel-Related {
    padding: 80px 0;
    background-color: #9c0008;
    color: #fff;
    margin: 0 -100px
}

.rel-Related .rel-Heading {
    color: #fff;
    font-size: 28px;
    text-align: center;
    font-family: Geograph-Medium;
    margin-bottom: 40px
}

.rel-Related a.rel-Action {
    width: 300px;
    height: 70px;
    line-height: 68px;
    color: #fff;
    margin: 0 auto;
    display: block;
    font-size: 26px;
    border: 1px solid #fff;
    background: url(../images/jiantou.png) no-repeat 90% center;
    background-size: 30px;
    padding-left: 30px
}

@media (max-width: 1600px) {
    .message li select {
        font-size: 18px
    }

    .message li .box input {
        font-size: 18px
    }

    .message li .box span {
        font-size: 18px
    }

    .message li .submit {
        font-size: 18px
    }

    .message li p {
        font-size: 20px
    }

    .rel-Related a.rel-Action {
        width: 260px;
        height: 60px;
        line-height: 58px;
        font-size: 22px
    }

    .rel-Related .rel-Heading {
        font-size: 25px;
        margin-bottom: 30px
    }

    .inbanner .inbanner-slick .banner-hover .bt {
        font-size: 70px;
        line-height: 76px;
        margin-bottom: 10px
    }

    .inbanner .inbanner-slick .banner-hover .p {
        font-size: 55.67px;
        margin-bottom: 48px;
        line-height: 58px
    }

    .inbanner .inbanner-slick .banner-hover .btn a {
        width: 298px;
        height: 49px;
        line-height: 47px;
        font-size: 26px
    }

    .inbanner .inbanner-slick .banner-hover .span {
        font-size: 20px;
        width: 298px
    }
}

@media (max-width: 1440px) {
    .message li select {
        font-size: 16px
    }

    .message li .box input {
        font-size: 16px
    }

    .message li .box span {
        font-size: 16px
    }

    .message li .submit {
        font-size: 16px
    }

    .message li p {
        font-size: 18px
    }

    .rel-Related a.rel-Action {
        width: 220px;
        height: 50px;
        line-height: 48px;
        font-size: 16px
    }

    .rel-Related .rel-Heading {
        font-size: 22px;
        margin-bottom: 30px
    }

    .inbanner .inbanner-slick .banner-hover .bt {
        font-size: 60px;
        line-height: 66px
    }
}

@media (max-width: 1200px) {
    .product-show .left-hezi {
        position: relative;
        left: auto;
        top: auto;
        padding-top: 35px
    }

    .product-show .left-hezi.asideBottom {
        right: auto;
        top: auto;
        bottom: auto;
        position: relative
    }

    .product-show .right-hezi {
        width: 100%;
        padding: 15px 15px 0 15px
    }

    .rel-Related {
        padding: 40px 0;
        margin: 0 -15px
    }

    .message li {
        width: 100%
    }

    .inbanner .inbanner-slick .banner-hover .info {
        float: none;
        width: 100%;
        padding: 0 20px
    }

    .inbanner .inbanner-slick .banner-hover .bt {
        font-size: 35px;
        line-height: 40px
    }

    .inbanner .inbanner-slick .banner-hover .p {
        font-size: 25px;
        margin-bottom: 20px;
        line-height: 35px
    }

    .inbanner .inbanner-slick .banner-hover .btn a {
        width: 200px;
        height: 35px;
        line-height: 33px;
        font-size: 14px
    }

    .inbanner .inbanner-slick .banner-hover .span {
        font-size: 14px;
        width: 200px
    }
}

@media (max-width: 768px) {
    .inbanner .inbanner-slick .img {
        display: none
    }

    .inbanner .inbanner-slick .img2 {
        display: block
    }
}

#tijiao {
    cursor: pointer
}

.footer .container {
    width: 1600px
}

@media (max-width: 1600px) {
    .footer .container {
        width: 1400px
    }
}

@media (max-width: 1480px) {
    .footer .container {
        width: 1286px
    }
}

.product-show .left-hezi .bigimg .slick-prev {
    left: 20px;
    border: none;
    width: 30px;
    color: #000;
    position: absolute;
    z-index: 89;
    top: 47%
}

.product-show .left-hezi .bigimg .slick-prev:before {
    content: '';
    background-image: url(../images/shang.png)
}

.product-show .left-hezi .bigimg .slick-next {
    left: 20px;
    border: none;
    width: 30px;
    color: #000;
    position: absolute;
    z-index: 89;
    top: 59%
}

.product-show .left-hezi .bigimg .slick-next:before {
    content: '';
    background-image: url(../images/xia.png)
}

.product-show .left-hezi .bigimg .slick-next:before, .product-show .left-hezi .bigimg .slick-prev:before {
    color: #000;
    width: 25px;
    height: 25px;
    display: block
}

.product-show .left-hezi .slick-dots {
    position: absolute;
    left: 17px;
    width: 25px;
    top: 50%;
    height: 70px;
    color: #000
}

.product-show .left-hezi .slick-dots li {
    display: none !important
}

.product-show .left-hezi .slick-dots li b {
    display: block
}

.product-show .left-hezi .slick-dots li b:nth-child(2) {
    line-height: 10px;
    transform: rotate(45deg)
}

.product-show .left-hezi .slick-dots li.slick-active {
    display: inline-block !important
}

@media (max-width: 900px) {
    .product-show .left-hezi .bigimg .slick-prev {
        top: 45%
    }

    .product-show .left-hezi .bigimg .slick-next {
        top: 62%
    }
}

@media (max-width: 460px) {
    .product-show .left-hezi .bigimg .slick-prev {
        top: 42%
    }

    .product-show .left-hezi .bigimg .slick-next {
        top: 68%
    }
}

.header .header-right .nav ul li .subnav {
    position: absolute;
    top: 3rem;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    display: none;
    padding: .26rem 0;
    text-align: center;
    z-index: 999;
}

.header .header-right .nav ul li:hover .subnav {
    display: block;
}

.header .header-right .nav ul li .subnav ul {
    background: rgba(255, 255, 255, 0.6);
    padding: .14rem .10rem;
}

.header .header-right .nav ul li .subnav ul li {
    float: none;
    margin: 0;
    padding: 0;
    margin-bottom: 9px;
    background: 0;
}

.header .header-right .nav ul li .subnav ul li a {
    line-height: 32px;
    font-size: 16px;
    color: #000;
    width: auto;
    padding: 0 .15rem;
    overflow: hidden;
    transition: .5s;
    font-weight: normal;
    text-transform: inherit;
}

.bread {
    text-align: left;
    color: #595757;
    font-size: 14px;
    padding: 15px 0;
    border-bottom: 1px #eee solid;
}

.bread img {
    margin-right: 5px;
    max-height: 20px;
    vertical-align: bottom;
}

.bread a {
    color: #595757;
}

.bread span {
    color: #147ce0;
}

.pagination-wrap2 {
    margin-bottom: 20px;
}








.product1 .list {
    padding: 70px 0
}

.product1 .list li {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px
}

.product1 .list li .box {
    position: relative
}

.product1 .list li .pic {
    border-radius: 10px;
    text-align: center;
    overflow: hidden
}
.product1 .list li .pic:after{
    padding-bottom:69.6327%;
}
.product1 .list li .pic img {
    transition: .5s
}

.product1 .list li .text {
    overflow: hidden;
    position: absolute;
    bottom:17px;
    left:0;
    width:100%;

}

.product1 .list li .bt {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    color: #020000;
    font-family: Geograph-Medium
}


@media (min-width: 1025px) {
    .product1 .list li:hover .pic img {
        transform: scale(1.04)
    }
}
.product-show1{
    padding:70px 0;
}

.product-show1 .box{
    position: relative;
}

.product-show1 .box .download{
    position: absolute;
    top:1%;
    right:-7%;
    width: 6%;
}


@media(max-width:1200px){
    .product1 .list li .text {
        bottom:7px;

    }
    .product1 .list li .bt {
        font-size:16px;
    }
    .product1 .list {
        padding: 30px 0;
    }
    .product-show1{
        padding: 30px 0;
    }
    .product-show1 .box .download {
		position:relative;
		float: right;
		margin-right: 30px;
    }
}


@media (max-width: 420px){
    .product1 .list li {
        width: 100%;
    }
}
