<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */
html {
    font-size: 62.5%;
    height: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0 auto;
    font-family: Lora-Regular, 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: Poppins-Regular, 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: #232f6f;
}

* {
    margin: 0px;
    padding: 0px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.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
}

.Allsafe {
    width: calc(100% - 120px);
    max-width: 1400px;
    margin: auto;
}

@media screen and (max-width:768px) {
    .Allsafe {
        width: calc(100% - 50px);
    }
}

.Allsafe2 {
    width: calc(100% - 120px);
    max-width: 1200px;
    margin: auto;
}

@media screen and (max-width:768px) {
    .Allsafe2 {
        width: calc(100% - 50px);
    }
}

.Allsafe3 {
    width: calc(100% - 120px);
    max-width: 1381px;
    margin: auto;
}

@media screen and (max-width:768px) {
    .Allsafe3 {
        width: calc(100% - 50px);
    }
}

.Allsafe4 {
    width: calc(100% - 120px);
    max-width: 1664px;
    margin: auto;
}

@media screen and (max-width:768px) {
    .Allsafe4 {
        width: calc(100% - 50px);
    }
}

.Allsafe5 {
    width: calc(100% - 120px);
    max-width: 1297px;
    margin: auto;
}

@media screen and (max-width:768px) {
    .Allsafe5 {
        width: calc(100% - 50px);
    }
}



.zong {
    width: calc(100% - 120px);
    max-width: 1200px;
    margin: auto;
}

.zong1 {
    width: calc(100% - 120px);
    max-width: 1400px;
    margin: auto;
}


@media screen and (max-width:768px) {

    .zong {
        width: calc(100% - 50px);
        max-width: 1200px;
        margin: auto;
    }

    .zong1 {
        width: calc(100% - 50px);
        max-width: 1400px;
        margin: auto;
    }
}

a:hover img {
    transform: scale(1.1, 1.1)
}

img {
    max-width: 100%;
}

@media screen and (max-width:999px) {
    a:hover img {
        transform: scale(1, 1)
    }
}

a:hover {
    color: #232f6f;
}

.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: #194a5b;
}

@media screen and (max-width:1359px) {
    .mp {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 26px !important;
    }
}

@media screen and (max-width:767px) {
    .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 #194a5b;
    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 #194a5b;
    -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: #194a5b;
    -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: #194a5b;
    -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 {
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 99;
    position: fixed;
    background-color: #fff;
}

.hexin {
    float: right;
}

.hexin p {
    float: left;
    font-family: Lora-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
    position: relative;
    padding-left: 25px;
    margin-left: 24px;
}

.hexin p a {
    color: #666666;
}

.hexin p i {
    font-size: 18px;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #323f85;
}

.hexin p:first-child:before {
    display: none;
}

.hexin a:hover {
    text-decoration: underline;
}

.heb {}

.heb .zong1 {
    position: relative;
}

.head .zong1 {
    position: relative;
    z-index: 99;
    padding-top: 1px;
}

.logo {
    display: block;
    float: left;
    width: 342px;
    margin-top: 36px;
    margin-bottom: 16px;
}

.logon {
    display: inline-block;
    vertical-align: middle;
}

.logon img {
    display: block;
    margin: auto;
    width: 100%;
}

.her {
    float: right;
}

.yv {
    display: block;
    float: right;
    margin-top: 24px;
    margin-right: 43px;
}

.yv a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    color: #fff;
}

.yv a:hover {
    text-decoration: underline;
}

.daoz {
    float: right;
    margin-top: 30px;
    margin-bottom: 13px;
}

.daohang&gt;li {
    float: left;
    position: relative;
    z-index: 999;
    margin-right: 40px;
    margin-left: 1px;
    padding-bottom: 14px;
}

.daohang&gt;li&gt;a {
    display: inline-block;
    vertical-align: middle;
    font-family: Lora-regular;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
    position: relative;
}

.daohang&gt;li&gt;a:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 2px;
    background: #232f6f;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
}

.daohang&gt;li:hover&gt;a::before {
    width: 100%;
}


.daohang&gt;li:hover&gt;a {
    color: #232f6f !important
}

.dangqiandao&gt;a {
    color: #333 !important;
}

.dangqiandao&gt;a:before {
    width: 100% !important;
}

.yijiw {
    padding-top: 21px;
    background: #fff;
    position: absolute;
    width: 214px;
    top: -9999px;
    left: 50%;
    transform: translateX(-50%);
}

.yiji {
    background-color: #ffffff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.45);
}

.yiji li {
    position: relative;
    transition: 0.5s;
}

.yiji li a {
    display: block;
    font-size: 16px;
    font-family: OpenSans;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
    line-height: 0px;
    padding: 5px 12px;
}

.yiji li:hover {
    background: #fff;

}

.yiji li:hover&gt;a {
    color: #232f6f;
}

.erji {
    position: absolute;
    width: 189px;
    top: -9999px;
    left: 161px;
    background-color: #ffffff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.45);
}

.sanji {
    position: absolute;
    width: 189px;
    background-color: #ffffff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.45);
    top: -9999px;
    left: 189px;
}

.daohang&gt;li:hover .yijiw {
    top: 17px;
}

.daohang&gt;li:hover .yiji&gt;li&gt;a {
    line-height: 26px;
}

.yiji&gt;li:hover .erji {
    top: 0px;
}

.yiji&gt;li:hover .erji&gt;li&gt;a {
    line-height: 26px;
}

.erji&gt;li:hover .sanji {
    top: 0px;
}

.erji&gt;li:hover .sanji&gt;li&gt;a {
    line-height: 26px;
}

.matn {
    margin-top: auto !important;
}

.xiala {
    width: 630px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 11px 1px 4px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    left: 0px;
    top: 100%;
    padding: 20px 65px;
    border-bottom: 6px solid #323f85;
    flex-flow: wrap;
    justify-content: space-between;
    display: none;
}

.xlyiji {
    width: 50%;
    padding-right: 10px;
}

.xlyiji&gt;a {
    display: block;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
}

.xlerji {
    margin-top: 21px;
}

.daohang&gt;li:hover .xiala {
    display: flex;
}

/*  sousuo  */
.sousuo {
    height: 40px;
    z-index: 9999;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 50px;
    width: 30px;
}

.sousuo form {
    width: 236px;
    height: 0px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 52px;
    background: #fff;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 18px;
    color: #323f85;
    transition: 0.8s;
    z-index: 99999
}

.sou {
    width: 180px;
    height: 38px;
    line-height: 38px;
    border-radius: 18px;
    padding-left: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
}

.suo {
    width: 40px;
    height: 40px;
    float: right;
    background: none;
    position: relative;
    z-index: 9999999;
    border-radius: 18px;
    cursor: pointer;
}

.sou2,
.sou1 {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 37px;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 22px !important;
    cursor: pointer;
    color: #194a5b;
    z-index: 99990
}

.sou2 {
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #333;
    font-size: 22px !important;
}

.sousuof form {
    height: 37px;
    border: 1px solid #323f85;
}

.daohang2,
sousuo2,
.xnav {
    display: none
}

/* banner */
.slideshow {
    position: relative;
    margin-top: 110px;
}

.slideshow .wp {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    margin-top: -166.5px;
}

.slideshow .wp img {
    max-width: 100%;
    max-height: 80%;
}

