<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*多行省略隐藏*/

.ellipsis2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.ellipsis3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.ellipsis4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
}

.ellipsis5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
}

.body {
    overflow: hidden;
}

@font-face {
    font-family: "Open Sans Bold";
    src: url('../fonts/Open Sans Bold.eot');
    src: url("../fonts/Open Sans Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Open Sans Bold.woff2") format("woff2"), url("../fonts/Open Sans Bold.woff") format("woff"), url("../fonts/Open Sans Bold.ttf") format("truetype"), url("O../fonts/pen Sans Bold.svg#Open Sans Bold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@-webkit-keyframes slideInDown2 {
    from {
        -webkit-transform: translate3d(0, -70px, 0);
        transform: translate3d(0, -70px, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown2 {
    from {
        -webkit-transform: translate3d(0, -70px, 0);
        transform: translate3d(0, -70px, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown2 {
    -webkit-animation-name: slideInDown2;
    animation-name: slideInDown2;
}

@-webkit-keyframes fadeInUp2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp2 {
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}

@-webkit-keyframes fadeInDown2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown2 {
    -webkit-animation-name: fadeInDown2;
    animation-name: fadeInDown2;
}

@-webkit-keyframes fadeInLeft2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft2 {
    -webkit-animation-name: fadeInLeft2;
    animation-name: fadeInLeft2;
}

@-webkit-keyframes fadeInRight2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight2 {
    -webkit-animation-name: fadeInRight2;
    animation-name: fadeInRight2;
}

.headerTop {
    border-bottom: 2px #f8f8f8 solid;
    color: #a3a6a9;
    text-align: right;
    font-size: 16px;
    line-height: 30px;
    padding: 9px 0;
    position: relative;
    z-index: 999;
}

.headerTop a {
    min-width: 30px;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    color: #a3a6a9;
}

.headerTop a:hover {
    color: #003b82;
    text-decoration: underline;
}

.headerTop .email {
    padding-left: 40px;
}

.headerTop .email:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    opacity: 0.76;
    vertical-align: middle;
    margin-right: 12px;
    background: url(../images/icon/email.png) no-repeat center center;
}

.headerTop .tel:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    opacity: 0.76;
    vertical-align: middle;
    margin-right: 12px;
    background: url(../images/icon/tel.png) no-repeat center center;
}

.headerTop .weibo:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    opacity: 0.76;
    vertical-align: middle;
    margin-right: 12px;
    background: url(../images/icon/weibo.png) no-repeat center center;
}

.headerTop .weixin:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    opacity: 0.76;
    vertical-align: middle;
    margin-right: 12px;
    background: url(../images/icon/weixin.png) no-repeat center center;
}

.headerTop .line {
    display: inline-block;
    width: 1px;
    height: 18px;
    background: #e8e8e8;
    vertical-align: middle;
    margin: 0 15px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.header {
    z-index: 99;
    position: relative;
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.header .container {
    position: relative;
    padding-right: 60px;
}

.header a {
    color: #2a2a2a;
}

.header img {
    vertical-align: middle;
}

.header .logo {
    position: relative;
    z-index: 999;
    height: 60px;
    float: left;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-top: 20px;
}

.header .logo img {
    max-height: 60px;
    vertical-align: middle;
    position: relative;
}

.header .searchBtn {
    float: right;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: absolute;
    right: 0;
    top: 35px;
}

.header .searchBtn svg {
    width: 30px;
    height: 30px;
    margin: 0 auto 0 auto;
    vertical-align: middle;
    float: left;
}

.nav {
    float: right;
    text-align: right;
}

.nav:after {
    content: "";
    display: block;
    clear: both;
}

.nav .list {
    font-size: 0;
    float: right;
}

.nav li {
    text-align: center;
    float: left;
    position: relative;
}

.nav li&gt;a {
    padding: 0 20px;
    font-size: 16px;
    color: #2a2a2a;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.nav li&gt;a:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/icon/down.svg) no-repeat center center;
    vertical-align: middle;
}

.nav li:first-child&gt;a:after {
    display: none;
}

.nav li:hover .navChild {
    display: block;
}

.nav li:hover&gt;a,
.nav li.active&gt;a {
    font-weight: 700;
}

.nav .navChild {
    font-size: 14px;
    color: #333333;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100px;
    text-align: center;
    display: none;
    padding: 10px 0 10px 0;
    background: rgba(255, 255, 255, 0.9);
}

.nav .navChild div {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav .navChild a {
    color: #333333;
    display: block;
    position: relative;
}

.nav .navChild a:hover {
    background: #003b82;
    color: #fff;
}

.headerFixed {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
}

.headerFixed .logo {
    height: 50px;
    margin-top: 10px;
}

.headerFixed .logo img {
    max-height: 50px;
}

.headerFixed .logo .txt .title-1 {
    font-size: 20px;
}

.headerFixed .logo .txt .title-2 {
    font-size: 14px;
}

.headerFixed .nav li&gt;a {
    height: 70px;
    line-height: 70px;
    font-size: 14px;
}

.headerFixed .nav li&gt;a span {
    margin-top: 16px;
}

.headerFixed .nav .navChild {
    top: 70px;
}

.headerFixed .searchBtn {
    top: 20px;
}

#searchPopup {
    position: absolute;
    top: 0;
    width: 100%;
    display: none;
    z-index: 9999;
}

#searchPopup .searchBox {
    color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
    top: 105px;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

#searchPopup .searchBox.fadeIn {
    top: 95px;
    opacity: 1;
    z-index: 999;
}

#searchPopup .searchBox .container {
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    -webkit-transform: translateX(-70px);
    -ms-transform: translateX(-70px);
    transform: translateX(-70px);
}

#searchPopup .searchBox input {
    border: 1px #fff solid;
    background: #fff;
    color: #333;
    width: 40%;
    padding: 0 10px;
    font-size: 14px;
    height: 36px;
    line-height: 34px;
}

#searchPopup .searchBox input:focus {
    color: #333;
}

#searchPopup .searchBox .btn {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    height: 36px;
    width: 36px;
    background: #003b82;
    text-align: center;
}

#searchPopup .searchBox .btn svg {
    width: 20px;
    height: 20px;
    margin: 8px auto 0 auto;
}

#searchPopup .searchBox .btn .cls-1 {
    fill: #fff;
}

#searchPopup .searchBox .btn .cls-2 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}

#searchPopup .searchBox .close {
    display: none;
}

#searchPopup .searchBox2.fadeIn {
    top: 95px;
}

.transparent {
    display: none;
    position: fixed;
    z-index: 9;
    top: 0;
    margin: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.banner {
    clear: both;
    overflow: hidden;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 9;
}

.banner img {
    vertical-align: top;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}

.banner .list {
    overflow: hidden;
    display: block;
}

.banner li {
    float: left;
}

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

.banner .text {
    position: absolute;
    width: 100%;
    text-align: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.banner .text .title {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.5;
}

.banner .text .info {
    font-size: 18px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    margin-bottom: 60px;
}

.banner .playBtn a,
.banner .playBtn span {
    display: inline-block;
    background: #003b82;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    min-width: 180px;
    text-align: center;
    border-radius: 60px;
    cursor: pointer;
    position: relative;
}

.banner .playBtn a:before,
.banner .playBtn span:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/icon/play.png) no-repeat center center;
    margin-right: 10px;
}

.banner .playBtn a:hover,
.banner .playBtn span:hover {
    background: #ffcd51;
}

.banner img {
    -webkit-transition: all 4s ease-out;
    transition: all 4s ease-out;
}

