@charset "utf-8";

/* CSS Document */
html {
    font-size: 62.5%;
    height: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0 auto;
    /*font-family: MicrosoftYaHei, Arial, Helvetica, sans-serif;*/
    font-family: "microsoft yahei", 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: #ff7e0e;
}

* {
    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:1600px;margin: 0 auto
}

/* @media screen and (max-width:768px) {
    .Allsafe {
        width: calc(100% - 50px);
    }
} */
@media (max-width: 1640px) {.Allsafe {width: 1400px;}}
@media (max-width: 1460px) {.Allsafe {width: 1230px;}}
@media (max-width: 1260px) {.Allsafe {width: 94%;}}
@media (max-width: 992px) {.Allsafe {width:  94%;} br{ display: none;} }
@media (max-width: 768px) {.Allsafe { width: 94%; }}

.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: 1527px;
    margin: auto;
}

@media screen and (max-width:768px) {
    .Allsafe3 {
        width: calc(100% - 50px);
    }
}

.Allsafe4 {
    width: calc(100% - 120px);
    max-width: 1337px;
    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: #ff7e0e;
}

.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;
}

/*  head  */

.head {
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 99;
    background-color: #fff;
}

.heb {}

.heb .zong1 {
    position: relative;
}

.head .zong1 {
    position: relative;
    z-index: 99;
    padding-top: 1px;
}

.logon {
    display: inline-block;
    vertical-align: middle;
}

.logon img {
    display: block;
    margin: auto;
    width: 100%;
}

.her {
    float: right;
}

.yv a:hover {
    text-decoration: underline;
}

.daoz {
    float: right;
    margin-top: 46px;
    margin-bottom: 13px;
}

.daohang>li {
    float: left;
    position: relative;
    z-index: 999;
    margin-right: 58px;
    padding-bottom: 14px;
}

.daohang>li>a {
    display: inline-block;
    vertical-align: middle;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #333333;
}

.daohang>li>a:hover {
    color: #ff7e0e;
}

.daohang>li:nth-child(5) {
    margin-right: 0px;
}

.dangqiandao>a {
    color: #ff7e0e !important;
}

.yijiw {
    background: #fff;
    position: absolute;
    width: 156px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.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: 24px;
    letter-spacing: 0px;
    color: #333333;
    /* line-height: 0px; */
    padding: 10px 12px;
}

.yiji li:hover {
    background: #fff;

}


.erji {
    position: absolute;
    width: 156px;
    top: -9999px;
    left: 156px;
    background-color: #ffffff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.45);
}

.sanji {
    position: absolute;
    width: 156px;
    background-color: #ffffff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.45);
    top: -9999px;
    left: 156px;
}

.yiji li a:hover {
    color: #ff7e0e;
}

.daohang>li:hover .yijiw {
    display: block;
}

.yiji>li:hover .erji {
    display: block;
}

.yiji>li:hover .erji {
    top: 0;
}

.erji>li:hover .sanji {
    top: 0px;
}

.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>a {
    display: block;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
}

.xlerji {
    margin-top: 21px;
}

.daohang>li:hover .xiala {
    display: flex;
}

.daohang2,
sousuo2,
.xnav {
    display: none
}

.smdaohang {
    position: fixed;
    width: 300px;
    height: 0px;
    overflow: auto;
    top: 0px;
    right: 0px;
    background: #ff7e0e;

    background: rgba(255,126,14,0.5);
    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;
}

.head2 {
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
}

.menu {
    font-family: Poppins-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 1px;
    color: #555555;
}


@media screen and (max-width:1559px) {
    .daohang>li {
        margin-right: 40px;
    }

    .xiala {
        width: 600px;
        padding: 20px;
    }

    .xlyiji {
        width: 50%;
        padding-right: 10px;
    }

    .xlyiji>a {
        display: block;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 30px;
    }

    .xlerji {
        margin-top: 10px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .daoz{
        margin-top: 32px;
    }
}

@media screen and (max-width:1395px) {


    .daohang>li {
        margin-right: 31px;
        margin-left: 0px;
    }

    .daohang>li>a {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .sousuo {
        top: 43px;
    }

    .xiala {
        width: 500px;
        padding: 10px;
    }

    .xlyiji {
        width: 50%;
        padding-right: 10px;
    }

    .xlyiji>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) {

    .daohang>li {
        margin-right: 38px;
        margin-left: 0px;
    }


}

@media screen and (min-width:1000px) {

    .carousel,
    {
        display: none
    }
}

@media screen and (max-width:999px) {
    .xnav {
        display: block
    }

    .head>.zong1 {
        z-index: 2;
    }

    .head .zong1:after {
        content: "";
        clear: both;
        display: block;
    }

    .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
    }

    .banner1 .slick-arrow {
        width: 34px;
        height: 34px;
        background-position: center !important;
        background-size: cover;
    }

    .nav {
        top: 37px;
    }
}

@media screen and (max-width:768px) {
    .clear3 {
        display: none
    }

    .nav {
        top: 35px;
    }
}

@media screen and (max-width:538px) {

    .nav {
        top: 29px;
    }
}

/* shouye  nav */

.xnav2{
    display: block;
}
.xnav2 .nav{
    display: block;
    background: none;
    right: 7.8%;
}

.nav-font{
    position: absolute;
    left: -48px;
    top: -9px;
    font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 1px;
	color: #555555;
}
.nav-font:hover{
    color: #ff7e0e;
}
.head2{
    border-bottom: 1px solid 	rgba(255,255,255,0.2);
}
.logo2{
    margin-top: 24px;
    margin-bottom: 25px;
  }
  .back{
    background-color: #fff;
}
@media screen and (max-width:999px){
    .head2{
        position: relative;
    }
}


/* banner */
.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 {
    position: relative;
}

.slick-slide iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slick-slide video {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 101%;
    min-height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    display: none \9;
    display: block \9\0;
}

.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;
    }
}

/* banner buchong */

.slideshow .item img {
    /*width: 100%;*/
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.slideshow .item.slick-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.slick-dots {
    position: absolute;
    width: 100%;
    bottom: 53px;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    cursor: pointer;
    background: url(../images/dot1.png) no-repeat center center;
    font-size: 0px;
    margin-left: 4.5px;
    margin-right: 4.5px;
    width: 11px;
    height: 11px;
    background-color: #ffffff;
    border: 1px solid #fff;
    opacity: 0.7;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background: url(../images/dot2.png) no-repeat center center;
}

.slick-prev,
.slick-next {
    width: 62px;
    height: 62px;
    border: 0px;
    font-size: 0px;
    cursor: pointer;
    display: none !important;
}

.slick-prev {
    position: absolute;
    top: 50%;
    margin-top: -45px;
    left: 40px;
    z-index: 999;
    background: url(../images/jtl1.png) no-repeat left center;
}

.slick-next {
    position: absolute;
    top: 50%;
    margin-top: -45px;
    right: 40px;
    z-index: 999;
    background: url(../images/jtr1.png) no-repeat left center;
}

.slick-prev,
.slick-next {
    display: block !important;
}

@media screen and (max-width:1333px) {
    .slick-dots {
        bottom: 40px;
    }
}

@media screen and (max-width:999px) {
    .slick-dots {
        bottom: 30px;
    }

    .slick-prev,
    .slick-next {
        display: none !important;
    }
}

@media screen and (max-width:768px) {
    .slick-dots {
        bottom: 20px;
    }
}

@media screen and (max-width:538px) {
    .slick-dots {
        bottom: 15px;
    }
}

/* banner font */
.banner-font {
    position: absolute;
    top: 54.9%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-ftitle {
    font-family: SourceHanSansCN-Regular;
    font-size: 68px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 3px;
    color: #ffffff;
}

.baner-fintro {
    font-family: Poppins-Medium;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 2px;
    color: #ffffff;
    opacity: 0.6;
    text-align: center;
    padding-top: 18px;
}

.banner-fbtnbor {
    display: flex;
    justify-content: center;
    padding-top: 45px;
}

.banner-fbtn {
    display: block;
    width: 176px;
    height: 52px;
    background-color: #ff7e0e;
    border-radius: 26px;
    font-family: SourceHanSansCN-Regular;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    border: 1px solid #ff7e0e;
}

.banner-fbtn:hover {
    color: #ff7e0e;
    background-color: #fff;
}

@media screen and (max-width:1888px) {
    .banner-ftitle {
        font-size: 60px;
    }

    .baner-fintro {
        font-size: 22px;
    }
}

@media screen and (max-width:1555px) {
    .banner-ftitle {
        font-size: 56px;
    }

    .baner-fintro {
        font-size: 22px;
    }
}

@media screen and (max-width:1333px) {
    .banner-ftitle {
        font-size: 54px;
    }

    .baner-fintro {
        font-size: 22px;
    }

    .banner-fbtn {
        width: 150px;
        height: 38px;
        line-height: 36px;
        font-size: 18px;
    }
}

@media screen and (max-width:999px) {
    .banner-ftitle {
        font-size: 48px;
    }

    .baner-fintro {
        font-size: 20px;
    }

    .banner-fbtn {
        width: 130px;
        height: 34px;
        line-height: 32px;
        font-size: 16px;
    }
}

@media screen and (max-width:768px) {
    .banner-ftitle {
        font-size: 32px;
    }

    .baner-fintro {
        font-size: 16px;
    }

    .banner-fbtn {
        width: 120px;
        height: 32px;
        line-height: 30px;
        font-size: 14px;
    }
}

@media screen and (max-width:768px) {
    .banner-ftitle {
        font-size: 26px;
        line-height: 30px;
    }

    .baner-fintro {
        font-size: 14px;
        line-height: 30px;
    }

    .banner-fbtn {
        width: 100px;
        height: 28px;
        line-height: 26px;
        font-size: 12px;
    }
}

@media screen and (max-width:538px) {
    .baner-fintro {
        line-height: 0px;
    }

    .banner-ftitle {
        font-size: 20px;
        line-height: 20px;
    }

    .baner-fintro {
        font-size: 12px;
    }
}

/***************************************************** Main1 ********************************************/
.Main1 {
    margin-top: 133px;
    display: flex;
    justify-content: space-between;
}

.M1-left {
    width: 47%;
    display: flex;
    justify-content: flex-end;
    margin-top: 28px;

}

.M1-lsafe {
    width: 84%;
}

.M1-ltitle {
    font-family: MicrosoftYaHei;
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #ff7e0e;
    display: block;
    position: relative;
    padding-top: 45px;
}

.M1-ltitle::before {
    position: absolute;
    content: "";
    background: url("../images/m1-pic2.png") no-repeat;
    width: 623px;
    height: 86px;
    bottom: 5px;
    left: 0;
    background-size: contain;
}

.M1-linfo {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #333333;
    display: block;
    padding-top: 42px;
}

.M1-ldetail {
    display: flex;
    justify-content: space-between;
    width: 69%;
    margin-top: 51px;
    flex-flow: wrap;
}

.M1-ldetail-block {
    width: 33%;
}

.M1-ldetail-block p {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 1px;
    color: #333333;
}

.M1-ldetail-block p span {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #333333;
}

.M1-lintro {
    display: block;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #333333;
    border-top: 1px solid #a1a1a1;
    border-bottom: 1px solid #a1a1a1;
    padding-top: 9px;
    padding-bottom: 7px;
    margin-top: 27px;
    width: 51%;
}

.M1-lsentence {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #333333;
    display: block;
    margin-top: 50px;
}

.M1-right {
    width: 50.4%;
}

.M1-rpicbor {
    width: 100%;
    max-width: 960px;
    overflow: hidden;
    display: block;
}
@media screen and (max-width:1903px){
    .M1-lintro {
        width: 100%;
    }
}
@media screen and (max-width:1666px) {
    .M1-left {
        margin-top: 23px;
    }

    .M1-ltitle {
        padding-top: 45px;
    }

    .M1-ltitle::before {
        width: 540px;
    }

    .M1-linfo {
        padding-top: 33px;
    }

    .M1-ldetail {
        margin-top: 30px;
    }

    .M1-lintro {
        margin-top: 20px;
    }

    .M1-lsentence {
        margin-top: 39px;
    }
}

@media screen and (max-width:1333px) {
    .M1-ltitle {
        font-size: 32px;
    }

    .M1-ltitle::before {
        width: 300px;
        bottom: -13px;
    }

    .M1-linfo {
        font-size: 16px;
    }

    .M1-ldetail-block p {
        font-size: 16px;
    }

    .M1-lintro {
        font-size: 16px;
    }

    .M1-lsentence {
        font-size: 16px;
    }

    .M1-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .M1-lsafe {
        width: 87%;
    }
}

@media screen and (max-width:1111px) {
    .Main1 {
        margin-top: 75px;
    }

    .M1-ltitle {
        font-size: 38px;
    }
}

@media screen and (max-width:999px) {
    .Main1 {
        flex-direction: column-reverse;
    }

    .M1-left {
        width: 100%;
        justify-content: center;
        margin-top: 43px;
    }

    .M1-lsafe {
        max-width: 1600px;
        width: calc(100% - 120px);
        margin: 0 auto;
    }

    .M1-right {
        width: 100%;
    }

    .M1-rpicbor {
        margin: 0 auto;
    }

    .M1-ltitle::before {
        width: 300px;
        bottom: -13px;
    }
}

@media screen and (max-width:768px) {
    .M1-lsafe {
        width: calc(100% - 50px);
    }

    .M1-linfo {
        font-size: 14px;
    }

    .M1-ldetail-block p {
        font-size: 14px;
    }

    .M1-lintro {
        font-size: 14px;
    }

    .M1-lsentence {
        font-size: 14px;
    }
    .Main1{
        margin-top: 21px;
    }
}

@media screen and (max-width:538px) {
    .M1-ltitle::before {
        width: 300px;
    }

    .M1-linfo {
        padding-top: 25px;
    }

    .M1-ldetail {
        margin-top: 26px;
    }

    .M1-lintro {
        margin-top: 20px;
    }

    .M1-lsentence {
        margin-top: 33px;
    }

    .Main1 {
        margin-top: 10px;
    }

    .M1-ltitle {
        padding-top: 37px;
        font-size: 30px;
    }

    .M1-ltitle::before {
        bottom: -17px;
    }

    .M1-ldetail {
        width: 100%;
    }
}

@media screen and (max-width:380px) {
    .M1-ltitle::before {
        display: none;
    }

    .M1-ltitle {
        padding-top: 0;
    }
}

/******************************************** Main2 ****************************************/
.Main2 {
    padding-top: 167px;
}

.M2-titile-border {
    display: flex;
    justify-content: center;
}

.M2-title {
    font-family: MicrosoftYaHei;
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #ff7e0e;
    display: block;
    text-align: center;
    position: relative;
}

.M2-title::before {
    position: absolute;
    content: "";
    background: url("../images/m1-pic2.png") no-repeat;
    width: 623px;
    height: 86px;
    bottom: 5px;
    background-size: contain;
}

.M2-info {
    font-family: MicrosoftYaHeiLight;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 1px;
    color: #333333;
    display: block;
    text-align: center;
    width: 41%;
    margin: 0 auto;
    padding-top: 24px;
    padding-bottom: 42px;
}
.M2-info:hover{color: #333333;}
.M5-intro:hover{color: #333333;}
@media screen and (max-width:1333px) {
    .M2-title {
        font-size: 34px;
    }

    .M2-title::before {
        width: 300px;
        bottom: -13px;
    }

    .Main2 {
        padding-top: 140px;
    }

    .M2-info {
        font-size: 16px;
        width: 64%;
    }
}

@media screen and (max-width:999px) {
    .M2-title {
        font-size: 38px;
    }

    .M2-title::before {
        width: 300px;
        bottom: -13px;
    }

    .Main2 {
        padding-top: 100px;
    }

    .M2-info {
        width: 100%;
        font-size: 14px;
    }
}

@media screen and (max-width:768px) {
    .M2-title::before {}
}

@media screen and (max-width:538px) {
    .M2-title {
        font-size: 30px;
    }

    .M2-title::before {
        width: 300px;
    }

    .Main2 {
        padding-top: 64px;
    }

    .M2-title::before {
        bottom: -19px;
    }
    .M2-info{
        padding-bottom: 8px;
    }
}

@media screen and (max-width:380px) {
    .M2-title::before {
        display: none;
    }

    .M2-title {
        font-size: 28px;
        line-height: 32px;
    }
}

/* ****************************Main2 BOTTOM**************************** */
.m2-tbor{
    padding-bottom: 59.5%;
}
#outer {
    margin-top: 8px;
    font-size: 0px;
    position: relative;
}

#tab {
    zoom: 1;
    font-size: 0px;
    position: relative;
    background: url("../images/m2-back.png") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

#tab:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url("../images/m2-back.png") no-repeat center;
    background-size: cover;
    z-index: -1
}

#tab li {
    transition: 0.5s;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    /*height: 318px;*/
    width: 33.33333%;
    padding: 3px 10px;
    /*padding-bottom: 29px;*/
    background: #333333;
    background: rgba(51, 51, 51, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.7);
    z-index: 1
}

#tab li:hover .m2t1 {
    opacity: 0;
}

