@charset "utf-8";
.banner,.banner .swiper-container,.banner .swiper-slide{
	overflow: hidden;
	width: 100%;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide img{
	width: 100%;
	height: auto;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 30px;
}
.banner .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	opacity: 1;
	background-color: #fff;
}

.banner .swiper-pagination-bullet-active {
	background-color: #b0273b;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction{
	bottom: 30px;
}

/* 首页 */
.banner{
	width: 100%;
	height: 100%;
	background: url(../img/banner.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	box-sizing: border-box;
}
.banner>img{
	width: 822px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -411px;
	top: 30%;
	z-index: 3;
}
.banner>i{
	display: block;
	width: 45px;
	height: 36px;
	position: absolute;
	left: 50%;
	margin-left: -22.5px;
	bottom: 20px;
	z-index: 3;
	animation: warn 1.5s ease-out 0s infinite;
}
@keyframes warn {
    0% {
      transform: scale(0.4);
      opacity: 1;
    }
 
    20% {
      opacity: 0.8;
    }
	60% {
	  opacity: 0.6;
	}
	80% {
	  opacity: 0.4;
	}
    100% {
      transform: scale(1.2);
      opacity: 0.2;
    }
  }
.cont{
	min-height: 600px;
}
.main{
	width: 100%;
	box-sizing: border-box;
	padding-right: 230px;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.main-l{
	width: 100%;
	box-sizing: border-box;
}
.cont1-b img{
	width: 100%;
	height: auto;
}
.cont-list{
	padding: 50px 0;
	border-bottom: 1px solid #d4d4d4;
}
.cont-list a{
	float: left;
	width: 20%;
}
.cont-list a img{
	margin: 0 auto;
}
.cont-list a h4{
	font-size: 22px;
	text-align: center;
	color: #8c8c8c;
	margin-top: 15px;
}
.cont2{
	padding-top: 75px;
	border-bottom: 1px solid #d4d4d4;
	background: url(../img/tit2.jpg) no-repeat center top;
	background-size: 98% auto;
}
.cont2-box{
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
	background-color: #e6e6e6;
	margin: 0 auto;
	border-radius: 5px;
	position: relative;
}
.cont2-tab{
	width: 100%;
	box-sizing: border-box;
	padding: 8px 0 8px 8px;
}
.cont2-tab>i{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.cont2-tab>i img{
	width: 100%;
	height: auto;
}
.cont2-tab ul{
	position: relative;
	height: 100%;
	height: 580px;
	display: flex;
	justify-content: space-around;
	align-items:stretch;
}
.cont2-tab ul li{
	float: left;
	padding-left:88px;
	width: 88px;
	box-sizing: border-box;
	position: relative;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.cont2-tab ul li div{
	position: absolute;
	width: 88px;
	left: 0;
	top: 0;
	height: 580px;
	box-sizing: border-box;
	padding: 0 4px;
	background: url(../img/i1.png) no-repeat center bottom;
	background-size: 100% auto;
	background-color: #fff;
	border-radius: 5px;
	padding-top: 10%;
	overflow: hidden;
	cursor: pointer;
}
.cont2-tab ul li:nth-child(2) div{
	background-image: url(../img/i2.png);
}
.cont2-tab ul li:nth-child(3) div{
	background-image: url(../img/i3.png);
}
.cont2-tab ul li:nth-child(4) div{
	background-image: url(../img/i4.png);
}
.cont2-tab ul li:nth-child(5) div{
	background-image: url(../img/i5.png);
}
.cont2-tab ul li:nth-child(6) div{
	background-image: url(../img/i6.png);
}
.cont2-tab ul li:nth-child(7) div{
	background-image: url(../img/i7.png);
}
.cont2-tab ul li div em{
	display: block;
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	color: #ab0000;
	text-shadow: 0 0 2px rgba(0,0,0,0.6);
	margin: 10px 0;
}
.cont2-tab ul li div p{
	text-align: center;
	font-size: 26px;
	width: 30px;
	margin: 0 auto;
	line-height: 28px;
	color: #bebebe;
	display: none;
}
.cont2-tab ul li p i{
	font-size: 24px;
	font-weight: bold;
	color: #999;
}
.cont2-tab ul li div span{
	display: block;
	text-align: center;
	font-size: 24px;
	color: #bebebe;
	margin-top: 15px;
}
.cont2-tab ul li:first-child div{
	padding-top: 4%;
}
.cont2-tab ul li:first-child p{
	font-size: 20px;
	line-height: 24px;
	display: block;
	color: #ab0000;
	text-shadow: 0 0 2px rgba(0,0,0,0.6);
}
.cont2-tab ul li{
	overflow: hidden;
	width: 88px;
	height: 580px;
}
.cont2-tab ul li a{
	display: block;
	width:100%;
	height: 580px;
}
.cont2-tab ul li.active,.cont2-tab ul li:hover{
	width: 59.5%;
}
.cont2-tab ul li a{
	background: url() no-repeat center center;
	background-size: cover;
}
.cont2-tab ul li.active p{
	display: block;
}
.cont2-tab ul li.active span{
	display: none;
}
.cont2-tab ul li:last-child{
	margin-right: 0;
}
.cont2-box .cont2-list{
	float: right;
	width: 56%;
}
.cont2-box .cont2-list img{
	width: 100%;
	height: auto;
}
.cont3{
	padding-top:5%;
	border-bottom: 1px solid #d4d4d4;
	background: url(../img/tit3.png) no-repeat center 5px;
	background-size: 98% auto;
}
.cont3-c{
	width: 100%;
	margin: 0 auto;
	background-color: #f7f7f7;
	padding: 20px 0;
}
.cont3-l{
	float: left;
	width: 64%;
	border-right: 4px solid #c1c1c1;
	box-sizing: border-box;
}
.cont3-c .gd{
	display: block;
	text-align: center;
	font-size: 21px;
	color: #707070;
	font-weight: bold;
	letter-spacing:5px;
}
.cont3-r iframe,.cont3-r video{
	display: block;
	width: 80%;
	height: 356px;
	margin: 40px auto 26px;
	background-color: #000;
	display: none;
}
.cont3-r iframe.active,.cont3-r video.active{
	display: block;
}
#certify{
	position: absolute;
	left: 50%;
	margin-left: -41.5%;
	top: 0;
	z-index: 1;
	opacity: 0;
}
.certify-box{
	position: relative;
	margin-top: 40px;
	height: 382px;
}
/* .certify-box>div{
	display: none;
} */
.certify-box #certify.active{
	opacity: 1;
	z-index: 3;
}
.cont3-r{
	float: left;
	width: 36%;
}
.title3 h4{
	text-align: center;
	font-size: 26px;
	color: #666;
}
.title3 h4 span,.title3 h4 a{
	font-size: 26px;
	color: #666;
	margin: 0 5px;
	letter-spacing:5px
}
.title3 p{
	text-align: center;
	font-size: 18px;
	letter-spacing:5px;
	color: #4d4d4d;
}
.title3 p em{
	cursor: pointer;
}
.title3 p em.active{
	font-size: 26px;
	color: #960000;
}
.cont4{
	padding-top:5%;
	border-bottom: 1px solid #d4d4d4;
	background: url(../img/titl4.png) no-repeat center 5px;
	background-size: 98% auto;
}
.cont4-box{
	background-color:#f7f7f7;
	width: 100%;
	margin: 0 auto;
}
.cont4-box img{
	width: 100%;
	height: auto;
}
.cont4-box a{
	display: block;
	padding: 50px;
	font-size: 26px;
	text-align: center;
	color: #333;
}
.cont4-box a span{
	margin: 0 15px;
}
.cont5-tab a{
	float: left;
	width: 16.66666%;
	padding: 40px 0;
}
.cont5-tab a img{
	/* width: 60%; */
	margin: 0 auto;
}
.cont5-tab a span{
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #979797;
}
.cont5-tab a:hover{
	background-color: #e1e1e1;
}
.cont5-box img{
	width: 100%;
	height: auto;
}
.cont5-box,.cont5-box .swiper-container,.cont5-box .swiper-slide{
	overflow: hidden;
	width: 100%;
}
.cont5-box .swiper-slide{
	position: relative;
}
.cont5-box .swiper-slide img{
	width: 100%;
	height: auto;
}
.cont5-box .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 25px;
}
.cont5-box .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	opacity: 0.2;
	background-color: #fff;
}

