@charset "utf-8";
#wrap{background: #fff;}
#banner{ width: 100%; min-width: 1024px; overflow: hidden; position: relative;}
#banner img{width: 100%; display: block;}
#banner .banner-bg{position: relative; height: 440px; background-position: right center; background-repeat: no-repeat; background-size: cover;}
#banner .banner-con{text-align: left;  position: absolute; width: 90%; max-width: 1100px; margin: 0 auto; left: 50%; top: 50%; transform: translate(-50%,0%); color: #fff; }
#banner .banner-con h2{font-size: .48rem; text-align: center; font-weight: bold; letter-spacing: .15rem; margin-bottom: .6em; line-height: 1.2em; text-shadow: 0px 3px 15px rgba(0,0,0,0.16);}
#banner .banner-con h4{font-size: .22rem; width: 10rem; font-weight: normal; position: relative; text-shadow: 0px 1px 3px rgba(0,0,0,0.16);}
#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: .4rem 0 20px 0; display: block; margin: .5rem 0 0; position: relative;}
.module-title h2{color: #E40012; font-size: .39rem; display: block; position: relative;}
.module-title span{height: 3px; position: relative; background: #E40012; margin:.2rem 0 10px 0; width: .5rem; display: block;}
.module-title h3{color: #888;font-size: 12px; position: relative; text-transform: uppercase; font-weight: lighter; display: block;}
.module-title p{margin-bottom: 1em;}
.module-title .more{ position: absolute; right: 0; top: 46px; text-transform: uppercase; box-sizing: border-box; font-size: 12px; color: #888; width: 110px; padding-left: 18px; line-height: 26px; height: 28px;  border: solid 1px #E4E4E4; border-radius: 20px; transition: all 0.3s ease-in-out; background: #fff no-repeat right 115px center;}
.module-title .more:hover{
	background: #E40012 url(../img/icon-more.png) no-repeat right 15px center;
	border-color: #E40012;
	color: #fff;
	width: 130px;
}
.module-title .title-bg{position: absolute; letter-spacing: 10px; font-family: CODE_Bold; text-transform: uppercase; font-size: 1.5rem; line-height: 92px; color: #000; top: 0px; left: -0.5em; opacity: .02;}


#tab-box .tab-box{opacity: 0; top: -80px;}
#tab-box.on .tab-box{opacity: 1; top: 0;}

.module-1{	background: #F4F7F9 ; margin: .8rem 0; margin-top: -20px; position: relative; overflow: hidden;}
.module-1 .title{float: left; width: 25%; padding: 1rem .7rem 0 0rem;}
.module-1 .title h2{font-size: .38rem; color: #E40012; position: relative; display: inline-block; margin-bottom: .3rem;}
.module-1 .title h2 img{position: absolute; bottom: 0; width: .24rem; transform: translate(0, -100%);}
.module-1 .title .more{position:relative; display: inline-block; margin-top: .3rem; font-weight: bold; left: 0; transition: all 0.3s ease-in-out;}
.module-1 .title .more .iconfont{position: relative; top: .1em; font-size: 1.4em;left: 0; transition: all 0.3s ease-in-out;}
.module-1 .title .more:hover{left: .3em; color: #E40012;}
.module-1 .title .more:hover .iconfont{left: .2em;}

.module-1 .list-box{width: 75%; float: right;}
.module-1 .list-box .list{display: block; width: 33.3%; float: left; position: relative; background-color: #000;}
.module-1 .list-box .list .pic{overflow: hidden;}
.module-1 .list-box .list .pic img{display: block; width: 100%; background-position: center; background-size: cover; transition:all 0.4s;}
.module-1 .list-box .list:hover .pic img{transform:scale(1.1, 1.1); opacity: .7;}
.module-1 .list-box .list .con{position: absolute; color: #fff; text-align: center; transform: translate(0, -10%); width: 100%; top: 50%; transition:all 0.4s;}
.module-1 .list-box .list:hover .con{transform: translate(0,-40%);}
.module-1 .list-box .list .con h2{font-size: .24rem;text-shadow: 0px 3px 6px rgba(0,0,0,0.16);}
.module-1 .list-box .list .con span{display: block; opacity: 0; margin: .2rem auto 0; border-radius: 2em; width: 7em; height: 2.5em; line-height: 2.5em; font-size: 12px; border: 1px solid #fff; background-color: rgba(0,0,0,.2);transition:all 0.4s;}
.module-1 .list-box .list:hover .con span{opacity: 1 ;}

.module-2 .left-box{width: 35%; height: 500px; float: left; background: #F4F7F9; margin-right: 1.5%;}
.module-2 .left-box .pic{overflow: hidden;}
.module-2 .left-box .pic img{width: 100%; height: 390px; display: block; transition:all 0.4s; background-position: center; background-size: cover;}
.module-2 .left-box:hover .pic img{transform:scale(1.1, 1.1); }
.module-2 .left-box .con{padding: 20px 22px;}
.module-2 .left-box .con .title{line-height: 1.6em; margin-bottom: .1rem;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.module-2 .left-box:hover .con .title{color: #E40012;}
.module-2 .left-box .con .time{font-size: 12px;}

.module-2 .center-box{ width: 25%; float: left;}
.module-2 .center-box .list-01{background-color: #F4F7F9; display: block; margin-bottom: 15px; height: 290px;}
.module-2 .center-box .list-01 .pic{overflow: hidden;}
.module-2 .center-box .list-01 img{width: 100%; height: 220px; display: block; transition:all 0.4s; background-position: center; background-size: cover;}
.module-2 .center-box .list-01:hover .pic img{transform:scale(1.1, 1.1); }
.module-2 .center-box .list-01 .con{padding: 10px 16px;}
.module-2 .center-box .list-01 .con .title{line-height: 1.6em; overflow:hidden;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.module-2 .center-box .list-01:hover .con .title{color: #E40012;}
.module-2 .center-box .list-02{position: relative; display: block;}
.module-2 .center-box .list-02 .pic{overflow: hidden;}
.module-2 .center-box .list-02 img{width: 100%; height: 195px; display: block; transition:all 0.4s; background-position: center; background-size: cover;}
.module-2 .center-box .list-02:hover .pic img{transform:scale(1.1, 1.1); opacity: .8;}
.module-2 .center-box .list-02 .con{padding: 10px 16px; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%); width: 100%; position: absolute; bottom: 0; color: #fff;}

.module-2 .right-box {width: 35%; float: right;}
.module-2 .right-box .title-box{border-bottom: 2px solid #f1f1f1; margin-top: 15px; margin-bottom: 8px; height: 45px;}
.module-2 .right-box .title-box h2{font-size: 32px; float: left; color: #E40012; height: 45px; border-bottom: 2px solid #E40012;}
.module-2 .right-box .title-box .more{position:relative; float: right; display: inline-block; margin-top: 0rem; font-weight: bold;left: 0; transition: all 0.3s ease-in-out;}
.module-2 .right-box .title-box .more .iconfont{position: relative; top: .15em; font-size: 1.5em;left: 0; transition: all 0.3s ease-in-out;}
.module-2 .right-box .title-box .more:hover{left: .3em; color: #E40012;}
.module-2 .right-box .title-box .more:hover .iconfont{left: .2em;}
.module-2 .right-box .list-box .list{border-bottom: 1px dotted #f1f1f1; padding: 13px 0 10px;}
.module-2 .right-box .list-box .list .title{display: block; font-size: 20px; line-height: 28.8px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.module-2 .right-box .list-box .list .title:hover{color: #E40012;}
.module-2 .right-box .list-box .list .time{font-size: 14px; color: #888; padding-top: 5px;}
.module-2 .right-box .list-box .list .time a{display: inline-block; margin-right: .2rem; line-height: 28.8px;}
.module-2 .right-box .list-box .list .time a:hover{color: #E40012;}


.module-3{background: url(../img/csr-02.jpg) no-repeat top center; background-size: 100%; overflow: hidden;}
.module-3 .module-title{text-align: center;}
.module-3 .module-title span{margin-left: auto; margin-right: auto;}
.module-3 .list-box{margin: 0 -.3rem .6rem; text-align: center;}
.module-3 .list-box .list{width: 18%; margin: 0 .01rem; overflow: hidden; display: inline-block; transition:all 0.4s; position: relative;}
.module-3 .list-box .list .pic{background-color: #000;}
.module-3 .list-box .list .pic img{width: 100%; height: 4rem; display: block; transition:all 0.4s; background-size: cover; background-position: center;}
.module-3 .list-box .list .con{position: absolute; bottom: 0; width: 100%; height: 110%; background: linear-gradient(180deg, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.6) 100%); display: flex; flex-direction: column; justify-content: end;}
.module-3 .list-box .list .con .title{font-size: .3rem; color:#fff; text-align: left; transition:all 0.4s; padding: 0 .3rem 10px; position: absolute; bottom: 1em;}
.module-3 .list-box .list .con span{height: 2px;font-size: .3rem; position: absolute; transition:all 0.5s;  background: #fff; width: .5rem; display: block; position: absolute; bottom: 1em; left: .3rem;}
.module-3 .list-box .list .con .describe{width: 100%; height: 4.5em; line-height: 1.5em; position: absolute;   bottom: -3em; color: #fff; text-align: left; opacity: 0; transition:all .6s; padding: 0 .3rem 20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.module-3 .list-box .list.cur .con .title{bottom: 4.6em; font-weight: bold;}
.module-3 .list-box .list.cur .con span{bottom: 4.5em;}
.module-3 .list-box .list.cur .con .describe{opacity: 1; bottom: 2em;}
.module-3 .list-box .list.cur{width: 40%;}
.module-3 .list-box .list.cur .pic img{opacity: .8;}

@media screen and (max-width: 1600px) {
	
	/* .module-2 .left-box{width: 6.5rem; height: 5.6rem; float: left; background: #F4F7F9; margin-right: .15rem;}
	.module-2 .left-box .pic{overflow: hidden;}
	.module-2 .left-box .pic img{width: 100%; height: 3.8rem; display: block; transition:all 0.4s; background-position: center; background-size: cover;}
	.module-2 .left-box:hover .pic img{transform:scale(1.1, 1.1); }
	.module-2 .left-box .con{padding: 20px 22px;}
	.module-2 .left-box .con .title{line-height: 1.6em; margin-bottom: .2rem;}
	.module-2 .left-box:hover .con .title{color: #E40012;}
	.module-2 .left-box .con .time{font-size: 12px;}
	.module-2 .center-box{ width: 4rem; float: left;}
	.module-2 .center-box .list-01{background-color: #F4F7F9; display: block; margin-bottom: .15rem; height: 3.45rem;}
	.module-2 .center-box .list-01 .pic{overflow: hidden;}
	.module-2 .center-box .list-01 img{width: 100%; height: 2.6rem; display: block; transition:all 0.4s; background-position: center; background-size: cover;}
	.module-2 .center-box .list-01:hover .pic img{transform:scale(1.1, 1.1); opacity: .8;}
	.module-2 .center-box .list-01 .con{padding: 10px 16px;}
	.module-2 .center-box .list-01 .con .title{line-height: 1.6em; overflow:hidden;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
	.module-2 .center-box .list-01:hover .con .title{color: #E40012;}
	.module-2 .center-box .list-02{position: relative; display: block;}
	.module-2 .center-box .list-02 .pic{overflow: hidden;}
	.module-2 .center-box .list-02 img{width: 100%; height: 2rem; display: block; transition:all 0.4s; background-position: center; background-size: cover;}
	.module-2 .center-box .list-02:hover .pic img{transform:scale(1.1, 1.1); opacity: .8;}
	.module-2 .center-box .list-02 .con{padding: 10px 16px; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%); width: 100%; position: absolute; bottom: 0; color: #fff;}
	.module-2 .right-box {width: 5rem; float: right;}
	.module-2 .right-box .title-box{border-bottom: 2px solid #f1f1f1; height: .6rem;}
	.module-2 .right-box .title-box h2{font-size: .38rem; float: left; color: #E40012; height: .6rem; border-bottom: 2px solid #E40012; width: 4em;}
	.module-2 .right-box .title-box .more{position:relative; float: right; display: inline-block; margin-top: 0rem; font-weight: bold;}
	.module-2 .right-box .title-box .more .iconfont{position: relative; top: .15em; font-size: 1.5em;}
	.module-2 .right-box .title-box .more:hover{color: #E40012;}
	.module-2 .right-box .list-box .list{border-bottom: 1px dotted #f1f1f1; padding: .24rem 0;}
	.module-2 .right-box .list-box .list .title{display: block; font-size: .2rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
	.module-2 .right-box .list-box .list .title:hover{color: #E40012;}
	.module-2 .right-box .list-box .list .time{font-size: 12px; color: #888; padding-top: .1rem;}
	.module-2 .right-box .list-box .list .time a{display: inline-block; margin-right: .2rem;}
	.module-2 .right-box .list-box .list .time a:hover{color: #E40012;}
	
	.module-3 .list-box .list.cur .con .title{bottom: 4.2em;}
	.module-3 .list-box .list{width: 3.15rem; margin: 0 .05rem;} */
}

/* 荣誉 */
#honor {position: relative; padding-bottom: .7rem;}
#honor .list{ }
#honor .list .pic img{width: 100%; display: block; margin: 0 auto;}
#honor .list .con{text-align: center;}
#honor .swiper-pagination-bullets{}
#honor .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}
#honor .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #E40012;
	background-color: #fff;
}

@media screen and (max-width: 768px) {
	#wrap{background: #fff;}
	#banner{ width: 100%; min-width: 100%; overflow: hidden; position: relative;}
	#banner img{width: 100%; display: block;}
	#banner .banner-bg{position: relative; height: 4rem; background-position: right center; background-repeat: no-repeat; background-size: cover;}
	#banner .banner-con{text-align: center; position: absolute; width: 100%; left: 0%; top: 55%; transform: translate(0,0); color: #fff;}
	#banner .banner-con h2{font-size: .48rem; padding-left: 0; letter-spacing: 2px; line-height: 1.2em; text-shadow: 0 0 3px rgba(0,0,0,.4);}
	#banner .banner-con h4{font-size: .22rem; width: 10rem; font-weight: normal; position: relative; text-shadow: 0px 1px 3px rgba(0,0,0,0.16); display: none;}
	#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; margin: 0; display: block; display: block; position: relative; text-align: center;}
	.module-title h2{color: #E40012; font-size: .36rem; letter-spacing: 1px; display: inline-block; text-align: center; vertical-align: middle; position: relative;}
	.module-title span{height: 3px; position: relative; background: #E40012; margin:.2rem 0 10px 20px; width: .5rem; display: block;}
	.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;}
	.module-title .title-bg{position: absolute; display: none; letter-spacing: 10px; font-family: CODE_Bold; text-transform: uppercase; font-size: 150px; line-height: 92px; color: #000; top: 0px; left: -0.5em; opacity: .02;}
	
	#tab-box {display: none;}
	#tab-box .tab-box{opacity: 0; top: -80px;}
	#tab-box.on .tab-box{opacity: 1; top: 0;}
	
	.module-1{	background: #F4F7F9 ; margin: 0rem 0; margin-top: 0px; padding: 0 20px; position: relative; overflow: hidden;}
	.module-1 .title{float: left; width: 100%; padding: 1rem 0 0 0rem;}
	.module-1 .title h2{font-size: .36rem; color: #E40012; position: relative; display: inline-block; margin-bottom: .3rem;}
	.module-1 .title h2 img{position: absolute; bottom: 0; width: .24rem; transform: translate(0, -100%);}
	.module-1 .title .more{position:relative; display: inline-block; margin-top: .3rem; font-weight: bold; left: 0; transition: all 0.3s ease-in-out; display: none;}
	.module-1 .title .more .iconfont{position: relative; top: .1em; font-size: 1.4em;left: 0; transition: all 0.3s ease-in-out;}
	.module-1 .title .more:hover{left: .3em; color: #E40012;}
	.module-1 .title .more:hover .iconfont{left: .2em;}
	
	.module-1 .list-box{width: 100%; float: right; margin: 20px 0 .7rem;}
	.module-1 .list-box .list:first-child{display: block; width: 100%; float: left; position: relative; background-color: #000;}
	.module-1 .list-box .list{display: block; width: 50%; float: left; position: relative; background-color: #000;}
	.module-1 .list-box .list .pic{overflow: hidden;}
	.module-1 .list-box .list .pic img{display: block; width: 100%; height: 35vw; opacity: .7; background-position: center; background-size: cover; transition:all 0.4s;}
	.module-1 .list-box .list:hover .pic img{transform:scale(1.1, 1.1); opacity: .7;}
	.module-1 .list-box .list:first-child .pic img{height: 45vw;}
	.module-1 .list-box .list .con{position: absolute; color: #fff; text-align: center; transform: translate(0, -10%); width: 100%; top: 50%; transition:all 0.4s;}
	.module-1 .list-box .list .con{transform: translate(0,-10%);}
	.module-1 .list-box .list .con h2{font-size: .28rem;text-shadow: 0px 3px 6px rgba(0,0,0,0.16);}
	.module-1 .list-box .list .con span{display: block; opacity: 0; margin: .2rem auto 0; border-radius: 2em; width: 7em; height: 2.5em; line-height: 2.5em; font-size: 12px; border: 1px solid #fff; background-color: rgba(0,0,0,.2);transition:all 0.4s;}
	.module-1 .list-box .list:hover .con span{opacity: 0;}
	
	.module-2 .left-box{width: 100%; height: 500px; float: left; background: #F4F7F9; margin-right: 1.5%; display: none;}
	.module-2 .left-box .pic{overflow: hidden;}
	.module-2 .left-box .pic img{width: 100%; height: 390px; display: block; transition:all 0.4s; background-position: center; background-size: cover;}
	.module-2 .left-box:hover .pic img{transform:scale(1.1, 1.1); }
	.module-2 .left-box .con{padding: 20px 22px;}
	.module-2 .left-box .con .title{line-height: 1.6em; margin-bottom: .1rem;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
	.module-2 .left-box:hover .con .title{color: #E40012;}
	.module-2 .left-box .con .time{font-size: 12px;}
	
	.module-2 .center-box{ width: 25%; float: left;  display: none;}
	.module-2 .center-box .list-01{background-color: #F4F7F9; display: block; margin-bottom: 15px; height: 290px;}
	.module-2 .center-box .list-01 .pic{overflow: hidden;}
	.module-2 .center-box .list-01 img{width: 100%; height: 220px; display: block; transition:all 0.4s; background-position: center; background-size: cover;}
	.module-2 .center-box .list-01:hover .pic img{transform:scale(1.1, 1.1); }
	.module-2 .center-box .list-01 .con{padding: 10px 16px;}
	.module-2 .center-box .list-01 .con .title{line-height: 1.6em; overflow:hidden;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
	.module-2 .center-box .list-01:hover .con .title{color: #E40012;}
	.module-2 .center-box .list-02{position: relative; display: block;}
	.module-2 .center-box .list-02 .pic{overflow: hidden;}
	.module-2 .center-box .list-02 img{width: 100%; height: 195px; display: block; transition:all 0.4s; background-position: center; background-size: cover;}
	.module-2 .center-box .list-02:hover .pic img{transform:scale(1.1, 1.1); opacity: .8;}
	.module-2 .center-box .list-02 .con{padding: 10px 16px; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%); width: 100%; position: absolute; bottom: 0; color: #fff;}
	
	.module-2 .right-box {width: 100%; float: right; padding: 20px;}
	.module-2 .right-box .title-box{border-bottom: 2px solid #f1f1f1; margin-top: 15px; margin-bottom: 8px; height: .7rem;}
	.module-2 .right-box .title-box h2{font-size: .36rem; float: left; color: #E40012; height: .7rem; border-bottom: 2px solid #E40012;}
	.module-2 .right-box .title-box .more{position:relative; float: right; display: inline-block; margin-top: 0rem; font-weight: bold;left: 0; transition: all 0.3s ease-in-out;}
	.module-2 .right-box .title-box .more .iconfont{position: relative; top: .15em; font-size: 1.5em;left: 0; transition: all 0.3s ease-in-out;}
	.module-2 .right-box .title-box .more:hover{left: .3em; color: #E40012;}
	.module-2 .right-box .title-box .more:hover .iconfont{left: .2em;}
	.module-2 .right-box .list-box .list{border-bottom: 1px dotted #f1f1f1; padding: 13px 0 10px;}
	.module-2 .right-box .list-box .list .title{display: block; font-size: .32rem; line-height: 28.8px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
	.module-2 .right-box .list-box .list .title:hover{color: #E40012;}
	.module-2 .right-box .list-box .list .time{font-size: .28rem; color: #888; padding-top: 5px;}
	.module-2 .right-box .list-box .list .time a{display: inline-block; margin-right: .2rem; line-height: 28.8px;}
	.module-2 .right-box .list-box .list .time a:hover{color: #E40012;}
	
	
	.module-3{background: url(../img/csr-02.jpg) no-repeat top center; background-size: 100%; overflow: hidden;}
	.module-3 .module-title{text-align: center;}
	.module-3 .module-title span{margin-left: auto; margin-right: auto;}
	.module-3 .list-box{margin: 0 20px .6rem; text-align: center;}
	.module-3 .list-box .list{width: 100%; margin: 0  0 10px; overflow: hidden; display: block; transition:all 0.4s; position: relative;}
	.module-3 .list-box .list .pic{background-color: #000;}
	.module-3 .list-box .list .pic img{width: 100%; height: 4rem; display: block; transition:all 0.4s; background-size: cover; background-position: center;}
	.module-3 .list-box .list .con{position: absolute; bottom: 0; width: 100%; height: 110%; background: linear-gradient(180deg, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.6) 100%); display: flex; flex-direction: column; justify-content: end;}
	.module-3 .list-box .list .con .title{font-size: .3rem; color:#fff; text-align: left; transition:all 0.4s; padding: 0 .3rem 10px; position: absolute; bottom: 1em;}
	.module-3 .list-box .list .con span{height: 2px;font-size: .3rem; position: absolute; transition:all 0.5s;  background: #fff; width: .5rem; display: block; position: absolute; bottom: 1em; left: .3rem;}
	.module-3 .list-box .list .con .describe{width: 100%; height: 4.5em; line-height: 1.5em; position: absolute;   bottom: -3em; color: #fff; text-align: left; opacity: 0; transition:all .6s; padding: 0 .3rem 20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
	.module-3 .list-box .list .con .title,
	.module-3 .list-box .list.cur .con .title{bottom: 6em; font-weight: bold; font-size: .4rem;}
	.module-3 .list-box .list .con span,
	.module-3 .list-box .list.cur .con span{bottom: 7.8em;}
	.module-3 .list-box .list .con .describe{opacity: 1; bottom: 2em;}
	.module-3 .list-box .list,
	.module-3 .list-box .list.cur{width: 100%;}
	.module-3 .list-box .list .pic img,
	.module-3 .list-box .list.cur .pic img{opacity: .8;}

}




