#tab li:hover .m2t2 {
    opacity: 1;
}

#tab li:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 100%;
    background: #e9f4f0;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
    z-index: -1
}

#tab li i {
    color: #c2c2c2;
    line-height: 110px;
    text-align: center;
    font-size: 54px;
    transition: 0.5s;
}

#tab li span {
    display: block;
    text-align: center;
    color: #cccccc;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    transition: 0.5s;
}

#content {
    display: block;
}

#content .tabul {
    display: none;
    font-size: 0px;
    vertical-align: middle;
    padding: 18px 0;
}

.m2t1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
}

.m2tubiao {
    display: block;
    font-family: Poppins-Bold;
    font-size: 120px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 101px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.08;
    text-align: center;
}

.m2tubiao img {
    width: 100%;
}

.m2ta1 {
    display: block;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: bolder;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #ffffff;
    position: relative;
    text-align: center;
}

.m2t2 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    /*background: url("../images/m2-pic2.png");*/
    transition: 0.5s;
    opacity: 0;
    background-size: cover;
}

.m2t2n {
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.m2ta2 {
    display: block;
    font-family: OpenSans-Bold, Arial, "Arial Black", "sans-serif", Verdana;
    color: #ffffff;
    font-size: 30px;
    font-size: 3rem;
    line-height: 37px;
    padding-bottom: 17px;
    margin-top: 20px;
    position: relative;
}

.m2ta2:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 3px;
    background: #ffffff;
    left: 0px;
    bottom: 0px;
}

.m2tp {
    line-height: 28px;
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
}

.m2tp a {
    color: #ffffff;
    font-family: MicrosoftYaHei;
    font-size: 30px;
    font-weight: bolder;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #ffffff;
    overflow: hidden;
}

.m2ta2:hover,
.m2tp a:hover {
    color: #fff;
    text-decoration: underline;
}

#tab li.current .m2t1 {
    opacity: 0
}

#tab li.current .m2t2 {
    opacity: 1
}

.m2lie {
    width: -moz-calc(33.33% - 12px);
    width: -webkit-calc(33.33% - 12px);
    width: calc(33.33% - 12px);
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.24);
    position: relative;
}

.m2lie:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: #043f95;
    top: -18px;
    left: -18px;
}

.m2lie:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: #043f95;
    bottom: -18px;
    left: -18px;
}

.m2lie:first-child:before,
.m2lie:first-child:after {
    display: none;
}

.m2lie:nth-child(3n-2) {
    margin-left: 0px;
}

.m2tu {
    display: block;
    overflow: hidden;
}

.m2zi {
    display: block;
    padding: 20px;
    padding-right: 40px;
    line-height: 26px;
    font-size: 20px;
    font-size: 2rem;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.m2zi i {
    position: absolute;
    right: 20px;
    font-style: normal;
}

@media screen and (max-width:1333px) {
    .m2tp a {
        font-size: 24px;
    }
}

@media screen and (max-width:999px) {
    .m2tubiao {
        font-size: 50px;
        line-height: 41px;
    }

    /*#tab li {*/
    /*    height: 120px;*/
    /*}*/

    #tab li.current {
        background: #043f95;
        background: rgba(4, 63, 149, 0.65);
    }

    .m2zi {
        padding: 10px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .m2zi i {
        display: none;
    }

    .m2t1 {
        opacity: 1 !important;
    }

    /* .m2t2 {
        display: none;
    } */

    .m2ta1 {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 26px;
    }

    .m2t1 {
        width: 100%;
    }

    .m2ta1 {
        text-align: center;
    }
}

@media screen and (max-width:767px) {
    #tab{
        background: none;
    }
    #tab::before{
        background: none;
    }
    .m2t2{
        display: block;
    }
    .m2tp a{
        font-size: 18px;
    }
    #tab li .m2t2{
        opacity: 1;
    }
    .main2 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .m2biao {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 30px;
    }

    #outer {
        margin-top: 30px;
    }

    .m2lie:before,
    .m2lie:after {
        display: none;
    }

    .m2lie {
        width: -moz-calc(50% - 5px);
        width: -webkit-calc(50% - 5px);
        width: calc(50% - 5px);
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .m2lie:nth-child(3n-2) {
        margin-left: 10px;
    }

    .m2lie:nth-child(2n-1) {
        margin-left: 0px;
    }

    .m2ta1 {
        display: none;
    }


    .m2tubiao {
        margin: auto;
    }

    .m2zi {
        padding: 10px 5px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 22px;
    }
}
@media screen and (max-width:538px){
    .m2tp a{
        font-size: 14px;
    }
    #tab li{
        width: 50%;
    }
}
@media screen and (max-width:400px){
    .m2tp a{
        font-size: 12px;
    }
    .m2t2n{
        right: 16px;
    }
}


/*************************************** Main3 ***********************************/

.Main3 {
    position: relative;
    background-color: rgba(235, 235, 235, 0.3);
    margin-top: 110px;
}

.Main3::before {
    content: "";
    position: absolute;
    background: url("../images/m3-pic1.png") no-repeat;
    width: 699px;
    height: 473px;
    top: 0;
    left: 0;
    background-size: cover;
}

.M3-border {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.M3-left {
    width: 37%;
    position: relative;
    padding-top: 171px;
}

.M3-ltitle {
    font-family: MicrosoftYaHei;
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #ffffff;
    position: relative;
}

.M3-ltitle::before {
    position: absolute;
    content: '';
    bottom: 19px;
    left: 0;
    background: url("../images/m3-titleback.png") no-repeat;
    width: 521px;
    height: 72px;
    background-size: contain;
}

.M3-linfo-border {
    padding-top: 22px;
}

.M3-linfo {
    font-family: MicrosoftYaHeiLight;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #ffffff;
    font-stretch: normal;
    line-height: 30px;
}

.M3-linfo span {
    font-family: MicrosoftYaHeiLight;
    font-size: 18px;
    font-weight: bolder;
    letter-spacing: 1px;
    color: #ffffff;
    font-stretch: normal;
    line-height: 30px;

}

.M3-right {
    width: 62.6%;
    padding-top: 120px;
    padding-bottom: 87px;
}

.M3-rblock-bottom {
    padding-top: 20px;
}

.M3-right .row {
    padding-bottom: 38px;
}

.M3-right .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.M3-right .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.M3-right .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.M3-right .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;
}

.M3-right .owl-carousel .owl-item {
    float: left;
    padding: 5px;
}

.M3-right .owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.M3-right .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);
}

.M3-right .owl-theme .owl-controls {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -54px;
}

.M3-right .owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.M3-right .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 11px;
    height: 11px;
    background-color: #1f1e2a;
    opacity: 0.7;
    margin-right: 9px;
    border-radius: 50%;
    font-size: 0px;
    border: solid 1px #1f1e2a;
}

.M3-right .owl-theme .owl-controls .owl-page.active span,
.M3-right .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #fff;
    opacity: 1;
}

.M3-right .owl-theme .owl-buttons {
    width: 89px;
    height: 42px;
    position: relative;
    margin: auto;
    display: none !important
}

.M3-right .owl-theme .owl-buttons div {
    width: 42px;
    height: 42px;
    background: #fff;
    position: absolute;
    line-height: 42px;
    font-size: 24px;
    transition: 0.5s;
}

.M3-right .owl-theme .owl-prev {
    left: 0px;
}

.M3-right .owl-theme .owl-next {
    right: 0px;
}

.M3-right .owl-theme .owl-buttons div:hover {
    background: #3080f9;
    color: #fff;
}

@media screen and (max-width:1748px) {
    /*.Main3 {*/
    /*    background-color: rgba(255, 126, 14, 0.6);*/
    /*}*/

    /*.Main3::before {*/
    /*    display: none;*/
    /*}*/
}

@media screen and (max-width:1555px) {
    .M3-ltitle::before {
        width: 450px;
    }
}

@media screen and (max-width:1333px) {
    .Main3 {
        margin-top: 80px;
    }

    .Main3::before {
        width: 450px;
    }

    .M3-right {
        padding-top: 87px;
        padding-bottom: 70px;
    }

    .M3-right .owl-theme .owl-controls {
        bottom: -46px;
    }

    .M3-left {
        padding-top: 141px;
    }

    .M3-ltitle::before {
        width: 400px;
    }

    .M3-ltitle {
        font-size: 40px;
    }

    .M3-linfo {
        font-size: 16px;
    }
}

@media screen and (max-width:1222px) {
    .M3-ltitle::before {
        width: 300px;
    }
}

