@charset "utf-8";

/* CSS Document */
html {
    font-size: 62.5%;
    height: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    height: 100%;
    background: #fff;
    width: 100%;
    max-width: 1920px;
    overflow-x: hidden;
}


img {
    border: none;
}

ul li {
    list-style-type: none;
}

ul,
form,
p,
a,
img,
table,
tr,
td,
li,
dd,
dt,
dl,
span,
em {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #333;
}

img {
    display: block;
    transition: 0.5s;
}

a {
    text-decoration: none;
    color: #333;
    outline: none;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
}

h1,
h2 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #333;
}

.clear {
    clear: both;
}

.maln {
    margin-left: auto !important
}

input,
textarea,
select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    color: #999999;
    border: none;
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block
}

input[type="button"],
input[ type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

button {
    border-radius: 0px;
    -webkit-border-radius: 0px;
}

::selection {
    color: #fff;
    background: #1558a8;
}

* {
    margin: 0px;
    padding: 0px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: #e5e5e5
}

::-webkit-scrollbar-thumb {
    background: #1558a8;
}


.fons0 {
    font-size: 0px;
    font-size: 0rem;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #666666;
    opacity: 1
}

:-o-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666666;
    opacity: 1
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666666;
    opacity: 1
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #666666;
    opacity: 1
}

@media screen and (min-width:1000px) {
    .zong {
        width: calc(100% - 160px);
        max-width: 1400px;
        margin: auto;
    }

    .zong1 {
        width: calc(100% - 160px);
        max-width: 1200px;
        margin: auto;
    }
}

@media screen and (max-width:999px) {

    .zong,
    .zong1 {
        width: 95%;
        margin: auto;
    }
}

a:hover img {
    transform: scale(1.1, 1.1)
}

img {
    max-width: 100%;
}

a:hover {
    color: #1558a8;
}

.mp {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #666666;
}

.mp p,
.mp a {
    color: #666666;
    display: block;
}

.mp a:hover {
    color: #1558a8;
}

.mp1 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    color: #666666;
}

.mp1 p,
.mp1 a {
    color: #666666;
    display: block;
}

.mp1 a:hover {
    color: #1558a8;
}

.mp2 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    color: #666666;
}

.mp2 p,
.mp2 a {
    color: #666666;
    display: block;
}

.mp2 a:hover {
    color: #1558a8;
}

@media screen and (max-width:1559px) {
    .mp1 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 30px !important;
    }
}

@media screen and (max-width:1359px) {
    .mp {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 26px !important;
    }
}

@media screen and (max-width:999px) {
    .mp2 {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 22px !important;
    }
}

@media screen and (max-width:767px) {
    .mp1 {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 26px !important;
    }

    .mp {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 22px !important;
    }
}

.img1 {
    display: block;
    position: relative;
    overflow: hidden;
}

.img1 img {
    width: 100%;
    position: relative;
    z-index: 1
}

.img1:before {
    content: '';
    position: absolute;
    width: 0px;
    height: 100%;
    background: #fff;
    opacity: 0.5;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    transition: 1s;
    z-index: 2
}

.img1:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0px;
    background: #fff;
    opacity: 0.5;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    transition: 1s;
    z-index: 2
}

.img1:hover:before {
    width: 100%;
    opacity: 0
}

.img1:hover:after {
    height: 100%;
    opacity: 0
}

@keyframes m1tu {
    0% {
        opacity: 0;
        left: 0px;
    }

    50% {
        opacity: 1;
        left: 50%;
    }

    100% {
        opacity: 0;
        left: 100%
    }
}

.img2 {
    display: block;
    width: 300px;
    margin: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.img2 img {
    width: 100%;
}

.img2:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0px;
    transition: 0.5s;
    background: #fff;
    width: 40px;
    filter: blur(30px);
    opacity: 0;
    z-index: 3
}

.img2:hover:after {
    -webkit-animation-name: m1tu;
    animation-name: m1tu;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.niu1 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.niu1 span {
    position: relative;
    z-index: 2;
}

.niu1:before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -50px;
    border-bottom: 50px solid #1558a8;
    border-right: 30px solid transparent;
    -webkit-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.niu1:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
    border-left: 30px solid transparent;
    border-bottom: 50px solid #1558a8;
    -webkit-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.niu1:hover:before {
    -webkit-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    -o-transform: translateX(-40%);
    transform: translateX(-40%);
}

.niu1:hover:after {
    -webkit-transform: translateX(40%);
    -moz-transform: translateX(40%);
    -ms-transform: translateX(40%);
    -o-transform: translateX(40%);
    transform: translateX(40%);
}

.niu2 {
    overflow: hidden;
    position: relative;
}

.niu2 span {
    position: relative;
    display: block;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.niu2 span:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #1558a8;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.niu2:hover span:before {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
}

.niu3 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background 0.4s linear, color 0.3s linear;
    -o-transition: background 0.4s linear, color 0.3s linear;
    -moz-transition: background 0.4s linear, color 0.3s linear;
    transition: background 0.4s linear, color 0.3s linear;
}

.niu3:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 50%;
    opacity: 0;
    z-index: -1;
    content: '';
    background: #1558a8;
    -webkit-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.niu3:hover {
    color: #fff;
}

.niu3:hover:after {
    height: 500%;
    opacity: 1;
}


.at-resp-share-element .at4-share-count-container {
    text-decoration: none;
    float: right;
    padding-right: 15px;
    line-height: 25px !important;
}

.at-resp-share-element .at-icon {
    width: 24px !important;
    height: 24px !important;
}

.at-style-responsive .at-share-btn {
    padding: 0 !important;
    border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 24px !important;
    height: 24px !important;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
    margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
    width: 24px !important;
    height: 24px !important;
}

.at-style-responsive .at-share-btn {
    padding: 0 !important;
    border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 24px !important;
    height: 24px !important;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
    margin-right: 3px !important;
}


/*  head  */
.head {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    transition: 1s;
    background: #ffffff;
    z-index: 99999;
    border-bottom: 1px solid #e8e8e8;
}

.head .zong {
    padding-top: 30px;
}

.logo {
    display: block;
    float: left;
    width: 163px;
}

.logo img {
    display: block;
    margin: auto;
    width: 100%;
    transition: 1s;
}

/*  sousuo  */
.sousuo {
    float: right;
    width: 26px;
    height: 40px;
    margin-right: 34px;
    position: relative;
    z-index: 9999;
    transition: 0.5s;
}

.sousuo form {
    width: 240px;
    height: 0px;
    overflow: hidden;
    position: absolute;
    right: -5px;
    top: 42px;
    background: #1558a8;
    border-radius: 4px;
    color: #fff;
    border: 0px solid rgba(0, 0, 0, 0);
    transition: 0.5s;
    z-index: 99999
}

.sou {
    width: 200px;
    height: 43px;
    line-height: 43px;
    border-radius: 4px;
    padding-left: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    background: none;
}

.suo {
    width: 26px;
    height: 45px;
    float: right;
    background: none;
    position: relative;
    z-index: 9999999;
    border-radius: 4px;
    cursor: pointer;
}

.sou2,
.sou1 {
    width: 26px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 18px !important;
    color: #333333;
    cursor: pointer;
    z-index: 99990;
    transition: 1s;
}

.sou1 {
    width: 40px;
    color: #fff;
    font-size: 18px !important;
}

.sousuof form {
    height: 45px;
    border: 1px solid #ececec
}

.sousuo select {
    width: 80px;
    height: 33px;
    line-height: 33px;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 0px;
    background: none;
    color: #ffffff;
    font-size: 14px;
    font-size: 1.4rem;
    z-index: 9999999
}

.sousuo option {
    cursor: pointer;
    color: #333;
}

.yvn {
    float: right;
    position: relative;
    margin-top: 3px;
    z-index: 9999
}

.yvzhonga {
    display: block;
    line-height: 30px;
    transition: 1s;
    color: #333333;
    font-size: 14px;
    font-size: 1.4rem;
    cursor: pointer;
    position: relative;
    z-index: 99999
}

.yvzhonga svg {
    width: 100%;
    max-width: 21px;
    max-height: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle
}

.yvzhonga i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    font-size: 10px;
    color: #333333;
}

.yvul {
    width: 100%;
    min-width: 100px;
    position: absolute;
    top: 36px;
    right: 0px;
    background: #fff;
    border: 1px solid #ccc;
    display: none;
}

.yvul a {
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    color: #333;
}

.yvul a:hover {
    background: #1558a8;
    color: #fff;
}

.daohang {
    float: right;
    transition: 0.5s;
    margin-right: 10px;
}

.daohang>li {
    float: left;
    z-index: 999;
    margin-right: 10px;
    position: relative;
}

.daohang>li>a {
    display: block;
    font-size: 20px;
    font-size: 2rem;
    line-height: 36px;
    padding: 0 15px;
    padding-bottom: 34px;
    color: #333333;
    cursor: pointer;
    transition: 1s;
    position: relative;
}

.daohang>li>a:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 4px;
    background: #1558a8;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    z-index: -1;
    transition: 0.5s;
}

.daohang>li:hover>a {
    color: #1558a8;
}

.daohang>li:hover>a:before {
    width: 60px
}

.dangqiandao>a {
    color: #1558a8 !important;
}

.dangqiandao>a:before {
    width: 60px !important;
}


.yijiw {
    background: #fff;
    background: rgba(255, 255, 255, 0);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -9999px;
}

.yiji {
    background: #f5f5f5;
    box-shadow: 0px 0px 5px 0px rgba(4, 0, 0, 0.1);
    width: 460px;
}

.yiji li {
    position: relative;
    transition: 0.5s;
    padding: 20px 60px;
}

.yiji li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 0px;
    background: #1558a8;
    right: 0px;
    top: 0px;
    transition: 0.5s;
}

.yiji li a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 0px;
    position: relative;
}

.yiji li a em {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #1558a8;
    opacity: 0;
    transition: 0.5s;
}

.yiji li:hover:before {
    height: 100%;
}

.yiji li:hover>a {
    color: #1558a8;
}

.yiji li:hover>a em {
    opacity: 1
}

.erji {
    position: absolute;
    width: 460px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(4, 0, 0, 0.1);
    top: -9999px;
    left: 100%;
    padding: 10px 0;
}

.sanji {
    position: absolute;
    width: 220px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(4, 0, 0, 0.1);
    top: -9999px;
    left: 100%;
    padding: 10px 0;
}

.yiji2 {
    width: 160px;
    background: #fff;
}

.yiji2 li {
    padding: 15px 20px;
}

.yiji2 li a {
    font-size: 20px;
    font-size: 2rem;
}

.yiji2 li:before {
    display: none;
}

.daohang>li:hover .yijiw {
    top: 100%;
}

.daohang>li:hover .yiji>li>a {
    line-height: 30px;
}

.yiji>li:hover {
    background: #fff;
}