.slideshow .item a img {
    width: 100%;
    -webkit-transition: all 6s ease-out;
    -o-transition: all 6s ease-out;
    -moz-transition: all 6s ease-out;
    transition: all 6s ease-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.slideshow .item.slick-active img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.slick-dots {
    position: absolute;
    width: 100%;
    bottom: 30px;
    text-align: center;
}

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

.slick-dots li button {
    cursor: pointer;
    font-size: 0px;
    margin-left: 4.5px;
    margin-right: 4.5px;
    width: 40px;
    height: 4px;
    background-color: #e5e5e5;
    border-radius: 2px;
    border: none;
}

.slick-dots li.slick-active button {
    background-color: #777777;

}

.slick-prev,
.slick-next {
    width: 62px;
    height: 62px;
    border: 0px;
    font-size: 0px;
    cursor: pointer;
}

.slick-prev {
    position: absolute;
    top: 50%;
    margin-top: -31px;
    left: 40px;
    z-index: 999;
}

.slick-next {
    position: absolute;
    top: 50%;
    margin-top: -31px;
    right: 40px;
    z-index: 999;
}

@media screen and (max-width: 1219px) {
    .slideshow .wp {
        margin-left: -490px;
    }
}

@media screen and (max-width: 999px) {
    .slideshow{
        margin-top: 80px;
    }

    .slideshow:hover .slick-prev,
    .slick-next {
        display: none !important;
    }

    .slideshow .wp {
        width: 100%;
        left: 0;
        margin-left: 0;
        height: 80%;
        top: 0;
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .slick-dots {
        bottom: 10px;
    }
}

.slideshow .item.slick-active.item_one img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.slideshow .item.slick-active.item_one.on img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.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-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;
}

.slick-dots .slide-count {
    display: none;
}

@media screen and (max-width: 991px) {
    .slick-slide video {
        object-position: inherit;
        object-fit: inherit;
        width: 100%;
        height: 100%;
        transform: translate(0, 0);
        left: 0;
        top: 0;
    }
}

@media screen and (max-width:1559px) {
    .daohang&gt;li {
        margin-right: 30px;
    }

    .xiala {
        width: 600px;
        padding: 20px;
    }

    .xlyiji {
        width: 50%;
        padding-right: 10px;
    }

    .xlyiji&gt;a {
        display: block;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 30px;
    }

    .xlerji {
        margin-top: 10px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media screen and (max-width:1395px) {
    .logo {
        width: 236px;
    }

    .daoz {
        margin-top: 23px;
        margin-bottom: 13px;
    }

    .daohang {}

    .daohang&gt;li {
        margin-right: 16px;
        margin-left: 0px;
    }

    .daohang&gt;li&gt;a {
        font-size: 16px;
        font-size: 1.6rem;

    }

    .sousuo {
        top: 43px;
    }

    .xiala {
        width: 500px;
        padding: 10px;
    }

    .xlyiji {
        width: 50%;
        padding-right: 10px;
    }

    .xlyiji&gt;a {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 26px;
    }

    .xlerji {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .daoz {
        padding-right: 18px;
    }

    .sou2 {
        font-size: 18px;
    }
}

@media screen and (max-width:1219px) {
    .logo {
        width: 200px;
    }

    .daohang&gt;li {
        margin-right: 11px;
        margin-left: 0px;
    }

    .daohang&gt;li&gt;a {
        padding: 0 6px;
        font-size: 14px;
    }

    .daoz {
        margin-top: 17px;
    }

    .daohang&gt;li&gt;a::before {
        bottom: -6px;
    }

    .sousuo {
        top: 36px;
    }
}

@media screen and (min-width:1000px) {

    .carousel,
    .nav {
        display: none
    }
}

@media screen and (max-width:999px) {
    .slick-dots li button{
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }
    .head&gt;.zong1 {
        z-index: 2;
    }

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

    .logo {
        margin-top: 25px;
        margin-bottom: 25px;
        width: 180px;
    }

    .slick-slide video {
        object-position: inherit;
        object-fit: inherit;
        width: 100%;
        height: 100%;
        transform: translate(0, 0);
        left: 0;
        top: 0;
    }

    .daohang,
    .hexin {
        display: none
    }

    .yv {
        margin: auto;
        margin-right: 45px;
        margin-top: 14px;
    }

    .yv a {
        color: #333
    }

    .sousuo {
        height: 30px;
        line-height: 30px;
        bottom: auto;
        top: 10px;
        margin: auto;
        position: absolute;
        right: 40px;
        display: none;
    }

    .sou2 {
        width: 35px;
        height: 30px;
        line-height: 30px;
        font-size: 18px !important
    }

    .sousuo form {
        top: 39px;
    }

    .banner1 .slick-arrow {
        width: 34px;
        height: 34px;
        background-position: center !important;
        background-size: cover;
    }

    .banner1 .slick-prev {
        left: 10px;
    }

    .banner1 .slick-next {
        right: 10px;
    }

    .banner1 .slick-dots {
        display: none !important
    }

    .xnav {
        display: block
    }

    .nav {
        position: fixed;
        width: 35px;
        height: 26px;
        background: #fff;
        right: 2.5%;
        top: 26px;
        cursor: pointer;
        border-radius: 5px;
        z-index: 999999999
    }

    .nav span {
        display: block;
        width: 20px;
        height: 2px;
        background: #194a5b;
        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: #000;
        background: rgba(0, 0, 0, 0.8);
        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: 5px;
        padding-left: 0px;
        color: #fff;
        display: block;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        padding-right: 50px;
    }

    ul.topnav ul {
        display: none;
    }

    ul.topnav ul li {
        clear: both;
    }

    ul.topnav ul li a {
        padding-left: 20px;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: normal;
        outline: 0;
    }

    ul.topnav ul li a:hover {}

    ul.topnav ul ul li a {
        padding-left: 40px;
    }

    ul.topnav ul ul ul li a {
        padding-left: 60px;
    }

    ul.topnav span {
        display: block;
        position: absolute;
        right: 0px;
        top: 7px;
        width: 20px;
        height: 20px;
        background: #fff;
        background: rgba(255, 255, 255, 0.6);
        cursor: pointer;
        border-radius: 50%;
        transition: 0.8s;
    }

    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.8s;
    }

    ul.topnav span.yizi {
        transform: rotate(90deg)
    }

    .smdaohang form {
        margin-top: 15px;
        margin-bottom: 15px;
        width: 240px;
        height: 26px;
        border: 1px solid #fff;
        position: relative;
        background: #fff;
        border-radius: 13px;
    }

    .smdaohang form .iptc {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 15px;
        background-color: #fff;
        width: 80%;
        height: 24px;
        line-height: 24px;
        display: block;
        float: left;
        border-radius: 10px;
    }

    .smdaohang form .ipsc {
        width: 20%;
        height: 26px;
        line-height: 26px;
        display: block;
        float: right;
        background: transparent;
        position: relative;
        z-index: 99;
    }

    .smdaohang form i {
        position: absolute;
        right: 10px;
        top: 3px;
    }
}

@media screen and (max-width:768px) {
    .clear3 {
        display: none
    }

    .logo {
        width: 150px;
    }
}

@media screen and (max-width:538px) {
    .logo {
        width: 120px;
    }

    .nav {
        top: 23px;
    }
}

/*  Main1*/
.Main1 {
    /*background: url("../images/m1-back.png") no-repeat center;*/
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.Main1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    /*background: url("../images/m1-back.png") no-repeat center;*/
    background-size: cover;
    z-index: -1
}

.Main11 {
    padding-top: 110px;
    padding-bottom: 100px;
}

.M1-top {
    display: flex;
    flex-flow: wrap;
}

.M1-tblock {
    width: 15%;
    margin-right: 6.25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.M1-tblcok-bor{
    position: relative;
}
.Mask{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background-color: 	rgba(35,47,111,0.8);
    opacity: 0;
    transition: 500ms;
}
.Mask-border{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.Mask a{
    display: block;
    font-family: Lora-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /*! overflow: hidden; */
    /*! height: 90px; */
}
.M1-tblock:hover
.Mask{
    opacity: 1;
}

.M1-tblock:nth-child(5n) {
    margin-right: 0%;
}

.M1-tblock-picbor {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    /*padding-top: 8px;*/
    padding-bottom: 8px;
    /*max-width: 207px;*/
    margin: 0 auto;
    border: dashed 1px #232f6f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0px;
    padding-bottom: 100%;
    position: relative;
    
    
}
.M1-tblock-picbor img{
    border-radius: 50%;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width:190px;
    max-height:190px;
}
.M1-tblock-font {
    font-family: Lora-Bold;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 53px;
    letter-spacing: 0px;
    color: #333333;
overflow:
hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient:
vertical;
}

@media screen and (max-width:1333px) {
    

    .Main11 {
        padding-top: 80px;
    }
}

@media screen and (max-width:1014px) {
    
    .M1-tblock {
        width: 24%;
        margin-right: 1.333%;
    }

    .M1-tblock:nth-child(4n) {
        margin-right: 0%;
    }

    .M1-tblock:nth-child(5n) {
        margin-right: 1.333%;
    }

}

@media screen and (max-width:999px) {
    .Mask{
        display: none;
    }
    .Main11 {
        padding-top: 70px;
    }

    .M1-tblock-font {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media screen and (max-width:768px) {
    
    .M1-tblock {
        width: 32%;
        margin-right: 2%;
    }

    .M1-tblock:nth-child(3n) {
        margin-right: 0%;
    }

    .M1-tblock:nth-child(4n) {
        margin-right: 2%;
    }

    .Main11 {
        padding-top: 50px;
    }
}

@media screen and (max-width:538px) {
    .M1-tblock {
        /* width: 100%; */
        /* margin-right: 0%; */
        
    }
/*.M1-tblock-picbor { padding:8px;}*/
    .Main11 {
        padding-top: 40px;
    }

    .M1-tblock-font {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .M1-tblock {
        width: 49%;
        margin-right: 2%;
    }

    .M1-tblock:nth-child(2n) {
        margin-right: 0%;
    }

    .M1-tblock:nth-child(3n) {
        margin-right: 2%;
    }
}

.M1-bottom {
    padding-top: 65px;
}

.M1-btitle {
    font-family: Lora-Bold;
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 53px;
    letter-spacing: 0px;
    color: #232f6f;
    text-align: center;
    display: block;
}

.M1-btitle:hover {
    text-decoration: underline;
    text-decoration-color: #232f6f;
}

.M1-bintro {
    display: block;
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
    text-align: center;
    margin-top: 25px;
}

.img-scroll {
    position: relative;
    margin-top: 66px;
}

.img-scroll .prev,
.img-scroll .next {
    position: absolute;
    text-align: center;
    display: block;
    width: 41px;
    height: 41px;
    line-height: 39px;
    background-color: #ffffff;
    border: solid 1px #c7c7c7;
    text-align: center;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
    z-index: 999;
    color: #c7c7c7;
}

.img-scroll .prev {
    left: -3.2%;
    cursor: pointer;
}

.img-scroll .next {
    right: -3.9%;
    cursor: pointer;
}

.img-scroll .prev:hover,
.img-scroll .next:hover {
    color: #232f6f;
    border: solid 1px #232f6f;
}

.img-list {
    position: relative;
    overflow: hidden;
}

.img-list ul {
    width: 10000%;
}

.img-list li {
    float: left;
    width: 0.245%;
    margin-right: 0.01%;
    border-left: none;
    position: relative;
}

.img-list li a{
    position: relative; 
   
    
}

.img-list li img {
    width: 100%;
    position: absolute; 
    left: 0;
    top: 0; 
    width: 100%;
}

.M1-binfo-blopic {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    height: 0px; 
    padding-bottom: 100%;
    position: relative; 
}

.M1-binfo-blofont1 {
    display: block;
    font-family: Lora-Bold;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 9px;
    text-align: center;
}

.M1-binfo-blofont1 h2 {
    display: block;
    font-family: Lora-Bold;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 9px;
    text-align: center;
}

.M1-binfo-blofont2 {
    display: block;
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #666666;
    text-align: center;
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media screen and (max-width:1666px){
    .img-scroll .prev {
        left: -3.2%;
        cursor: pointer;
    }
    
    .img-scroll .next {
        right: -3.2%;
        cursor: pointer;
    }
}

@media screen and (max-width:1333px) {
    .M1-bottom {
        padding-top: 30px;
    }

    .M1-btitle {
        font-size: 26px;
        line-height: 34px;
    }
    .pro2M6-intro{
        padding-top: 5px;
    }

    .M1-binfo-blofont1 {
        font-size: 18px;
    }

    .M1-binfo-blofont1 h2 {
        font-size: 18px;
    }

    .img-scroll {
        margin-top: 35px;
    }

}

@media screen and (max-width:999px) {
    .M1-btitle {
        font-size: 24px;
    }

    .M1-bottom {
        padding-top: 30px;
    }

    .M1-bintro {
        font-size: 14px;
    }

    .img-list li {
        width: 0.32%;
        margin-right: 0.02%;
    }
    .M1-binfo-blofont2 {
        font-size: 14px;
    }
}

@media screen and (max-width:768px) {
    .M1-btitle {
        font-size: 22px;
    }

    .img-list li {
        width: 0.49%;
        margin-right: 0.02%;
    }

    .M1-binfo-blofont1 {
        font-size: 16px;
    }

    .M1-binfo-blofont1 h2 {
        font-size: 16px;
    }
    .img-scroll .prev,
    .img-scroll .next {
        width: 36px;
        height: 36px;
        line-height: 34px;
    }

}

@media screen and (max-width:538px) {
    .M1-btitle {
        font-size: 20px;
    }

    .M1-bintro {
        margin-top: 8px;
    }

    .img-scroll {
        margin-top: 28px;
    }

    .img-list li {
        width: 1%;
        margin-right: 0.02%;
    }
}

/* Main2 */
.Main2 {
    background: url("../images/m3-back.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.Main2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url("../images/m3-back.jpg") no-repeat center;
    background-size: cover;
    z-index: -1
}

.M2-border {
    padding-top: 63px;
    padding-bottom: 92px;
}

.M2-title {
    height: 37px;
    font-family: Lora-Bold;
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 53px;
    letter-spacing: 0px;
    color: #ffffff;
    display: block;
    text-align: center;
}

.M2-intro {
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    width: 69%;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding-top: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#outer {
    margin-top: 37px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    padding-bottom: 78px;

}

.M2-tabsafe {
    width: 84.4%;
    margin: 0 auto;
}

#tab {
    zoom: 1;
    font-size: 0px;
    text-align: center;
    position: relative;
    border-bottom: 2px solid #e0e0e0;

}

#tab li {
    transition: 0.5s;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    width: 33.3%;
    padding: 3px 10px;
    line-height: 60px;
    z-index: 1;
    padding-top: 27px;
    padding-bottom: 15px;
}

#tab li:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: #232f6f;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
    z-index: -1
}

#tab li span {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-family: Lora-Bold;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 53px;
    letter-spacing: 0px;
    transition: 0.5s;
    color: #333;
}

#tab li.current:before {
    width: 100%;
}

#tab li.current span,
#tab li.current i {
    color: #232f6f;
}

#content {
    display: block;
    margin-top: 52px;
}

#content .tabul {
    display: none;
    vertical-align: middle;
    font-size: 16px;

}

.M2-block {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.M2-bleft:hover{
    cursor: pointer;
}
.M2-bleft {
    width: 42.8%;
    margin-top: 8px;
    position: relative;
}
.M2-bleft-star{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.M2-bleft .M2-bleft-star img:hover{
    transform: scale(1);
}

.M2-bleft a {
    display: block;
    overflow: hidden;
    max-width: 600px;
}

.M2-bright {
    width: 51%;
}

.M2-bright  p {
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.M2-bright .M2-brighta a:hover {
    color: #232f6f;
}

.sanjiao {
    background: url("../images/sanjiao.png") no-repeat left 8px;
}

.M2-bright-infobor {
    padding-left: 16px;
}

.M2-bright-info {
    display: block;
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.index-M2-info{
    z-index: 2;
}
.index-M2-info::before{
    position: absolute;
    content: "";
    background: url("../images/AbM5-back.png") no-repeat;
    background-size: auto;
    top: 100px;
    left: 58.6%;
    transform: translate(-50%, 50%);
    width: 1418px;
    height: 377px;
    z-index: -1;
    background-size: contain;
}

@media screen and (max-width:1333px) {
    .M2-title {
        font-size: 32px;
    }

    #tab li span {
        font-size: 26px;
    }

    .M2-block {
        flex-direction: column;
    }

    .M2-bleft {
        width: 100%;
    }

    .M2-bleft-picbor {
        margin: 0 auto;
    }

    .M2-bright {
        width: 100%;
        margin-top: 40px;
    }
}

@media screen and (max-width:999px) {
    .M2-title {
        font-size: 28px;
    }

    #tab li span {
        font-size: 24px;
    }

    #tab li span {
        line-height: 30px;
    }
}

@media screen and (max-width:768px) {
    .M2-title {
        font-size: 24px;
    }

    #tab li span {
        font-size: 20px;
    }

    .M2-intro {
        width: 90%;
    }

    .M2-bright .M2-brighta p {
        font-size: 14px;
    }

    .M2-bright-info {
        font-size: 14px;
    }
}

@media screen and (max-width:538px) {
    #outer{
        margin-top: 37px;
        padding-bottom: 40px;
    }
    #tab li span {
        font-size: 16px;
    }

    #tab{
        display: flex;
        flex-flow: wrap;
    }
    #tab li{
        width: 100%;
        line-height: 26px;
    }

    #content {
        margin-top: 30px;
    }

    .M2-bright {
        margin-top: 30px;
    }
}

/* Main3 */
.Main3 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.Main3 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.M3-block {
    width: 18%;
}

.M3-block2 {
    width: 22%;
}

.M3-block3 {
    width: 15.8%;
}

.M3-block4 {
    width: 18%;
}

.M3-block5 {
    width: 15%;
}

.M3-block {
    display: flex;
    justify-content: space-between;
}

.M3-bleft {
    width: 18%;
    display: flex;
    align-items: center;
}
.M3-bleft img{
    padding-right: 15px;
}
.M3-bright {
    width: 82%;
}



.M3-bright p {
    font-family: Lora-Bold;
    font-size: 39px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 53px;
    letter-spacing: 0px;
    color: #232f6f;
}

.M3-bright a,.M3-bright span {
    display: block;
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
}
.M3-bright a:hover{
    color: #232f6f;
}

@media screen and (max-width:1444px) {
    .M3-bright p {
        font-size: 26px;
    }
}

@media screen and (max-width:1333px) {
    .M3-bright p {
        font-size: 24px;
        line-height: 30px;
    }

    .M3-block {
        width: 19%;
    }
}