@media screen and (max-width:999px) {
    .M3-left {
        padding-top: 111px;
    }

    .M3-right {
        padding-top: 49px;
        padding-bottom: 33px;
    }

    .M3-ltitle {
        font-size: 38px;
    }

    .M3-linfo {
        font-size: 14px;
    }

    .Main3::before {
        display: none;
    }

    .Main3 {
        background-color: rgba(255, 126, 14, 0.5);
    }

    .M3-left {
        width: 100%;
    }

    .M3-right {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .Main3 {
        margin-top: 60px;
    }
}

@media screen and (max-width:538px) {
    .Main3 {
        margin-top: 50px;
    }

    .M3-ltitle {
        font-size: 30px;
    }

    .M3-ltitle::before {
        width: 300px;
    }

    .M3-left {
        padding-top: 84px;
    }

    .M3-linfo-border {
        padding-top: 8px;
    }

    .M3-right {
        padding-top: 26px;
        padding-bottom: 46px;
    }

    .M3-right .owl-theme .owl-controls {
        bottom: -36px;
    }
}

@media screen and (max-width:380px) {
    .M3-ltitle {
        font-size: 26px;
    }

    .M3-rblock-top,
    .M3-rblock-bottom {
        max-width: 190px;
        margin: 0 auto;
    }
}

/* **********************Main4***************************** */
/* main4 xiugai  22.13 12/29 */
.Main4 {
    background: url("../images/m7-back.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/m7-back.png") no-repeat center;
    background-size: cover;
    z-index: -1
}

.M4-border {
    padding-top: 143px;
    position: relative;
}
.m4-pic1{
    display: none;
} 
.m4-pic2{
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.dongbor{
    padding-bottom:33.95%; 
    position: relative;
     width: 83.56%;
     margin: 0 auto;
}


.M4-title::before {
    bottom: 2px;
    left: 8px;
}
@keyframes yuan{
    0%   {margin-top: -100px;}
    20% {margin-top: -300px;}
    40%{margin-top: 100px;}
    60%{margin-top: -200px;}
    80%{margin-top: 100px;}
    100%{margin-top: -200px;}
}
.m4-1 {
    display: block;
    position: absolute;
    top: 45.3%;
    left: 0%;
    width: 14.06%;
  }


  .m4-2 {
    display: block;
    position: absolute;
    top: 12.8%;
    left: 22.4%;
    width: 12.56%;
  }


.m4-3 {
  display: block;
  position: absolute;
  top: 46.8%;
  left: 33.5%;
  width: 14.80%;
}

.m4-4 {
    display: block;
    position: absolute;
    top: 44%;
    left: 60.8%;
    width: 16.23%;
  }

.m4-5 {
    display: block;
    position: absolute;
    top: 23.3%;
    left: 85.1%;
    width: 16.23%;
  }
.m4-6 {
    display: block;
    position: absolute;
    top: 0%;
    left: 48%;
    width: 18.69%;
  }

@media screen and (max-width:1555px){
   
}
@media screen and (max-width:1333px){
    .M4-border{
        padding-top: 110px;
    }
    .M4-title::before{
        bottom: -13px;
    }
}
@media screen and (max-width:538px){
    .dongbor{
        width: 100%;
        padding-bottom: 51.95%;
    }
}
@media screen and (max-width:380px){
    .M4-border {
        padding-top: 42px;
      }
}


/* ************************************Main5******************/
.Main5 {
    padding-top: 155px;
    padding-bottom: 86px;
}

.M5-title::before {
    left: -46%;
}

.M5-intro {
    font-family: MicrosoftYaHeiLight;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #333333;
    display: block;
    text-align: center;
    padding-top: 27px;
}

.M5-block-border {
    display: flex;
    justify-content: space-between;
    margin-top: 79px;
    flex-flow: wrap;
}

.M5-bpicbor {
    overflow: hidden;
    display: block;
    border-radius: 10px;
}

.M5-block {
    width: 29.9%;
}

.M5-bfont {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 1px;
    color: #222222;
    display: block;
    padding-top: 42px;
}

.M5-btnbor {
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.M5-btn {
    display: block;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 1px;
    color: #222222;
}

.M5-btn i {
    font-size: 18px;
    padding-left: 7px;

}

.M5-block2 {
    width: 31%;
}

.M5-block3 {
    width: 30.6%;
}

@media screen and (max-width:1333px) {
    .M5-title::before {
        left: -24%;
    }

    .Main5 {
        padding-top: 127px;
        padding-bottom: 60px;
    }

    .M5-block-border {
        margin-top: 52px;
    }

    .M5-bfont {
        padding-top: 26px;
    }

    .M5-btnbor {
        padding-top: 5px;
    }

    .M5-bfont {
        font-size: 20px;
    }
}

@media screen and (max-width:999px) {
    .M5-bfont {
        font-size: 16px;
        line-height: 33px;
    }

    .M5-btn {
        font-size: 14px;
        line-height: 25px;
    }

    .Main5 {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width:768px) {
    .Main5 {
        padding-top: 89px;
        padding-bottom: 41px;
    }

    .M5-intro {
        padding-top: 18px;
    }

    .M5-block-border {
        margin-top: 32px;
    }

    .M5-title::before {
        left: 0;
    }
}

@media screen and (max-width:538px) {
    .M5-block {
        width: 100%;
        margin-top: 20px;
    }

    .M5-block-border {
        margin-top: 10px;
    }

    .M5-bfont {
        padding-top: 10px;
    }
}

/* ***********************Main6******************************* */
.Main6 {
    padding-top: 155px;
    padding-bottom: 102px;
    background-color: #f4770b;
    
}

.M6-title {
    font-family: MicrosoftYaHei;
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #ffffff;
}

.M6-title:hover {
    color: #fff;
    text-decoration: underline;
}

.M6-title::before {
    background: url("../images/m6-back.png") no-repeat;
    left: -33%;
    background-size: contain;
}

.M6-intro {
    padding-top: 21px;
    color: #fff;
}

.M6-intro:hover {
    color: #fff;
    text-decoration: underline;
}

.biaodan {
    margin: 0 auto;
    text-align: center;
    padding-top: 42px;
}

.biaodan-border-box {
    float: left;
    margin-right: 24px;
}

.biaodan-border {
    border-bottom: solid 1px #ffffff;
    padding-bottom: 17px;
}

.form-border {
    display: flex;
    justify-content: center;
}

.biaodan i {
    font-size: 20px;
    color: #fff;
}

.Main6 input::-webkit-input-placeholder {
    /* WebKit browsers */
    font-family: MicrosoftYaHeiLight;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #ffffff;

}

.Main6 input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-family: MicrosoftYaHeiLight;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #ffffff;

}

.Main6 input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-family: MicrosoftYaHeiLight;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #ffffff;

}

.Main6 input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-family: MicrosoftYaHeiLight;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #ffffff;
}

.inp1 {
    width: 340px;
    background-color: rgba(0, 0, 0, 0);
    font-family: MicrosoftYaHeiLight;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.inp2 {
    width: 141px;
    height: 52px;
    background-color: none;
    border-radius: 26px;
    border: solid 1px #ffffff;
    font-family: MicrosoftYaHeiLight;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #333333;
    cursor: pointer;
    float: left;
    background-color: #fff;
}

.inp2:hover {
    background-color: #ff7e0e;
    color: #fff;
}

@media screen and (max-width:1333px) {
    .M6-title::before {
        bottom: -13px;
    }

    .Main6 {
        padding-top: 120px;
        padding-bottom: 70px;
    }

    .M6-title {
        font-size: 32px;
    }

    .inp2 {
        height: 46px;
        line-height: 44px;
    }
}

@media screen and (max-width:1043px) {
    .inp1 {
        width: 300px;
    }

    .inp2 {
        width: 120px;
        height: 44px;
        line-height: 42px;
    }
}

@media screen and (max-width:999px) {
    .biaodan-border-box {
        width: 100%;
    }
    .biaodan-border {
        width: 100%;
        display: flex;
        margin-top: 20px;
    }

    .inp1 {
        width: 100%;
    }

    .inp2 {
        width: 100%;
        height: 44px;
        line-height: 42px;
        margin-top: 20px;
    }

    .biaodan i {
        padding-right: 5px;
    }

    .M6-title::before {
        left: -7%;
    }

    .Main6 {
        padding-top: 79px;
        padding-bottom: 57px;
    }

    .M6-title {
        font-size: 38px;
    }

    .M5-intro {
        font-size: 14px;
    }

    .Main6 input::-webkit-input-placeholder {
        /* WebKit browsers */
        font-family: MicrosoftYaHeiLight;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 45px;
        letter-spacing: 0px;
        color: #ffffff;

    }

    .Main6 input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        font-family: MicrosoftYaHeiLight;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 45px;
        letter-spacing: 0px;
        color: #ffffff;

    }

    .Main6 input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        font-family: MicrosoftYaHeiLight;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 45px;
        letter-spacing: 0px;
        color: #ffffff;

    }

    .Main6 input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        font-family: MicrosoftYaHeiLight;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 45px;
        letter-spacing: 0px;
        color: #ffffff;
    }

    .inp2 {
        font-size: 14px;
    }

}

@media screen and (max-width:768px) {
    .biaodan {
        padding-top: 10px;
    }
}

@media screen and (max-width:538px) {
    .M6-title::before {
        left: -7%;
    }

    .M6-title {
        font-size: 30px;
    }
}

@media screen and (max-width:380px) {
    .inp2 {
        height: 36px;
        line-height: 34px;
    }

    .M6-title {
        font-size: 26px;
    }

    .Main6 {
        padding-top: 45px;
        padding-bottom: 51px;
    }
}

/* *********************************************************footer************************************************************* */
.footer {
    width: 100%;
    background-color: #1c1a22;
}

.footer-border {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 30px;
}


.footer-top {
    display: flex;
}

.footer-top p {
    /* font-family: MicrosoftYaHeiLight; */
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #ffffff;
    padding-right: 29px;
}

.footer-top p span {
    /* font-family: MicrosoftYaHeiLight; */
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #ffffff;
}

.footer-top p a {
    /* font-family: MicrosoftYaHeiLight; */
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #ffffff;
}

.footer-top p a:hover {
    color: #ff7e0e;
}

.footer-bottom p {
    /* font-family: MicrosoftYaHeiLight; */
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #ffffff;
    /* text-align: center; */
}
.footer-fenborder{
    padding-top: 38px;
   align-items: flex-start;
   position: relative;
}

.footer-back{
    position: absolute;
    right: 0;
    top:50%;
    transform: translateY(-50%);
}

.footer-backfont{
    font-family: MicrosoftYaHeiLight;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #ffffff;
    cursor: pointer;
}


@media screen and (max-width:1333px) {
    .footer-top p {
        font-size: 14px;
    }

    .footer-top p span {
        font-size: 14px;
    }

    .footer-top p a {
        font-size: 14px;
    }

    .footer-bottom p {
        font-size: 14px;
    }
    .footer-backfont{
        font-size: 16px;
    }
}

@media screen and (max-width:999px) {
    .footer-top {
        display: none;
    }
    .footer-backfont{
        font-size: 14px;
    }
}
@media screen and (max-width:768px){
    .footer-back{
        top: 21%;
    }
}



/* product1 */
.p1Main1 {
    padding-top: 92px;
    padding-bottom: 85px;
}

.p1M1-title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 36px;
    font-weight: bolder;
    font-stretch: normal;
    line-height: 52px;
    letter-spacing: 0px;
    color: #333333;
    display: block;
}

.p1M1-info1 {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 22px;
    display: block;
}

.p1M1-info2 {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
    line-height: 32px;
    display: block;
}

.p1Main1 .p1M1-blockbor {
    display: flex;
    flex-flow: wrap;
    margin-top: 73px;
}

.p1M1-block {
    width: 16.9%;
    margin-right: 3.875%;
}

.p1M1-block:nth-child(5n) {
    margin-right: 0px;
}

.p1M1-bpicbor {
    max-width: 267px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    border-radius: 12px;
}


.p1M1-bfont {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: bolder;
    font-stretch: normal;
    line-height: 52px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 9px;
    display: block;
}

.p1M4-center {
    padding-top: 70px;
}


@media screen and (max-width:1333px) {
    .p1M1-title {
        font-size: 32px;
    }

    .p1Main1 {
        padding-top: 80px;
        padding-bottom: 70px;
    }
}

@media screen and (max-width:999px) {
    .p1M1-title {
        font-size: 28px;
    }

    .p1M1-info1 {
        font-size: 16px
    }

    .p1M1-info2 {
        font-size: 14px;
    }

    .p1M1-bfont {
        font-size: 16px;
    }

    .p1Main1 {
        padding-top: 80px;
        padding-bottom: 70px;
    }

    .p1Main1 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .p1M1-block {
        width: 32%;
        margin-right: 2%;
    }

    .p1M1-block:nth-child(5) {
        margin-right: 2%;
    }

    .p1M1-block:nth-child(3) {
        margin-right: 0px;
    }

    .p1M1-blockbor {
        margin-top: 45px;
    }
}

@media screen and (max-width:768px) {
    .p1M1-title {
        font-size: 24px;
    }

    .p1M1-bfont {
        font-size: 14px;
    }
}

@media screen and (max-width:538px) {
    .p1M1-title {
        font-size: 20px;
    }

    .p1M1-block {
        width: 49%;
        margin-right: 2%;
    }

    .p1M1-block:nth-child(2n) {
        margin-right: 0%;
    }

    .p1M1-block:nth-child(3) {
        margin-right: 2%;
    }

    .p1M1-bfont {
        display: flex;
        justify-content: center;
    }

    .p1Main1 {
        padding-top: 30px;
        padding-bottom: 40px;
    }
}

/* plMain1 */
.p1Main2 {
    background: url("../images/pm2-back.png") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.p1Main2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url("../images/pm2-back.png") no-repeat center;
    background-size: cover;
    z-index: -1
}

.p1Main2border {
    padding-top: 77px;
    padding-bottom: 984px;
}

.p1M2-block {
    display: flex;
    justify-content: center;
    position: relative;
}

.p1M2-info1 {
    margin-top: 19px;
}

.p1M2-bright {
    position: absolute;
    left: 50%;
    top: -47px;
    margin-left: -92px;
}

.p1M2-bleft {
    position: absolute;
    right: 50%;
    top: 49px;
    z-index: 2;
    margin-right: -47px;
}

/*.p1M2-blpic img:hover {*/
/*    transform: scale(1, 1);*/
/*}*/