.banner .slick-current .pc img,
.banner .slick-active .pc img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.banner .slick-current .text-01,
.banner .slick-active .text-01 {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.banner .slick-current .text-02,
.banner .slick-active .text-02 {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.banner .slick-current .text-03,
.banner .slick-active .text-03 {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.banner .slick-dots {
    bottom: 50px;
    font-size: 0;
    z-index: 999;
    overflow: initial;
}

.banner .slick-dots li {
    width: 20px;
    height: 10px;
    overflow: hidden;
    float: none;
}

.banner .slick-dots li button {
    padding: 0;
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #003b82;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.banner .slick-dots li button:before {
    display: none;
}

.banner .slick-dots .slick-active {
    width: 20px;
}

.banner .slick-dots .slick-active button {
    width: 100%;
    background: #b40d21;
    height: 100%;
}

.video-popup {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    max-width: 80%;
    max-height: 90%;
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    -webkit-overflow-scrolling: touch;
}

.video-popup .close {
    display: block;
    height: 36px;
    width: 36px;
    right: -36px;
    top: -36px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
}

.video-popup .close:before,
.video-popup .close:after {
    content: "";
    display: block;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.video-popup .close:before {
    width: 15px;
    height: 1px;
}

.video-popup .close:after {
    width: 1px;
    height: 15px;
}

.transparent1 {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    margin: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.inside-banner {
    clear: both;
    overflow: hidden;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 9;
}

.inside-banner img {
    vertical-align: top;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}

.inside-banner .list {
    overflow: hidden;
    display: block;
}

.inside-banner li {
    float: left;
}

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

.inside-banner .text {
    position: absolute;
    width: 100%;
    text-align: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.inside-banner .text .title {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.5;
}

.inside-banner .text .info {
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
}

@media screen and (max-width: 1360px) {
    .inside-banner .text .title {
        font-size: 50px;
    }
    .inside-banner .text .info {
        font-size: 16px;
    }
}

.home-title,
.inside-title {
    position: relative;
}

.home-title .title-1,
.inside-title .title-1 {
    color: #555555;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}

.home-title .title-1 .cn,
.inside-title .title-1 .cn {
    margin-right: 10px;
}

.home-title .title-2,
.inside-title .title-2 {
    color: #2a2a2a;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
}

.home-solution {
    position: relative;
    z-index: 10;
    margin-top: -24px;
}

.home-solution .list {
    background: #fff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.home-solution .list li {
    width: 16.66666667%;
    float: left;
    text-align: center;
    padding: 30px 0;
}

.home-solution .list .pic {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
    vertical-align: middle;
}

.home-solution .list .hover {
    display: none;
}

.home-solution .list .title {
    display: inline-block;
    line-height: 50px;
    vertical-align: middle;
    font-size: 18px;
}

.home-solution .list .box {
    padding: 10px 0;
    display: block;
    position: relative;
    border-right: 1px #e3e3e3 solid;
}

.home-solution .list .box:hover {
    color: #003b82;
}

.home-solution .list .box:hover .default {
    display: none;
}

.home-solution .list .box:hover .hover {
    display: block;
}

.home-about {
    padding-top: 110px;
    padding-bottom: 170px;
    position: relative;
}

.home-about .nr {
    padding-top: 80px;
}

.home-about .left {
    width: 58%;
    float: left;
    padding-right: 130px;
}

.home-about .right {
    width: 42%;
    float: left;
    text-align: right;
}

.home-about .jsh {
    padding: 30px 0 0 0;
    color: #555555;
    font-size: 16px;
    line-height: 34px;
}

.home-about .youshi {
    margin: 70px 0 60px 0;
    background: #fff;
}

.home-about .youshi li {
    background: #fff;
    width: 25%;
    text-align: center;
    float: left;
    color: #555;
    font-size: 18px;
    position: relative;
}

.home-about .youshi li:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}

.home-about .youshi li:last-child:after {
    display: none;
}

.home-about .youshi .num {
    display: inline-block;
    color: #003b82;
    position: relative;
    font-size: 15px;
    line-height: 1;
    color: #666666;
}

.home-about .youshi .num em {
    position: absolute;
    right: -20px;
    top: 10px;
    font-style: normal;
}

.home-about .youshi .counter {
    font-family: Open Sans Bold;
    font-size: 80px;
    color: #003b82;
}

.home-about .youshi .info {
    line-height: 20px;
}

.home-jjfa {
    padding-top: 180px;
    padding-bottom: 180px;
    position: relative;
    background: url(../images/home-jjfa-bg.jpg) no-repeat center bottom;
    overflow: hidden;
}

.home-jjfa .left {
    width: 42%;
    float: left;
    text-align: right;
}

.home-jjfa .right {
    width: 58%;
    float: left;
    padding-left: 60px;
}

.home-jjfa .jsh {
    padding: 30px 0 0 0;
    color: #555555;
    font-size: 16px;
    line-height: 34px;
}

.home-jjfa .jsh .info {
    color: #999999;
    line-height: 34px;
    height: 102px;
    overflow: hidden;
    margin-bottom: 50px;
}

.home-jjfa .menuTabs {
    margin: 30px 0;
}

.home-jjfa .menuTabs span:after {
    content: "|";
}

.home-jjfa .menuTabs span:last-child:after {
    display: none;
}

.home-jjfa .menuTabs span:first-child a {
    padding-left: 0;
}

.home-jjfa .menuTabs a {
    padding: 0 15px;
}

.home-jjfa .menuTabs a:hover {
    color: #003b82;
    text-decoration: underline;
}

.home-jjfa .menuTabs .active a {
    color: #003b82;
    text-decoration: underline;
    font-weight: 700;
}

.home-jjfa .conTabs .item {
    display: none;
}

.home-jjfa .more span,
.home-jjfa .more a {
    display: inline-block;
    color: #003b82;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
}

.home-jjfa .more span:after,
.home-jjfa .more a:after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 16px;
    background: url(../images/icon/arrow-right-1.png) no-repeat right center;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -3px;
}

.home-jjfa .more span:hover,
.home-jjfa .more a:hover {
    margin-left: 20px;
}

.home-product {
    background: #f4f5fa;
    padding-top: 130px;
    padding-bottom: 100px;
    position: relative;
}

.home-product .nr {
    padding-top: 70px;
}

.home-product .menuTabs {
    overflow: hidden;
    padding-bottom: 12px;
    margin-bottom: 25px;
}

.home-product .menuTabs .list {
    margin-left: -80px;
    margin-right: -80px;
}

.home-product .menuTabs li {
    position: relative;
    text-align: center;
    width: 20%;
    float: left;
}

.home-product .menuTabs .box {
    display: block;
    position: relative;
    z-index: 1;
    padding: 30px 0 30px 0;
}

.home-product .menuTabs .box:after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #003b82;
    box-shadow: 0 0 0 6px rgba(0, 59, 130, 0.23);
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.home-product .menuTabs .pic {
    display: block;
    width: 120px;
    height: 120px;
    position: relative;
    margin: auto;
}

.home-product .menuTabs .title {
    display: block;
    color: #222630;
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.home-product .menuTabs .title:before,
.home-product .menuTabs .title:after {
    content: "";
    display: block;
    width: 50%;
    height: 1px;
    background: #e6e6e8;
    position: absolute;
    z-index: -1;
    bottom: 10px;
}

.home-product .menuTabs .title:before {
    left: 0;
}

.home-product .menuTabs .title:after {
    right: 0;
}

.home-product .menuTabs .title span {
    background: #f4f5fa;
    padding: 0 10px;
    display: inline-block;
}

.home-product .menuTabs li:first-child .title:before {
    display: none;
}

.home-product .menuTabs li:last-child .title:after {
    display: none;
}

.home-product .menuTabs .hover {
    display: none;
}

.home-product .menuTabs .box:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.home-product .menuTabs .box:hover .hover {
    display: block;
}

.home-product .menuTabs .box:hover .default {
    display: none;
}

.home-product .menuTabs .box:hover .title {
    color: #003b82;
}

.home-product .menuTabs .active .box:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.home-product .menuTabs .active .box .hover {
    display: block;
}

.home-product .menuTabs .active .box .default {
    display: none;
}

.home-product .conTabs .item {
    display: none;
}

.home-product .conTabs .list {
    padding: 0 10px;
}

.home-product .conTabs .list li {
    width: 25%;
    float: left;
    padding: 0 10px;
}

.home-product .conTabs .list .box {
    border: 1px #dbdbdb solid;
    background: #fff;
    display: block;
    position: relative;
}

.home-product .conTabs .list .pic {
    overflow: hidden;
    display: block;
    position: relative;
}

.home-product .conTabs .list .pic:after {
    content: "";
    display: block;
    padding-top: 78.48101266%;
}

.home-product .conTabs .list .pic img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.home-product .conTabs .list .text {
    position: relative;
    padding: 0 20px;
}

.home-product .conTabs .list .title {
    color: #222222;
    font-size: 20px;
    font-weight: 700;
    height: 55px;
    line-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px #dbdbdb solid;
}

.home-product .conTabs .list .more span,
.home-product .conTabs .list .more a {
    line-height: 60px;
    display: block;
    color: #666666;
    font-size: 16px;
    position: relative;
}

.home-product .conTabs .list .more span:after,
.home-product .conTabs .list .more a:after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 16px;
    background: url(../images/icon/arrow-right-3.png) no-repeat right center;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

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

.home-product .conTabs .list .box:hover .title {
    color: #003b82;
}

.home-product .conTabs .list .box:hover .more a,
.home-product .conTabs .list .box:hover .more span {
    color: #003b82;
}

.home-product .conTabs .list .box:hover .more a:after,
.home-product .conTabs .list .box:hover .more span:after {
    background: url(../images/icon/arrow-right-1.png) no-repeat right center;
}

.home-product .moreBtn {
    text-align: center;
    margin-top: 80px;
}

.home-sczd {
    background: #292929 url(../images/mapworld.png) no-repeat center top;
    color: #fff;
    padding: 60px 0;
}

.home-sczd .home-title .title-1 {
    color: #bababa;
}

.home-sczd .home-title .title-2 {
    color: #fff;
}

.home-sczd .moreBtn a,
.home-sczd .moreBtn span {
    border-color: #fff;
    color: #fff;
}

.home-sczd .moreBtn a:after,
.home-sczd .moreBtn span:after {
    background: url(../images/icon/arrow-right-2.png) no-repeat right center;
}

.home-sczd .left {
    width: 45%;
    float: left;
    padding-top: 180px;
}

.home-sczd .right {
    width: 55%;
    float: left;
    text-align: right;
}

.home-sczd .jsh {
    margin-top: 60px;
    margin-bottom: 40px;
    line-height: 34px;
    height: 102px;
    overflow: hidden;
}

.moreBtn span,
.moreBtn a {
    border: 1px #003b82 solid;
    display: inline-block;
    color: #003b82;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 60px;
    min-width: 180px;
    border-radius: 60px;
    position: relative;
}

.moreBtn span:after,
.moreBtn a:after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 16px;
    background: url(../images/icon/arrow-right-1.png) no-repeat right center;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -3px;
}

.moreBtn span:hover,
.moreBtn a:hover {
    border-color: #003b82;
    background: #003b82;
    color: #fff;
}

.moreBtn span:hover:after,
.moreBtn a:hover:after {
    background: url(../images/icon/arrow-right-2.png) no-repeat right center;
}

.moreBtn-2 span,
.moreBtn-2 a {
    display: inline-block;
    color: #003b82;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
}

.moreBtn-2 span:after,
.moreBtn-2 a:after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 16px;
    background: url(../images/icon/arrow-right-1.png) no-repeat right center;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -3px;
}

.moreBtn-2 span:hover,
.moreBtn-2 a:hover {
    margin-left: 20px;
}

.home-news .menuTabs span,
.news .menuTabs span {
    margin-right: 10px;
}

.home-news .menuTabs span:last-child,
.news .menuTabs span:last-child {
    margin-right: 0;
}

.home-news .menuTabs a,
.news .menuTabs a {
    display: inline-block;
    color: #030f1b;
    min-width: 105px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    font-size: 16px;
}

.home-news .menuTabs a:hover,
.news .menuTabs a:hover {
    background: #003b82;
    color: #fff;
}

.home-news .menuTabs .active a,
.news .menuTabs .active a {
    background: #003b82;
    color: #fff;
}

.home-news .list,
.news .list {
    margin-top: 45px;
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
}

.home-news .list li,
.news .list li {
    width: 25%;
    float: left;
    padding: 0 15px;
}

.home-news .list .box,
.news .list .box {
    display: block;
    box-shadow: 0 0 0 1px #d3d3d3;
    position: relative;
}

.home-news .list .pic,
.news .list .pic {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0;
}

.home-news .list .pic:before,
.news .list .pic:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.home-news .list .pic img,
.news .list .pic img {
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.home-news .list .text,
.news .list .text {
    padding: 25px 20px 0 20px;
    position: relative;
    z-index: 2;
}

.home-news .list .ssfl,
.news .list .ssfl {
    color: #030f1b;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 50px;
}

.home-news .list .title,
.news .list .title {
    color: #030f1b;
    font-weight: 700;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
}

.home-news .list .info,
.news .list .info {
    color: #555555;
    font-size: 16px;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-bottom: 90px;
}

.home-news .list .date,
.news .list .date {
    overflow: hidden;
    border-top: 1px #dbdee1 solid;
}

.home-news .list .date .day,
.news .list .date .day {
    color: #003b82;
    font-size: 58px;
    float: left;
    line-height: 100px;
}

.home-news .list .date .month-year,
.news .list .date .month-year {
    float: right;
    text-align: center;
    line-height: 24px;
    padding-top: 26px;
}

.home-news .list .date .month,
.news .list .date .month {
    display: block;
}

.home-news .list .date .year,
.news .list .date .year {
    display: block;
}

.home-news .list .box:hover,
.news .list .box:hover {
    box-shadow: 0 0 0 1px #fff;
}

.home-news .list .box:hover .pic,
.news .list .box:hover .pic {
    opacity: 1;
}

.home-news .list .box:hover .text,
.news .list .box:hover .text {
    color: #fff;
}

.home-news .list .box:hover .ssfl,
.news .list .box:hover .ssfl {
    color: #fff;
}

.home-news .list .box:hover .title,
.news .list .box:hover .title {
    color: #fff;
}

.home-news .list .box:hover .info,
.news .list .box:hover .info {
    color: #fff;
}

.home-news .list .box:hover .date,
.news .list .box:hover .date {
    color: #fff;
}

.home-news .list .box:hover .day,
.news .list .box:hover .day {
    color: #fff;
}

.home-news .list .box:hover img,
.news .list .box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.home-news {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f9f9f9;
    position: relative;
}

.home-news .nr {
    padding-top: 80px;
}

.home-news .conTabs .item {
    display: none;
}

.news {
    padding: 80px 0 0 0;
    background: #f8f8f8;
}

.news .titleBig {
    text-align: center;
    font-weight: 700;
    color: #2a2a2a;
    font-size: 40px;
}

.news .part-1 {
    padding-top: 50px;
    padding-bottom: 70px;
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto;
}

.news .part-1 .list-2 {
    padding-bottom: 100px;
}

.news .part-1 .box {
    display: block;
}

.news .part-1 .pic {
    overflow: hidden;
    width: 50%;
    float: left;
    position: relative;
}

.news .part-1 .pic:after {
    content: "";
    display: block;
    padding-top: 57.74647887%;
}

.news .part-1 .pic img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.news .part-1 .text {
    width: 50%;
    float: right;
    padding-top: 40px;
    padding-left: 50px;
}

.news .part-1 .title {
    color: #030f1b;
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    margin-bottom: 20px;
}

.news .part-1 .date {
    color: #030f1b;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
    position: relative;
}

.news .part-1 .date:after {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background: #003b82;
    position: absolute;
    bottom: 0;
    left: 0;
}

.news .part-1 .info {
    color: #555555;
    font-size: 16px;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-bottom: 70px;
}

.news .part-1 .box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.news .part-1 .box:hover .title {
    color: #003b82;
}

.news .part-1 .box:hover .moreBtn a,
.news .part-1 .box:hover .moreBtn span {
    background: #003b82;
    color: #fff;
    border-color: #003b82;
}

.news .part-1 .box:hover .moreBtn a:after,
.news .part-1 .box:hover .moreBtn span:after {
    background: url(../images/icon/arrow-right-2.png) no-repeat right center;
}

.news .part-1 .slick-dots {
    z-index: 10;
    width: 56%;
    height: 2px;
    left: 22%;
    background: #e1e1e1;
    bottom: 17px;
}

.news .part-1 .slick-dots li {
    padding: 0;
    width: 33.333333%;
    height: 2px;
    display: block;
    margin: 0;
    float: left;
}

.news .part-1 .slick-dots button {
    width: 100%;
    height: 2px;
    padding: 0;
    display: block;
    background: #e1e1e1;
}

.news .part-1 .slick-dots button:before {
    content: "";
}

.news .part-1 .slick-active button {
    background: #003b82;
}

.news .part-1 .slick-active button:before {
    color: transparent;
}

.news .part-1 .slick-prev,
.news .part-1 .slick-next {
    border: 1px solid #dedede;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    z-index: 5;
    top: auto;
    bottom: 0;
    margin: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.news .part-1 .slick-prev:before,
.news .part-1 .slick-next:before {
    content: "";
}

.news .part-1 .slick-prev {
    background: url("../images/icon/prev-1.png") no-repeat center center !important;
    left: 18%;
}

.news .part-1 .slick-prev:hover {
    border-color: #003b82;
    background: url("../images/icon/prev-2.png") no-repeat center center !important;
}

.news .part-1 .slick-next {
    background: url("../images/icon/next-1.png") no-repeat center center !important;
    right: 18%;
}

.news .part-1 .slick-next:hover {
    border-color: #003b82;
    background: url("../images/icon/next-2.png") no-repeat center center !important;
}

.news .menuTabs {
    text-align: center;
}

.news .part-2 {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 100px;
}

.news .list {
    margin-bottom: 70px;
}

.news .list li {
    padding-bottom: 30px;
}

.news-show {
    margin: auto;
    color: #666666;
    text-align: justify;
    padding-top: 60px;
    padding-bottom: 100px;
}

.news-show .titleBig {
    text-align: center;
    margin-bottom: 20px;
}

.news-show .titleBig span {
    display: inline-block;
    background: #003b82;
    color: #fff;
    min-width: 105px;
    text-align: center;
    line-height: 40px;
    border-radius: 40px;
}

.news-show .show-title {
    text-align: center;
    font-weight: 700;
    color: #2a2a2a;
    font-size: 50px;
    margin-bottom: 20px;
}

.news-show .show-abstract {
    max-width: 920px;
    color: #000000;
    font-size: 18px;
    line-height: 2;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
}

.news-show .show-info {
    text-align: center;
    font-size: 16px;
    color: #909191;
    line-height: 30px;
    position: relative;
    margin-bottom: 40px;
}

.news-show .show-info img {
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.news-show .show-info span {
    display: inline-block;
    margin: 0 10px;
}

.news-show .share {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.news-show .share a {
    display: inline-block;
    background-color: #666e86;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    vertical-align: top;
    margin: 0 5px 0 0;
}

.news-show .share a:last-child {
    margin-right: 0;
}

.news-show .share .weixin {
    background: #666e86 url(../images/icon/weixin-2.png) no-repeat center center;
    background-size: 30px 30px;
}

.news-show .share .qq {
    background: #666e86 url(../images/icon/qq-2.png) no-repeat center center;
    background-size: 30px 30px;
}

.news-show .share .weibo {
    background: #666e86 url(../images/icon/weibo-2.png) no-repeat center center;
    background-size: 30px 30px;
}

.news-show .nr {
    margin-top: 80px;
    padding: 180px 0 0 0;
    color: #000000;
    font-size: 18px;
    line-height: 2;
    min-height: 500px;
}

.news-show .nr .container {
    background: #fff;
    max-width: 1200px;
    padding: 100px 100px 0 100px;
}

.news-show .nr .p-1 {
    font-size: 26px;
    font-weight: 700;
}

.news-show .nr .con {
    padding-bottom: 80px;
}

.news-show .prev-next {
    overflow: hidden;
    position: relative;
    font-size: 16px;
}

.news-show .prev-next a {
    color: #222222;
    display: block;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
}

.news-show .prev-next a span {
    margin-right: 20px;
}

.news-show .prev-next .prev,
.news-show .prev-next .next {
    width: 100%;
    height: 80px;
    line-height: 80px;
    float: left;
    -webkit-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
}

.news-show .prev-next .prev a,
.news-show .prev-next .next a {
    display: block;
    background-color: #f3f3f3;
    padding: 0 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-show .prev-next .prev a:hover,
.news-show .prev-next .next a:hover {
    background-color: #003b82;
    color: #fff;
}

.news-show .prev-next .prev {
    margin-bottom: 30px;
}

.home-subscribe {
    background: url(../images/home-subscribe-bg.jpg) no-repeat center bottom;
    color: #fff;
    text-align: center;
    padding: 80px 0;
}

.home-subscribe .text {
    margin-bottom: 35px;
}

.home-subscribe .title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}

.home-subscribe .info {
    font-size: 18px;
}

.home-subscribe .form {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.home-subscribe input {
    background: transparent;
    border: 2px #fff solid;
    line-height: 56px;
    width: 100%;
    border-radius: 60px;
    color: #fff;
    font-size: 18px;
    padding: 0 135px 0 25px;
}

.home-subscribe input::-webkit-input-placeholder {
    color: #75a7e3;
}

.home-subscribe .btn {
    display: block;
    line-height: 60px;
    text-align: center;
    background: #fff;
    color: #003b82;
    width: 110px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    position: absolute;
    top: 0;
    right: 0;
}

.home-subscribe .btn:hover {
    background: #eee;
}


/*footer*/

.footer {
    background: #2e2e31;
    background-size: cover;
    color: #fff;
    color: rgba(255, 255, 255, 0.63);
    padding-top: 60px;
    font-size: 14px;
}

.footer img {
    vertical-align: middle;
}

.footer a {
    color: rgba(255, 255, 255, 0.63);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer .contact-menu {
    padding-bottom: 60px;
    overflow: hidden;
}

.footer .share {
    font-size: 16px;
    line-height: 30px;
}

.footer .share a {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: top;
    margin: 0 5px 0 0;
}

.footer .share a:last-child {
    margin-right: 0;
}

.footer .share .weixin {
    background: url(../images/icon/weixin-2.png);
    background-size: 30px 30px;
}

.footer .share .qq {
    background: url(../images/icon/qq-2.png);
    background-size: 30px 30px;
}

.footer .share .weibo {
    background: url(../images/icon/weibo-2.png);
    background-size: 30px 30px;
}

.footer .left {
    width: 15%;
    float: left;
    font-size: 16px;
    color: #6c6c6c;
    padding-top: 30px;
}

.footer .left .logo {
    margin-bottom: 35px;
}

.footer .left .logo img {
    max-height: 85px;
    opacity: 0.32;
}

.footer .title {
    color: #fff;
    font-size: 16px;
    padding-bottom: 10px;
}

.footer .title a {
    color: #fff;
}

.footer .menu {
    width: 50%;
    float: left;
    text-align: center;
}

.footer .item {
    width: 33.33333333%;
    float: left;
    position: relative;
}

.footer .item:last-child .child {
    border: none;
}

.footer .child {
    position: relative;
    min-height: 150px;
    border-right: 1px rgba(255, 255, 255, 0.08) solid;
}

.footer .child a {
    color: rgba(255, 255, 255, 0.63);
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
}

.footer .child a:hover {
    color: #fff;
    margin-left: 10px;
}

.footer .right {
    width: 35%;
    float: left;
}

.footer .footer-hotTel {
    width: 50%;
    float: left;
    color: #6c6c6c;
    font-size: 16px;
    text-align: center;
}

.footer .footer-hotTel .div-1 {
    display: inline-block;
    text-align: left;
}

.footer .p-2 {
    font-size: 30px;
    color: #fff;
}

.footer .ewm {
    width: 50%;
    float: left;
    text-align: center;
    color: #6c6c6c;
    font-size: 14px;
    border-left: 1px rgba(255, 255, 255, 0.39) solid;
    padding-top: 10px;
    margin-top: 10px;
}


/*copyright*/

.copyright {
    border-top: 1px rgba(255, 255, 255, 0.1) solid;
    font-size: 14px;
    color: #6c6c6c;
    line-height: 35px;
    padding: 10px 0;
    position: relative;
    text-align: center;
}

.copyright a {
    color: #6c6c6c;
}

.copyright a:hover {
    color: #fff;
    text-decoration: underline;
}

.inside {
    color: #555555;
    font-size: 16px;
    line-height: 2.125;
}

.brief {
    padding-top: 120px;
    padding-bottom: 120px;
}

.brief .inside-title {
    margin-bottom: 30px;
}

.brief .left {
    width: 42%;
    float: left;
    text-align: right;
}

.brief .right {
    width: 58%;
    float: left;
    padding-left: 80px;
    line-height: 30px;
}

.brief .video {
    position: relative;
}

.brief .video .btnPlay {
    position: absolute;
    width: 72px;
    height: 72px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.brief .video:hover .btnPlay {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.brief .youshi {
    margin: 30px 0 0 0;
    background: #fff;
}

.brief .youshi li {
    background: #fff;
    width: 30%;
    text-align: center;
    float: left;
    color: #555;
    font-size: 18px;
    position: relative;
}

.brief .youshi li:after {
    content: "";
    display: none;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}

.brief .youshi li:last-child:after {
    display: none;
}

.brief .youshi .num {
    display: inline-block;
    color: #003b82;
    position: relative;
    font-size: 15px;
    line-height: 1;
    color: #666666;
}

.brief .youshi .num em {
    position: absolute;
    right: -20px;
    top: 10px;
    font-style: normal;
}

.brief .youshi .counter {
    font-family: Open Sans Bold;
    font-size: 80px;
    color: #003b82;
}

.brief .youshi .info {
    line-height: 20px;
}

.honor {
    background: #f8f8f8;
    padding-top: 120px;
    padding-bottom: 120px;
}

.honor .sm {
    padding-left: 60px;
    padding-right: 60px;
}

.honor .left {
    width: 70%;
    float: left;
}

.honor .right {
    width: 30%;
    padding-top: 179px;
    float: left;
    text-align: right;
}

.honor .right .inside-title {
    display: inline-block;
    text-align: left;
}

.honor .nr {
    margin-top: 60px;
    position: relative;
}

.honor .nr:before {
    content: "";
    width: 500%;
    background: url(../images/line.png) repeat;
    border-top: 1px #e1e1e1 solid;
    height: 9px;
    position: absolute;
    right: 0;
    top: 65px;
    margin: auto;
    display: block;
}

.honor .list {
    padding: 0 50px;
}

.honor .list li {
    width: 33.33333333%;
    float: left;
}

.honor .list .box {
    cursor: pointer;
}

.honor .list .box:hover .title {
    color: #003b82;
}

.honor .list .box:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.honor .list .title {
    color: #555555;
    font-size: 16px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    margin-bottom: 15px;
}

.honor .list .text {
    cursor: pointer;
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
}

.honor .list .text:before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #003b82;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.honor .list .text:after {
    content: "";
    display: block;
    width: 1px;
    height: 1px;
    background: #003b82;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
}

.honor .list .pic {
    display: block;
    width: 306px;
    height: 240px;
    position: relative;
    background: url(../images/honor-bg.png) no-repeat center center;
    padding: 14px 13px;
    margin: auto;
}

.honor .list .pic span {
    width: 280px;
    height: 212px;
    display: block;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.honor .list .pic span img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.honor .slick-prev:before,
.honor .slick-next:before {
    content: '';
}

.honor .slick-prev,
.honor .slick-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 66;
    top: 205px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.honor .slick-prev {
    background: #e1e1e2 url("../images/icon/arrow-left-4.png") no-repeat center center;
    left: 0;
}

.honor .slick-prev:hover {
    background: #003b82 url("../images/icon/arrow-left-4.png") no-repeat center center;
}

.honor .slick-next {
    background: #e1e1e2 url("../images/icon/arrow-right-4.png") no-repeat center center;
    right: 0;
}

.honor .slick-next:hover {
    background: #003b82 url("../images/icon/arrow-right-4.png") no-repeat center center;
}

.scjd {
    padding-top: 120px;
    padding-bottom: 120px;
}

.scjd .left {
    width: 42%;
    float: left;
}

.scjd .slick-dots {
    bottom: -60px;
    font-size: 0;
    z-index: 999;
    overflow: initial;
}

.scjd .slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 15px;
    overflow: hidden;
    float: none;
}

.scjd .slick-dots li button {
    padding: 0;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #cdcdcd;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.scjd .slick-dots li button:before {
    display: none;
}

.scjd .slick-dots .slick-active button {
    background: #003b82;
}

.scjd .list .pic {
    margin: auto;
    display: block;
    position: relative;
}

.scjd .list .pic:after {
    content: "";
    display: block;
    padding-top: 78.57142857%;
}

.scjd .right {
    width: 58%;
    padding-left: 200px;
    padding-top: 160px;
    float: left;
}

.scjd .sm {
    padding-top: 30px;
}

.yfzx {
    background: #f8f8f8;
    padding-top: 120px;
    padding-bottom: 120px;
}

.yfzx .left {
    width: 58%;
    float: left;
    padding-right: 200px;
    padding-top: 160px;
}

.yfzx .slick-dots {
    bottom: -60px;
    font-size: 0;
    z-index: 999;
    overflow: initial;
}

.yfzx .slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 15px;
    overflow: hidden;
    float: none;
}

.yfzx .slick-dots li button {
    padding: 0;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #cdcdcd;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.yfzx .slick-dots li button:before {
    display: none;
}

.yfzx .slick-dots .slick-active button {
    background: #003b82;
}

.yfzx .list .pic {
    margin: auto;
    display: block;
    position: relative;
}

.yfzx .list .pic:after {
    content: "";
    display: block;
    padding-top: 78.57142857%;
}

.yfzx .right {
    width: 42%;
    float: left;
}

.yfzx .sm {
    padding-top: 30px;
}

.bread {
    padding: 12px 0;
    color: #555555;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
    border-bottom: 1px #f5f5f5 solid;
}

.bread a {
    color: #555555;
}

.bread a:hover {
    color: #003b82;
    text-decoration: underline;
}

.bread .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
}

.bread em {
    color: #555555;
    font-style: normal;
}

@media screen and (max-width: 1023px) {
    .bread {
        padding: 10px 0;
    }
}

.product {
    padding: 80px 0 150px 0;
}

.product .jieshao {
    color: #2a2a2a;
    font-size: 32px;
    margin-bottom: 80px;
}

.product .nr {
    overflow: hidden;
}

.product .titleBig .en {
    color: #555555;
    font-size: 18px;
}

.product .titleBig .cn {
    color: #2a2a2a;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
}

.product .left {
    width: 22%;
    float: left;
    max-width: 360px;
}

.product .yhss {
    margin-top: 80px;
}

.product .yhss .title-2 {
    background: #f2f2f2;
    line-height: 100px;
    color: #2a2a2a;
    font-size: 30px;
    padding: 0 25px;
}

.product .yhss .title {
    background: #003b82;
    color: #fff;
    font-size: 20px;
    padding: 0 25px;
    line-height: 60px;
}

.product .yhss .child {
    border: 1px #d7d7d7 solid;
    border-top: none;
    padding: 10px 10px;
    overflow: hidden;
    font-size: 18px;
}

.product .yhss .child a {
    color: #6d6d6d;
    display: block;
    min-width: 50%;
    float: left;
    padding: 10px 10px;
    line-height: 30px;
}

.product .yhss .child a:hover {
    color: #003b82;
    text-decoration: underline;
}

.product .right {
    width: 78%;
    float: right;
    padding-left: 60px;
}

.product .classify-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 48px 0 0 0;
}

.product .classify {
    float: left;
    text-align: right;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px 0;
    font-size: 0;
}

.product .classify span {
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

.product .classify a {
    color: #2a2a2a;
    font-size: 18px;
    line-height: 30px;
    min-width: 150px;
    vertical-align: top;
    display: inline-block;
    position: relative;
}

.product .classify a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 3px;
    background: #003b82;
    vertical-align: middle;
    margin-right: 15px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.product .classify a:hover {
    color: #003b82;
    text-decoration: underline;
}

.product .classify a:hover:before {
    width: 23px;
}

.product .classify .active a {
    color: #003b82;
    font-weight: 700;
}

.product .classify .active a:before {
    width: 23px;
}

.product .form {
    float: right;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}

.product .form input {
    background: transparent;
    border: 1px #e7e7e7 solid;
    line-height: 48px;
    width: 100%;
    border-radius: 50px;
    color: #333;
    font-size: 16px;
    padding: 0 70px 0 20px;
}

.product .form input:focus {
    border-color: #003b82;
}

.product .form .btn {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #003b82;
    background: url(../images/icon/search.svg) no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
}

.product .list {
    padding: 80px 0 0 0;
    margin-bottom: 70px;
}

@media screen and (max-width: 1700px) {
    .product .classify {
        text-align: left;
    }
    .product .classify a {
        min-width: auto;
        margin-right: 20px;
    }
    .product .classify span:last-child a {
        margin-right: 0;
    }
}

.product .list,
.product-related .list {
    margin-left: -10px;
    margin-right: -10px;
}

.product .list li,
.product-related .list li {
    width: 33.33333333%;
    float: left;
    padding: 0 10px 30px 10px;
}

.product .list .box,
.product-related .list .box {
    border: 1px #dbdbdb solid;
    background: #fff;
    display: block;
    position: relative;
    max-width: 395px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.product .list .pic,
.product-related .list .pic {
    overflow: hidden;
    display: block;
    position: relative;
}

.product .list .pic:after,
.product-related .list .pic:after {
    content: "";
    display: block;
    padding-top: 78.48101266%;
}

.product .list .pic img,
.product-related .list .pic img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.product .list .text,
.product-related .list .text {
    position: relative;
    padding: 0 20px;
}

.product .list .title,
.product-related .list .title {
    color: #222222;
    font-size: 20px;
    font-weight: 700;
    height: 55px;
    line-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px #dbdbdb solid;
}

.product .list .more span,
.product-related .list .more span,
.product .list .more a,
.product-related .list .more a {
    line-height: 60px;
    display: block;
    color: #666666;
    font-size: 16px;
    position: relative;
}

.product .list .more span:after,
.product-related .list .more span:after,
.product .list .more a:after,
.product-related .list .more a:after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 16px;
    background: url(../images/icon/arrow-right-3.png) no-repeat right center;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product .list .box:hover,
.product-related .list .box:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.17);
}

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

.product .list .box:hover .title,
.product-related .list .box:hover .title {
    color: #003b82;
}

.product .list .box:hover .more a,
.product-related .list .box:hover .more a,
.product .list .box:hover .more span,
.product-related .list .box:hover .more span {
    color: #003b82;
}

.product .list .box:hover .more a:after,
.product-related .list .box:hover .more a:after,
.product .list .box:hover .more span:after,
.product-related .list .box:hover .more span:after {
    background: url(../images/icon/arrow-right-1.png) no-repeat right center;
}

.product-related {
    padding: 90px 0 60px 0;
}

.product-related .nr {
    margin-top: 90px;
}

.product-related .inside-title {
    text-align: center;
}

.product-related .list li {
    width: 25%;
}

.product-show-title {
    background: #043c82;
    color: #fff;
    font-size: 40px;
    line-height: 1.5;
    font-weight: 700;
    padding: 70px 0;
}

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

.product-show .hd {
    padding-bottom: 60px;
}

.product-show .hd .pics {
    width: 50%;
    float: left;
}

.product-show .hd .pics .slick-prev:before,
.product-show .hd .pics .slick-next:before {
    display: none;
}

.product-show .hd .pics .slick-prev,
.product-show .hd .pics .slick-next {
    width: 100%;
    height: 14px;
    margin-top: 0;
    z-index: 7;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.product-show .hd .pics .slick-prev {
    background: #efefef url(../images/icon/lefth.png) no-repeat center center;
    left: 0;
}

.product-show .hd .pics .slick-next {
    background: #efefef url(../images/icon/righth.png) no-repeat center center;
    right: 0;
    top: auto;
    bottom: 0;
}

.product-show .hd .pics .pro-max {
    width: 570px;
    text-align: center;
    position: relative;
    cursor: pointer;
    border: 1px solid #dcdcdc;
    float: left;
}

.product-show .hd .pics .pro-max .item .pic {
    position: relative;
}

.product-show .hd .pics .pro-max .item .pic:after {
    content: "";
    display: block;
    padding-top: 78.48101266%;
}

.product-show .hd .pics .pro-min {
    width: 160px;
    height: 448px;
    overflow: hidden;
    padding: 19px 0;
    margin-left: 15px;
    float: left;
}

.product-show .hd .pics .pro-min .getIndex {
    padding: 5px 0;
}

.product-show .hd .pics .pro-min .getIndex .item .pic {
    cursor: pointer;
    display: block;
    border: 1px solid #ededed;
    position: relative;
}

.product-show .hd .pics .pro-min .getIndex .item .pic:after {
    content: "";
    display: block;
    padding-top: 78.48101266%;
}

.product-show .hd .pics .pro-min .slick-current .item .pic {
    border: 1px solid #003b82;
}

.product-show .hd .text {
    width: 50%;
    float: left;
    font-size: 16px;
}

.product-show .hd .text .show-title {
    font-weight: 700;
    color: #2a2a2a;
    font-size: 40px;
    border-bottom: 1px #f9f9f9 solid;
}

.product-show .hd .text .shm {
    padding: 10px 0 15px 0;
}

.product-show .hd .div-1 {
    color: #221f1f;
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
}

.product-show .hd .div-1 .ewm {
    text-align: center;
    border: 1px #ececec solid;
    padding: 9px;
}

.product-show .hd .div-1 .div-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 40px;
    padding-left: 40px;
}

.product-show .hd .btns {
    margin-top: 30px;
}

.product-show .hd .btns a {
    display: inline-block;
    background: #555555;
    color: #fff;
    text-align: center;
    width: 180px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
}

.product-show .hd .btns a:hover {
    background: #003b82;
    color: #fff;
}

.product-show .hd .btns .a-2 {
    background: #003b82;
    color: #fff;
}

.product-show .hd .btns .a-2:hover {
    background: #00357f;
    color: #fff;
}

.product-show .prev-next {
    margin-left: -10px;
    margin-right: -10px;
}

.product-show .prev-next a {
    background: #f8f8f8;
    border: 1px #ededed solid;
    line-height: 55px;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #747474;
    font-size: 16px;
}

.product-show .prev-next a:hover {
    background: #003b82;
    color: #fff;
}

.product-show .prev-next li {
    width: 50%;
    float: left;
    padding: 0 10px;
}

.product-show .show {
    color: #222222;
    font-size: 16px;
}

.product-show .show .titleBig {
    color: #043c82;
    font-size: 18px;
    text-align: center;
}

.product-show .show .titleBig .cn {
    font-size: 40px;
    font-weight: 700;
}

.product-show .tedian {
    padding-top: 60px;
    padding-bottom: 60px;
}

.product-show .tedian .tabs {
    margin-top: 40px;
}

.product-show .tedian .menuTabs {
    text-align: center;
    border-bottom: 2px #ededed solid;
}

.product-show .tedian .menuTabs li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 10px;
    width: 20%;
    position: relative;
}

.product-show .tedian .menuTabs li.active .box:after {
    width: 100%;
}

.product-show .tedian .menuTabs .box {
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
}

.product-show .tedian .menuTabs .box:after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background: #043c82;
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.product-show .tedian .menuTabs .pic {
    width: 50px;
    height: 50px;
    position: relative;
    margin: auto auto 10px auto;
}

.product-show .tedian .menuTabs .title {
    color: #2a2a2a;
    font-size: 18px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.product-show .tedian .conTabs {
    margin-top: 60px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
}

.product-show .tedian .conTabs img {
    vertical-align: middle;
}

.product-show .tedian .pics {
    width: 940px;
    height: 500px;
    border: 10px #020202 solid;
    border-radius: 20px;
    text-align: center;
    margin: auto;
    position: relative;
}

.product-show .tedian .pic {
    overflow: hidden;
    margin: auto;
    position: relative;
}

.product-show .tedian .pic:after {
    content: "";
    display: block;
    padding-top: 52.17391304%;
}

.product-show .tedian .slick-prev,
.product-show .tedian .slick-next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #dfdfdf;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-show .tedian .slick-prev:before,
.product-show .tedian .slick-next:before {
    display: none;
}

.product-show .tedian .slick-prev {
    background: #dfdfdf url(../images/icon/arrow-left-5.png) no-repeat center;
    left: -130px;
    right: auto;
}

.product-show .tedian .slick-prev:hover {
    background-color: #003b82;
}

.product-show .tedian .slick-next {
    background: #dfdfdf url(../images/icon/arrow-right-5.png) no-repeat center;
    right: -130px;
    left: auto;
}

.product-show .tedian .slick-next:hover {
    background-color: #003b82;
}

.product-show .titleBig-2 {
    text-align: center;
    color: #2a2a2a;
    font-size: 40px;
    font-weight: 700;
}

.product-show .canshu {
    padding-top: 60px;
    padding-bottom: 60px;
}

.product-show .canshu .list {
    margin-top: 100px;
    margin-bottom: 100px;
    overflow: hidden;
    text-align: center;
}

.product-show .canshu .list li {
    width: 20%;
    display: inline-block;
    text-align: center;
}

.product-show .canshu .list .box {
    display: block;
    text-align: center;
    margin: auto;
}

.product-show .canshu .list .pic {
    background: url(../images/canshu-bg.png) no-repeat center center;
    position: relative;
    width: 143px;
    height: 143px;
    margin: auto;
}

.product-show .canshu .list .text {
    padding: 20px 0 0 0;
}

.product-show .canshu .list .title {
    color: #2a2a2a;
    font-size: 22px;
}

.product-show .canshu .list .info {
    color: #2a2a2a;
    font-size: 40px;
    font-weight: 700;
}

.product-show .canshu .zhu {
    color: #999999;
    font-size: 18px;
    text-align: center;
}

.product-show .shiyong {
    background: url(../images/shiyong-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 100px 0 100px 0;
}

.product-show .shiyong .nr {
    background: rgba(255, 255, 255, 0.95);
    width: 600px;
    margin-left: 130px;
    padding: 40px 40px;
}

.product-show .shiyong .titleBig {
    color: #2a2a2a;
    font-size: 40px;
    font-weight: 700;
}

.product-show .shiyong .menuTabs {
    margin: 20px 0 30px 0;
    border-bottom: 1px #dfdfdf solid;
}

.product-show .shiyong .menuTabs li {
    float: left;
    padding: 20px 0;
    position: relative;
}

.product-show .shiyong .menuTabs li:after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background: #003b82;
    position: absolute;
    left: 0;
    bottom: 0;
}

.product-show .shiyong .menuTabs a {
    display: inline-block;
    color: #626262;
    font-size: 16px;
    line-height: 40px;
    padding: 0 5px;
    position: relative;
}

.product-show .shiyong .menuTabs a:hover {
    color: #003b82;
    text-decoration: underline;
}

.product-show .shiyong .menuTabs .active a {
    color: #2a2a2a;
    font-size: 18px;
}

.product-show .shiyong .menuTabs .slick-current:after {
    width: 100%;
}

.product-show .shiyong .menuTabs .slick-current a {
    color: #2a2a2a;
    font-size: 18px;
}

.product-show .shiyong .conTabs {
    color: #222222;
    line-height: 34px;
    min-height: 102px;
}

@media screen and (max-width: 1700px) {
    .product-show .hd .pics {
        padding-right: 80px;
    }
    .product-show .hd .pics .pro-max {
        width: 100%;
    }
    .product-show .hd .pics .pro-min {
        width: 100%;
        margin-left: 0;
        padding: 0 19px;
        height: 65px;
        margin-top: 20px;
    }
    .product-show .hd .pics .pro-min .getIndex {
        padding: 0 5px;
    }
    .product-show .hd .pics .slick-prev {
        width: 14px;
        height: 100%;
        top: 0;
        left: 0;
        background: #efefef url(../images/icon/lefth-2.png) no-repeat center;
    }
    .product-show .hd .pics .slick-next {
        width: 14px;
        height: 100%;
        top: 0;
        right: 0;
        background: #efefef url(../images/icon/righth-2.png) no-repeat center;
    }
}

.message {
    background: #f7f8f9;
    padding-top: 110px;
    padding-bottom: 110px;
}

.message .nr {
    margin-top: 30px;
}

.message .titleBig {
    text-align: center;
    color: #555555;
    font-size: 18px;
}

.message .titleBig .cn {
    color: #2a2a2a;
    font-size: 40px;
    font-weight: 700;
}

.message .list {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.message .list .box {
    position: relative;
}

.message .list li {
    width: 50%;
    float: left;
    padding: 0 8px 16px 8px;
}

.message .list .li-1 {
    width: 100%;
}

.message .list .red {
    position: absolute;
    z-index: 9;
    left: 20px;
    top: 15px;
    color: #c70303;
}

.message .list input,
.message .list textarea,
.message .list select {
    width: 100%;
    border: none;
    color: #333;
    vertical-align: middle;
    border: #dbd9d9 solid 1px;
    padding: 0 30px;
    height: 60px;
    line-height: 58px;
    border-radius: 5px;
    font-size: 18px;
}

.message .list input {
    width: 100%;
}

.message .list input:focus {
    border: #003b82 solid 1px;
}

.message .list textarea {
    width: 100%;
    min-height: 140px;
}

.message .list textarea:focus {
    border: #003b82 solid 1px;
}

.message .list .yzhm {
    width: 100%;
}

.message .list .yzhm input {
    width: 40%;
}

.message .list .yzhm img {
    margin-right: 5px;
}

.message .list .btn {
    padding-top: 32px;
    width: 100%;
    text-align: center;
}

.message .list .submit,
.message .list .reset,
.message .list .email {
    font-size: 22px;
    width: 50%;
    display: inline-block;
    max-width: 200px;
    text-align: center;
    line-height: 55px;
    color: #002222;
    margin-right: 20px;
    border-radius: 5px;
    border: 1px #dbd9d9 solid;
    background: #FFF;
}

.message .list .submit:hover,
.message .list .reset:hover,
.message .list .email:hover {
    background: #003b82;
    border-color: #003b82;
    color: #fff;
}

.message .list .submit {
    background: #005fb6;
    color: #fff;
    border-color: #005fb6;
}

.message .list .reset:hover {
    border-color: #dbd9d9;
    background: #efefef;
    color: #002222;
}

.message .list .email {
    font-size: 20px;
}

.message .list .email:hover {
    background: #e8e8e8;
    color: #333;
}

.message .list .verify {
    max-height: 39px;
    vertical-align: middle;
    margin-left: 5px;
}

.solution {
    padding-top: 100px;
    padding-bottom: 100px;
}

.solution .shm {
    padding-bottom: 60px;
}

.solution .title-1 {
    text-align: center;
    font-size: 40px;
    color: #2a2a2a;
    font-weight: 700;
}

.solution .title-2 {
    text-align: center;
    font-size: 24px;
    color: #555555;
}

.solution .title-3 {
    text-align: center;
    font-size: 24px;
    color: #2a2a2a;
    font-weight: 700;
}

.solution .list-1 {
    text-align: center;
    padding: 20px 0 80px 0;
}

.solution .list-1 li {
    display: inline-block;
    padding: 0 30px;
}

.solution .list-1 .box {
    height: 30px;
    line-height: 30px;
    color: #555555;
    font-size: 18px;
    text-decoration: underline;
}

.solution .list-1 .box:hover {
    color: #003b82;
    text-decoration: underline;
}

.solution .list-2 li {
    padding-bottom: 50px;
}

.solution .list-2 li:last-child {
    padding: 0;
}

.solution .list-2 li:nth-child(2n) .text {
    float: right;
    padding-right: 60px;
    padding-left: 100px;
}

.solution .list-2 li:nth-child(2n) .num {
    left: 0;
}

.solution .list-2 li:nth-child(2n) .pic {
    float: left;
}

.solution .list-2 .box {
    display: block;
    border: 1px #f7f7f7 solid;
    background: #f7f7f7;
    overflow: hidden;
    position: relative;
    padding: 55px 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.solution .list-2 .text {
    width: 50%;
    float: left;
    padding-left: 150px;
    padding-right: 10px;
    padding-top: 60px;
    position: relative;
}

.solution .list-2 .num {
    display: block;
    width: 50px;
    color: #cacaca;
    font-size: 40px;
    text-align: center;
    position: absolute;
    top: 35px;
    left: 60px;
}

.solution .list-2 .num:after {
    content: "";
    display: block;
    width: 1px;
    height: 45px;
    background: #e2e2e2;
    margin: auto;
}

.solution .list-2 .title {
    line-height: 1.5;
    margin-bottom: 30px;
}

.solution .list-2 .title .en {
    color: #555555;
    font-size: 18px;
}

.solution .list-2 .title .cn {
    color: #2a2a2a;
    font-size: 40px;
    font-weight: 700;
}

.solution .list-2 .info {
    color: #555555;
    font-size: 16px;
    line-height: 34px;
    height: 102px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    margin-bottom: 30px;
}

.solution .list-2 .pic {
    width: 50%;
    float: left;
    padding: 0 55px 0 50px;
}

.solution .list-2 .pic span {
    float: right;
    overflow: hidden;
    width: 100%;
    max-width: 700px;
    display: block;
    position: relative;
}

.solution .list-2 .pic span:after {
    content: "";
    display: block;
    padding-top: 57.14285714%;
}

.solution .list-2 .pic img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.solution .list-2 .box:hover {
    border: 1px #003b82 solid;
    box-shadow: 0 0 30px 0 rgba(0, 3, 23, 0.15);
}

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

.solution .list-2 .box:hover .moreBtn-2 a,
.solution .list-2 .box:hover .moreBtn-2 span {
    margin-left: 20px;
}

.solution-show .jieshao {
    padding: 70px 0;
}

.solution-show .jieshao .box {
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.solution-show .jieshao .text {
    width: 50%;
    max-width: 650px;
    float: left;
    padding-right: 10px;
    padding-top: 80px;
    padding-left: 25px;
    position: relative;
}

.solution-show .jieshao .num {
    display: block;
    width: 50px;
    color: #cacaca;
    font-size: 40px;
    text-align: center;
    position: absolute;
    top: 35px;
    left: 60px;
}

.solution-show .jieshao .num:after {
    content: "";
    display: block;
    width: 1px;
    height: 45px;
    background: #e2e2e2;
    margin: auto;
}

.solution-show .jieshao .title {
    line-height: 1.5;
    margin-bottom: 30px;
}

.solution-show .jieshao .title .en {
    color: #555555;
    font-size: 18px;
}

.solution-show .jieshao .title .cn {
    color: #2a2a2a;
    font-size: 40px;
    font-weight: 700;
}

.solution-show .jieshao .info {
    color: #555555;
    font-size: 16px;
    line-height: 34px;
}

.solution-show .jieshao .pic {
    width: 50%;
    float: right;
    padding: 0 55px 0 50px;
}

.solution-show .jieshao .pic span {
    float: right;
    overflow: hidden;
    width: 100%;
    max-width: 700px;
    display: block;
    position: relative;
}

.solution-show .jieshao .pic span:after {
    content: "";
    display: block;
    padding-top: 57.14285714%;
}

.solution-show .jieshao .pic img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.solution-show .xmal {
    background: #f7f7f7;
    padding: 110px 0 0 0;
}

.solution-show .xmal .titleBig {
    text-align: center;
}

.solution-show .xmal .titleBig .title-1 {
    color: #2a2a2a;
    font-size: 18px;
}

.solution-show .xmal .titleBig .title-2 {
    color: #2a2a2a;
    font-size: 40px;
    font-weight: 700;
}

.solution-show .xmal .info {
    text-align: center;
    max-width: 1480px;
    margin: 60px auto 70px auto;
}

.solution-show .xmgm {
    background: #f7f7f7;
    padding: 110px 0 110px 0;
}

.solution-show .xmgm .titleBig {
    text-align: center;
    font-size: 28px;
    color: #2a2a2a;
}

.solution-show .xmgm .nr {
    margin-top: 60px;
}

.solution-show .xmgm .list li {
    width: 33.33333333%;
    float: left;
    padding: 0 60px;
}

.solution-show .xmgm .list .box {
    display: block;
    margin: auto;
    background: #fff;
    border: 1px #bbbbbb solid;
    padding: 60px 0;
}

.solution-show .xmgm .list .box:hover {
    border-color: #003b82;
}

.solution-show .xmgm .list .pic {
    width: 60px;
    height: 60px;
    margin: auto;
}

.solution-show .xmgm .list .text {
    text-align: center;
    padding: 30px 0 0 0;
}

.solution-show .xmgm .list .title {
    font-size: 16px;
    color: #555555;
    font-weight: 700;
}

.solution-show .xmgm .list .info {
    font-size: 16px;
    color: #555555;
}

.contact .lxfs {
    font-size: 18px;
    position: relative;
    z-index: 1;
    padding: 80px 0 110px 0;
}

.contact .lxfs .titleBig {
    color: #313131;
    font-size: 32px;
}

.contact .lxfs .div-1 {
    background: #f7f7f7;
    color: #000000;
    font-size: 18px;
    line-height: 2;
    padding: 82px 40px;
    margin: 50px 0;
}

.contact .lxfs .div-2 {
    margin-bottom: 70px;
    overflow: hidden;
}

.contact .lxfs .div-2 .titleBig {
    float: left;
    padding-top: 50px;
}

.contact .lxfs .div-2 .address-ewm {
    float: right;
}

.contact .lxfs .div-2 .address {
    color: #555555;
    font-size: 14px;
    text-align: right;
    float: left;
    padding-top: 45px;
    margin-right: 20px;
}

.contact .lxfs .div-2 .p-1 {
    margin-bottom: 20px;
}

.contact .lxfs .div-2 .ewm {
    border: 10px #f7f7f7 solid;
    float: right;
}

.contact .lxfs .div-2 img {
    vertical-align: middle;
}

.contact .lxfs .list {
    text-align: center;
    padding: 90px 0 0 0;
    border-top: 1px #ececec dotted;
}

.contact .lxfs .list li {
    width: 16.66%;
    float: left;
    position: relative;
}

.contact .lxfs .list li:after {
    content: "";
    display: block;
    width: 1px;
    height: 90px;
    background: #ececec;
    position: absolute;
    bottom: 20px;
    right: 0;
}

.contact .lxfs .list li:last-child:after {
    display: none;
}

.contact .lxfs .list .title {
    color: #313131;
    font-size: 16px;
}

.contact .lxfs .list .info {
    color: #555555;
    font-size: 14px;
}

.contact .lxfs .list .info a {
    color: #555;
}

.contact .lxfs .list .info a:hover {
    color: #003b82;
    text-decoration: underline;
}

.contact .xswl {
    padding: 50px 0;
}

.contact .xswl .titleBig {
    color: #555555;
    font-size: 18px;
    margin-bottom: 65px;
}

.contact .xswl .titleBig .cn {
    margin-right: 10px;
}

.contact .xswl .titleBig-2 {
    font-weight: 700;
    font-size: 40px;
    color: #2a2a2a;
    line-height: 52px;
    margin-bottom: 70px;
}

.contact .xswl .text {
    float: left;
    width: 32%;
    padding-right: 20px;
}

.contact .xswl .pic {
    width: 68%;
    float: left;
    text-align: right;
}

.contact .youshi {
    margin: 60px 0 0 0;
    background: #fff;
}

.contact .youshi li {
    background: #fff;
    padding: 35px 10px;
    width: 33.33333333%;
    text-align: center;
    float: left;
    font-size: 18px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact .youshi .num {
    display: inline-block;
    color: #003b82;
    position: relative;
    font-size: 15px;
    line-height: 1;
    color: #666666;
    float: left;
}

.contact .youshi .num em {
    position: absolute;
    right: -20px;
    top: 10px;
    font-style: normal;
}

.contact .youshi .counter {
    font-family: Open Sans Bold;
    font-size: 80px;
    color: #003b82;
    margin-right: 10px;
}

.contact .youshi .info {
    font-size: 20px;
    color: #003b82;
    line-height: 25px;
    font-weight: 700;
}

#allmap {
    width: 100%;
 
}

#allmap img {
   width:100%;
 
}

#allmap .anchorBL {
    display: none;
}

.page {
    clear: both;
    text-align: center;
    font-size: 0;
    font-family: arial;
    line-height: 16px;
}

.page em {
    font-style: normal;
    font-size: 14px;
    line-height: 40px;
    vertical-align: middle;
}

.page a,
.page span {
    color: #666666;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    min-width: 40px;
    line-height: 38px;
    height: 40px;
    background: #fff;
    border: 1px #e5e5e5 solid;
    margin: 0 3px;
    padding: 0 10px;
    border-radius: 5px;
    vertical-align: middle;
}

.page a.cur,
.page span.cur,
.page a:hover,
.page span:hover {
    border-color: #004098;
    background: #004098;
    color: #fff;
    font-weight: 400;
}

.page a.prev,
.page span.prev,
.page a.next,
.page span.next {
    border: none;
    padding: 0 20px;
}

.page .total {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin: 0 20px;
}

.page .total span {
    border-color: #004098;
    background: #004098;
    color: #ffffff;
}

.page .jump {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.page input {
    width: 85px;
    height: 40px;
    line-height: 38px;
    border-radius: 5px;
    text-align: center;
    border: 1px #e5e5e5 solid;
    font-size: 16px;
}

.page input:focus {
    border-color: #003b82;
}

@media screen and (max-width: 1700px) {
    .home-jjfa .menuTabs a {
        padding: 0 8px;
    }
    .home-news .list .ssfl,
    .news .list .ssfl {
        margin-bottom: 20px;
    }
    .home-news .list .title,
    .news .list .title {
        margin-bottom: 10px;
    }
    .home-news .list .info,
    .news .list .info {
        margin-bottom: 40px;
        font-size: 14px;
        line-height: 28px;
        height: 56px;
    }
    .honor .left {
        width: 80%;
    }
    .honor .right {
        width: 20%;
    }
    .contact .xswl .text {
        width: 40%;
    }
    .contact .xswl .pic {
        width: 60%;
    }
}</pre></body></html>