﻿html,
body {
    position: relative;
    height: 100%;
}
@font-face{
    font-family: 'Bebas';
    src : url('../font/BebasNeue.otf');
}
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;
}
iframe{
    position: relative;
    z-index: 999999;
    width: 100%;
    height: 88px;
    margin: 0;
    padding: 0;
}
.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;
}
.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: #73b0e9;   
}
.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: 100%;
    width: 100%;
object-fit: cover;
}
.fp-table{
    flex-direction: inherit;
}


/* nav */
.nav{
    width: 95%;
    height: 90px;
    background-color: white;
    position: fixed;
    bottom: 32px;
    right: 0 ;
    z-index: 99999;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0px 50px 0px 50px;
    line-height: 90px;
    /* transition: 0.3s ; */

}
#nav{
    bottom: 0;
    right: 0 ;
    /* display: flex; */
    display: none;
}

.nav .logo{
    margin-top: 10px;
    display: flex;
    /* width: 28%; */
    max-width: 530px;
    width: 430px;
    justify-content: space-between;
}
.nav2{
    bottom: 0 ;
    top: 0;
    width: 95%;
}
.nav .logo .titles h3{
    font-weight: 600;
    font-size: 22px;
    line-height: 44px;
}
.nav .logo .titles p{
    color: #333;
    font-size: 12px;
    line-height: 12px;
}
.nav .hanlder{
    display: flex;
    max-width: 300px;
    /* width: 150px; */
    justify-content: space-between;
    position: relative;
}
.nav .hanlder .search input{
    width: 216px;
	height: 30px;
	background-color: #ffffff;
	border-radius: 15px;
	border: solid 1px #cccccc;
    padding-left: 20px;
}
.nav .hanlder .search img{
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10%;
    top: 47%;
}

.search {
    margin-top: 5px;
}
.nav ul{
    display: flex;
    font-size: 18px;
    min-width: 730px;
    height: 100%;
    justify-content: space-between;
}
.nav ul li{
    text-align: center;

    font-family: MicrosoftYaHei;
    box-sizing: border-box;
    /* padding: 0px 30px 0px 30px; */
    text-align: center;
}
.nav ul li a{
    width: 100%;
    height: 100%;
    text-align: center;
    color: #333333;
    font-size: 18px;
}
.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: 90px;
    left: 0px;
    height: 100%;
    background-color: white;
    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: white;
    height: 90px;
    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 #0066cc;
    background-color: #0066cc;
    -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: #73b0e9;
    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: 380px;
}
.banner img{
    width: 100%;
    height: 100%;
}

.swiper-slide{
    position: relative;
}
#section0 .swiper-slide {
    overflow: hidden;
}
#section0 .swiper-slide img{
    transition: 3s linear;
    width: 100%;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

#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: 90px;
}
#section1 .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;
   display:none;
}
.aside .backTop .line{
    width: 3px !important;
	height: 50px !important;
	background-color: #ffffff !important;
    margin-left: 10px;
    margin-bottom: 10px;
 }
 .aside .backTop .line::after{
    content: "";
    width: 1px;
	height: 150px;
	background-color: #ffffff;
    position: absolute;
    left:11px;
    top: -150px;
 }
.aside .backTop{
    color: white;
    position: absolute;
    z-index: 1000;
    left: 30px;
    font-size: 16px;
    bottom: 20px;

    width: 20px;

 }