.yiji>li:hover .erji {
    top: 0px;
}

.yiji>li:hover .erji>li>a {
    line-height: 30px;
}

.erji>li:hover .sanji {
    top: 0px;
}

.erji>li:hover .sanji>li>a {
    line-height: 30px;
}

.matn {
    margin-top: auto !important;
}

.daohang2,
sousuo2,
.xnav {
    display: none
}

.headh {
    background: #fff !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.headh .logo {
    width: 100px;
}

.headh .daohang {
    margin-top: 30px;
}

.headh .daohang>li {
    padding-bottom: 15px;
}

.headh .yvn,
.headh .sousuo {
    margin-top: 30px;
}

/*  banner  */
.banner1 img {
    max-width: 100%;
    border: 0px solid #ccc;
    transform: scale(1) !important
}

.banner1 {
    position: relative;
    z-index: 2;
    line-height: 0;
    font-size: 0;
}

.banner1 .slick-arrow {
    position: absolute;
    z-index: 99;
    display: none !important;
    top: 50%;
    margin-top: -31px;
    width: 62px;
    height: 62px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.banner1 .slick-prev {
    left: 0;
    cursor: pointer;
}

.banner1 .slick-next {
    right: 0;
    cursor: pointer;
}

.banner1 .slick-dots {
    position: absolute;
    z-index: 999999;
    left: 0;
    right: 0;
    bottom: 26px;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
}

.banner1 .slick-dots li {
    margin: 0 8px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.banner1 .slick-dots li.slick-active a {
    background: #1558a8;
}

.banner1 .slick-dots a {
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
}

.banner.hide {
    display: none;
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots .slide-count {
    display: none;
}

.slick-slide {
    position: relative;
}

.slick-slide iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slick-slide video {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 101%;
    min-height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    display: none \9;
    display: block \9\0;
}
.fenbanner {
    padding-bottom: 31.25%
}
@media screen and (max-width:1659px) {
    .sousuo {
        margin-right: 10px;
    }

    .daohang {
        margin-right: 0px;
        margin-top: 0px;
    }

    .daohang>li {
        margin-right: 10px;
    }

    .daohang>li>a {
        font-size: 18px;
        font-size: 1.8rem;
        padding-bottom: 20px;
    }

    .sou2 {
        font-size: 20px !important;
        line-height: 34px;
    }

    .logo {
        width: 150px;
    }

    .xlzi {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 26px;
        margin-top: 10px;
    }

    .yiji,
    .erji {
        width: 260px;
    }

    .yiji li {
        padding: 10px;
    }

    .yiji li a {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .yiji li:before {
        width: 3px;
    }

    .yiji2 li {
        padding: 10px;
    }

    .yiji2 li a {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media screen and (max-width:1359px) {
    .head .zong {
        padding-top: 15px;
    }

    .logo {
        width: 110px;
        margin-top: 0px;
    }

    .sousuo {
        margin-right: 10px;
    }

    .hexin {
        display: none;
    }

    .daohang>li {
        margin-right: 15px;
    }

    .daohang>li>a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 36px;
        padding: 0px;
        padding-bottom: 10px;
    }

    .dangqiandao:before {
        width: 50px !important;
        margin-left: -25px !important;
    }

    .yvzhonga {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .yiji li {
        padding: 5px 10px;
    }

    .yiji2 li {
        padding: 5px 10px;
    }
}

@media screen and (min-width:1000px) {

    .carousel,
    .nav,
    .clear2 {
        display: none
    }
}

@media screen and (max-width:999px) {
    .head {
        position: fixed;
        background: #fff;
        padding-bottom: 10px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    }

    .head .zong {
        padding-top: 10px;
    }

    .fenbanner {
        margin-top: 47.5px;
        padding-bottom: 0;
    }
    .fenbanner img{
        display: none;
    }
    .logo {
        width: 100px;
        margin-top: 2px;
    }

    .daohang {
        margin-top: 20px;
        float: none;
        text-align: center;
    }

    .yijiw,
    .yiji2,
    .xiala {
        display: none
    }

    .daohang {
        margin-top: 10px;
        display: none
    }

    .daohang>li {
        float: none;
        display: inline-block;
        *float: left;
        margin: auto;
        padding-bottom: 0px;
        margin: 0 19px;
    }

    .daohang>li>a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 26px;
    }

    .clear2 {
        clear: both;
    }

    .sousuo {
        display: none
    }

    .yvn {
        margin-right: 45px;
        margin-top: 0px;
    }

    .yvzhonga {
        height: 26px;
        line-height: 26px;
    }

    .slick-slide video {
        object-position: inherit;
        object-fit: inherit;
        width: 100%;
        height: 100%;
        transform: translate(0, 0);
        left: 0;
        top: 0;
    }

    .banner1 .slick-dots {
        bottom: 14px;
    }

    .banner1 .slick-dots li {
        margin: 0 5px;
    }

    .banner1 .slick-dots a {
        width: 10px;
        height: 10px;
    }

    .xnav {
        display: block
    }

    .nav {
        position: fixed;
        width: 35px;
        height: 24px;
        background: #fff;
        right: 2.5%;
        top: 12px;
        cursor: pointer;
        border-radius: 5px;
        z-index: 999999999
    }

    .nav span {
        display: block;
        width: 20px;
        height: 2px;
        background: #1558a8;
        position: absolute;
        left: 50%;
        margin-left: -10px;
        top: 50%;
        transition: 0.8s;
        z-index: 99999991
    }

    .nav .nav1 {
        margin-top: -1px;
    }

    .nav .nav2 {
        margin-top: -8px;
    }

    .nav .nav3 {
        margin-top: 6px;
    }

    .nav:hover .nav1 {
        width: 25px;
    }

    .navh .nav1 {
        transform: rotate(45deg)
    }

    .navh .nav2 {
        transform: rotate(-45deg);
        width: 10px;
        margin-left: -1px;
        margin-top: -5px;
    }

    .navh .nav3 {
        transform: rotate(-45deg);
        width: 9px;
        margin-top: 3px;
        margin-left: -8px;
    }

    .navh:hover .nav2 {
        margin-top: -8px;
        margin-left: 7px;
    }

    .navh:hover .nav3 {
        margin-top: 5px;
        margin-left: -12px;
    }

    .smdaohang {
        position: fixed;
        width: 300px;
        height: 0px;
        overflow: auto;
        top: 0px;
        right: 0px;
        background: #1558a8;
        z-index: 9999999;
        transition: 0.8s;
        text-align: center;
    }

    .smdaohangh {
        right: 0px;
        top: 0px;
        height: 100%;
    }

    .topnav {
        margin: auto;
        margin-top: 30px;
        padding: 20px;
    }

    ul.topnav li {
        text-align: left;
        position: relative;
    }

    ul.topnav li a {
        padding: 15px 5px;
        padding-left: 0px;
        color: #fff;
        display: block;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        padding-right: 50px;
        border-bottom: 1px dashed #fff;
        font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    }

    ul.topnav ul {
        display: none;
    }

    ul.topnav ul li {
        clear: both;
    }

    ul.topnav ul li a {
        padding: 10px 5px;
        padding-left: 20px;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: normal;
        outline: 0;
        border: none;
    }

    ul.topnav ul li a:hover {}

    ul.topnav ul ul li a {
        padding-left: 40px;
        font-size: 12px;
        font-size: 1.2rem;
    }

    ul.topnav ul ul {
        border-top: 1px dashed rgba(255, 255, 255, 0.5);
        border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    }

    ul.topnav ul ul ul li a {
        padding-left: 60px;
    }

    ul.topnav span {
        display: block;
        position: absolute;
        right: 0px;
        top: 15px;
        width: 20px;
        height: 20px;
        background: #fff;
        background: rgba(255, 255, 255, 0.6);
        cursor: pointer;
        border-radius: 50%;
        transition: 0.5s;
    }

    ul.topnav span:before {
        content: "";
        width: 6px;
        height: 2px;
        background: #333;
        position: absolute;
        left: 50%;
        margin-left: -3px;
        top: 50%;
        margin-top: 0px;
        transform: rotate(45deg);
        transform-origin: right center
    }

    ul.topnav span:after {
        content: "";
        width: 6px;
        height: 2px;
        background: #333;
        position: absolute;
        left: 50%;
        margin-left: -3px;
        top: 50%;
        margin-top: -1px;
        transform: rotate(-45deg);
        transform-origin: right center;
        transition: 0.5s;
    }

    ul.topnav span.yizi {
        transform: rotate(90deg)
    }

    .smdaohang form {
        margin-top: 10px;
        margin-bottom: 15px;
        width: 240px;
        height: 36px;
        border: 1px solid #fff;
        position: relative;
        background: #fff;
    }

    .smdaohang form .iptc {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 15px;
        background-color: #fff;
        width: 80%;
        height: 34px;
        line-height: 34px;
        display: block;
        float: left;
        border-radius: 10px;
    }

    .smdaohang form .ipsc {
        width: 20%;
        height: 34px;
        line-height: 34px;
        display: block;
        float: right;
        background: transparent;
        position: relative;
        z-index: 99;
    }

    .smdaohang form i {
        position: absolute;
        right: 10px;
        top: 6px;
    }
}

@media screen and (min-width:768px) {
    .clear3 {
        display: none
    }
}

@media screen and (max-width:767px) {
    .head {
        padding-bottom: 10px;
    }

    .daohang2 {
        display: block;
        text-align: center;
        margin-top: 20px;
    }

    .daohang2 a {
        float: left;
        width: 25%;
        font-size: 14px;
        font-size: 1.4rem;
        color: #fff;
        line-height: 24px;
        text-align: center;
    }

    .daohang2 .dangqiandao {
        color: #082b2f !important
    }

    .daohang,
    .daohang1 {
        display: none
    }

    .clear3 {
        clear: both;
    }
}

/*  main1  */
.main1 {
    background: url("../images/m1bei.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding-top: 78px;
    padding-bottom: 86px;
}

.main1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url("../images/m1bei.jpg") no-repeat center;
    background-size: cover;
    z-index: -1
}

.m1biao {
    display: block;
    text-align: center;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 44px;
    font-weight: bold;
}

.m1pz {
    max-width: 1150px;
    margin: auto;
    text-align: center;
    margin-top: 20px;
}

#outer {
    margin-top: 25px;
    font-size: 0px;
    position: relative;
}

#tab {
    zoom: 1;
    font-size: 0px;
    text-align: center;
    position: relative;
    background: #ffffff;
    border-radius: 10px;
}

#tab li {
    transition: 0.5s;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    width: 25%;
    line-height: 77px;
    border-radius: 10px;
    z-index: 1
}

#tab li span {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 30px;
    padding: 0 5px;
    transition: 0.5s;
}

#tab li.current {
    background: #1558a8;
}

#tab li.current span {
    color: #fff;
}

