
@font-face {
    font-family: 'dincond-regularregular';
    src: url('../font/slick.eot');
    src: url('../font/slick.eot') format('embedded-opentype'), url('../font/slick.woff2') format('woff2'), url('../font/slick.woff') format('woff'), url('../font/slick.svg') format('svg');
    font-weight: normal;
    font-style: normal
}

body {
    padding-top: 93px
}

@media (max-width: 767px) {
    body {
        padding-top: 73px
    }
}

.header {
    background: #fff;
    border-top: 3px #2c86a7 solid;
    padding: 5px 0;
    position: fixed;
    z-index: 13;
    top: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s
}

.header .container {
    position: relative
}

.header img {
    vertical-align: middle
}

.header .logo-text {
    height: 80px;
    float: left;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 70%
}

.header .logo {
    float: left
}

.header .text {
    float: left
}

.header .tel {
    margin: 27px 15px 0 0;
    display: inline-block;
    line-height: 30px;
    font-size: 28px;
    color: #666c72;
    float: right;
    font-family: 'dincond-regularregular'
}

.header .tel img {
    height: 24px;
    vertical-align: middle;
    margin: 3px 8px 0 0;
    float: left
}

.header .language {
    display: none;
    color: #2c86a7;
    font-size: 16px;
    line-height: 24px;
    margin: 28px 0 0 0;
    float: right
}

.header .language img {
    max-height: 24px;
    vertical-align: middle;
    float: left
}

.header .language a {
    padding: 1px;
    border: 1px #fff solid;
    display: inline-block;
    color: #2c86a7
}

.header .language a:hover {
    border: 1px #2c86a7 solid
}

.header .phoneNav-btn {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px
}

@media (max-width: 992px) {
    .header .logo-text {
        width: 40%
    }

    .header .logo-text .text {
        display: none
    }
}

@media (max-width: 767px) {
    .header .container {
        overflow: hidden
    }

    .header .logo-text {
        max-height: 60px;
        width: 40%
    }

    .header .language {
        display: none;
        font-size: 12px;
        margin-top: 12px;
        margin-right: 40px
    }

    .header .tel {
        display: none
    }

    .header .phoneNav-btn {
        display: block
    }
}

.header-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-animation: positionFix .5s ease-in-out 1;
    animation: positionFix .5s ease-in-out 1;
    background: #fff
}

.header-fixed .logo-text {
    height: 50px
}

.header-fixed .text {
    display: none
}

.header-fixed .tel {
    margin-top: 8px
}

.header-fixed .language {
    margin-top: 8px
}

@media (max-width: 767px) {
    .header-fixed .logo-text {
        max-height: 40px
    }

    .header-fixed .tel {
        margin-top: 3px
    }

    .header-fixed .language {
        margin-top: 3px
    }
}

.nav-search {
    position: relative;
    border-top: 1px #efeff0 solid;
    background: #fff
}

.nav {
    width: 70%;
    float: left;
    min-height: 50px
}

.nav ul, .nav li {
    list-style: none
}

.nav li {
    float: left;
    text-align: center;
    position: relative;
    margin-right: 60px
}

.nav li:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 10px;
    background: url(../image/down_1.png) no-repeat;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -5px
}

.nav li > a {
    font-size: 16px;
    display: block;
    height: 50px;
    line-height: 50px;
    position: relative
}

.nav li > a:before, .nav li > a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #2c86a7;
    -webkit-transition: width .5s;
    transition: width .5s
}

.nav li > a:before {
    right: 50%
}

.nav li > a:after {
    left: 50%
}

.nav li:hover > a:before {
    width: 50%
}

.nav li:hover > a:after {
    width: 50%
}

.nav li.cur > a {
    color: #2c86a7
}

.nav li .child {
    position: absolute;
    z-index: 1;
    top: 55px;
    left: -15%;
    width: 130%;
    padding: 20px 0;
    text-align: center;
    background: #2c86a7;
    background: rgba(44, 134, 167, 0.85);
    border-radius: 3px;
    display: none;
    -webkit-transition: all .5s;
    transition: all .5s
}

.nav li .child a {
    padding: 5px 5px;
    display: block;
    color: #fff
}

.nav li .child a:hover {
    background: #27acdc
}

.nav li .chlid-product {
    width: 180%;
    left: -40%
}

.nav li .chlid-mall {
    width: 180%;
    left: -40%
}

.nav li:hover .child {
    top: 50px;
    display: block
}

@media (max-width: 1120px) {
    .nav li {
        margin-right: 45px
    }
}

@media (max-width: 992px) {
    .nav li {
        margin-right: 35px
    }

    .nav li > a {
        font-size: 14px
    }
}

@media (max-width: 840px) {
    .nav {
        display: none
    }

    .nav li {
        margin-right: 40px
    }

    .nav li > a {
        font-size: 14px
    }
}

.nav-search .container {
    position: relative
}

@media (max-width: 767px) {
    .nav-search .container {
        padding-left: 0;
        padding-right: 0
    }
}

.search {
    display: inline-block;
    float: right;
    position: relative;
    width: 30%;
    max-width: 280px
}

.search input {
    border: 1px #efeff0 solid;
    line-height: 49px;
    line-height: normal \9;
    position: relative;
    margin-top: -1px;
    width: 100%;
    font-size: 16px;
    padding: 0 55px 0 10px;
    padding-top: 15px \9;
    padding-bottom: 16px \9;
    vertical-align: top;
    border-radius: 0
}

.search input:focus {
    border-color: #2c86a7
}

.search .btn {
    position: absolute;
    z-index: 0;
    right: 1px;
    top: 0;
    display: inline-block;
    width: 53px;
    height: 49px;
    background: #e6e6e8
}

.search .btn img {
    width: 20px;
    vertical-align: middle
}

.search .btn:hover {
    background: #2c86a7
}

@media (max-width: 767px) {
    .search {
        width: 100%;
        max-width: inherit
    }

    .search input {
        font-size: 14px
    }
}

.nav-btn {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: none;
    text-align: right
}

.nav-btn img {
    max-width: 100px
}

.banner {
    width: 100%;
    max-width: 1920px;
    max-height: 540px;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
    height: auto;
    position: relative;
    text-align: center
}

.banner img {
    display: inline-block
}

.banner .pic {
    display: block;
    position: relative;
    height: 100%
}

.banner .pic:before {
    content: "";
    display: block;
    padding-bottom: 28.2%
}

.banner .slick-dots {
    bottom: 53px;
    height: 10px;
    border: 1px #fff solid;
    border: 1px rgba(255, 255, 255, 0.3) solid;
    width: 199px;
    left: 50%;
    margin-left: -100px;
    font-size: 0;
    padding: 1px
}

.banner .slick-dots li {
    width: 65px;
    height: 6px;
    margin: 0
}

.banner .slick-dots li button {
    background: url(../image/transparent_1.png);
    display: block;
    height: 6px;
    width: 65px;
    font-size: 0;
    padding: 0;
    margin: 0
}

.banner .slick-dots li.slick-active button {
    background: #fff
}

.banner .slick-dots li button:before {
    content: "";
    display: none
}

@media (max-width: 992px) {
    .banner .slick-dots {
        bottom: 10px
    }
}

.home-other {
    padding: 40px 0
}

.home-other li {
    width: 50%;
    border-right: 1px #d5ddea solid;
    float: left
}

.home-other li .box {
    padding: 10px 0 10px 0;
    max-width: 430px;
    width: 100%;
    position: relative
}

.home-other li:last-child, .home-other li.last {
    border: 0;
    text-align: right
}

.home-other li:last-child .box, .home-other li.last .box {
    float: right
}

.home-other li:last-child .icon, .home-other li.last .icon {
    position: absolute;
    left: 40px;
    top: 10px
}

.home-other .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    position: absolute;
    left: 40px;
    top: 10px
}

.home-other .text {
    color: #8c93a0;
    padding: 5px 60px 5px 130px;
    text-align: left;
    vertical-align: middle
}

.home-other .text b {
    font-weight: normal;
    font-size: 18px;
    color: #333
}

.home-other .btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px #2c86a7 solid;
    border-radius: 50%;
    font-size: 30px;
    color: #2c86a7;
    font-family: simsun;
    text-align: center;
    line-height: 48px;
    margin: 5px 0 0 0;
    vertical-align: middle;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: absolute;
    right: 20px;
    top: 10px
}

.home-other li:hover .text {
    color: #2c86a7
}

.home-other li:hover .text b {
    color: #2c86a7
}

.home-other li:hover .btn {
    background: #2c86a7;
    color: #fff;
    margin-left: 20px
}