#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;
    display:none;
}
#section1 .newsTitle{
    max-width: 1400px;
    height: 10vh;
    margin: 0 auto;   
}
#section1 .notice {
    width: 1400px;
    height: 70px;
    margin:  0 auto;
    display: flex;
}
#section1 .notice .red-title{
width: 180px;
height: 70px;
background-color: #d52f2f;
color: #fff;
font-size: 20px;
text-align: center;
flex-shrink: 0;
line-height: 70px;
}
#section1 .container{
    width: 1400px;
    margin: 38px auto;
    /* border: 1px solid red; */
}
#section1 .container .header{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
}
#section1 .container .header .left{
    display: flex;
}
#section1 .container .header .left span{
	font-family: 微软雅黑;
	font-size: 32px;
	line-height: 36px;
	color: #222222;
}
#section1 .container .header .right a{
	font-family: 微软雅黑;
	color: #999999;
    line-height: 42px;
}
#section1 .container .header .left p{
	font-family: 微软雅黑;
	font-size: 24px;
	line-height: 40px;
	color: #bbbbbb;
    margin-left: 10px;
}
#section1 .wrapper{
    display: flex;
    width: 100%;
    justify-content: space-between;
} 
#section1 .container .wrapper .news-list{
    flex: 1;
    /* border: 1px solid #bbbbbb; */
    margin-left: 30px;
}
#section1 .container .wrapper .news-list ul{
width: 100%;
}
#section1 .container .wrapper .news-list ul li{
    padding: 0px 20px 0px 20px;
    height: 50px;
    line-height: 50px;
    position: relative;
}
#section1 .container .wrapper .news-list ul li::after{
    content: "";
    width: 6px;
    height: 6px ;
    position: absolute;
    left: 0px;
    top: 20px;
    background-color: #999999;
    border-radius: 50%;
}
#section1 .container .wrapper .news-list ul li a{
    display: flex;
    justify-content: space-between;
	font-family: 微软雅黑;
	font-size: 16px;
	color: #333333;
}
#section1 .swiper-container .swiper-slide{
    position: relative;
    width: 100%;
   height:100% !important;
}
#section1 .swiper-container .swiper-slide a{
	display:block;
	width:100%;
	height:100%;
}
#section1 .swiper-container .swiper-slide .title{
    width: 100%;
    height: 10%;
    background-color: rgba(0,0,0,.7);
    color: white;
    line-height: 40px;
    box-sizing: border-box;
    /* padding: 10px; */
    padding-left: 15px;
    position: absolute;
    top: inherit;
    bottom: 0px  !important;
    left: 0px;
    text-align: left;
}
#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;
}
#section1 .container .wrapper .swiper-container{
    width: 35vw;
    max-height: 460px;

    margin: 0;
    height: 75vh;
    overflow: hidden;
    
}
#section1 .notice ul{
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #f7f8f9;
    justify-content: space-between;
    box-sizing: border-box;
    /* padding: 28px; */
    align-items: center;
    padding: 0px 28px;
    opacity: 0.92;
}
#section1 .notice ul li{
    width: 33.3%;
    height: 25px;
    border-right: 1px solid #cecece;
    line-height: 25px;
}
#section1 .notice ul li a{
    font-size: 16px;
    color: #484848;
    display: block;
    width: 100%;
    height: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#section1 .aside div:nth-child(1){
    background-color: rgba(0,0,0,.4);
    width: 100%;
    height: 100%;
    /* line-height: 60%; */
    overflow: hidden;

}
#section1 .aside div ul{
    display: flex;
    flex-direction: column;
    height: 60%;
    margin-top: 40%;
    justify-content: space-around;
}
#section1 .aside ul li img{
    /* width: 24px;
    height: 21px; */
}
#section1 .notice ul li a{
    font-size: 16px;
    color: #484848;
}
#section2 .aside div:nth-child(1){
    background-color: #00000066;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#section2 .aside div ul{
    display: flex;
    flex-direction: column;
    height: 60%;
    margin-top: 40%;
    justify-content: space-around;
}
#section2 .aside ul li img{
    /* width: 24px;
    height: 21px; */
}
#section2,#section3{
    background-color: white;
    background-image: inherit;
}
#section2 {
    position: relative;
    background-image: url(../images/page3bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 90px;
    box-sizing: border-box;

}
#section2 .fp-overflow,#section3 .fp-overflow{
    overflow: hidden;
}
#section1 .fp-overflow{
    display: flex;
    overflow: hidden;
    width: 100%;
    justify-content: space-between;
}
#section1 .slide-img{
   width: 50vw;
	height: 80vh;
	border-radius: 30px;
    overflow: hidden;
}
#section1 .slide-img img{
    width: 100%;
    height: 100%;
    transition: 2s linear;
}
#section1 .slide-img img:hover{
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
#section1  .introduce .introduce-title{
    /* width: 574px; */
	height: 69px;
	font-family: MicrosoftYaHeiLight;
	font-size: 50px;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 36px; */
	letter-spacing: 0px;
	color: #0066cc;
    text-align: left;
    font-weight: 400;
}
#section1 .introduce .introduce-left{
  text-align: left;
	font-size: 130px;
    /* font-family: fantasy; */
    font-weight: 500;
    width: 40%;
	color: #000000; 
    font-family:Bebas;
}
#section1 .introduce-content{
    display: flex;
    position: relative;
    width: 100%;
}