#content {
    display: block;
    padding-top: 30px;
}

#content .tabul {
    display: none;
    font-size: 0px;
}

.m1n {
    font-size: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}

.m1n1 {
    width: 32%;
    margin-left: 2%;
    display: inline-block;
    vertical-align: top;
}

.m1n1:nth-child(3n-2) {
    margin-left: 0px;
}

.m1lie {
    position: relative;
    margin-top: 30px;
    overflow: hidden;
    margin-right: 1.2%;
    width: 32%;
}
.m1lie:nth-child(3n){
    margin-right: 0;
}
.m1lie:nth-child(5){
    transform: translateY(-20%);
}
.m1lie:nth-child(6){
    transform: translateY(-33.6%);
}

.m1tu {
    display: block;
    overflow: hidden;
    border: solid 1px #f0f0f0;
}

.m1a {
    display: block;
    position: absolute;
    width: calc(100% - 70px);
    left: 35px;
    top: 40px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #333333;
}

.m1a:before {
    content: "";
    position: absolute;
    width: 27px;
    height: 3px;
    background: #1558a8;
    left: 0px;
    bottom: 0px;
}

.m1fu {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 100%;
    left: 0px;
    top: 100%;
    transition: 0.5s;
    background: #1558a8;
    background: rgba(21, 88, 168, 0.8);
}

.m1fun {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px;
}

.m1a2 {
    position: relative;
    color: #fff;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
}

.m1a2:before {
    background: #fff;
}

.m1p {
    margin-top: 23px;
}

.m1p a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #fff;
}

.m1lie:hover .m1fu {
    top: 0px;
}

.m1lie:hover>.m1a {
    opacity: 0
}

.m1fun a:hover {
    color: #fff;
    text-decoration: underline;
}

@media screen and (max-width:1359px) {
    .m1biao {
        font-size: 30px;
        font-size: 3rem;
        line-height: 40px;
    }

    #content {
        padding-top: 10px;
    }

    .m1fun {
        padding: 0 10px;
    }

    .m1a {
        width: calc(100% - 20px);
        left: 10px;
        top: 10px;
        padding-bottom: 10px;
    }

    .m1p {
        margin-top: 10px;
    }

    .m1lie {
        margin-top: 15px;
    }
}

@media screen and (max-width:999px) {
    .main1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .m1fu {
        display: none;
    }

    .m1lie:hover>.m1a {
        opacity: 1
    }

    .m1biao {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 34px;
    }
}

@media screen and (max-width:767px) {
    .main1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .m1biao {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 30px;
    }

    .m1pz {
        margin-top: 10px;
    }
    .m1lie{
        width: 49%;
        transform: none !important;
        margin-right: 0 !important;
    }
    .m1n{
        justify-content: space-between;
    }
}

@media screen and (max-width:599px) {
    #tab li {
        width: 50%;
        line-height: 50px;
    }

    #tab li span {
        line-height: 20px !important;
        font-size: 12px;
        font-size: 1.2rem;
    }

    .m1n1 {
        width: 49%;
    }

    .m1n1:nth-child(3) {
        width: 100%;
        margin-left: 0px;
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
    }

    .m1n1:nth-child(3) .m1lie {
        width: 49%;
    }

    .m1lie {
        margin-top: 6px;
    }
}

/*  main2  */
.main2 {
    padding-top: 105px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.m2l {
    width: 50%;
}

.m2r {
    width: 50%;
}

.m2rn {
    width: 90%;
    max-width: 700px;
    padding-left: 80px;
}

.m2shipin {
    position: relative;
    padding-bottom: 70.8%;
    height: 0;
    overflow: hidden;
}

.m2shipin iframe,
.m2shipin video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.m2shipin iframe body {
    margin: 0px !important;
}

.m2biao {
    text-align: left;
}

.m2p {
    margin-top: 20px;
}

.m2p a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.m2mor {
    display: block;
    width: 220px;
    height: 50px;
    line-height: 48px;
    font-size: 20px;
    font-size: 2rem;
    margin-top: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #1675d7;
    border: 1px solid #1675d7;
    border-radius: 10px;
}

.m2mor:hover {
    background: #fff;
}

.m2tu {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    padding-top: 75px;
}

.m2tu a {
    display: block;
    width: 48.5%;
    margin-top: 20px;
    overflow: hidden;
}

.m2tu a img {
    width: 100%;
}

@media screen and (max-width:1659px) {
    .main2 {
        padding-top: 50px;
    }

    .m2rn {
        padding-left: 30px;
    }

    .m2tu {
        padding-top: 10px;
    }
}

@media screen and (max-width:1359px) {
    .m2p {
        margin-top: 10px;
    }

    .m2mor {
        width: 180px;
        height: 50px;
        line-height: 48px;
        font-size: 16px;
        font-size: 1.6rem;
        margin-top: 10px;
    }
}

@media screen and (max-width:999px) {
    .m2l {
        width: 100%;
    }

    .m2r {
        width: 100%;
    }

    .m2mor {
        width: 120px;
        height: 40px;
        line-height: 38px;
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 10px;
    }

    .m2tu a {
        margin-top: 10px;
    }

    .m2rn {
        width: 95%;
        max-width: none;
        padding-left: 0px;
        margin: auto;
        padding-top: 15px;
    }
}

@media screen and (max-width:767px) {
    .main2 {
        padding-top: 30px;
    }
}

/*  main3  */
.main3 {
    padding-top: 72px;
}

.m3n {
    background: url("../images/m3bei.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    margin-top: 27px;
}

.m3n:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url("../images/m3bei.jpg") no-repeat center;
    background-size: cover;
    z-index: -1
}

.m3n2 {
    width: 95%;
    max-width: 1100px;
    padding: 60px 0;
    margin: auto;
    position: relative;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.m3lie {
    width: 28%;
}

.m3lie:nth-child(2n-1) {
    text-align: right;
    margin-right: 20%;
}

.m3lie:nth-child(3),
.m3lie:nth-child(4) {
    margin-top: 170px;
}

.m3tu {
    display: inline-block;
    width: 178px;
    height: 178px;
    position: relative;
    background: url("../images/m3xtu.png") no-repeat center;
    background-size: cover;
}

.m3tu span {
    display: block;
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    text-align: center;
    color: #fff;
    transition: 0.5s;
}

.m3p {
    line-height: 24px;
    margin-top: 10px;
}

.m3p a {
    color: #fff;
}

.m3dtu {
    width: 37.7%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.m3dtu p {
    width: 100%;
    padding-bottom: 100%;
    background: url("../images/m3dtu.png") no-repeat center;
    background-size: cover;
}

.m3dtu p span {
    display: block;
    width: 160px;
    line-height: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.m3lie:hover .m3tu {
    transform: rotate(360deg)
}

.m3lie:hover .m3tu span {
    transform: translate(-50%, -50%) rotate(-360deg)
}

@media screen and (max-width:1359px) {
    .main3 {
        padding-top: 50px;
    }

    .m3tu {
        width: 120px;
        height: 120px;
    }

    .m3lie:nth-child(3),
    .m3lie:nth-child(4) {
        margin-top: 100px;
    }
}

@media screen and (max-width:767px) {
    .main3 {
        padding-top: 30px;
    }

    .m3dtu {
        position: unset;
        transform: none;
        position: relative;
        left: unset;
        top: unset;
        margin: 0 auto;
    }

    .m3lie {
        width: 48%;
    }

    .m3lie:nth-child(2n-1) {
        margin-right: auto;
    }

    .m3lie:nth-child(3),
    .m3lie:nth-child(4) {
        margin-top: 20px;
    }

    .m3tu {
        width: 90px;
        height: 90px;
    }

    .m3tu span {
        line-height: 20px !important;
    }

    .m3n2 {
        width: 95%;
        padding: 20px 0;
    }
}

/*  main4  */
.main4 {
    padding-top: 72px;
}

.m4n {
    display: flex;
    flex-flow: wrap;
}

.m4lie {
    width: 22.9%;
    margin-left: 2.1%;
    margin-top: 30px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.m4lie:nth-child(3),
.m4lie:nth-child(4) {
    width: 50%;
}

.m4lie:nth-child(3n-2) {
    margin-left: 0px;
}

.m4tu {
    display: block;
    overflow: hidden;
}

.m4tu img {
    width: 100%;
}

.m4fu {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(22, 117, 215, 0.8);
    opacity: 0;
    transition: 0.5s;
}

.m4fun {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 15px;
}

.m4a {
    color: #fff;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.m4p {
    line-height: 24px;
    margin-top: 5px;
}

.m4p a {
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.m4mor {
    display: block;
    color: #fff;
    text-decoration: underline;
    margin-top: 18px;
}

.m4lie:hover .m4fu {
    opacity: 1
}

.m4fun a:hover {
    color: #fff;
    text-decoration: underline;
}

@media screen and (max-width:999px) {
    .main4 {
        padding-top: 50px;
    }

    .m4lie {
        background: #1675d7;
        margin-top: 10px;
    }

    .m4fu,
    .m4fun {
        position: relative;
        opacity: 1;
        left: auto;
        top: auto;
        transform: translate(0);
        height: auto;
    }

    .m4fun {
        padding: 5px;
        padding-bottom: 10px;
    }

    .m4mor {
        margin-top: 10px;
    }
}

@media screen and (max-width:767px) {
    .m4lie {
        width: 49%;
        margin-left: 2%;
    }

    .m4lie:nth-child(3),
    .m4lie:nth-child(4) {
        width: 100%;
    }

    .m4lie:nth-child(3n-2) {
        margin-left: 2%;
    }

    .m4lie:nth-child(1),
    .m4lie:nth-child(3),
    .m4lie:nth-child(4),
    .m4lie:nth-child(5) {
        margin-left: 0px;
    }

    .main4 {
        padding-top: 30px;
    }
}

/*  main5  */
.main5 {
    padding-top: 73px;
}

#outer2 {
    margin-top: 25px;
    font-size: 0px;
    position: relative;
}

#tab2 {
    zoom: 1;
    font-size: 0px;
    text-align: center;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 10px;
    z-index: 99
}

#tab2 li {
    transition: 0.5s;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    width: 20%;
    border-radius: 10px;
    z-index: 1
}

.m5a {
    display: block;
    line-height: 89px;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
}

.m5a span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    line-height: 30px;
}

.m5n {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background: #1675d7;
    border-radius: 10px;
    padding: 45px 20px;
    text-align: left;
    opacity: 0;
    transition: 0.5s;
}

.m5a2 {
    color: #fff;
    text-align: center;
    line-height: 30px;
    text-align: left;
}

.m5p {
    margin-top: 10px;
}

.m5p p {
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

#tab2 li.current2 .m5n {
    opacity: 1;
}

#content2 {
    display: block;
}

#content2 .tabul2 {
    display: none;
    font-size: 0px;
    vertical-align: middle;
}