/*.p1M2-brpic img:hover {*/
/*    transform: scale(1, 1);*/
/*}*/

.p1M2-block2bor2 {
    display: none;
}

.p1M2-block2 {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}

.p1M2-blpic2 img:hover {
    transform: scale(1, 1);
}

.p1M2-brpic2 img:hover {
    transform: scale(1, 1);
}


@media screen and (max-width:1444px) {
    .p1M2-block {
        display: none;
    }

    .p1M2-block2bor2 {
        display: block;
    }

    .p1M2-bleft2 {
        width: 50%;
    }

    .p1M2-bright2 {
        width: 50%;
    }

    .p1Main2border {
        padding-bottom: 50px;
    }
}

@media screen and (max-width:538px) {
    .p1M2-bleft2 {
        width: 100%;
    }

    .p1M2-bright2 {
        width: 100%;
    }

    .p1Main2border {
        padding-top: 30px;
    }
}

/* p1Main3 */
.p1Main3 {
    background: url("../images/pm3-1.png") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.p1Main3:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url("../images/pm3-1.png") no-repeat center;
    background-size: cover;
    z-index: -1
}

.p1M3-border {
    padding-top: 134px;
    padding-bottom: 262px;
}

.p1M3-title {
    color: #fff;
    text-align: center;
}

.p1M3-info1 {
    color: #fff;
    text-align: center;
}

.p1M3-info2 {
    color: #fff;
    text-align: center;
}

.p1M3-blockbor {
    display: flex;
    width: 68%;
    margin: auto;
    justify-content: space-between;
    padding-top: 81px;
    flex-flow: wrap;
}

.p1M3-block {
    display: block;
    width: 219px;
    height: 92px;
    background-color: #ffffff;
    border-radius: 6px;
    border-bottom: 9px solid #2f97ef;
    font-family: MicrosoftYaHei;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 92px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}
.p1M3-block:hover{
    color: #333333;
}

.p1M3-block2 {
    border-bottom: 9px solid #f15c50;
}

.p1M3-block3 {
    border-bottom: 9px solid #eebd30;
}

.p1M3-block4 {
    border-bottom: 9px solid #37be73;
}

@media screen and (max-width:1444px) {
    .p1M3-block {
        width: 24%;
        font-size: 20px;
    }
}

@media screen and (max-width:1333px) {
    .p1M3-block {
        font-size: 18px;
    }

    .p1M3-border {
        padding-top: 98px;
        padding-bottom: 140px;
    }
}

@media screen and (max-width:999px) {
    .p1M3-border {
        padding-top: 70px;
        padding-bottom: 100px;
    }

    .p1M3-block {
        height: 70px;
        line-height: 68px;
        font-size: 16px;
    }

    .p1M3-blockbor {
        padding-top: 44px;
        width: 90%;
    }
}

@media screen and (max-width:768px) {
    .p1M3-block {
        width: 49%;
        margin-top: 20px;
    }

    .p1M3-block {
        height: 50px;
        line-height: 49px;
    }

    .p1M3-border {
        padding-bottom: 70px;
    }
}

@media screen and (max-width:538px) {
    .p1M3-block {
        width: 100%;
        margin-top: 15px;
    }

    .p1M3-border {
        padding-top: 42px;
        padding-bottom: 57px;
    }

    .p1M3-blockbor {
        padding-top: 13px;
    }

    .p1M3-block {
        font-size: 14px;
    }
}

/* p1Main4 */
.p1Main4 {
    padding-top: 93px;
    padding-bottom: 90px;
}

.p1M4-title {
    color: #333333;
}

.p1M4-info1 {
    color: #333333;
}

.p1M4-info2 {
    color: #333333;
}

.p2M4-wave {
    position: relative;
    height: 260px;
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(0.55)
    }

    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }

    100% {
        transform: translateX(-50%) translateZ(0) scaleY(0.55)
    }
}



.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}


.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
}


.bgTop {
    z-index: 15;
}


.bgMiddle {
    z-index: 10;
}


.bgBottom {
    z-index: 5;
}


.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}


.waveTop {
    background-size: 80% 260px;
}


.waveAnimation .waveTop {
    animation: move_wave 5s linear infinite;

}


.waveMiddle {
    background-size: 80% 260px;
}

.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}

.waveBottom {
    background-size: 90% 300px;
}

.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}


.main5 .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.main5 .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.main5 .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.main5 .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;
}

.main5 .item img {
    max-width: 180px;
}

.main5 .owl-carousel .owl-item {
    float: left;
    padding: 5px;
    padding-top: 41px;
}

.main5 .owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.main5 .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);
}

.main5 .owl-theme .owl-controls {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.main5 .owl-theme .owl-controls .owl-page {
    display: none;
    zoom: 1;
    *display: inline;
}

.main5 .owl-carousel .owl-item:nth-child(2n) {
    margin-top: 42px;
}

.main5 .owl-carousel .owl-item:nth-child(3n) {
    margin-top: -10px;
}

.main5 .owl-carousel .owl-item:nth-child(4n) {
    margin-top: 50px;
}

.main5 .itembor {
    max-width: 180px;
    display: block;
    margin: 0 auto;
}

.main5 .owl-theme .owl-buttons {
    width: 89px;
    height: 42px;
    position: relative;
    margin: auto;
    display: none !important
}

.main5 .owl-theme .owl-buttons div {
    width: 42px;
    height: 42px;
    background: #fff;
    position: absolute;
    line-height: 42px;
    font-size: 24px;
    transition: 0.5s;
}

.main5 .owl-theme .owl-prev {
    left: 0px;
}

.main5 .owl-theme .owl-next {
    right: 0px;
}

.main5 .owl-theme .owl-buttons div:hover {
    background: #3080f9;
    color: #fff;
}



.p1M5-blockbor {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.p1Main5 {
    padding-bottom: 76px;
}

.p1M5-bleft {
    width: 48.6%;
    margin-top: 80px;
}

.p1M5-bright {
    width: 48.6%;
    margin-top: 13px;
}

.p1M5-blpic {
    max-width: 774px;
    margin: 0 auto;
    overflow: hidden;
    display: block;
}

.p1M5-brpic {
    max-width: 774px;
    margin: 0 auto;
    overflow: hidden;
    display: block;
}

.p1M5-blfont {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: bolder;
    font-stretch: normal;
    line-height: 52px;
    letter-spacing: 0px;
    color: #333333;
    display: block;
    margin-top: 14px;
}


@media screen and (max-width:1333px) {
    .p2M4-wave {
    position: relative;
    height: 160px;
    }
    
    .p1M5-blfont {
        font-size: 16px;
    }
    .waveTop {
    background-size: 50% 150px;
    }

    .waveMiddle {
        background-size: 50% 150px;
    }

    .waveBottom {
        background-size: 50% 150px;
    }

}

@media screen and (max-width:999px) {}

@media screen and (max-width:768px) {
    .p1Main5 {
        padding-bottom: 50px;
    }

    .p1M5-bleft {
        width: 100%;
    }

    .p1M5-bright {
        width: 100%;
    }

    .p1M5-bleft {
        margin-top: 30px;
    }

    .p1M5-blfont {
        line-height: 35px;
        font-size: 14px;
    }

    .p1Main4 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width:538px) {
    .p2M4-wave {
        height: 160px;
    }

    .p1M4-center {
        padding-top: 64px;
    }

    .p1Main4 {
        padding-top: 36px;
        padding-bottom: 40px;
    }
}

/* p2Main6 */

.p1Main6 {
    padding-top: 44px;
    padding-bottom: 24px;
}


.p1M6-border {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.p1M6-bleft {
    width: 46.82%;
    display: flex;
    align-items: center;
}
.p1M6-blfont{
    padding-left: 13.4%; 
}

.p1M6-bright {
    position: relative;
}
.p1M6-bright a img{
    transform: scale(1,1);
}
.p1M6-bright {
    width: 53.18%;
    position: relative;
}

.tupian {
    opacity: 0.5;
}

.tupian1 {
    display: none;
}

.tupian img {
    width: 100%;
    ;
}

.lovoa {
    position: absolute;
    top: 8.9%;
    right: 15%;
    width: 11.163%;
}

.lob {
    position: absolute;
    top: 12.8%;
    left: 12.7%;
    width: 12.455%;
}

.loc {
    position: absolute;
    top: 4.6%;
    left: 39.1%;
    width: 11.516%;
}

.lod {
    position: absolute;
    top: 20.1%;
    left: 51.8%;
    width: 10.34%;
}

.loe {
    position: absolute;
    top: 40%;
    left: 41.6%;
    width: 13%;
}

.lof {
    position: absolute;
    top: 36.8%;
    left: 24.4%;
    width: 9.988%;
}

.log {
    position: absolute;
    top: 36%;
    left: 0%;
    width: 15.159%;
}

.loh {
    position: absolute;
    top: 55%;
    left: 20.1%;
    width: 16.099%;
}

.loi {
    position: absolute;
    top: 74.9%;
    left: 33.2%;
    width: 13.16%;
}

.loj {
    position: absolute;
    top: 59.8%;
    left: 48.1%;
    width: 14.454%;
}

.lok {
    position: absolute;
    top: 67.8%;
    left: 70.9%;
    width: 16.686%;
}

.lol {
    position: absolute;
    top: 42.2%;
    left: 83.0%;
    width: 14.336%;
}


.lom {
    position: absolute;
    top: 23.6%;
    left: 63.7%;
    width: 16.099%;
}

.lon {
    position: absolute;
    top: 22.8%;
    left: 36.0%;
    width: 10.575%;
}

.loo {
    position: absolute;
    top: 48.2%;
    left: 65.4%;
    width: 14.571%;
}

.p1M6-title {
    color: #fff;
}

.p1M6-info1 {
    color: #fff;
}

.p1Main6 {
    background: #06355e;
}

@media screen and (max-width:1333px) {
    .p1M6-blfont{
        padding-left: 0%;
    }
}
@media screen and (max-width:999px) {}

@media screen and (max-width:768px) {
    .p1M6-blfont {
        padding-top: 16px;
        padding-bottom: 50px;
    }

    .p1M6-bleft {
        width: 100%;
    }

    .p1M6-bright {
        margin: 0 auto;
    }

    .p1M6-border {
        padding-bottom: 30px;
    }
    .p1M6-bright{
        width: 100%;
    }
}

/* plMain7 */
.p1Main7{
    background-color:	rgba(235,235,235,0.5) ;
}
.p1M7-info2 {
    padding-bottom: 40px;
}

.AbM5-border {
    padding-top: 112px;
    padding-bottom: 88px;
}

.AbM5-left {
    width: 40%;
    margin-top: 65px;
}

.AbM5-right .item {
    max-width: 1196px;
    overflow: hidden;
}

.AbM5-ltitle {
    font-family: Poppins-Medium;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 54px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 57px;
    position: relative;
}

.AbM5-linfo {
    font-family: Poppins-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 48px;
    padding-bottom: 8px;
}

.AbM5-btn {
    width: 345px;
    height: 59px;
    background-color: #f5f5f5;
    border-radius: 10px;
    font-family: Poppins-Light;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 59px;
    letter-spacing: 0px;
    color: #333333;
    border: 1xp solid #fff;
    display: block;
    text-align: center;
    margin-top: 17px;
}

.AbM5-right {
    width: 100%;

}

.AbM5-rchange .item a img {
    border-radius: 0px;
}

.AbM5 #outer2 {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.AbM5 #tab2 {
    zoom: 1;
    font-size: 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 26%;
    padding-bottom: 90px;
    padding-top: 37px;
}

.AbM5 #tab2 li {
    cursor: pointer;
    position: relative;
    padding-top: 5px;
    line-height: 60px;
    z-index: 1;
}

.AbM5 #tab2 li span {
    width: 150px;
    height: 56px;
    background-color: #1367af;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 54px;
    letter-spacing: 0px;
    color: #ffffff;
    padding-left: 3.4%;
    display: block;
}

.AbM5 #tab2 li.current2 span,
#tab2 li.current2 i {
    background-color: #ff7e0e;
}

.AbM5 #content2 {
    display: block;
    width: 76.8%;

}

.AbM5 #content2 .tabul2 {
    display: none;
    vertical-align: middle;
    font-size: 16px;
}


@media screen and (max-width:1333px) {
    .AbM5-border {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .AbM5 #tab2 {
        width: 30%;
    }

    .AbM5 #content2 {
        width: 67%;
        display: flex;
        align-items: center;
    }

    .ABoutusMain5 #tab2 li span {
        width: 240px;
        height: 45px;
        font-size: 16px;
        line-height: 43px;
        padding-left: 0%;
        text-align: center;
    }

}

@media screen and (max-width:1111px) {
    .AbM5 #tab2 {
        padding-bottom: 39px;
        padding-top: 11px;
    }
}

@media screen and (max-width:999px) {
    .AbM5 #outer2 {
        flex-direction: column-reverse;
    }

    .AbM5 #tab2 {
        width: 100%;
        margin-top: 30px;
    }

    .AbM5 #content2 {
        width: 100%;
    }

    .AbM5-rchange .item a {
        max-width: 668px;
        margin: 0 auto;
        display: block;
    }

    .AbM5-border {
        padding-top: 60px;
        padding-bottom: 60px;
        flex-direction: column-reverse;
    }

    .AbM5-ltitle {
        font-size: 32px;
        margin-top: 0px;
    }

    .AbM5-linfo {
        font-size: 14px;
        margin-top: 19px;
    }

    .ABoutusMain5 #content2 {
        width: 100%;
        margin-top: 40px;
    }

    .ABoutusMain5 #tab2 li span {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .AbM5-border {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .AbM5-ltitle {
        font-size: 28px;
    }

    .AbM5-rchange .owl-theme .owl-controls .owl-page span {
        width: 12px;
        height: 12px;
        border-radius: 50%;
    }
}