@media screen and (max-width:1222px) {
    .M3-block {
        width: 24%;
        margin-top: 20px;
    }

    .Main3 {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .M3-bright a,.M3-bright span {
        font-size: 14px;
    }
}

@media screen and (max-width:999px) {
    .M3-bright p {
        font-size: 22px;
    }

    .M3-block {
        width: 49%;
    }

    .Main3 {
        padding-top: 40px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width:768px) {
    .Main3 {
        padding-top: 30px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width:538px) {
    .M3-bright p {
        font-size: 24px;
    }

    .M3-block {
        width: 100%;
    }

    .Main3 {
        padding-top: 10px;
        padding-bottom: 49px;
    }

}

/* Main4 */
.Main4 {
    background: url("../images/m5-back1.png") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.Main4:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url("../images/m5-back1.png") no-repeat center;
    background-size: cover;
    z-index: -1
}

.Main4-border {
    padding-top: 90px;
    padding-bottom: 58px;
}

.M4-title {
    font-family: Lora-Bold;
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 53px;
    letter-spacing: 0px;
    color: #232f6f;
    display: block;
    text-align: center;
}

/*.M4-title:hover {
    text-decoration: underline;
    text-decoration-color: #232f6f;
}*/

.M4-info {
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
    display: block;
    text-align: center;
    padding-top: 18px;
}

.M4-blockborder {
    display: flex;
    justify-content: space-between;
    padding-top: 95px;
    flex-flow: wrap;
}

.M4-block {
    width: 20.1%;
    display: flex;
    flex-direction: column;
}

.M4-bpicbor {
    margin: 0 auto;
}

.M4-bintro {
    font-family: Lora-Regular;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    display: block;
    text-align: center;
    padding-top: 49px;
}

.M4-binfo {
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
    display: block;
    padding-top: 22px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;

}

@media screen and (max-width:1333px) {
    .Main4-border{
        padding-top: 38px;
    }
    .M4-title {
        font-size: 26px;
    }
    .M4-bintro {
        font-size: 20px;
        line-height: 34px;
    }

    .M4-bpicbor {
        max-width: 36px;
    }

    .M4-blockborder {
        padding-top: 57px;
    }
}

@media screen and (max-width:999px) {
    .M4-title {
        font-size: 24px;
    }

    .M4-info {
        font-size: 14px;
    }

    .M4-bintro {
        font-size: 24px;
    }

    .M4-binfo {
        font-size: 14px;
    }

    .M4-block {
        width: 49%;
        margin-top: 20px;
    }
}

@media screen and (max-width:768px) {
    .M4-title {
        font-size: 22px;
    }

    .M4-bintro {
        font-size: 22px;
    }

    .M4-block {
        width: 100%;
        margin-top: 20px;
    }

    .M4-blockborder {
        padding-top: 17px;
    }
}

@media screen and (max-width:538px) {
    .M4-title {
        font-size: 20px;
    }

    .M4-bintro {
        font-size: 20px;
    }

    .Main4-border {
        padding-top: 50px;
    }

}

/* Main5 */
.Main5 {
    padding-top: 91px;
    padding-bottom: 105px;
}

.M5-title {
    font-family: Lora-Bold;
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 53px;
    letter-spacing: 0px;
    color: #232f6f;
    display: block;
    text-align: center;
}

/*.M5-title:hover {
    text-decoration: underline;
    text-decoration-color: #232f6f;
}*/

.M5-info {
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
    display: block;
    text-align: center;
    padding-top: 21px;
}

.M5-block {
    padding-top: 49px;
}

.M5-btop {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.M5-btop-picbor {
    max-width: 685px;
    width: 49%;
    overflow: hidden;
    border-radius: 6px;
}

.M5-bbottom {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    padding-top: 26px;
}

.M5-bbottom-picbor {
    max-width: 450px;
    width: 33%;
    overflow: hidden;
    border-radius: 6px;
}

@media screen and (max-width:1333px) {
    .M5-title {
        font-size: 42px;
    }
    .Main5 {
        padding-top: 35px;
        padding-bottom: 70px;
      }
      .M5-info{
        padding-top: 1px;
      }
      .M5-block {
        padding-top: 30px;
      }
}

@media screen and (max-width:999px) {
    .M5-title {
        font-size: 38px;
    }

    .M5-info {
        font-size: 14px;
    }

    .Main5 {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .M5-info {
        padding-top: 6px;
    }

    .M5-block {
        padding-top: 30px;
    }
}

@media screen and (max-width:768px) {
    .M5-title {
        font-size: 32px;
    }

    .M5-bbottom-picbor {
        width: 49%;
        max-width: 450px;
        padding-top: 20px;
        overflow: hidden;
        /* margin: 0 auto; */
        border-radius: 6px;
    }

    .M5-bbottom {
        padding-top: 0px;
    }
}

@media screen and (max-width:538px) {
    .M5-title {
        font-size: 26px;
    }

    /* .M5-btop-picbor {
        width: 100%;
        padding-top: 20px;
    } */

    /* .M5-bbottom-picbor {
        width: 100%;
    } */

    .Main5 {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .M5-block {
        padding-top: 10px;
    }

}

/* Main6 */
.Main6 {
    background: url("../images/m7-back1.png") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.Main6:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url("../images/m7-back1.png") no-repeat center;
    background-size: cover;
    z-index: -1
}

.Main6-border {
    padding-top: 61px;
    padding-bottom: 97px;
}

.M6-info {
    padding-top: 17px;
}

.M6-cdetail {
    font-family: Lora-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #232f6f;
    display: block;
    width: 87%;
    margin: 0 auto;
    text-align: center;
    padding-top: 53px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.M6-cperson {
    padding-top: 27px;
}

.M6-cpicbor {
    display: block;
    max-width: 118px;
    margin: 0 auto;
    overflow: hidden;
}
.M6-cpicbor img{
    border-radius: 50%;
}
.M6-cpicname {
    font-family: Lora-Regular;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #232f6f;
    display: block;
    text-align: center;
    padding-top: 11px;
}
.M6-center {
    position: relative;
}
.M6-center::before{
    position: absolute;
    content: "";
    width: 61px;
    height: 55px;
    top: 0;
    left: 0.6%;
    background-size: contain;
}
.M6-center::after{
    position: absolute;
    content: "";
    width: 61px;
    height: 55px;
    top: 32%;
    right: 0.6%;
    background-size: contain;
}
.M6-center .row {
    padding-bottom: 38px;
}

.M6-center .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.M6-center .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.M6-center .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.M6-center .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;
}

.M6-center .owl-carousel .owl-item {
    float: left;
    padding: 5px;
}

.M6-center .owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.M6-center .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);
}

.M6-center .owl-theme .owl-controls {
    position: absolute;
    left: 50%;
    bottom: -9.6%;
    transform: translate(-50%);
}

.M6-center .owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.M6-center .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 40px;
    height: 4px;
    background-color: #c4c4c4;
    border-radius: 2px;
    margin-right: 9px;
    font-size: 0px;
}

.M6-center .owl-theme .owl-controls .owl-page.active span,
.M6-center .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #232f6f;
    opacity: 1;
}

.M6-center .owl-theme .owl-buttons {
    width: 89px;
    height: 42px;
    position: relative;
    margin: auto;
    display: none !important
}

.M6-center .owl-theme .owl-buttons div {
    width: 42px;
    height: 42px;
    background: #fff;
    position: absolute;
    line-height: 42px;
    font-size: 24px;
    transition: 0.5s;
}

.M6-center .owl-theme .owl-prev {
    left: 0px;
}

.M6-center .owl-theme .owl-next {
    right: 0px;
}

.M6-center .owl-theme .owl-buttons div:hover {
    background: #3080f9;
    color: #fff;
}

@media screen and (max-width:1333px) {
    .M6-cdetail {
        font-size: 16px;
    }
    .M6-center::before{
        width: 50px;
        height: 41px;
    }
    .M6-center::after{
        width: 50px;
        height: 41px;
    }

}

@media screen and (max-width:999px) {
    .M6-cdetail {
        font-size: 14px;
        padding-top: 20px;
    }

    .Main6-border {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .M6-center::before{
       left: 0;
    }
    .M6-center::after{
       right: 0;
    }

}
@media screen and (max-width:768px){
    .M6-center::before{
        display: none;
    }
    .M6-center::after{
        display: none;
    }
}
@media screen and (max-width:480px){
    .M6-title{
        font-size: 22px;
    }
    .M6-center .owl-theme .owl-controls .owl-page span{
        width: 32px;
    }
}

@media screen and (max-width:443px) {
    .M6-center .owl-theme .owl-controls {
        left: 30%;
        transform: translate(-14%);
    }
}

.img-scroll2 {
    position: relative;
    margin-top: 70px;
}

.img-scroll2 .prev,
.img-scroll2 .next {
    position: absolute;
    text-align: center;
    display: block;
    width: 41px;
    height: 41px;
    line-height: 38px;
    border: solid 1px #c7c7c7;
    text-align: center;
    border-radius: 50%;
    color: #c7c7c7;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
    z-index: 999;
}

.img-scroll2 .prev {
    left: -4%;
    cursor: pointer;
}

.img-scroll2 .next {
    right: -4%;
    cursor: pointer;
}

.img-scroll2 .prev:hover,
.img-scroll2 .next:hover {
    color: #232f6f;
    border: solid 1px #232f6f;
}

.img-list2 {
    position: relative;
    overflow: hidden;
}

.img-list2 ul {
    width: 10000%;
}

.img-list2 li {
    float: left;
    width: 0.5%;
    margin-right: 0.015%;
    border-left: none;
    position: relative;
}

.img-list2 li a {
    overflow: hidden;
    max-width: 630px;
    display: block;
}

.img-list2 li img {
    width: 100%;
}

@media screen and (max-width:999px) {
    .img-scroll2 {
        margin-top: 35px;
    }
}

@media screen and (max-width:768px) {
    .img-list2 li {
        width: 1%;
    }

    .img-list2 li a {
        margin: 0 auto;
    }

    .img-scroll2 .prev {
        left: -3%;
    }

    .img-scroll2 .next {
        right: -3%;
    }
}

/* Main7 */
.Main7 {
    background: url("../images/m8-back1.png") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.Main7:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url("../images/m8-back1.png") no-repeat center;
    background-size: cover;
    z-index: -1
}

.Main7-border {
    padding-top: 98px;
    padding-bottom: 99px;
}

.M7-info {
    padding-top: 16px;
}

.M7-bottom {
    display: flex;
    margin-top: 15px;
    flex-flow: wrap;
}

.M7-block {
    width: 15%;
    margin-right: 2%;
}

.M7-block:nth-child(6n){
    margin-right: 0%;
}

.M7-bpicbor {
    max-width: 200px;
    padding-top: 26px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    

}

@media screen and (max-width:1333px) {
    .Main7-border {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width:999px) {
    .Main7-border {
        padding-top: 50px;
    }

    .M7-block {
        width: 19%;
        margin-right: 1.25%;
    }

    .M7-block:nth-child(6n) {
        margin-right: 1.25%;
    }

    .M7-block:nth-child(5n) {
        margin-right: 0%;
    }
}

@media screen and (max-width:888px) {
    .M7-block {
        width: 24%;
        margin-right: 1.33%;
    }

    .M7-block:nth-child(5n) {
        margin-right: 1.33%;
    }

    .M7-block:nth-child(4n) {
        margin-right: 0%;
    }
}

@media screen and (max-width:768px) {
    .M7-block {
        width: 32%;
        margin-right: 2%;
    }

    .M7-block:nth-child(4n) {
        margin-right: 2%;
    }

    .M7-block:nth-child(3n) {
        margin-right: 0%;
    }
}

@media screen and (max-width:538px) {
    .M7-block {
        width: 49%;
        margin-right: 2%;
    }

    .M7-block:nth-child(3n) {
        margin-right: 2%;
    }

    .M7-block:nth-child(2n) {
        margin-right: 0%;
    }
}

@media screen and (max-width:438px) {
    /* .M7-block {
        width: 100%;
        margin-right: 0%;
    } */
}

/* Main8 */

.Main8 input::-webkit-input-placeholder {
    /* WebKit browsers */
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;

}

.Main8 input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;

}

.Main8 input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;

}

.Main8 input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
}

.Main8 textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;

}

.Main8 textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;

}

.Main8 textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;

}

.Main8 textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
}

.Main8 {
    background-color: #f6eee8;
}

.Main8-border {
    padding-top: 70px;
    padding-bottom: 88px;
}

.M8-bottom {
    margin-top: 24px;
}

.pfbd-hd {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 29px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: #232f6f;
}

.pfbd-hd span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-family: Barlow-Bold, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
}

.pfbd-hd i {
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ffffff;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    color: #0f3662;
    font-size: 11px;
    font-style: normal;
    right: 10px;
    top: 15px;
}

.pfbd-hd img {
    vertical-align: middle;
}

.pfbd-bd {
    border-top: 0;
    transition: 0.5s;
}

.pfbd .int1 {
    width: 47%;
    height: 45px;
    line-height: 45px;
    padding: 0 14px;
    margin-top: 9px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 16px;
    margin-right: 5.6%;
    color: #333;
}

.pfbd .int1:nth-child(2n) {
    margin-right: 0px;
}

.pfbd textarea {
    width: 100%;
    height: 150px;
    line-height: 20px;
    padding: 0 14px;
    padding-top: 6px;
    margin-top: 9px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 18px;
    color: #333;
}

.pfbd .int2 {
    width: 40.2%;
    height: 45px;
    background-color: #ffffff;
    line-height: 45px;
    padding: 0 14px;
    margin-top: 9px;
    font-size: 14px;
    font-size: 1.4rem;
    float: left;
    margin-top: 19px;
    color: #333;

}

.pfbd .int4 {
    width: 90%;
    height: 45px;
    line-height: 45px;
    padding: 8px 14px;
    margin-top: 9px;
    margin-top: 19px;
    color: #333;
    background-color: #fff;
    font-family: OpenSans;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #999999;
    display: block;
}

.pfbd .la1 .file {
    display: none;
}
.pfbd .la2 .file {
    display: none;
}
.pfbd-btn {
    width: 186px;
    height: 43px;
    background-color: #f6eee8;
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #232f6f;
    border: 1px solid #fff;
    border-left: none;
    margin-top: 19px;
    cursor: pointer;
}
.pfbd-bottom{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.pfbd .yanzheng {
    width: 90px;
    height: 34px;
    cursor: pointer;
}
.pfbd .yanzhengma-border {
   margin-top: 16px;
    cursor: pointer;
    height: 47px;
}

.pfbd .yanzhengma-border img{
    height: 47px;
}

.pfbd .xing {
    background: #fff url(../images/xing2.png) no-repeat 5px 20px;
}

.pfbd .la1 {
    display: flex;
    justify-content: space-between;
}
.pfbd .la2 {
    display: flex;
    justify-content: space-between;
}

.pfbd .int3 {
    width: 47%;
    height: 45px;
    background-color: #232f6f;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 16px;
}

.pfhe {
    height: 377px;
    padding-bottom: 14px;
    border: 1px solid #ccc
}

@media screen and (max-width:1333px) {
    .pfbd .int2{
        width: 37%;
    }
    .pfbd .int3{
        width: 45%;
    }
    .Main8-border {
        padding-top: 34px;
        padding-bottom: 60px;
      }
}
@media screen and (max-width:1111px){
    .pfbd .int2{
        width: 35%;
    }
    .pfbd .int3{
        width: 42%;
    }
}

@media screen and (max-width: 999px) {
    .Main8 .pfbd textarea{
        padding-top: 6px;
    }
    .Main8 .pfbd .xing {
        background: #fff url(../images/xing2.png) no-repeat 5px 20px;
    }
    .Main8 input::-webkit-input-placeholder {
        /* WebKit browsers */
        font-size: 14px;
    }
    
    .Main8 input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        font-size: 14px;
    }
    
    .Main8 input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        font-size: 14px;
    }
    
    .Main8 input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        font-size: 14px;
    }
    
    .Main8 textarea::-webkit-input-placeholder {
        /* WebKit browsers */
        font-size: 14px;
    }
    
    .Main8 textarea:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        font-size: 14px;
    }
    
    .Main8 textarea::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        font-size: 14px;
    }
    
    .Main8 textarea:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        font-size: 14px;
    }
    
    .pfbd .int2{
        width: 60%;
    }
    .pfbd {
        position: relative;
        margin: 10px auto;
        left: auto;
        width: 95%;
        border-radius: 10px;
    }

    .pfbd .int1 {
        width: 100%;
    }

    .pfbd .yanzheng {
        float: left;
        margin-left: 10px;
    }

    .pfbd .int3 {
        width: 100%;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .pfbd .int4{
        font-size: 14px;
        font-size: 1.4rem;
    }

    .Main8-border {
        padding-top: 40px;
        padding-bottom: 48px;
    }
}
@media screen and (max-width:485px){
    .pfbd .int2{
        width: 45%;
    }
    .pfbd .yanzhengma-border img{
        width: 123px;
        /* height: 30px; */
    }
    .pfbd .yanzhengma-border{
        margin-top: 19px;
    }

}

/* product1 */
.mianbao {
    line-height: 25px;
    padding-top: 9px;

}

.mianbao a {
    display: inline-block;
    vertical-align: middle;
    color: #333333;
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}

.comian {
    color: #232f6f !important;
}

.prmain {
    padding-top: 32px;
    padding-bottom: 121px;
}

.prl {
    width: 20.2%;
    float: left;
}

.prlt {
    background-color: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}

.prr {
    width: 76.4%;
    float: right;
    font-size: 16px;
    font-size: 1.6rem;
}
.j-nextshow {
    position: relative;
    /* display: none; */
}

.proslide_menubtn {
    width: 19px;
    height: 21px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 12px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 9999;
}

.proslide_menubtn span {
    width: 100%;
    height: 3px;
    border-radius: 2px;
    margin-bottom: 4px;
    background-color: #FFFFFF;
}

.prbiao {
    display: block;
    font-family: Lora-Bold;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #232f6f;
    position: relative;
    padding: 0px 14px;
    border-bottom: 1px solid #eaeaea;
}

a.prbiao:hover {
    color: #232f6f;
    background: #fff;
}

.pryiji {}

.pryiji&gt;li {
    margin-top: 1px;
}