.m5tu {
    display: block;
    overflow: hidden;
}

.m5tu img {
    transform: scale(1) !important
}

@media screen and (max-width:1359px) {
    #tab2 {
        bottom: 10px;
    }

    .m5a {
        line-height: 80px;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .m5a span {
        line-height: 24px;
    }

    .m5a2 {
        line-height: 26px;
    }

    .m5n {
        padding: 10px;
    }

    .m5p {
        margin-top: 5px;
    }
}

@media screen and (max-width:999px) {
    .main5 {
        padding-top: 50px;
    }

    #outer2 {
        margin-top: 15px;
    }

    #tab2 {
        position: relative;
        left: auto;
        transform: translate(0);
        bottom: auto;
    }

    .m5n {
        display: none;
    }

    .m5a {
        line-height: 80px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .m5a span {
        line-height: 22px;
    }

    #tab2 li.current2 {
        background: #1675d7;
    }

    #tab2 li.current2 span {
        color: #fff;
    }

    #content2 {
        margin-top: 10px;
    }
}

@media screen and (max-width:767px) {
    .main5 {
        padding-top: 30px;
    }

    #tab2 {
        background: #ddd;
    }

    #tab2 li {
        width: 33.333%;
    }

    .m5a {
        line-height: 55px;
        font-size: 12px;
        font-size: 1.2rem;
    }

    .m5a span {
        line-height: 18px;
        padding: 0 5px;
    }
}

/*  main6  */
.main6 {
    padding-top: 74px;
    padding-bottom: 119px;
}

.m6n {
    display: flex;
    flex-flow: wrap;
    padding-top: 5px;
}

.m6lie {
    width: 32%;
    margin-left: 2%;
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
    background: #f5f5f5;
    transition: 0.5s;
}

.m6lie:nth-child(3n-2) {
    margin-left: 0px;
}

.m6tu {
    display: block;
    overflow: hidden;
}

.m6zi {
    padding: 22px 30px;
}

.m6a {
    display: block;
    color: #333333;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.m6p {
    margin-top: 10px;
}

.m6p a {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 23px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.m6riqi {
    display: block;
    color: #999999;
    margin-top: 5px;
    transition: 0.5s;
}

.m6lie:hover {
    background: #1675d7;
}

.m6lie:hover a,
.m6lie:hover span {
    color: #fff;
}

@media screen and (max-width:999px) {
    .main6 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .m6zi {
        padding: 10px;
    }
}

@media screen and (max-width:767px) {
    .main6 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .m6lie {
        width: 49%;
        margin-left: 2%;
        margin-top: 15px;
    }

    .main6 .m6lie:nth-child(3) {
        display: none;
    }

    .m6zi {
        padding: 10px 5px;
    }

    .m6p {
        margin-top: 5px;
    }
}

/*  foot  */

.foxin input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
    opacity: 1
}

.foxin input:-o-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1
}

.foxin input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1
}

.foxin input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
    opacity: 1
}

.foxin textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
    opacity: 1
}

.foxin textarea:-o-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1
}

.foxin textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1
}

.foxin textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
    opacity: 1
}

.foot {
    background: #333333;
}

.fot {
    display: flex;
    flex-flow: wrap;
}

.folie {
    display: inline-block;
    vertical-align: top;
    padding-top: 101px;
}

.fo1 {
    width: 25%;
}

.fo2 {
    width: 23%;
    margin-left: 3.5%;
}

.fo3 {
    width: 14%;
    margin-left: 3%;
}

.fo4 {
    width: 28.4%;
    margin-left: 3%;
    background: rgba(22, 117, 215, 0.4);
    padding: 40px 48px;
}

.fologo {
    display: block;
    width: 80%;
    max-width: 230px;
    margin-top: 6px;
}

.shejiao {
    font-size: 0px;
    padding-top: 26px;
}

.shejiao a {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #626262;
    margin-right: 8px;
    margin-top: 5px;
    color: #fff;
}

.fobiao {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    font-weight: bold;
    color: #ffffff;
}

.foul {
    line-height: 34px;
    margin-top: 20px;
}

.foul li {
    color: #cbcbcb;
}

.foul li a {
    display: inline;
    color: #cbcbcb;
}

.foul>a {
    color: #cbcbcb;
}

.foxin {
    margin-top: 26px;
}

.foxin .int1 {
    margin-top: 12px;
    width: 100%;
}

.foxin .int2 {
    position: relative;
    margin-top: 12px;
    padding-right: 122px;
}

.foxin .int3 {
    margin-top: 12px;
}

.foxin input {
    width: 100%;
    height: 37px;
    line-height: 35px;
    padding: 0 13px;
    color: #ffffff;
    font-size: 14px;
    font-size: 1.4rem;
    border: solid 1px #ffffff;
    background: none;
}

.foxin textarea {
    width: 100%;
    height: 74px;
    line-height: 25px;
    padding: 5px 13px;
    color: #ffffff;
    font-size: 14px;
    font-size: 1.4rem;
    border: solid 1px #ffffff;
    background: none;
}

.foxin .yanzheng {
    position: absolute;
    width: 113px;
    height: 37px;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
}

.foxin .int3 input {
    width: 106px;
    background: #1558a8;
    border-color: #1558a8;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: 0.5s;
}

.foxin .int3 input:hover {
    background: #fff;
    color: #1558a8;
}

.fob {
    border-top: 1px solid #434343;
    padding: 19px 0;
}

.fop {
    color: #cbcbcb;
}

.fop a {
    display: inline-block;
    color: #cbcbcb;
}

.youlian {
    color: #999999;
    line-height: 28px;
}

.youlian span,
.youlian a {
    color: #999999;
    display: inline;
    margin-right: 10px;
}

.shejiao a:hover {
    background: #1558a8;
    color: #fff;
}

@media screen and (max-width:1359px) {
    .fobiao {
        font-size: 20px;
        font-size: 2rem;
        line-height: 30px;
    }

    .folie {
        padding-top: 50px;
    }

    .fo1 {
        width: 25%;
    }

    .fo2 {
        width: 24.5%;
        margin-left: 2%;
    }

    .fo3 {
        width: 15%;
        margin-left: 2%;
    }

    .fo4 {
        padding: 20px 10px;
    }

    .shejiao {
        padding-top: 16px;
    }

    .shejiao a {
        width: 28px;
        height: 28px;
        line-height: 28px;
        margin-right: 5px;
        margin-top: 5px;
    }

    .shejiao a i {
        font-size: 12px;
    }

    .foxin .int2 {
        padding-right: 100px;
    }

    .foxin .yanzheng {
        width: 90px;
    }
}

@media screen and (max-width:999px) {
    .fot {
        padding-top: 15px;
    }

    .fob {
        padding-bottom: 60px;
    }

    .folie {
        padding-top: 20px;
    }

    .fo1 {
        width: 49%;
    }

    .fo2 {
        width: 49%;
        margin-left: 2%;
    }

    .fo3 {
        width: 49%;
        margin-left: 0%;
        margin-top: 20px;
    }

    .fo4 {
        width: 49%;
        margin-left: 2%;
        margin-top: 20px;
        padding: 20px 10px;
    }
}

@media screen and (max-width:767px) {

    .fo2,
    .fo3,
    .fo4 {
        display: none
    }

    .fo1 {
        width: 100%;
        padding-bottom: 20px;
        padding-top: 5px;
        text-align: center;
    }

    .fologo {
        width: 150px;
        margin: auto;
    }

    .fop {
        text-align: center;
    }

    .fob {
        padding-top: 10px;
    }
}

.lianxi {
    position: fixed;
    width: 54px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999
}

.lianxi div a {
    display: block;
    margin-top: 1px;
    width: 54px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    font-size: 20px;
    color: #a3a3a3;
    background: #f5f5f5;
    cursor: pointer;
}

.weixin {
    position: relative;
    cursor: pointer;
}

.weixin img {
    position: absolute;
    width: 149px;
    height: 150px;
    top: 0px;
    left: -149px;
    max-width: none;
    display: none;
}

.weixin:hover img {
    display: block;
}

.weixin2,
.tankuang {
    display: none
}

.tankuang {
    position: absolute;
    bottom: 50px;
    left: 50% !important;
    margin-left: -75px;
}

.tankuang img {
    display: block;
    position: relative;
    width: 150px;
    height: 150px;
    max-width: none;
    left: auto;
    margin: auto;
}

.lianxi div a:hover {
    background: #1558a8;
    color: #fff;
}

.clear2 {
    display: none
}

@media screen and (max-width:999px) {
    .youlian {
        display: none
    }

    .top {
        width: 25%;
        height: 50px;
        line-height: 50px;
        bottom: 0px;
        right: 0px;
        border-radius: 0px;
        border: none
    }

    .lianxi {
        width: 100%;
        right: auto;
        top: auto;
        margin: auto;
        left: 0px;
        bottom: 0px;
        border-top: 1px solid #fff;
        transform: translateY(0);
        height: 40px;
    }

    .lianxi div {
        width: 25%;
        float: left;
    }

    .lianxi div a {
        margin: auto;
        width: 100%;
        background: #1558a8;
        height: 40px;
        line-height: 40px;
        color: #fff !important;
        border-radius: 0px;
    }

    .weixin2 {
        display: block
    }

    .weixin1 {
        display: none
    }
}

/****************************  product  ***************************/
.mianbao {
    padding-top: 22px;
}

.mianbao a {
    display: inline-block;
}

.mianbao a:hover,
.comian {
    color: #1558a8 !important;
}

.prmain {
    padding-top: 20px;
    padding-bottom: 44px;
}