@media screen and (max-width:538px) {
    .AbM5-border {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .AbM5-ltitle {
        font-size: 24px;
    }

    .p1M7-info2 {
        padding-bottom: 20px;
    }

    .ABoutusMain5 #tab2 li span {
        /* width: 210px;
        height: 40px;
        line-height: 38px; */
        font-size: 14px;
    }

    .AbM5 #tab2 {
        padding-bottom: 17px;
    }

    .ABoutusMain5 #tab2 {
        overflow: visible;
    }

    .AbM5 #tab2 {
        margin-top: 0px;
    }

    .ABoutusMain5 #content2 {
        margin-top: 0px;
    }
}

/* plMain8 */

.plMain8 {
    background: url("../images/pm9-1.png") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.plMain8:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url("../images/pm9-1.png") no-repeat center;
    background-size: cover;
    z-index: -1
}

.plM8-border {
    padding-top: 214px;
    padding-bottom: 196px;
}

.plM8-font {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.plM8-blockbor {
    width: 59.4%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 85px;
    flex-flow: wrap;
}

.plM5-bbtn {
    display: block;
    width: 23%;
    height: 51px;
    border-radius: 26px;
    border: solid 1px #ffffff;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 49px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}

@media screen and (max-width:1333px) {
    .plM8-border {
        padding-top: 106px;
        padding-bottom: 130px;
    }

    .plM8-blockbor {
        padding-top: 58px;
    }

    .plM5-bbtn {
        width: 24%;
        height: 45px;
        line-height: 43px;
    }

    .plM5-bbtn {
        font-size: 14px;
    }

    .plM8-blockbor {
        width: 80%;
    }

}

@media screen and (max-width:999px) {
    .plM5-bbtn {
        width: 100%;
    }

    .plM5-bbtn {
        margin-top: 20px;
    }

    .plM8-border {
        padding-top: 78px;
        padding-bottom: 99px;
    }
}

@media screen and (max-width:768px) {
    .plM8-border {
        padding-top: 79px;
        padding-bottom: 96px;
    }

    .plM8-blockbor {
        padding-top: 22px;
    }
}

@media screen and (max-width:538px) {
    .plM8-border {
        padding-top: 39px;
        padding-bottom: 68px;
    }

    .plM5-bbtn {
        margin-top: 10px;
        height: 40px;
        line-height: 38px;
    }
}

/* plMain9 */
.plMain9 {
    padding-top: 93px;
    padding-bottom: 95px;
}

.p1M9-block {
    width: 24.2%;
}

.p1M9-blockbor {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    padding-top: 45px;
}

.p1M9-bpicbor {
    max-width: 387px;
    overflow: hidden;
    display: block;
}

.p1M9-bfont {
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    font-weight: bolder;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333333;
    display: block;
    padding-top: 14px;
}

@media screen and (max-width:1333px) {
    .plMain9 {
        padding-top: 59px;
        padding-bottom: 73px;
    }
}

@media screen and (max-width:999px) {
    .p1M9-block {
        width: 49%;
        margin-top: 10px;
    }

    .p1M9-bpicbor {
        margin: 0 auto;
    }

    .p1M9-bfont {
        text-align: center;
    }

    .p1M9-bfont {
        font-size: 14px;
    }
}

@media screen and (max-width:768px) {}

@media screen and (max-width:538px) {
    .plMain9 {
        padding-top: 31px;
        padding-bottom: 50px;
    }

    .p1M9-blockbor {
        padding-top: 20px;
    }

    /*.p1M9-block {*/
    /*    width: 100%;*/
    /*}*/

    .plMain9 {
        padding-bottom: 36px;
    }
}

/* about us */
.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: #ff7e0e;
}

@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;
    }
}

/*  mianbao  */
.xf-mianbao {
    padding-top: 29px;
}

.xf-mianbao a {
    display: inline-block;
    vertical-align: middle;
    color: #333333;
}

.xf-mianbao .active {
    color: #ff7e0e;
}

@media screen and (max-width:999px) {
    .xf-mianbao {
        padding-top: 15px;
    }
}

@media screen and (max-width:767px) {
    .xf-mianbao {
        padding-top: 10px;
    }
}

.abM1out {
    background: url("../images/am1-back.png") no-repeat;
    background-size: auto;
}

.abM1in-border {
    padding-top: 88px;
    padding-bottom: 491px;
    width: 52.8%;
    margin: 0 auto;
}

.abM1-title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 36px;
    font-weight: bolder;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #333333;
}

.abM1-info {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    padding-top: 42px;
}

.abM1-block {
    margin-top: 76px;
    position: relative;
}

.abM1-bbbox {
    top: 209%;
    background-color: #fff;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.abM1-bbpicbor {
    display: block;
    max-width: 979px;
    overflow: hidden;
    margin: 0 auto;
}

.abM1-bbfont {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
    display: block;
    text-align: center;
}

.abM1-bbfontbor {
    padding-top: 15px;
    padding-bottom: 25px;
}

.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;
    cursor: pointer;
}

.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;
    cursor: pointer;
}

.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%;
    }
}

@media screen and (max-width:1333px) {
    .abM1in-border {
        width: 64.8%;
    }

    .abM1-title {
        font-size: 32px;
    }

    .abM1in-border {
        padding-top: 46px;
    }

    .abM1-block {
        margin-top: 33px;
    }
}

@media screen and (max-width:999px) {
    .abM1-title {
        font-size: 28px;
    }

    .abM1-info {
        font-size: 14px
    }

    .abM1-bbfont {
        font-size: 14px;
    }

    .abM1-bbbox {
        position: relative;
    }

    .abM1in-border {
        padding-bottom: 50px;
    }
}

@media screen and (max-width:768px) {
    .abM1-title {
        font-size: 24px;
    }

    .abM1in-border {
        max-width: 1600px;
        width: calc(100% - 50px);
        margin: 0 auto;
    }

    .abM1in-border {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .abM1-info {
        padding-top: 15px;
    }

    .abM1-block {
        margin-top: 15px;
    }

    .abM1-bbbox {
        margin-top: 25px;
    }
}

@media screen and (max-width:538px) {
    .abM1-title {
        font-size: 20px;
    }

    .abM1in-border {
        padding-top: 20px;
        padding-bottom: 50px;
    }
}

/* abM2 */
.abM2 {
    padding-top: 312px;
    padding-bottom: 93px;
    background-color: #f7f7f7;
}

.abM2-title {
    text-align: center;
}

.abM2-blockbor {
    display: flex;
    flex-flow: wrap;
    padding-top: 30px;
}

.abM2-block {
    width: 32%;
    margin-right: 2%;
    margin-top: 50px;
}

.abM2-block:nth-child(3n) {
    margin-right: 0px;
}

.abM2-bpicbor {
    max-width: 502px;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.abM2-bfont {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: bolder;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #333333;
    padding-top: 25px;
    text-align: center;
}

.mvideo {
    position: relative;
    padding-bottom: 62.7%;
    height: 0;
    overflow: hidden;
    border-radius: 20px;
}

.mvideo iframe,
.mvideo video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.mvideo iframe body {
    margin: 0px !important;
}

@media screen and (max-width:1555px) {
    .abM2 {
        padding-top: 220px;
    }
}

@media screen and (max-width:1333px) {
    .abM2 {
        padding-top: 211px;
        padding-bottom: 85px;
    }

    .abM2-bfont {
        font-size: 16px;
    }
}

@media screen and (max-width:999px) {
    .abM2 {
        padding-top: 62px;
        padding-bottom: 60px;
    }

    .abM2-bfont {
        font-size: 14px;
        padding-top: 5px;
    }

    .abM2-blockbor {
        padding-top: 5px;
    }

    .abM2-block {
        width: 49%;
        margin-right: 2%;
        margin-top: 35px;
    }

    .abM2-block:nth-child(3n) {
        margin-right: 2%;
    }

    .abM2-block:nth-child(2n) {
        margin-right: 0px;
    }
}

@media screen and (max-width:538px) {
    .abM2-block {
        width: 100%;
        margin-right: 0%;
    }

    .abM2-block:nth-child(3n) {
        margin-right: 0%;
    }

    .abM2 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .abM2-block {
        margin-top: 20px;
    }
}

/* abM3 */

.abM3 {
    padding-top: 91px;
    padding-bottom: 117px;
}

.abM3-blockbor {
    padding-top: 26px;
}

.itempicbor img:hover {
    transform: scale(1, 1);
}

.abM3-block {
    display: flex;
    justify-content: space-between;
    padding-top: 58px;
    flex-flow: wrap;
}

.abM3-bleft {
    width: 43%;
    margin-top: 50px;
}

.abM3-blfontbor {
    padding-top: 29px;
}

.abM3-bltitile {
    font-family: MicrosoftYaHei;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #333333;
}

.abM3-bltitile2 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 26px;
    font-weight: bolder;
    letter-spacing: 0px;
    color: #333333;
    line-height: 34px;
}

.abM3-blfont {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #555555;
}

.abM3-bright {
    width: 52.8%;
}

.abM3-brpicbor {
    max-width: 623px;
}

.aM3-brscroll.row {
    padding-bottom: 38px;
}

.aM3-brscroll .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.aM3-brscroll .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.aM3-brscroll .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.aM3-brscroll .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;
}

.aM3-brscroll .owl-carousel .owl-item {
    float: left;
    padding: 5px;
}

.aM3-brscroll.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.aM3-brscroll .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);
}

.aM3-brscroll .owl-theme .owl-controls {
    position: absolute;
    left: 37px;
    bottom: 24px;
}

.aM3-brscroll .owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.aM3-brscroll .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 8px;
    height: 8px;
    background: #ffffff;
    margin-right: 9px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 0px;
}

.aM3-brscroll .owl-theme .owl-controls .owl-page.active span,
.aM3-brscroll .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: none;
    opacity: 1;
}

.aM3-brscroll .owl-theme .owl-buttons {
    width: 89px;
    height: 42px;
    position: relative;
    margin: auto;
    display: none !important
}

.aM3-brscroll .owl-theme .owl-buttons div {
    width: 42px;
    height: 42px;
    background: #fff;
    position: absolute;
    line-height: 42px;
    font-size: 24px;
    transition: 0.5s;
}

.aM3-brscroll .owl-theme .owl-prev {
    left: 0px;
}

.aM3-brscroll .owl-theme .owl-next {
    right: 0px;
}

.aM3-brscroll .owl-theme .owl-buttons div:hover {
    background: #3080f9;
    color: #fff;
}

.owl-demo img:hover {
    transform: scale(1, 1);
}

.abM3-block2 {
    display: flex;
    flex-direction: row-reverse;
}

@media screen and (max-width:1333px) {
    .abM3-bltitile {
        font-size: 22px;
    }

    .abM3-bltitile2 {
        font-size: 22px;
    }

    .abM3 {
        padding-top: 66px;
        padding-bottom: 66px;
    }

    .abM3-block {
        padding-top: 30px;
    }

}

@media screen and (max-width:999px) {
    .abM3-blfont {
        font-size: 14px;
    }

    .abM3-blfontbor {
        padding-top: 11px;
    }

    .abM3-bleft {
        margin-top: 0px;
    }

    .abM3-bltitile {
        font-size: 20px;
    }

    .abM3-bltitile2 {
        font-size: 20px;
    }

}

@media screen and (max-width:863px) {
    .abM3-bleft {
        width: 100%;
    }

    .abM3-bright {
        width: 100%;
        margin-top: 20px;
    }

    .abM3-block {
        flex-direction: column;
    }

    .abM3 {
        padding-top: 47px;
        padding-bottom: 60px;
    }

    .abM3-blockbor {
        padding-top: 6px;
    }
}

@media screen and (max-width:538px) {
    .abM3-block {
        padding-top: 20px;
    }

    .abM3 {
        padding-top: 27px;
        padding-bottom: 50px;
    }
}

/* abM4 */
.abM4 {
    background: url("../images/am4-back.png") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.abM4:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url("../images/am4-back.png") no-repeat center;
    background-size: cover;
    z-index: -1
}

.abM4-border {
    padding-top: 64px;
    padding-bottom: 75px;
}

.abM4-info {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #555555;
    padding-top: 24px;
    text-align: center;
}

#outer3 {
    margin-top: 37px;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;

}

#tab3 {
    zoom: 1;
    font-size: 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 39.4%;
}


#tab3 li {
    width: 95%;
    /* height: 62px; */
    background-color: rgba(169, 185, 198, 0.2);
    border-radius: 6px;
    margin-top: 11px;
}

#tab3 li p {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: bolder;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #555555;
    padding: 0px 20px;
    display: inline-block;
    cursor: pointer;
    border-radius: 6px;
}

#tab3 li .nocon {
    padding: 0px 10px;
}

#tab3 li em {
    width: 1px;
    height: 34px;
    background-color: #a9b9c6;
    box-shadow: 0 0 2px #fff;
    display: block;
    border-right: 1px solid rgba(0, 0, 0, 0);
}

