html,
body {
    position: relative;
    height: 100%;
}

@font-face {
    font-family: 'Bebas';
    src: url('../font/BebasNeue.otf');
}
/*@font-face {*/
/*    font-family: 'jxzk';*/
/*    src: url('../font/江西拙楷.ttf');*/
/*}*/

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

a.no-hover:hover {
    color: inherit;
    text-decoration: none;
}

iframe {
    position: relative;
    z-index: 999999;
    width: 100%;
    height: 88px;
    margin: 0;
    padding: 0;
}

.domain {
    width: 100%;
    min-height: 60vh;
    background-color: #f8f8f8;
    overflow: hidden;
    padding-top: 80px;
}

.domain .domain-wap {
    display: flex;
    width: 73%;
    margin: 0 14%;
    margin-bottom: 20px;
    border-radius: 20px;
    background-color: #FFFFFF;
    /* background: rgb(217, 240, 248); */
}

.domain .domain-wap:hover {
    /* background: rgb(219, 249, 249); */
}

.domain .domain-wap .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 220px;
    border-radius: 20px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    background: #4c85bc !important;
}

.domain .domain-wap .left .xtitle {
    color: #fff;

}

.domain .domain-wap .left .sub {
    color: #FFC000;
}

.domain .domain-wap a {
    flex: 1;
    padding-left: 8px;
    font-size: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 20px 14px;
}

.domain .domain-wap a {
    background: rgb(217, 240, 248);
}

.domain .domain-wap a:hover {
    background: rgb(219, 249, 249);
    color: #333 !important;
}

.domain .domain-wap a:hover:before {
    display: none;
}

.domain .domain-wap a .titlex {
    margin-top: 12px;
    font-weight: 700;
}

.domain .domain-wap a .desc {
    font-size: 18px;
    font-weight: 400;
    margin-top: 6px;
    margin: 10px 0px;
}

.domain .domain-wap a .product {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 19px;
}

.domain .domain-wap img {
    width: 80%;
    height: auto;
    margin: 30px auto;
}

.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-container .notice {
    position: absolute;
    left: 80px;
    bottom: 200px;
    z-index: 999;
    width: 20px;
    color: white;
    font-size: 14px;
    white-space: word-wrap;
}

.share {
    position: fixed;
    bottom: 240px;
    right: 80px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    text-align: center;
    background-image: url("../images/share.jpg");
    background-position: center;
}

.share:hover+.qrcode {
    display: block;
}

.qrcode {
    position: fixed;
    bottom: 120px;
    right: 60px;
    width: 100px;
    height: 100px;
    display: none;
    background-color: #fff;
    border-radius: 10px;
}

#wxqrcode {
    margin-top: 10px;
    margin-left: 10px;
}

.mobileNav {
    position: fixed;
    top: 70px;
    left: 0px;
    height: 100%;
    background-color: rgba(0, 102, 204, 0.8);
    z-index: 999;
    width: 100%;
    transition: 0.3s linear;
    overflow: hidden;
}

.mobileNav ul {
    width: 100%;
    margin-top: 10vw;
}

.mobileNav ul li {
    width: 100%;
    line-height: 10vw;
    text-align: center;
    color: white;
}

.mobileNav ul li a {
    font-size: 4vw;
}

.hideNav {
    height: 0;
}

.gxHead {
    display: none;
    width: 100%;
    background-color: white;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    position: fixed;
    top: 0px;
    z-index: 999;
}

.gxHead .logo {
    margin: 15px;
}

.navBtn span {
    position: absolute;
    top: 20px;
    display: block;
    width: 38px;
    height: 4px;
    left: 10px;
    border: 0px solid #938953;
    background-color: #938953;
    -webkit-transition: top 0.2s 0.2s, background 0.2s, opacity 0s 0.2s, -webkit-transform 0.2s;
    transition: top 0.2s 0.2s, background 0.2s, opacity 0s 0.2s, -webkit-transform 0.2s;
    transition: top 0.2s 0.2s, transform 0.2s, background 0.2s, opacity 0s 0.2s;
    transition: top 0.2s 0.2s, transform 0.2s, background 0.2s, opacity 0s 0.2s, -webkit-transform 0.2s;
}

.navBtn span:nth-of-type(2) {
    top: 30px;
    width: 28px;
}

.navBtn span:nth-of-type(3) {
    top: 40px;
    bottom: 0;
    width: 18px;
    -webkit-transition: bottom 0.2s 0.2s, background 0.2s, -webkit-transform 0.2s;
    transition: bottom 0.2s 0.2s, background 0.2s, -webkit-transform 0.2s;
    transition: bottom 0.2s 0.2s, transform 0.2s, background 0.2s;
    transition: bottom 0.2s 0.2s, transform 0.2s, background 0.2s, -webkit-transform 0.2s;
}

.navBtn span:nth-of-type(4) {
    color: #938953;
    margin-top: 5px;
    border: none;
    background-color: transparent;
    width: 100%;
}

.navBtn.expanded:hover span {
    transform: scale(0.9);
}

.navBtn.expanded span:nth-of-type(1) {
    top: 30px;
    transform: rotate(45deg);
    transition: top 0.2s, transform 0.2s 0.2s, background 0.2s;
    -webkit-transform: rotate(45deg);
    -webkit-transition: top 0.2s, -webkit-transform 0.2s 0.2s, background 0.2s
}

.navBtn.expanded span:nth-of-type(2) {
    opacity: 0;
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}

.navBtn.expanded span:nth-of-type(3) {
    top: 30px;
    transform: rotate(-45deg);
    transition: bottom 0.2s, transform 0.2s 0.2s, background 0.2s;
    -webkit-transform: rotate(-45deg);
    -webkit-transition: bottom 0.2s, -webkit-transform 0.2s 0.2s, background 0.2s
}


.hideNav {
    height: 0;
}

#section0 .swiper-container .wrapper {
    position: absolute;
    text-align: left;
    left: 10%;

}

#section0 .swiper-container .wrapper h1 {
    font-size: 56px;
    font-weight: 600;
}

#section0 .swiper-container .wrapper h1 span {
    font-size: 100px;
}

#section0 .swiper-container .wrapper h2 {
    font-size: 56px;
    font-weight: 200;
    letter-spacing: 0px;
    color: #ffffff;
    line-height: 100px;
}

#section0 .swiper-container .wrapper p {
    font-size: 24px;
    font: 200;
    line-height: 60px;
    position: relative;
    width: fit-content;
}

#section0 .swiper-container .wrapper p::after {
    width: 10px;
    height: 10px;
    background-color: #ffad4d;
    content: "";
    position: absolute;
    left: -20px;
    top: 25px;
    transform: rotate(45deg);
}

#section0 .swiper-container .wrapper p::before {
    width: 10px;
    height: 10px;
    background-color: #ffad4d;
    content: "";
    position: absolute;
    right: -20px;
    top: 25px;
    transform: rotate(45deg);
}

#section0 .swiper-container .wrapper button {
    width: 210px;
    height: 60px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    color: white;
    background-color: transparent;
    margin-top: 50px;
    justify-content: center;
    border: solid 1px #ffffff;
}

#section0 .swiper-container .wrapper button img {
    width: 10px;
    height: fit-content;
    margin-right: 20px;
}

#section0 .swiper-container .wrapper p span {
    font-weight: 600;
}

.swiper-container .notice::after {
    content: "";
    width: 2px;
    height: 50px;
    background-color: #FFF;
    position: absolute;
    left: -10px;
    bottom: -20px;
}