.prlie {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.prlie2 {
    flex-direction: row-reverse;
}

.prtu {
    width: 50%;
    display: block;
    overflow: hidden;
}

.przi {
    width: calc(50% - 60px);
}

.pra {
    display: block;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 44px;
    font-weight: bold;
    color: #1558a8;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.prp1 {
    margin-top: 30px;
}

.prp1 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.prp1 strong {
    color: #333;
}

.prp2 {
    padding-top: 20px;
}

.prp2 p {
    margin-top: 12px;
    position: relative;
    padding: 5px 0;
    padding-left: 54px;
}

.prp2 p a {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.prp2 p i {
    display: block;
    width: 40px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.prp2 p i img {
    transform: scale(1) !important
}

.prmor {
    margin-top: 30px;
    background: #1558a8;
}

.pra:hover {
    color: #333
}

@media screen and (max-width:1359px) {
    .przi {
        width: calc(50% - 30px);
    }

    .pra {
        font-size: 30px;
        font-size: 3rem;
        line-height: 40px;
    }

    .prp1 {
        margin-top: 10px;
    }

    .prp2 {
        padding-top: 10px;
    }

    .prp2 p {
        margin-top: 12px;
        padding: 0;
        padding-left: 40px;
    }

    .prp2 p i {
        width: 30px;
    }

    .prlie {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:999px) {
    .przi {
        width: calc(50% - 20px);
    }

    .pra {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 30px;
    }

    .prp2 {
        padding-top: 1px;
    }

    .prp2 p {
        margin-top: 12px;
        padding: 0;
        padding-left: 30px;
    }

    .prp2 p i {
        width: 20px;
        top: 5px;
    }

    .prmor {
        margin-top: 10px;
    }
}

@media screen and (max-width:767px) {
    .mianbao {
        display: none;
    }

    .prmain {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .pra {
        font-size: 20px;
        font-size: 2rem;
    }

    .prp2 p {
        margin-top: 6px;
    }
}

@media screen and (max-width:639px) {
    .prtu {
        width: 100%;
        max-width: 300px;
        margin: auto;
    }

    .przi {
        width: 100%;
        margin-top: 15px;
    }
}

/****************************  product1  ***************************/
.prnav {
    padding-top: 10px;
    font-size: 0px;
}

.prnav a {
    display: inline-block;
    vertical-align: middle;
    width: 15.4%;
    height: 77px;
    line-height: 77px;
    margin-top: 10px;
    margin-right: 20px;
    background: #f5f5f5;
    border-radius: 10px;
    text-align: center;
}

.prnav a:nth-child(6n-5) {
    margin-left: 0px;
}

.prnav a span {
    display: inline-block;
    vertical-align: middle;
    color: #333333;
    transition: 0.5s;
    padding: 0 5px;
    font-weight: bold;
}

.prnav a:hover,
.dangpr {
    background: #1558a8 !important;
}

.prnav a:hover span,
.dangpr span {
    color: #fff !important;
}

.prmain1 {
    padding-top: 20px;
    padding-bottom: 97px;
}

.pr1n {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.pr1lie {
    width: 48%;
    margin-top: 30px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}

.pr1tu {
    display: block;
    overflow: hidden;
    width: 48.8%;
}

.pr1zi {
    width: calc(51.2% - 30px);
}

.pr1a {
    font-weight: bold;
    color: #333;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.pr1p {
    margin-top: 16px;
}

.pr1p a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.pr1mor {
    margin-top: 10px;
}

.pr1mor input {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 6px;
}

.pr1mor a {
    display: inline-block;
    vertical-align: middle;
}

.fenye {
    text-align: center;
    padding-top: 32.5px;
}

.fenyen {
    display: inline-block;
    vertical-align: middle;
}

.fenyen a {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border-radius: 4px;
    background: #fff;
    border: solid 1px #999999;
    line-height: 38px;
    padding: 0 17px;
    margin: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666666;
}

.fenyen a:hover,
.dangfen {
    background: #1558a8 !important;
    border-color: #1558a8 !important;
    color: #fff !important;
}

.fenyen .active {
    background: #1558a8 !important;
    border-color: #1558a8 !important;
    color: #fff !important;
}

.mianbao .active {
    color: #1558a8
}

.fuxuan {
    display: inline-block;
    vertical-align: middle;
    background: url("../images/fuxuan.png") no-repeat right center;
    padding-right: 47px;
    margin-left: 10px;
}

.fuxuan input {
    background: none;
    color: #1a5eb0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    cursor: pointer;
}

@media screen and (max-width:1359px) {
    .prnav a {
        height: 60px;
        line-height: 60px;
        margin-right: 10px;
    }
}

@media screen and (max-width:999px) {
    .prnav a {
        width: 32.333%;
        height: 60px;
        line-height: 60px;
        margin-right: 0px;
        margin-left: 1.5%;
    }

    .prnav a:nth-child(3n-2) {
        margin-left: 0px;
    }

    .prmain1 {
        padding-top: 10px;
        padding-bottom: 50px;
    }

    .pr1lie {
        width: 49%;
        margin-top: 20px;
    }

    .pr1zi {
        width: calc(51.2% - 20px);
    }

    .fenye {
        padding-top: 40px;
    }

    .fenyen a {
        line-height: 30px;
        padding: 0 10px;
        margin: 3px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .fuxuan {
        padding-right: 25px;
        margin-left: 10px;
    }

    .fuxuan input {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 26px;
    }
}

@media screen and (max-width:767px) {
    .prmain1 {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .pr1lie {
        width: 100%;
        margin-top: 15px;
    }

    .pr1tu {
        width: 200px;
    }

    .pr1zi {
        width: calc(100% - 220px);
    }

    .fenye {
        padding-top: 30px;
    }
}

@media screen and (max-width:469px) {
    .pr1tu {
        width: 120px;
    }

    .pr1zi {
        width: calc(100% - 130px);
    }

    .pr1p {
        margin-top: 5px;
    }

    .pr1p a {
        -webkit-line-clamp: 2;
    }
}

/****************************  product2  ***************************/
.pr2main1 {
    padding-top: 21px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.zoomPad {
    position: relative;
    float: left;
    z-index: 99;
    cursor: crosshair;
}

.zoomPreload {
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #333;
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
    border: 1px solid #CCC;
    background-color: white;
    padding: 8px;
    text-align: center;
    background-image: url(../images/zoomloader.gif);
    background-repeat: no-repeat;
    background-position: 43px 30px;
    z-index: 110;
    width: 90px;
    height: 43px;
    position: absolute;
    top: 0px;
    left: 0px;
    * width: 100px;
    * height: 49px;
}

.zoomPup {
    overflow: hidden;
    background-color: #FFF;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 120;
    position: absolute;
    border: 1px solid #CCC;
    z-index: 101;
    cursor: crosshair;
}

.zoomOverlay {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #FFF;
    z-index: 5000;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 101;
}

.zoomWindow {
    position: absolute;
    left: 110%;
    top: 40px;
    background: #FFF;
    z-index: 6000;
    height: auto;
    z-index: 10000;
    z-index: 110;
}

.zoomWrapper {
    position: relative;
    border: 1px solid #999;
    z-index: 110;
}

.zoomWrapperTitle {
    display: block;
    background: #999;
    color: #FFF;
    height: 18px;
    line-height: 18px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 120;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.zoomWrapperImage {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 110;
}

.zoomWrapperImage img {
    border: 0px;
    display: block;
    position: absolute;
    z-index: 101;
}

.zoomIframe {
    z-index: -1;
    filter: alpha(opacity=0);
    -moz-opacity: 0.80;
    opacity: 0.80;
    position: absolute;
    display: block;
}

.m-propic {
    width: 50%;
}

.m-propic .pic-big {
    position: relative;
    float: right;
    width: 81%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.m-propic .big-img {
    display: block;
    line-height: 0;
    font-size: 0;
}

.m-propic .big-img img {
    transform: scale(1, 1) !important;
    border: solid 2px #f1f1f1;
    transition: 0s;
}

.m-propic .big-img .zoomPad {
    float: none;
    z-index: 8;
}

.m-propic .zoomWrapperImage img {
    max-width: 1200px;
}

.m-propic .pic-small {
    position: relative;
    float: left;
    width: 15.5%;
    overflow: hidden;
}

.m-propic .pic-btn {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    font-size: 2rem;
    cursor: pointer;
    color: #444444;
    z-index: 1
}

.m-propic .pic-btn.prev {
    top: -3px;
}

.m-propic .pic-btn.next {
    bottom: -3px;
}

.m-propic .pic-btn.prev:hover,
.m-propic .pic-btn.next:hover {
    color: #1558a8;
}

.m-propic .pic-list {
    position: relative;
    height: 0px;
    padding-bottom: 464%;
    margin-top: 35px;
    margin-bottom: 35px;
    overflow: hidden;
}

.m-propic .pic-list ul {
    height: 2000px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.m-propic .list-item {
    margin-bottom: 20.2%;
}

.m-propic .item-pic,
.m-propic .pic-list .item-video {
    display: block;
    overflow: hidden;
    border: solid 1px #eeeeee;
}

.m-propic .item-pic img,
.m-propic .pic-list .item-video img {
    width: 100%;
    display: block;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.m-propic .item-pic:hover {
    border-color: #1558a8;
}

.m-propic .item-pic:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.m-propic .item-pic.zoomThumbActive {
    border-color: #1558a8;
}

.m-propic:hover .pic-btn {
    opacity: 1
}

.m-propic2 {
    display: none;
}

.m-propic .provideo-box {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.m-propic .provideo-box .provideo {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    height: 0;
}

.m-propic .provideo-box .provideo iframe,
.pro2-box .m-propic .provideo-box .provideo video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.m-propic .provideo-box .provideo iframe body {
    margin: 0px !important;
}

.m-propic .item-pic:hover,
.m-propic .item-pic.active,
.m-propic .item-video:hover,
.m-propic .item-video.active {
    border-color: #1558a8 !important;
}

.item-pic {
    position: relative;
}

.item-pic video,
.item-pic iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.jianjie {
    width: calc(50% - 60px);
    position: relative;
    padding-bottom: 70px;
}

.jianjie h1 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
    color: #333333;
    font-weight: bold;
    position: relative;
}

.jianp {
    color: #666666;
    margin-top: 18px;
}

.jianp p {
    color: #666666;
}

.jianp strong {
    color: #333333;
}

.prinz {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.share {
    margin-top: 45px;
}

.share1 {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    margin-right: 8px;
    vertical-align: middle;
    color: #666;
}

.share2 {
    display: inline-block;
    vertical-align: middle;
}

.inno {
    font-size: 0px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    max-width: 470px;
}

.inno a {
    display: inline-block;
    vertical-align: middle;
    background: #1558a8;
    border-color: #1558a8;
}

.inno a:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #333;
}


@media screen and (max-width: 1359px) {
    .pr2main1 {
        padding-top: 20px;
        padding-bottom: 10px;
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
    }

    .jianjie {
        width: calc(50% - 30px);
    }

    .jianjie h1 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 26px;
    }

    .jiann {
        min-height: 0px;
    }

    .jianp {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 20px;
        margin-top: 15px;
        min-height: 0px;
    }

    .share {
        margin-top: 10px;
    }

    .share1 {
        font-size: 14px;
        font-size: 1.4rem;
        margin-right: 4px;
    }

    .inno {
        padding-top: 0px;
        max-width: 380px;
    }

    .m-propic .list-item {
        margin-bottom: 9.4%;
    }

    .m-propic .pic-btn {
        height: 22px;
        line-height: 22px;
        font-size: 14px;
        font-size: 1.4rem;
        background: rgba(21, 88, 168, 0.6);
        color: #fff;
    }

    .m-propic .pic-list {
        padding-bottom: 520%;
        margin-top: 0px;
        margin-bottom: 0px;
        overflow: hidden;
    }

    .m-propic .pic-btn.prev {
        top: 0px;
    }

    .m-propic .pic-btn.next {
        bottom: 0px;
    }

    .m-propic .pic-btn.prev:hover,
    .m-propic .pic-btn.next:hover {
        color: #fff;
    }
}

@media screen and (max-width:999px) {
    .pr2main1 {
        padding-top: 20px;
    }

    .m-propic {
        width: 100%;
        max-width: 500px;
        float: left;
    }

    .zoomPad {
        cursor: default !important;
    }

    .zoomPup {
        display: none !important;
    }

    .zoomWindow {
        display: none !important;
    }

    .zoomPreload {
        display: none !important;
    }

    .m-propic {
        float: none;
        margin: auto;
    }

    .jianjie {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .jianjie h1 {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .inno {
        padding-top: 0px;
        max-width: 250px;
    }
}

@media only screen and (max-width:767px) {
    .m-propic .pic-big {
        width: 76%;
    }

    .m-propic .pic-small {
        width: 22%;
    }

    .m-propic .list-item {
        margin-bottom: 21%;
    }

    .m-propic .pic-list {
        padding-bottom: 343%;
        margin-top: 0px;
        margin-bottom: 0px;
        overflow: hidden;
    }

    .share1 {
        font-size: 12px;
        font-size: 1.2rem;
        margin-right: 4px;
    }
}

@media only screen and (max-width:500px) {
    .m-propic2 .list-item {
        float: left;
        margin-left: .1%;
        margin-right: .1%;
        margin-bottom: 0;
        width: 4.8%;
    }
}

@media only screen and (max-width:350px) {
    .m-propic2 .list-item {
        float: left;
        margin-left: .1%;
        margin-right: .1%;
        margin-bottom: 0;
        width: 9.8%;
    }
}

.pr2main2 {
    padding-top: 28px;
    padding-bottom: 107px;
}

.chanxbiao {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
    margin-top: 18px;
    font-weight: bold;
}

.chanxiang {
    margin-top: 12px;
}

.chanxiang p,
.chanxiang em,
.chanxiang strong {
    color: #666;
}

.table {
    width: 100%;
    overflow: auto;
}

.table table {
    width: 100%;
    border-collapse: collapse;
}

.table table tr {}

.table table tr td {
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    border: 1px solid #cccccc;
    background: #fff;
}

.table table tr td p {
    color: #666;
}

.table table tr:first-child td {
    background: #1558a8;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}

.table table tr td strong {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    color: #333;
}

@media screen and (max-width:1359px) {
    .chanxbiao {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 30px;
        margin-top: 18px;
    }
}

@media screen and (max-width:999px) {
    .pr2main2 {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .chanxbiao {
        font-size: 20px;
        font-size: 2rem;
        margin-top: 10px;
    }

    .chanxiang {
        margin-top: 5px;
    }

    .table table tr td {
        padding: 10px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .table table tr td strong,
    .table table tr:first-child td {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media screen and (max-width:767px) {
    .pr2main2 {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .chanxbiao {
        font-size: 20px;
        font-size: 2rem;
        margin-top: 10px;
    }

    .table table tr td {
        padding: 10px 5px;
        font-size: 12px;
        font-size: 1.2rem;
    }

    .table table tr td strong,
    .table table tr:first-child td {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

/****************************  about  ***************************/
#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
    opacity: 1
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -moz-transform .4s ease;
    transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, .5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
}

.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
    right: 2%
}

.baguetteBox-button#previous-button {
    left: 2%
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0
}

.spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }

    100% {
        margin-left: 0
    }
}

@keyframes bounceFromRight {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }

    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }

    100% {
        margin-left: 0
    }
}

@keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }

    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

.abmain1 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 13px;
    padding-bottom: 58px;
}

.ab1zi {
    width: calc(100% - 400px)
}

.ab1tu {
    width: 370px;
}

.ab1a {
    margin-top: 0px;
}

.ab1p {
    margin-top: 25px;
}

.abmain2 {
    background: #1558a8;
    position: relative;
}

.abmain2:before {
    content: " ” ";
    font-size: 150px;
    font-size: 15rem;
    line-height: 24px;
    position: absolute;
    left: 44.6%;
    bottom: 0px;
    color: #fcf8ed;
    opacity: 0.3;
}

.abmain2:after {
    content: "";
    clear: both;
    display: block;
}

.ab2zi {
    width: 50%;
    padding: 20px 50px;
    line-height: 36px;
    overflow: auto;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    max-height: 100%;
}

.ab2tu {
    width: 50%;
    float: right;
}

.ab2tu img {
    width: 100%;
}

.ab2zi p {
    color: #fff;
}

@media screen and (max-width:999px) {
    .abmain1 {
        padding-top: 13px;
        padding-bottom: 30px;
    }

    .ab1zi {
        width: calc(100% - 220px)
    }

    .ab1tu {
        width: 200px;
    }

    .ab2zi {
        padding: 20px 10px;
    }

    .abmain2:before {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .abmain1 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .ab1zi {
        width: 100%;
    }

    .ab1tu {
        display: none;
    }

    .ab1p {
        margin-top: 15px;
    }

    .ab2zi {
        width: 100%;
        position: relative;
        left: auto;
        top: auto;
        transform: translateY(0);
        max-height: 100%;
    }

    .ab2tu {
        width: 100%;
        float: none;
    }
}

.abmain3 {
    padding-top: 52px;
}

.ab3p {
    margin-top: 20px;
}

.ab3b {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    padding-top: 30px;
}

.ab3lie {
    width: 23%;
    margin-left: 2.666%;
    margin-top: 20px;
}

.ab3lie:nth-child(4n-3) {
    margin-left: 0px;
}

.ab3tu {
    display: block;
}

.ab3tu img {
    transform: scale(1) !important;
    width: 100%;
}

.ab3zi {
    text-align: center;
    margin-top: 7px;
    color: #333333;
}

@media screen and (max-width:999px) {
    .abmain3 {
        padding-top: 30px;
    }

    .ab3b {
        padding-top: 10px;
    }
}

@media screen and (max-width:767px) {
    .ab3lie {
        width: 49%;
        margin-left: 2%;
        margin-top: 15px;
    }

    .ab3lie:nth-child(2n-1) {
        margin-left: 0px;
    }
}

.abmain4 {
    padding-top: 32px;
    padding-bottom: 100px;
}

.ab4biao {
    text-align: center;
}

.ab4pz {
    max-width: 730px;
    margin: auto;
    text-align: center;
    margin-top: 18px;
}

#outer3 {
    margin-top: 37px;
    font-size: 0px;
    position: relative;
}

#outer3:before {
    content: "";
    position: absolute;
    width: calc(100% - 50px);
    height: 1px;
    background: #d9d9d9;
    left: 25px;
    top: 50px;
}

#tab3 {
    zoom: 1;
    font-size: 0px;
    text-align: center;
    position: relative;
    margin: 0 25px;
    white-space: nowrap;
    overflow: hidden;
}

#tab3 li {
    transition: 0.5s;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    width: 25%;
    padding: 0px 10px;
    padding-bottom: 32px;
    background: url("../images/ab4dian.png") no-repeat bottom center;
    z-index: 1
}

#tab3 li span {
    display: block;
    text-align: center;
    color: #1558a8;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    font-weight: bold;
    transition: 0.5s;
}

#tab3 li.current3:before {
    width: 100%;
}

#tab3 li.current3 span,
#tab3 li.current3 i {
    color: #333;
}

#content3 {
    display: block;
}

#content3 .tabul3 {
    display: none;
    font-size: 0px;
    vertical-align: middle;
}

#outer3 .prev2,
#outer3 .next2 {
    position: absolute;
    line-height: 30px;
    top: 35px;
    cursor: pointer;
    z-index: 99
}

#outer3 .prev2:hover,
#outer3 .next2:hover {
    color: #1558a8;
}

#outer3 .prev2 {
    left: 0px;
}

#outer3 .next2 {
    right: 0px;
}

.ab4n {
    background: #f5f5f5;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

.ab4zi {
    width: 53.6%;
    padding: 0 130px;
}

.ab4tu {
    width: 46.4%;
}

.ab4a {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
    color: #1558a8;
    font-weight: bold;
}

.ab4p {
    margin-top: 15px;
}

.abmain4 .row {}

.abmain4 .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.abmain4 .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.abmain4 .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.abmain4 .owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.abmain4 .owl-carousel .owl-item {
    float: left;
}

.abmain4 .owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.abmain4 .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.abmain4 .owl-theme .owl-controls {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.abmain4 .owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    display: none !important
}

.abmain4 .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 14px;
    height: 14px;
    background: #ffffff;
    margin-right: 9px;
    border-radius: 50%;
    background: #ffffff;
    font-size: 0px;
}

.abmain4 .owl-theme .owl-controls .owl-page.active span,
.abmain4 .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #23aa86;
    opacity: 1;
}

