body{ min-width: 1300px;}
.f60{ font-size: 40px;}
.f40{ font-size: 36px;}
.f44{ font-size: 44px;}
.f30{ font-size: 20px;}
.f34{ font-size: 25px;}
.f36{ font-size: 36px;}
.f20{ font-size: 18px;}
.f24{ font-size: 24px;} 
.f18{ font-size: 17px;}
.f15{ font-size: 15px;}
.aboutTit {
	padding: 10px 0;
}
.line-height{ line-height: 2;}
.text-center{ text-align: center;}
.text-right{ text-align: right;}
.text-left{ text-align: left;}
.font-weight{ font-weight: 800;}
.text-uppercase{ text-transform: uppercase;}
.color-white{ color: white;}
.dis-flex-center-center{  display: flex; align-items: center; justify-content: center;}
.dis-flex-between-center{  display: flex; justify-content: space-between; align-items: center;}
.dis-flex-center{  display: flex; align-items: center;}
.dis-flex-between{  display: flex; justify-content: space-between}
.dis-flex{  display: flex;}
.flex-column{ flex-direction: column;}
.flex-wrap{ flex-wrap: wrap;}
.position-relative{ position: relative;}
/* background-attachment: fixed;*/
.neiban img{
	float: left;
}
.neiban{  position: relative; background-repeat: no-repeat; background-size: cover;overflow: hidden;}
.banTXT{  width: 100%; height: 100%; position: absolute; left: 0; top: 0; animation: topFloat 1.2s;}
.banTXT .line{ width: 45px; height: 4px; background-color: #fff; margin:20px 0 35px 0;}
.banTXT {
	position: absolute;
}
.neiban>img{width: 100%; display: block;}
.banTXT::after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/*background: rgba(0,0,0,0.1);*/
}
.banTXT>div{
	position: relative;
	z-index: 29;
}
.aboutLink:hover .f{
	transition: all 0.5s;
}
.aboutLink  {width: 222px;line-height: 54px; display: block;perspective: 500;-webkit-perspective: 500;  margin-right: 20px; text-align: center;  }
.aboutLink .w {position: relative; transition: all 0.25s;  transform-style: preserve-3d;pointer-events: none;}
.aboutLink .f { background: #fff;padding: 0 30px; color: #333; } 
.aboutLink  .t {position: absolute;background-color: #065fb3;width: 100%;height: 100%;padding: 0 30px;left: 0;color: #fff;top: -54px;    transform-origin: center bottom; transform: rotateX(90deg); backface-visibility: hidden;}
.aboutLink:hover .f {background: #065fb3;color: #fff;}
.aboutLink.on .f{ background: #065fb3; color: #fff;}
.aboutLink.on  .t{ background: #fff; color: #333;}
.aboutClass{ background-color: #f5f5f5; padding: 25px 0;}
.introduction{ background: url(../images/introductionBg.jpg) no-repeat center center; background-size: cover;}
.img{ position: relative; overflow: hidden;}.img img{ transition: all .66s;}
.introduction .left {  width: 48%;}
.introduction .left .tit{ padding-top: 20px; color: #e9eaeb; font-size: 118px; font-weight: bold;}
.introduction .left .tit span{ position: absolute; top: 55%; transform: translateY(-50%); left: 0; font-size: 32px; color: #000;}
.introduction .left .info{  line-height: 2;}
.introduction .img{ margin-top: 60px; width: 46%;}
.mask-white { position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(255,255,255,.2); content:''; -webkit-transition:-webkit-transform .6s; 
    transition:transform .6s; -webkit-transform:scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0); transform:scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0) }
.introduction .img:hover .mask-white{ -webkit-transform:scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0); transform:scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0)}
.introduction .img:hover img{ transform: scale(1.1);}
.introduction{ padding: 5vh 0;}
@font-face {
	font-family: 'DIN'; 
	src: url('../font/DIN.ttf');
 
	/* font-weight: 300;
	font-style: normal; */

}
.DIN{	font-family: 'DIN'; }
.clearfix:after {content: "";display: block;clear: both;width: 100%;height: 0;line-height: 0;font-size: 0;}
.introduction ul{ margin-top: 7vh; padding-bottom: 3vh;}
.introduction li span{font-family: arial!important; color: #065fb3; font-size: 60px; position: relative ; padding-right: 30px; font-weight: bold;}
.introduction li span::after{ display: block; content: '+'; color: #065fb3; position:  absolute; top: 0; font-size: 28px; right:  0; }
.Culture{ background: url(../images/CultureBg.jpg) no-repeat center center; background-size: cover; padding: 5vh 0 10vh;}
.aboutTit .line{ background-color: #fff; width: 50px; height: 5px; margin-top: 2vh;}
.Culture ul{ padding:  0 3vw; margin-top: 5vh;}
.Culture ul li{ overflow: hidden; background-color:#fff; width: 21% ; position: relative; text-align: center; padding: 35px 40px;  margin-top: 4.5vh; transition: all .5s; cursor: pointer; }
.Culture ul li .f34{ margin: 1vh 0 2vh;}
.Culture ul li:nth-child(5){ margin-right: 0;}
.Culture figure img{
	margin-bottom: 10px;
}
/* .Culture ul li:nth-child(1){align-items: center; width: 100%;  display: flex; justify-content: space-between; padding: 60px  60px  60px 0; margin-top: 0; }
.Culture ul li:nth-child(1) figure{ width: 24%; text-align: center;}
.Culture ul li:nth-child(1) .txt{ width: 76%; text-align: left;}
.Culture ul li:nth-child(1)  .f34{ margin-top: 0;} */
.Culture ul li:hover{ box-shadow: 0 0 15px rgba(255,255,255,.5); transform: translateY(-10px);}
.Culture ul li::after{
    position: absolute;
    content: "";
    left: -81px;
    top: 0;
    height: 0;
    width: 165px;
    background: #065fb3; 
    transition: all 0.5s cubic-bezier(.73,.02,.31,1.02);
    transform: rotate(-45deg);
}
.Culture ul li:hover:after{
	height: 50px;
}
.Culture ul li::before {
	position: absolute;
	content: "";
	right: -81px;
	bottom: 0;
	height: 0;
	width:165px;
	background: #065fb3;
	-webkit-transition: all 0.8s cubic-bezier(.73,.02,.31,1.02);
	-moz-transition: all 0.8s cubic-bezier(.73,.02,.31,1.02);
	transition: all 0.8s cubic-bezier(.73,.02,.31,1.02);
	transform: rotate(-45deg);
}
.Culture ul li:hover:before{
	height: 50px;
}
.Culture ul li:hover img{
	animation: jello 1.2s;
}
.history{ background: url(../images/historyBg.jpg) no-repeat center center; background-size: cover; padding: 5vh 0 10vh;}

.history .swiper-slide { padding-bottom: 40px; padding-top: 15px;}
.history .swiper-slide .years{ line-height: 85px;	font-family: arial;  font-weight: bold;}
.history .swiper-slide .line{ height: 70px;}
.history .swiper-slide .line::after{ width: 100%; height: 1px; background-color: #d9dce1; top:34.5px ; left: 0; display: block; content: ''; position: absolute;}
.history .swiper-slide .line::before{z-index: 99; display: inline-block; content: ''; width: 23px; height: 23px;
     left: 50%; top: 50%; transform:  translateX(-50%) translateY(-50%); position: absolute; background: url(../images/historyYuan.png) no-repeat center center; background-size: cover;}
.history .swiper-slide .info{ margin: 36px 25px;}
.history .swiper-slide  img{width: 84%; display: none;  max-width: 100%;animation: topFloat 1s; }
.history .swiper-slide {
	/* padding-left: 40px; */
	/* padding-right: 40px; */
}
@keyframes topFloat {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.history .swiper-slide.swiper-slide-active img{ display: inline-block;border:5px solid rgb(6,95,179);}
.history .swiper-slide.swiper-slide img{border:5px solid rgb(6,95,179);}
#historySwiper{ padding: 15px 0;}
#historySwiper { margin-top: 5vh;}
.centerBg{ width: 33.3%; height: 100%;  left: 50%; top: 0; transform:  translateX(-50%)  ; position: absolute; background-color: transparent;
     /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); */   }
#historySwiper .swiper-slide.swiper-slide-active .line::before{ background: url(../images/historyYuan-blue.png) no-repeat center center; background-size: cover;}
#historySwiper .swiper-slide.swiper-slide-active .line::after{ opacity: 0.1;}
#historySwiper .swiper-slide.swiper-slide-active .years{ color: #065fb3;}
#historySwiper .swiper-slide.swiper-slide-active { background: #fff; border-radius: 10px;}
.historySwiperPre{ background : url(../images/left-black.png) no-repeat center center  #fff; width: 70px; height: 70px; position: absolute; top: 240px; left: 0; z-index: 9; cursor: pointer;}
.historySwiperPre:hover{background : url(../images/left-white.png) no-repeat center center  #065fb3; }
.historySwiperNext{ transform: rotate(180deg); background : url(../images/left-black.png) no-repeat center center  #fff; width: 70px; height: 70px; position: absolute; top: 240px; right: 0; z-index: 9; cursor: pointer;}
.historySwiperNext:hover{background : url(../images/left-white.png) no-repeat center center  #065fb3;  }
*{ box-sizing: border-box;  margin:0;padding:0;  outline:none;}

.line-clamp{   word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
.line-clamp2{ word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.line-clamp3{ word-break:break-all;display:-webkit-box;-webkit-line-clamp: 2;-webkit-box-orient:vertical;overflow:hidden;}
.newslist a{ color: #333;}
.newslist{  padding: 0 0 6vh 0;}
.newslist li { margin-top: 4vh; transition: all .36s; }
.newslist li .img{ width: 30%;}
.newslist li .img img{ width: 100%; height: 100%; object-fit: cover;}
.newslist li:hover .mask-white{ -webkit-transform:scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0); transform:scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0)}
.newslist li:hover  .img img{ transform: scale(1.1);}
.newslist li .txt{ border: 1px solid #dcdcdc; border-left: none; width: 70%;}
.newslist li .txt .top{ padding: 30px 45px;}
.newslist li .txt .top .time{ margin: 2vh 0;font-size: 14px;}
.newslist li .txt .bottom{ padding: 25px 45px; border-top: 1px solid #dcdcdc; transition: all .36s; position: relative;} 
.newslist li .txt .bottom span{ position: relative;}
.newslist li .txt .bottom span::after{ background-color: #065fb3; width: 0; height: 1px; display: block; content: ''; position: absolute; top: 50%; transform: translateY(-50%); left: -40px; 
    transition: all .5s;}
.color-666{ color: #666;font-size: 14px;}
.newslist li:hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.newslist li:hover a{ color: #065fb3;}
.newslist li:hover  .txt .bottom{ padding-left: 88px;}
.newslist li:hover .bottom span::after{ width: 35px;}

.newLeft{  width:100%;}
.fl{ float:left;}
.fr{ float:right;}
.bg-white{ background-color: white;}
.newLeft .tit{ padding: 30px 50px; }
.mt15{ margin-top: 15px;}
.newdesc{ background-color: #f5f5f5;}
.color-555{ color: #555;}
.newdesc span{ width: 120px;  display: flex; align-items: center; justify-content: center; font-family: 'Ã¥Â®â€¹Ã¤Â½â€œ'; font-size: 40px; background: #eb9925; color: #fff; }
.newdesc  div{ width: calc(100% - 120px); padding: 25px 20px;}
.newsinfo{ padding: 40px 35px; border-bottom: 1px solid #dcdcdc;}
.newsinfo img{ max-width: 100%;}
.newsPage{ padding:  40px 35px;}
.newsPage a{ color: #333;}
.newsPage li:nth-child(2){ margin-top: 20px;}
.newsPage li a{  width: 65%;}
.newsBack{ background: #eb9925; color: #fff !important; width: 205px; height: 50px; border-radius: 25px; position: absolute; right: 40px; top: 50%; transform: translateY(-50%);}
.newsBack:hover{ box-shadow: 0 0 25px rgba(235, 153, 37, 0.2);}
.newRight{display: none;}
.newRight  a{ color: #333; }
.tjbox{ padding: 0 30px 20px  ;}
.newRight .title{ padding: 25px 30px; border-bottom: 1px solid #dcdcdc;}

 
.newRight  .tjlink{ background-color: #fff;  padding-top: 15px; }
.newRight  .tjlink div.txt{ margin-top: 15px;}
.newRight  .tjlink:hover img{ transform: scale(1.1);}
.rightTtel{ margin-top: 3vh;}
.rightTtel  img{vertical-align: middle;}
.rightTtel .txt{ background-color: #eb9925; padding: 20px 0;}
.mt10{  margin-top: 10px;}
.clear60{height:60px;overflow:hidden;clear:both;}

/*  */
@media screen and (max-width:1680px) {.f20{ font-size: 17px;}}
@media screen and (max-width:1580px) {.f20{ font-size: 16px;}}
@media screen and (max-width:1480px) {
	.newslist li .txt .top .time{ margin: 1.5vh 0;font-size: 14px;}

    .f60{ font-size: 40px;}
.f40{ font-size:36px;}
.f44{ font-size: 44px;}
.f30{ font-size: 30px;}
.f34{ font-size: 25px;}
.f36{ font-size: 34px;}
.f20{ font-size: 16px;}
.f24{ font-size: 24px;} 
.f18{ font-size: 16px;}
.f15{ font-size: 15px;}
    .Culture ul{ padding: 0;}
	.newslist li .txt .top{ padding: 25px 30px;}
    .newslist li .txt .bottom{    padding: 18px 30px;}
    .newslist li .txt .top .time{ /* margin: 2vh 0 1vh 0; */}
	.Culture ul li {
	    overflow: hidden;
	    background-color: #fff;
	    width: 21%;
	    position: relative;
	    text-align: center;
	    padding: 35px 40px;
	    margin-top: 4.5vh;
	    transition: all .5s;
	    cursor: pointer;
	}
}

 
.newslist li .txt .top .color-666{
	font-size: 15px;
line-height: 26px;}
.newslist li .txt .top .f30{
	font-size: 20px;
}