.lan {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.lan .region {
    position: absolute;
    width: 20vw;
    background-color: white;
    height: 500px;
    right: 0px;
    top: 80px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    border-radius: 20px;
    box-sizing: border-box;
    padding: 20px;
    display: none;
}

.lan .region ul {
    max-width: 20vw;
    min-width: auto !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.region-icon {
    width: 22px;
    height: 16px;
    background-image: url(https://cdn.globalso.com/horsent/style/global/img/all-m.gif);
    background-repeat: no-repeat;
}

.lan .region ul li {
    width: 32%;

}

.lan:hover {
    color: #06549e;
}

.lan:hover .region {
    display: block;
}

.lan:hover .upArrow {
    transform: rotate(-180deg);
}

.lan img {
    width: 30px;
    height: 30px;
}

.lan span {
    margin-left: 10px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    height: auto;
    width: 100%;
}

.fp-table {
    flex-direction: inherit;
}


/* nav */
.nav {
    width: 100%;
    height: 100px;
    /*background-color: rgba(0, 0, 0, 0.08);*/
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0px 5%;
    line-height: 100px;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
    transition: 0.7s all;

}

.nav:hover {
    background-color: rgb(255, 255, 255);
}

.active-nav {
    background-color: rgb(255, 255, 255);

}

.nav ul li a {
    color: #000000;
}

.active-nav ul li a {
    color: #000000 !important;
}

.nav:hover .hanlder {
    color: #000000;
}

.active-nav .hanlder {
    color: #000000;
}

.active-nav ul li:hover a {
    color: #FFFFFF !important;
}

/* #nav{
    display: ;
} */
.nav .logo {
    margin-top: 10px;
    display: flex;
    width: 18%;
    max-width: 530px;
    /* width: 430px; */
    justify-content: space-between;
}

.nav .logo a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.nav .logo img {
    width: 210px;
    height: auto;
}

.nav .logo a:nth-child(2) {
    display: none;
    transition: 0.7s all;
}

.nav:hover .logo a:nth-child(1) {
    display: none;
}

.nav:hover .logo a:nth-child(2) {
    display: flex;
}

.active-nav .logo a:nth-child(1) {
    display: none;
}

.active-nav .logo a:nth-child(2) {
    display: flex;
}

.nav .earth-b {
    width: 22px !important;
    height: 20px !important;
    display: none;
}

.nav .arr-d-b {
    width: 14px !important;
    height: 8px !important;
    display: none;
}

.nav:hover .earth-b {
    display: block;
}

.nav:hover .arr-d-b {
    display: block;
}

.nav:hover .earth-w {
    display: none;
}

.nav:hover .arr-d-w {
    display: none;
}

.nav:hover ul li a {
    color: #000000;
}



.active-nav .earth-b {
    display: block;
}

.active-nav .arr-d-b {
    display: block;
}

.active-nav .earth-w {
    display: none;
}

.active-nav .arr-d-w {
    display: none;
}

.active-nav ul li a {
    color: #000000;
}

.nav ul li:hover a {
    color: #0066cc;
    font-weight: 600;
}

.nav ul .active a {
    color: #FFFFFF;
    font-weight: 500 !important;
}

.active-nav ul .active a {
    /*color: #0066cc !important;*/
    font-weight: 600 !important;
}

.nav ul .active a:before {
    width: 0%;
    left: 0;
    right: 0;
}

.active-nav ul .active a:before {
    width: 100%;
    left: 0;
    right: 0;
}

.nav2 {
    bottom: 0;
    top: 0;
    width: 100%;
    background-color: white;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
}

.nav .hanlder {
    max-width: 300px;
    line-height: 100px;
    color: white;
    display: felx;
    align-items: center;
    justify-content: space-between;
    position: relative;
    display: none;
}

.nav .hanlder img {
    width: 22px;
    height: 20px;
}

.nav .hanlder .earth-w {
    width: 22px;
    height: 20px;
}

.nav .hanlder span {
    margin: 0px 10px;
}

.nav .hanlder img:nth-of-type(2) {
    width: 14px;
    height: 8px;
}

.nav .hanlder .arr-d-w {
    width: 14px;
    height: 8px;
}

.nav .hanlder p {
    color: #0e58a0;
    font-size: 15px;
}

.nav .hanlder p span {
    color: #333333;
}

.search {
    margin-top: 5px;
}

.nav ul {
    display: flex;
    font-size: 18px;
    min-width: 730px;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.nav ul li {
    text-align: center;
    font-family: MicrosoftYaHei;
    box-sizing: border-box;
    padding: 0px 30px 0px 30px;
    text-align: center;
    line-height: 80px;
    border-radius: 50px;
    background-color: #0066cc;
    height: 40px;
    margin: 0px 20px;
    display: flex;
    background-image: linear-gradient(90deg, #00acf0 0%, #3e64bc 100%), linear-gradient(#8a2934, #8a2934);
    
}

.nav ul li:hover {}

.nav ul li a {
    width: 100%;
    /* height: 100%; */
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.nav2 ul li a {
    color: #333333;
}

.navBtn {
    width: 62px;
    height: 62px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 999999999999999;

    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

/*  移动端*/
.mobileNav {
    position: fixed;
    top: 70px;
    left: 0px;
    height: 100%;
    background-color: rgba(0, 102, 204, 0.8);
    z-index: 999;
    width: 100%;
    transition: 0.3s linear;
    overflow: hidden;
}

.mobileNav ul {
    width: 100%;
    margin-top: 10vw;
}

.mobileNav ul li {
    width: 100%;
    line-height: 10vw;
    text-align: center;

}

.mobileNav ul li a {
    font-size: 4vw;
}

.hideNav {
    height: 0;
}

.gxHead {
    display: none;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    position: fixed;
    top: 0px;
    z-index: 999;
}

.gxHead .logo {
    margin: 0;
    box-sizing: border-box;
    padding: 8px;
    height: 100%;
}

.gxHead .logo img {
    width: auto;
    height: 100%;
}

.navBtn span {
    position: absolute;
    top: 20px;
    display: block;
    width: 38px;
    height: 4px;
    left: 10px;
    border: 0px solid #938953;
    background-color: #938953;
    -webkit-transition: top 0.2s 0.2s, background 0.2s, opacity 0s 0.2s, -webkit-transform 0.2s;
    transition: top 0.2s 0.2s, background 0.2s, opacity 0s 0.2s, -webkit-transform 0.2s;
    transition: top 0.2s 0.2s, transform 0.2s, background 0.2s, opacity 0s 0.2s;
    transition: top 0.2s 0.2s, transform 0.2s, background 0.2s, opacity 0s 0.2s, -webkit-transform 0.2s;
}

.navBtn span:nth-of-type(2) {
    top: 30px;
    width: 28px;
}

.navBtn span:nth-of-type(3) {
    top: 40px;
    bottom: 0;
    width: 18px;
    -webkit-transition: bottom 0.2s 0.2s, background 0.2s, -webkit-transform 0.2s;
    transition: bottom 0.2s 0.2s, background 0.2s, -webkit-transform 0.2s;
    transition: bottom 0.2s 0.2s, transform 0.2s, background 0.2s;
    transition: bottom 0.2s 0.2s, transform 0.2s, background 0.2s, -webkit-transform 0.2s;
}

.navBtn span:nth-of-type(4) {
    color: #938953;
    margin-top: 5px;
    border: none;
    background-color: transparent;
    width: 100%;
}

.navBtn.expanded:hover span {
    transform: scale(0.9);
}

.navBtn.expanded span:nth-of-type(1) {
    top: 30px;
    transform: rotate(45deg);
    transition: top 0.2s, transform 0.2s 0.2s, background 0.2s;
    -webkit-transform: rotate(45deg);
    -webkit-transition: top 0.2s, -webkit-transform 0.2s 0.2s, background 0.2s
}

.navBtn.expanded span:nth-of-type(2) {
    opacity: 0;
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}

.navBtn.expanded span:nth-of-type(3) {
    top: 30px;
    transform: rotate(-45deg);
    transition: bottom 0.2s, transform 0.2s 0.2s, background 0.2s;
    -webkit-transform: rotate(-45deg);
    -webkit-transition: bottom 0.2s, -webkit-transform 0.2s 0.2s, background 0.2s
}


/* .nav-list ul li:hover{
    background-color: rgba(115,176,233, 0.3);
} */
.upArrow {
    transition: 0.4s linear;
}

.hanlder {}

/* banner */
.banner {
    width: 100%;
    /* height: 640px; */
    height: auto;
}

.banner img {
    width: 100%;
    height: 100%;
}

.banner .content {
    /* width: 480px; */
    height: auto;
    position: absolute;
    left: 14%;
    top: 24%;
    box-sizing: border-box;    
    display: flex;
    flex-direction: column;
    /* backdrop-filter: blur(10px); */
    /* -webkit-backdrop-filter: blur(10px); */
    /* background: rgba(255, 255, 255, 0.1); */
    /* box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); */
    border-radius: 10px;
    padding: 20px;
}

.banner .content h1 {
    color: #ffffff;
    font-size: 2.5vw;
    text-align: left;
    font-weight: 600;
    /*background: linear-gradient(180deg, #e7f0fd, #accbee);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
}

.banner .content p {
    font-size: 2.5vw;
    color: #ffffff;
    margin-top: 2%;
    text-align: left;
    font-weight: 500;
    /*background: linear-gradient(180deg, #e7f0fd, #accbee);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
     text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
}

.banner .content::after {
    content: "";
    width: 100px;
    height: 5px;
    background-color: #e7f0fd;
    position: absolute;
    left: 5%;
    top: 100%;

}

.swiper-slide {
    position: relative;
}
#section0{
    height: 100vh;
}
#section0 .swiper-slide {
    overflow: hidden;
}

#section0 .swiper-slide img {
    transition: 3s linear;
    width: auto;
    min-width: 100%;
    height: 100%;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    display: block;
    /*object-fit: cover;*/
}

#section0 .swiper-slide.swiper-slide-active img {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

.title {
    position: absolute;
    left: 240px;
    top: 335px;
    z-index: 10;
    text-align: right;
}

.title .En-title {
    font-size: 72px;
    line-height: 72px;
    font-weight: 500;
    font-family: fantasy;
    color: #ffffff;
}

.title .CH-title {

    font-family: fantasy;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    line-height: 80px;
}

/* index.html */
#section1 {
    background-image: inherit;
    background-color: white;
    box-sizing: border-box;
    /* padding: 100px 100px 0px 100px; */
    position: relative;
    padding-top: 100px;
}


#section2 .aside {
    width: 80px;
    height: 100%;
    background-image: url(../images/asidebg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

#section1 {
    width: 100%;
}

#section2 .goods-list ul li {
    width: 32%;
}

#section1 .wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    box-sizing: border-box;
    /* padding-top: 100px; */
}

#section1 .wrapper .left {
    width: 50%;
    height: 100%;
    background-image: url(../images/about_left.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 100px 6%;
    text-align: left;


}

#section1 .wrapper .left .about-title {
    font-size: 18px;
    line-height: 36px;
    color: #222222;
}

#section1 .wrapper .left button {
    width: 210px;
    height: 60px;
    border-radius: 30px;
    background-color: transparent;
    border: solid 1px #666;
    margin-top: 60px;
}

#section1 .wrapper .left h1 {
    font-size: 32px;
    color: #222222;
    line-height: 100px;
    font-weight: 600;
}

#section1 .wrapper .left p {
    font-size: 14px;
    line-height: 36px;
    margin-bottom: -6px;
    color: #787878;
}