.abmain4 .owl-theme .owl-buttons {
    width: 100px;
    height: 60px;
    background: #f5f5f5;
    position: relative;
    margin: auto;
}

.abmain4 .owl-theme .owl-buttons div {
    width: 33px;
    height: 33px;
    line-height: 31px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #727272;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    transition: 0.5s;
}

.abmain4 .owl-theme .owl-prev {
    left: 14px;
}

.abmain4 .owl-theme .owl-next {
    right: 14px;
}

.abmain4 .owl-theme .owl-buttons div:hover {
    border-color: #1c5daa;
    color: #1c5daa;
}

@media screen and (max-width:1359px) {
    .ab4zi {
        padding: 0 20px;
    }

    .ab4a {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 30px;
    }

    .ab4p {
        margin-top: 10px;
    }

    #tab3 li {
        background-size: 24px;
    }

    #tab3 li span {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 30px;
    }
}

@media screen and (max-width:999px) {
    #outer3 {
        margin-top: 20px;
    }

    .ab4n {
        margin-top: 20px;
    }

    .abmain4 {
        padding-top: 32px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width:767px) {
    .ab4a {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 30px;
    }

    .ab4zi {
        padding: 0 10px;
    }

    .abmain4 .owl-theme .owl-buttons {
        width: 80px;
        height: 40px;
    }

    .abmain4 .owl-theme .owl-buttons div {
        width: 28px;
        height: 28px;
        line-height: 26px;
    }

    .abmain4 .owl-theme .owl-prev {
        left: 5px;
    }

    .abmain4 .owl-theme .owl-next {
        right: 5px;
    }

    .abmain4 {
        padding-top: 22px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width:639px) {
    .ab4zi {
        width: 100%;
        padding: 10px;
    }

    .ab4tu {
        width: 100%;
    }

    #tab3 li {
        width: 33.333%;
    }
}

/****************************  service  ***************************/
.semain1 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    padding-top: 21px;
}

.se1zi {
    width: calc(50% - 45px);
}

.se1tu {
    width: 50%;
}

.se1biao {
    font-weight: normal;
    text-align: left;
}

.se1a {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    margin-top: 23px;
}

.se1p {
    margin-top: 20px;
}


.semain2 {
    padding-top: 33px;
    padding-bottom: 55px;
}

