@charset "utf-8";
#banner{ width: 100%; min-width: 1200px; overflow: hidden; position: relative; top: -70px; background-color: #000;}
#banner .banner{background-position: center; background-repeat: no-repeat; background-size: cover;}
#banner img{width: 100%; display: block; opacity: .65;}
#banner .banner .mainBox{ position: absolute; width: 100%; min-width: 100%; max-width: 100%; left: 0; top: 46%; }
#banner .banner h2{font-size: .4rem; letter-spacing: 10px; text-align: center; font-weight: 600; color: #fff; margin-bottom: 10px;}
#banner .banner h2 span{display: inline-block; vertical-align: middle; margin: 0 10px 0 0; height: 6px; width: 60px; border-top: 1px solid #fff; border-bottom: 1px solid #fff;}
#banner .banner h2 b{display: inline-block;  vertical-align: middle;}
#banner .banner h4{font-size: .56rem; letter-spacing: 10px; text-align: center; font-family: Conv_DidotLTStd-Roman; text-transform: uppercase; font-weight: lighter; color: #fff; color: rgba(255,255,255,.6);}

.module-title{padding:50px 0 40px 0; display: block; display: flex; position: relative;}
.module-title h2{color: #333333;font-size: 21px; display: inline-block; vertical-align: middle;}
.module-title span{height: 19px; position: relative; top: 5px; border-left: 6px solid #d70021; border-right: 4px solid #333; margin:0 5px 0 8px; width: 12px;display: inline-block; vertical-align: middle;}
.module-title h3{color: #888;font-size: 25px; font-family: Conv_DidotLTStd-Roman; text-transform: uppercase; font-weight: lighter; display: inline-block; vertical-align: middle;}
.module-title .more{ position: absolute; right: 0; text-transform: uppercase; box-sizing: border-box; font-size: 12px; color: #000000; width: 110px; padding-left: 18px; line-height: 26px; height: 28px;  border: solid 1px #707070; border-radius: 20px; transition: all 0.2s ease-in-out; background: #fff no-repeat left 15px center;}
.module-title .more:hover{
	background: #D70021 url(../img/icon-more.png) no-repeat right 15px center;
	border-color: #D70021;
	color: #fff;
	width: 130px;
}
.page-info{position: relative; top: -20px; text-align: center;}
.page-info p{font-size: 16px; line-height: 1.8em; color: #fff;}

.main{ background: #F6F6F6; margin-top: -70px; overflow: hidden; width: 100%;}

.changjing{background: #262e32 url(../img/changjing-01.jpg) no-repeat center center; background-size: cover; padding-bottom: .8rem; overflow: hidden;}
.changjing .module-title{text-align: center; justify-content: center;}
.changjing .module-title h2{color: #fff;}
.changjing .module-title span{border-left: 6px solid #fff; border-right: 4px solid #d70021; }
.changjing .module-title h3{color: #fff;}
.changjing .block{position: relative; padding-top: 1.5rem; margin: -.3rem auto; width: 14.5rem;}
.changjing .block .block-bg{display: block; width: 100%; margin: 0 auto 0;}
.changjing .block .nav{position: absolute; display: flex; justify-content: center; align-items: center; top: 0; left: 0; margin-left:-.15rem overflow: hidden; width: 1.1rem; background-color: #fff; border-radius: 100%; transition: all 0.2s ease-in-out; box-shadow: 0 0 25px rgba(0,0,0,.3);}
.changjing .block .nav:hover{transform: scale(1.08); border: 0; box-shadow: 0 0 25px rgba(255,255,255,.3);}
.changjing .block .nav img{display: block; width: 100%;}
.changjing .block .nav-01{left: 0rem; top: 4.95rem;}
.changjing .block .nav-02{left: 0.2rem; top: 3.45rem;}
.changjing .block .nav-03{left: 0.7rem; top: 2.15rem;}
.changjing .block .nav-04{left: 1.9rem; top: 1rem;}
.changjing .block .nav-05{left: 3.2rem; top: .7rem;}
.changjing .block .nav-06{left: 5.1rem; top: .8rem;}
.changjing .block .nav-07{left: 8.16rem; top: .8rem;}
.changjing .block .nav-08{left: 9.85rem; top: .9rem;}
.changjing .block .nav-09{left: 11.35rem; top: 1.75rem;}
.changjing .block .nav-10{left: 12.4rem; top: 2.85rem;}
.changjing .block .nav-11{left: 13.35rem; top: 4.1rem;}
.changjing .block .nav-12{left: 13.5rem; top: 5.55rem;}

.changjing .block .nav-01,
.changjing .block .nav-04,
.changjing .block .nav-07,
.changjing .block .nav-09{
	animation: ghost1 1.1s infinite alternate .5s;
}
.changjing .block .nav-02,
.changjing .block .nav-05,
.changjing .block .nav-08,
.changjing .block .nav-10,
.changjing .block .nav-12{
	animation: ghost1 1.3s infinite alternate 0s;
}
.changjing .block .nav-03,
.changjing .block .nav-06,
.changjing .block .nav-09,
.changjing .block .nav-11{
	animation: ghost1 1.2s infinite alternate 1s;
}

@keyframes ghost1{
	0%{margin-top:5px;}
	100%{margin-top:-5px;}
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.list-box{margin: 20px -1% 0;}
.list-box .list{
	display: block;
	position: relative;
	overflow: hidden;
	width: 23%;
	margin: 0 1%;
	float: left;
	top: 0;
	background: #fff;
	transition: all 0.4s ease-in-out;
	margin-bottom: 2%;
}
@media screen and (max-width: 1400px) {
	.list-box .list{
		width: 31.33%;
	}
}
.list-box .list .box-bg{overflow: hidden; overflow: hidden;  transition: all 0.4s ease-in-out;}
.list-box .list .box-bg img{width: 100%;  transition: all 0.4s ease-in-out; background-size: cover; background-position: center;}
.list-box .list:hover{ box-shadow: 0 2px 25px rgba(0,0,0,0.15); top: -10px;}
.list-box .list:hover .box-bg img{transform: scale(1.1);}
.list-box .list .box-con{ position: relative; padding: 10px 0 20px;}
.list-box .list .box-con h2{font-size: 18px; font-weight: bold; line-height: 42px; letter-spacing: 2px;color: #000; text-align: center; transition: all 0.5s ease-in-out;}
.list-box .list:hover .box-con h2{color: #D70021;}
.list-box .list .box-con span{ display: block;  color: #888; text-align: center;}

@media screen and (max-width: 768px) {
	#banner{ width: 100%; min-width: 100%; overflow: hidden; position: relative; top: 0px; background-color: #000;}
	#banner .banner{background-size: cover; }
	#banner img{width: 100%;}
	#banner .banner .mainBox{ position: absolute; width: 100%; min-width: 100%; max-width: 100%; left: 0; top: 40%; }
	#banner .banner h2{font-size: .4rem; letter-spacing: 4px; text-align: center; font-weight: 600; color: #fff; margin-bottom: 10px;}
	#banner .banner h2 span{display: inline-block; vertical-align: middle; margin: 0 10px 0 0; height: 6px; width: 40px; border-top: 1px solid #fff; border-bottom: 1px solid #fff;}
	#banner .banner h2 b{display: inline-block;  vertical-align: middle;}
	#banner .banner h4{font-size: .2rem; letter-spacing: 2px; text-align: center; font-family: Conv_DidotLTStd-Roman; text-transform: uppercase; font-weight: lighter; color: #fff; color: rgba(255,255,255,.6);}
	#banner .swiper-slide{box-shadow: 0 0 50px rgba(0,0,0,0.8);}
	#banner .swiper-button-prev,#banner .swiper-button-next{margin-top: 30px;}
	#banner .swiper-button-prev{left: 0;}
	#banner .swiper-button-next{right: 0;}
	#banner .swiper-button-prev:after{font-size: 22px;padding: 15px 10px;color: #fff;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
	#banner .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{font-size: 22px;padding: 15px 10px;color: #fff;border-top-left-radius: 5px;border-bottom-left-radius: 5px;}
		
	.module-title{padding:.5rem 0 .4rem 0; display: block; display: block; position: relative; text-align: center;}
	.module-title h2{color: #333333; font-size: .32rem; letter-spacing: 1px; display: inline-block; text-align: center; vertical-align: middle; position: relative;}
	.module-title h2::after{content: ""; width: 2px; height: 2px; border-left: .4rem solid #D70021; border-right: 4px solid #000; position: absolute; top: .2rem; left: -.65rem;}
	.module-title h2::before{content: ""; width: 2px; height: 2px; border-right: .4rem solid #D70021; border-left: 4px solid #000; position: absolute; top: .2rem; right: -.65rem;}
	.module-title span{display: none;}
	.module-title h3{color: #888; font-size: .12rem; padding-top: 2px; letter-spacing: 2px; font-family: Conv_DidotLTStd-Roman; text-transform: uppercase; text-align: center; font-weight: lighter; display: block; vertical-align: middle;}
	.module-title .more{ position: absolute; opacity: 0; width: 100%; height: 100%; left: 0; top: 0;}
	
	
	.main{ background: #F6F6F6; margin-top: 0px; overflow: hidden;}

	.changjing{background: #262e32 url(../img/changjing-01.jpg) no-repeat center center; background-size: cover; padding-bottom: .8rem; overflow: hidden;}
	.changjing .module-title{text-align: center; justify-content: center;}
	.changjing .module-title h2{color: #fff;}
	.changjing .module-title h2::after{content: ""; width: 2px; height: 2px; border-left: .4rem solid #fff; border-right: 4px solid #000; position: absolute; top: .2rem; left: -.65rem;}
	.changjing .module-title h2::before{content: ""; width: 2px; height: 2px; border-right: .4rem solid #fff; border-left: 4px solid #000; position: absolute; top: .2rem; right: -.65rem;}
	.changjing .module-title h3{color: #fff;}
	.changjing .block{position: relative; padding-top: 1.5rem; margin: -.3rem auto; width: 100%;}
	.changjing .block .block-bg{display: block; width: 100%; margin: 0 auto 0; position: relative; left: .2rem;}
	.changjing .block .nav{position: absolute; display: flex; justify-content: center; align-items: center; top: 0; left: 0; margin-left:-.15rem overflow: hidden; width: .6rem; background-color: #fff; border-radius: 100%; transition: all 0.2s ease-in-out; box-shadow: 0 0 25px rgba(0,0,0,.3);}
	.changjing .block .nav:hover{transform: scale(1.08); border: 0; box-shadow: 0 0 25px rgba(255,255,255,.3);}
	.changjing .block .nav img{display: block; width: 100%;}
	.changjing .block .nav-01{left: 0.2rem; top: 2.95rem;}
	.changjing .block .nav-02{left: 0.4rem; top: 2.15rem;}
	.changjing .block .nav-03{left: 0.8rem; top: 1.45rem;}
	.changjing .block .nav-04{left: 1.5rem; top: 1rem;}
	.changjing .block .nav-05{left: 2.2rem; top: .75rem;}
	.changjing .block .nav-06{left: 3rem; top: .8rem;}
	.changjing .block .nav-07{left: 4.16rem; top: .8rem;}
	.changjing .block .nav-08{left: 4.95rem; top: .9rem;}
	.changjing .block .nav-09{left: 5.65rem; top: 1.35rem;}
	.changjing .block .nav-10{left: 6.2rem; top: 1.85rem;}
	.changjing .block .nav-11{left: 6.65rem; top: 2.3rem;}
	.changjing .block .nav-12{left: 6.7rem; top: 3.15rem;}

	.changjing .block .nav-01,
	.changjing .block .nav-04,
	.changjing .block .nav-07,
	.changjing .block .nav-09{
		animation: ghost1 1.1s infinite alternate .5s;
	}
	.changjing .block .nav-02,
	.changjing .block .nav-05,
	.changjing .block .nav-08,
	.changjing .block .nav-10,
	.changjing .block .nav-12{
		animation: ghost1 1.3s infinite alternate 0s;
	}
	.changjing .block .nav-03,
	.changjing .block .nav-06,
	.changjing .block .nav-09,
	.changjing .block .nav-11{
		animation: ghost1 1.2s infinite alternate 1s;
	}
		
	.page-info{position: relative; top: 0px; margin:.1rem .3rem .1rem; padding: 0; text-align: left;}
	.page-info p{font-size: .26rem; line-height: 1.8em;}
	.list-box{margin: 20px -1% 0; padding: 0 .3rem .3rem;}
	.list-box .list{
		display: block;
		position: relative;
		overflow: hidden;
		width: 48%;
		margin: 0 1%;
		float: left;
		top: 0;
		background: #fff;
		transition: all 0.4s ease-in-out;
		margin-bottom: 2%;
	}
	.list-box .list .box-con{ position: relative; padding: 10px .2rem 10px;}
	.list-box .list .box-con h2{font-size: .3rem; font-weight: bold; line-height: 1.5em; letter-spacing: 2px;color: #000; text-align: center; transition: all 0.5s ease-in-out;}
	.list-box .list .box-con span{ display: none; font-size: .24rem; color: #888; text-align: center;}
}




