#section1 .wrapper .right {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#section1 .wrapper .right img {
    width: 100%;
    height: 75%;
}

#section1 .wrapper .right .content {
    height: 25%;
    width: 100%;
    background-image: url(../images/about_right_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#section1 .fp-overflow {
    width: 100%;

}

#section1 .content ul {
    width: 100%;
    justify-content: space-around;
    display: flex;
    box-sizing: border-box;
    padding: 50px 0px;
    height: 100%;
}

#section1 .content ul li {
    /* line-height: 100%; */
}

#section1 .content ul li h3 {
    font-size: 60px;
    color: #fff;
    display: block;
}

#section1 .content ul li span {
    font-size: 18px;
    font-weight: 200;
    margin-top: 30px;
    color: #FFF;
}

#swiper-news .swiper-pagination {
    right: 0px;
    padding-right: 0px;
    bottom: 15px !important;
}

#swiper-news .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    opacity: 1;
}

#swiper-news .swiper-pagination-bullet-active {
    background-color: #ff9e00 !important;
}

.First-new {
    width: 100%;
    height: 154px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    border: solid 1px #ffffff;
    box-sizing: border-box;
    padding: 15px;
    display: flex;
    justify-content: space-between;
}

.First-new .right {
    flex: 1;
    margin-left: 20px;
    text-align: left;
}

.First-new .right h1 {

    /*font-family: 微软雅黑;*/
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    font-weight: 600;
}

.First-new .right span {
    line-height: 30px;
    color: #999999;
    font-size: 14px;
}

.First-new .right p {
    font-size: 14px;
    margin-top: 20px;
    color: #555555;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


#section2,
#section3 {
    background-color: white;
    background-image: inherit;
}

#section2 {
    position: relative;
    background-image: url(../images/bg3.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 100px;
    box-sizing: border-box;

}

#section2 .fp-overflow,
#section3 .fp-overflow {
    overflow: hidden;
}

#section2 .fp-overflow {
    overflow: auto;
}

#section2 .header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    box-sizing: border-box;
    padding: 0px 5%;
}

#section2 .header .left {
    font-size: 44px;
    /* font-weight: bold; */
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
}

#section2 .header .right {
    width: 210px;
    height: 60px;
    border-radius: 30px;
    border: solid 1px #ffffff;
    text-align: center;
    line-height: 60px;
    color: white;
    font-size: 16px;
}

#section2 .container {
    width: 100%;
    box-sizing: border-box;
    padding: 2% 5%;
}

#section2 .fp-overflow {
    width: 100%;
}

#section2 .container .swiper-slide {
    height: 488px;
    box-sizing: border-box;
    padding: 20px;
    /*    padding-top: 0; */
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;

}

#section2 .container .swiper-slide img {
    height: 60%;
    /* border: 1px solid red; */
    width: 100%;
}

#section2 .container .swiper-slide:hover {
    background-color: #809cb8;
    cursor: pointer;
}

#section2 .container .swiper-slide .info {
    width: 100%;
    height: 40%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

#section2 .container .swiper-slide .info h1 {
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
    color: #333333;
}

#section2 .container .swiper-slide .info p {
    font-size: 14px;
    color: #666666;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#section2 .container .swiper-slide .info button {
    width: 120px;
    height: 36px;
    background-color: #06549e;
    border-radius: 18px;
    border: none;
    color: white;
    font-size: 16px;
    text-align: center;
}

#section2 .container .swiper-slide:hover .info p {
    color: white;
}

#section2 .container .swiper-slide:hover .info h1 {
    color: white;
}

#section2 .container .swiper-slide:hover .info button {
    background-color: #FFF;
    color: #000;
}

#section2 .container .logo-icon img {
    width: 100%;
    height: 100%;
}

#section2 .container .logo-icon {
    width: 72px;
    height: 72px;
    position: absolute;
    left: 30px;
    top: 35px;
}

#section2 .container .swiper-pagination {
    bottom: -0px !important;
    text-align: center;

}

#section2 .container {
    height: calc(488px + 70px);
}

#section2 .container .swiper-container {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(488px + 70px);
    /* border: 1px solid red; */
}

#section2 .container .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    opacity: 0.5;
    border-radius: 9px;
}

#section2 .container .swiper-pagination .swiper-pagination-bullet-active {
    width: 44px;
    height: 18px;
    background-color: #ffffff;
    border-radius: 9px;
}

#section {

    width: 100%;
    position: relative;

}

#section3 {

    background-size: 100% 100%;
    /* padding-top: 100px; */
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
}

#section3 .fp-overflow {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#section3 h1 {
    font-family: MicrosoftYaHeiLight;
    font-size: 72px;
    letter-spacing: 0px;
    color: #0066cc;
    font-weight: 500;
}

#section3 h2 {
    font-family: Bebas;
    font-size: 72px;
    color: #000000;
    /* font-weight: 600; */
}

#section3 button {
    width: 130px;
    height: 43px;
    background-color: #0066cc;
    border-radius: 22px;
    color: white;
    outline: none;
    border: none;
    margin-top: 20px;
}

#section3 .fp-overflow {
    width: 100%;
}

.field-container {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 9% 5% 5% 5%;
    /* border: 1px solid red; */
    display: flex;
}

.field-container .left {
    width: 50%;
    /* height: 100%; */
    background-image: url(../images/pic1.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 3% 2%;

}

.field-container .right {
    width: 46%;
    margin-left: 2%;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#section3 .field-container h2 {
    font-size: 28px;
    text-align: left;
    color: #ffffff;
    padding-left: 15px;
    border-left: 6px solid #01a8dc;
}

.field-container .pic1 {
    width: 100%;
    height: 50%;
    background-image: url(../images/pic2.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 3% 3%;
}

.field-container .footer {
    display: flex;
    flex: 1;
    justify-content: space-between;
}

.field-container .footer a {
    width: 48%;
    box-sizing: border-box;
    padding: 3% 3%;
    position: relative;
}

.field-container .footer div h2 {
    position: absolute;
    bottom: 20px;
}

.field-container .pic2 {
    background-image: url(../images/pic3.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.field-container .pic3 {
    background-image: url(../images/pic4.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.fp-watermark {
    display: none;
}

#section4 {
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(../images/bg4.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 100px;
    box-sizing: border-box;
}

#section4 {
    width: 100%;
}

#section4 .news-container {
    width: 100%;
    height: 100%;
    background-color: transparent;
    box-sizing: border-box;
    padding: 4% 5% 0% 5%;
    display: flex;
}

#section4 .news-container .left {
    width: 20%;
    flex-shrink: 0;
    text-align: left;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

#section4 .news-container .left ul {
    height: 30%;

}

#section4 .news-container .left ul li {
    margin: 4% 0%;
}

#section4 .news-container .left ul .active {
    color: #06549e;
    font-weight: 600;
}

#section4 .news-container .left button {
    width: 210px;
    height: 60px;
    border-radius: 30px;
    font-size: 16px;
    border: solid 1px #666;
    background-color: transparent;
}

#section4 .news-container .left h1 {
    font-size: 44px;
    font-weight: bold;
    color: #333333;
}

#section4 .news-container .right {
    width: 78%;
    margin-left: 2%;
    /* border: 1px solid ; */
    height: 93%;
}

#section4 .news-container .right ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: end;
    height: 100%;
}

#section4 .news-container .right ul li {
    width: 30%;
    text-align: left;
    height: fit-content;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 2%;
    min-height: 27vw;
}

#section4 .news-container .right ul li .time .year {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;

    color: #666666;
}

#section4 .news-container .right ul li .time .day {
    font-size: 56px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;

    color: #666666;
}

#section4 .news-container .right ul li .titles {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    line-height: 32px;
    margin: 22px 0px;
    letter-spacing: 0px;

    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#section4 .news-container .right ul li:hover {
    cursor: pointer;
}