.se2n {
    display: flex;
    flex-flow: wrap;
    padding-top: 15px;
}

.se2lie {
    width: 31.9%;
    margin-left: 2.15%;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
    background: #f5f5f5;
    padding: 53px;
    text-align: center;
    cursor: pointer;
    transition: 0.5s;
}

.se2lie:nth-child(3n-2) {
    margin-left: 0px;
}

.se2tu {
    width: 36px;
    margin: auto;
    position: relative;
}

.se2tu1 {}

.se2tu2 {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    opacity: 0
}

.se2p {
    margin-top: 20px;
    line-height: 36px;
    transition: 0.5s;
}

.se2lie:hover {
    background: #1558a8;
}

.se2lie:hover p {
    color: #fff;
}

.se2lie:hover .se2tu1 {
    opacity: 0
}

.se2lie:hover .se2tu2 {
    opacity: 1
}

@media screen and (max-width:1359px) {
    .se1zi {
        width: calc(50% - 25px);
    }

    .se1a {
        font-size: 20px;
        font-size: 2rem;
        margin-top: 15px;
    }

    .se1p {
        margin-top: 10px;
    }

    .se2lie {
        width: 32.33%;
        margin-left: 1.5%;
        padding: 20px;
    }

    .semain2 {
        padding-top: 15px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width:999px) {
    .se1zi {
        width: 100%;
    }

    .se1tu {
        width: 100%;
        max-width: 600px;
        margin: auto;
        margin-top: 20px;
    }

}

@media screen and (max-width:767px) {
    .se1a {
        font-size: 18px;
        font-size: 1.8rem;
        margin-top: 10px;
    }

    .se2lie {
        width: 100%;
        margin-left: 0%;
        padding: 20px 10px;
    }
}

.semain3 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.semain3:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0px;
    top: 90px;
    bottom: 90px;
    background: #1558a8;
    z-index: -1
}

.se3zi {
    width: 50%;
    text-align: right;
    padding: 100px 0;
}

.se3tu {
    width: 50%;
}

.se3zin {
    width: 95%;
    max-width: 700px;
    display: inline-block;
    padding-right: 100px;
    text-align: left;
}

.se3a {
    color: #fff;
}

.se3p {
    margin-top: 20px;
}

.se3p p {
    color: #fff;
}


.semain4 {
    padding-top: 27px;
    padding-bottom: 90px;
}