.tab3-bor {
    display: flex;
    align-items: center;
    border-radius: 6px;
    padding-top: 13px;
    padding-bottom: 13px;
}

#tab3 li span {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #555555;
    padding: 0px 20px;
    cursor: pointer;
}


#tab3 li.current3 .tab3-bor,
#tab3 li.current3 .tab3-bor p,
#tab3 li.current3 .tab3-bor span {
    color: #fff;
    background-color: #ff7e0e;
}

#tab3 li.current3 .tab3-bor em {
    color: #000;
    border-right: 1px solid #fff;
    box-shadow: 0 0 2px #000;

}

#content3 {
    display: block;
    width: 37.18%;
    position: relative;
    margin-left: 2.4%;
}

#content3 .tabul3 {
    display: none;
    vertical-align: middle;
    font-size: 16px;
    padding-top: 18px;
}

.comp-title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: bolder;
    font-stretch: normal;
    line-height: 47px;
    letter-spacing: 0px;
    color: #ff7e0e;
    padding-left: 26px;
    padding-top: 5px;
    position: relative;
}


.companybox {
    top: 29%;
    position: absolute;
    left: 75%;
    width: 51.77%;
    background-color: #ffffff;
    box-shadow: 0px 5px 21px 0px rgba(14, 25, 54, 0.11);
    border-radius: 18px 6px 18px 6px;
    z-index: 2;
    margin-left: 116px;
}

.companybox2 {
    top: 64%;
    left: 71%;
}

.companybox3 {
    left: 75%;
    top: 64%;
}

.companybox4 {
    top: 65%;
    left: 69%;
}

.companybox5 {
    top: 43%;
    left: 84%;
}

.companybox6 {
    top: 47%;
    left: 85%;
}

.companybox6 {
    top: 47%;
    left: 85%;
}

.companybox7 {
    top: 26%;
    left: 78%;
}

.companybox8 {
    top: 33%;
    left: 76%;
}

.comp-picbor::before {
    position: absolute;
    content: "";
    width: 116px;
    height: 2px;
    background-color: #d79b32;
    top: 12%;
    margin-left: -116px;
    z-index: -1;
}
.comp-picbor img{
    border-radius: 18px 6px 18px 6px;
}


.comp-picbor2::before {
    background-color: #8b6aa5;
}

.comp-picbor3::before {
    background-color: #5b96c5;
}

.comp-picbor4::before {
    background-color: rgb(9, 205, 247);
}

.comp-picbor5::before {
    background-color: #c94131;
}

.comp-picbor6::before {
    background-color: #63b29c;
}

.comp-picbor7::before {
    background-color: #d84b8c;
}

.comp-picbor8::before {
    background-color: #6ab137;
}




.tab3-picbor {
    max-width: 669px;
    margin: 0 auto;
}

@media screen and (max-width:1888px) {
    #tab3 li span {
        font-size: 16px;
    }

    #tab3 li p {
        font-size: 16px;
    }
}


@media screen and (max-width:1555px) {
    #tab3 li span {
        font-size: 14px;
    }

    #tab3 li p {
        font-size: 14px;
    }
}

@media screen and (max-width:1403px) {

    .tab3-bor {
        padding-top: 6px;
        padding-bottom: 8px;
    }

    #content3 {
        margin: 0 auto;
    }

    #tab3 {
        padding-bottom: 20px;
    }

    .comp-title {
        font-size: 16px;
    }

}

@media screen and (max-width:999px) {
    #tab3 {
        width: 100%;
    }

    #outer3 {
        flex-flow: wrap;
    }
    #tab3 li {
        width: 100%;
    }

    .comp-title {
        font-size: 14px;
    }

    /* #content3 {
        width: 57.18%;
    } */

    /* #content3 {
        margin-right: 240px;
    } */
}

@media screen and (max-width:768px) {
    #content3{
        margin-left: 0%;
    }
    .comp-picbor::before {
        width: 96px;
        margin-left: -96px;
    }

    .companybox {
        width: 51.77%;
        margin-left: 91px;
    }
}

@media screen and (max-width:538px) {
    .companybox {
        display: none;
    }

    #content3 {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .abM4-border {
        padding-top: 42px;
        padding-bottom: 36px;
    }
}

/* partner */
.parM2 {
    padding-top: 37px;
    padding-bottom: 100px;
}

.parM1-out {
    background-color: rgba(235, 235, 235, 0.4);
}

.parM1-tfont {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
    line-height: 45px;
    display: block;
    text-align: center;
}

.parM1-tfontbor {
    width: 45%;
    position: relative;
}
.dangtab .parM1-tfont{color: #ff7e0e;}
.parM1-tab {
    width: 28%;
    display: flex;
    justify-content: space-between;
    padding-top: 62px;
    padding-bottom: 23px;
}

.parM1-tab .dangtab::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #ff7e0e;
    bottom: -23px;
    left: 0;
}
.parM1-tfontbor:hover ::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #ff7e0e;
    bottom: -23px;
    left: 0;
}


.parM2-block {
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 15px;
    border: solid 1px #d7d7d7;
    margin-top: 42px;
}

.parM2-block:hover {
    box-shadow: 0px 3px 30px 0px rgba(0, 40, 116, 0.1);
    border: solid 1px rgba(0, 0, 0, 0);
}