@media (max-width: 992px) {
    .home-other li {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 767px) {
    .home-other li {
        width: 100%;
        border-right: 0;
        border-bottom: 1px #f4f4f4 solid;
        margin-bottom: 20px;
        padding-bottom: 20px
    }

    .home-other li .box {
        max-width: inherit
    }

    .home-other li .text {
        padding-left: 90px
    }

    .home-other li .icon {
        left: 0
    }

    .home-other li .btn {
        right: 0
    }

    .home-other li:last-child, .home-other li .last {
        text-align: left;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .home-other li:last-child .text, .home-other li .last .text {
        padding-right: 90px
    }

    .home-other li:last-child .icon, .home-other li .last .icon {
        left: 0
    }
}

.home-product {
    padding: 50px 0
}

.home-product .home-title {
    text-align: center;
    color: #333;
    line-height: 50px;
    margin-bottom: 50px
}

.home-product .home-title .cn {
    display: inline-block;
    font-size: 36px;
    vertical-align: middle
}

.home-product .home-title .en {
    display: inline-block;
    font-size: 48px;
    font-weight: bold;
    font-family: "Helvetica Neue";
    vertical-align: middle
}

.home-product ul, .home-product li {
    list-style: none
}

.home-product .list {
    overflow: hidden;
    margin: 0 -10px
}

.home-product li {
    width: 33.33333333%;
    float: left;
    text-align: center;
    margin-bottom: 45px
}

.home-product li a {
    color: #fff
}

.home-product li .box {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 410px;
    margin-left: 5px;
    margin-right: 5px;
    background: #fff
}

.home-product li .pic {
    position: relative;
    display: block;
    overflow: hidden
}

.home-product li .pic:after {
    content: "";
    display: block;
    padding-top: 58.53%
}

.home-product li .pic img {
    -webkit-transition: all .5s;
    transition: all .5s
}

.home-product li .title {
    display: block;
    width: 100%;
    height: 70px;
    overflow: hidden;
    background: #ebebf1;
    color: #333;
    font-size: 24px;
    line-height: 70px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.home-product li:hover .title {
    background: #2c86a7;
    color: #fff
}

.home-product li:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

@media (max-width: 992px) {
    .home-product {
        padding: 30px 0
    }

    .home-product .home-title {
        margin-bottom: 30px
    }

    .home-product .home-title .cn {
        font-size: 24px
    }

    .home-product .home-title .en {
        font-size: 28px
    }

    .home-product li {
        margin-bottom: 10px
    }

    .home-product li .title {
        font-size: 20px;
        height: 40px;
        line-height: 40px
    }
}

@media (max-width: 992px) {
    .home-product li {
        width: 50%
    }
}

@media (max-width: 767px) {
    .home-product li .title {
        font-size: 16px
    }
}

.home-about {
    padding-bottom: 100px
}

.home-about .info {
    text-align: center;
    color: #666;
    font-size: 15px;
    line-height: 28px;
    padding-bottom: 30px
}

.home-about .p-01 {
    font-weight: 700;
    color: #333;
    font-size: 30px;
    margin-bottom: 25px
}

.home-about .p-02 {
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #b4b4bc;
    font-size: 14px;
    font-family: arial;
    position: relative;
    text-align: center;
    max-width: 780px;
    margin: 30px auto 0 auto
}

.home-about .p-02:before {
    content: "";
    display: inline-block;
    border-top: 1px #cecedf solid;
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 0
}

.home-about .p-02 span {
    display: inline-block;
    position: relative;
    background: #fff;
    padding: 0 35px
}

.home-about .list {
    overflow: hidden;
    padding-top: 50px
}

.home-about .list li {
    width: 50%;
    float: left;
    padding: 0 10px
}

.home-about .list .box {
    max-width: 615px;
    margin: auto
}

.home-about .list .pic {
    display: block;
    position: relative;
    overflow: hidden
}

.home-about .list .pic:after {
    content: "";
    display: block;
    padding-top: 45.52845528%
}

.home-about .list .pic img {
    transition: all .5s
}

.home-about .list .pic:hover img {
    transform: scale(1.05)
}

.home-about .list .bt {
    font-size: 24px;
    color: #2c86a7;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px
}

.home-about .list .bt:hover {
    text-decoration: underline
}

.home-about .list .shm {
    color: #555;
    font-size: 16px
}

@media (max-width: 992px) {
    .home-about {
        padding-bottom: 30px
    }

    .home-about .p-01 {
        font-size: 22px;
        margin-bottom: 15px
    }

    .home-about .info {
        font-size: 14px
    }

    .home-about .p-02 {
        margin-top: 20px
    }

    .home-about .list {
        padding-top: 0
    }

    .home-about .list .bt {
        font-size: 18px
    }

    .home-about .list .shm {
        font-size: 14px
    }
}

@media (max-width: 414px) {
    .home-about .p-02 {
        letter-spacing: 1px
    }

    .home-about .p-02 span {
        padding-left: 5px;
        padding-right: 5px
    }

    .home-about .list li {
        width: 100%;
        margin-bottom: 30px
    }
}

.home-contact {
    background: #2c86a7;
    color: #fff;
    font-size: 16px;
    padding-top: 70px;
    padding-bottom: 70px
}

.home-contact a {
    color: #fff
}

.home-contact a:hover {
    text-decoration: underline
}

.home-contact .title {
    text-align: center;
    font-size: 36px;
    padding-bottom: 40px
}

.home-contact .info {
    width: 65%;
    float: left;
    line-height: 36px
}

.home-contact .info .left {
    width: 50%;
    float: left;
    padding-right: 20px
}

.home-contact .info .right {
    width: 50%;
    float: left
}

.home-contact .info img {
    vertical-align: middle;
    margin-top: -3px
}

.home-contact .info .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.home-contact .share {
    width: 35%;
    float: right;
    text-align: right;
    border-left: 1px #569eb9 solid;
    margin-top: 15px;
    padding: 5px 0
}

.home-contact .share a {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-left: 20px;
    transition: all .5s;
    vertical-align: middle
}

.home-contact .share .sina {
    background: #4a9dbb url(../image/sina_1.png) no-repeat center center
}

.home-contact .share .sina:hover {
    background: #6cabc2 url(../image/sina_1.png) no-repeat center center
}

.home-contact .share .wechat {
    background: #4a9dbb url(../image/wechat_1.png) no-repeat center center
}

.home-contact .share .wechat:hover {
    background: #6cabc2 url(../image/wechat_1.png) no-repeat center center
}

.home-contact .share .more {
    background: #4a9dbb url(../image/share-more_1.png) no-repeat center center
}

.home-contact .share .more:hover {
    background: #6cabc2 url(../image/share-more_1.png) no-repeat center center
}

@media (max-width: 992px) {
    .home-contact {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 14px
    }

    .home-contact .title {
        font-size: 22px;
        padding-bottom: 30px
    }

    .home-contact .info .left {
        padding-right: 5px
    }

    .home-contact .share a {
        margin-left: 5px
    }
}

@media (max-width: 767px) {
    .home-contact .info {
        width: 100%
    }

    .home-contact .share {
        width: 100%;
        clear: both;
        text-align: left;
        border-left: none
    }

    .home-contact .share a {
        width: 35px;
        height: 35px
    }

    .home-contact .share .sina, .home-contact .share .wechat, .home-contact .share .more {
        background-size: 100%
    }

    .home-contact .share .sina:hover, .home-contact .share .wechat:hover, .home-contact .share .more:hover {
        background-size: 100%
    }
}

@media (max-width: 640px) {
    .home-contact .info .left {
        width: 100%
    }

    .home-contact .info .right {
        width: 100%
    }
}

.footer {
    color: #333;
    padding: 60px 0 50px 0
}

.footer a {
    display: inline-block;
    color: #bbb;
    -webkit-transition: all .5s;
    transition: all .5s
}

.footer a:hover {
    color: #fff;
    text-decoration: underline;
    margin-left: 5px
}

.footer img {
    max-width: 100%;
    max-height: 100%
}

.footer ul, .footer li {
    list-style: none
}

.footer .menu {
    overflow: hidden
}

.footer .menu li {
    width: 16%;
    float: left
}

.footer .menu li .box {
    margin-right: 10px
}

.footer .menu .title {
    font-size: 18px;
    color: #333;
    display: inline-block;
    margin-bottom: 20px
}

.footer .menu .child a {
    padding: 4px 0;
    display: block;
    color: #2c86a7
}

.footer li.footer-message {
    border-left: 1px #ebebf1 solid;
    width: 52%;
    min-height: 140px;
    padding-left: 8%
}

.footer li.footer-message .item {
    overflow: hidden;
    clear: both;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 10px
}

.footer li.footer-message .item .star {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #f00
}

.footer li.footer-message .item-01, .footer li.footer-message .item-02, .footer li.footer-message .item-03 {
    width: 33.33333333%;
    float: left;
    overflow: hidden;
    clear: none
}

.footer li.footer-message input {
    width: 100%;
    border: 2px #f5f5f8 solid;
    background: #f5f5f8;
    padding: 7px 5px;
    overflow: hidden
}

.footer li.footer-message input:focus {
    border: 2px #2c86a7 solid
}

.footer li.footer-message textarea {
    border: 2px #f5f5f8 solid;
    background: #f5f5f8;
    padding: 10px 5px;
    width: 100%;
    min-height: 45px
}

.footer li.footer-message .yzhm input {
    width: 49%;
    float: left
}

.footer li.footer-message .yzhm .btns {
    display: inline-block;
    width: 30%;
    text-align: left;
    float: left
}

.footer li.footer-message .yzhm .btns a {
    display: inline-block;
    line-height: 30px;
    width: 45%;
    background: #2c86a7;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border: 2px #2c86a7 solid;
    text-align: center
}

.footer li.footer-message .yzhm .btns a:hover {
    color: #2c86a7;
    background: transparent;
    text-decoration: none
}

.footer li.footer-message .box {
    margin: auto;
    overflow: hidden
}

.footer li.footer-message .box a:hover {
    margin-left: 0
}

.footer .tel img {
    max-width: 50px;
    float: left
}

.footer .tel .text {
    float: left
}

.footer .tel .text em {
    font-style: normal;
    display: block;
    font-size: 28px;
    color: #fff;
    line-height: 30px
}

.footer .tel .text i {
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    padding-left: 5px
}

@media (max-width: 992px) {
    .footer {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .footer .menu .title {
        font-size: 14px
    }

    .footer .menu li {
        width: 18%
    }

    .footer .menu li.footer-message {
        width: 46%;
        padding-left: 15px
    }

    .footer .tel img {
        max-width: 40px
    }

    .footer .tel .text em {
        font-size: 16px;
        line-height: 20px
    }
}

@media (max-width: 767px) {
    .footer {
        padding-top: 30px
    }

    .footer .menu li {
        display: none
    }

    .footer .menu li.footer-message {
        display: block;
        width: 100%;
        border: 0;
        min-height: inherit;
        padding-left: 0
    }

    .footer .menu li.footer-message .item-01, .footer .menu li.footer-message .item-02, .footer .menu li.footer-message .item-03 {
        width: 100%;
        padding-left: 0
    }

    .footer .menu li.footer-message .item {
        padding-left: 0
    }

    .footer .menu li.footer-message .yzhm input {
        width: 55%
    }

    .footer .menu li.footer-message .btns {
        width: 45%
    }
}

.copyright {
    background: #ebebf1;
    color: #555;
    padding: 25px 0
}

.copyright .div-01 {
    float: right
}

.copyright a {
    color: #555
}

.copyright a:hover {
    color: #2c86a7
}

.copyright a:hover {
    text-decoration: underline
}

@media (max-width: 992px) {
    .copyright {
        font-size: 12px;
        padding: 15px 0
    }

    .copyright .div-01 {
        float: none
    }
}

@media (max-width: 676px) {
    .copyright {
        padding-bottom: 70px
    }
}

.friendShips a {
    display: inline-block;
    margin: 0 5px
}

.friendShips a:hover {
    color: #fff
}

.inside-banner {
    color: #fff;
    text-align: center
}

.inside-banner img {
    vertical-align: middle;
    width: 100%
}

.contact-banner {
    background: #b2bfcf
}

.inside-menu-bread {
    padding: 15px 0
}

.inside-menu-bread .menu {
    width: 70%;
    float: left
}

.inside-menu-bread .menu a {
    text-align: center;
    display: inline-block;
    min-width: 110px;
    line-height: 36px
}

.inside-menu-bread .products-nav div {
    display: inline-block;
    position: relative;
    margin-bottom: 5px
}

.inside-menu-bread .products-nav div .child {
    position: absolute;
    z-index: 1;
    top: 38px;
    left: -15%;
    width: 130%;
    padding: 20px 0;
    text-align: center;
    background: #2c86a7;
    border-radius: 3px;
    display: none;
    -webkit-transition: all .5s;
    transition: all .5s
}

.inside-menu-bread .products-nav div .child a {
    padding: 0 5px;
    display: block;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.inside-menu-bread .products-nav div .child a:hover {
    background: #27acdc;
    border: 0;
    border-radius: 0;
    color: #fff
}

.inside-menu-bread .products-nav div .chlid-product {
    width: 180%;
    left: -40%
}

.inside-menu-bread .products-nav div .chlid-mall {
    width: 180%;
    left: -40%
}

.inside-menu-bread .products-nav div:hover .child {
    top: 38px;
    display: block
}

.inside-menu-bread .menu a.cur, .inside-menu-bread .menu a:hover {
    border: 1px #28b0f5 solid;
    border-radius: 38px;
    color: #28b0f5
}

.inside-menu-bread .menu a.cur:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../image/down-02_1.png) no-repeat;
    vertical-align: middle;
    margin: 0 0 0 5px
}

.inside-menu-bread .menu a span {
    display: inline-block;
    position: relative
}

.inside-menu-bread .bread {
    width: 30%;
    float: right;
    text-align: right;
    color: #8d8c8c;
    line-height: 38px;
    height: 38px;
    overflow: hidden
}

.inside-menu-bread .bread a {
    color: #8d8c8c
}

.inside-menu-bread .bread a:hover {
    color: #2c86a7
}

.inside-menu-bread .bread img {
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
    height: 20px
}

@media (max-width: 767px) {
    .inside-menu-bread {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .inside-menu-bread .menu {
        display: none
    }

    .inside-menu-bread .bread {
        width: 100%
    }
}

.inside {
    min-height: 300px;
    background: #f5f5f9;
    overflow: hidden
}

.inside .main {
    padding-top: 50px;
    padding-bottom: 50px
}

@media (max-width: 992px) {
    .inside .main {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media (max-width: 767px) {
    .inside .main {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.about {
    padding: 65px 0 0 0
}

.about .title {
    font-size: 30px;
    text-align: center;
    color: #2c86a7;
    position: relative
}

.about .title:after {
    content: "";
    display: block;
    width: 70px;
    border-bottom: 1px #2c86a7 solid;
    margin: 25px auto 0 auto
}

.about .complay {
    font-size: 16px;
    line-height: 36px;
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden
}

.about .complay .text {
    width: 50%;
    float: left;
    padding-left: 7%;
    padding-right: 20px;
    padding-top: 20px
}

.about .complay .pic {
    width: 50%;
    float: left;
    padding-right: 7%;
    padding-left: 20px;
    text-align: right
}

.about .complay-02 {
    font-size: 16px;
    line-height: 36px;
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden
}

.about .complay-02 .text {
    width: 50%;
    float: left;
    padding-right: 7%;
    padding-left: 20px;
    padding-top: 20px
}

.about .complay-02 .pic {
    width: 50%;
    float: left;
    padding-left: 7%;
    padding-right: 20px;
    text-align: left
}

@media (max-width: 992px) {
    .about {
        padding-top: 30px
    }

    .about .title {
        font-size: 20px
    }

    .about .complay {
        font-size: 14px;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .about .complay .text {
        padding-left: 15px;
        padding-right: 15px
    }

    .about .complay .pic {
        padding-right: 10px;
        padding-left: 10px
    }

    .about .complay-02 {
        font-size: 14px;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .about .complay-02 .text {
        padding-left: 15px;
        padding-right: 15px
    }

    .about .complay-02 .pic {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (max-width: 767px) {
    .about .complay .text {
        width: 100%;
        line-height: 24px;
        padding-top: 0
    }

    .about .complay .pic {
        width: 100%;
        margin-top: 30px
    }

    .about .complay-02 .text {
        width: 100%;
        line-height: 24px;
        padding-top: 0
    }

    .about .complay-02 .pic {
        width: 100%;
        margin-top: 0;
        margin-bottom: 10px
    }
}

.about .about-honor {
    font-size: 16px;
    line-height: 36px;
    overflow: hidden;
    height: 520px;
    position: relative;
    z-index: 1
}

.about .about-honor:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    width: 50%;
    top: 0;
    left: 0;
    height: 520px;
    background: url(../image/honor-bg-01_1.jpg) no-repeat right
}

.about .about-honor:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    width: 50%;
    top: 0;
    right: 0;
    height: 520px;
    background: url(../image/honor-bg-02_1.jpg) no-repeat left
}

.about .about-honor .container {
    position: relative;
    z-index: 1
}

.about .about-honor .text {
    width: 50%;
    float: left;
    padding-left: 7%;
    padding-right: 100px;
    padding-top: 150px;
    color: #fff
}

.about .about-honor .pics {
    width: 50%;
    padding-top: 80px;
    float: left;
    text-align: center
}

.about .about-honor .pics .list {
    padding: 0 10%;
    text-align: center
}

.about .about-honor .pics .list img {
    display: inline-block
}

.about .about-honor .pics .pic {
    max-width: 265px;
    margin: auto;
    display: block;
    position: relative
}

.about .about-honor .pics .pic:before {
    content: "";
    display: block;
    padding-top: 143.5%
}

.about .about-honor .slick-list {
    margin-left: 40px;
    margin-right: 40px
}

.about .about-honor .slick-prev, .about .about-honor .slick-next {
    width: 40px;
    height: 40px;
    border: 2px #d1d1d1 solid;
    border-radius: 50%
}

.about .about-honor .slick-prev:before, .about .about-honor .slick-next:before {
    content: ""
}

.about .about-honor .slick-prev {
    left: 10%;
    background: url(../image/left-arrow-04_1.png) no-repeat center center
}

.about .about-honor .slick-prev:hover {
    border-color: #398dac;
    background: url(../image/left-arrow-05_1.png) no-repeat center center
}

.about .about-honor .slick-next {
    right: 10%;
    background: url(../image/right-arrow-04_1.png) no-repeat center center
}

.about .about-honor .slick-next:hover {
    border-color: #398dac;
    background: url(../image/right-arrow-05_1.png) no-repeat center center
}

.about .about-honor .slick-disabled.slick-prev {
    cursor: auto;
    background: url(../image/left-arrow-04_1.png) no-repeat center center
}

.about .about-honor .slick-disabled.slick-prev:hover {
    border-color: #d1d1d1;
    background: url(../image/left-arrow-04_1.png) no-repeat center center
}

.about .about-honor .slick-disabled.slick-next {
    cursor: auto;
    background: url(../image/right-arrow-04_1.png) no-repeat center center
}

.about .about-honor .slick-disabled.slick-next:hover {
    border-color: #d1d1d1;
    background: url(../image/right-arrow-04_1.png) no-repeat center center
}

@media (max-width: 992px) {
    .about .about-honor {
        font-size: 14px
    }

    .about .about-honor .text {
        padding-top: 80px;
        padding-left: 15px;
        padding-right: 15px
    }

    .about .about-honor .pic {
        padding-right: 10px
    }
}

@media (max-width: 767px) {
    .about .about-honor {
        height: auto;
        padding-bottom: 30px
    }

    .about .about-honor:before {
        width: 100%;
        height: 100%;
        background: #409ec0 url(../image/honor-bg-01_1.jpg) no-repeat right
    }

    .about .about-honor:after {
        display: none
    }

    .about .about-honor .text {
        width: 100%;
        line-height: 24px;
        padding-top: 30px
    }

    .about .about-honor .pics {
        width: 100%;
        padding-top: 30px
    }

    .about .about-honor .slick-prev {
        left: 0
    }

    .about .about-honor .slick-next {
        right: 0
    }
}

.social {
    background: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden
}

.social .title {
    color: #4a4a4a
}

.social .list {
    overflow: hidden;
    margin: 50px 0 0 0;
    padding-left: 90px;
    padding-right: 90px
}

.social li {
    width: 33.33333333%;
    float: left
}

.social li .box {
    max-width: 315px;
    margin: auto;
    background: #f6f6f6
}

.social li .pic {
    display: block;
    position: relative
}

.social li .pic:after {
    content: "";
    display: block;
    padding-top: 68.253%
}

.social li .text {
    padding: 25px 25px;
    font-size: 16px
}

.social li .bt {
    display: block;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 10px
}

.social li .time {
    font-size: 14px;
    color: #999
}

.social .slick-prev, .social .slick-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px #191919 solid
}

.social .slick-prev:before, .social .slick-next:before {
    content: ""
}

.social .slick-prev {
    left: 0;
    background: url(../image/left-arrow-02_1.png) no-repeat center center
}

.social .slick-prev:hover {
    border: 1px #2c86a7 solid;
    background: #2c86a7 url(../image/left-arrow-03_1.png) no-repeat center center
}

.social .slick-next {
    right: 0;
    background: url(../image/right-arrow-02_1.png) no-repeat center center
}

.social .slick-next:hover {
    border: 1px #2c86a7 solid;
    background: #2c86a7 url(../image/right-arrow-03_1.png) no-repeat center center
}

.social .slick-disabled.slick-prev {
    cursor: auto;
    background: url(../image/left-arrow-02_1.png) no-repeat center center
}

.social .slick-disabled.slick-prev:hover {
    border-color: #191919;
    background: url(../image/left-arrow-02_1.png) no-repeat center center
}

.social .slick-disabled.slick-next {
    cursor: auto;
    background: url(../image/right-arrow-02_1.png) no-repeat center center
}

.social .slick-disabled.slick-next:hover {
    border-color: #191919;
    background: url(../image/right-arrow-02_1.png) no-repeat center center
}

@media (max-width: 992px) {
    .social {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .social .title:after {
        margin-top: 10px
    }

    .social .list {
        margin-top: 30px;
        padding-left: 55px;
        padding-right: 55px
    }

    .social li .bt {
        font-size: 14px;
        line-height: 24px;
        height: 48px
    }

    .social li .time {
        font-size: 12px
    }

    .social .slick-prev, .social .slick-next {
        width: 30px;
        height: 30px;
        background: 0
    }

    .social .slick-prev:hover, .social .slick-next:hover {
        background: 0
    }

    .social .slick-prev:hover:before, .social .slick-next:hover:before {
        color: #2c86a7
    }

    .social .slick-prev:before, .social .slick-next:before {
        font-size: 20px;
        color: #000;
        font-family: simsun;
        opacity: 1
    }

    .social .slick-prev:before {
        content: "<"
    }

    .social .slick-next:before {
        content: ">"
    }

    .social .slick-disabled.slick-prev, .social .slick-disabled.slick-next {
        background: 0
    }

    .social .slick-disabled.slick-prev:hover, .social .slick-disabled.slick-next:hover {
        background: 0
    }
}

.single {
    padding-top: 50px
}

@media (max-width: 992px) {
    .single {
        padding-top: 40px
    }
}

@media (max-width: 767px) {
    .single {
        padding-top: 20px
    }
}

.inside-title {
    text-align: center;
    color: #333;
    position: relative
}

.inside-title:after {
    content: "";
    display: block;
    border-bottom: 2px #2c86a7 solid;
    width: 40px;
    margin: 5px auto 0 auto
}

.inside-title .cn {
    display: block;
    font-size: 36px
}

.inside-title .en {
    font-size: 18px;
    color: #b3b3b3;
    text-transform: uppercase;
    font-family: Aparajita;
    display: inline-block
}

@media (max-width: 767px) {
    .inside-title .cn {
        font-size: 24px
    }

    .inside-title .en {
        font-size: 14px
    }
}

.inside-title-02 {
    text-align: center;
    color: #333;
    position: relative
}

.inside-title-02 .cn {
    display: block;
    font-size: 30px
}

.inside-title-02 .en {
    font-size: 24px;
    color: #ccc;
    text-transform: uppercase;
    font-family: Aparajita;
    display: inline-block
}

@media (max-width: 767px) {
    .inside-title-02 .cn {
        font-size: 20px
    }

    .inside-title-02 .en {
        font-size: 14px
    }
}

.honor {
    padding-top: 50px;
    padding-bottom: 150px;
    overflow: hidden
}

.honor .picsText {
    padding: 0 13%
}

.honor .pics {
    width: 50%;
    max-width: 310px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    float: left
}

.honor .pic {
    display: block;
    position: relative
}

.honor .pic:before {
    content: "";
    display: block;
    padding-top: 143.5483871%
}

.honor .title {
    display: none
}

.honor .text {
    width: 50%;
    float: right;
    height: 480px;
    overflow: auto
}

.honor .text a {
    line-height: 38px;
    padding: 0 15px;
    margin-right: 10%;
    border: 1px #f5f5f9 solid;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.honor .text a:hover, .honor .text a.active {
    border: 1px #2c86a7 solid
}

.honor .tabArt {
    display: none
}

@media (max-width: 992px) {
    .honor {
        padding-top: 10px;
        padding-bottom: 30px
    }

    .honor .picsText {
        padding-left: 2%;
        padding-right: 2%
    }
}

@media (max-width: 767px) {
    .honor .pics {
        width: 100%;
        margin: auto;
        float: initial;
        box-shadow: none
    }

    .honor .pic {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
    }

    .honor .pic:before {
        padding-top: 0
    }

    .honor .pic .middleCenter {
        position: static
    }

    .honor .text {
        display: none
    }

    .honor .tabArt {
        display: block;
        margin-bottom: 10px
    }

    .honor .tabArt .title {
        display: block;
        text-align: center;
        padding: 10px 0
    }
}

.kyll {
    position: relative;
    width: 100%;
    max-width: 920px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 60px
}

.kyll img {
    vertical-align: middle
}

.kyll .text {
    position: absolute;
    bottom: -70px;
    left: -120px;
    width: 415px;
    height: 260px;
    background: url(../image/kyll-bg_1.png) right;
    color: #fff;
    line-height: 30px;
    padding: 80px 55px 0 55px
}

.kyll .text:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../image/yinhao_1.png) no-repeat;
    position: absolute;
    top: 30px;
    left: 40px
}

@media (max-width: 992px) {
    .kyll {
        margin-top: 40px
    }

    .kyll .text {
        left: 0;
        bottom: 0
    }
}

@media (max-width: 767px) {
    .kyll {
        margin-top: 20px
    }

    .kyll .text {
        line-height: 24px;
        width: 100%;
        height: auto;
        position: relative;
        background: #2c86a7;
        padding: 10px 10px
    }

    .kyll .text:before {
        content: "";
        display: none;
        font-size: 12px
    }
}

.liucheng {
    padding: 25px 0 25px 0;
    position: relative;
    z-index: 1
}

.liucheng:before {
    content: "";
    display: block;
    width: 10000px;
    height: 100%;
    background: #000;
    position: absolute;
    z-index: -1;
    right: -50%;
    top: 0
}

@media (max-width: 767px) {
    .liucheng {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 20px
    }
}

.news {
    padding-bottom: 80px
}

.news .list {
    margin: 0 0 50px 0;
    overflow: hidden
}

.news li {
    overflow: hidden;
    padding: 35px 0 35px 0
}

.news li:nth-child(even) {
    background: #fff
}

.news li .container {
    padding-left: 5%;
    padding-right: 5%
}

.news li .pic {
    display: block;
    width: 29.2%;
    border: 1px #ccc solid;
    position: relative;
    overflow: hidden;
    float: right
}

.news li .pic:after {
    content: "";
    display: block;
    padding-top: 42.1875%
}

.news li .pic img {
    -webkit-transition: all .5s;
    transition: all .5s
}

.news li .text {
    float: left;
    width: 65%
}

.news li .title-time {
    font-size: 16px;
    line-height: 30px
}

.news li .title {
    height: 30px;
    overflow: hidden;
    display: inline-block;
    max-width: 560px;
    vertical-align: middle
}

.news li .time {
    display: inline-block;
    height: 30px;
    float: right;
    color: #808080;
    vertical-align: middle
}

.news li .info {
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    color: #808080
}

.news li .more {
    display: inline-block;
    border: 1px #a7a7a7 solid;
    color: #000;
    min-width: 103px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    margin: 10px 0 0 0
}

.news li:hover {
    background: #2c86a7
}

.news li:hover .time {
    color: #fff
}

.news li:hover .title {
    color: #fff
}

.news li:hover .info {
    color: #fff
}

.news li:hover .more {
    color: #fff;
    border-color: #fff
}

.news li:hover .pic {
    border-color: #fff
}

.news li:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

@media (max-width: 992px) {
    .news li .info {
        font-size: 12px;
        line-height: 20px;
        height: 40px
    }
}

@media (max-width: 767px) {
    .news {
        padding-bottom: 30px
    }

    .news .list {
        margin-bottom: 30px
    }

    .news li {
        padding-left: 0;
        padding-right: 0
    }

    .news li .title-time {
        font-size: 12px
    }

    .news li .title {
        height: 40px;
        line-height: 20px
    }

    .news li .time {
        display: none
    }

    .news li .text {
        width: 50%;
        padding-right: 5px
    }

    .news li .pic {
        width: 50%
    }

    .news li .more {
        font-size: 12px;
        height: 22px;
        line-height: 20px;
        min-width: 80px
    }

    .news li .info {
        display: none
    }
}

.case {
    overflow: hidden;
    padding-top: 45px;
    padding-bottom: 45px
}

.case .home-title {
    text-align: center;
    color: #333;
    font-size: 36px;
    margin-bottom: 45px
}

.case ul, .case li {
    list-style: none
}

.case .list {
    margin: 0 -20px;
    overflow: hidden
}

.case li {
    width: 33.33333333%;
    float: left;
    margin-bottom: 25px;
    padding-bottom: 25px
}

.case li .box {
    margin: 0 20px;
    position: relative
}

.case li .box:before {
    position: absolute;
    bottom: -10px;
    content: "";
    display: block;
    clear: both;
    height: 1px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.case li .box:after {
    width: 0;
    background-color: #2c86a7;
    z-index: 1
}

.case li .pic {
    display: block;
    margin-bottom: 5px;
    position: relative
}

.case li .pic:after {
    content: "";
    display: block;
    padding-top: 62.5%
}

.case li .title {
    display: inline-block;
    width: 100%;
    height: 56px;
    line-height: 28px;
    overflow: hidden;
    color: #000;
    font-size: 18px;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-top: 10px
}

.case li .info {
    color: #8b8d92;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
    margin: 10px 0 20px 0
}

.case li .more {
    display: inline-block;
    min-width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 10px;
    background: #2c86a7;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.case li:hover .box:before {
    width: 0
}

.case li:hover .box:after {
    width: 100%
}

.case li:hover .title {
    color: #2c86a7;
    padding-left: 10px
}

.case li:hover .more {
    background: #27acdc
}

.case .page a {
    margin: 0 4px
}

@media (max-width: 992px) {
    .case {
        padding-top: 40px
    }

    .case .home-title {
        font-size: 24px;
        margin-bottom: 30px
    }

    .case .list {
        margin-left: -10px;
        margin-right: -10px
    }

    .case li {
        margin-bottom: 10px
    }

    .case li .box {
        margin-left: 10px;
        margin-right: 10px
    }

    .case li .title {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
        margin-top: 0
    }

    .case li .info {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 20px;
        height: 40px
    }

    .case li .more {
        line-height: 30px;
        height: 30px;
        min-width: 100px
    }
}

@media (max-width: 767px) {
    .case li {
        width: 100%;
        border-bottom: 1px #f4f4f4 solid
    }

    .case li:last-child {
        border: 0
    }

    .case li .title {
        max-height: 40px;
        height: auto
    }

    .case li .info {
        max-height: 40px;
        height: auto
    }

    .case li .more {
        font-size: 14px
    }
}

.news-show {
    padding-bottom: 50px;
    line-height: 32px;
    overflow: hidden
}

.news-show .title {
    font-weight: normal;
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
    padding: 10px 0;
    color: #4a4a4a
}

.news-show .info {
    text-align: center;
    font-size: 13px;
    color: #9f9f9f;
    background: #ebebeb;
    line-height: 22px;
    padding: 5px 0;
    margin: 20px 0 0 0
}

.news-show .info .source, .news-show .info .time {
    display: inline-block;
    margin: 0 10px
}

.news-show .nr {
    color: #545454;
    font-size: 16px;
    margin: 30px 20px 50px 20px
}

@media (max-width: 767px) {
    .news-show {
        padding-bottom: 30px
    }

    .news-show .title {
        font-size: 18px
    }

    .news-show .info {
        margin-top: 10px
    }

    .news-show .nr {
        font-size: 14px;
        line-height: 24px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.prev-next-return {
    text-align: center;
    position: relative;
    padding: 0 175px 0 0
}

.prev-next-return a {
    color: #fff;
    display: inline-block;
    max-width: 300px;
    height: 30px;
    line-height: 37px;
    overflow: hidden;
    vertical-align: top
}

.prev-next-return .prev, .prev-next-return .next {
    width: 50%;
    border-right: 2px #fff solid;
    height: 36px;
    line-height: 36px;
    color: #434343;
    background: #ccc;
    float: left;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all .5s;
    transition: all .5s;
    overflow: hidden
}

.prev-next-return .prev:hover, .prev-next-return .next:hover {
    background: #505050;
    color: #fff;
    text-decoration: underline
}

.prev-next-return .return {
    position: absolute;
    right: 0;
    float: right;
    display: inline-block;
    width: 175px;
    background: #2c86a7;
    color: #fff;
    height: 36px;
    line-height: 36px;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s
}

.prev-next-return .return:hover {
    background: #28b0f5
}

@media (max-width: 767px) {
    .prev-next-return {
        padding-right: 0
    }

    .prev-next-return .prev {
        width: 100%;
        margin-bottom: 5px
    }

    .prev-next-return .next {
        width: 100%;
        margin-bottom: 5px
    }

    .prev-next-return .return {
        position: relative;
        width: 100%;
        max-width: initial
    }
}

.video {
    background: #2c86a7;
    min-height: 300px;
    color: #fff
}

.video .container {
    padding-top: 130px;
    padding-bottom: 130px;
    min-height: 520px;
    background: url(../image/video-bg_1.png) no-repeat 420px 0
}

.video .tab {
    position: relative;
    overflow: hidden
}

.video .title {
    font-size: 36px;
    line-height: 35px
}

.video .title img {
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 3px
}

.video .text {
    width: 40%;
    float: left;
    max-height: 280px;
    overflow: auto
}

.video .info {
    font-size: 18px;
    line-height: 35px;
    margin-top: 35px
}

.video .playVideo {
    width: 60%;
    float: right;
    position: relative
}

.video .playVideo {
    float: right;
    background: #000;
    width: 100%;
    height: auto;
    display: block;
    max-width: 630px;
    position: relative
}

.video .playVideo a:before {
    content: "";
    display: block;
    padding-top: 61.904%
}

.video .playVideo a img {
    opacity: .3;
    vertical-align: middle;
    -webkit-transition: all .5s;
    transition: all .5s
}

.video .playVideo a .play {
    width: 65px;
    height: 65px;
    opacity: 1
}

.video .playVideo a:hover img {
    opacity: 1
}

.video .playVideo a:hover .play {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.video .tabBtn {
    position: absolute;
    bottom: 0;
    width: 40%
}

.video .tabBtn a {
    display: inline-block;
    float: left;
    width: 111px;
    height: 71px;
    position: relative;
    background: #000;
    border: 3px #fff solid;
    margin-right: 20px;
    margin-bottom: 20px
}

.video .tabBtn a img {
    opacity: .5;
    -webkit-transition: all .5s;
    transition: all .5s
}

.video .tabBtn a .play {
    width: 25px;
    height: 25px;
    opacity: 1
}

.video .tabBtn a:hover img {
    opacity: 1
}

.video .tabBtn a:hover .play {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.video .tabBtn a:hover img, .video .tabBtn a.active img {
    opacity: 1
}

.video .tabSec {
    width: 100%;
    overflow: hidden
}

.video .tabArt {
    display: none
}

@media (max-width: 1199px) {
    .video .text {
        width: 50%;
        padding-right: 10px
    }

    .video .title {
        font-size: 30px
    }

    .video .title img {
        max-height: 40px
    }

    .video .info {
        font-size: 14px
    }

    .video .playVideo {
        width: 50%
    }

    .video .tabBtn {
        width: 50%
    }
}

@media (max-width: 992px) {
    .video .tabBtn {
        display: none
    }

    .video .tabArt {
        display: block;
        margin-bottom: 30px;
        overflow: hidden
    }

    .video .text {
        width: 100%;
        max-width: 640px;
        margin: auto;
        float: initial;
        max-height: initial
    }

    .video .container {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .video .title {
        font-size: 24px
    }

    .video .title img {
        max-width: 30px
    }

    .video .info {
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 24px
    }

    .video .playVideo {
        width: 100%;
        text-align: center
    }

    .video .playVideo a {
        float: initial;
        margin: auto
    }
}

@media (max-width: 767px) {
    .video .title {
        font-size: 16px
    }

    .video .title img {
        max-width: 20px
    }

    .video .info {
        font-size: 12px;
        margin-top: 0
    }
}

.job {
    padding: 60px 0
}

.job .title {
    text-align: center;
    color: #333;
    position: relative
}

.job .title .cn {
    display: block;
    font-size: 30px
}

.job .title .en {
    font-size: 24px;
    color: #b3b3b3;
    text-transform: uppercase;
    font-family: Aparajita;
    display: inline-block
}

.job .rcll {
    font-size: 16px;
    line-height: 34px
}

.job .rcll .title {
    margin-bottom: 30px;
    line-height: 1.2
}

.job .rczhp {
    padding: 65px 0 0 0
}

.job .rczhp .title {
    background: url(../image/job-bg_1.jpg) fixed center top;
    height: 240px;
    padding-top: 80px
}

.job .rczhp .title .cn {
    color: #fff
}

.job .rczhp .title .en {
    color: #ccc
}

.job .jobList {
    max-width: 1070px;
    padding-top: 80px;
    padding-bottom: 30px;
    overflow: hidden
}

.job .jobList .list {
    overflow: hidden;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px
}

.job .jobList li {
    width: 50%;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px
}

.job .jobList .box {
    display: block;
    margin: 0 15px;
    min-height: 100px;
    background: #2c86a7;
    position: relative;
    z-index: 0
}

.job .jobList .box:after {
    content: "";
    display: block;
    width: 503px;
    height: 136px;
    background: url(../image/joblist-bg_1.png) no-repeat right bottom;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.job .jobList .box a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    background: #2c86a7;
    color: #acc8d6;
    font-size: 12px;
    line-height: 26px;
    padding: 15px 15px;
    overflow: hidden;
    -webkit-transition: background .1s;
    transition: background .1s
}

.job .jobList .box a .bt {
    font-size: 18px;
    display: block;
    color: #fff
}

.job .jobList .box a em {
    display: inline-block;
    font-style: normal;
    float: left;
    position: relative;
    padding-right: 20px
}

.job .jobList .box a .age:before {
    content: "|";
    margin-right: 20px
}

.job .jobList .box a .address:before {
    content: "|";
    margin-right: 20px
}

.job .jobList .box a:hover {
    background: #fff;
    color: #999
}

.job .jobList .box a:hover .bt {
    color: #333
}

@media (max-width: 992px) {
    .job {
        padding-top: 30px
    }

    .job .rcll {
        font-size: 14px;
        line-height: 24px;
        padding-top: 30px
    }

    .job .rcll .title {
        margin-bottom: 20px
    }

    .job .rcll .title .cn {
        font-size: 20px
    }

    .job .rcll .title .en {
        font-size: 20px
    }

    .job .rczhp {
        padding-top: 30px
    }

    .job .rczhp .title {
        margin-bottom: 20px;
        height: 180px;
        padding-top: 60px
    }

    .job .rczhp .title .cn {
        font-size: 20px
    }

    .job .rczhp .title .en {
        font-size: 20px
    }

    .job .jobList {
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px;
        padding-bottom: 0
    }

    .job .jobList li {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .job .jobList .box {
        margin-left: 10px;
        margin-right: 10px
    }
}

@media (max-width: 767px) {
    .job .jobList li {
        width: 100%
    }

    .job .jobList li .info {
        display: block
    }
}

@media (max-width: 414px) {
    .job {
        padding-top: 0
    }

    .job .rcll {
        font-size: 14px;
        line-height: 24px;
        padding-top: 20px
    }

    .job .rcll .title {
        margin-bottom: 10px
    }

    .job .rczhp .title {
        height: 120px;
        padding-top: 30px
    }

    .job .jobList .list {
        padding-left: 15px;
        padding-right: 15px
    }

    .job .jobList .box {
        margin-left: 0;
        margin-right: 0
    }
}

.job-show {
    color: #666;
    padding-top: 60px
}

.job-show .title {
    text-align: center;
    color: #333;
    position: relative;
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 40px
}

.job-show .list {
    background: #f8f8f8;
    overflow: hidden;
    padding: 20px 20px
}

.job-show .list li {
    float: left;
    width: 33.33333333%;
    line-height: 32px
}

.job-show .list em {
    font-style: normal;
    display: inline-block;
    width: 74px;
    text-align: left;
    color: #999;
    height: 32px;
    line-height: 32px;
    vertical-align: middle
}

.job-show .list span {
    display: inline-block;
    width: 160px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    vertical-align: middle
}

.job-show .p-01 {
    font-size: 18px;
    padding: 10px 0
}

.job-show .nr {
    border: 1px #dfdfdf solid;
    padding: 12px;
    margin-bottom: 40px
}

.job-show .box {
    line-height: 26px;
    padding: 10px 20px
}

.job-show .div-01 {
    border-bottom: 1px #ebebeb solid;
    padding: 10px 0 20px 0;
    margin: 0 0 10px 0
}

@media (max-width: 992px) {
    .job-show {
        padding-top: 20px
    }

    .job-show .title {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 20px
    }

    .job-show .nr {
        padding: 0
    }

    .job-show .list {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px
    }

    .job-show .list li {
        width: 100%
    }

    .job-show .list li span {
        width: auto
    }

    .job-show .box {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px
    }
}

.product-menu {
    background: #2c86a7;
    line-height: 42px;
    color: #afdbeb;
    font-size: 16px;
    text-align: center
}

.product-menu a {
    color: #afdbeb;
    display: inline-block;
    padding: 0 30px
}

.product-menu a:hover, .product-menu a.cur {
    background: #3d98ba;
    color: #fff
}

@media (max-width: 992px) {
    .product-menu {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    .product-menu {
        font-size: 12px;
        background: 0;
        margin-top: 10px
    }

    .product-menu .container {
        padding-left: 0;
        padding-right: 0
    }

    .product-menu a {
        background: #2c86a7;
        float: left;
        min-width: 80px;
        padding: 0 10px;
        margin: 2px;
        line-height: 30px
    }
}

.product-category {
    text-align: center;
    position: relative;
    height: 850px;
    width: 100%;
    margin: 30px auto 0 auto
}

.product-category .product-banner {
    text-align: center;
    height: 100%;
    position: relative
}

.product-category .product-banner:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    margin-left: -5px
}

.product-category .product-banner .bg {
    display: block;
    width: 100%;
    height: 100%
}

.product-category .product-banner .pics {
    position: absolute;
    width: 1600px;
    left: 50%;
    margin-left: -800px;
    height: 100%;
    top: 0;
    text-align: center
}

.product-category .product-banner .pics .list {
    display: block;
    width: 100%;
    max-width: 1260px;
    position: relative;
    height: 100%;
    margin: auto
}

.product-category .product-banner .pic-01 {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 175px
}

.product-category .product-banner .pic-02 {
    position: absolute;
    z-index: 1;
    top: 235px;
    left: 175px
}

.product-category .product-banner .pic-03 {
    position: absolute;
    z-index: 1;
    top: 460px;
    left: 175px
}

.product-category .product-banner .pic-04 {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 155px
}

.product-category .product-banner .pic-05 {
    position: absolute;
    z-index: 1;
    top: 498px;
    right: 155px
}

.product-category .product-banner .pic-06 {
    width: 400px;
    height: 850px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    margin-left: -200px
}

.product-category .product-banner .pic-07 {
    width: 400px;
    height: 261px;
    position: absolute;
    z-index: 2;
    top: 219px;
    right: 83px
}

.product-category .product-banner .pic-08 {
    position: absolute;
    z-index: 2;
    top: 680px;
    right: 80px
}

.product-category .product-banner .pic-10 {
    position: absolute;
    z-index: 2;
    top: 670px;
    right: 145px
}

.product-category .product-banner .pic-09 {
    position: absolute;
    z-index: 1;
    top: 650px;
    left: 70px
}

.product-category .product-banner.s2 .pic-01 {
    top: 55px
}

.product-category .product-banner.s2 .pic-02 {
    left: 70px;
    top: 275px
}

.product-category .product-banner.s2 .pic-03 {
    left: 195px;
    top: 530px
}

.product-category .product-banner.s2 .pic-05 {
    top: 600px
}

.product-category .product-banner.s2 .pic-04 {
    top: 140px;
    right: 15px
}

.product-category .product-banner.s2 .pic-07 {
    top: 355px;
    right: 160px
}

.product-category .product-banner.s3 .pic-01 {
    top: 185px;
    left: 100px
}

.product-category .product-banner.s3 .pic-02 {
    left: 60px;
    top: 240px;
    z-index: 4
}

.product-category .product-banner.s3 .pic-03 {
    left: 0;
    top: 400px
}

.product-category .product-banner.s3 .pic-05 {
    top: 225px
}

.product-category .product-banner.s3 .pic-06 {
    width: 476px;
    margin-left: -238px
}

.product-category .product-banner.s3 .pic-04 {
    top: 70px;
    right: 140px
}

.product-category .product-banner.s3 .pic-07 {
    top: 370px;
    right: 60px
}

.product-category .product-banner.s4 .pic-01 {
    top: 60px;
    left: 135px
}

.product-category .product-banner.s4 .pic-02 {
    left: 60px;
    top: 300px
}

.product-category .product-banner.s4 .pic-05 {
    top: 340px;
    right: 190px
}

.product-category .product-banner.s4 .pic-06 {
    width: 267px;
    margin-left: -133px
}

.product-category .product-banner.s4 .pic-04 {
    top: 135px;
    right: 185px
}

.product-category .product-banner.s4 .pic-07 {
    top: 515px;
    right: 190px
}

.product-category .product-banner.s5 .pic-01 {
    top: 40px;
    left: 165px
}

.product-category .product-banner.s5 .pic-02 {
    left: 60px;
    top: 295px;
    z-index: 4
}

.product-category .product-banner.s5 .pic-03 {
    left: 0;
    top: 400px
}

.product-category .product-banner.s5 .pic-05 {
    right: 125px;
    top: 125px
}

.product-category .product-banner.s5 .pic-06 {
    width: 280px;
    margin-left: -140px
}

.product-category .product-banner.s5 .pic-04 {
    top: 65px;
    right: 275px
}

.product-category .product-banner.s5 .pic-07 {
    top: 340px;
    right: 160px
}

.product-category .product-banner.s5 .pic-08 {
    top: 545px;
    right: 180px
}

.product-category .product-banner.s6 .pic-01 {
    top: 0;
    left: 140px
}

.product-category .product-banner.s6 .pic-02 {
    left: 135px;
    top: 165px
}

.product-category .product-banner.s6 .pic-03 {
    left: 0;
    top: 400px
}

.product-category .product-banner.s6 .pic-05 {
    top: 250px
}

.product-category .product-banner.s6 .pic-06 {
    width: 367px;
    margin-left: -183px
}

.product-category .product-banner.s6 .pic-04 {
    top: 40px;
    right: 140px
}

.product-category .product-banner.s6 .pic-07 {
    top: 375px;
    right: 160px
}

.product-category .product-banner.s6 .pic-08 {
    top: 600px;
    right: 180px
}

.product-category .product-banner.s7 .pic-03 {
    left: 0;
    top: 400px
}

.product-category .product-banner.s7 .pic-06 {
    width: 534px;
    margin-left: -267px
}

.product-category .product-banner.s8 .pic-01 {
    top: 65px;
    left: 155px;
    z-index: 4
}

.product-category .product-banner.s8 .pic-02 {
    left: 135px;
    top: 205px
}

.product-category .product-banner.s8 .pic-03 {
    left: 0;
    top: 400px
}

.product-category .product-banner.s8 .pic-05 {
    top: 215px;
    right: 150px
}

.product-category .product-banner.s8 .pic-06 {
    width: 510px;
    margin-left: -255px
}

.product-category .product-banner.s8 .pic-04 {
    right: 185px;
    z-index: 4;
    top: 40px
}

.product-category .product-banner.s8 .pic-07 {
    top: 570px;
    right: 70px
}

.product-category .product-banner.s9 .pic-01 {
    top: 65px;
    left: 210px;
    z-index: 4
}

.product-category .product-banner.s9 .pic-02 {
    left: 205px;
    top: 240px;
    z-index: 4
}

.product-category .product-banner.s9 .pic-03 {
    left: 225px;
    top: 440px
}

.product-category .product-banner.s9 .pic-05 {
    top: 115px;
    right: 230px
}

.product-category .product-banner.s9 .pic-06 {
    width: 314px;
    margin-left: -157px
}

.product-category .product-banner.s9 .pic-04 {
    right: 200px;
    z-index: 4;
    top: 0
}

.product-category .product-banner.s9 .pic-07 {
    top: 300px;
    right: 140px
}

.product-category .product-banner.s9 .pic-08 {
    top: 420px;
    right: 60px
}

.product-category .product-banner.s10 .pic-03 {
    left: -120px;
    top: 200px
}

.product-category .product-banner.s10 .pic-06 {
    width: 810px;
    margin-left: -405px
}

.product-category .phoneProduct-banner {
    display: none;
    text-align: center
}

.product-category .category {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    font-size: 16px;
    height: 100%;
    padding-top: 50px;
    width: 250px
}

.product-category .category:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 120px;
    top: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: all .5s;
    transition: all .5s
}

.product-category .category li {
    margin: 20px 0;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s
}

.product-category .category li:before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 116px
}

.product-category .category li:after {
    content: "";
    width: 19px;
    height: 19px;
    display: none \9;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background: transparent;
    border: 1px #fff solid;
    border: 1px rgba(255, 255, 255, 0.5) solid;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 111px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.product-category .category a {
    display: block;
    overflow: hidden;
    color: #fff
}

.product-category .category a .pic {
    display: none;
    width: 100px;
    height: 50px;
    float: left;
    left: 0;
    top: 50%;
    margin-top: -25px;
    position: absolute
}

.product-category .category a .pic:before {
    content: "";
    display: block;
    padding-top: 50%
}

.product-category .category a .pic:after {
    content: "";
    display: block;
    width: 105px;
    height: 50px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: url(../image/product-bg_1.png) no-repeat
}

.product-category .category a .title {
    display: block;
    width: 130px;
    float: right;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    padding-left: 25px;
    position: relative
}

.product-category .category a.cur {
    font-weight: bold
}

.product-category .category a.cur .pic {
    display: block
}

.product-category .category a.cur .pic:after {
    display: block
}

.product-category .category li:hover, .product-category .category li.cur {
    font-weight: bold
}

.product-category .category li:hover:after, .product-category .category li.cur:after {
    display: block \9;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.product-category .category li:hover .pic, .product-category .category li.cur .pic {
    display: block
}

@media (max-width: 1239px) {
    .product-category {
        height: auto;
        margin-top: 15px
    }

    .product-category .phoneProduct-banner {
        display: block
    }

    .product-category .product-banner .bg {
        display: none
    }

    .product-category .pics {
        display: none
    }

    .product-category .category {
        position: relative;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden
    }

    .product-category .category li {
        display: inline-block;
        text-align: center;
        float: left;
        margin-top: 0;
        margin-bottom: 0
    }

    .product-category .category li .box {
        margin: 2px
    }

    .product-category .category li.cur .pic {
        display: none
    }

    .product-category .category li:after {
        display: none
    }

    .product-category .category li:before {
        display: none
    }

    .product-category .category a {
        color: #333;
        background: #efefef;
        min-width: 78px;
        padding: 0 10px
    }

    .product-category .category a .pic {
        display: none
    }

    .product-category .category a .title {
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        padding: 5px;
        font-size: 14px;
        text-align: center
    }

    .product-category .category a:hover .pic {
        display: none
    }
}

@media (max-width: 767px) {
    .product-category .category {
        padding-left: 0;
        padding-right: 0
    }

    .product-category .category a .title {
        font-size: 12px
    }
}

.product {
    padding-top: 52px;
    background: #fff
}

.product img {
    vertical-align: middle
}

@media (max-width: 992px) {
    .product {
        padding-top: 20px
    }
}

@media (max-width: 767px) {
    .product {
        padding-top: 10px
    }
}

.product-list {
    overflow: hidden;
    text-align: center;
    padding: 47px 0 38px 0
}

.product-list .list {
    font-size: 0;
    height: 110px;
    overflow: hidden;
    text-align: center;
    padding: 0 40px
}

.product-list li {
    display: inline-block;
    width: 140px;
    margin: 0 10px;
    text-align: center
}

.product-list {
    position: relative
}

.product-list .slick-prev {
    top: 45px;
    width: 32px;
    height: 90px;
    left: 0;
    background: url(../image/left_1.png) no-repeat center center !important
}

.product-list .slick-prev:hover {
    background: url(../image/lefth_1.png) no-repeat center center !important
}

.product-list .slick-next {
    top: 45px;
    width: 32px;
    bottom: auto;
    height: 90px;
    right: 0;
    background: url(../image/right_1.png) no-repeat center center !important
}

.product-list .slick-next:hover {
    background: url(../image/righth_1.png) no-repeat center center !important
}

.product-list .slick-prev:before, .product-list .slick-next:before {
    content: ''
}

.product-list .box {
    display: block;
    position: relative
}

.product-list .pic {
    display: block;
    max-width: 140px;
    position: relative;
    margin: 0 auto
}

.product-list .pic:before {
    content: "";
    display: block;
    padding-top: 50%
}

.product-list .pic:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 3px #fff solid;
    -webkit-transition: all .3s;
    transition: all .3s
}

.product-list em {
    font-style: normal;
    font-size: 16px;
    color: #666;
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden
}

.product-list .box:hover .pic:after, .product-list .box.cur .pic:after {
    border-color: #2c86a7
}

.product-list .box:hover em, .product-list .box.cur em {
    color: #2c86a7
}

.contact {
    padding: 40px 0 110px 0;
    font-size: 16px;
    line-height: 30px
}

.contact .title-01 {
    text-align: center;
    color: #333;
    position: relative
}

.contact .title-01:after {
    content: "";
    display: block;
    border-bottom: 1px #000 solid;
    width: 40px;
    margin: 10px auto 0 auto
}

.contact .title-01 .cn {
    display: block;
    font-size: 21px;
    line-height: 1
}

.contact .title-01 .en {
    font-size: 60px;
    line-height: 1;
    color: #2c86a7;
    text-transform: uppercase;
    font-family: Helvetica Neue
}

.contact .title-02 {
    text-align: center;
    color: #2c86a7;
    position: relative;
    margin-bottom: 15px
}

.contact .title-02 .cn {
    display: block;
    font-size: 22px;
    line-height: 1;
    margin: 0 0 5px 0
}

.contact .title-02 .en {
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
    font-family: arial
}

.contact .list {
    text-align: center;
    padding-top: 40px
}

.contact .view {
    display: inline-block;
    background: #2c86a7;
    color: #fff;
    min-width: 150px;
    line-height: 33px;
    text-align: center;
    padding: 0 10px;
    margin: 25px 0 0 0
}

.contact .view img {
    max-width: 25px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px
}

.contact img {
    display: inline-block
}

.contact .list {
    margin: 40px 10px 0 10px;
    padding: 0 50px
}

.contact .slick-prev, .contact .slick-next {
    width: 40px;
    height: 40px;
    background-color: #2c86a7
}

.contact .slick-prev:before, .contact .slick-next:before {
    content: ""
}

.contact .slick-prev.slick-prev, .contact .slick-next.slick-prev {
    left: 0;
    background: #2c86a7 url(../image/left-arrow_1.png) no-repeat center center
}

.contact .slick-prev.slick-prev:hover, .contact .slick-next.slick-prev:hover {
    background: #27acdc url(../image/left-arrow_1.png) no-repeat center center
}

.contact .slick-prev.slick-next, .contact .slick-next.slick-next {
    right: 0;
    background: #2c86a7 url(../image/right-arrow_1.png) no-repeat center center
}

.contact .slick-prev.slick-next:hover, .contact .slick-next.slick-next:hover {
    background: #27acdc url(../image/right-arrow_1.png) no-repeat center center
}

.contact .slick-disabled.slick-prev {
    cursor: auto;
    background: #ccc url(../image/left-arrow_1.png) no-repeat center center
}

.contact .slick-disabled.slick-prev:hover {
    background: #ccc url(../image/left-arrow_1.png) no-repeat center center
}

.contact .slick-disabled.slick-next {
    cursor: auto;
    background: #ccc url(../image/right-arrow_1.png) no-repeat center center
}

.contact .slick-disabled.slick-next:hover {
    background: #ccc url(../image/right-arrow_1.png) no-repeat
}

.contact .slick-dots {
    bottom: -30px
}

.contact .slick-dots li {
    margin: auto
}

.contact .slick-dots li button {
    padding: 0
}

.contact .slick-dots li button:before {
    content: "";
    background: #2c86a7;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 6px
}

@media (max-width: 992px) {
    .contact {
        padding-top: 0;
        padding-bottom: 50px
    }

    .contact .title-01 .en {
        font-size: 40px
    }

    .contact .title-01 .cn {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .contact .title-01 .en {
        font-size: 28px
    }

    .contact .title-01 .cn {
        font-size: 16px
    }

    .contact .title-02 .en {
        font-size: 18px
    }

    .contact .title-02 .cn {
        font-size: 18px
    }

    .contact .list {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }

    .contact .info {
        font-size: 14px
    }

    .contact .slick-prev, .contact .slick-next {
        width: 30px;
        height: 30px
    }

    .contact .slick-prev {
        left: 0
    }

    .contact .slick-next {
        right: 0
    }
}

.map {
    width: 90%;
    margin: 0 auto
}

.map img {
    margin-left: 20px
}

.map dl {
    border: #d6dbe1 solid 1px;
    border-top: #2c86a7 solid 2px;
    border-bottom: 0;
    margin: 20px 0 20px 0
}

.map dl dt {
    background: #fcfcfc;
    font-size: 16px;
    line-height: 40px;
    border-bottom: #d6dbe1 solid 1px;
    padding: 0 0 0 20px
}

.map dl dt a:hover {
    color: #2c86a7
}

.map dl:hover {
    background: #f5f8fa
}

.map dd {
    overflow: hidden;
    padding-top: 10px
}

.map dd .first {
    padding: 10px 0 0 20px;
    clear: both;
    line-height: 30px
}

.map dd .first a {
    color: #2c86a7;
    font-weight: bold
}

.map dd .first a:hover {
    color: #764b00
}

.map dd div {
    clear: both;
    overflow: hidden;
    line-height: 30px;
    border-bottom: #d6dbe1 solid 1px;
    padding: 0 20px 10px 10px
}

.map dd div a {
    color: #333;
    float: left;
    padding: 0 10px 0 10px
}

.map dd div a:hover {
    background: #2c86a7;
    color: #fff
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    background: #d5d5d5
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: #28b0f5
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #2c86a7
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 0
}

.mCSB_scrollTools {
    opacity: 1
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: #28b0f5
}

.liucheng {
    position: relative;
    height: 800px;
    width: 100%;
    max-width: 1260px
}

.liucheng .phonePic {
    display: none
}

@media (max-width: 1259px) {
    .liucheng {
        height: auto;
        margin-top: 0
    }

    .liucheng .pics {
        display: none
    }

    .liucheng .phonePic {
        display: block;
        width: 100%
    }
}

.liucheng .block-1 {
    left: 0;
    top: 45px;
    width: 100%;
    color: #2ea7d3;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    line-height: 1
}

.liucheng .block-2 {
    position: absolute;
    left: 0;
    top: 210px
}

.liucheng .block-3 {
    position: absolute;
    left: 80px;
    top: 224px
}

.liucheng .block-4 {
    z-index: 2;
    position: absolute;
    left: 174px;
    top: 150px
}

.liucheng .block-5 {
    position: absolute;
    left: 254px;
    top: 194px
}

.liucheng .block-6 {
    position: absolute;
    left: 356px;
    top: 225px
}

.liucheng .block-7 {
    position: absolute;
    left: 422px;
    top: 198px
}

.liucheng .block-8 {
    z-index: 2;
    position: absolute;
    left: 510px;
    top: 223px
}

.liucheng .block-9 {
    width: 194px;
    height: 194px;
    position: absolute;
    left: 572px;
    top: 150px
}

.liucheng .block-9 .icos {
    position: absolute;
    left: 0;
    top: 0
}

.liucheng .block-9 .icos.icos-1 {
    -webkit-animation: rotateLoop 10s linear infinite;
    animation: rotateLoop 10s linear infinite
}

.liucheng .block-9 .icos.icos-2 {
    -webkit-animation: rotateLoop 9s linear infinite;
    animation: rotateLoop 9s linear infinite
}

.liucheng .block-9 .icos.icos-3 {
    -webkit-animation: rotateLoop 8s linear infinite;
    animation: rotateLoop 8s linear infinite
}

.liucheng .block-9 .icos.icos-4 {
    -webkit-animation: rotateLoop 7s linear infinite;
    animation: rotateLoop 7s linear infinite
}

.liucheng .block-9 .icos.icos-5 {
    -webkit-animation: rotateLoop 6s linear infinite;
    animation: rotateLoop 6s linear infinite
}

.liucheng .block-9 .icos.icos-6 {
    -webkit-animation: rotateLoop 5s linear infinite;
    animation: rotateLoop 5s linear infinite
}

.liucheng .block-10 {
    z-index: 2;
    position: absolute;
    left: 760px;
    top: 223px
}

.liucheng .block-11 {
    position: absolute;
    left: 880px;
    top: 226px
}

.liucheng .block-12 {
    z-index: 2;
    position: absolute;
    right: 232px;
    top: 239px
}

.liucheng .block-13 {
    position: absolute;
    right: 172px;
    top: 207px;
    width: 64px;
    height: 79px
}

.liucheng .block-13 .icos {
    position: absolute
}

.liucheng .block-13 .icos.icos-1 {
    left: 0;
    top: 0
}

.liucheng .block-13 .icos.icos-2 {
    max-width: none;
    left: -18px;
    top: -60px
}

.liucheng .block-13 .rounds {
    width: 54px;
    height: 54px;
    top: -75px;
    border-radius: 50%;
    position: absolute
}

.liucheng .block-13 .rounds:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid transparent;
    border-top-color: #eb6c13;
    border-bottom-color: #eb6c13;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: rotateLoop 4s linear infinite;
    animation: rotateLoop 4s linear infinite
}

.liucheng .block-13 .rounds.rounds-1 {
    left: -40px
}

.liucheng .block-13 .rounds.rounds-2 {
    right: -40px
}

.liucheng .block-14 {
    position: absolute;
    right: 78px;
    top: 239px
}

.liucheng .block-15 {
    position: absolute;
    right: 6px;
    top: 228px
}

.liucheng .block-16 {
    position: absolute;
    left: 58px;
    top: 100px
}

.liucheng .block-colors-lines {
    width: 584px;
    height: 24px;
    position: absolute;
    left: 378px;
    top: 335px;
    background: url(../image/banner1-colors-lines_1.png) no-repeat center
}

.liucheng .block-colors {
    width: 725px;
    height: 136px;
    position: absolute;
    left: 310px;
    top: 350px
}

.liucheng .block-colors .colors {
    width: 136px;
    height: 136px;
    z-index: 3;
    position: absolute;
    top: 0
}

.liucheng .block-colors .colors:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border-radius: 50%;
    opacity: .35;
    -webkit-animation: bgOpcity 5s ease-in infinite;
    animation: bgOpcity 5s ease-in infinite
}

.liucheng .block-colors .colors:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(404.png) no-repeat center;
    -webkit-animation: rotateLoop 8s linear infinite;
    animation: rotateLoop 8s linear infinite
}

.liucheng .block-colors .colors .ico {
    -webkit-animation: colorsScale 3s ease infinite;
    animation: colorsScale 3s ease infinite;
    width: 66px;
    height: 66px;
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.liucheng .block-colors .colors .arrow {
    position: absolute;
    top: 8px;
    left: 50%;
    margin-left: -5.5px;
    width: 11px;
    height: 13px;
    background: url(404.png) no-repeat content-box
}

.liucheng .block-colors .colors-1 {
    left: 0
}

.liucheng .block-colors .colors-1:before {
    background-color: #c62b49;
    -webkit-animation-duration: 6s;
    animation-duration: 6s
}

.liucheng .block-colors .colors-1 .ico {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.liucheng .block-colors .colors-2 {
    left: 100px
}

.liucheng .block-colors .colors-2:before {
    background-color: #a72c24;
    -webkit-animation-duration: 7s;
    animation-duration: 7s
}

.liucheng .block-colors .colors-2 .ico {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

.liucheng .block-colors .colors-3 {
    left: 200px
}

.liucheng .block-colors .colors-3:before {
    background-color: #743788;
    -webkit-animation-duration: 8s;
    animation-duration: 8s
}

.liucheng .block-colors .colors-3 .ico {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

.liucheng .block-colors .colors-4 {
    right: 200px
}

.liucheng .block-colors .colors-4:before {
    background-color: #5f9034;
    -webkit-animation-duration: 9s;
    animation-duration: 9s
}

.liucheng .block-colors .colors-4 .ico {
    -webkit-animation-duration: 4s;
    animation-duration: 4s
}

.liucheng .block-colors .colors-5 {
    z-index: 2;
    right: 100px
}

.liucheng .block-colors .colors-5:before {
    background-color: #1f7397;
    -webkit-animation-duration: 10s;
    animation-duration: 10s
}

.liucheng .block-colors .colors-5 .ico {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.liucheng .block-colors .colors-6 {
    z-index: 1;
    right: 0
}

.liucheng .block-colors .colors-6:before {
    background-color: #642875;
    -webkit-animation-duration: 11s;
    animation-duration: 11s
}

.liucheng .block-colors .colors-6 .ico {
    -webkit-animation-duration: 5s;
    animation-duration: 5s
}

.liucheng .block-medias {
    left: 280px;
    top: 490px;
    margin: auto;
    width: 782px;
    z-index: 5;
    position: absolute
}

.liucheng .block-medias:before {
    content: "";
    width: 89px;
    height: 205px;
    position: absolute;
    left: 50%;
    top: -175px;
    margin-left: -44.5px;
    background: url(404.png) no-repeat content-box
}

@-webkit-keyframes rotateLoop {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotateLoop {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes bgOpcity {
    25% {
        opacity: .5
    }
    75% {
        opacity: .1
    }
}

@keyframes bgOpcity {
    25% {
        opacity: .5
    }
    75% {
        opacity: .1
    }
}

@-webkit-keyframes colorsScale {
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes colorsScale {
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

#phoneNav {
    z-index: 999;
    background: #fff;
    display: none
}

@media (max-width: 767px) {
    #phoneNav {
        display: block
    }
}

#phoneNav .language {
    text-align: center;
    border-bottom: 1px #e6e6e6 solid;
    padding: 10px 0;
    display: none
}

#phoneNav .language img {
    max-height: 40px;
    vertical-align: middle
}

#phoneNav .language a {
    margin: 0 5px;
    display: inline-block
}

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
    z-index: 999
}

.mm-hasnavbar-top-1 .mm-panels, .mm-navbar-top-2 {
    top: 55px
}

.mm-navbar {
    height: 55px;
    z-index: 999
}

.mm-menu {
    background: #fff
}

.mm-listview {
    font-size: 16px
}

.mm-menu.mm-bottom, .mm-menu.mm-top {
    width: 320px;
    max-width: 320px;
    min-width: 320px
}

.mm-listview > li > a:hover {
    background: #2c86a7;
    color: #fff
}

.mm-listview > li > span {
    color: #555;
    background: #f4f4f4
}

.mm-listview > li > span a {
    display: block
}

.mm-listview > li > span:hover {
    background: #2c86a7;
    color: #fff
}

.mm-listview > li > span:hover a {
    color: #fff
}

.mm-listview > li > span a {
    display: block;
    color: #555
}

.mm-listview > li > span a:hover {
    color: #fff
}

.mm-listview .mm-inset {
    padding: 0 0 15px 0
}

.mm-listview .mm-inset > li {
    list-style: none
}

.mm-listview .mm-inset > li a {
    display: block
}

.mm-listview > li:not(.mm-divider)::after {
    left: 0
}

.mm-listview .mm-inset > li {
    padding: 10px 10px 10px 48px
}

.mm-listview .mm-inset > li:hover {
    background: #2c86a7;
    color: #fff
}

.mm-listview .mm-inset > li:hover a {
    color: #fff
}

.mm-close:after, .mm-close:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    content: none;
    border: 0
}

.mm-close:after {
    content: "X";
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    top: 10px;
    z-index: 999
}

.mm-listview > li:not(.mm-divider):after {
    left: 0 !important
}

#bdshare_weixin_qrcode_dialog {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

#bdshare_weixin_qrcode_dialog * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.form .item {
    position: relative
}

.form .item font, .inside-message li font {
    color: #f00;
    height: 31px;
    line-height: 31px;
    display: none;
    float: right;
    font-size: 12px;
    padding: 0 4px;
    position: absolute;
    right: 7%
}

.pic1 {
    width: 100%;
    overflow: hidden;
    position: relative
}

.pic1:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.pic2 {
    width: 100%;
    overflow: hidden;
    position: relative
}

.pic2:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.dangjian {
    overflow: hidden;
    position: relative;
    padding-bottom: 80px
}

.dangjian-left {
    width: 24.8%;
    float: left
}

.dangjian-left ul li {
    margin-bottom: 27px;
    overflow: hidden
}

.dangjian-left ul li:hover .pic1 img {
    transform: scale(1.03)
}

.dangjian-left ul li .pic1 {
    width: 100%
}

.dangjian-left ul li .pic1 img {
    transition: .5s
}

.dangjian-left ul li .pic1:after {
    padding-bottom: 61%
}

.dangjian-right {
    width: 73%;
    float: right
}

.dangjian-list {
    background: #fff;
    padding: 5px 17px 19px 20px;
    margin-bottom: 34px;
    overflow: hidden
}

.dangjian-list li {
    position: relative;
    overflow: hidden;
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #e0e0e0
}

.dangjian-list li h3 {
    padding-right: 60px;
    font-size: 14px;
    color: #4a4a4a;
    font-weight: normal;
    background: url("../image/dot_1.png") no-repeat center left;
    padding-left: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.dangjian-list li span {
    position: absolute;
    top: 9px;
    width: 52px;
    font-family: arial;
    font-size: 12px;
    color: #e0e0e0;
    right: 0;
    display: block;
    border-bottom: 3px solid #e0e0e0;
    z-index: 5;
    height: 30px;
    line-height: 30px;
    text-align: center
}

.dangjian-list li:hover h3 {
    color: #c10009
}

.dangjian-list li:hover span {
    color: #c10009;
    border-bottom: 3px solid #c10009
}

@media (max-width: 768px) {
    .dangjian-left {
        width: 100%
    }

    .dangjian-left ul {
        margin: 0 -10px
    }

    .dangjian-left ul li {
        width: 50%;
        float: left;
        padding: 0 10px;
        margin-bottom: 20px
    }

    .dangjian-right {
        width: 100%
    }

    .dangjian-list li h3 {
        font-size: 12px
    }

    .dangjian {
        padding-bottom: 30px
    }
}

.pinzhi-list {
    margin-bottom: 34px;
    overflow: hidden
}

.pinzhi-list li {
    position: relative;
    overflow: hidden;
    line-height: 51px;
    height: 51px;
    border-bottom: 1px solid #e0e0e0
}

.pinzhi-list li h3 {
    padding-right: 100px;
    font-size: 14px;
    color: #4a4a4a;
    font-weight: normal;
    background: url("../image/dot1_1.png") no-repeat center left;
    padding-left: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.pinzhi-list li span {
    position: absolute;
    top: 0;
    width: 88px;
    font-size: 14px;
    color: #4a4a4a;
    right: 0;
    display: block;
    z-index: 5;
    height: 51px;
    line-height: 51px;
    text-align: center;
    background: url("../image/down_1.png") no-repeat center left;
    padding-left: 24px
}

.pinzhi-list li:hover h3 {
    color: #97cd57
}

.pinzhi-list li:hover span {
    color: #2c86a7
}

.fangxun {
    overflow: hidden;
    padding-bottom: 100px
}

.fangxun-top {
    overflow: hidden
}

.fangxun-top ul {
    margin: 0 -15px;
    overflow: hidden
}

.fangxun-top ul li {
    width: 33.333333333%;
    float: left;
    padding: 0 15px;
    margin-bottom: 60px;
    overflow: hidden
}

.fangxun-top ul li a {
    display: block;
    background: #fff
}

.fangxun-top ul li a:hover h3 {
    color: #2c86a7
}

.fangxun-top ul li a:hover .pic1 img {
    transform: scale(1.04)
}

.fangxun-top ul li .pic1 img {
    transition: .5s
}

.fangxun-top ul li .pic1:after {
    padding-bottom: 70%
}

.fangxun-top ul li .fangxun-info {
    padding: 18px 25px
}

.fangxun-top ul li h3 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 11px
}

.fangxun-top ul li p {
    font-size: 14px;
    line-height: 24px;
    color: #808080;
    height: 48px;
    overflow: hidden
}

.fangxun-bottom {
    margin-bottom: 50px;
    overflow: hidden
}

.fangxun-bottom ul {
    background: #fff;
    overflow: hidden
}

.fangxun-bottom ul li {
    padding: 30px 25px 0 25px;
    overflow: hidden
}

.fangxun-bottom ul li a {
    border-bottom: 1px dashed #dedede;
    display: block;
    position: relative;
    padding-bottom: 30px
}

.fangxun-bottom ul li a:hover h3 {
    font-weight: bold
}

.fangxun-bottom ul li a:hover .pic1 img {
    transform: scale(1.04)
}

.fangxun-bottom ul li a:hover .fangxun-info {
    background: url("../image/more1h_1.png") no-repeat center right
}

.fangxun-bottom ul li a .pic1 {
    width: 137px;
    height: 100px
}

.fangxun-bottom ul li a .pic1 img {
    transition: .5s
}

.fangxun-bottom ul li a .fangxun-info {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    padding-left: 177px;
    padding-right: 45px;
    background: url("../image/more1_1.png") no-repeat center right
}

.fangxun-bottom ul li a h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: normal
}

.fangxun-bottom ul li a span {
    font-size: 14px;
    color: #999;
    display: block;
    margin-bottom: 10px;
    font-family: arial
}

.fangxun-bottom ul li a span b {
    border-bottom: 1px solid #999;
    font-weight: normal;
    margin-right: 10px
}

.fangxun-bottom ul li a p {
    font-size: 14px;
    color: #808080;
    line-height: 26px;
    height: 26px;
    overflow: hidden
}

@media (max-width: 992px) {
    .fangxun-top ul {
        margin: 0 -7px
    }

    .fangxun-top ul li {
        padding: 0 7px;
        margin-bottom: 20px
    }
}

@media (max-width: 768px) {
    .fangxun {
        padding-bottom: 30px
    }

    .fangxun-bottom {
        margin-bottom: 30px
    }

    .fangxun-bottom ul li {
        padding: 15px 15px 0 15px
    }

    .fangxun-bottom ul li a {
        padding-bottom: 15px
    }

    .fangxun-top ul li h3 {
        font-size: 14px
    }

    .fangxun-top ul li p {
        font-size: 12px
    }

    .fangxun-bottom ul li a h3 {
        font-size: 14px;
        margin-bottom: 5px
    }

    .fangxun-bottom ul li a p {
        font-size: 12px;
        line-height: 22px;
        height: 44px
    }

    .fangxun-bottom ul li a .fangxun-info {
        padding-left: 155px;
        background: 0;
        padding-right: 0
    }

    .fangxun-bottom ul li a:hover .fangxun-info {
        background: 0
    }

    .fangxun-top ul li {
        width: 50%
    }

    .fangxun-top ul li:nth-child(n+3) {
        display: none
    }

    .fangxun-top ul li h3 {
        margin-bottom: 5px
    }

    .fangxun-top ul li p {
        line-height: 22px;
        height: 44px
    }

    .fangxun-top ul li .fangxun-info {
        padding: 13px
    }
}

@media (max-width: 414px) {
    .fangxun-bottom ul li a p {
        display: none
    }

    .fangxun-bottom ul li a h3 {
        height: 63px;
        text-overflow: clip;
        white-space: normal
    }
}

.date {
    padding: 30px;
    font-size: 14px;
    background: #fff;
    line-height: 30px;
    color: #666
}

.date strong {
    color: #333
}

.date b {
    color: #333
}

.date a {
    color: #2c86a7
}

.date p {
    color: #666
}

@media (max-width: 992px) {
    .date {
        font-size: 12px;
        line-height: 22px;
        padding: 15px
    }
}

.link-top ul {
    margin: 0 -10px;
    overflow: hidden
}

.link-top ul li {
    width: 20%;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0 10px
}

.link-top ul li:hover .pic1 img {
    transform: scale(1.04)
}

.link-top ul li .pic1 img {
    transition: .5s
}

.link-top ul li .pic1:after {
    padding-bottom: 70.8%
}

.link-bottom {
    padding: 30px;
    overflow: hidden;
    background: #fff
}

.link-bottom ul li {
    float: left;
    background: url("../image/line_1.jpg") no-repeat center right;
    padding: 0 22px;
    font-size: 14px;
    line-height: 32px
}

.link-bottom ul li a {
    color: #666
}

.link-bottom ul li a:hover {
    color: #2c86a7
}

@media (max-width: 768px) {
    .link-bottom ul li {
        padding: 0 17px;
        font-size: 12px
    }

    .link-top ul {
        margin: 0 -5px
    }

    .link-top ul li {
        width: 25%;
        padding: 0 5px;
        margin-bottom: 10px
    }

    .link-bottom {
        padding: 15px
    }
}

@media (max-width: 500px) {
    .link-top ul li {
        width: 33.33333333%
    }

    .link-bottom ul li {
        padding: 0 14px
    }
}

.licence ul li {
    overflow: hidden;
    line-height: 30px;
    padding: 20px 0;
    font-family: arial;
    font-size: 15px;
    background: #fff
}

.licence ul li h3 {
    float: left;
    width: 30%;
    padding-left: 30px;
    font-weight: normal;
    word-break: break-all;
    padding-right: 5px
}

.licence ul li span {
    display: block;
    float: left;
    width: 70%;
    border-left: 1px solid #e9f1f6;
    padding-left: 30px;
    word-break: break-all;
    padding-right: 5px
}

.licence ul li:nth-child(2n-1) {
    background: #ebebf1
}

.licence ul li.licence-top {
    height: 40px;
    line-height: 40px;
    padding: 0;
    background: #2c86a7;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase
}

.licence ul li.licence-top span {
    border-left: 1px solid #fff
}

@media (max-width: 768px) {
    .licence ul li.licence-top {
        font-size: 15px
    }

    .licence ul li {
        padding: 7px 0;
        font-size: 12px;
        line-height: 22px
    }

    .licence ul li h3 {
        padding-left: 14px
    }

    .licence ul li span {
        padding-left: 14px
    }
}

.products {
    padding: 52px 0 40px 0;
    overflow: hidden
}

.products ul {
    margin: 0 -30px;
    overflow: hidden
}

.products ul li {
    float: left;
    width: 48%;
    margin-bottom: 30px;
    padding: 0 20px;
    overflow: hidden;
    margin: 0 1% 4%;
}

.products ul li a {
    display: block;
    background: #fff;
    overflow: hidden;
    height:350px;
}

.products ul li a:hover .pic1 img {
    transform: scale(1.03)
}

.products ul li a:hover .product-info h3 {
    color: #197191
}

.products ul li .pic1 {
    width: 50%;
    float: left
}

.products ul li .pic1 img {
    transition: .5s
}

.products ul li .pic1:after {
    padding-bottom: 121%
}

.products ul li .product-info {
    padding: 35px;
    float: left;
    width: 50%
}

.products ul li .product-info h3 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    margin-bottom: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.products ul li .product-info p {
    font-size: 14px;
    color: #808080;
    line-height: 24px;
    height: 200px;
    overflow: hidden;
    margin-bottom: 0px;
}

.products ul li .product-info span {
    width: 100px;
    height: 30px;
    text-align: center;
    background: #197191;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    display: block
}

@media (max-width: 1290px) {
    .products ul li .product-info {
        padding: 35px 35px 10px 35px
    }
}

@media (max-width: 1206px) {
    .products ul li .product-info p {
        margin-bottom: 20px
    }
}

@media (max-width: 1076px) {
    .products ul li .product-info p {
        margin-bottom: 15px
    }

    .products ul li .product-info {
        padding: 15px
    }
}

@media (max-width: 1024px) {
    .products ul {
        margin: 0 -15px;
        overflow: hidden
    }

    .products ul li {
        padding: 0 15px;
        margin-bottom: 30px
    }
}

@media (max-width: 992px) {
    .products ul li .product-info h3 {
        margin-bottom: 10px;
        font-size: 18px
    }
}

@media (max-width: 890px) {
    .products ul li .product-info p {
        height: 144px
    }
}

@media (max-width: 768px) {
    .products {
        padding: 30px 0 10px 0
    }

    .products ul li {
        width: 100%;
        margin-bottom: 20px
    }
}

@media (max-width: 500px) {
    .products ul li .product-info h3 {
        margin-bottom: 10px
    }

    .products ul li .product-info p {
        margin-bottom: 10px;
        height: 120px
    }
}

@media (max-width: 414px) {
    .products ul li .product-info h3 {
        font-size: 14px
    }

    .products ul li .product-info p {
        font-size: 12px
    }

    .products ul li .product-info span {
        font-size: 12px
    }
}

@media (max-width: 375px) {
    .products ul {
        margin: 0 -5px
    }

    .products ul li {
        padding: 0 5px;
        width: 50%
    }

    .products ul li .pic1 {
        width: 100%
    }

    .products ul li .product-info {
        width: 100%
    }

    .products ul li .product-info p {
        height: 72px
    }

    .products ul li .product-info span {
        width: 80px;
        height: 25px;
        line-height: 25px
    }
}

.products-show {
    overflow: hidden;
    padding-bottom: 100px
}

.second-nav {
    margin-top: 40px;
    overflow: hidden;
    margin-bottom: 35px
}

.second-nav ul {
    text-align: center
}

.second-nav ul li {
    display: inline-block;
    width: 206px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #197191;
    margin-bottom: 5px;
    overflow: hidden
}

.second-nav ul li a {
    color: #197191;
    font-size: 16px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.second-nav ul li:hover {
    background: #197191
}

.second-nav ul li:hover a {
    color: #fff
}

.second-nav ul .active {
    background: #197191
}

.second-nav ul .active a {
    color: #fff
}

.product-top {
    padding: 50px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 54px
}

.top-left {
    width: 501px;
    float: left;
    position: relative;
    overflow: hidden;
    margin-right: 60px
}

.pro-max {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    cursor: pointer;
    border: 1px solid #ccc;
    float: left
}

.pro-max .item i {
    display: block;
    padding-bottom: 83%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.pro-min {
    width: 98px;
    margin-right: auto;
    text-align: center;
    float: left;
    margin-left: 3px;
    padding: 40px 0;
    position: relative
}

.pro-min .getIndex {
    display: inline-block;
    *float: none;
    *display: inline;
    zoom: 1;
    text-align: center;
    margin-bottom: 3px
}

.pro-min .slick-prev {
    left: 0;
    top: 18px;
    width: 98px;
    height: 35px;
    background: #197191 url(../image/top_1.png) no-repeat center center !important
}

.pro-min .slick-prev:hover {
    background: #2c86a7 url(../image/top_1.png) no-repeat center center !important
}

.pro-min .slick-next {
    right: 0;
    top: auto;
    width: 98px;
    bottom: -14px;
    height: 35px;
    background: #197191 url(../image/bottom_1.png) no-repeat center center !important
}

.pro-min .slick-next:hover {
    background: #2c86a7 url(../image/bottom_1.png) no-repeat center center !important
}

.pro-min .slick-prev:before, .pro-min .slick-next:before {
    content: ''
}

.pro-min .getIndex .item i {
    display: block;
    padding-bottom: 83%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.pro-min .getIndex .item i img {
    border: 1px solid #e8e8e8
}

.pro-min .getIndex .item i:hover {
    cursor: pointer
}

.pro-min .slick-current .item i img {
    border: 1px solid #197191
}

.top-right {
    float: left;
    width: 595px
}

.top-right h3 {
    font-size: 30px;
    color: #333;
    font-family: arial, "microsoft yahei";
    font-weight: normal;
    margin-bottom: 40px
}

.top-right .right-bottom {
    height: 250px;
    overflow: auto;
    font-size: 14px;
    color: #808080;
    padding-right: 145px
}

.top-right .right-bottom::-webkit-scrollbar {
    width: 3px;
    height: 100%
}

.top-right .right-bottom::-webkit-scrollbar-button {
    display: none
}

.top-right .right-bottom::-webkit-scrollbar-track {
    background: url("../image/1_1.png") repeat center center
}

.top-right .right-bottom::-webkit-scrollbar-thumb {
    background: url("../image/scroll01_1.png") no-repeat center center;
    height: 20px;
    width: 3px
}

.procate {
    border-bottom: 2px solid #197191;
    overflow: hidden
}

.procate ul li {
    float: left;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    margin-right: 1px;
    background: #e4e4ea
}

.procate ul li a {
    color: #333
}

.procate ul .sel {
    background: #197191
}

.procate ul .sel a {
    color: #fff
}

.proshow {
    padding: 50px;
    overflow: hidden;
    background: #fff
}

.proshow .proshow-p {
    display: none
}

@media (max-width: 1290px) {
    .product-top {
        padding: 25px
    }
}

@media (max-width: 1024px) {
    .top-right {
        width: 360px
    }

    .top-right .right-bottom {
        padding-right: 45px
    }
}

@media (max-width: 992px) {
    .top-left {
        margin-right: 40px
    }
}

@media (max-width: 768px) {
    .product-top {
        margin-bottom: 20px
    }

    .top-left {
        text-align: center;
        margin: 0 auto;
        float: none
    }

    .top-right {
        width: 100%;
        margin-top: 10px
    }

    .top-right h3 {
        margin-bottom: 10px;
        font-size: 16px
    }

    .top-right .right-bottom {
        font-size: 12px;
        height: auto;
        padding-right: 0
    }

    .products-show {
        padding-bottom: 30px
    }

    .proshow {
        padding: 20px;
        font-size: 12px
    }

    .second-nav ul li {
        width: 130px
    }

    .second-nav ul li a {
        font-size: 12px
    }

    .second-nav {
        margin: 15px 0
    }
}

@media (max-width: 500px) {
    .procate ul li {
        width: 100px;
        font-size: 12px
    }

    .product-top {
        padding: 20px
    }

    .pro-max {
        width: 100%;
        float: none
    }

    .top-left {
        width: 100%
    }

    .pro-min {
        width: 100%;
        padding: 0 40px;
        margin-top: 3px;
        margin-left: 0
    }

    .pro-min .slick-prev {
        top: 45px;
        width: 35px;
        height: 90px;
        background: #197191 url(../image/top1_1.png) no-repeat center center !important
    }

    .pro-min .slick-prev:hover {
        background: #2c86a7 url(../image/top1_1.png) no-repeat center center !important
    }

    .pro-min .slick-next {
        top: 45px;
        width: 35px;
        bottom: auto;
        height: 90px;
        background: #197191 url(../image/bottom1_1.png) no-repeat center center !important
    }

    .pro-min .slick-next:hover {
        background: #2c86a7 url(../image/bottom1_1.png) no-repeat center center !important
    }

    .pro-min .getIndex {
        margin: 0 4px
    }
}

@media (max-width: 414px) {
    .procate ul li {
        width: 87px;
        font-size: 12px;
        line-height: 30px;
        height: 30px
    }

    .pro-min .slick-prev {
        top: 33px;
        height: 65px
    }

    .pro-min .slick-next {
        top: 33px;
        height: 65px
    }
}

@media (max-width: 375px) {
    .procate ul li {
        width: 70px
    }

    .pro-min .slick-prev {
        top: 45px;
        height: 90px
    }

    .pro-min .slick-next {
        top: 45px;
        height: 90px
    }
}

@media (max-width: 360px) {
    .procate ul li {
        width: 70px
    }

    .pro-min .slick-prev {
        top: 40px;
        height: 80px
    }

    .pro-min .slick-next {
        top: 40px;
        height: 80px
    }
}

@media (max-width: 320px) {
    .procate ul li {
        width: 70px
    }

    .pro-min .slick-prev {
        top: 31px;
        height: 62px
    }

    .pro-min .slick-next {
        top: 31px;
        height: 62px
    }
}

.product-nav {
    height: 120px;
    overflow: hidden;
    background: #2c86a7
}

.product-nav ul {
    text-align: center
}

.product-nav ul li {
    width: 120px;
    text-align: center;
    padding: 20px;
    display: inline-block;
    height: 120px
}

.product-nav ul li .pic1 {
    width: 50px;
    height: 50px;
    margin: 0 auto
}

.product-nav ul li h3 {
    color: #fff;
    font-size: 18px;
    font-weight: normal
}

.product-nav ul li:hover {
    background: #197191
}

.product-nav ul .active {
    background: #197191
}

.product-list {
    width: 424px;
    margin: 0 auto
}

.solution {
    padding-top: 77px;
    padding-bottom: 40px
}

.solution img {
    display: block
}

.solution-title {
    text-align: center;
    margin-bottom: 127px;
    overflow: hidden
}

.solution-title h3 {
    font-size: 46px;
    font-weight: normal
}

.solution-title span {
    font-size: 38px;
    color: #333
}

.solution1 {
    height: 500px;
    background: #fff;
    margin-bottom: 40px
}

.solution1 .solution1-right {
    width: 50%;
    float: right;
    display: block
}

.solution1 .solution1-right img {
    margin-top: -32px
}

.solution1 .solution1-left {
    width: 50%;
    float: left;
    height: 500px;
    padding: 0 80px
}

.solution1 .solution1-left h3 {
    color: #333;
    font-size: 38px;
    margin-bottom: 35px;
    font-weight: normal
}

.solution1 .solution1-left p {
    color: #333;
    font-size: 15px;
    line-height: 36px
}

.solution1 .solution1-left .solution-p {
    top: 50%;
    position: relative;
    width: 345px
}

.solution1 .solution1-left .solution-p .sp {
    max-height: 144px;
    overflow: auto;
    padding-right: 10px
}

.solution1 .solution1-left .solution-p .sp::-webkit-scrollbar {
    width: 3px;
    height: 100%
}

.solution1 .solution1-left .solution-p .sp::-webkit-scrollbar-button {
    display: none
}

.solution1 .solution1-left .solution-p .sp::-webkit-scrollbar-track {
    background: url("../image/1_1.png") repeat center center
}

.solution1 .solution1-left .solution-p .sp::-webkit-scrollbar-thumb {
    background: url("../image/scroll01_1.png") no-repeat center center;
    height: 20px;
    width: 3px
}

.solution2 {
    height: 500px;
    margin-bottom: 40px;
    background: #fff
}

.solution2 .solution1-right {
    width: 51%;
    float: left;
    display: block
}

.solution2 .solution1-left {
    width: 49%;
    float: right;
    height: 500px;
    padding: 0 75px 0 140px
}

.solution2 .solution1-left h3 {
    color: #333;
    font-size: 38px;
    margin-bottom: 35px;
    font-weight: normal
}

.solution2 .solution1-left p {
    color: #333;
    font-size: 15px;
    line-height: 36px
}

.solution2 .solution1-left .solution-p {
    top: 50%;
    position: relative;
    width: 425px
}

.solution2 .solution1-left .solution-p .sp {
    max-height: 144px;
    overflow: auto;
    padding-right: 10px
}

.solution2 .solution1-left .solution-p .sp::-webkit-scrollbar {
    width: 3px;
    height: 100%
}

.solution2 .solution1-left .solution-p .sp::-webkit-scrollbar-button {
    display: none
}

.solution2 .solution1-left .solution-p .sp::-webkit-scrollbar-track {
    background: url("../image/1_1.png") repeat center center
}

.solution2 .solution1-left .solution-p .sp::-webkit-scrollbar-thumb {
    background: url("../image/scroll01_1.png") no-repeat center center;
    height: 20px;
    width: 3px
}

.solution3 {
    height: 500px;
    margin-bottom: 40px;
    position: relative;
    background: #fff
}

.solution3 .solution1-right {
    width: 50%;
    float: left;
    height: 500px;
    padding: 0 160px 0 30px;
    text-align: center
}

.solution3 .solution1-right h3 {
    color: #333;
    font-size: 38px;
    margin-bottom: 35px;
    font-weight: normal
}

.solution3 .solution1-right p {
    color: #333;
    font-size: 15px;
    line-height: 36px
}

.solution3 .solution1-right .solution-p {
    top: 50%;
    position: relative;
    width: 100%
}

.solution3 .solution1-right .solution-p .sp {
    max-height: 144px;
    overflow: auto;
    padding-right: 10px;
    padding: 0 35px
}

.solution3 .solution1-right .solution-p .sp::-webkit-scrollbar {
    width: 3px;
    height: 100%
}

.solution3 .solution1-right .solution-p .sp::-webkit-scrollbar-button {
    display: none
}

.solution3 .solution1-right .solution-p .sp::-webkit-scrollbar-track {
    background: url("../image/1_1.png") repeat center center
}

.solution3 .solution1-right .solution-p .sp::-webkit-scrollbar-thumb {
    background: url("../image/scroll01_1.png") no-repeat center center;
    height: 20px;
    width: 3px
}

.solution3 .solution-center {
    position: absolute;
    left: 50%;
    bottom: 0
}

.solution3 .solution-center img {
    display: block
}

.solution3 .solution1-left {
    width: 50%;
    float: right;
    height: 500px;
    padding: 0 60px 0 155px;
    text-align: center
}

.solution3 .solution1-left h3 {
    color: #333;
    font-size: 38px;
    margin-bottom: 35px;
    font-weight: normal
}

.solution3 .solution1-left p {
    color: #333;
    font-size: 15px;
    line-height: 36px
}

.solution3 .solution1-left .solution-p {
    top: 50%;
    position: relative;
    width: 100%
}

.solution3 .solution1-left .solution-p .sp {
    max-height: 144px;
    overflow: auto;
    padding-right: 10px;
    padding: 0 35px
}

.solution3 .solution1-left .solution-p .sp::-webkit-scrollbar {
    width: 3px;
    height: 100%
}

.solution3 .solution1-left .solution-p .sp::-webkit-scrollbar-button {
    display: none
}

.solution3 .solution1-left .solution-p .sp::-webkit-scrollbar-track {
    background: url("../image/1_1.png") repeat center center
}

.solution3 .solution1-left .solution-p .sp::-webkit-scrollbar-thumb {
    background: url("../image/scroll01_1.png") no-repeat center center;
    height: 20px;
    width: 3px
}

.solution4 {
    height: 500px;
    margin-bottom: 40px;
    background: #fff
}

.solution4 .solution1-right {
    width: 51%;
    float: left;
    display: block
}

.solution4 .solution1-left {
    width: 49%;
    float: right;
    height: 500px;
    padding: 0 75px 0 140px
}

.solution4 .solution1-left h3 {
    color: #333;
    font-size: 38px;
    margin-bottom: 35px;
    font-weight: normal
}

.solution4 .solution1-left p {
    color: #333;
    font-size: 15px;
    line-height: 36px
}

.solution4 .solution1-left .solution-p {
    top: 50%;
    position: relative;
    width: 359px
}

.solution4 .solution1-left .solution-p .sp {
    max-height: 144px;
    overflow: auto;
    padding-right: 10px
}

.solution4 .solution1-left .solution-p .sp::-webkit-scrollbar {
    width: 3px;
    height: 100%
}

.solution4 .solution1-left .solution-p .sp::-webkit-scrollbar-button {
    display: none
}

.solution4 .solution1-left .solution-p .sp::-webkit-scrollbar-track {
    background: url("../image/1_1.png") repeat center center
}

.solution4 .solution1-left .solution-p .sp::-webkit-scrollbar-thumb {
    background: url("../image/scroll01_1.png") no-repeat center center;
    height: 20px;
    width: 3px
}

.solution5 {
    height: 500px;
    background: #fcfcfc;
    margin-bottom: 40px
}

.solution5 .solution1-right {
    width: 64%;
    float: right;
    display: block
}

.solution5 .solution1-left {
    width: 36%;
    float: left;
    height: 500px;
    padding: 0 0 0 80px
}

.solution5 .solution1-left h3 {
    color: #333;
    font-size: 38px;
    margin-bottom: 35px;
    font-weight: normal
}

.solution5 .solution1-left p {
    color: #333;
    font-size: 15px;
    line-height: 36px
}

.solution5 .solution1-left .solution-p {
    top: 50%;
    position: relative;
    width: 345px
}

.solution5 .solution1-left .solution-p .sp {
    max-height: 144px;
    overflow: auto;
    padding-right: 10px
}

.solution5 .solution1-left .solution-p .sp::-webkit-scrollbar {
    width: 3px;
    height: 100%
}

.solution5 .solution1-left .solution-p .sp::-webkit-scrollbar-button {
    display: none
}

.solution5 .solution1-left .solution-p .sp::-webkit-scrollbar-track {
    background: url("../image/1_1.png") repeat center center
}

.solution5 .solution1-left .solution-p .sp::-webkit-scrollbar-thumb {
    background: url("../image/scroll01_1.png") no-repeat center center;
    height: 20px;
    width: 3px
}

.solution6 {
    height: 500px;
    margin-bottom: 40px;
    background: #fff
}

.solution6 .solution1-right {
    width: 66%;
    float: left;
    display: block
}

.solution6 .solution1-right img {
    margin-top: 80px
}

.solution6 .solution1-left {
    width: 37%;
    float: left;
    height: 500px;
    padding: 0 0 0 38px;
    margin-left: -90px;
    position: relative
}

.solution6 .solution1-left h3 {
    color: #333;
    font-size: 38px;
    margin-bottom: 35px;
    font-weight: normal
}

.solution6 .solution1-left p {
    color: #333;
    font-size: 15px;
    line-height: 36px
}

.solution6 .solution1-left .solution-p {
    top: 50%;
    position: relative;
    width: 359px
}

.solution6 .solution1-left .solution-p .sp {
    max-height: 144px;
    overflow: auto;
    padding-right: 10px
}

.solution6 .solution1-left .solution-p .sp::-webkit-scrollbar {
    width: 3px;
    height: 100%
}

.solution6 .solution1-left .solution-p .sp::-webkit-scrollbar-button {
    display: none
}

.solution6 .solution1-left .solution-p .sp::-webkit-scrollbar-track {
    background: url("../image/1_1.png") repeat center center
}

.solution6 .solution1-left .solution-p .sp::-webkit-scrollbar-thumb {
    background: url("../image/scroll01_1.png") no-repeat center center;
    height: 20px;
    width: 3px
}

.re-case {
    padding-top: 73px;
    padding-bottom: 53px;
    overflow: hidden;
    background: #fff
}

.re-caselist {
    margin-top: 24px
}

.re-caselist .honor-info {
    overflow: hidden;
    margin: 0 -10px;
    padding-bottom: 14px
}

.re-caselist .honor-info .slick-list .slick-track {
    overflow: hidden
}

.re-caselist .honor-info .slick-dots {
    bottom: 0
}

.re-caselist .honor-info .slick-dots li {
    margin: 0 2px
}

.re-caselist .honor-info .slick-dots li button:before {
    color: #bdbdbd;
    opacity: 1
}

.re-caselist .honor-info .slick-dots li.slick-active button:before {
    color: #2c86a7;
    opacity: 1
}

.re-caselist a {
    width: 25%;
    float: left;
    padding: 0 10px;
    margin-bottom: 35px
}

.re-caselist a .pic1 {
    border: 1px solid #ccc;
    padding: 3px
}

.re-caselist a .pic1 img {
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear
}

.re-caselist a .pic1:hover i {
    display: block
}

.re-caselist a .pic1:hover img {
    transform: scale(1.1)
}

.re-caselist a .pic1 i {
    background: url(../image/bg4_1.png) repeat center center;
    text-align: center;
    position: absolute;
    height: inherit;
    padding-top: 35%;
    z-index: 100;
    top: 0;
    display: none;
    width: 100%;
    padding-bottom: 70%;
    left: 0
}

.re-caselist a .pic1:after {
    padding-bottom: 70%
}

.re-caselist a .pic1 i img {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px
}

@media (max-width: 1239px) {
    .solution2 {
        height: 482px
    }

    .solution2 .solution1-left {
        height: 482px
    }

    .solution4 {
        height: 493px
    }

    .solution2 .solution1-left {
        height: 493px
    }

    .solution5 {
        height: 482px
    }

    .solution5 .solution1-left {
        height: 482px
    }

    .solution6 {
        height: 484px
    }

    .solution6 .solution1-left {
        height: 484px
    }
}

@media (max-width: 1024px) {
    .solution2 .solution1-left {
        padding: 0 20px 0 35px
    }

    .solution2 .solution1-left .solution-p {
        width: 100%
    }

    .solution4 .solution1-left .solution-p {
        width: 100%
    }

    .solution4 .solution1-left {
        padding: 0 20px 0 35px
    }

    .solution1 .solution1-left h3, .solution2 .solution1-left h3, .solution3 .solution1-left h3, .solution3 .solution1-right h3, .solution4 .solution1-left h3, .solution5 .solution1-left h3, .solution6 .solution1-left h3 {
        font-size: 28px
    }

    .solution3 .solution1-right .solution-p .sp, .solution3 .solution1-left .solution-p .sp {
        padding: 0 10px
    }

    .solution1 {
        height: 444px
    }

    .solution1 .solution1-left {
        height: 444px
    }

    .solution2 {
        height: 389px
    }

    .solution2 .solution1-left {
        height: 389px
    }

    .solution4 {
        height: 399px
    }

    .solution4 .solution1-left {
        height: 399px
    }

    .solution5 {
        height: 389px
    }

    .solution5 .solution1-left {
        height: 389px
    }

    .solution6 {
        height: 407px
    }

    .solution6 .solution1-left {
        height: 407px
    }
}

@media (max-width: 768px) {
    .solution-title span {
        font-size: 24px
    }

    .solution-title h3 {
        font-size: 30px
    }

    .solution-title {
        margin-bottom: 40px
    }

    .solution {
        padding: 30px 0 0 0
    }

    .solution1 .solution1-left h3, .solution2 .solution1-left h3, .solution3 .solution1-left h3, .solution3 .solution1-right h3, .solution4 .solution1-left h3, .solution5 .solution1-left h3, .solution6 .solution1-left h3 {
        font-size: 20px;
        margin-bottom: 20px
    }

    .solution1 .solution1-left {
        padding: 0 20px
    }

    .solution1 {
        height: 328px;
        margin-bottom: 20px
    }

    .solution1 .solution1-left {
        height: 328px
    }

    .solution1 .solution1-left p, .solution2 .solution1-left p, .solution3 .solution1-right p, .solution3 .solution1-left p, .solution4 .solution1-left p, .solution5 .solution1-left p, .solution6 .solution1-left p {
        font-size: 13px;
        line-height: 30px
    }

    .solution1 .solution1-left .solution-p .sp, .solution2 .solution1-left .solution-p .sp, .solution3 .solution1-left .solution-p .sp, .solution4 .solution1-left .solution-p .sp, .solution5 .solution1-left .solution-p .sp, .solution3 .solution1-right .solution-p .sp, .solution6 .solution1-left .solution-p .sp {
        max-height: 120px
    }

    .solution1 .solution1-left .solution-p, .solution2 .solution1-left .solution-p, .solution3 .solution1-left .solution-p, .solution3 .solution1-right .solution-p, .solution4 .solution1-left .solution-p, .solution5 .solution1-left .solution-p, .solution6 .solution1-left .solution-p {
        width: 100%
    }

    .solution6 .solution1-left {
        width: 44%
    }

    .solution6 {
        height: 327px;
        margin-bottom: 20px
    }

    .solution6 .solution1-left {
        height: 327px
    }

    .solution5 {
        height: 294px;
        margin-bottom: 20px
    }

    .solution5 .solution1-left {
        height: 294px
    }

    .solution5 .solution1-left {
        padding: 0 0 0 20px
    }

    .solution3 .solution1-right {
        padding: 0 110px 0 20px
    }

    .solution3 .solution1-left {
        padding: 0 20px 0 115px
    }

    .solution3 .solution-center img {
        width: 240px
    }

    .solution3 {
        height: 450px;
        margin-bottom: 20px
    }

    .solution3 .solution1-right, .solution3 .solution1-left {
        height: 450px
    }

    .solution2 {
        height: 294px;
        margin-bottom: 20px
    }

    .solution2 .solution1-left {
        height: 294px
    }

    .solution4 {
        height: 301px;
        margin-bottom: 20px
    }

    .solution4 .solution1-left {
        height: 301px
    }

    .re-case {
        padding: 30px 0
    }

    .re-caselist a {
        margin-bottom: 15px
    }

    .product-nav ul li {
        width: 16%
    }

    .product-nav ul li h3 {
        font-size: 12px
    }

    .product-nav .container {
        padding: 0
    }
}

@media (max-width: 640px) {
    .solution1 .solution1-left p, .solution2 .solution1-left p, .solution3 .solution1-right p, .solution3 .solution1-left p, .solution4 .solution1-left p, .solution5 .solution1-left p, .solution6 .solution1-left p {
        font-size: 12px;
        line-height: 25px
    }

    .solution1 .solution1-left .solution-p .sp, .solution2 .solution1-left .solution-p .sp, .solution3 .solution1-left .solution-p .sp, .solution4 .solution1-left .solution-p .sp, .solution5 .solution1-left .solution-p .sp, .solution3 .solution1-right .solution-p .sp, .solution6 .solution1-left .solution-p .sp {
        max-height: inherit
    }

    .solution1 .solution1-right, .solution2 .solution1-right, .solution3 .solution-center, .solution4 .solution1-right, .solution5 .solution1-right, .solution6 .solution1-right {
        display: none
    }

    .solution1 .solution1-left, .solution2 .solution1-left, .solution3 .solution1-left, .solution4 .solution1-left, .solution5 .solution1-left, .solution6 .solution1-left, .solution3 .solution1-right {
        height: auto;
        width: 100%;
        padding: 20px
    }

    .solution1 .solution1-left .solution-p, .solution2 .solution1-left .solution-p, .solution3 .solution1-left .solution-p, .solution3 .solution1-right .solution-p, .solution4 .solution1-left .solution-p, .solution5 .solution1-left .solution-p, .solution6 .solution1-left .solution-p {
        margin-top: 0 !important;
        top: auto
    }

    .solution1, .solution2, .solution3, .solution4, .solution5, .solution6 {
        height: auto;
        overflow: hidden
    }

    .solution3 .solution1-right {
        text-align: left;
        border-bottom: 20px solid #f5f5f9
    }

    .solution3 .solution1-right .solution-p .sp, .solution3 .solution1-left .solution-p .sp {
        padding: 0
    }

    .solution3 .solution1-left {
        text-align: left
    }

    .solution6 .solution1-left {
        margin-left: 0
    }

    .solution1 .solution1-left h3, .solution2 .solution1-left h3, .solution3 .solution1-left h3, .solution3 .solution1-right h3, .solution4 .solution1-left h3, .solution5 .solution1-left h3, .solution6 .solution1-left h3 {
        margin-bottom: 10px;
        font-size: 16px
    }

    .solution-title h3 {
        font-size: 24px
    }

    .solution-title span {
        font-size: 18px
    }

    .solution-title {
        margin-bottom: 20px
    }

    .product-nav ul li {
        height: 100px;
        padding: 15px
    }

    .product-nav {
        height: 100px
    }

    .re-caselist .honor-info .slick-dots {
        display: none !important
    }

    .re-caselist .honor-info {
        padding-bottom: 0
    }

    .re-caselist a {
        margin-bottom: 0
    }
}

@media (max-width: 500px) {
    .product-list {
        width: 100%;
        padding: 10px
    }

    .product-list em {
        font-size: 12px;
        height: 30px;
        line-height: 30px
    }

    .product-list .list {
        height: auto
    }

    .product-nav ul li {
        width: 25%;
        float: left;
        display: block;
        padding: 8px;
        height: auto;
        font-size: 12px
    }

    .product-nav ul li h3 {
        font-size: 12px
    }

    .product-nav {
        height: auto
    }

    .product-nav ul li .pic1 {
        width: 30px;
        height: 30px;
        margin-bottom: 5px
    }
}

@media (max-width: 375px) {
    .product-list .slick-next, .product-list .slick-prev {
        top: 30px
    }
}

.map {
    width: 90%;
    margin: 0 auto
}

.map dl {
    border: #d6dbe1 solid 1px;
    border-top: #2c86a7 solid 2px;
    border-bottom: 0;
    margin: 20px 0 20px 0
}

.map dl:hover {
    background: #f5f8fa
}

.map dl:hover dt a {
    color: #003e7e
}

.map dt {
    background: #fcfcfc;
    color: #0053a8;
    font-size: 16px;
    line-height: 40px;
    border-bottom: #d6dbe1 solid 1px;
    padding: 0 0 0 20px
}

.map dt a {
    color: #333
}

.map dt a:hover {
    color: #003e7e
}

.map dt img {
    margin-left: 20px
}

.map dd {
    font-size: 12px;
    line-height: 30px;
    overflow: hidden;
    padding-top: 10px
}

.map dd .p2 {
    padding: 0 0 0 20px;
    clear: both
}

.map dd .p2 a {
    color: #b87500;
    font-weight: bold;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.map dd .p2 a:hover {
    color: #764b00
}

.map dd div {
    clear: both;
    overflow: hidden;
    line-height: 30px;
    border-bottom: #d6dbe1 solid 1px;
    padding: 0 20px 10px 10px
}

.map dd div a {
    color: #333;
    float: left;
    padding: 0 10px 0 10px
}

.map dd div a:hover {
    color: #003e7e;
    background: #2c86a7;
    color: #fff
}

.transparent {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

.productPopup {
    position: fixed;
    z-index: 99;
    width: 100%;
    color: #666;
    font-size: 16px;
    max-width: 860px;
    display: none;
    background: #fff;
    overflow: auto
}

.productPopup .content {
    background: #fff;
    margin: 0 10px;
    padding: 20px 35px 30px 35px;
    position: relative
}

.productPopup .close {
    position: absolute;
    font-size: 35px;
    color: #8d8d8d;
    font-family: simsun;
    font-weight: normal;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    text-align: center;
    line-height: 40px;
    height: 40px
}

.productPopup .close:hover {
    background: #2c86a7;
    color: #fff
}

.productPopup .title {
    text-align: center;
    border-bottom: 1px #e1e1e1 solid;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0
}

.productPopup .title .cn {
    display: block;
    font-size: 36px;
    color: #000
}

.productPopup .title .en {
    font-family: Aparajita;
    font-size: 24px;
    color: #ccc
}

@media (max-width: 992px) {
    .productPopup {
        font-size: 12px;
        line-height: 28px
    }

    .productPopup .title .cn {
        font-size: 20px
    }

    .productPopup .title .en {
        font-size: 16px
    }
}

.home-video {
    background: url("../image/video-bg_1.jpg") repeat top center;
    overflow: hidden;
    padding: 69px 0 80px 0
}

.home-video .video-top {
    text-align: center;
    padding-bottom: 42px;
    overflow: hidden
}

.home-video .video-top h3 {
    font-size: 36px;
    color: #333;
    font-weight: normal;
    margin-bottom: 15px
}

.home-video .video-top .line {
    width: 50px;
    height: 1px;
    background: #2c86a8;
    margin: 0 auto 17px auto
}

.home-video .video-top p {
    font-size: 15px;
    color: #666;
    line-height: 28px;
    width: 55%;
    margin: 0 auto
}

.slideshow {
    position: relative;
    z-index: 1;
    height: 427px;
    width: 702px;
    margin: 0 auto;
    text-align: center;
}

.slideshow .slider .slick-prev {
    background: url("../image/left_1.png") no-repeat center center !important;
    width: 48px;
    height: 48px;
    left: -135px
}

.slideshow .slider .slick-prev:hover {
    background: url("../image/lefth_1.png") no-repeat center center !important
}

.slideshow .slider .slick-next {
    background: url("../image/right_1.png") no-repeat center center !important;
    width: 48px;
    height: 48px;
    right: -135px
}

.slideshow .slider .slick-next:hover {
    background: url("../image/righth_1.png") no-repeat center center !important
}

.slideshow .slider .slick-prev:before, .slideshow .slider .slick-next:before {
    content: ''
}

.slideshow .item {
    height: 427px;
    width: 702px;
    position: relative;
    text-align: center;
}

@font-face {
    font-family: "DINPro-Light";
    src: url("../font/slick.woff2") format("woff2"), url("../font/slick.woff") format("woff"), url("../font/slick.ttf") format("truetype"), url("../font/slick.eot") format("embedded-opentype"), url("../font/slick.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

.home-news {
    background: #fff;
    overflow: hidden;
    padding: 71px 0 90px 0
}

.home-news .news-top {
    overflow: hidden;
    padding-bottom: 19px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 52px
}

.home-news .news-top h3 {
    font-size: 30px;
    color: #333;
    font-weight: normal;
    float: left
}

.home-news .news-top h3 span {
    font-size: 24px;
    color: #999;
    font-family: "DINPro-Light", arial;
    margin-left: 10px
}

.home-news .news-top a {
    width: 82px;
    height: 30px;
    display: block;
    float: right;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-top: 9px;
    background: #2c86a8
}

.home-news .news-top a:hover {
    text-decoration: underline
}

.home-news ul {
    margin: 0 -26px;
    overflow: hidden
}

.home-news ul li {
    float: left;
    width: 25%;
    padding: 0 26px
}

.home-news ul li span {
    font-size: 24px;
    color: #333;
    font-family: "DINPro-Light", arial;
    display: block;
    margin-bottom: 24px
}

.home-news ul li h3 {
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: normal;
    margin-bottom: 15px
}

.home-news ul li p {
    line-height: 24px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    height: 72px;
    margin-bottom: 34px
}

.home-news ul li .pic1 img {
    transition: .5s
}

.home-news ul li .pic1:after {
    padding-bottom: 43%
}

.home-news ul li:hover h3 {
    color: #2c86a8
}

.home-news ul li:hover .pic1 img {
    transform: scale(1.05)
}

.solution-list {
    background: #fff
}

.solution-list ul li {
    width: 100%;
    overflow: hidden;
    position: relative
}

.solution-list ul li .pic1 {
    width: 1920px;
    height: 570px;
    left: 50%;
    margin-left: -960px
}

.solution-list ul li .pic1 .pic1-info {
    position: absolute;
    top: 0;
    width: 100%
}

.solution-list ul li .pic1 .pic1-info .solution-info {
    padding-top: 63px;
    background: url("../image/pic1bg_1.png") no-repeat center center;
    width: 510px;
    height: 533px;
    text-align: center;
    margin-left: -57px
}

.solution-list ul li .pic1 .pic1-info .solution-info h3 {
    font-size: 62px;
    color: #fff;
    font-family: 'Microsoft JhengHei';
    margin-top: 10px
}

.solution-list ul li .pic1 .pic1-info .solution-info p {
    font-size: 36px;
    color: #fff;
    font-family: 'Microsoft JhengHei';
    width: 76%;
    margin: 10px auto 0 auto;
    font-weight: bold
}

.solution-bottom {
    padding: 40px 0;
    overflow: hidden;
    background: #fff
}

.solution-bottom .so-partner {
    position: relative
}

.solution-bottom .so-partner .slick-prev {
    background: url("../image/left_1.png") no-repeat center center !important;
    width: 48px;
    height: 48px;
    left: -80px
}

.solution-bottom .so-partner .slick-prev:hover {
    background: url("../image/lefth_1.png") no-repeat center center !important
}

.solution-bottom .so-partner .slick-next {
    background: url("../image/right_1.png") no-repeat center center !important;
    width: 48px;
    height: 48px;
    right: -80px
}

.solution-bottom .so-partner .slick-next:hover {
    background: url("../image/righth_1.png") no-repeat center center !important
}

.solution-bottom .so-partner .slick-prev:before, .solution-bottom .so-partner .slick-next:before {
    content: ''
}

.solution-bottom .so-partner .item {
    float: left;
    margin: 0 7px;
    background: #f5f5f5;
    padding: 5px
}

.solution-bottom .so-partner .item .pic2:after {
    padding-bottom: 70%
}

@media (max-width: 1440px) {
    .solution-bottom .so-partner .slick-prev {
        left: 0
    }

    .solution-bottom .so-partner {
        padding: 0 55px
    }

    .solution-bottom .so-partner .slick-next {
        right: 0
    }
}

@media (max-width: 1360px) {
    .solution-list ul li .pic1 .pic1-info .solution-info {
        margin-left: 0
    }
}

@media (max-width: 1200px) {
    .home-video .video-top p {
        width: 60%
    }

    .home-news ul {
        margin: 0 -20px
    }

    .home-news ul li {
        padding: 0 20px
    }

    .solution-list ul li .pic1 {
        width: 100%;
        height: auto;
        left: 0;
        margin-left: 0
    }

    .solution-list ul li .pic1:after {
        padding-bottom: 29.7%
    }

    .solution-list ul li .pic1 .pic1-info .solution-info {
        padding-top: 20px
    }

    .solution-list ul li .pic1 .pic1-info .solution-info .logo img {
        height: 120px
    }

    .solution-list ul li .pic1 .pic1-info .solution-info h3 {
        font-size: 50px
    }

    .solution-list ul li .pic1 .pic1-info .solution-info p {
        font-size: 30px
    }
}

@media (max-width: 1024px) {
    .home-video {
        background: #fbfbfb
    }

    .home-video .video-top p {
        width: 80%
    }

    .home-news ul {
        margin: 0 -10px
    }

    .home-news ul li {
        padding: 0 10px
    }

    .solution-list ul li .pic1 .pic1-info .solution-info .logo img {
        height: 80px
    }

    .solution-list ul li .pic1 .pic1-info .solution-info h3 {
        font-size: 40px
    }

    .solution-list ul li .pic1 .pic1-info .solution-info p {
        font-size: 24px
    }
}

@media (max-width: 992px) {
    .home-video {
        padding: 30px 0
    }

    .home-video .video-top {
        padding-bottom: 20px
    }

    .home-video .video-top h3 {
        font-size: 24px;
        margin-bottom: 10px
    }

    .home-video .video-top p {
        font-size: 14px
    }

    .home-video .video-top .line {
        margin: 0 auto 10px auto
    }

    .slideshow .slider .slick-prev {
        left: -60px
    }

    .slideshow .slider .slick-next {
        right: -60px
    }

    .home-news {
        padding: 30px 0
    }

    .home-news .news-top h3 {
        font-size: 24px
    }

    .home-news .news-top h3 span {
        font-size: 20px
    }

    .home-news .news-top a {
        margin-top: 3px
    }

    .home-news .news-top {
        padding-bottom: 10px;
        margin-bottom: 20px
    }

    .home-news ul li span {
        font-size: 18px;
        margin-bottom: 10px
    }

    .home-news ul li h3 {
        margin-bottom: 10px
    }

    .home-news ul li p {
        margin-bottom: 10px
    }

    .solution-list ul li .pic1 .pic1-info .solution-info {
        width: 350px;
        margin-left: -15px
    }

    .solution-bottom {
        padding: 20px 0
    }
}

@media (max-width: 768px) {
    .slideshow {
        height: 300px;
        width: 493px
    }

    .slideshow .item {
        height: 300px
    }

    .home-news ul {
        margin: 0 -5px
    }

    .home-news ul li {
        padding: 0 5px
    }

    .solution-list ul li .pic1 .pic1-info .solution-info h3 {
        font-size: 24px;
        margin-top: 0
    }

    .solution-list ul li .pic1 .pic1-info .solution-info p {
        margin-top: 0;
        font-size: 18px
    }

    .solution-list ul li .pic1 .pic1-info .solution-info {
        width: 45%
    }
}

@media (max-width: 640px) {
    .slideshow {
        height: 200px;
        width: 329px
    }

    .slideshow .item {
        height: 200px
    }

    .home-news ul li {
        width: 50%;
        margin-bottom: 10px
    }
}

@media (max-width: 500px) {
    .home-video .video-top p {
        width: 100%
    }

    .slideshow .slider .slick-prev {
        left: 0
    }

    .slideshow .slider .slick-next {
        right: 0;
        display: none !important
    }

    .slideshow {
        height: auto;
        width: 100%
    }

    .slideshow .item {
        height: auto
    }

    .home-news ul li span {
        font-size: 15px
    }

    .solution-list ul li .pic1 .pic1-info .solution-info .logo img {
        height: 60px
    }

    .solution-list ul li .pic1 .pic1-info .solution-info h3 {
        font-size: 18px;
        margin-top: 0
    }

    .solution-list ul li .pic1 .pic1-info .solution-info p {
        margin-top: 0;
        font-size: 14px
    }

    .solution-bottom .so-partner .slick-prev {
        background-size: 30px !important;
        width: 30px;
        height: 30px
    }

    .solution-bottom .so-partner .slick-next {
        background-size: 30px !important;
        width: 30px;
        height: 30px
    }

    .solution-bottom .so-partner .slick-prev:hover {
        background-size: 30px !important
    }

    .solution-bottom .so-partner .slick-next:hover {
        background-size: 30px !important
    }

    .solution-bottom .so-partner {
        padding: 0 35px
    }

    .solution-bottom .so-partner .item .pic2:after {
        padding-bottom: 60%
    }
}

@media (max-width: 414px) {
    .solution-list ul li .pic1 .pic1-info .solution-info p {
        display: none
    }

    .solution-list ul li .pic1 .pic1-info .solution-info {
        padding-top: 10px
    }
}

@media (max-width: 320px) {
    .home-news ul li {
        width: 100%
    }

    .solution-list ul li .pic1 .pic1-info .solution-info .logo img {
        height: 50px
    }
}