#section1 .introduce .introduce-content .introduce-right{
    width: 41vw;
    height: 59vh;
    background-color: #eff5fd;
	border-radius: 30px;
	opacity: 0.9;
    position: absolute;
    right: -100%;
    z-index: 10;
    box-sizing: border-box;
    padding: 15% 60px 100px 65px;
    overflow: hidden;
}
#section1 .introduce .introduce-content .introduce-right .introduce-inner{
padding: 0px 0px 50px 0px ;
box-sizing: border-box;
height: 100%;
overflow-y: scroll;
}
#section1 .introduce .introduce-content .introduce-right h2{
    font-weight: 600; 
    font-size: 32px;
    text-align: left;  
    line-height: 60px;  
    opacity: 1;    
    color: #000; 
}   
#section1 .introduce .introduce-content .introduce-right  p{
    color: #666666; 
    font-weight: 500;  
    font-size: 16px;
    /* letter-spacing: 2px; */
    text-align: left;
    text-indent: 32px;
}
#section1 .introduce .introduce-content .introduce-right  p:hover{
    cursor: pointer;
    color: #73b0e9;
    /* text-decoration: underline; */
}
#section{ 
    width: 100%;   
    position: relative;
 
}
#section2 .maxImg{
    /* display: none; */
    position: absolute;
    top: 100px;
    left: 8vw;
    z-index: 2;
    width: 71vw;
    height: 80vh;

}
#section2 .maxImg img{
    width: 100%;
    height: 100%;
}
#section2 .top{
    background-color: #73b0e9;
    height: 60%;
    width: 100vw;
    padding-top: 20.1vw;
    box-sizing: border-box;
    text-align: right;
    padding-right: 5vw;
}
#section2 .top h1{
    text-align: right;
	font-family:Bebas;
	font-size: 4vw;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 36px; */
	letter-spacing: 0px;
	color: #ffffff;
}
#section2 .top h3{
  
	font-family: fantasy;
	font-size: 2vw;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #000000;
}
#section2 .bottom{
    text-align: right;
    box-sizing: border-box;
    padding-right: 100px;
    display: flex;
    justify-content: end;
    /* width: 300px; */
    vertical-align: bottom;
    /* height: 100%; */
    position: relative;
    overflow: hidden;
}
#section2 .bottom .number{
    font-family: Bebas;
    position: absolute;
	font-size: 252px;
    left: 20%;
    top: -40px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color:#ccc;
	opacity: 0.3;
    font-weight: 300;
    margin-left: 60%;
    /* transform: scale(5); */
}
#section2 .bottom a{
    margin-top: 14%;
    /* margin-right: 10%; */
}
#section2 .container{
    width: 1400px;
    margin: 38px auto;
   
}
#section2 .container .header{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-top: 30px;
}
#section2 .container .header .left{
    display: flex;
}
#section2 .container .header .left span{
	font-family: 微软雅黑;
	font-size: 32px;
	line-height: 36px;
	color: #222222;
}
#section2 .container .header .right a{
	font-family: 微软雅黑;
	color: #999999;
    line-height: 42px;
}
#section2 .container .header .left p{
	font-family: 微软雅黑;
	font-size: 24px;
	line-height: 45px;
	color: #bbbbbb;
    margin-left: 10px;
}
#section2 .container .wrapper .left-box {
    width: 430px;
    height: 100%;
    flex: 1;
    margin-right: 57px;
    box-sizing: border-box;
    padding-top: 190px;
}
#section2 .container .wrapper .left-box p{
	font-family: 微软雅黑;
	font-size: 16px;
	line-height: 32px;
    text-align: left;
	color: #555555;
}
#section2 .container .wrapper .right-box{
    width: 970px;
	height: 528px;
}
#section2 .container .wrapper{
    display: flex;
}
#section2 .container .wrapper .swiper-container{
    width: 100%;
    /* height: 72%; */

}
#section2 .container .wrapper ul{
    display: flex;
    justify-content: space-between;
}
#section2 .container .wrapper ul li{
    width: 136px !important;
    height: 114px;
    background-color: #fff;
    text-align: center;
    line-height: 136px;
    /* margin-right: 5px; */
    text-align: center;
}
#section2 .container .wrapper ul li a{
    /* display: flex; */
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#section2 .container .wrapper ul .active{
    background-color: #d52f2f;
    text-align: center;
}
#section2 .container .wrapper ul .active a{
    width: 90%;
    height: 90%;
    border: 1px solid #FFF;
    margin: 5%;
    color: #fff;
    /* opacity: 0.5; */
  
}
#section2 .container .wrapper .right-box ul {
    width: 100%;
    padding: 0px 10%;
    box-sizing: border-box;
}
#section2 .container .wrapper .right-box ul li:hover{
    background-color: #d52f2f;
    color: white;
    
}
#section2 .container .wrapper .right-box ul li:hover p{
    color: #fff;
}
#section2 .container .wrapper .right-box ul li:hover a{
    width: 92%;
    height: 92%;
    border: 1px solid #FFF;
    margin: 4%;
    color: #fff;
}
#section2 .container .wrapper .right-box ul li p{
	font-family: 微软雅黑;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
    margin-top: 15px;
}
#section2 .container .wrapper .right-box ul .active p{
    color: #fff;
}
#section2 .container .wrapper .right-box ul li a{
    text-align: center;
}
#section2 .container .wrapper .right-box ul li img{
    width: 40px;
    height: 44px;
    /* margin: 0 auto; */

}
#section2 .container ul li a:hover::before{
    display: none;
}
#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;
}
.fp-watermark{
    display: none;
}
#section4 .fp-overflow{
    width: 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: 30px 0px 50px 0px;
    background-image: url(../images/footerbg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.footer2 .wrapper{
    width: 71%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footer2 .wrapper .left{
    display: flex;
    width: 60%;
    justify-content: space-between;
}
.footer3 {
    width: 100%;
    height: 66px;
    text-align: center;
	font-family: 微软雅黑;
	font-size: 14px;
	color: #666666;
    line-height: 66px;
}
.footer2 .wrapper .right p{
    font-size: 16px;
}
.footer2 ul{
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    /* height: 100px; */
}
.footer2  ul li {
    text-align: left;
    line-height: 36px;
}

.footer2 ul li  a{
    color: #797979;
    line-height: 20px;
    font-size: 14px;
}
.footer2 .wrapper .left ul li:nth-child(1) a{
    font-weight: 600;
    color: #fff;
    font-family: 微软雅黑;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
}
.footer2 .wrapper .left ul li{
    line-height: 36px;
}
a:hover{
    cursor: pointer;
    color: #d52f2f;
}
ul li a:hover{
    cursor: pointer;
    color: #d52f2f;
    /* text-decoration: underline; */
}
a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px; 
    width: 0;
    height: 2px;
    background: #d52f2f;
    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: 150px !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: 71%;
    left: 14.5%;
    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;
    line-height: 76px;
}
.drop-nav .left{
    /* width: 50%; */
    width: 65%;
    max-width: 65%;
}
.drop-nav ul {
    display: flex;
    padding: 0;
    margin: 0%;
    /* justify-content: space-between; */
    width: 100%;
}
.drop-nav ul::-webkit-scrollbar {display:none}
.drop-nav .left ul li{
    /* width: 130px; */
    max-width: 130px;
    flex-shrink: 0;
    height: 100%;
    flex-grow: 1;
    line-height: 76px;
    text-align: center;
    position: relative;

}
.drop-nav .left ul li::after{
    content: "";
    width: 1px ;
    height: 15px;
    position: absolute;
    right: 0px;
    top: 30px;
    background-color: #cfcfcf;
}
.drop-nav ul li a{
	font-family: 微软雅黑;
	font-size: 16px;
	line-height: 36px;
	color: #333333;
}
.drop-nav ul li:hover{
    /* color: white !important; */
    font-weight: 600;
    font-size: 16px;
    /* background-color: #d52f2f; */
    border-bottom: 3px solid #d52f2f;
}
.drop-nav ul li:hover a::before{
    display: none;
    
}

.drop-nav ul .active {
 
    background-color: #0762bd;

}
.drop-nav ul .active a{
    color: white;
}
.introduce-container,.yewu-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;

}
.yewu-container{
    background-color: #f8f8f8;
    
}
.introduce-container .container,.yewu-container .container{
    width: 71%;
    margin: 100px auto;
}
.introduce-container .container .header-title h3{
    font-family: 微软雅黑;
	font-size: 32px;
	line-height: 24px;
	color: #333333;
    font-weight: 500;
}
.introduce-container .container .header-title p{
    font-family:微软雅黑;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
	opacity: 0.5;

}