#section4 .news-container .right ul li:hover .titles {
    color: #06549e;
}

#section4 .news-container .right ul li:hover .time .year {
    color: #06549e;
}

#section4 .news-container .right ul li:hover .time .day {
    color: #06549e;
}

#section4 .news-container .right ul .active .titles {
    color: #06549e;

}

#section4 .news-container .right ul .active .time .year {
    color: #06549e;
}

#section4 .news-container .right ul .active .time .day {
    color: #06549e;
}

#section4 .news-container .right ul li a {
    font-size: 14px;
    line-height: 36px;
    margin-top: 30px;
    color: #666666;
}

#section4 .news-container .right ul li p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    margin: 20px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#section4 .news-container .right ul li .news-img {
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: 0.7s linear;

    /* display: none; */
}

#section4 .news-container .right ul li:hover .news-img {
    height: 260px;
}

#section4 .news-container .right ul .active .news-img {
    height: 260px;
}

#section4 .news-container .right ul li .news-img img {
    width: 100%;
    height: 100%;
}

/* footer */
.footer1 ul {
    display: flex;
    width: 50%;
    justify-content: space-between;
}

.footer1 ul li a {
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 18px;
}

.footer1 a {
    font-size: 30px;
    color: white;

}

.footer1 {
    width: 1400px;
    margin: 0 auto;
    height: 235px;
    box-sizing: border-box;
    /* padding: 60px 300px 60px 133px; */
    padding-top: 40px;

}

.footer1 .header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
}

.footer1 .header .left {
    display: flex;
}

.footer1 .header .left span {
    /*font-family: 微软雅黑;*/
    font-size: 32px;
    line-height: 36px;
    color: #222222;
}

.footer1 .header .right a {
    /*font-family: 微软雅黑;*/
    color: #999999;
    line-height: 42px;
}

.footer1 .header .left p {
    /*font-family: 微软雅黑;*/
    font-size: 24px;
    line-height: 40px;
    color: #bbbbbb;
    margin-left: 10px;
}

.footer1 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footer2 {
    width: 100%;
    /* height: 338px; */
    background-color: #333333;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    padding: 2% 5%;
    background-image: url(../images/footerbg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-bottom: 1px solid rgba(244, 244, 244, 0.5);
}

.footer2 .wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer2 .wrapper .left {
    display: flex;

    justify-content: space-between;
}

#section5 {
    width: 100%;
    background-image: url(../images/footerbg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.footer3 {
    width: 100%;
    height: 40px;
    text-align: center;
    /*font-family: 微软雅黑;*/
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    /* justify-content: space-between; */
    line-height: 40px;
    box-sizing: border-box;
    padding: 0px 5%;
}

.footer2 .wrapper .right p {
    font-size: 16px;
}

.footer2 ul {
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    /* height: 100px; */
    margin-right: 30px;
}

.footer2 ul li {
    text-align: left;
    line-height: 36px;
}

.footer2 ul:nth-child(3) li {}

.footer2 ul {
    width: 108px;
}

.footer2 ul:nth-child(5n) {
    width: auto;
}

.footer2 ul li a {
    color: #FFF;
    line-height: 32px;
    font-size: 15px;
    white-space: nowrap;
}

.footer2 ul li:hover a {
    color: #FFF;
}

.footer2 ul li:hover a:before {
    display: none;
}

/*.footer2 .wrapper .left ul:nth-child(3) li{*/
/*  width: 80px;*/
/*}*/
.footer2 .wrapper .left ul li:nth-child(1) a {
    font-weight: 600;
    color: #fff;
    /*font-family: 微软雅黑;*/
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}

.footer2 .wrapper .left ul li {
    line-height: 36px;
}

a:hover {
    cursor: pointer;
    color: #0066cc;
}

ul li a:hover {
    cursor: pointer;
    color: #0066cc;
    /* text-decoration: underline; */
}

a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: #0066cc;
    transition: all .3s;
}

a:hover:before {
    width: 100%;
    left: 0;
    right: 0;
}


.swiper-container1 {
    max-width: 1660px;
    overflow: hidden;
}

.swiper .swiper-slide {
    width: 256px !important;
    height: 388px;
    background-color: #efefef;
    box-sizing: border-box;
    padding: 20px;
}

.swiper {
    position: relative;
    width: 100% !important;
}

.swiper-pagination {

    bottom: 100px !important;
    text-align: right;
    padding-right: 80px;
    box-sizing: border-box;
}

.swiper-pagination-bullet {
    width: 50px;
    height: 4px;
    background-color: #ffffff;
    opacity: 0.3;
}

.swiper-pagination-bullet {
    border-radius: 0%;
}

.swiper-pagination-bullet-active {
    background-color: white !important;
    opacity: 1 !important;

}

/* product.html */
.drop-nav {
    width: 73%;
    left: 14%;
    height: 76px;
    background-color: white;
    margin: 0 auto;
    margin-top: -30px;
    position: absolute;
    z-index: 3;
    display: flex;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
    justify-content: space-between;
    padding: 0px 20px 0px 0px;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px 0px rgba(112, 112, 140, 0.16);
    line-height: 76px;
}

.drop-nav ul {
    display: flex;
    margin: 0%;
    width: 75%;
    position: relative;
}

.drop-nav ul li {
    padding: 0 30px;
    height: 100%;
    line-height: 76px;
    text-align: center;
    position: relative;
}

.drop-nav ul li::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 30%;
    background-color: #06549e;
    right: 0;
    top: 35%;
}

.drop-nav ul li a {
    /*font-family: 微软雅黑;*/
    font-size: 16px;
    line-height: 36px;
    color: #333333;
    white-space: nowrap;
}

.drop-nav ul li:hover a {
    color: #06549e;
    font-weight: 600;
}

.drop-nav ul li:hover {
    /* color: white !important; */
    font-weight: 600;
    font-size: 16px;
    /* background-color: #d52f2f; */
    color: #06549e;
    border-bottom: 3px solid #06549e;
}


.drop-nav ul li:hover a::before {
    display: none;

}

.drop-nav ul .active {

    border-bottom: 3px solid #06549e;

}

.drop-nav ul .active a {
    color: #06549e;
    font-weight: 600;
    position: unset;
}

.drop-nav .right {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #888888;
}

.introduce-container,
.yewu-container {
    width: 100%;
    background-color: white;
    background-image: url(../images/introducebg.jpg);
    background-size: 100% 69%;
    background-repeat: no-repeat;
    overflow: hidden;
    /*font-family: 微软雅黑;*/

}

.introduce-container .wap1 {
    width: 73%;
    /*height: 890px;*/
    /* background-image: url(../images/aboutbg1.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat; */
    /* box-sizing: border-box; */
    display: flex;
    /* padding: 0px 13%; */
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 40px;
}

.introduce-container .left {
    width: 92%;
    height: 100%;
    box-sizing: border-box;
    padding: 100px 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-bottom: 50px;
    /* margin-left: 3%; */

}

.introduce-container .left .about-title {
    font-size: 18px;
    line-height: 36px;
    color: #222222;
}

.introduce-container .left button {
    width: 210px;
    height: 60px;
    border-radius: 30px;
    background-color: transparent;
    border: solid 1px #666;
    margin-top: 60px;
}

.introduce-container .left h1 {
    font-size: 22px;
    color: #222222;
    line-height: 70px;
    font-weight: 600;
    /*padding-left: 10%;*/
    text-align: center;
    padding-right: 6%;
}

.introduce-container .left p {
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 30px;
    color: #787878;
    width: 43%;
    flex-shrink: 0;
    letter-spacing: 1px;
    margin-bottom: 0px;

}

.introduce-container .wap3 p {
    width: 100%;
}