.parM2-bsafe {
    width: 87%;
    padding-top: 56px;
    padding-bottom: 56px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.parM2-bsafe2{
    flex-direction: row-reverse;
}

.parM2-bleft {
    width: 60%;
}

.parM2-bltitle {
    font-family: Poppins-Medium;
    font-size: 30px;
    font-weight: bolder;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
    display: block;
}

.parM2-bltitle2 {
    font-family: MicrosoftYaHei;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
    line-height: 33px;
    display: block;
}

.parM2-blinfo {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
    display: block;
    font-family: Poppins-Regular;
}

.parM2-blbtn {
    display: block;
    width: 126px;
    height: 46px;
    border: solid 1px #ff7e0e;
    border-radius: 23px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 44px;
    letter-spacing: 0px;
    color: #ff7e0e;
    text-align: center;
    margin-top: 28px;
}

.parM2-picbor img{
    border-radius: 10px;
}
.parM2-block:hover .parM2-blbtn {
    background-color: #ff7e0e;
    color: #fff;
}

.parM2-blbtn:hover {
    background-color: #ff7e0e;
    color: #fff;
}

.parM2-blinbor {
    padding-top: 19px;
}

.parM2-bright {
    width: 28%;
    display: flex;
    align-items: center;
}

.parM2-block2 {
    flex-direction: row-reverse;
}

@media screen and (max-width:1333px) {
    .parM1-tfont {
        font-size: 20px;
    }

    .parM1-tab {
        padding-top: 20px;
    }

    .parM2-bltitle {
        font-size: 26px;
    }

    .parM2-bltitle2 {
        font-size: 26px;
    }

    .parM2-blinfo {
        font-size: 14px;
    }

    .parM2-blbtn {
        font-size: 14px;
    }

    .parM2-bsafe {
        padding-top: 38px;
        padding-bottom: 38px;
    }

     .parM2-bleft{
        width: 60%;
    }

}

@media screen and (max-width:999px) {
    .parM1-tab .dangtab::before{
        display: none;
    }
    .parM1-tfont {
        font-size: 18px;
    }

    .parM2-bsafe {
        width: 96%;
    }

    .parM2-bleft {
        width: 96%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
    }

    .parM2-blbtbor {
        display: flex;
        justify-content: center;
    }

    .parM2-bright {
        width: 100%;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .parM2 {
        padding-top: 10px;
        padding-bottom: 50px;
    }

    .parM1-tfont {
        font-size: 16px;
    }
}

@media screen and (max-width:768px) {
    .parM1-tab {
        width: 70%;
    }

    .parM2-bltitle {
        font-size: 22px;
    }

    .parM2-bltitle2 {
        font-size: 22px;
    }

    .parM2-blbtn {
        width: 118px;
        height: 40px;
        line-height: 38px;
    }

    .parM1-tfont {
        font-size: 14px;
    }
}

@media screen and (max-width:538px) {
    .parM2-bltitle2 {
        font-size: 18px;
    }

    .parM2-bltitle2 {
        font-size: 18px;
    }

    .parM1-tab {
        padding-top: 6px;
        padding-bottom: 10px;
    }

    .parM2-block {
        margin-top: 20px;
    }

    .parM2-bsafe {
        padding-bottom: 28px;
    }
    .parM2-blinfo{
        line-height: 32px;
    }
}

/* par2Main2 */
.par2M2 {
    padding-top: 51px;
    padding-bottom: 100px;
}

.par2M2-blockbor {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.par2M2-block {
    width: 48.2%;
    background-color: #ffffff;
    box-shadow: 0px 3px 18px 0px rgba(0, 40, 116, 0.1);
    border-radius: 15px;
    padding-left: 58px;
    padding-right: 30px;
    padding-top: 67px;
    padding-bottom: 46px;
    margin-top: 30px;
}

.par2M2-btitle {
    font-family: MicrosoftYaHei;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
    display: block;
}

.par2M2-inblock {
    padding-top: 22px;
}

.par2M2-info {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333333;
    display: block;
}

.par2M2-btn {
    width: 126px;
    height: 46px;
    border-radius: 23px;
    border: solid 1px #ff7e0e;
    display: block;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 44px;
    letter-spacing: 0px;
    color: #ff7e0e;
    text-align: center;

}

.par2M2-btn:hover {
    background-color: #ff7e0e;
    color: #fff;
}

.par2M2-bottom {
    display: flex;
    justify-content: space-between;
}

.par2M2-picbor {
    display: block;
    max-width: 195px;
    overflow: hidden;
}

.par2M2-picbor img:hover {
    transform: scale(1, 1);
}

.par2M2-picbor {
    opacity: 0;
}

.par2M2-block:hover .par2M2-picbor {
    opacity: 1;
}

.par2M2-block2 {
    width: 100%;
}

@media screen and (max-width:1333px) {
    .par2M2-btitle {
        font-size: 26px;
    }

    .par2M2-block {
        padding-right: 40px;
        padding-top: 45px;
        padding-bottom: 50px;
        margin-top: 25px;
    }

    .par2M2 {
        padding-top: 34px;
        padding-bottom: 65px;
    }
}

@media screen and (max-width:999px) {
    .par2M2-picbor {
        opacity: 1;
    }

    .par2M2-btitle {
        font-size: 24px;
    }

    .par2M2-info {
        font-size: 14px;
    }

    .par2M2-btn {
        font-size: 14px;
    }

    .par2M2-block {
        width: 100%;
        margin-top: 20px;
    }

    .par2M2 {
        padding-top: 20px;
        padding-bottom: 50px;
    }

}

@media screen and (max-width:768px) {
    .par2M2-btitle {
        font-size: 22px;
    }

    .par2M2-block {
        padding-left: 33px;
    }

    .par2M2-btn {
        height: 36px;
        line-height: 34px;
    }
}

@media screen and (max-width:538px) {
    .par2M2-btitle {
        font-size: 20px;
    }

    .par2M2-info {
        line-height: 32px;
    }

    .par2M2-bottom {
        margin-top: 34px;
    }

    .par2M2-block {
        padding-top: 30px;
        padding-bottom: 40px;
    }
}

/* new1 MAIN1 */
.n1M1 {
    padding-top: 54px;
    padding-bottom: 100px;
}

.n1M1-block {
    padding-left: 39px;
    padding-right: 39px;
    padding-top: 48px;
    padding-bottom: 48px;
    display: flex;
    justify-content: space-between;
    background-color: rgba(235, 235, 235, 0.5);
    margin-top: 42px;
    flex-flow: wrap;
    border-right: 6px solid rgba(0, 0, 0, 0);
}
.n1M1-block:hover{
    border-right: 6px solid #ff7e0e;
}

.n1M1-bpicbor {
    max-width: 498px;
    display: block;
    overflow: hidden;
}

.n1M1-bleft {
    width: 33%;
}

.n1M1-bright {
    width: 63.6%;
    padding-top: 39px;
}

.n1M1-brtitle {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.n1M1-brdate {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #666666;
    display: block;
    padding-top: 4px;
}

.n1M1-brinfo {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
    display: block;
    padding-top: 13px; overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}

.n1M1-brbtn {
    width: 140px;
    height: 44px;
    border: solid 1px #888888;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 0px;
    color: #666666;
    display: block;
    text-align: center;
    margin-top: 38px;
}
.n1M1-block:hover
.n1M1-brbtn{
    background-color: #ff7e0e;
    color: #fff;
    border: 1px solid #ff7e0e;
}
.n1M1-brbtn:hover {
    background-color: #ff7e0e;
    color: #fff;
    border: 1px solid #ff7e0e;
}


.pageourbor {
    padding-top: 109px;
}

@media screen and (max-width:1333px) {
    .n1M1-bleft {
        width: 33%;
        display: flex;
        align-items: center;
    }

    .n1M1-bright {
        padding-top: 8px;
    }

    .n1M1 {
        padding-top: 8px;
        padding-bottom: 70px;
    }

    .pageourbor {
        padding-top: 54px;
    }

    .n1M1-brbtn {
        margin-top: 23px;
    }

    .n1M1-bright {
        width: 60.6%;
    }

    .n1M1-bleft {
        width: 36%;
    }

}

@media screen and (max-width:992px) {
    .n1M1-block { 
        padding: 30px 20px;
    }
    .n1M1-block:hover{
        border-right: 6px solid rgba(0, 0, 0, 0);
    }
    .n1M1-brtitle {
        font-size: 16px;
    }

    .n1M1-brinfo {
        font-size: 14px;
    }

    .n1M1-brbtn {
        font-size: 14px;
    }

    /* .n1M1-bleft {
        width: 100%;
    }

    .n1M1-bright {
        width: 100%;
    } */

    .n1M1-bpicbor {
        max-width: 498px;
        margin: 0 auto;
    }

    .n1M1-bright {
        /* margin-top: 20px; */
    }

    .n1M1-brbtn {
        height: 38px;
        line-height: 36px;
    }

    .n1M1-brinfo {
        padding-top: 8px;
        line-height: 26px;
    }

    .n1M1-brdate {
        line-height: 26px;
    }

    .n1M1-brtitle {
        line-height: 32px;
    }

    .pageourbor {
        padding-top: 58px;
    }
}

@media screen and (max-width:768px) {
    .n1M1-block {
        padding: 20px 15px;
        margin-top: 15px;
    }

    .pageourbor {
        padding-top: 30px;
    }

    .n1M1 {
        padding-bottom: 44px;
    }
   
}
@media screen and (max-width:500px) {
    .n1M1-bleft {
        width: 100%;
    }

    .n1M1-bright {
        width: 100%;
    }
}
/* page */

.page {
    display: flex;
    justify-content: center;
}

.page-border {
    display: flex;
    flex-flow: wrap;
}

.page-box {
    display: flex;
    flex-flow: wrap;
}

.page a {
    display: block;
    width: 38px;
    height: 38px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    line-height: 38px;
    text-align: center;
    margin-left: 4px;
    font-family: Poppins-Regular;
    font-size: 13px;
    letter-spacing: 0px;
    color: #999999;
}
.page .no:hover{
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    color: #999999;
}
.page i {

    font-size: 10px;
}

.page a:hover {
    background-color: #ff7e0e;
    color: white;
}

.page-box a {
    margin-top: 5px;
}



.page .page-select {
    background-color: #ff7e0e;
    color: white;
    border: 1px solid #ff7e0e;
}

.page-arrow {
    display: flex;
    align-items: center;
}

@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;
    }
}

/* ***********************new2***************************** */
.nemain {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    padding-top: 92px;
    padding-bottom: 100px;
}

.nel {
    width: -moz-calc(100% - 388px);
    width: -webkit-calc(100% - 388px);
    width: calc(100% - 388px);
}

.ner {
    width: 316px;
}

.nel h1 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: bolder;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}

.net {
    margin-top: 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ebebeb;
}

.nelriqi {
    display: inline-block;
    vertical-align: middle;
    /* font-family: MicrosoftYaHei; */
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #888888;
}
.nelriqi i {
    margin-right: 9px;
}

.net .share {
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    margin-left: 20px;
}

.net .share1 {
    font-size: 16px;
    font-size: 1.6rem;
}

.nexiang {
    margin-top: 30px;
}

.nexiang p{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #555555;
}

/*.nexiang strong {*/
/*    font-size: 20px;*/
/*    font-size: 2rem;*/
/*}*/

.nexiang img {
    display: inline-block;

}

.fanpian {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    margin-top: 30px;
    display: flex;
    border: 1px solid rgba(136, 136, 136, 0.5);
    padding-top: 12px;
    padding-bottom: 16px;
    padding-left: 36px;
}

.fanpian .fanpian-note {
    color: #666666;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 61px;
    letter-spacing: 0px;
    color: #333333;
    display: block;
    padding-left: 22px;
    display: block;
}

.fanpian .fanpiani {
    color: #333333;
    font-size: 18px;
    display: flex;
    padding-right: 22px;
    align-items: center;
    border-right: 1px solid rgba(136, 136, 136, 0.5);
}

.fanpian .fanpiani:hover {
    color: #eebd30;
}

.fanpian .fanpiani i {
    font-size: 20px;
}



.nesousuo {
    border: solid 1px #999999;
    height: 48px;
    width: 100%;
    border-radius: 4px;
    position: relative;
    margin-top: 7px;
}

.nesou {
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0 7px;
    color: #999999;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 4px;
}

.nesuo {
    width: 38px;
    height: 46px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: none;
    cursor: pointer;
}

.nesousuo i {
    display: block;
    width: 38px;
    height: 46px;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: left;
    line-height: 46px;
    color: #999999;
    font-size: 20px;
}

.nerc {
    margin-top: 4px;
    padding-bottom: 15px;
}

.nerbiao span {
    background-color: #ff7e0e;
    display: block;
    padding-top: 16px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 20px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.nerclie {
    border-bottom: solid 1px #cccccc;
    padding-bottom: 24px;
    margin-top: 18px;
}

.nerca {
    display: block;
    padding-left: 11px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    padding-top: 9px;
}


.nercriqi {
    display: block;
    padding-left: 11px;
    color: #999999;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    padding-top: 8px;
}

.nercpicbor {
    display: block;
    padding-top: 15px;
    max-width: 302px;
    overflow: hidden;
}

.nercpicbor img:hover {
    transform: scale(1, 1);
}

.nercfont {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #888888;
    display: block;
    padding-top: 16px;
}

@media screen and (max-width:1559px) {
    .nel h1 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 32px;
    }

    .nexiang strong {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

@media screen and (max-width:1333px) {
    .nemain {
        padding-top: 36px;
        padding-bottom: 70px;
    }
}

@media screen and (max-width:999px) {
    .ner {
        margin-top: 10px;
    }

    .fanpian {
        font-size: 14px;
        font-size: 1.2rem;
        line-height: 28px;
        margin-top: 28px;
        display: flex;
        border: 1px solid rgba(136, 136, 136, 0.5);
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 36px;
    }

    .fanpian .fanpian-note {
        font-size: 14px;
        line-height: 32px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nemain {
        padding-top: 28px;
        padding-bottom: 56px;
    }

    .nel {
        width: 100%;
    }

    .ner {
        width: 100%;
    }

    .nexiang {
        margin-top: 18px;
    }

    .net {
        margin-top: 12px;
        padding-bottom: 8px;
    }

    .nexiang p,
    .nexiang em,
    .nexiang strong {
        line-height: 26px;
    }

    .nerca {
        font-size: 16px;
    }

    .nerbiao span {
        font-size: 16px;
    }
}

@media screen and (max-width:768px) {
    .nel h1 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 26px;
    }

    .fanpian .fanpian-note {
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 32px;
    }

    .net {
        margin-top: 15px;
    }

    .net .share {
        margin-left: 15px;
    }

    .net .share1 {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .nexiang {
        margin-top: 20px;
    }

    .nexiang strong {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .fanpian {
        font-size: 12px;
        font-size: 1.2rem;
        margin-top: 20px;
    }

    .nesou {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .nerclie {
        padding-bottom: 14px;
        margin-top: 14px;
    }

    .nemain {
        padding-bottom: 40px;
    }

    .fanpian .fanpiani i {
        font-size: 16px;
    }
}
@media screen and (max-width:992px) {
    .nercn { display: flex; justify-content: space-between; flex-wrap: wrap;}
    .nerclie { width: 48%;} 
}
@media screen and (max-width:500px) {
    .nerclie { width: 100%;}
}
@media screen and (max-width:538px) {
    .fanpian .fanpian-note {
        line-height: 26px;
    }

    .fanpian .fanpiani {
        padding-right: 17px;
    }

    .fanpian {
        padding-left: 17px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

/********* contactus ******* */

.conM1 input::-webkit-input-placeholder {
    /* WebKit browsers */
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #333333;
}

.conM1 input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #333333;

}

.conM1 input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #333333;

}

.conM1 input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #333333;
}

.conM1 textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #333333;
}

.conM1 textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #333333;

}

.conM1 textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #333333;

}

.conM1 textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #333333;
}


.conM1 {
    background-color: #f7f7f7;
}

.conM1-border {
    padding-top: 85px;
    padding-bottom: 104px;
}

.cor {
    padding-top: 28px;
}

.conM1-title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    font-weight: bolder;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}

.coxin {
    *border: 1px solid #fff;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 7px;
}

.coxin .xing {
    background: url('../images/xing2.png') no-repeat 10px 20px;
}

.coxin .int1 {
    width: 32.4%;
    margin-top: 19px;
}
.coxin .int1 .item {
    background-color: #fff;
}
.coxin .int2 {
    width: 100%;
    margin-top: 19px;
}

.coxin .int1 input,
.coxin .int2 input {
    width: 100%;
    height: 54px;
    padding-left: 19px;
    padding-right: 5px;
    color: #333333;
    background-color: none;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 52px;
    border: solid 1px #cccccc;
}

.coxin .int1 input::-webkit-input-placeholder , .coxin .int2 input::-webkit-input-placeholder {
    color: #333333;
}

.tex {
    margin-top: 29px;
}

.coxin textarea {
    width: 100%;
    height: 233px;
    padding-top: 15px;
    padding-left: 19px;
    padding-right: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    background-color: #fff;
    border: solid 1px #cccccc;
    color: #333333;
}
.coxin textarea::placeholder {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px !important;
    padding-top: 0;
}

.coxin .int5 {
    margin-top: 29px;
    float: left;
    width: 230px;
}

.coxin .int5:after {
    content: "";
    clear: both;
    display: block;
}

.coxin .yanzheng {
    width: 246px;
    height: 54px;
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 0px;
}

.coxin .yanzheng img {
    width: 100%;
    height: 100%;
}

.coxin .int3 {
    width: 66.6%;
    margin-top: 19px;
    position: relative;
    padding-left: 282px;
}

.coxin .int4 {
    width: 100%;
    height: 54px;
    line-height: 52px;
    border: 1px solid #ff7e0e;
    background-color: #ff7e0e;
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffffff;
    cursor: pointer;
    transition: 0.5s;

}

.coxin .int4:hover {
    background: #fff;
    color: #194a5b;
}

.ditu {
    margin-top: 35px;
}

.ditu img {
    max-width: 100%;
}

.coxin .intadd {
    margin-top: 28px;
}

@media screen and (max-width:1333px) {
    .conM1-border {
        padding-top: 56px;
        padding-bottom: 80px;
    }

    .cor {
        padding-top: 18px;
    }

    .conM1-title {
        font-size: 22px;
    }
}

@media screen and (max-width:999px) {
    .coxin .yanzheng {
        width: 202px;
        height: 46px;
        cursor: pointer;
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .coxin .int3 {
        padding-left: 219px;
    }

    .conM1-title {
        font-size: 20px;
    }

    .conM1-border {
        padding-top: 55px;
        padding-bottom: 70px;
    }

    .cor {
        padding-top: 12px;
    }

    .coxin .int1 {
        width: 100%;
        margin-top: 14px;
    }

    .coxin .int1 input,
    .coxin .int2 input {
        height: 46px;
        line-height: 44px;
    }

    .coxin .intadd {
        margin-top: 14px;
    }

    .coxin .int3 {
        width: 100%;
    }

    .coxin .int4 {
        height: 46px;
        line-height: 44px;
    }



    .conM1 input::-webkit-input-placeholder {
        /* WebKit browsers */
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 45px;
        letter-spacing: 0px;
        color: #333333;
    }

    .conM1 input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 45px;
        letter-spacing: 0px;
        color: #333333;

    }

    .conM1 input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 45px;
        letter-spacing: 0px;
        color: #333333;

    }

    .conM1 input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 45px;
        letter-spacing: 0px;
        color: #333333;
    }

    .conM1 textarea::-webkit-input-placeholder {
        /* WebKit browsers */
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 45px;
        letter-spacing: 0px;
        color: #333333;
    }

    .conM1 textarea:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 45px;
        letter-spacing: 0px;
        color: #333333;

    }

    .conM1 textarea::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 45px;
        letter-spacing: 0px;
        color: #333333;

    }

    .conM1 textarea:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 45px;
        letter-spacing: 0px;
        color: #333333;
    }
}