.introduce-container .container .card{
    width: 700px;
    height: 520px;
    background-image: url(../images/introduce-redbg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: 30px;

}
.introduce-container .container .content p{
    display: inline-block;
    width: 100%;
    line-height: 28px;
    
}
.introduce-container .container .content{
    display: flex;
    flex-wrap:wrap;
}
.introduce-container .container .content .content-p{
    display: flex;   
    width: 44%;
    flex-direction: column;
}
.introduce-container .container .content .content-p p{
    width: 100%;
}
.introduce-container .container .content:nth-of-type(3){

flex-direction: column;
}
.introduce-container .container .content:nth-of-type(3) p{
width: 100% !important;
}
.footer2 .right{
    text-align: center;
    color: white;
}
.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;
    flex-shrink: 0;
}
.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;
    flex-shrink: 0;
    cursor: pointer;
}
.histroy .swiper-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.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;
}
.histroy .swiper-slide img{
    width: auto;
    height: auto;
}
.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: 20%;
    height: 100%;
    flex-shrink: 0;
    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;
    display: flex;
width:70%;
    flex-direction: column;
    justify-content: space-between;
}
.news-container .container .news  .right p{
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin: 0;
    display: -webkit-box;
    cursor: pointer;
    -webkit-box-orient: vertical;
    font-family: 微软雅黑;
	font-size: 16px;
	color: #888888;
    width: 90%;
}
.news-container .container .news  .right a{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
    display: block;
    width: 100%;
line-height: 40px !important;
}
.news-container .container .news  .right a:hover::before{
    display: none;
}
.news-container .container .news  .right h1{
    display: inline-block;
    width: 93%;
    font-family: 微软雅黑;
	font-size: 22px;
	letter-spacing: 0px;
	color: #333333;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    cursor: pointer;
    overflow-wrap: break-word;
    -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; display: none !important;}