.pryiji&gt;li&gt;a {
    display: block;
    background: #fff;
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333;
    padding: 10px 12px;
    padding-right: 40px;
    position: relative;
    border-bottom: 1px solid #eaeaea;
}

.pryiji&gt;li&gt;a i {
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    right: 16px;
    top: 20px;
    font-size: 12px;
    border-radius: 50%;
    color: #232f6f;
    transition: 0.5s;
}
.prerji {
    padding: 7px 17px;
}

.prerji li a {
    display: block;
    /* font-family: OpenSans; */
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    padding-left: 14px;
    color: #666666;
    padding: 5px 0;
}

.prerji&gt;li&gt;a {
    position: relative;
}

.prsanji {
    padding-left: 30px;
}

.pryiji&gt;li:hover&gt;a {
    color: #232f6f;
}

.pryiji&gt;li:hover&gt;a i {
    background: #fff;
    color: #232f6f;
    transform: rotate(90deg);
}

.prerji li:hover&gt;a {
    color: #232f6f;
}

.prerji li:hover&gt;a:before {
    background: #e72d28;
}

.dangpryi&gt;a {
    background: #fff !important;
    color: #232f6f !important;
}

.dangpryi&gt;a i {
    background: #fff !important;
    color: #232f6f !important;
    transform: rotate(90deg) !important;
}

.dangprer&gt;a {
    color: #232f6f !important;
}

.dangprer&gt;a:before {
    background: #232f6f !important;
}

.dangpryi&gt;a:after {
    transform: rotate(0deg) !important;
}

.prlb {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);

}

.pr1-tags {
    font-family: Lora-Bold;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #232f6f;
    border-bottom: 1px solid #eaeaea;
}

.pr1-fonts {
    padding-top: 8px;
    padding-bottom: 15px;
}

.pr1-fonts a {
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
}

.pr1-fonts a:hover {
    color: #232f6f;
}

.prlcn {
    padding-top: 18px;
    background: #f4f4f4;
    padding: 8px;
}

.prlcn a {
    display: block;
    line-height: 22px;
    background: #ffffff;
    padding: 5px 10px;
    margin: 16px 0;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666666;
}

.prlcn a:hover {
    background: #e72d28;
    color: #fff;
}

.prrt {
    padding-bottom: 5px;
}

.prrtbiao {
    position: relative;
    font-family: Lora-Bold;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 53px;
    letter-spacing: 0px;
    color: #232f6f;

}

.prrtn {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #666666;
    margin-top: 10px;
}

.prrtn p,
.prrtn em,
.prrtn strong {
    color: #666666;
    font-family: OpenSans;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #666666;
}

.przhan {
    position: relative;
    overflow: hidden;
}

.przhanh {
    height: auto !important;
}

.zhankai {
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    margin-top: 0px;
    color: #232f6f;
    text-decoration: underline;
}

.fuch {
    display: none !important;
}


.prr input {
    cursor: pointer;
}

.prn {
    font-size: 0px;
    padding-top: 1px;
    padding-bottom: 45px;
}

.prlie {
    width: 30.9%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3.5%;
    margin-top: 35px;
    position: relative;
}

.prlie:nth-child(3n-2) {
    margin-left: 0px;
}

.prlien {
    border: solid 1px #e1e1e1;
    padding: 8px;
}

.prtu {
    display: block;
    overflow: hidden;
    position: relative;
}

.prtu img {
    width: 100%;
    transition: 0.5s;
}