.introduce-container .introduce-wrapper {
    background-image: url(../images/aboutbg1.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.introduce-container .wap1 .right {
    width: 46%;
    height: auto;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0%;
    bottom: 0%;
}

.introduce-container .wap1 .right .content {
    /* height: 26.7%; */
    height: 9vw;
    width: 100%;
    /* position: absolute;
    bottom: 0px;
    left: 28%; */
}

.introduce-container .wap1 .content ul {
    width: 100%;
    /* justify-content: space-around; */
    display: flex;
    box-sizing: border-box;
    /* padding: 50px 0px; */
    height: 100%;
}

.introduce-container .wap1 .content ul li {
    /* line-height: 100%; */
    height: 100%;
    width: 33.33%;
    box-sizing: border-box;
    text-align: center;
    /* padding-top: 6%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.introduce-container .wap1 .content ul li:nth-child(1) {
    background-color: #06549e;
}

.introduce-container .wap1 .content ul li:nth-child(2) {
    background-color: #1469b9;
}

.introduce-container .wap1 .content ul li:nth-child(3) {
    background-color: #207fda;
}

.introduce-container .wap1 .content ul li h3 {
    font-size: 2.6vw;
    color: #fff;
    display: block;
}

.introduce-container .wap1 .content ul li span {
    font-size: 1vw;
    font-weight: 200;
    /* margin-top: 30px; */
    color: #FFF;
}

.introduce-container .wap2 {
    width: 100%;
    height: 640px;
    background-image: url(../images/aboutbg2.jpg);
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-position: center;
    position: relative;
}

.introduce-container .wap2 .curture_wap {
    width: 70%;
    height: 100%;
    position: absolute;
    right: 15%;
    top: 40px;
    box-sizing: border-box;
    /*padding: 4% 14% 10% 14%;*/
    background-size: cover;

}

.introduce-container .wap2 .curture_wap h1 {
    font-size: 40px;
    color: #ffffff !important;
    margin-bottom: 30px;
}

.introduce-container .wap2 .curture_wap .swiper-slide {
    background-color: transparent;
    flex-direction: column;
    box-sizing: border-box;
    padding: 40px;
}

.introduce-container .wap3 {
    width: 100%;
    height: 774px;
    display: flex;
    box-sizing: border-box;
    padding: 2% 11% 1% 14%;
    background-color: white;
}

.introduce-container .wap3 .left {
    width: 30%;
    margin-right: 4%;
    padding: 0px;
    height: 100%;
    flex-shrink: 0;


}


.introduce-container .wap3 .left ul {
    width: 100%;
    height: 90%;
    overflow-y: scroll;
}

.introduce-container .wap3 .left ul ul {
    width: 100%;
    list-style: none;
    overflow-y: unset;
}

.introduce-container .wap3 .left ul ul p {
    width: 100%;
}

.introduce-container .wap3 .left ul::-webkit-scrollbar-thumb {
    background-color: rgb(0, 0, 0);
    border-radius: 5px;

}

.introduce-container .wap3 .left ul::-webkit-scrollbar {
    /* width: 10px;

    height: 10px; */
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    width: 10px;
    height: 60%;
}

.introduce-container .wap3 .left ul li {
    width: 100%;
    line-height: 30px;
    box-sizing: border-box;
    margin-top: 20px;
    position: relative;
    padding: 0px 30px;
    font-size: 18px;
    color: #333333;
}

.introduce-container .wap3 .left ul li::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    width: 10px;
    height: 2px;
    background-color: #06549e;
}

.introduce-container .wap3 .left h1 {
    font-size: 40px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 40px;
}

.introduce-container .wap3 .progress {
    width: 100%;
    height: 75%;
    border-left: 2px solid #06549e;
    position: relative;
}

.introduce-container .wap3 .progress::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #06549e;
    position: absolute;
    left: -6px;
    top: -6px;
    border-radius: 6px;
    box-shadow: 0px 0px 0px 6px rgba(6, 84, 158, 0.3);
}

.introduce-container .wap3 .right {
    margin-top: 110px;
    width: 70%;

}

.introduce-container .wap3 .right img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.introduce-container .wap4 .mySwiper {
    overflow-x: hidden;
    margin-top: 30px;
    /* height: 470px; */

}

.introduce-container .wap4 .mySwiper .swiper-slide {
    background-color: white;
    padding: 30px 30px 50px 30px;
    display: block;
    width: 24.3% !important;
    /* height: fit-content; */
}

.introduce-container .wap4 .mySwiper .swiper-slide p {
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    margin-top: 20px;

}

.introduce-container .wap4 {
    width: 100%;
    /* height: 760px; */
    background-image: url(../images/aboutbg3.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* display: flex; */
    box-sizing: border-box;
    /*padding: 4% 11% 5% 14%;*/
    padding: 4% 16% 5% 16%;
}

.introduce-container .wap4 .header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    position: relative;
}

.introduce-container .wap4 .header .left {
    font-size: 40px;
    padding: 0px;
    color: #333333;
    text-align: center;
    width: 100%;
}

.introduce-container .wap4 .header .right {
    position: absolute;
    position: absolute;
    right: 0;
}

.swiper-container .swiper-scrollbar-drag {
    background-color: #fff;
}

.swiper-container .swiper-slide h2 {
    font-size: 20px;
    text-align: left;
    display: block;
    width: 100%;
    font-weight: 600;
    margin: 30px 0px;
    color: #ffffff !important;
}

.swiper-container .swiper-slide p {
    font-size: 14px;
    color: #fff !important;
    text-align: left;
    line-height: 36px;
    text-indent: 36px;
}

.yewu-container {
    background-color: #f8f8f8;

}

.footer2 .right {
    text-align: center;
    color: white;
    display: flex;
    justify-content: space-between;
}

.yewu-container .container .yewu {
    width: 100%;
    height: 220px;
    display: flex;
    background-color: white;
    box-sizing: border-box;
    padding: 25px;
    margin-bottom: 28px;
}

.yewu-container .container .yewu .left {
    max-width: 274px;
    height: 170px;
    overflow: hidden;
}

.yewu-container .container .yewu .left img {
    width: 100%;
    height: 100%;
    transition: 1.2s linear;
}

.yewu-container .container .yewu:hover {
    border-bottom: 2px solid #d52f2f;
}

.yewu-container .container .yewu:hover img {
    transform: scale(1.08);
}

.yewu-container .container .yewu:hover .right p {
    color: #d52f2f;
}

.yewu-container .container .yewu .right a {
    /*font-family: 微软雅黑;*/
    font-size: 14px;
    line-height: 60px;
    letter-spacing: 0px;
    color: #666666;
}

.yewu-container .container .yewu .right p {
    /*font-family: 微软雅黑;*/
    font-size: 16px;
    /* font-weight: 600; */
    letter-spacing: 0px;
    color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    cursor: pointer;
    -webkit-box-orient: vertical;
}

.yewu-container .container .yewu .right h1 {
    /*font-family: 微软雅黑;*/
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0px;
    color: #333333;
}

.yewu-container .container .yewu .right {
    margin-left: 42px;
}

.my-pagination {
    width: 500px;
    display: flex;
    justify-content: space-between;
    margin: 60px auto;

}

.my-pagination .left-arrow,
.my-pagination .left-arrow,
.my-pagination ul li {
    border: solid 1px #d4d5e3;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: white;
}

.my-pagination ul {
    width: 80%;
    display: flex;
    justify-content: space-around;
    margin: 0;
}

.my-pagination ul .active {
    background-color: #d52f2f;
    color: white;
}

.info-container {
    width: 100%;
    /* height: 100%; */
    /* background-color: white; */
    background-color: #f8f8f8;
    overflow: hidden;
}

.info-container .container {
    width: 71%;
    margin: 100px auto;
}

.info-container .container .info {
    display: flex;
    width: 100%;
    justify-content: space-between;
    /* border: 1px solid red; */
    max-height: 118px;
    box-sizing: border-box;
    padding-bottom: 20px;
    margin-top: 40px;
    border-bottom: 1px solid #dcdcdc;
}

.info-container .container .info:hover {
    border-bottom: 1px solid #d52f2f;
}

.info-container .container .info:hover .left .middle {
    color: #d52f2f;
}

.info-container .container .info .left {
    display: flex;
}

.info-container .container .info .left div:nth-child(1) p {

    font-size: 44px;
    letter-spacing: 0px;
    color: #d52f2f;
    font-weight: 600;
    /*font-family: 微软雅黑;*/
    margin: 0;

}

.info-container .container .info .left div:nth-child(1) span {
    color: #d52f2f;
}

.info-container .container .info .left .middle {
    margin-left: 74px;
    box-sizing: border-box;
    padding-top: 10px;
}

.info-container .container .info .left .middle p {
    /*font-family: 微软雅黑;*/
    font-size: 14px;
    line-height: 48px;
    margin: 0;
    color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    cursor: pointer;
    -webkit-box-orient: vertical;
}

.info-container .container .info .left .middle h1 {
    margin: 0;
    /*font-family: 微软雅黑;*/
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    cursor: pointer;
    -webkit-box-orient: vertical;
}

.info-container .container .info .right {
    box-sizing: border-box;
    padding-right: 65px;
    padding-top: 30px;
}

.histroy {
    width: 100%;
    max-height: 1050px;
    margin-top: 150px;
    margin-bottom: 250px;
}

.histroy .linearrow {
    width: 100%;
    margin-top: -10px;
    position: relative;
}

.histroy .historyitem {
    width: 17vw;
    height: 10vw;
    display: flex;
}

.histroy .linearrow img {
    width: 100%;

}

.histroy .historyitem h3 {
    /*font-family: 微软雅黑;*/
    font-size: 24px;
    line-height: 36px;
    color: #d52f2f;
    margin: 0 auto;
}

.histroy .historyitem h3 p {
    /*font-family: 微软雅黑;*/
    font-size: 16px;
    line-height: 36px;
    color: #484848;
}

.histroy .linearrow .leftarrow,
.rightarrow {
    width: 50px;
    height: 50px;
}

.histroy .linearrow .leftarrow {
    position: absolute;
    top: -10px;
    left: -50px;
}

.histroy .linearrow .rightarrow {
    position: absolute;
    top: -10px;
    right: -60px;
}