.se4n {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.se4n a {
    width: 49%;
    line-height: 90px;
    margin-top: 30px;
    text-align: center;
    background: #f5f5f5;
}

.se4n a span {
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
    transition: 0.5s;
}

.se4n a:hover {
    background: #1558a8;
}

.se4n a:hover span {
    color: #fff;
}

@media screen and (max-width:1359px) {
    .semain3:before {
        top: 40px;
        bottom: 40px;
    }

    .se3zi {
        padding: 50px 0;
    }

    .se3zin {
        padding-right: 20px;
    }
}

@media screen and (max-width:999px) {
    .semain3:before {
        top: 0px;
        bottom: 0px;
    }

    .se3zi {
        padding: 10px 0;
    }

    .semain4 {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .se4n a {
        margin-top: 10px;
    }
}

@media screen and (max-width:767px) {
    .se3zi {
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }

    .se3tu {
        width: 100%;
    }

    .se3zin {
        max-width: none;
        padding: 0px;
    }

    .semain4 {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width:499px) {
    .se4n a {
        width: 100%;
        line-height: 60px;
    }
}

/****************************  solution  ***************************/
.somain {
    padding-bottom: 95px;
}

.son {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.solie {
    width: 47.86%;
    padding: 0 10px;
    margin-top: 20px;
    margin-bottom: 38px;
    padding-top: 57px;
    text-align: center;
    background: #f5f5f5;
    transition: 0.5s;
}

.solie:nth-child(1),
.solie:nth-child(2) {
    width: 100%;
}

.soa {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.somor {
    margin: auto;
    background: #1558a8;
    border-color: #1558a8;
    margin-top: 23px;
}

.sotu {
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 435px;
    margin: auto;
    margin-top: 55px;
}

.solie:hover {
    background: #333333;
}

.solie:hover a {
    color: #fff;
}

.somor:hover {
    color: #1558a8 !important;
}

@media screen and (max-width:1359px) {
    .solie {
        width: 48%;
        padding: 0 10px;
        margin-top: 20px;
        margin-bottom: 10px;
        padding-top: 30px;
    }

    .soa {
        font-size: 20px;
        font-size: 2rem;
        line-height: 30px;
    }

    .sotu {
        margin-top: 20px;
    }
}

@media screen and (max-width:999px) {
    .somain {
        padding-bottom: 50px;
    }
}

@media screen and (max-width:767px) {
    .somain {
        padding-bottom: 30px;
        padding-top: 10px;
    }

    .solie {
        margin-top: 15px;
        margin-bottom: 0px;
        padding: 0 5px;
        padding-top: 20px;
    }

    .soa {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
    }

    .somor {
        margin-top: 10px;
    }

    .sotu {
        margin-top: 10px;
        max-width: 300px;
    }
}

/****************************  solution2  ***************************/
.somain2 {
    padding-top: 17px;
}

.somain2 h1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    font-weight: bold;
}

.sot {
    margin-top: 14px;
}

.sot .soriqi {
    color: #666666;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.sot .share {
    display: inline-block;
    vertical-align: middle;
    margin: auto;
}

.soxiang {
    margin-top: 25px;
}

.soxiang strong {
    color: #333333;
    font-size: 18px;
    font-size: 1.8rem;
}

.soxiang p,
.soxiang em {
    color: #666;
}

.soxiang img {
    display: inline-block;
}

.soxiang a {
    color: #1558a8;
}

.fanpian {
    border-top: 1px solid #cccccc;
    padding-top: 19px;
    margin-top: 20px;
}

.fanpian li {
    margin-top: 14px;
    position: relative;
    padding-left: 44px;
    color: #999999;
}

.fanpian li i {
    display: block;
    width: 31px;
    height: 31px;
    line-height: 29px;
    font-size: 12px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    border: 1px solid #666666;
    border-radius: 50%;
    color: #666666;
}

@media screen and (max-width:1359px) {
    .somain2 h1 {
        font-size: 20px;
        font-size: 2rem;
    }

    .soxiang strong {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media screen and (max-width:767px) {
    .somain2 h1 {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .sot {
        margin-top: 10px;
    }

    .soxiang {
        margin-top: 15px;
    }

    .soxiang strong {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .fanpian {
        padding-top: 10px;
        margin-top: 20px;
    }
}

.homain {
    padding-top: 50px;
    padding-bottom: 96px;
}

.hobiao {
    display: block;
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    font-weight: bold;
}

.img-scroll {
    position: relative;
    margin-top: 55px;
}

.img-scroll .prev,
.img-scroll .next {
    position: absolute;
    display: block;
    width: 31px;
    height: 31px;
    line-height: 29px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    background: #ffffff;
    border: solid 1px #666666;
    top: -84px;
    transition: 0.5s;
    z-index: 999
}

.img-scroll .prev {
    right: 40px;
    cursor: pointer;
}

.img-scroll .next {
    right: 0px;
    cursor: pointer;
}

.img-scroll .prev:hover,
.img-scroll .next:hover {
    color: #1558a8;
    border-color: #1558a8;
}

.img-list {
    position: relative;
    overflow: hidden;
}

.img-list ul {
    width: 10000%;
}

.img-list li {
    float: left;
    width: 0.234%;
    margin-right: 0.02133%;
    position: relative;
}

.hotu {
    display: block;
    overflow: hidden;
}

.hoa {
    display: block;
    color: #333333;
    font-weight: bold;
    margin-top: 21px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

@media screen and (max-width:1359px) {
    .homain {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width:767px) {
    .homain {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .img-scroll {
        margin-top: 20px;
    }

    .img-scroll .prev,
    .img-scroll .next {
        top: -50px;
    }

    .hobiao {
        font-size: 20px;
        font-size: 2rem;
        text-align: left;
        padding-right: 80px;
    }

    .img-list li {
        width: 0.3233%;
        margin-right: 0.015%;
    }

    .hoa {
        margin-top: 10px;
    }
}

@media screen and (max-width:459px) {
    .img-list li {
        width: 0.49%;
        margin-right: 0.02%;
    }
}

/****************************  project  ***************************/
.pjmain {
    padding-top: 20px;
    padding-bottom: 95px;
}

.pjn {}

.pjlie {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.pjlie1 {
    flex-direction: row-reverse;
}

.pjtu {
    width: 50%;
    display: block;
    overflow: hidden;
}

.pjzi {
    width: calc(50% - 63px);
}

.pjlie2 .pjzi {
    text-align: right;
}

.pja {
    display: block;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    font-weight: bold;
    color: #666666;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.pjp {
    margin-top: 11px;
}

.pjp a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #333;
}

.pjmor {
    background-color: #1558a8;
    display: inline-block;
}

@media screen and (max-width:999px) {
    .pjmain {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .pjzi {
        width: calc(50% - 20px);
    }

    .pja {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 26px;
    }

    .pjlie {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:599px) {
    .pjmain {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .pjtu {
        width: 100%;
        margin-top: 15px;
    }

    .pjzi {
        width: 100%;
    }

    .pja {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
    }

    .pjlie2 .pjzi {
        text-align: left;
    }
}

/****************************  5-1  ***************************/
.tenav {
    display: flex;
    flex-flow: wrap;
    padding-top: 10px;
}

.tenav a {
    width: 23.4%;
    margin-left: 2.133%;
    line-height: 60px;
    text-align: center;
    background: #f5f5f5;
    border-radius: 10px;
    margin-top: 10px;
}

.tenav a:nth-child(4n-3) {
    margin-left: 0px;
}

.tenav a span {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    padding: 0 5px;
    transition: 0.5s;
}

.tenav a:hover {
    background: #1558a8;
}

.tenav a:hover span {
    color: #fff;
}

.temain {
    padding-top: 2px;
}

.telie {
    background: #f5f5f5;
    padding: 30px;
    padding-right: 170px;
    margin-top: 30px;
    position: relative;
    transition: 0.5s;
}

.tea {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.tep {
    margin-top: 16px;
}

.tep a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.teriqi {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 48px;
    font-weight: bold;
    color: #999999;
    text-align: center;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
}

.teriqi span {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    color: #999999;
    display: block;
    transition: 0.5s;
}

.telie:hover {
    background: #1558a8;
}

.telie:hover a,
.telie:hover span,
.telie:hover p {
    color: #fff;
}

.temain2 {
    padding-bottom: 100px;
}

@media screen and (max-width:1359px) {
    .telie {
        padding: 20px;
        padding-right: 140px;
        margin-top: 20px;
    }

    .tea {
        font-size: 20px;
        font-size: 2rem;
        line-height: 30px;
    }

    .teriqi {
        right: 20px;
        line-height: 40px;
    }

    .teriqi span {
        font-size: 26px;
        font-size: 2.6rem;
    }
}

@media screen and (max-width:999px) {
    .tenav a {
        width: 49%;
        margin-left: 2%;
    }

    .tenav a:nth-child(2n-1) {
        margin-left: 0px;
    }

    .tea {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
    }

    .temain2 {
        padding-bottom: 50px;
    }
}

@media screen and (max-width:767px) {
    .temain {
        padding-top: 10px;
    }

    .telie {
        padding: 15px 10px;
        padding-right: 10px;
        margin-top: 15px;
        display: flex;
        flex-direction: column-reverse;
    }

    .tea {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        order: 2;
        text-align: center;
    }

    .tep {
        margin-top: 10px;
        order: 1;
        text-align: center;
    }

    .tep a {
        -webkit-line-clamp: 2;
    }

    .teriqi {
        font-size: 12px;
        font-size: 1.2rem;
        right: 10px;
        line-height: 30px;
        order: 3;
        position: unset;
        transform: none;
    }

    .teriqi span {
        font-size: 20px;
        font-size: 2rem;
    }

    .temain2 {
        padding-bottom: 30px;
    }
}

/****************************  download  ***************************/
.domain {
    padding-top: 20px;
    padding-bottom: 47.5px;
}

.dolie {
    background: #ffffff;
    box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.13);
    padding: 61px 50px;
    padding-right: 270px;
    margin-bottom: 30px;
    position: relative;
    transition: 0.5s;
}

.dolie:before {
    content: "";
    position: absolute;
    width: 1px;
    right: 226px;
    top: 32px;
    bottom: 32px;
    background: #d7d7d7;
}

.doa {
    display: block;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    position: relative;
    padding-left: 63px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.doa i {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 30px;
    font-weight: normal;
}

.dop {
    margin-top: 22px;
}

.dop a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.domor {
    display: block;
    width: 150px;
    height: 44px;
    line-height: 42px;
    border-radius: 22px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    color: #1558a8;
    border: solid 1px #1558a8;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.dolie:hover {
    background: #1558a8;
}

.dolie:hover a {
    color: #fff;
    border-color: #fff;
}

.nen .m6lie {
    margin-top: 0px;
    margin-bottom: 29px;
}

@media screen and (max-width:999px) {
    .domain {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .dolie {
        padding: 20px;
        padding-right: 160px;
        margin-bottom: 20px;
    }

    .doa {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 26px;
        padding-left: 30px;
    }

    .doa i {
        font-size: 20px;
    }

    .domor {
        width: 120px;
        height: 40px;
        line-height: 38px;
        font-size: 14px;
        font-size: 1.4rem;
        right: 10px;
    }

    .dolie:before {
        right: 145px;
        top: 32px;
        bottom: 32px;
    }
}

@media screen and (max-width:767px) {
    .domain {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .dolie {
        padding: 15px 10px;
    }

    .dolie:before {
        display: none;
    }

    .domor {
        position: relative;
        right: auto;
        top: auto;
        transform: translate(0);
        margin-top: 20px;
    }

    .dop {
        margin-top: 10px;
    }

    .nen .m6lie {
        margin-bottom: 15px;
    }

    .nen .m6lie:nth-child(3n-2) {
        margin-left: 2%
    }

    .nen .m6lie:nth-child(2n-1) {
        margin-left: 0
    }
}

/****************************  video  ***************************/
.vin {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.vilie {
    width: 48.3%;
    background: #f5f5f5;
    transition: 0.5s;
    margin-bottom: 30px;
}

.vitu {
    position: relative;
    padding-bottom: 56.3%;
    height: 0;
    overflow: hidden;
}

.vitu iframe,
.vitu video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.vitu iframe body {
    margin: 0px !important;
}

.vizi {
    padding: 37px 28px;
}

.vilie:hover {
    background: #1558a8;
}

.vilie:hover a {
    color: #fff
}

@media screen and (max-width:999px) {
    .vizi {
        padding: 20px 10px;
    }

    .vilie {
        width: 49%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:767px) {
    .vizi {
        padding: 10px 5px;
    }

    .vilie {
        width: 49%;
        margin-bottom: 15px;
    }
}

/****************************  contact  ***************************/
.comain {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 75px;
}

.col {
    width: 50%;
    background: #f6f6f6;
    padding: 45px 35px;
}

.cor {
    width: 50%;
    background: #e2e2e2;
    padding: 45px 65px;
}

.cobiao {
    display: block;
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 40px;
    font-weight: bold;
}

.copz {
    line-height: 28px;
    margin-top: 20px;
}

.coul {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 40px;
    margin-top: 25px;
    color: #333333;
}

.coul li {
    position: relative;
    padding-left: 30px;
    color: #333333;
}

.coul li i {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 18px;
}

.coxin {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    max-width: 553px;
    margin-top: 18px;
}

.coxin .int1 {
    width: 48.8%;
    margin-top: 10px;
}

.coxin .int2 {
    width: 100%;
    margin-top: 10px;
}

.coxin .int3 {
    width: 100%;
    margin-top: 10px;
}

.coxin .int4 {
    width: 100%;
    margin-top: 28px;
}

.coxin input {
    width: 100%;
    height: 41px;
    line-height: 41px;
    padding: 0 15px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666666;
    background: #fff;
}

.coxin textarea {
    width: 100%;
    height: 95px;
    line-height: 31px;
    padding: 5px 15px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666666;
    background: #fff;
}

.coxin .yanzheng {
    width: 118px;
    height: 42px;
    cursor: pointer;
}

.coxin .int4 input {
    height: 51px;
    line-height: 51px;
    background: #043f95;
    padding: 0px;
    font-size: 20px;
    font-size: 2rem;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    transition: 0.5s;
}

.coxin .xing input,
.coxin .xing textarea {
    background: #fff url("../images/xing.jpg") no-repeat 8px 15px;
}

.coxin .int4 input:hover {
    background: #333
}

@media screen and (max-width:1359px) {
    .cobiao {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 30px;
    }

    .col {
        padding: 30px 20px;
    }

    .cor {
        padding: 30px 20px;
    }

    .coxin .int4 input {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media screen and (max-width:999px) {
    .comain {
        padding-top: 20px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width:767px) {
    .comain {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .col {
        width: 100%;
        padding: 20px 10px;
    }

    .cor {
        width: 100%;
        padding: 20px 10px;
    }

    .cobiao {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 30px;
    }

    .copz {
        margin-top: 10px;
    }

    .coxin {
        max-width: none;
        margin-top: 10px;
    }

    .coxin .int4 {
        margin-top: 10px;
    }

    .coul {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 30px;
        margin-top: 15px;
    }
}



@media screen and (max-width:1359px) {}

@media screen and (max-width:999px) {}

@media screen and (max-width:767px) {}


@font-face {
    font-family: "iconfont";
    /* Project id 4323075 */
    font-display: swap;
    src: url('../fonts/iconfont.woff2?t=1699504896558') format('woff2'),
    url('../fonts/iconfont.woff?t=1699504896558') format('woff'),
    url('../fonts/iconfont.ttf?t=1699504896558') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
    content: "\e624";
}

.icon-edit:before {
    content: "\e611";
}

.icon-facebook:before {
    content: "\e620";
}

.icon-pinterest:before {
    content: "\e8ab";
}

.icon-linkedin:before {
    content: "\e648";
}

.icon-youtube:before {
    content: "\e6d6";
}

.icon-twitter:before {
    content: "\e607";
}

.icon-bigger:before {
    content: "\e647";
}

.icon-left:before {
    content: "\e72c";
}

.icon-right:before {
    content: "\e72d";
}

.icon-up1:before {
    content: "\e72e";
}

.icon-bottom1:before {
    content: "\e72f";
}

.icon-left1:before {
    content: "\e730";
}

.icon-right1:before {
    content: "\e731";
}

.icon-up:before {
    content: "\e73e";
}

.icon-bottom:before {
    content: "\e73f";
}

.icon-instagram:before {
    content: "\e79d";
}

.icon-tumblr:before {
    content: "\e79e";
}

.icon-download:before {
    content: "\e7a0";
}

.icon-download1:before {
    content: "\e7a7";
}

.icon-search4:before {
    content: "\e7b2";
}

.icon-address:before {
    content: "\e7bc";
}

.icon-email:before {
    content: "\e7bd";
}

.icon-contact:before {
    content: "\e7be";
}

.icon-whatsapp:before {
    content: "\e7bf";
}

.icon-fax:before {
    content: "\e7c2";
}

.icon-mobile:before {
    content: "\e7c6";
}

.icon-phone:before {
    content: "\e7c8";
}

.icon-tel:before {
    content: "\e7c7";
}

.icon-phone1:before {
    content: "\e7cb";
}

.icon-skype:before {
    content: "\e7cc";
}

.icon-whatsapp1:before {
    content: "\e7c1";
}

.icon-address1:before {
    content: "\e7c3";
}

.icon-contact1:before {
    content: "\e7c4";
}

.icon-email1:before {
    content: "\e7c5";
}

.icon-skype1:before {
    content: "\e7c9";
}

.icon-fax1:before {
    content: "\e7ca";
}

.icon-qq:before {
    content: "\e7ce";
}

.icon-tel1:before {
    content: "\e7cd";
}

.icon-wechat:before {
    content: "\e7cf";
}

.icon-phone2:before {
    content: "\e7d0";
}

.icon-message:before {
    content: "\e7da";
}

.icon-calendar:before {
    content: "\e7e1";
}

.icon-calendar1:before {
    content: "\e7e3";
}

.icon-top:before {
    content: "\e7ed";
}

.icon-youbian:before {
    content: "\e60f";
}

.icon-jian2:before {
    content: "\e600";
}

.icon-jia2:before {
    content: "\e608";
}

.icon-vk:before {
    content: "\e735";
}

.icon-instagram1:before {
    content: "\e640";
}

.icon-up7:before {
    content: "\e722";
}

.icon-bottom7:before {
    content: "\e723";
}

.icon-left7:before {
    content: "\e724";
}

.icon-right7:before {
    content: "\e725";
}

.icon-sousuo4:before {
    content: "\e610";
}

.icon-sousuo:before {
    content: "\e616";
}

.icon-sousuo1:before {
    content: "\e65b";
}

.icon-shangchuan:before {
    content: "\e602";
}

.icon-top2:before {
    content: "\e637";
}

.icon-biaoqian:before {
    content: "\e649";
}

.icon-twitter3:before {
    content: "\e7fd";
}

.icon-twitter4:before {
    content: "\e7fe";
}

.icon-twitter-new2:before {
    content: "\e800";
}

.icon-twitter-new:before {
    content: "\e7ff";
}

.icon-left3:before {
    content: "\e75a";
}

.icon-right3:before {
    content: "\e8ac";
}