.pra {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    margin-top: 9px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.prfont {
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #666666;
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.prlie p a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    height: 44px;
    color: #999999;
    overflow: hidden;
    margin-top: 4px;
}

.prmor {
    margin-top: 10px;
    text-align: center;
}

.prmor input {
    position: absolute;
    left: 16%;
    bottom: 7px;
}

.prmor a {
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    width: 188px;
    line-height: 29px;
    padding: 0 5px;
    text-align: center;
    color: #666666;
    font-size: 16px;
    font-size: 1.6rem;
}

.prlie:hover a {
    color: #232f6f;
}

.prlie:hover .prtu {
    border-color: #232f6f;
}

.prlie:hover img {
    transform: scale(1.1, 1.1)
}

.prlie:hover .prtmora1 span {
    color: #fff;
}

.prlie:hover .prtmora1:before {
    width: 100%;
}

.prlie:hover .prmor a {
    color: #232f6f;
}

/* page */

.page {
    display: flex;
    justify-content: center;
}

.page-border {
    display: flex;
    flex-flow: wrap;
}

.page-box {
    display: flex;
    flex-flow: wrap;
}

.page a,.page span {
    display: block;
    width: 36px;
    height: 30px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    line-height: 28px;
    text-align: center;
    margin-left: 8px;
    font-family: Poppins-Regular;
    font-size: 13px;
    letter-spacing: 0px;
    color: #999999;
}

.page a:hover {
    background-color: #232f6f;
    color: white;
}

.page-box a,.page span {
    margin-top: 5px;
}

.page .pagepre {
    width: auto;
    height: 30px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #999999;
    text-align: center;
    margin-left: 8px;
    padding-left: 10px;
    padding-right: 10px;
}
.page .no:hover{
    border: solid 1px #e5e5e5 !important;
    background-color: #ffffff !important;
    color: #999999 !important;
}
.page .pagepre:hover {
    color: #232f6f;
    background-color: #fff;
    border: 1px solid #232f6f;
}

.page-long {
    width: 155px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    font-family: OpenSans;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #232f6f;
    margin-left: 10px;
    background-color: #fff;
}

.page-long:hover {
    color: #232f6f;
}

.page .page-select {
    background-color: #232f6f;
    color: white;
}

.page-arrow {
    display: flex;
    align-items: center;
    border: 0px !important;
}

@media screen and (max-width:1333px) {
    .page {
        display: flex;
        justify-content: center;
    }

    .productMBorder {
        margin-bottom: 30px;
    }
    .page .pagepre{
        width: 90px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media screen and (max-width:999px) {
    .page .pagepre {
        width: 80px;
        height: 30px;
        font-size: 12px;
        line-height: 28px;
    }

    .page a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .page-long {
        width: 113px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
}

@media screen and (max-width:471px) {
    .page .pagepre {
        width: 60px;
        height: 26px;
        font-size: 10px;
        line-height: 24px;
    }

    .page a {
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 10px;
    }


    .page-long {
        width: 89px;
        height: 26px;
        line-height: 26px;
        font-size: 10px;
    }

    .page {
        display: flex;
        justify-content: center;
    }
}



@media screen and (max-width:1359px) {
    .pryiji&gt;li&gt;a {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 26px;
        padding: 7px 10px;
        padding-right: 22px;
        position: relative;
    }

    .prmor input {
        left: 14%;
    }

    .pryiji&gt;li&gt;a i {
        top: 12px;
        right: 5px;
    }

    .prerji {
        padding: 7px 6px;
    }

    .prerji li a {
        font-family: OpenSans;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 0px;
        padding-left: 14px;
        color: #666666;
    }

    .prlcn a {
        line-height: 24px;
        padding: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
        font-size: 14px;
        font-size: 1.4rem;
        color: #666666;
    }

    .prrtbiao {
        font-size: 20px;
        font-size: 2rem;
        line-height: 24px;
    }

    .pr1-tags {
        font-size: 20px;
        font-size: 2rem;
    }

    .prrtn {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        margin-top: 10px;
    }

    .prlie {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .prfont {
        font-size: 1.4rem;
        font-size: 14px;
    }

    .prlien {
        padding: 5px;
        padding-bottom: 10px;
    }

    .pra {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 26px;
    }

    .prmor {
        margin-top: 10px;
    }

    .prmor a {}

    .prmor a {
        width: 180px;
        line-height: 30px;
        padding: 0 5px;
        font-size: 14px;
        font-size: 1.4rem;
        margin-left: 5px;
    }

    .fenye {
        padding-top: 50px;
    }
}

@media screen and (max-width:999px) {
    .prn {
        padding-bottom: 30px;
    }

    .prmor input {
        left: 14%;
    }

    .prmain {
        padding-top: 30px;
        padding-bottom: 70px;
    }

    .prl {
        width: 30%;
    }

    .prr {
        width: 68%;
    }

    .pr1-fonts a {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .prbiao {
        font-size: 20px;
        font-size: 2rem;
    }

    .pryiji&gt;li&gt;a {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .prerji li a {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0px;
    }

    .prerji li a:before {
        width: 5px;
        height: 5px;
        top: 17px;
    }

    .zhankai {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .prlie {
        width: 32.333%;
        margin-left: 1.5%;
    }

    .pra {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 10px;
    }

    .prlie p a {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 6px;
    }

    .prmor {
        margin-top: 10px;
    }

    .prmor a {
        /* width: 90px; */
        /* font-size: 12px;
        font-size: 1.2rem; */
    }

    .prfu {
        display: none
    }

    .fenye {
        padding-top: 37px;
    }

    .fenyen a {
        width: 28px;
        height: 28px;
        line-height: 26px;
        margin-right: 2px;
        margin-left: 2px;
        font-size: 12px;
        font-size: 1.2rem !important;
    }

    .fenyen a i {
        font-size: 12px;
    }

    .fuxuan input {
        width: 120px;
        height: 26px;
        font-size: 12px;
        font-size: 1.2rem;
    }
}

@media screen and (max-width:900px) {
    .prmor input {
        left: 16%;
    }

    .prn {
        padding-bottom: 30px;
    }

    .prlie {
        width: 48%;
        margin-left: 1% !important;
        margin-right: 1%;
        margin-top: 20px;
    }

    .prl {
        width: 100%;
        margin-top: 60px;
    }

    .prr {
        width: 100%;
    }

    .pra {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .prlie p a,
    .prrtn {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .prlt2 {
        display: block;
        margin-bottom: 20px;
    }

    .prlt1 {
        display: none;
    }

    .prbiao {
        font-size: 18px;
        font-size: 1.8rem;
    }


    .prrtbiao {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 24px;
    }

    .pr1-tags {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .zhankai {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .prtag {
        margin-top: 20px;
    }

    .prlcn a {
        font-size: 12px;
        font-size: 1.2rem;
        margin-right: 3px;
        margin-bottom: 3px;
    }
}

@media screen and (max-width:660px) {
    .prmor input {
        left: 24%;
    }
}

@media screen and (max-width:579px) {
    .prlie {
        width: 100%;
        margin-left: 0% !important;
        margin-right: 0%;
        margin-top: 20px;
    }

    .prmor input {
        left: 35%;
    }

}

@media screen and (max-width:400px) {
    .prmor input {
        left: 25%;
    }
}

/* About us */
.AbMain1 {
    margin-top: 13px;
}

.AbM1-title {
    font-family: Lora-Bold;
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 53px;
    letter-spacing: 0px;
    color: #232f6f;
    padding-bottom: 17px;
    display: block;
}

.AbM1-infobor {
    display: block;
    padding-bottom: 20px;
}

.AbM2-bright {
    width: 44%;
}

.AbM2-bleft {
    width: 49%;
}

/*.AbM2-bleft a {
    max-width: 680px;
}*/

@media screen and (max-width:1333px) {
    .AbM2-bleft {
        width: 100%;
    }

    .AbM2-bright {
        width: 100%;
        margin-top: 0px;
    }

    .AbM1-title {
        font-size: 26px;
        padding-bottom: 3px;
    }

}

@media screen and (max-width:999px) {
    .AbM1-title {
        font-size: 24px
    }

    .AbM2-bright {
        width: 100%;
        margin-top: 0px;
    }
    .AbMain1{
        line-height: 24px;
        margin-top: 6px;
    }
}

@media screen and (max-width:768px) {
    .AbM1-title {
        font-size: 22px;
        padding-bottom: 10px;
        line-height: 30px;
    }
}

@media screen and (max-width:538px) {
    .AbM2-bright {
        margin-top: 5px;
    }

    .AbM1-title {
        font-size: 20px;

    }
}

/* About us Main2 */
.AbMain2 {
    padding-bottom: 96px;
}

@media screen and (max-width:1222px) {
    .AbMain2 {
        padding-bottom: 60px;
    }
}
@media screen and (max-width:999px){
    .AbMain2{
        padding-top: 8px;
        padding-bottom: 38px;
    }
}
@media screen and (max-width:538px) {
    .AbMain2 {
        padding-bottom: 49px;
    }
}

/* About us Main4 */
.AbMain4 {
    background: url("../images/AbM4-back.png") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.AbMain4 .M5-title:hover {
    text-decoration: none;
}

.AbMain4:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url("../images/AbM4-back.png") no-repeat center;
    background-size: cover;
    z-index: -1
}

.AbM4-border {
    padding-top: 66px;
    padding-bottom: 60px;
}

.img-scroll3-intro {
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 53px;
    letter-spacing: 0px;
    color: #333333;
    display: block;
    text-align: center;
}

.img-scroll3 {
    position: relative;
    margin-top: 57px;
}

.img-scroll3 .prev,
.img-scroll3 .next {
    position: absolute;
    text-align: center;
    display: block;
    width: 41px;
    height: 41px;
    border: solid 1px #c7c7c7;
    color: #c7c7c7;
    text-align: center;
    line-height: 39px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
    z-index: 999
}

.img-scroll3 .prev {
    left: -3.6%;
    cursor: pointer;
}

.img-scroll3 .next {
    right: -3.6%;
    cursor: pointer;
}

.img-scroll3 .prev:hover,
.img-scroll3 .next:hover {
    color: #232f6f;
    border-color: #232f6f;
}

.img-list3 {
    position: relative;
    overflow: hidden;
}

.img-list3 ul {
    width: 10000%;
}

.img-list3 li {
    float: left;
    width: 0.3233%;
    margin-right: 0.015%;
    border: solid 1px #eeeeee;
    border-left: none;
    position: relative;
}

.img-list3 li a {
    overflow: hidden;
    display: block;
}

@media screen and (max-width:1333px) {
    .img-scroll3-intro{
        font-family: OpenSans;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 26px;
        letter-spacing: 0px;
        color: #333333;
        display: block;
        text-align: center;
        padding-top: 12px;
    }
    .AbM4-border {
        padding-top: 30px;
        padding-bottom: 54px;
      }
      .M5-title {
        font-size: 26px;
      }
      .img-scroll3 {
        position: relative;
        margin-top: 18px;
      }
      .img-scroll3 .prev {
        left: -41px;
        cursor: pointer;
      }
      .img-scroll3 .next {
        right: -41px;
        cursor: pointer;
      }
      #tab li span {
        font-size: 24px;
        line-height: 30px;
      }
      #tab li{
        padding-top: 12px;
        padding-bottom: 10px;
      }
      #content {
        display: block;
        margin-top: 11px;
      }
}

@media screen and (max-width:999px) {
    .M5-title {
        font-size: 24px;
      }
      #tab li span{
        font-size: 22px;
      }
}

@media screen and (max-width:768px) {
    .M2-border {
        padding-top: 33px;
        padding-bottom: 58px;
      }
    #tab li span{
        font-size: 20px;
    }
    .M5-title {
        font-size: 22px;
      }

    .img-list3 li {
        width: 0.49%;
        margin-right: 0.02%;
    }

    .img-scroll3 .prev,
    .img-scroll3 .next {
        top: 45%;
    }
}

@media screen and (max-width:538px) {
    #tab li span{
        font-size: 18px;
    }
    .M5-title {
        font-size: 20px;
      }
    .img-list3 li {
        width: 1%;
        margin-right: 0%;
    }

    .img-list3 li a {
        max-width: 450px;
        margin: 0 auto;
    }

    .img-scroll3 .prev,
    .img-scroll3 .next {
        width: 38px;
        height: 38px;
        line-height: 36px;
    }
}

/* About us Main5 */
.AbMain5 {
    padding-top: 76px;
    padding-bottom: 108px;
}

.AbMain5 .M5-title:hover {
    text-decoration: none;
}

.AbM5-iblock {
    width: 19%;
    margin-right: 1.25%;
    margin-top: 51px;
}

.AbM5-iblock:nth-child(5n) {
    margin-right: 0%;
}

.AbM5-ibpic {
    padding-bottom: 30px;
}

.AbM5-ibnum {
    width: 41px;
    height: 41px;
    background-color: #232f6f;
    font-family: Lora-Bold;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 39px;
    letter-spacing: 0px;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.AbM5-ibfont {
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 53px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.AbM5-info {
    position: relative;
    display: flex;
    flex-flow: wrap;
}

.AbM5-info2 {
    position: relative;
    display: flex;
    flex-flow: wrap;
}

.AbM5-infoborder2 {
    display: none;
}

.AbM5-info::before {
    position: absolute;
    content: "";
    background: url("../images/AbM5-back.png") no-repeat;
    top: 14.4%;
    left: 58.6%;
    transform: translate(-50%, 50%);
    width: 1418px;
    height: 388px;
    z-index: -1;
    background-size: contain;
}
.index-M2-info::before {
    position: absolute;
    content: "";
    background: url("../images/AbM5-back.png") no-repeat;
    background-size: auto;
    top: 100px;
    left: 58.6%;
    transform: translate(-50%, 50%);
    width: 1418px;
    height: 377px;
    z-index: -1;
    background-size: contain;
  }

@media screen and (max-width:1777px) {
    .AbM5-info::before {
        display: none;
    }

    .AbM5-info12 {
        flex-direction: row-reverse;
    }

    .AbM5-numbor {
        position: relative;
    }

    .AbM5-numbor::before {
        width: 107%;
        height: 3px;
        background-color: #232f6f;
        content: "";
        position: absolute;
        top: 50%;
        z-index: 1;
        opacity: 0.3;
    }

    .AbM5-infoborder2 {
        display: block;
    }

    .AbM5-infoborder1 {
        display: none;
    }
}
@media screen and (max-width:1333px) {
    .AbM5-iblock {
        width: 24%;
        margin-right: 1.333%;
    }

    .AbM5-iblock:nth-child(5n) {
        margin-right: 1.333%;
    }

    .AbM5-iblock:nth-child(4n) {
        margin-right: 0px;
    }

    .AbMain5 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .AbM5-iblock{
        margin-top: 22px;
    }
}

@media screen and (max-width:999px) {
    .AbM5-iblock {
        width: 32%;
        margin-right: 2%;
    }

    .AbM5-iblock:nth-child(4n) {
        margin-right: 2%;
    }

    .AbM5-iblock:nth-child(3n) {
        margin-right: 0px;
    }

    .AbMain5 {
        padding-bottom: 70px;
    }
}

@media screen and (max-width:768px) {
    .AbM5-iblock {
        width: 49%;
        margin-right: 2%;
    }

    .AbM5-iblock:nth-child(3n) {
        margin-right: 2%;
    }

    .AbM5-iblock:nth-child(2n) {
        margin-right: 0px;
    }

    .AbM5-ibpic {
        max-width: 266px;
        margin: 0 auto;
    }

    .AbMain5 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width:538px) {
    .AbM5-iblock {
        width: 100%;
        margin-right: 0%;
    }

    .AbM5-iblock:nth-child(2n) {
        margin-right: 0px;
    }

    .AbM5-numbor::before {
        width: 100%;
    }

    .AbM5-iblock {
        margin-top: 18px;
    }

    .AbM5-ibfont {
        line-height: 38px;
    }
}

/* About us Main3 */
.AbMain3 {
    background: url("../images/AbM3-back.png") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.AbMain3 .M5-title:hover {
    text-decoration: none;
}

.AbMain3:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url("../images/AbM3-back.png") no-repeat center;
    background-size: cover;
    z-index: -1
}

.AbM3-border {
    padding-top: 64px;
    padding-bottom: 56px;
}

#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)
    }
}

.AbMain3 .box-btn {
    width: 41px;
    height: 41px;
    line-height: 39px;
    border: solid 1px #c7c7c7;
    display: block;
    color: #c7c7c7;
    text-align: center;
    position: absolute;
    top: 45%;
    border-radius: 50%;
    z-index: 9999999;

}

.AbMain3 .box-btn.prev {
    left: -3.6%;
}

.AbMain3 .box-btn.next {
    right: -3.6%;
}

.AbMain3 .box-btn:hover {
    color: #232f6f;
    border-color: #232f6f;
}


.c-oh {
    overflow: hidden;
}

.box-lunbo {
    position: relative;
    margin-top: 46px;
}

.box-lunbo2 .box-list {
    width: 1000%;
    overflow: hidden;
}

.box-lunbo2 .list-item {
    float: left;
    margin-right: .4%;
    width: 2.2%;
}

.list-item-intro {
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 53px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.c-oh .list-item-intro{
    line-height: 32px;
}
.list-item a {
    display: block;
    position: relative;
}

.list-item a img {
    width: 100%;
}

.list-item a i {
    display: block;
    position: absolute;
    background: #4880de;
    background: rgba(72, 128, 222, 0.8);
    width: 31px;
    height: 31px;
    border-radius: 50%;
    text-align: center;
    line-height: 31px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
}

.list-item a:hover i {
    opacity: 1
}

.list-item a:hover img {
    transform: scale(1)
}

.box-lunbo2 {
    display: block;
}

@media screen and (max-width: 1729px) {
    .box-lunbo {
        margin-top: 30px;
    }
}

@media screen and (max-width:1333px) {
    .AbM3-border {
        padding-top: 40px;
        padding-bottom: 52px;
      }
}

@media screen and (max-width: 999px) {
    .AbM3-border {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .box-lunbo {
        margin-top: 30px;
    }

    .box-lunbo2 .list-item {
        width: 3.2%;
        margin-right: 0.2%;
    }

    .AbMain3 .box-btn.prev {
        left: -5.6%;
    }

    .AbMain3 .box-btn.next {
        right: -5.6%;
    }

    .abM5-border {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .list-item-intro {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media screen and (max-width:888px) {
    .AbMain3 .box-btn.prev {
        left: -6.6%;
    }

    .AbMain3 .box-btn.next {
        right: -6.6%;
    }
}

@media screen and (max-width: 768px) {
    .box-lunbo {
        margin-top: 30px;
        padding: 0 32px;
    }
    .AbMain3 .box-btn{
        width: 36px;
        height: 36px;
        line-height: 34px;
    }
    .box-lunbo2 .list-item {
        margin-right: .2%;
        width: 4.9%;
    }

    .AbMain3 .box-btn.prev {
        left: -2.6%;
    }

    .AbMain3 .box-btn.next {
        right: -2.6%;
    }

    .abM5-border {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width:538px) {
    .AbM3-border {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .AbMain3 .box-btn {
        width: 38px;
        height: 38px;
        line-height: 36px;
    }

    .abM5-border {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .box-lunbo2 .list-item {
        margin-right: .2%;
        width: 10%;
    }
    .list-item-intro{
        line-height: 30px;
    }

}

@media screen and (max-width: 480px) {
    .AbMain3 .box-btn.prev {
        left: -3.4%;
    }

    .AbMain3 .box-btn.next {
        right: -3.4%;
    }

}

/* Aboutud m6 */
.AbMain6 .M5-title:hover {
    text-decoration: none;
}

.AbMain6 img:hover {
    transform: scale(1);
}

/* product2 */
.prmain2 {
    padding-top: 26px;
}

.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-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 {
    margin: 0 auto 0;
    width: 42.9%;
    float: left;
    display: flex;
    flex-direction: column;
}

.m-propic .pic-big {
    position: relative;
    float: right;
    width: 100%;
    background: #f2f2f2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pro2Main1 a:hover img {
    transform: scale(1, 1);
}

.m-propic .big-img {
    display: block;
    /* overflow: hidden; */
    line-height: 0;
    font-size: 0;
}

.m-propic .big-img img {}

.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: 100%;
    padding-top: 11px;
    padding-bottom: 34px;
    overflow: hidden;
}

.m-propic .pic-btn {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    font-size: 2rem;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    color: #999999;
}

.m-propic .pic-btn.prev {
    bottom: 0;
    left: -9%;
}

.m-propic .pic-btn.next {
    bottom: 0px;
    right: -9%;
}

.m-propic .pic-btn.next:hover {
    color: #232f6f;
}

.m-propic .pic-btn.prev:hover {
    color: #232f6f;
}

.m-propic .pic-list {
    position: relative;
    height: 0px;
    padding-bottom: 24%;
    overflow: hidden;
}

.m-propic .pic-list ul {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
}

.m-propic .list-item {
    width: 24%;
    margin-right: 1.3333%;
}
.m-propic .list-item:last-child{
    margin-right: 0px;
}
.m-propic .item-pic,
.m-propic .pic-list .item-video {
    display: block;
    overflow: hidden;
}

.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: #ef8200;
}

.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: #ef8200;
}

.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-pics.active,
.m-propic .item-video:hover,
.m-propic .item-video.active {
    border-color: #ef8200;
}

.item-pic {
    position: relative;
}

.item-pic video,
.item-pic iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.jianjie {
    width: 50%;
    float: right;
}

.jianjie h1 {
    font-family: Lora-Bold;
    font-size: 60px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;
    color: #232f6f;
    padding-bottom: 19px;

}

.pro2-top {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 28px;
}

.pro2-title {
    font-family: OpenSans;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #666666;
}

.jianp {
    color: #666666;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    margin-top: 15px;
    min-height: 187px;
}

.jianp p {
    color: #666;
}

.jia {
    display: block;
    color: #dd5b5e;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 34px;
    margin-top: 12px;
    padding-bottom: 13px;
    font-family: Lato-Bold, Arial, "Arial Black", "sans-serif", Verdana;
}

.jiann {
    padding-top: 2px;
}

.jilie {
    margin-top: 22px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 25px;
}

.jilie:last-child {
    border-bottom: none;
}

.jibiao {
    font-family: Lora-Bold !important;
    font-size: 20px !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    line-height: 30px !important;
    letter-spacing: 0px !important;
    color: #333333 !important;
    padding-top: 5px !important;

}

.pro2-jintro {
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
    padding-top: 7px;
}


.jin {
    margin-top: 20px;
    /* border-bottom: 1px solid #e4e4e4; */
}

.jise {
    font-size: 0px;
}

.setu {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    padding: 2px;
    border-radius: 50%;
    transition: 0.5s;
    cursor: pointer;
}

.setu span {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;

}

.setu.active {}

.jisi {
    font-size: 0px;
}

.sizi {
    display: inline-block;
    vertical-align: middle;
    min-width: 110px;
    height: 30px;
    line-height: 28px;
    border: solid 1px #cfcfcf;
    padding: 0 5px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 16px;
    cursor: pointer;
    transition: 0.5s;
    margin-bottom: 5px;
    text-align: center;
}

.sizi.active {
    border-color: #333;
}

.share {
    margin-top: 83px;
}

.sharen {
    display: inline-block;
    background: #fff;
    padding: 0 20px;
}

.share1 {
    display: inline-block;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
    margin-right: 8px;
    vertical-align: middle;

}

.share2 {
    display: inline-block;
    vertical-align: middle;
}

.inno2 {
    margin-top: 21px;
    font-size: 0px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.inno2 a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    text-align: center;
    margin-top: 5px;
    font-size: 20px;
    font-size: 2rem;
    min-width: 329px;
    height: 60px;
    border: solid 1px #232f6f;
    font-family: Lora-Bold;
    font-weight: normal;
    font-stretch: normal;
    line-height: 58px;
    letter-spacing: 0px;
    color: #232f6f;
}

.inno2 a:hover {
    color: #fff;
    background: #232f6f;
}

.jilie-inch,.jilie p {
    font-family: OpenSans;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
}

@media screen and (max-width: 1559px) {
    .jianjie h1 {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 30px;
    }

    .jianp {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        margin-top: 10px;
    }

    .jia {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 30px;
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .jibiao {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
    }


    .setu {
        margin-right: 10px;
        padding: 3px;
    }

    .setu span {
        width: 20px;
        height: 20px;
    }

    .sizi {
        min-width: 100px;
        font-size: 14px;
        font-size: 1.4rem;
        margin-right: 10px;
    }

    .inno2 a {
        line-height: 58px;
        font-size: 18px;
        font-size: 1.8rem;
    }

    .share {
        margin-top: 10px;
    }

    .share1 {
        font-size: 16px;
        font-size: 1.6rem;
        margin-right: 4px;
    }
}

@media screen and (max-width: 1359px) {
    .inno2 a{
        width: 48%;
        font-size: 1.8rem;
        font-size: 18px;
    }
    .m-propic .pic-small{
        padding-bottom: 10px;
    }
    .jilie-inch,.jilie p {
        font-size: 16px;
    }
    .jilie{
        padding-bottom: 13px;
    }
    .jianjie {
        width: 47%;
    }

    .jianjie h1 {
        font-size: 24px;
        font-size: 2.4rem;
        padding-bottom: 8px;
    }
    .pro2-top{
        padding-bottom: 16px;
    }

    .jiann {
        min-height: 0px;
    }

    .jianp {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 20px;
        margin-top: 5px;
        min-height: 0px;
    }

    .jia {
        font-size: 20px;
        font-size: 2rem;
        line-height: 22px;
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .jibiao {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 20px;
    }

    .setu {
        margin-right: 5px;
        padding: 2px;
    }

    .setu span {
        width: 14px;
        height: 14px;
    }

    .sizi {
        min-width: 100px;
        font-size: 12px;
        font-size: 1.2rem;
        margin-right: 5px;
    }

    .share {
        margin-top: 10px;
    }

    .share1 {
        font-size: 14px;
        font-size: 1.4rem;
        margin-right: 4px;
    }

    .jilie {
        margin-top: 10px;
    }

    .jin {
        margin-top: 6px;
    }
}

@media screen and (max-width:1024px) {
    .jilie-inch,.jilie p {
        font-size: 14px;
    }

    .pro2-jintro {
        font-size: 14px;
    }

    .prmain2 {
        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: 22px;
        font-size: 2.2rem;
    }
    .pro2-title{
        font-size: 16px;
        font-size: 1.6rem;
    }

    .jiann {
        min-height: 0px;
    }

    .inno2 a {
        margin-left: 5px;
    }
}

@media only screen and (max-width:767px) {
    .inno2 {
        width: 300px;
    }

    .inno2 a {
        height: 38px;
        line-height: 36px;
        min-width: 100px;
        font-size: 14px;
    }
    .m-propic .pic-small{
        padding-bottom: 0px;
    }
    .jianjie h1 {
        font-size: 20px;
        font-size: 2.0rem;
    }
}

@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%;
    }
    .m-propic .pic-small{
        padding-bottom: 0px;
    }
}

@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%;
    }
    .m-propic .list-item{
        /* width: 5.6%;
        margin-right: 2.5%; */
    }
}

/* pro2 Main2 */
.pro2Main2 {
    padding-top: 5px;
    padding-bottom: 50px;
}

.pro2Main2 p em.proem {
    font-family: Lora-Bold;
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #232f6f;
    font-style: normal;
}

.pro2Main2 p {
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}

@media screen and (max-width:1333px) {
    .pro2Main2 p em {
        font-size: 26px;
    }
    .pro2Main2{
        padding-bottom: 13px;
    }
}
@media screen and (max-width:1024px){
    .pro2Main2{
        padding-top: 19px;
    }
}

@media screen and (max-width:999px) {
    .pro2Main2 p em {
        font-size: 24px;
    }

    .pro2Main2 {
        padding-top: 30px;
    }

    .pro2Main2 p {
        font-size: 14px;
    }
}

@media screen and (max-width:768px) {
    .pro2Main2 p em {
        font-size: 22px;
    }

    .pro2Main2 {
        padding-top: 43px;
    }
}

@media screen and (max-width:538px) {
    .pro2Main2 p em {
        font-size: 20px;
    }

}

/* pro2 Main3 */
.pro2Main3 {
    padding-top: 20px;
}
.pro2Main3 p em {
    font-family: Lora-Bold;
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #232f6f;
    font-style: normal;
}

.pro2Main3 p {
    line-height: 33px;
}
.pro2Main3 img{
    display: inline-block;
}
.table {
    width: 100%;
    overflow: auto;
}

.table table {
    width: 100%;
    border-collapse: collapse;
    line-height: 22px;
}

.table table tr {}

.table table tr td {
    padding: 15px 5px;
    font-family: Lora-Bold;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    border-top: 1px solid #929292;
    background: #fff;
}

.table table tr td:nth-child(1) {
    color: #232f6f;
}

@media screen and (max-width:1333px) {
    .pro2Main3 p{
        line-height: 30px;
    }
    .pro2Main3 p em {
        font-size: 26px;
    }

    .pro2M6-s .owl-theme .owl-controls {
        top: -6%;
    }

    .pro2M6-s .owl-theme .owl-controls .owl-page span {
        /* width: 333px; */
    }

    .table table tr td {
        font-size: 16px;
    }
}

@media screen and (max-width:999px) {
    .pro2Main3 p em {
        font-size: 24px;
    }

    .table table tr td {
        font-size: 14px;
    }
}

@media screen and (max-width:768px) {
    .pro2Main3 p em {
        font-size: 22px;
    }
}

@media screen and (max-width:538px) {
    .pro2Main3 p em {
        font-size: 20px;
    }
}

/* product2Main4 */
.pro2Main4 .img-scroll {
    margin-top: 33px;
}

/* product Main6 */
.pro2Main6 {
    padding-top: 100px;
    padding-bottom: 13px;
}

.pro2M6-intro {
    width: 80%;
    margin: 0 auto;
    padding-top: 17px;
}

.pro2M6-stitle {
    margin-top: 40px;
}

.pro2M6-stitle2 {
    /* padding-top: 2px; */
    margin-top: 31px;
}

.pro2M6-line {
    width: 100%;
    height: 2px;
    margin-top: 16px;
    margin-bottom: 53px;
    background-color: #e0e0e0;
    position: relative;
}
.pro2M6-line::before{
    width: 476px;
	height: 2px;
	background-color: #232f6f;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}
.pro2M6-line2{
    margin-bottom: 35px;
}

.pro2M6-stitle {
    font-family: Lora-Bold;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 53px;
    letter-spacing: 0px;
    color: #232f6f;
}


/* .pro2M6-s .row {
    padding-bottom: 26px;
}

.pro2M6-s .owl-pagination {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.pro2M6-s .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.pro2M6-s .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.pro2M6-s .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.pro2M6-s .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;
}

.pro2M6-s .owl-carousel .owl-item {
    float: left;
    padding: 4px;
}

.pro2M6-s .owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.pro2M6-s .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);
}

.pro2M6-s .owl-theme .owl-controls {
    position: absolute;
    left: 0px;
    top: -12%;
}



.pro2M6-s .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 466.666px;
    height: 2px;
    background: #e0e0e0;
    ;
    font-size: 0px;
    transition-duration: 400ms
}

.pro2M6-s .owl-theme .owl-controls .owl-page.active span,
.pro2M6-s .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #232f6f;
    opacity: 1;
    transition-duration: 400ms
}

.pro2M6-s .owl-theme .owl-buttons {
    width: 89px;
    height: 42px;
    position: relative;
    margin: auto;
    display: none !important
}

.pro2M6-s .owl-theme .owl-buttons div {
    width: 42px;
    height: 42px;
    background: #fff;
    position: absolute;
    line-height: 42px;
    font-size: 24px;
    transition: 0.5s;
}

.pro2M6-s .owl-theme .owl-prev {
    left: 0px;
}

.pro2M6-s .owl-theme .owl-next {
    right: 0px;
}

.pro2M6-s .owl-theme .owl-buttons div:hover {
    background: #3080f9;
    color: #fff;
} */

@media screen and (max-width:1333px) {
    .pro2M6-stitle{
        font-size: 26px;
        margin-top: 19px;
        line-height: 36px;
    }
    .pro2Main6 {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .pro2M6-s .owl-theme .owl-controls {
        position: absolute;
        left: 0px;
        top: -7%;
    }
    .pro2M6-line::before{
        width: 300px;
        height: 2px;
        background-color: #232f6f;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
    }
}

@media screen and (max-width:999px) {
    .pro2Main6 {
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .pro2M6-s .owl-theme .owl-controls .owl-page span {
        width: 274px;
    }
    .pro2M6-line::before{
        width: 250px;
        height: 2px;
        background-color: #232f6f;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
    }
}

@media screen and (max-width:768px) {
    .pro2Main6 {
        padding-top: 34px;
        padding-bottom: 50px;
    }

    .pro2M6-stitle {
        margin-top: 10px;
    }

    .pro2M6-stitle2 {
        padding-bottom: 24px;
    }
    .pro2M6-line::before{
        width: 220px;
        height: 2px;
        background-color: #232f6f;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
    }
}

@media screen and (max-width:538px) {
    .pro2Main6 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pro2M6-stitle2 {
        padding-bottom: 0px;
    }

    .pro2M6-stitle {
        margin-top: 12px;
    }

    .pro2M6-line{
        margin-bottom: 23px;
    }
    .pro2M6-line2{
        margin-bottom: 23px;
    }
    
    .pro2M6-line::before{
        width: 200px;
        height: 2px;
        background-color: #232f6f;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
    }
}
@media screen and (max-width:400px){
    .pro2M6-line::before{
        width: 150px;
        height: 2px;
        background-color: #232f6f;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
    }
}
.img-scroll4 {
    position: relative; 
    margin-top:40px;
}
.img-scroll4 .prev, .img-scroll4 .next {
    position: absolute;
    text-align: center;
    display: block;
    width: 41px;
    height: 41px;
    line-height: 39px;
    background-color: #ffffff;
    border: solid 1px #c7c7c7;
    text-align: center;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
    z-index: 999;
    color: #c7c7c7;
}
.img-scroll4 .prev { 
    left: -3.4%;
    cursor: pointer;
}
.img-scroll4 .next { 
    right: -3.2%;
    cursor: pointer;
}
.img-scroll4 .prev:hover,.img-scroll4 .next:hover { 
    color: #232f6f;
    border: solid 1px #232f6f;}
.img-list4 {position: relative;overflow: hidden;}
.img-list4 ul {width: 10000%;}
.img-list4 li {float: left; width:0.23%; margin-right: 0.02666%;border-left: none; position:relative;}
@media screen and (max-width:999px){
    .img-list4 li{
        width: 0.33%;
        margin-right: 0.013333%;
    }
    .img-scroll4 .prev { 
    left: -5.6%;
    cursor: pointer;
}
.img-scroll4 .next { 
    right: -5.6%;
}
}
@media screen and (max-width:768px){

    .img-list4 li{
        width: 0.49%;
        margin-right: 0.02%;
    }
    .img-list4 li p{
        max-width: 320px;
        margin: 0 auto;
    }
    .img-scroll4 .prev { 
    left: -3.2%;
    cursor: pointer;
}
.img-scroll4 .next { 
    right: -3.2%;
}
.img-scroll4 .prev, .img-scroll4 .next{
    width: 36px;
    height: 36px;
    line-height: 34px;
}
}
@media screen and (max-width:538px){
    .img-list4 li{
        width: 1%;
        margin-right: 0.02%;
    }
}



/* pro Main5 */
.pro2Main5 {
    padding-top: 119px;
}

@media screen and (max-width:999px) {
    .pro2Main5 {
        padding-top: 30px;
    }
}

@media screen and (max-width:768px) {
    .pro2Main5 {
        padding-top: 10px;
    }
}

@media screen and (max-width:538px) {
    .pro2Main5 {
        padding-top: 0px;
    }
}



/* pro2 Main7 */
.pro2Main7 {
    background: none;
}

.pro2Main7::before {
    background: none;
}

.pro2M7-border {
    padding-top: 42px;
}
@media screen and (max-width:1333px){
    .pro2M7-border{
        padding-top: 0px;
    }
    .pro2Main5{
        padding-top: 10px;
    }
}
@media screen and (max-width:99px) {
    .pro2Main5{
        padding-top: 10px;
    }
}

/* service Main1 */
.serMain1 {
    padding-top: 50px;
    padding-bottom: 109px;
}
.serM1-title:hover{
    text-decoration: none;
}
.serM1-block {
    width: 22.8%;
    background-color: #ffffff;
    border-radius: 20px;
    padding-top: 51px;
    padding-bottom: 30px;
}

.serM1-blockborder {
    padding-top: 35px;
}

.serM1-bintro {
    padding-top: 26px;
}

.serM1-binfo {
    padding-top: 10px;
    font-family: OpenSans;
    width: 70%;
    margin: 0 auto;
    color: #999999;
    text-align: left;
}

@media screen and (max-width:1333px) {
    .serMain1 {
        padding-top: 50px;
        padding-bottom: 70px;
    }
}

@media screen and (max-width:999px) {
    .serM1-block {
        width: 49%;
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

@media screen and (max-width:768px) {
    .serM1-blockborder {
        padding-top: 10px;
    }
}

@media screen and (max-width:538px) {
    .serM1-block {
        width: 100%;
    }

    .serMain1 {
        padding-top: 20px;
    }

    .serM1-block {
        padding-top: 26px;
        padding-bottom: 26px;
    }
}

/* serverMain2 */
.serviceMain2 {
    padding-top: 149px;
    padding-bottom: 122px;
}

.serM2-border {
    background-color: rgba(248, 248, 248, 0.38);
    position: relative;
    padding-top: 123px;
    padding-bottom: 86px;
}

.serM2-border::before {
    position: absolute;
    content: "";
    background: url("../images/serm2-pic1.png") no-repeat;
    width: 119px;
    height: 119px;
    top: -3%;
    left: -5%;
    background-size: contain;
}

.serM2-inner {
    width: 93%;
    margin: 0 auto;
}

.serM2-title {
    font-family: Lora-Bold;
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 53px;
    letter-spacing: 0px;
    color: #232f6f;
}

.serM2-intro {
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 16px;
}

.serM2-blockbor {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 70px;
}

.serM2-block {
    width: 24%;
}

.serM2-btitle {
    font-family: Lora-Bold;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 13px;
}

.serM2-binfo {
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 5px;
}

@media screen and (max-width:1333px) {
    .serM2-border {
        padding-top: 87px;
        padding-bottom: 86px;
    }

    .serM2-border::before {
        width: 100px;
        height: 100px;
        left: 0px;
        top: -4%;
    }

    .serM2-title {
        font-size: 42px;
    }

    .serM2-btitle {
        font-size: 22px;
    }
}

@media screen and (max-width:999px) {
    .serM2-title {
        font-size: 38px;
    }

    .serM2-intro {
        font-size: 14px;
    }

    .serM2-btitle {
        font-size: 20px;
    }

    .serM2-binfo {
        font-size: 14px;
    }

    .serM2-bpicbor {
        max-width: 312px;
        margin: 0 auto;
    }

    .serM2-btitle {
        text-align: center;
    }

    .serM2-block {
        width: 46%;
        margin-top: 10px;
    }

    .serM2-binfo {
        text-align: center;
    }

    .serviceMain2 {
        padding-top: 82px;
        padding-bottom: 40px;
    }
}

@media screen and (max-width:768px) {
    .serM2-title {
        font-size: 32px;
    }

    .serM2-btitle {
        font-size: 18px;
    }

    .serM2-border {
        padding-bottom: 50px;
    }

    .serviceMain2 {
        padding-top: 60px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width:538px) {
    .serM2-title {
        font-size: 28px;
    }

    .serM2-block {
        width: 100%;
        margin-top: 20px;
    }

    .serM2-blockbor {
        margin-top: 11px;
    }

    .serviceMain2 {
        padding-top: 77px;
        padding-bottom: 22px;
    }

    .serM2-border::before {
        width: 80px;
        height: 80px;
    }

    .serM2-border {
        padding-top: 40px;
    }
}

/* serviceMain3 */
.serviceMain3 {
    background-color: rgba(248, 248, 248, 0.38);
}
.serM3-title:hover{
    text-decoration: none;
}
.serM3-border::before {
    position: absolute;
    content: "";
    background: url(../images/serm3-pic3.png) no-repeat;
    background-size: contain;
    width: 119px;
    height: 119px;
    top: -5.4%;
    left: 0px;
}

.serM3-border {
    padding-top: 136px;
    padding-bottom: 103px;
    position: relative;
}

@media screen and (max-width:1333px) {
    .serM3-border {
        padding-top: 63px;
        padding-bottom: 83px;
    }

    .serM3-border::before {
        width: 100px;
        height: 100px;
        top: -4%;
    }
}

@media screen and (max-width:999px) {
    .serM3-border::before {
        width: 100px;
        height: 100px;
        top: -2%;
    }
}

@media screen and (max-width:768px) {
    .serM3-border::before {
        width: 100px;
        height: 100px;
        top: -1%;
    }

}

@media screen and (max-width:538px) {
    .serM3-border::before {
        width: 80px;
        height: 80px;
        top: -1%;
    }

}

/* service Main4 */
.servieMain4 {
    background: url("../images/serM4-back.png") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.servieMain4:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url("../images/serM4-back.png") no-repeat center;
    background-size: cover;
    z-index: -1
}

.serM4-border {
    padding-top: 130px;
    padding-bottom: 116px;
}

.serM4-title {
    font-family: Lora-Bold;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #232f6f;
    display: block;
    text-align: center;
}

.serM4-info {
    font-family: OpenSans;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #666666;
    display: block;
    text-align: center;
    margin-top: 34px;
    margin-bottom: 48px;
}

.serM4-btn {
    width: 283px;
    height: 45px;
    background-color: #232f6f;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-family: OpenSans;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 43px;
    letter-spacing: 0px;
    color: #fff;
    border: 1px solid #232f6f;
    text-transform: uppercase;
}

.serM4-btn:hover {
    background-color: #fff;
    color: #232f6f;
}

@media screen and (max-width:1333px) {
    .serM4-title {
        font-size: 36px;
    }

    .serM4-info {
        font-size: 28px;
    }
}

@media screen and (max-width:999px) {
    .serM4-title {
        font-size: 32px;
    }

    .serM4-info {
        font-size: 26px;
    }

    .serM4-border {
        padding-top: 71px;
        padding-bottom: 77px;
    }

    .serM4-btn {
        width: 260px;
        font-size: 18px;
    }
}

@media screen and (max-width:768px) {
    .serM4-title {
        font-size: 28px;
    }

    .serM4-info {
        font-size: 24px;
    }

    .serM4-btn {
        width: 260px;
        font-size: 16px;
    }
}

@media screen and (max-width:538px) {
    .serM4-title {
        font-size: 24px;
    }

    .serM4-info {
        font-size: 20px;
    }

    .serM4-btn {
        width: 250px;
        font-size: 14px;
    }

    .serM4-border {
        padding-top: 41px;
        padding-bottom: 43px;
    }

    .serM4-info {
        margin-top: 15px;
        margin-bottom: 27px;
    }
}

/* servieMain5 */
.serviceMain5 {
    padding-bottom: 50px;
    margin-top: 168px;
}

.serM5-border::before {
    background: url("../images/serm6-pic4.png") no-repeat;
    background-size: contain;
}

.serM5-binfo {
    font-family: OpenSans;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333;
}

.serM5-blockbor {
    margin-top: 35px;
}

.serM5-binfo {
    margin-top: 26px;
}

@media screen and (max-width:1333px) {
    .serviceMain5 {
        padding-bottom: 50px;
        margin-top: 58px;
    }

    .serM5-binfo {
        font-size: 18px;
    }
}

@media screen and (max-width:999px) {
    .serM5-binfo {
        font-size: 16px;
    }
}

@media screen and (max-width:768px) {}

@media screen and (max-width:538px) {}

/* servie Main6 */
.serviceMain6 {
    background: none;
}

.serviceMain6::before {
    display: none;
}

.serM6-border {
    padding-top: 45px;
    padding-bottom: 160px;
}
@media screen and (max-width:1333px) {}

@media screen and (max-width:999px) {}

@media screen and (max-width:768px) {
    .serM6-border {
        padding-top: 1px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width:538px) {
    .serM6-border {
        padding-top: 1px;
        padding-bottom: 50px;
    }
}

/* ceramic1 Main1 */
.ceramci1Main1 {
    margin-top: 16px;
    margin-bottom: 121px;

}

.cerM1-border {
    margin-bottom: 72px;
}

.ce1M1-blockbor {
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
}

.ce1M1-blockbor {
    margin-top: 45px;
}

.ce1M1-blockbor:first-child {
    margin-top: 0px;
}

.ceM1-blpicbor {
    width: 100%;
    overflow: hidden;
    max-width: 300px;
}

.ce1M1-bleft {
    width: 22%;
    display: flex;
    align-items: center;
}

.ce1M1-bright {
    width: 75.3%;
    padding-top: 31px;
    padding-bottom: 20px;
}

.ce1M1-brtitle {
    font-family: Lora-Bold;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #232f6f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ce1M1-brtitle:hover{
    text-decoration: underline;
    text-decoration-color: #232f6f;
}

.ce1M1-brinfo {
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
    padding-top: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ce1M1-brdate {
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #999999;
    padding-top: 18px;
}
@media screen and (max-width:1437px) {
    .ce1M1-blockbor {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width:1333px) {
    .ce1M1-brtitle {
        font-size: 20px;
    }

    .ceramci1Main1 {
        margin-bottom: 80px;
    }
}

@media screen and (max-width:999px) {
    .ce1M1-brtitle {
        font-size: 18px;
    }

    .ce1M1-brinfo {
        font-size: 14px;
    }

    .ce1M1-brdate {
        font-size: 14px;
    }

    .ce1M1-bleft {
        width: 30%;

    }

    .ce1M1-bright {
        width: 65%;

    }

    .ceramci1Main1 {
        margin-bottom: 60px;
    }

    .cerM1-border {
        margin-bottom: 70px;
    }
}

@media screen and (max-width:768px) {
    .ce1M1-blockbor {
        flex-direction: column;
    }

    .ce1M1-bleft {
        width: 100%;

    }

    .ce1M1-bright {
        width: 100%;

    }

    .ceM1-blpicbor {
        max-width: 300px;
        margin: 0 auto;
    }

    .ce1M1-blockbor {
        padding-top: 20px;
    }

    .ceramci1Main1 {
        margin-bottom: 50px;
    }

    .cerM1-border {
        margin-bottom: 50px;
    }
}

@media screen and (max-width:538px) {
    .ce1M1-blockbor {
        margin-top: 28px;
    }

    .ceramci1Main1 {
        margin-bottom: 40px;
    }

    .cerM1-border {
        margin-bottom: 38px;
    }
}

/* ************ceramic2****************************** */
.nemain2 {
    padding-top: 46px;
    padding-bottom: 124px;
}

.nemain2 h1 {
    font-family: Lora-Bold;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #232f6f;
    text-align: center;
}

.ne2t {
    display: flex;
    justify-content: center;
    margin-top: 26px;
}

.ne2riqi {
    display: flex;
    align-items: center;
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #999999;
}

.ne2riqi i {
    margin-right: 5px;
}

.ne2t .news2share {
    margin-left: 15px;
}

.nexiang {
    color: #333333;
    padding-top: 10px;
    margin-top: 22px;
}

.nexiang p {
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}

.nexiang em {
    display: flex;
    justify-content: center;
}

.nexiang p:nth-child(1) {
    margin-top: 0px;
}

.nexiang img {
    display: inline-block;
    max-width: 100%;
}

.fanpian {
    padding: 18px 20px;
    line-height: 32px;
    margin-top: 34px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    background-color: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}

.fanpian p {
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
    position: relative;
}

.fanpian p a {
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
}

.fanpian p:hover i {
    background-color: #1d51a0;
}

.fanpian p:hover a {
    color: #1d51a0;
}

.fanpian i {
    display: block;
    width: 32px;
    height: 32px;
    background: #d7d7d7;
    line-height: 32px;
    text-align: center;
    border-radius: 2px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 0px;
}

.fanpian p a {
    color: #999999;
}

.fanpian p:nth-child(1) i {
    left: 0px;
}

.fanpian p:nth-child(2) i {
    right: 0px;
}

@media screen and (max-width:1359px) {
    .nemain2 {
        padding-bottom: 50px;
    }

    .nemain2 h1 {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 30px;
    }

    .ne2t {
        margin-top: 12px;
    }

    .ne2riqi {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .fanpian {
        padding: 10px;
        line-height: 32px;
        margin-top: 30px;
    }

    .fanpian p {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media screen and (max-width:999px) {
    .nemain2 {
        padding-top: 20px;
        padding-bottom: 60px;
    }

    .nemain2 h1 {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 30px;
    }

    .nexiang p {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 20px;
    }

    .fanpian p a {
        font-size: 14px;
    }

    .ne2riqi {
        font-size: 1.4rem;
        font-size: 14px;
    }
}

@media screen and (max-width:767px) {
    .nemain2 {
        padding-bottom: 40px;
    }

    .nemain2 h1 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 26px;
    }

    .fanpian p {
        width: 100%;
        padding-right: 0px !important;
        margin: 3px 0;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .fanpian p:nth-child(2) i {
        right: auto;
        left: 0px;
    }

    .nexiang p {
        margin-top: 15px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .ne2t {
        flex-direction: column;
        align-items: center;
    }

    .ne2t .news2share {
        margin-top: 5px;
    }
}

/* ************contact us************************************** */
.contactusMain1 {
    padding-top: 47px;
    padding-bottom: 122px;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.conM1-left {
    width: 45%;
}

.conM1-lbtitle {
    font-family: Lora-Bold;
    font-size: 34px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #232f6f;
}

.conM1-lbinfo {
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
    padding-top: 28px;
}

.conM1-lbicon {
    padding-top: 33px;
}

.conb-1 {
    width: 91%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 41px;
}

.conb-1:nth-child(1) {
    margin-top: 0px;
}

.conb-1left {
    width: 10%;
}

.conb-1left i,.conb-1left em {
    width: 40px;
    height: 40px;
    border: solid 1px #232f6f;
    border-radius: 50%;
    line-height: 38px;
    font-size: 22px;
    display: block;
    text-align: center;
    color: #232f6f;
}

.conb-1right {
    width: 90%;
}

.conb-1right-top {
    font-family: Lora-Bold;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}

.conb-1right-bottom {
    font-family: OpenSans;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}

.conb-1right-bottom a {
    font-family: OpenSans;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}

.conb-1right-bottom a:hover {
    color: #232f6f;
}

.conM1-right {
    width: 48%;
}

@media screen and (max-width:1333px) {
    .conM1-lbtitle {
        font-size: 30px;
    }

    .conb-1right-top {
        font-size: 18px;
    }

    .conb-1right-bottom {
        font-size: 16px;
    }

    .conb-1right-bottom a {
        font-size: 16px;
    }
}

@media screen and (max-width:1182px) {
    .conM1-lbtitle {
        font-size: 26px;
    }

    .conM1-lbinfo {
        font-size: 14px;
    }

    .conb-1right-top {
        font-size: 16px;
    }

    .conb-1right-bottom {
        font-size: 14px;
    }

    .conb-1right-bottom a {
        font-size: 14px;
    }

    .conb-1right {
        width: 77%;
    }

    .conM1-lbicon {
        display: flex;
        justify-content: space-between;
        flex-flow: wrap;
    }

    .conb-1 {
        width: 48%;
    }

    .conb-1:nth-child(1) {
        margin-top: 41px;
    }

    .conM1-lbicon {
        padding-top: 0px;
    }

    .contactusMain1 {
        padding-top: 30px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width:980px) {
    .conM1-lbtitle {
        font-size: 24px;
    }

    .contactusMain1 {
        flex-direction: column;
    }

    .conM1-left {
        width: 100%;
    }

    .conM1-right {
        margin-top: 30px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width:480px) {
    .conb-1 {
        width: 100%;
    }

    .conb-1:nth-child(1) {
        margin-top: 30px;
    }

    .conM1-lbinfo {
        padding-top: 14px;
    }
}

.boxAll input::-webkit-input-placeholder {
    /* WebKit browsers */
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
}

.boxAll input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
}

.boxAll input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
}

.boxAll input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
}

.boxAll textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
}

.boxAll textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
}

.boxAll textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
}

.boxAll textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
}

.boxAll {
    display: none;
}

.tanboxsafe {
    width: 90.6%;
    margin: 0 auto;
}

.tanbox {
    width: 73.2%;
    position: fixed;
    background-color: #f6eee8;
    box-shadow: 0px 0px 13px 0px rgba(7, 89, 212, 0.26);
    border-radius: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    padding-top: 49px;
    padding-bottom: 76px;
}

.boxguanbi {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgb(51, 51, 51);
    opacity: 0.5;
}
@media screen and (max-width:1888px){

    .boxAll .pfbd .yanzhengma-border{
        margin-top: 19px;
    }
    .boxAll .pfbd .int3{
        width: 40%;
    }

}

@media screen and (max-width:1444px){

    .boxAll .pfbd .int2{
        width: 70%;
    }
    .boxAll .pfbd .yanzhengma-border{
        margin-top: 19px;
    }
    .boxAll .pfbd .int3{
        width: 100%;
    }

}

@media screen and (max-width:1333px) {
    .tanbox .pfbd .int1 {
        width: 46.9%;
    }
}

@media screen and (max-width:999px) {
    .tanbox .pfbd .int1 {
        width: 100%;
    }

    .boxAll .pfbd .int1 {
        height: 30px;
        line-height: 30px;
    }

    .boxAll .pfbd .int2 {
        height: 30px;
        line-height: 30px;
    }

    .boxAll .pfbd .int4 {
        height: 30px;
        line-height: 30px;
    }
    .boxAll .pfbd-btn {
        height: 30px;
        line-height: 28px;
    }

    .boxAll .pfbd textarea {
        height: 85px;
    }

    .tanbox {
        padding-top: 24px;
        padding-bottom: 31px;
    }
    .boxAll .pfbd .yanzhengma-border img{
        height: 30px;
    }
    .boxAll .pfbd .yanzhengma-border{
        margin-top: 19px;
    }
    .boxAll input::-webkit-input-placeholder {
        /* WebKit browsers */
        font-family: OpenSans;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 0px;
        color: #999999;
    }

    .boxAll input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        font-family: OpenSans;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 0px;
        color: #999999;
    }

    .boxAll input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        font-family: OpenSans;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 0px;
        color: #999999;
    }

    .boxAll input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        font-family: OpenSans;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 0px;
        color: #999999;
    }

    .boxAll textarea::-webkit-input-placeholder {
        /* WebKit browsers */
        font-family: OpenSans;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 0px;
        color: #999999;
    }

    .boxAll textarea:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        font-family: OpenSans;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 0px;
        color: #999999;
    }

    .boxAll textarea::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        font-family: OpenSans;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 0px;
        color: #999999;
    }

    .boxAll textarea:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        font-family: OpenSans;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 0px;
        color: #999999;
    }

}

@media screen and (max-width:768px) {
    .tanbox {
        top: 42%;
    }
    .boxAll .M5-title {
        font-size: 22px;
    }
    .boxAll .pfbd .int3 {
        font-size: 14px;
    }
}

@media screen and (max-width:538px) {
    .boxAll .pfbd .int2{
        width: 55%;
    }
    .boxAl .pfbd .yanzhengma-border img{
        width: 100px;
    }
}
@media screen and (max-width:444px) {
    .boxAll .pfbd .yanzhengma-border img{
        width: 80px;
    }
}


.tanboxsafe {
    position: relative;
}

.guanbi {
    color: #232f6f;
    position: absolute;
    right: -47px;
    top: -32px;
    cursor: pointer;
}

@media screen and (max-width:1333px) {
    .guanbi {
        right: -30px;
        top: -28px;
    }
}

@media screen and (max-width:999px) {
    .guanbi {
        right: -28px;
        top: -38px;
    }
}

@media screen and (max-width:768px) {
    .guanbi {
        right: -10px;
        top: -50px;
    }
}

@media screen and (max-width:538px) {
    .guanbi {
        right: -1px;
        top: -50px;
    }
}

@media screen and (max-width:380px) {
    .guanbi {
        right: -10px;
        top: -50px;
    }

    .boxAll .M5-title {
        font-size: 18px;
    }
}

.guanbi i {
    font-size: 28px;
}

/* footer */
/* footer */
.footer {
    background-color: #161515;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    padding-top: 58px;
    padding-bottom: 104px;
}

.fo1 {
    width: 23.9%;
}

.fo1 ul li:first-child {
    margin-top: 11px;
}

.fo1 ul li {
    font-family: Poppins-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
}


.fo1 ul li:nth-child(2) {
    padding-top: 20px;
}

.fo1 ul li:nth-child(3) {
    padding-top: 29px;
}
.fo1 ul li:nth-child(3) a{
    padding-right: 9px;
}

.fo1-font {
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
}


.fo1 ul li i {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 36px;
    line-height: 34px;
    border: solid 1px #ffffff;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    margin-right: 2px;
    margin-top: 10px;
    font-size: 16px;
}

.fo1 ul li i:hover {
    color: #232f6f;
    border: 1px solid #232f6f;
}

.fo2 {
    width: 9%;
}

.fo2 ul li:first-child {
    font-family: Lora-Bold;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    position: relative;

}

.fo2 ul li:first-child a {
    font-family: Lora-Bold;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;


}

.fo2 ul li:nth-child(2) {
    margin-top: 9px;
}

.fo2 ul li a {
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #999999;
}

.fo2 ul li a:hover {
    color: #232f6f;
}


.fo3 {
    width: 21%;
}

.fo3 ul li:first-child a {
    font-family: Lora-Bold;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;

}

.fo3 ul li:first-child {
    font-family: Lora-Bold;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    position: relative;

}

.fo3 ul li {
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #999999;
}

.fo3 ul li a {
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #999999;
}

.fo3 ul li a:hover {
    color: #232f6f;
}

.fo3 ul li:nth-child(2) {
    margin-top: 8px;
}

.fo4 {
    width: 24%;
}

.fo4 ul li:first-child a {
    font-family: Lora-Bold;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;

}

.fo4 ul li:first-child {
    font-family: Lora-Bold;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    position: relative;
}

.fo4 ul li {
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #999999;
}

.fo4 ul li a:hover {
    color: #232f6f;
}

.fo4 ul li:nth-child(2) {
    margin-top: 8px;
}

.fo4-block {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}

.fo4-bleft {
    width: 36%;
    display: flex;
    align-items: center;
}

.fo4-bleft-picbor {
    max-width: 100px;
    overflow: hidden;
}

.fo4-bright {
    width: 68%;
}

.fo4-bright-info1 {
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #999999;
    display: block;
}

.fo4-bright-info2 {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #999999;
    display: block;
    margin-top: 7px;
}


.fo2 ul li:first-child::before,
.fo3 ul li:first-child::before,
.fo4 ul li:first-child::before {
    width: 0px;
    height: 3px;
    background-color: #fff;
    opacity: 0.8;
    position: absolute;
    bottom: -7px;
    left: 0px;
    content: "";
    transition: 0.5s;
}

.fo1 ul li:first-child:hover::before {
    width: 20%;
}

.fo2 ul li:first-child:hover::before {
    width: 20%;
}

.fo3 ul li:first-child:hover::before {
    width: 20%;
}

.fo4 ul li:first-child:hover::before {
    width: 20%;
}

.Copyright {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
    text-align: center;
    padding-bottom: 13px;
}

.Copyright a {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
    padding-right: 10px;
    display: inline-block;
}

.Copyright a:hover {
    color: #232f6f;
}



.footer-bottom {
    border-top: 1px solid #222121;
    padding-top: 12px;
    padding-bottom: 9px;
}

.footer-bottom p {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
}

.footer-bottom p a {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
    padding-right: 10px;
}

.footer-bottom p a:hover {
    color: #232f6f;
}

.footer-bottom p img {
    display: inline-block;
}

.frendlylink a {
    padding-right: 10px;
}

@media screen and (max-width:1333px) {
    .fo1 {
        width: 30%;
    }

    .fo2 {
        width: 16%;
    }

    .fo3 {
        width: 32%;
    }

    .fo4 {
        width: 100%;
        margin-top: 20px;
    }

    .fo4-bleft {
        width: 12%;
    }

    .fo4-bright {
        width: 87%;
    }

    .footer-top {
        padding-bottom: 34px;
    }

    .fo4 ul li:first-child:hover::before {
        width: 10%;
    }
}

@media screen and (max-width:999px) {
    .fo1 ul li i {
        font-size: 14px;
        width: 30px;
        height: 30px;
        line-height: 28px;
      }

    .keyword {
        display: none;
    }

    .frendlylink {
        display: none;
    }

    .fo2,
    .fo3,
    .fo4 {
        display: none;
    }

    .fo1 ul li:first-child {
        display: none;
    }

    .fo1 ul li:nth-child(2) {
        display: none;
    }

    .fo1 {
        width: 100%;
    }

    .footer-top {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .fo1 ul {
        display: flex;
        justify-content: center;
        padding-bottom: 10px;
    }

    .fo1 ul li:nth-child(2) {
        padding-top: 0px;
    }

    .fo1 ul li:nth-child(3) {
        padding-top: 5px;
    }

    .footer {
        padding-bottom: 41px;
    }
}

/* kefu */
.lianxi {
    position: fixed;
    width: 52px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999
}

.lianxi div a {
    display: block;
    width: 52px;
    height: 52px;
    background: #ebebeb;
    /* color:#fff;  */
    text-align: center;
    border-radius: 5px;
    line-height: 52px;
    font-size: 20px;
    margin-top: 2px;
}

.kefu-email {
    color: #4d81b9;
}

.kefu-wechat {
    color: #a5d174;
}

.kefu-whatsapp {
    color: #25d366;
}

.kefu-skype {
    color: #00aff0;
}

.kefu-top {
    color: #4880de;
}

.weixin {
    position: relative;
    cursor: pointer;
}

.weixin1 img {
    position: absolute;
    width: 149px;
    height: 150px;
    max-width: none;
    bottom: 0px;
    left: -149px;
    display: none;
}

.weixin1: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;
    left: auto;
    margin: auto;
}

.lianxi div a:hover {
    background: #232f6f;
    color: #fff !important;
}

.clear2 {
    display: none
}

.top {
    cursor: pointer;
    width: 52px;
    height: 52px;
    background: #ebebeb;
    text-align: center;
    margin-top: 2px;
    padding-top: 1px;
    transition: 0.5s;
    border-radius: 5px;
}

.top a {
    display: block;
    width: 24px !important;
    height: 24px !important;
    border: 1px solid #4880de;
    border-radius: 50% !important;
    line-height: 22px !important;
    color: #4880de !important;
    font-size: 14px !important;
    margin: auto;
    margin-top: 13px !important;
    background: none !important
}

.top:hover {
    background: #232f6f
}

.top:hover a {
    background: none !important;
    border-color: #fff;
    color: #fff !important;
}

.clear2 {
    display: none
}

@media screen and (max-width:999px) {
    
    .youlian {
        display: none
    }

    .top {
        width: 20%;
        height: 45px;
        bottom: 0px;
        right: 0px;
        border-radius: 0px;
        border: none;
        background: #232f6f;
    }

    .top a {
        margin-top: 8px !important;
    }

    .lianxi {
        width: 100%;
        right: auto;
        top: auto;
        margin: auto;
        left: 0px;
        bottom: 0px;
        border-top: 1px solid #fff;
        transform: translateY(0);
    }

    .lianxi&gt;div {
        width: 25%;
        float: left;
        height: 45px;
        line-height: 45px;
        margin: auto;
    }

    .lianxi div a {
        margin: auto;
        width: 100%;
        color: #fff !important;
        border-color: #fff !important;
        border-radius: 0px;
        height: 45px;
        line-height: 45px;
        background: #232f6f;
    }
    .weixinshow{
        display: none;
        position: absolute;
        bottom: 45px;
        left: 15px;
        width: 149px;
        z-index: 1;
    }
    .weixin2 {
        display: block
    }

    .weixin1 {
        display: none
    }

    .tankuang {
        margin: auto;
        transform: translateX(-50%);
        width: 95%;
        max-width: 150px;
    }

    .tankuang img {
        width: 180%;
        max-width: 150px;
        height: auto;
    }
}
@media screen and (max-width:768px){
    .weixinshow{
        position: absolute;
        bottom: 45px;
        left: -20px;
        width: 129px;
        z-index: 1;
    }
}

/* **************************Ã¨Â§â€&nbsp;Ã©Â¢â€˜Ã¥Â¼Â¹Ã¦Â¡â€&nbsp;*************************** */
.tankaunga {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999999999
}

.tankaunga:before {
    content: "X";
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 10px;
    right: 10px;
    background: #fff;
    border-radius: 50%;
    font-size: 18px;
    z-index: 999999999999999999;
}

.tankaungn2 {
    position: fixed;
    left: 5%;
    top: 5%;
    right: 5%;
    bottom: 5%;
}

.tankaungn2 iframe,
.tankaungn2 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.tankaungn2 iframe body {
    margin: 0px !important;
}

@media screen and (max-width:767px) {
    .tankaungn2 {
        position: fixed;
        left: 5%;
        top: 10%;
        right: 5%;
        bottom: 10%;
    }
}

/* iframe Ã¥Â®Å¾Ã§Å½Â°Ã¨Â§â€&nbsp;Ã©Â¢â€˜Ã¦â€™Â­Ã¦â€Â¾ */
.mvideo{position: relative; padding-bottom:56.3492%;height: 0;overflow: hidden;}
.mvideo iframe,.mvideo video {  position: absolute; top:0; left: 0; width: 100%; height: 100%; border:none;}
.mvideo iframe body{ margin:0px !important;}

@font-face {
    font-family: "iconfont";
    /* Project id 3768686 */
    src: url('../fonts/iconfont.woff2?t=1668666992223') format('woff2'),
        url('../fonts/iconfont.woff?t=1668666992223') format('woff'),
        url('../fonts/iconfont.ttf?t=1668666992223') format('truetype');
        font-display:swap;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-guanbi:before {
    content: "\e621";
}

.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";
}



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

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

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

.listcart{margin-top: 90px;}
.listcart a.l{float: left;}
.listcart a.r{float: right;}
.listcart a{ background:#232f6f;display:inline-block;height: 34px; width:200px; line-height: 34px;cursor: pointer;border: none;overflow: hidden;color: #fff;cursor: pointer;  border:1px solid #232f6f; padding-left:10px; padding-right:10px; text-align:center; margin-left:10px;}
.listcart a:hover{  border:#232f6f solid 1px;background: #232f6f; color:#fff!important;}
@media screen and (max-width:999px){
.listcart a{margin-left:2.5%; margin-right:2.5%; padding-left:0px; padding-right:0px ;float: none;}
.listcart{ width:100%; margin-top:50px; }
}
@media screen and (max-width:472px){
.listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}
/*  2023/1/9 p2 */

.p2M4-block{
    box-shadow: 0 0 20px 20px #fafafa;   
}
.getgift:hover{
    cursor: pointer;
}
.P2M4-block{
    box-shadow: 0 0 20px 20px #fafafa;
}
/* 2023 1/12 alter */


@media screen and (max-width:999px){
    .pfbd textarea{
        padding-top: 0px;
    }
    .pfbd .xing{
        background: #fff url(../images/xing2.png) no-repeat 5px 14px; 
    }
    .pfbd .int4{
        padding: 0px 13px;
    }
    .guanbi i {
        font-size: 20px;
      }
      .M5-title{
        line-height: 24px;
      }
}
.wrapper { max-width: 680px; margin: 60px auto; padding: 0 20px;}
.youtube { background-color: #000; margin-bottom: 30px; position: relative; padding-top: 56.25%; overflow: hidden; cursor: pointer;}
.youtube img { width: 100%; top: -16.82%; left: 0; opacity: 0.7;}
.youtube .play-button { width: 90px; height: 60px; background-color: #333; box-shadow: 0 0 30px rgba( 0,0,0,0.6 ); z-index: 1; opacity: 0.8; border-radius: 6px;}
.youtube .play-button:before{ content: ""; border-style: solid; border-width: 15px 0 15px 26.0px; border-color: transparent transparent transparent #fff;}
.youtube img,.youtube .play-button { cursor: pointer;}
.youtube img,.youtube iframe,.youtube .play-button,.youtube .play-button:before { position: absolute;}
.youtube .play-button,.youtube .play-button:before { top: 50%; left: 50%; transform: translate3d( -50%, -50%, 0 );}
.youtube iframe { height: 100%; width: 100%; top: 0; left: 0;}


.yvn {
	float: right;
	z-index: 9999999;
	padding-left: 28px;
	position: relative;
}

.yvzhonga {
	display: block;
	padding-right: 0px;
	padding-left: 26px;
	line-height: 26px;
	font-size: 16px;
	font-size: 1.6rem;
	transition: 1s;
	/*! text-transform: uppercase; */
	cursor: pointer;
	position: relative;
	z-index: 99999;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333;
	padding-top: 0;
}

.yvzhonga i {
	font-size: 22px;
	font-size: 1.6rem;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #333;
	padding-top: 0;
}

.yvzhonga em {
	width: 0;
	border: 6px solid #333;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	position: absolute;
	right: 0px;
	top: 20px;
}

.yvul {
	width: 10%;
	min-width: 100px;
	position: absolute;
	top: 36px;
	right: 0px;
	background: #fff;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	z-index: 9999999999;
}

.yvul a {
	display: block;
	padding: 5px 10px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 26px;
	color: #fff;
}

.yvul a:hover {
	background: #ea1c26;
	color: #fff;
}
@media screen and (max-width:999px){
    .yvn {padding-top: 20px;}
    .yvul{top: 55px;}
}
@media screen and (max-width:769px){
    .yvn {padding-right: 35px;}
    
}</pre></body></html>