@media screen and (max-width:768px) {
    .conM1-border {
        padding-top: 28px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width:538px) {
    .coxin .yanzheng {
        width: 140px;
        height: 46px;
        cursor: pointer;
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .coxin .int3 {
        padding-left: 160px;
    }

    .conM1-title {
        font-size: 16px;
    }

    .conM1-border {
        padding-top: 20px;
        padding-bottom: 57px;
    }

    .coxin .int1 {
        margin-top: 8px;
    }

    .coxin .intadd {
        margin-top: 8px;
    }

    .coxin .int2 {
        margin-top: 8px;
    }

    .cor {
        padding-top: 5px;
    }
}

/* ********conM2********* */
.conM2 {
    padding-top: 55px;
    padding-bottom: 99px;
}

.conM2-blockbor {
    display: flex;
    flex-flow: wrap;
}

.conM2-block {
    width: 31.6%;
    margin-right: 2.6%;
    border-radius: 6px;
    border: solid 1px #e1e1e1;
    margin-top: 30px;
}

.conM2-block:nth-child(3n) {
    margin-right: 0%;
}

.conM2-btitle {
    background-color: #ebebeb;
    border-radius: 6px 6px 0px 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    padding-left: 30px;
    padding-right: 30px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: bolder;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}

.conM2-btitle i {
    font-size: 20px;
}

.conM2-binfobor {
    background-color: #fff;
    border-radius: 0 0 6px 6px;
}

.conM2-bsafe2 {
    width: 83%;
    margin: 0 auto;
    padding-top: 6px;
    padding-bottom: 28px;
}

.conM2-binfo {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;

}

@media screen and (max-width:1333px) {
    .conM2-btitle {
        font-size: 16px;
    }
}

@media screen and (max-width:999px) {
    .conM2-block {
        width: 49%;
        margin-right: 2%;
    }

    .conM2-block:nth-child(3n) {
        margin-right: 2%;
    }

    .conM2-block:nth-child(2n) {
        margin-right: 0%;
    }

    .conM2 {
        padding-top: 16px;
        padding-bottom: 70px;
    }

    .conM2-binfo {
        font-size: 14px;
    }
}

@media screen and (max-width:768px) {
    .conM2-block {
        width: 100%;
        margin-right: 0%;
    }

    .conM2-block:nth-child(3n) {
        margin-right: 0%;
    }

    .conM2-block {
        margin-top: 16px;
    }

    .conM2 {
        padding-bottom: 50px;
    }

    .conM2-bsafe2 {
        width: 92%;
    }

    .conM2-btitle {
        padding-left: 14px;
    }
}





@font-face {
    font-family: Poppins-bold;
    font-display: swap;
    src: url("../fonts/Poppins-Bold.woff2") format("woff2"),
        url("../fonts/poppins-bold.woff") format("woff"),
        url("../fonts/poppins-bold.ttf") format("truetype"),
        url("../fonts/poppins-bold.eot") format("embedded-opentype"),
        url("../fonts/poppins-bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/poppinsmedium.eot');
    src: url('../fonts/poppinsmedium.eot') format('embedded-opentype'),
        url('../fonts/poppinsmedium.woff2') format('woff2'),
        url('../fonts/poppinsmedium.woff') format('woff'),
        url('../fonts/poppinsmedium.ttf') format('truetype'),
        url('../fonts/poppinsmedium.svg#poppinsmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Poppins-Light;
    font-display: swap;
    src: url('../fonts/poppinslight.eot');
    src: url('../fonts/ poppinslight.eot') format('embedded-opentype'),
        url('../fonts/poppinslight.woff2') format('woff2'),
        url('../fonts/poppinslight.woff') format('woff'),
        url('../fonts/poppinslight.ttf') format('truetype'),
        url('../fonts/poppinslight.svg#poppinslight') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: Poppins-Regular;
    font-display: swap;
    src: url("../fonts/poppins-regular.woff2") format("woff2"),
        url("../fonts/poppins-regular.woff") format("woff"),
        url("../fonts/poppins-regular.ttf") format("truetype"),
        url("../fonts/poppins-regular.eot") format("embedded-opentype"),
        url("../fonts/poppins-regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "iconfont";
    /* Project id 3782662 */
    src: url('../fonts/iconfont.woff2') format('woff2'),
        url('../fonts/iconfont.woff') format('woff'),
        url('../fonts/iconfont.ttf') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
    content: "\e624";
}

.icon-edit:before {
    content: "\e611";
}

.icon-facebook:before {
    content: "\e620";
}

.icon-pinterest:before {
    content: "\e8ab";
}

.icon-linkedin:before {
    content: "\e648";
}

.icon-youtube:before {
    content: "\e6d6";
}

.icon-twitter:before {
    content: "\e607";
}

.icon-bigger:before {
    content: "\e647";
}

.icon-left:before {
    content: "\e72c";
}

.icon-right:before {
    content: "\e72d";
}

.icon-up1:before {
    content: "\e72e";
}

.icon-bottom1:before {
    content: "\e72f";
}

.icon-left1:before {
    content: "\e730";
}

.icon-right1:before {
    content: "\e731";
}

.icon-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-contact:before {
    content: "\e7be";
}

.icon-whatsapp:before {
    content: "\e7bf";
}

.icon-fax:before {
    content: "\e7c2";
}

.icon-mobile:before {
    content: "\e7c6";
}

.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-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";
}
.p1Main1 a:hover,.p1Main2 a:hover,.p1Main4 a:hover,.p1Main5 a:hover,.plMain9 a:hover,.p1Main7 a:hover{color: #333333;}

.p1Main3 .p1M3-title:hover,.p1Main6 .p1M6-title:hover,.plMain8 .p1M6-title:hover{color: #fff;}
.p1Main3 .p1M3-info1:hover,.p1Main6 .p1M6-info1:hover,.plMain8 .p1M6-info1:hover{color: #fff;}
.p1Main3 .p1M3-info2:hover,.p1Main6 .p1M6-info1:hover,.plMain8 .p1M6-info1:hover{color: #fff;}

/*shouye xiaodaohang */
.xnav input::-webkit-input-placeholder {
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #ffffff;

}

.xnav input:-moz-placeholder {
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #ffffff;

}

.xnav input::-moz-placeholder {
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #ffffff;

}

.xnav input:-ms-input-placeholder {
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #ffffff;
}


.smdaohang {
    width: 31.6%;
    background: rgba(255, 126, 14, 0.9);
}


.navh .nav1 {
    transform: rotate(0deg);
}

.navh .nav2 {
    transform: rotate(0deg);
}

.navh .nav3 {
    transform: rotate(0deg);
}

.nav {
    z-index: 999;
}

.smdao-top {
    margin: 0 auto;
    width: 93%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.smdao-top a,.smdao-top span {
    display: block;
    font-family: Poppins-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 1px;
    color: #ffffff;
}
.smdao-top a:hover{
    text-decoration: underline;
}

.smdao-tsafe {
    padding-top: 43px;
    padding-bottom: 48px;
    width: 72%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.topnav {
    padding: 0px;
    margin-top: 45px;
}

.topnsafe {
    width: 66%;
    margin: 0 auto;
}
ul.topnav li a:hover{
    text-decoration: underline;
}
.smdao-close{
    display: flex;
    align-items: center;
}

@media screen and (max-width:1333px){
   
    ul.topnav li a{
        font-size: 16px;
    }
    .topnav {
        margin-top: 30px;
      }
      .smdao-tsafe {
        padding-top: 36px;
        padding-bottom: 30px;
    }
}
@media screen and (max-width:999px){
    .topnsafe{
        width: 90%;
    }
    .smdaohang{
        width: 315px;
    }
    .smdao-tsafe{
        width: 90%;
    }
    .smdao-close{
        width: 20px;
    }
    ul.topnav li a{
        font-size: 14px;
    }
    .smdao-top a,.smdao-top span{
        font-size: 14px;
    }
}
/* bijibenduan xiugai */
@media screen and (max-width:1748px){
    .Main3::before{
        width: 456px;
    }
}
@media screen and (max-width:1200px){
    .Main3::before{
        display: none;
    }
    .Main3 {
        background-color: rgba(255, 126, 14, 0.7);
    }

}


/* product2 wave */
.p1M4-lowabor{
    position: relative;
    padding-bottom: 140px;
    padding-top: 49px;
}
.p1M4-center{
    position: relative;
    z-index: 99;
}
.p1M4-bottom{
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
}
.main5 .owl-carousel .owl-wrapper-outer{
    padding-top: 20px;
}
/*shouye  banner wenzi liangdaogang*/
/* shouye liangdaogang */
.banner-ftitle img{
    display: inline-block;
    vertical-align: middle;
}

/*12.29ä¿®æ”¹*/
/* xintianjia */
#tab li{
    overflow: hidden;
}

#tab li:hover 
.met2-pic  img{
    transform: scale(1.4);
}

.met2-pic  img{
    transform: scale(1);
    opacity: 0.7;
}
.met2-pic{
    position: absolute;
    right: -163px;
    top: 0;
}
.m2tp a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media screen and (max-width:999px){
    .met2-pic{
        display: none;
    }
}

@media screen and (max-width:767px){
    .m2t2n{
        right: 0;
        bottom: 0;
    }
    .m2tp a{
        font-size: 16px;
        padding-right: 5px;
    }
}
@media screen and (max-width:538px){
    .m2tp a{
        font-size: 14px;
    }
}
/* 12/29 new alter */
.m2t2n{
    z-index: 9;
} 
.logo2 img:hover{
    transform: scale(1,1);
}
.smdao-close{
    cursor: pointer;
}
.M2-title::before{
    left: 50%;
    transform: translateX(-50%);
}
.biaodan-border{
    padding-top: 11px;
}
.biaodan i{
    display: inline-block;
    vertical-align: middle;
}
.M6-intro:hover{
    text-decoration: none;
}
.M6-title:hover{
    text-decoration: none;
}
.par2M2-block{
    position: relative;
    padding-bottom: 118px;
}

.par2M2-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 13%;
    width: 85%;
  }
  .par2M2-inblock{
    padding-bottom: 39px;
  }
@media screen and (max-width:999px){
    .Main1{
        flex-direction: column;
    }
    .M1-left{
        margin-top: 20px;
    }
    .M1-right{
        margin-top: 30px;
    }
}
.nercpicbor{
    margin: 0 auto;
}
@media screen and (max-width:1333px){
    .M1-ldetail{
        width: 100%;
    }
}
@media screen and (max-width:400px){
    .M1-ldetail-block{
        width: 100%;
        text-align: center;
    }
}
.m2t1{
    width: 100%;
}


.waveAnimation .waveBottom {
    animation: move_wave 35s linear infinite;
  }
  .waveAnimation .waveMiddle {
    animation: move_wave 30s linear infinite;
  }
  .waveAnimation .waveTop {
    animation: move_wave 25s linear infinite;
  }
  @media screen  and (max-width:999px){
      .waveTop {
  background-size: 70% 75px;
}
.waveMiddle {
  background-size: 92% 100px;
}
.waveBottom {
  background-size: 87% 100px;
}
  }
  /* 12.29 map alter */

@media screen and (max-width:1555px){
    #tab3 li span{
        font-family: MicrosoftYaHei;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 26px;
        letter-spacing: 0px;
        color: #555555;
        padding: 0px 20px;
        cursor: pointer;
        padding: 5px;
        width: calc(100% - 101px);
      }
      #tab3 li p {
        font-family: MicrosoftYaHei-Bold;
        font-size: 16px;
        font-weight: bolder;
        font-stretch: normal;
        line-height: 26px;
        letter-spacing: 0px;
        color: #555555;
        padding: 5px;
        display: inline-block;
        cursor: pointer;
        border-radius: 6px;
        width: 101px;
        padding-left: 20px;
      }
      #content3 {
        display: block;
        width: 35%;
        position: relative;
        margin-left: 2.4%;
      }
      .companybox {
        top: 29%;
        position: absolute;
        left: 75%;
        width: 51.77%;
        background-color: #ffffff;
        box-shadow: 0px 5px 21px 0px rgba(14, 25, 54, 0.11);
        border-radius: 18px 6px 18px 6px;
        z-index: 2;
        margin-left: 116px;
      }
      #tab3 li {
        width: 95%;
        background-color: rgba(169, 185, 198, 0.2);
        border-radius: 6px;
        margin-top: 11px;
      }
      #outer3 {
        margin-top: 37px;
        position: relative;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
      }
}

@media screen and (max-width:1333px){
    #tab3 li span{
        font-size: 14px;
    }
    #tab3 li p{
        font-size: 14px;
        width: 80px;
        padding-left: 5px;
    }
    #tab3 li span{
        width: calc(100% - 80px);
      }
    .tab3-bor {
        padding-top: 6px;
        padding-bottom: 8px;
        padding-left: 10px;
      }
}   
@media screen and (max-width:999px){
    #content3{
        width: 100%;
    }
    .companybox{
        display: none;
    }
    #tab3 li{
        width: 100%;
    }
}

.footer-border a:hover{
    color: #ff7e0e !important;
}
.M1-right{
    display: flex;
    align-items: center;
}

.abM2-block>img{
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.abM2-block{
    position: relative;
}

.brand{
    display: none;
}
@media screen and (max-width:538px){
    .main5{
        display: none;
    }
    .brand{
        display: block;
    }
    .p1M4-center{
        padding-top: 0px;
    }
    .p1M4-center p img{
        width: 150px;
        display: inline-block;
    }
    .p1M4-center p{
        text-align: center;
        padding-top: 20px;
    }
    .p1M4-lowabor{
        padding-top: 20px;
    }
}
@media screen and (max-width: 999px){
    .errorzong {
        padding-top: 20px !important;
    }
}
@media screen and (max-width:400px){
    #tab li {
    width: 100%;
    margin-top: 10px;
}
}
/* 12/30 pm*/
.abM2-bstart{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.abM2-block{
    position: relative;
}
.bofangbor{
    position: relative;
}

/*2023/1*6*/
#player{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.box-video{
    width: 100%;
}

.logo-hidden { display: none; }
@media screen and (max-width: 999px) {
    .logo-switch-1 { display: none; }
    .logo-switch-2 { display: block; }
}
@media screen and (min-width: 1000px) {
    .nav-switch .nav .nav-font { color: #fff; }
    .nav-switch .nav span{ background: #fff; }
}@media screen and (min-width: 1000px) {
    .nav-switch .nav .nav-font { color: #fff; }
    .nav-switch .nav span{ background: #fff; }
}
@media screen and (max-width: 768px) {
    .footer { padding-bottom: 40px; }
}