.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;}
.upHistory{
 /* overflow-x: scroll;   
 overflow-y: unset;
 height: 400px; */
 padding-top: 25px;
}
.downHistory{
    text-align: left;
    width: 100%;
    margin-top: -1%;
}
.histroy .downHistory .swiper-slide img:nth-child(1){
    height: 100%;
    transform: rotate(180deg);

}
.histroy .downHistory .swiper-slide {
    text-align: left;
}
.histroy .swiper-slide{
    background-color: transparent;
}
.histroy .swiper-slide p{
    font-size: 16px;
}
.downHistory::-webkit-scrollbar {display:none}
.upHistory::-webkit-scrollbar {display:none}
/* .history .swiper-wrapper{
    align-items: baseline !important;
} */

#section2 .container .wrapper ul li img:nth-child(2){
    display: none;
}
#section2 .container .wrapper ul .active img:nth-child(2){
    display: block;
}
#section2 .container .wrapper ul .active img:nth-child(1){
    display: none;
}
 #swiper-Business .swiper-slide img {
            transform: scale(1.2);
            transition: all 2s;
        }

        #swiper-Business .swiper-slide-active img {
            transform: scale(1);
        }
.SplitPage a{
     margin:0px 10px;
}
.nav ul .active a{
color:#d52f2f;
font-weight:600;
}