.historyitem1>div {
    padding-top: 80px;

}

.linian-container {
    width: 100%;
    /* height: 100%; */
    background-color: white;
    background-image: url(../images/introducebg.jpg);
    background-size: 100% 69%;
    background-repeat: no-repeat;
    background-position: 0% 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 100px;
}

.linian-container .container .header-title h3 {
    /*font-family: 微软雅黑;*/
    font-size: 32px;
    line-height: 24px;
    color: #333333;
}

.linian-container .container .header-title p {
    /*font-family: 微软雅黑;*/
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
    opacity: 0.5;

}

.linian-container .container {
    max-width: 71%;
    margin: 0 auto;
    margin-bottom: 80px;
}

.linian-container .container .list {
    margin-top: 60px;
}

.linian-container .container .list li {
    width: 100%;
    height: 360px;
    display: flex;

}

.linian-container .container .list li .left {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.linian-container .container .list li .left img {
    width: 100%;
    height: 100%;
    transition: 0.8s linear;
}

.linian-container .container .list li .left:hover img {
    transform: scale(1.08);
}

.linian-container .container .list li:nth-child(2n) {
    flex-direction: row-reverse;
}

.linian-container .container .list li .right {
    width: 50%;
    height: 100%;
    background-color: #f5f5f5;
    line-height: 1;
    flex: 1;
    box-sizing: border-box;
    padding-top: 10%;
    text-align: center;
}

.linian-container .container .list li .right:hover h1 {
    color: #d52f2f;
    cursor: pointer;
}

.news-container {
    width: 100%;
    /* height: 100%; */
    background-color: #f8f8f8;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 100px;
}

.news-container .container {
    max-width: 71%;
    margin: 0 auto;
}

.news-container .container .news {
    width: 100%;
    height: 220px;
    display: flex;
    background-color: white;
    box-sizing: border-box;
    padding: 25px;
    margin-bottom: 28px;
    position: relative;
}

.news-container .container .news .left {
    width: 30%;
    height: 100%;
    overflow: hidden;
}

.news-container .container .news .left img {
    width: 100%;
    transition: 0.7s linear;
    height: 100%;
}

.news-container .container .news .time {
    position: absolute;
    width: 74px;
    height: 74px;
    /* line-height: 74px; */
    text-align: center;
    background-color: #d52f2f;
    right: 0px;
    top: 0px;
    color: white;
}

.news-container .container .news .time h2 {
    /*font-family: 微软雅黑;*/
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    line-height: 0px;
}

.news-container .container .news .right {
    margin-left: 40px;
}

.news-container .container .news .right p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    cursor: pointer;
    -webkit-box-orient: vertical;
    /*font-family: 微软雅黑;*/
    font-size: 16px;
    color: #888888;
    display: inline-block;
    width: 90%;
}

.news-container .container .news .right a {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 60px;
    letter-spacing: 0px;
    color: #666666;
}

.news-container .container .news .right a:hover::before {
    display: none;
}

.news-container .container .news .right h1 {
    display: inline-block;
    width: 90%;
    /*font-family: 微软雅黑;*/
    font-size: 22px;
    letter-spacing: 0px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    cursor: pointer;
    -webkit-box-orient: vertical;
}

.news-container .container .news:hover {
    border-bottom: 2px solid #d52f2f;
}

.news-container .container .news:hover .right h1 {
    color: #d52f2f;
}

.news-container .container .news:hover .right a {
    color: #d52f2f;
}

.news-container .container .news:hover .left img {
    transform: scale(1.09);
}

.news-container .container .active {
    height: 500px;
}

.news-container .container .active .left {
    width: 50%;
}

.news-container .container .active .right {
    padding-top: 100px;
    box-sizing: border-box;
}

.news-container .container .active .right button {
    width: 132px;
    height: 40px;
    background-color: #d52f2f;
    /*font-family: 微软雅黑;*/
    font-size: 14px;
    letter-spacing: 0px;
    color: #ffffff;
    border: none;
}

button a {
    color: inherit !important;
    line-height: normal !important;
}

.news-container .container .active .right .time {
    display: none;
}

.news-container .container .active:hover .right a {
    color: #666666;
}