.cont5-box .swiper-pagination-bullet-active {
	opacity: 0.5;
	width: 18px;
	height: 18px;
}
.cont5-box .swiper-container-horizontal>.swiper-pagination-bullets,.cont5-box .swiper-pagination-custom,.cont5-box .swiper-pagination-fraction{
	bottom: 30px;
}
.cont6{
	padding-top:80px;
	border-bottom: 1px solid #d4d4d4;
	background: url(../img/tit5.png) no-repeat center 5px;
	background-size: 98% auto;
}
.cont6-box{
	width: 100%;
	height: 640px;
	background: url(../img/bg2.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}
.cont6-list{
	width: 980px;
	margin: 100px auto 0;
	height: 420px;
}
.cont6-l{
	float: left;
	width: 490px;
	background-color: rgba(0,0,0,0.5);
	height: 420px;
	text-align: center;
	overflow: hidden;
}
.cont6-r{
	float: right;
	width: 490px;
	background-color: rgba(255,255,255,0.87);
	height: 420px;
}
.cont6-l em,.cont6-l p{
	display: block;
	font-size: 29px;
	margin-top: 100px;
	color: #fff;
	text-shadow: 0 5px 8px rgba(0,0,0,0.6);
}
.cont6-l em{
	margin-bottom: 35px;
}
.cont6-l p{
	margin-top: 25px;
}
.cont6-l i{
	display: block;
	font-size: 12px;
	color: #fff;
	font-weight: lighter;
	margin-top: 50px;
}
.cont6-r form{
	display: block;
	width: 350px;
	margin: 60px auto 0;
}
.cont6-r li{
	height: 44px;
	border-bottom: 2px solid rgba(0,0,0,0.7);
	box-sizing: border-box;
	padding-left: 35px;
	background: url(../img/name.png) no-repeat 5px center;
	background-size: 22px auto;
}
.cont6-r li input{
	display: block;
	width: 100%;
	height: 42px;
	line-height: 42px;
	font-size: 13px;
	background-color: transparent;
}
.cont6-r li:nth-child(2){
	background-image: url(../img/phone.png);
}
.cont6-r li:nth-child(3){
	background-image: url(../img/xx.png);
}
.cont6-r li:nth-child(4){
	background-image: url(../img/yzm.png);
}
.cont6-r a{
	display: block;
	margin-top: 30px;
	font-size: 13px;
	padding-left: 30px;
	background: url(../img/gg.png) no-repeat left center;
	line-height: 30px;
	color: #333;
}
.cont6-r a.active{
	background-image: url(../img/gg2.png);
	color: #a8000d;
}
.cont6-r form>input{
	width: 100%;
	height: 34px;
	color: #fff;
	background-color: #3f82e7;
	border-radius: 50px;
	margin-top: 20px;
}
.cont7{
	padding-bottom: 40px;
}
.cont7-tab{
	padding: 30px 0;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
}
.cont7-tab em{
	line-height: 52px;
	font-size: 16px;
	color: #333;
	position: absolute;
	top: 0;
	right: -42px;
}
.cont7-tab a{
	color: #707070;
	margin: 0 40px;
	position: relative;
}
.cont7-tab a:hover,.cont7-tab a.active{
	color: #860003;
}
.cont7-tab a:hover h4,.cont7-tab a.active h4{
	font-size: 27px;
}
.cont7-tab a:hover span,.cont7-tab a.active span{
	font-size: 14px;
}
.cont7-tab a h4{
	font-size: 22px;
	text-align: center;
	line-height: 30px;
}
.cont7-tab a span{
	display: block;
	text-align: center;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	line-height: 22px;
}
.cont7-box{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 40px;
}
.cont7-l{
	float: left;
	width: 37.2%;
}
.cont7-r{
	float: right;
	width: 60%;
	height: 475px;
}
.cont7-l a{
	display: block;
}
.cont7-l a i{
	display: block;
}
.cont7-l a i img{
	width: 100%;
	height: auto;
}
.cont7-l a div h4{
	font-size: 17px;
	color: #6c6c6c;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 40px;
}
.cont7-l a div P{
	font-size: 12px;
	color: #acacac;
	line-height: 24px;
}
.cont7-l a div span{
	font-size: 15px;
	color: #7d0003;
	font-weight: bold;
	display: block;
	margin-top: 5px;
}
.cont7-r a{
	display: block;
	border-bottom: 1px solid #999;
	padding-bottom: 20px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding-left: 70px;
	margin-bottom: 20px;
}
.cont7-r a .time{
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
}
.cont7-r a .time em{
	display: block;
	font-size: 41px;
	color: #6c6c6c;
	/* font-weight: bold; */
	line-height: 40px;
}
.cont7-r a .time span{
	display: block;
	font-size: 13px;
	color: #6c6c6c;
}
.cont7-r a .n-c h4{
	font-size: 17px;
	color: #6c6c6c;
	/* font-weight: bold; */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cont7-r a .n-c p{
	font-size: 13px;
	color: #acacac;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.link-box{
	width: 90%;
	margin: 0 auto;
	border: 3px solid #686868;
	box-sizing: border-box;
	padding: 25px 30px;
	position: relative;
}
.link-box li{
	overflow: hidden;
}
.link-box li:first-child{
	border-bottom: 1px solid #7d0003;
}
.link-box i{
	position: absolute;
	font-size: 22px;
	color: #860003;
	padding: 0 20px;
	line-height: 30px;
	top: -15px;
	left: 20px;
	background-color: #fff;
}
.link-box li a{
	float: left;
	font-size: 16px;
	color: #8b8b8b;
	line-height: 30px;
	margin-right: 15px;
}

/* 内页 */
.banners{
	background: url(../img/zs_banner.jpg) no-repeat center center;
	background-size: cover;
	height: 409px;
	overflow: hidden;
}
.crumbs{
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin-top: 140px;
}
.crumbs a{
	color: #fff;
}
.crumbs span{
	margin: 0 10px;
}
.banners h2{
	text-align: center;
	font-size: 31px;
	color: #fff;
	margin-top: 60px;
}
.zs-box{
	width: 74%;
	margin: 130px auto 60px;
	min-width: 1200px;
	padding: 90px;
	box-sizing: border-box;
	border: 1px solid #f3f3f3;
}
.zs-box>img{
	width: 100%;
	height: auto;
}
.zs-box .title div{
	text-align: center;
	position: relative;
}
.zs-box .title div span{
	display: block;
	font-size: 112px;
	font-weight: bold;
	color: #efefef;
	line-height: 100px;
}
.zs-box .title div h4{
	text-align: center;
	font-size: 63px;
	color: #282828;
	font-weight: bold;
	line-height: 63px;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}
.zs-box .title div h4 em{
	font-weight: bold;
	color: #a8000d;
}
.zs-box .title p{
	font-size: 25px;
	color: #a8000d;
	font-family: "宋体";
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
.zs-text p{
	font-size: 18px;
	color: #282828;
	line-height: 32px;
	text-indent: 2em;
	margin-bottom: 15px;
}
.zs-text img{
	width: 100%;
	height: auto;
	margin: 10px auto;
}
.product-tab{
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	border-bottom: 1px solid #eee;
	height: 81px;
}
.product-box{
	margin-top: 80px;
}
.product-tab a{
	line-height: 80px;
	height: 80px;
	font-size: 30px;
	color: #333;
	margin: 0 45px;
}
.product-tab a:hover,.product-tab a.active{
	color: #a8000d;
	border-bottom: 2px solid #a8000d;
}
.pro{
	width: 86%;
	margin: 60px auto;
}
.product-list{
	position: relative;
	margin-top: 50px;
}
#tiles {
    list-style-type: none;
    position: relative;
    margin: 0;
    padding: 0;
}
.pro>i{
	display: block;
}
.pro>i img{
	width: 100%;
	height: auto;
}
.product-list-box{
	margin-top: 50px;
	position:relative;
}
.product-list-box a{
	width: 210px;
	background-color: #ffffff;
	border: 1px solid #dedede;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-sizing: border-box;
	display: block;
	padding: 8px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.product-list-box a i{
	display: block;
}
.product-list-box a h4{
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	color: #333;
}
.product-list-box a img{
	width: 100%;
	height:auto;
}
/* 留言 */
.apply{
	margin-top: 70px;
	width: 1080px;
	margin: 70px auto 60px;
}
.apply-title h2{
	text-align: center;
	font-size: 30px;
	color: #333;
}
.apply-title span{
	display: block;
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
	color: #333;
}
.apply-box{
	margin-top: 30px;
}
.apply-box li{
	overflow: hidden;
	margin-bottom: 20px;
}
.apply-box li input{
	display: block;
	width: 100%;
	height: 52px;
	line-height: 52px;
	background-color: #ebebeb;
	border-radius: 5px;
	box-sizing: border-box;
	font-size: 18px;
	padding: 0 10px;
	color: #333;
}
.apply-box li:first-child input{
	float: left;
	width: 530px;
}
.apply-box li:first-child input:last-child{
	float: right;
}
.apply-box li textarea{
	display: block;
	width: 100%;
	font-size: 18px;
	background-color: #ebebeb;
	height: 160px;
	border-radius: 5px;
	color: #333;
	box-sizing: border-box;
	padding:10px;
}
.apply-box form>input{
	display: block;
	width: 100%;
	font-size: 18px;
	height: 52px;
	line-height: 52px;
	color: #fff;
	background-color: #d03d2f;
	border-radius: 5px;
}
.apply-box p{
	font-size: 18px;
	color: #333;
	margin-top: 30px;
}
.grade-tab .swiper-button-next,.grade-tab .swiper-button-prev{
	-webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    -o-filter:grayscale(100%);
    filter:grayscale(100%);
}
.grade{
	width: 1200px;
	margin: 0 auto 70px;
}
.grade-tab-box{
	border-bottom: 1px solid #ddd;
	margin-bottom: 70px;
}
.grade-tab{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.grade-tab a{
	display: block;
	width: 160px;
	text-align: center;
	margin: 0 auto;
	padding: 60px 0 40px;
}
.grade-tab a h4{
	font-size: 30px;
}
.grade-tab a span{
	display: block;
	font-size: 18px;
	color: #fff;
}
.grade-tab a:hover h4,.grade-tab a.active h4{
	color: #fff;
}
.grade-tab a:hover,.grade-tab a.active{
	background-color: #a8000d;
}
.grade .title div{
	text-align: center;
	position: relative;
}
.grade .title div span{
	display: block;
	font-size: 150px;
	font-weight: bold;
	color: #efefef;
	line-height: 115px;
}
.grade .title div h4{
	text-align: center;
	font-size: 63px;
	color: #282828;
	font-weight: bold;
	line-height: 63px;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}
.grade .title div h4 em{
	font-weight: bold;
	color: #a8000d;
}
.grade .title p{
	font-size: 25px;
	color: #a8000d;
	font-family: "宋体";
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
.grade-top-txt{
	margin-top: 35px;
}
.grade-top-txt p{
	font-size: 24px;
	color: #333;
	line-height: 50px;
}
.grade-list-box{
	margin-top: 60px;
}
.grade-list-box a{
	display: block;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	margin-bottom: 30px;
}
.grade-list-box a i{
	width: 154px;
	height: 124px;
	float: left;
}
.grade-list-box a i img{
	width: 100%;
	height: 100%;
}
.grade-list-box a h4{
	float: right;
	font-size: 22px;
	color: #333;
	line-height: 40px;
	width: 1000px;
}
/* 联系我们 */
.contact{
	width: 1200px;
	margin: 150px auto 60px;
	box-sizing: border-box;
	padding: 0 60px 0 300px;
}
.contact-l{
	float: left;
	width: 140px;
}
.contact-l li:first-child{
	margin-bottom: 50px;
}
.contact-l li span{
	display: block;
	font-size: 14px;
	color: #333;
	text-align: center;
	margin-bottom: 10px;
}
.contact-l li img{
	width: 146px;
	height: 146px;
}
.contact-r{
	float: right;
	width: 620px;
}
.contact-r h4{
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.contact-r li{
	margin-top: 30px;
}
.contact-r li p{
	font-size: 15px;
	color: #333;
	line-height: 36px;
}
/* 加入我们 */
.join{
	margin-top: 120px;
	margin-bottom: 60px;
}
.join-l{
	float: left;
	width: 570px;
}
.join-l img{
	width: 100%;
	height: 635px;
}
.join-r{
	float: right;
	width: 610px;
}
.join-r li{
	float: left;
	width: 300px;
	margin-right: 10px;
	margin-bottom: 22px;
}
.join-r li:nth-child(2n){
	margin-right: 0;
}
.join-r li i{
	display: block;
	overflow: hidden;
}
.join-r li i img{
	width: 300px;
	height: 238px;
}
.join-r li h4{
	background-color: #e8e8e8;
	padding: 10px 15px;
	line-height: 24px;
	height: 48px;
	font-size: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/* 档案 */
.xueba{
	margin-top: 70px;
	margin-bottom: 60px;
}
.xueba-top a{
	float: left;
	width: 890px;
	box-sizing: border-box;
	border: 1px solid #f8f8f8;
	padding-bottom: 12px;
}
.xueba-top a img{
	width: 100%;
	height: auto;
}
.xueba-top i{
	float: right;
	width: 300px;
}
.xueba-top i img{
	width: 100%;
	height: auto;
}
.xueba-list{
	margin-top: 15px;
}
.xueba-list a h4{
	background-color: #e8e8e8;
	padding: 10px 15px;
	line-height: 24px;
	height: 48px;
	font-size: 16px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.xueba-list a i{
	display: block;
	overflow: hidden;
}
.xueba-list a{
	float: left;
	width: 290px;
	box-sizing: border-box;
	border: 1px solid #e8e8e8;
	margin-right: 13.333px;
	margin-bottom: 20px;
}
.xueba-list a:nth-child(4n){
	margin-right: 0;
}
.xueba-list a i img{
	width: 100%;
	height: 175px;
	padding-bottom: 25px;
}
.xueba-xq-t{
	border: 1px solid #efefef;
	padding: 40px 50px;
}
.xueba-xq-t-l{
	float: left;
	width: 238px;
}
.xueba-xq-t-l i{
	display: block;
}
.xueba-xq-t-l i img{
	width: 238px;
	height: 274px;
}
.xueba-xq-t-l div{
	margin-top: 15px;
}
.xueba-xq-t-l div p{
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.xueba-xq-t-r{
	float: right;
	width: 750px;
}
.xueba-xq-t-r img{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.xueba-xq-t-r div{
	font-size: 16px;
	line-height: 30px;
	color: #333;
}
.xueba-xq-c{
	color: #000;
	margin-top: 50px;
}
.xueba-xq-c table{
	display: block;
	width: 100%;
}
.xueba-xq-c table td{
	padding: 10px 12.5px;
}
.xueba-xq-c table td p{
	text-align: center;
	margin-bottom: 10px;
	font-size: 16px;
}
.xueba-xq-c table tr:last-child td p{
	text-align: left;
	margin-bottom: 0;
	line-height: 30px;
}
.xueba-xq-c table img{
	width: 357px;
	height: 448px;
	margin: 0 auto;
}
.xueba-xq-c>p{
	font-size: 16px;
	line-height: 26px;
	margin-top: 20px;
}
.xueba .title{
	margin-bottom: 80px;
}
.xueba .title div{
	text-align: center;
	position: relative;
}
.xueba .title div span{
	display: block;
	font-size: 70px;
	font-weight: bold;
	color: #efefef;
	line-height: 65px;
}
.xueba .title div h4{
	text-align: center;
	font-size: 63px;
	color: #282828;
	font-weight: bold;
	line-height: 63px;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}
.xueba .title div h4 em{
	font-weight: bold;
	color: #a8000d;
}
.xueba .title p{
	font-size: 25px;
	color: #a8000d;
	font-family: "宋体";
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
/* 校友回忆 */
.huiyi{
	margin-top: 70px;
	margin-bottom: 70px;
}
.huiyi-list a{
	float: left;
	width: 346px;
	margin-right: 81px;
	margin-bottom: 50px;
}
.huiyi-list a:nth-child(3n){
	margin-right: 0;
}
.huiyi-list a i{
	display: block;
	overflow: hidden;
}
.huiyi-list a i img{
	width: 100%;
	height: 312px;
}
.huiyi-list a h4{
	padding: 0 20px;
	background-color: #ebebeb;
	font-size: 18px;
	color: #333;
	line-height: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.huiyi-xq h4{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #333;
	margin-bottom: 30px;
}
.huiyi-xq h4 em{
	color: #a8000d;
}
.huiyi-xq-c{
	font-size: 16px;
	color: #333;
	line-height: 26px;
}
.huiyi-xq-c p{
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.huiyi-xq-c p img{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
/* 新闻资讯 */
.news-top a{
	padding: 0;
}
.news-top a img{
	height: 548px;
}
.news-list a i img{
	padding: 0;
	height: 200px;
}
/*新闻详情*/
.news-xq-tit h2{
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}
.news-xq-tit p{
	text-align: center;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}
.news-xq-tit p span{
	margin: 0 10px;
}
.news-xq-tit{
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 30px;
}
.news-xq-c p{
	font-size: 15px;
	color: #333;
	line-height: 24px;
	margin-bottom: 10px;
	text-indent: 2em;
}
.news-xq ul li a{
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.news-xq-c img{
	max-width: 1200px;
	margin: 0 auto;
}
.product-xq .news-xq-c{
	border: none;
}
.news-xq-c{
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
.news-xq ul li:first-child{
	margin-bottom: 20px;
}
/* 直播 */
.zhibo{
	margin: 70px 0;
}
.zhibo-list{
	width: 85%;
	margin: 0 auto;
}
.news-xq-c iframe{
	display: block;
	margin: 0 auto;
	width: 80%;
	height: 500px;
}
.zhibo-list a{
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 30px;
	border: 1px solid #ecf1f6;
	box-sizing: border-box;
}
.zhibo-list a:nth-child(3n){
	margin-right: 0;
}
.zhibo-list a .imgbox {
    width: 100%;
    overflow: hidden;
}
.zhibo-list a .imgbox img{
	width: 100%;
	height: auto;
}
.zhibo-list a .info {
    background-color: #f2f5fb;
    padding: 13px;
}
.zhibo-list a .info p{
	overflow: hidden;
}
.zhibo-list a .info .tit {
	color: #333;
    margin-bottom: 10px;
}
.zhibo-list a .info .time {
    font-family: "微软雅黑","microsoft yahei",simsun;
    font-size: 12px;
    float: left;
    color: #657b94;
}
.zhibo-list a .info .ref {
    font-family: "微软雅黑","microsoft yahei",simsun;
    font-size: 12px;
    float: right;
    color: #43aaff;
}
.tuijian h4{
	font-size: 18px;
	color: #333;
	line-height: 16px;
	border-left: 3px solid #a8000d;
	margin-bottom: 20px;
	padding-left: 20px;
}
.tuijian ul li{
	float: left;
	border: 1px solid #eee;
	width: 140px;
	margin-right: 11.42px;
}
.tuijian ul li:first-child{
	margin-bottom: 0;
}
.tuijian ul li:last-child{
	margin-right: 0;
}
.tuijian ul li img{
	width: 100%;
	height: auto;
}
/* 团队 */
.tuandiu{
	margin: 70px 0;
}
.tuandiu-list{
	width: 85%;
	margin: 0 auto;
}
.tuandiu-list a{
	float: left;
	overflow: hidden;
	width: 24%;
	margin-right: 1.333%;
	margin-bottom: 20px;
	position: relative;
}
.tuandiu-list a:nth-child(4n){
	margin-right: 0;
}
.tuandiu-list a img{
	width: 100%;
	height: auto;
}
.tuandiu-list a div{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(168,0,13,0.6);
	left: 0;
	top: 60px;
	opacity: 0;
	box-sizing: border-box;
	padding: 15px;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.tuandiu-list a:hover div{
	top: 0;
	opacity: 1;
}
.tuandiu-list a div h4{
	font-size: 28px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tuandiu-list a div em{
	display: block;
	font-size: 28px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tuandiu-list a div p{
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.tuandiu-list a div i{
	width: 53px;
	height: 53px;
	background: url(../img/more.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -28px;
}
.tuandiu-xq{
	margin-top: 70px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	padding: 60px;
	box-sizing: border-box;
}
.tuandiu-xq-l{
	float: left;
	width: 300px;
}
.tuandiu-xq-l img{
	width: 100%;
	height: auto;
}
.tuandiu-xq-r{
	width: 730px;
	float: right;
}
.tuandiu-xq-r h4{
	font-size: 30px;
	font-weight: bold;
	color: #333;
}
.tuandiu-xq-r span{
	display: block;
	font-size: 22px;
	color: #333;
}
.tuandiu-xq-r div{
	margin-top: 30px;
}
.tuandiu-xq-r div p{
	font-size: 16px;
	color: #333;
	line-height: 32px;
}