.contact {
    width: 100%;
    height: 560px;
    background-color: #f8f8f8;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.contact .left {

    height: 100%;
    background-color: white;
    width: 670px;
    max-width: 670px;
    box-sizing: border-box;
    padding: 50px;
    background-image: url(../images/contactbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 20px;
}

.contact .right {
    width: 670px;
    height: 100%;
}

.contact .right img {
    width: 100%;
    height: 100%;
}

.contact .left .titles {
    /*font-family: 微软雅黑;*/
    font-size: 26px;
    line-height: 36px;
    color: #333333;
    font-weight: 600;
}

.contact .left .address {
    display: flex;
    width: 95%;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.contact .left .address img {
    width: 16px;
    height: 18px;
    vertical-align: bottom;
    margin-top: 20px;
    margin-right: 10px;
}

.contact .left .address div {
    /*font-family: 微软雅黑;*/
    font-size: 16px;
    line-height: 32px;
    color: #333333;
}

.contact .left .phone,
.chuanzhen,
.email,
.web {
    line-height: 60px;
}

.contact .left .phone img {
    /* margin-top: 10px; */
    vertical-align: middle;

}

.chuanzhen img {
    vertical-align: middle;

}

.email img {
    vertical-align: middle;

}

.web img {
    vertical-align: middle;

}

.Zz-container {
    width: 100%;
    /* height: 100%; */
    background-color: white;
    background-image: url(../images/introducebg.jpg);
    background-size: 100% 69%;
    background-repeat: no-repeat;
    background-position: 0% 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 100px;
    padding-bottom: 100px;

}

.Zz-container .container {
    width: 71%;
    margin: 0 auto;
}

.header-title h3 {
    /*font-family: 微软雅黑;*/
    font-size: 32px;
    line-height: 24px;
    color: #333333;
    font-weight: 500;
}

.container .header-title p {
    /*font-family: 微软雅黑;*/
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
    opacity: 0.5;

}

.Zz-container .container .list1,
.list2 {
    display: flex;
    width: 100%;
    margin-top: 40px;
    justify-content: space-between;
}

.Zz-container .container .list1 a {
    width: 100%;
    display: inline-block;
    height: 100%;
}

.Zz-container .container .list2 a {
    width: 100%;
    display: inline-block;
    height: 100%;
}

.Zz-container .container .list1,
.list2 .Zz-title {
    width: 100%;
    text-align: center;
    line-height: 30px;
}

.Zz-container .container .list1 li {
    background-color: white;
    width: 30%;
    height: 640px;
    background-color: #ffffff;
    box-shadow: 0px 4px 12px 0px rgba(0, 14, 25, 0.08);
    overflow: hidden;
}

.Zz-container .container .list2 li {
    width: 30%;
    height: 330px;
    background-color: #ffffff;
    box-shadow: 0px 4px 12px 0px rgba(0, 14, 25, 0.08);
}

.Zz-container .container .list1 li {
    background-color: white;
    width: 30%;
    height: 640px;
    background-color: #ffffff;
    box-shadow: 0px 4px 12px 0px rgba(0, 14, 25, 0.08);
    overflow: hidden;
}

.detail-container {
    width: 100%;
    min-height: 80vh;
    background-color: white;
    text-align: center;
    box-sizing: border-box;
    padding-top: 70px;
    padding-bottom: 70px;
}

.news-show-data {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 35px 3.5vw;
}

.news-show-data li {
    width: 50%;
    color: #fff;
    padding: 20px 0;
}

.news-show-data li .title {
    font-weight: bold;
}

.news-show-data li .number {
    line-height: 1;
    font-weight: bold;
    position: relative;
    padding-bottom: 3px;
    margin-top: 10px;
}

.news-show-data li .number .counter {
    font-family: "objectivity-bold";
    font-size: 60px;
    display: inline-block;
    margin-right: 5px;
}

.news-show-data li .number:before {
    content: '';
    background: #fff;
    width: 66px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.news-show-data li .desc {
    font-size: 16px;
    margin-top: 10px;
}

.news {
    width: 100%;
    /* min-height: 100vh; */
    background-color: #f8f8f8;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.news .news-wap {
    width: 73%;
    margin: 0 14%;
    margin-top: 105px;
}

.news .news-wap .main-news {
    background-color: white;
    display: flex;
    box-sizing: border-box;
    padding: 1.8%;
    margin-bottom: 30px;

}

.news .news-wap .main-news .left {
    height: 100%;
    width: 50%;
}

.news .news-wap .main-news .left img {
    width: 100%;
    height: 100%;
}

.news .news-wap .main-news .right {
    margin-left: 5%;
    height: 100%;


}

.news .news-wap .main-news .right p {
    font-size: 20px;
    margin-top: 15%;
    margin-bottom: 5%;
    color: #333333;
}

.news .news-wap .main-news .right .news-time {
    font-size: 16px;
    color: #666666;
}

.news .news-wap .main-news .right button {
    width: 132px;
    margin-top: 10%;
    height: 40px;
    background-color: #06549e;
    font-size: 14px;
    border: none;
    color: #ffffff;
    transition: 0.5s;
}

.news .news-wap .party-list {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 20px;
}

.news .news-wap .party-list ul {
    width: 100%;
    list-style: none;
}

.news .news-wap .party-list ul li {
    width: 100%;
    height: 220px;
    box-sizing: border-box;
    padding: 25px 15px;
    background-color: white;
    display: flex;
    position: relative;
    /* border-bottom: 1px solid #ccc; */
    margin-bottom: 30px;

}

.news .news-wap .party-list ul li .time {
    width: 74px;
    height: 74px;
    background-color: #06549e;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    color: white;
    box-sizing: border-box;
    padding: 10px 0px;
}

.news .news-wap .party-list ul li .time h3 {
    font-size: 24px;
    color: white;
}

.news .news-wap .party-list ul li .time p {
    font-size: 14px;
}

.news .news-wap .party-list ul li .left {
    width: 20%;
    height: 100%;
    overflow: hidden;
}

.news .news-wap .party-list ul li .left img {
    width: 100%;
}

.news .news-wap .party-list ul li .right {
    flex-shrink: 0;
    margin-left: 3%;
    display: flex;
    width: 70%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.news .news-wap .party-list ul li .right a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.news .news-wap .party-list ul li .right a:hover:before {
    display: none;
}

.news .news-wap .party-list ul li .right a:hover h1 {
    color: #06549e;

}

.news .news-wap .party-list ul li .right a:hover .xq {
    color: #06549e;

}

.goods-list ul li a:hover:before {
    display: none;
}

.news .news-wap .party-list ul li .right a h1 {
    font-size: 22px;
    color: #333;
    font-weight: 600;
    transition: 0.6s;
}

.goods-list ul li a:hover button {
    background: rgb(237, 192, 10) !important;
}

.news .news-wap .party-list ul li .right a h1 span {
    1 font-size: 17px;
}

.news .news-wap .party-list ul li .right a p {
    font-size: 16px;
    color: #888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news .news-wap .party-list ul li .right a .xq {
    margin-top: 12px;
    transition: 0.6s;
}

.my-pagination {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;

}

.my-pagination ul {
    max-width: 73%;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.my-pagination ul li {
    width: 42px;
    height: 42px;
    background-color: #ffffff;
    border: solid 1px #d4d5e3;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    color: #666666;
    margin: 0px 10px;
}

.my-pagination ul .active {
    color: white;
    background-color: #06549e;
}

.news .news-wap .main-news .news-detail .header {
    width: 100%;
    height: 100px;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
}

.news .news-wap .main-news .news-detail .header h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 70px;
    color: #333333;
}

.news .news-wap .main-news .news-detail {
    padding-bottom: 50px;

}

.news .news-wap .main-news .news-detail .header p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 70px;
    letter-spacing: 0px;
    color: #999999;
}

.news .news-wap .main-news .news-detail .content {
    padding-top: 30px;
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
}

.news .news-wap .main-news .news-detail .content p {
    font-size: 18px;
    line-height: 36px;
    color: #484848;
}

.news .news-wap .main-news .news-detail .content img {
    /** margin: 40px 30%; */
}

.goods-list {
    width: 100%;
}

.goods-list ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.goods-list ul li {
    width: 48%;
    max-width: 680px;
    background-color: white;
    box-sizing: border-box;
    padding: 3%;
    max-height: 378px;
    margin-top: 2.5vh;
    position: relative;
    overflow: hidden;
    height: 378px;
}

.goods-list ul li a {
    display: flex;
    width: 100%;
    height: 100%;

}

.goods-list ul li a .left {
    height: 100%;
    flex: 1;
}

.goods-list ul li a .left .line {
    width: 250px;
    height: 1px;
    background-color: #e5e5e5;
    margin: 25px 0px;
    position: relative;
}

.goods-list ul li .tuijian {
    position: absolute;
    right: -40px;
    top: 13px;
    width: 140px;
    height: 40px;
    font-size: 16px;
    background-color: rgb(237, 192, 10);
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    transform: rotate(45deg);
    z-index: 7;
}

.goods-list ul li a .left .line::after {
    content: "";
    position: absolute;
    left: 0;
    width: 80px;
    height: 3px;
    background-color: #06549e;
    top: -1px;
}

.goods-list ul li a .left h1 {
    font-size: 26px;
    font-weight: 600;
    color: #333333;
}

.goods-list ul li a .left p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    margin-top: 4%;
    letter-spacing: 0px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
}

.goods-list ul li a .left p::after {
    content: "*";
    color: #f08619;
    position: absolute;
    left: 0;
    font-size: 20px;
    top: 4px;
}

.goods-list ul li a .left button {
    width: 120px;
    margin-top: 20%;
    height: 36px;
    background-color: #06549e;
    border-radius: 18px;
    font-size: 16px;
    outline: none;
    border: none;
    color: #ffffff;
}

.goods-list ul li a .right {
    width: 60%;
    margin-left: 6%;
    flex-shrink: 0;
    position: relative;
    height: 100%;
}

.goods-list ul li a .right img {
    width: 100%;
    height: auto;
    max-height: 100%;
}

.goods-list ul li a .right .logo-icon {
    position: absolute;
    right: 1%;
    top: 1%;
}

.goods-info {
    width: 100%;
    display: flex;
}

.goods-info .left {
    width: 50%;
    flex-shrink: 0;
    position: relative;
}

.goods-info .left img {
    width: 100%;
    height: 100%;
}

.goods-info .left .logo-icon {
    position: absolute;
    left: 6%;
    top: 6.5%;
}

.goods-info .left .logo-icon img {
    width: 72px;
    height: 72px;
}

.goods-info .right {
    width: 50%;
    box-sizing: border-box;
    padding: 0px 0px 0px 40px;
}

.goods-info .right .line {
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    margin: 30px 0px;
}

.goods-info .right button {
    width: 100px;
    height: 30px;
    color: white;
    border: #000;
    background-color: #06549e;
    border-radius: 15px;
    margin-bottom: 20px;
}

.goods-info .right ul li {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px;
    position: relative;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.goods-info .right p {
    font-size: 16px;
    color: #333333;
}

.goods-info .right ul li::after {
    content: "*";
    position: absolute;
    left: 0px;
    top: 5px;
    color: #f08619;
    font-size: 16px;

}

.goods-info .right h2 {
    font-size: 28px;
    line-height: 56px;
    font-weight: 600;
    color: #333333;
}

.goods-info .right h1 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 12px;
    color: #f08619;
}

.goods-title {
    width: 100%;
    margin: 30px 0px;
    height: 28px;
    font-size: 28px;
    display: flex;
    align-items: center;
    font-weight: 600;
    box-sizing: border-box;
    padding-left: 10px;
    border-left: 6px solid #f08619;
    color: #333333;
}

.goods-table {
    margin-bottom: 80px;
}

.js_jl {
    width: 100%;
}

.js_jl ul {
    width: 100%;

}

.js_jl .list li {
    width: 100%;
}

.js_jl .list li a {
    display: flex;
    height: 62px;
    width: 100%;
    line-height: 62px;
    box-sizing: border-box;
    padding: 0px 20px;
    justify-content: space-between;
    /* align-items: center; */
    font-size: 16px;
    position: relative;
    border-bottom: 1px dashed #9f9f9f;
}

.js_jl .list li a::after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    background-color: #a0a0a0;
    left: 10px;
    top: 26px;
    border-radius: 3px;

}

.js_jl .list .active {
    background-color: #06549e;

}

.js_jl .list .active a {
    color: white;
}

.contact-title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    text-align: center;
    color: #222222;
    margin: 5% 0% !important;
}

.contact-map {
    width: 100%;
    /* height: 520px; */
    margin: 40px 0px;
    margin-bottom: 0px;
}

.contact-type {

    box-shadow: 0px 0px 15px 0px rgba(106, 107, 136, 0.2);
    height: 120px;
    margin: 0 auto;
    /*margin-top: -100px;*/
    background-color: white;
    position: relative;
    z-index: 10;
    /*max-width: 1200px;*/
    width: 100%;
}

.contact-type ul {
    display: flex;
    width: 100%;
    align-items: center;
    height: 100%;
    justify-content: space-around;
}

.contact-type ul li {
    flex: 1;
    display: flex;
    align-items: center;
}

.contact-type ul li .right {
    margin-left: 10px;
}

.contact-type ul li .right p {
    font-size: 18px;
    line-height: 24px;
}

.contact-form {
    width: 100%;
    margin-bottom: 50px;
}

.contact-form .cell1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.contact-form .cell1 input {
    width: 600px;
    height: 60px;
    background-color: #ffffff;
    border: solid 1px #e3e3e3;
    padding: 0px 15px;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
    color: #666666;
}

.contact-form .cell1 input:nth-of-type(2) {
    width: 380px;
    height: 60px;
    background-color: #ffffff;
    border: solid 1px #e3e3e3;
}

.contact-form .cell1 input:nth-of-type(3) {
    width: 380px;
    height: 60px;
    background-color: #ffffff;
    border: solid 1px #e3e3e3;
}

.contact-form textarea {
    width: 100%;
    height: 200px;
    background-color: #ffffff;
    border: solid 1px #e3e3e3;
    margin: 30px 0px;
    outline: none;
    font-size: 16px;
    padding: 20px;
    box-sizing: border-box;
}

.contact-form .cell {
    text-align: center;
}

.contact-form .cell button {
    width: 200px;
    height: 60px;
    background-color: #ef7d1a;
    text-align: center;
    color: white;
    border: none;
    font-size: 16px;
    font-weight: normal;

    color: #ffffff;
}

.contact-map img {
    width: 100%;
}

.footer3 a:hover:before {
    width: auto !important;
}

.footer3 a:before {
    display: none !important;
}

.introduce-container .wap1 .left::-webkit-scrollbar {
    display: none;
}

.empty {
    display: none !important;
}

.nav .nav-list>ul>li {
    position: relative;
}

.nav .nav-list ul li .sub-nav {
    position: absolute;
    /* left: -44%; */
    top: 100%;
    background: #FFFFFF;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background-size: 90%;
    background-repeat: no-repeat;
    padding-bottom: 0.5rem;
    display: none;
    min-width: 120px;
}

.nav .nav-list ul li:hover .sub-nav {
    display: block;
}

.nav .nav-list ul li .sub-nav ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.4rem;
    min-width: 100%;

}

.nav .nav-list ul li .sub-nav ul li {
    box-sizing: border-box;
    /* padding:0rem 0.2rem ; */
    height: 60px;
    /* border-bottom: 1px solid #876715; */
}

.nav .nav-list ul li .sub-nav ul li a {
    line-height: 60px;
    color: #000000 !important;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    display: block;
    font-weight: 500 !important;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav .nav-list ul li .sub-nav ul .active a {
    color: #c1a865;
}

.nav .nav-list ul li .sub-nav ul .active {
    background-image: none;
}

.nav ul li:hover a {
    font-weight: 600 !important;
}

.nav .nav-list ul li .sub-nav ul li:hover a {
    color: #0066cc;
    font-weight: 600 !important;
    border-bottom: 2px solid #0066cc;
}

#fullpage {
    height: auto !important;
}



.drop-nav .sub-nav {
    position: absolute;
    top: 100%;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 10px;
    background-size: 90%;
    background-repeat: no-repeat;
    padding-bottom: 0.5rem;
    min-width: 120px;
    width: calc(73vw - 12px);
    border-top: 1px solid #ccc;
    height: 50px;
}

.drop-nav li:hover .sub-nav {
    /* display: block; */
    height: 50px;
    background: #FFFFFF;
    opacity: 1;

}

.drop-nav li .sub-nav ul {
    width: 100%;
    display: flex;
    margin-bottom: 0.4rem;
    min-width: 100%;



}
.drop-nav .sub-nav li {
    line-height: 49px;
}
.drop-nav .sub-nav{
    padding: 0px;
}
.drop-nav ul li:hover {
    /* position: unset; */
}

.drop-nav li .sub-nav ul li {
    box-sizing: border-box;
    /* padding:0rem 0.2rem ; */
    height: 40px;
}

.drop-nav li .sub-nav ul li a {
    line-height: 60px;
    color: #000000 !important;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    display: block;
    font-weight: 500 !important;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.drop-nav li .sub-nav ul .active a {
    color: #c1a865;
}

.drop-nav li .sub-nav ul .active {
    background-image: none;
}

.nav ul li:hover a {
    font-weight: 600 !important;
}

.drop-nav li .sub-nav ul li:hover a {
    color: #0066cc;
    font-weight: 600 !important;
    border-bottom: 2px solid #0066cc;
}

.empty-news {
    font-size: 20px;
    position: relative;
    margin: 100px auto;
    text-align: center;
    color: #ccc;
}

.empty-news::after {
    content: "";
    height: 1px;
    width: 30%;
    position: absolute;
    background-color: #ccc;
    left: 15%;
    top: 50%;
}

.empty-news::before {
    content: "";
    height: 1px;
    width: 30%;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    right: 15%;

}

.contact-type ul li .right p a:hover {
    text-decoration: unset;
    color: #000000;
}

.contact-type ul li .right p a:before {
    text-decoration: unset;
    color: #000000;
    display: none;
}

.introduce-container .wap4 .mySwiper .swiper-slide img {
    height: 88%;

}











.introduce-container .wap5 .mySwiper {
    overflow-x: hidden;
    margin-top: 30px;
    /* height: 470px; */

}

.introduce-container .wap5 .mySwiper .swiper-slide {
    background-color: white;
    padding: 30px 30px 50px 30px;
    display: block;
    width: 50% !important;
    /* height: fit-content; */
    border-radius: 10px;
}

.introduce-container .wap5 .mySwiper .swiper-slide p {
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    margin-top: 20px;

}

.introduce-container .wap5 .mySwiper .swiper-slide img {
    height: 100%;
}

.introduce-container .wap5 {
    width: 100%;
    /* height: 760px; */
    background-image: url(../images/aboutbg3.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* display: flex; */
    box-sizing: border-box;
    /*padding: 4% 11% 5% 14%;*/
    padding: 4% 16% 5% 16%;
}

.introduce-container .wap5 .header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    position: relative;
}

.introduce-container .wap5 .header .left {
    font-size: 40px;
    padding: 0px;
    color: #333333;
    text-align: center;
    width: 100%;
}

.introduce-container .wap5 .header .right {
    position: absolute;
    right: 0;
}

.swiper-container .swiper-scrollbar-drag {
    background-color: #fff;
}

.introduce-container .introduce-wrapper {
    box-sizing: border-box;
    padding-top: 3.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.wrap-name {
    font-size: 40px;
    font-weight: 500;
    text-align: center;

}

.introduce-container .left {
    width: 50%;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.introduce-container .wap1 {
    margin-top: 20px;
    justify-content: space-between;
    /*align-items: center;*/
}

.introduce-container .wap1 .right {
    position: relative;
    width: 48%;
    margin-top: 4%;
}

.introduce-container .left p {
    width: auto;
}

.introduce-container .left h1 {
    text-align: left;
    position: relative;
    box-sizing: border-box;
    padding-left: 14px;
}

.introduce-container .left h1::after {
    position: absolute;
    left: 0;
    content: "";
    top: 25px;
    width: 3px;
    height: 20px;
    background-color: #0066cc;
}

.introduce-container .wap1 ul {
    display: flex;
    width: 100%;
    border: 1px dashed #ccc;
    height: 120px;
    justify-content: space-between;
    align-items: center;
}

.introduce-container .wap1 ul li {
    height: 80%;
    width: 33%;
    border-right: 1px dashed #ccc;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.introduce-container .wap1 ul li .atitle{
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 500;
      /*font-family: jxzk;*/
}

.introduce-container .wap1 ul li span {
    color: #787878;
}

.introduce-container .wap1 ul li h3 {
    color: #0066cc;
    font-size: 42px;
    font-weight: 600;
}

.introduce-container .wap1 ul li h3 span {
    font-weight: 500;
    font-size: 18px;
    /*font-family: jxzk;*/
}
.introduce-container .wap1 ul li .num{
    /*font-family: jxzk;*/
}
.introduce-container .wap1 .right img {
    border-radius: 12px;
}

.slogn-img {
    position: absolute;
    top: calc(50% - 100px);
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    padding: 0px 5%;
}

.slogn-img img {
    width: 100%;
    height: auto;
    object-fit: unset !important;
}

.active-nav ul li {
    background-color: #FFF;
}
.active-nav  ul li a{
    font-weight: 600 !important;
}
.active-nav ul li  a{
    font-weight: 500;
    color: #FFFFFF !important;
}

.nav ul .active a{
    font-weight: 600 !important;
}
.nav:hover ul li{
    background-color: #FFFFFF;
     
}
.nav ul li:hover{
    background-image: linear-gradient(90deg, #3e64bc 0%, #00acf0 100%), linear-gradient(#8a2934, #8a2934);
}
.nav:hover ul li a{
    font-weight: 600;
    color: #FFFFFF;
}
.active-nav ul li:hover{
    background-image: linear-gradient(90deg, #3e64bc 0%, #00acf0 100%), linear-gradient(#8a2934, #8a2934);
}
.active-nav ul li a:hover{
    color: #FFFFFF;
}


/*.drop-nav ul .active>a{*/
/*    background-color: #00acf0;*/
/*    border-radius: 30px;*/
/*    box-sizing: border-box;*/
/*    padding: 0px 10px;*/
/*}*/

.nav ul li:hover a{
    color: #3e64bc !important;
}

.drop-nav ul li:nth-last-child(1)::after{
    display: none;
}

