.banner {
	position: relative;
	overflow: hidden;
}

.syBanner .swiper-slide {
	display: block;
	height: 100vh;
}

.syBanner .swiper-slide img {
	width: 100%;
	display: block;
	height: 100%;
}

.syBanner .banner-page {
	z-index: 5;
	position: absolute;
	bottom: 70px !important;
	left: 50% !important;
	margin-left: -580px;
	width: 100%;
}

.syBanner .banner-page .swiper-pagination-bullet {
	width: 50px;
	height: 2px;
	opacity: 1;
	background: #fff;
	border-radius: 8px;
	transition: all 0.3s;
	display: block;
	margin-top: 40px !important;
}

.syBanner .banner-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 92px;
}

.rn-box {
	position: relative;
}

.rn-box .index-next,
.rn-box .index-prev {
	background: none;
}

.rn-box .index-next {
	left: auto;
	right: 50%;
	margin-right: -600px;
}

.rn-box .index-prev {
	right: auto;
	left: 50%;
	margin-left: -600px;
}

.rn-box .index-next i,
.rn-box .index-prev i {
	font-size: 30px;
	color: #fff;
	font-weight: 100;
}
.bns1,.bns2 {
	opacity: 0;
	transition: all 1s;
}
.bns1 {
	width: 50px;
	height: 527px;
	background: url(../images/bns1.png) no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -300px;
	top: 50%;
	margin-top: -380px;
}
.bns2 {
	width: 50px;
	height: 591px;
	background: url(../images/bns2.png) no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	top: 50%;
	margin-top: -150px;
}
.rn-box .swiper-slide-active .bns1 {

	opacity: 1;
	margin-top: -280px;

}
.rn-box .swiper-slide-active .bns2 {

	opacity: 1;
	margin-top: -250px;

}
/*****************/
.bgs {
	height: 1080px;
	background: url(../images/bgs.jpg) top center no-repeat;
	overflow: hidden;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.bgs2 {
	height: 1080px;
	background: url(../images/bgs2.jpg) top center no-repeat;
	overflow: hidden;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.abs-con {
	width: 1120px;
	margin:0 auto;
	color: #666666;
	font-size: 20px;
	line-height: 40px;
}
.abszz {
	display: flex;
	justify-content: space-between;
}
.abszz .tbr {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.abs1 img {
	display: block;
	width: 566px;
	height: 391px;
	margin: 0 40px 0 40px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.abs1 .tbr {
	position: relative;
	top: -35px;
}
.abs2 {
	position: relative;
	top: -70px;
	z-index: 2;
}
.abs2 .tbr {
	margin-top: 100px;
	margin-right: 40px;
}
.abs2 img {
	display: block;
	width: 718px;
	height: 370px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.abs-more {
	text-align: right;
}
.abs-more a {
	color: #666;
	position: relative;
	right: 10px;
	transition: all .3s;
}
.abs-more a i {
	font-size: 24px;
}
.abs-more a:hover {
	color: #e60012;
	right: 0;
}
.abs-more a:hover i {
	color: #e60012;
}
/****************/
.zp-con {
	position: relative;
	padding-left: 160px;
	margin-bottom: 50px;
}
.zp-tit {
	position: absolute;
	left: 10px;
	top: 110px;
	width: 60px;
	height: 270px;
	font-size: 50px;
	line-height: 60px;

}
.zp-tit span {
	position: relative;
	z-index: 8;
	color: #000;
}
.zp-tit::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 150px;
	background: #e51a2a;
	right: -20px;
	bottom: 0;
}
.caselist8 {

}
.caselist8 .item {
	width: 485px;
	height: 823px;
}
.caselist8 .item.swiper-slide-active {
	margin-top: 60px;
}
.caselist8 .item .pic {
	margin: 10px;
	height: 700px;
	transition: all .2s;
	display: flex;
	justify-content: center;
	flex-direction: column;
	
}
.caselist8 .item .picbox {
	display: block;
	width: 416px;
	height: 625px;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
.caselist8 .item .pic img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all .6s;
}
.caselist8 .item .tbc {
	width: 310px;
	height: 250px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -155px;
	padding: 20px;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	transition: all .6s;
	opacity: 0;
}
.caselist8 .item .tbc .h1 {
	font-size: 24px;
	line-height: 48px;
	margin-bottom: 10px;
}
.caselist8 .item .tbc .h3 {
	max-height: 110px;
	overflow: hidden;
	margin-bottom: 10px;
}
.caselist8 .item:hover .pic {
	background: #fff;
	border: 2px solid #e60012;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.caselist8 .item:hover .pic img {
	transform: scale(1.1,1.1);
}
.caselist8 .item:hover .tbc  {
	background: #e51a2a;
	opacity: 1;
	bottom: 0;
}
.zp-con .case-prev8 {
	background: none;
	color: #666666;
	font-size: 20px;
	width: 100px;
	margin-top: 250px;
} 
.zp-con .case-prev8 .iconfont {
	font-size: 20px;
	border: 1px solid #666;
	border-radius: 100%;
	margin-left: 8px;
}
.zp-con .case-prev8:hover {
	color: #e60012;
}
.zp-con .case-prev8:hover .iconfont {
	border: 1px solid #e60012;
}
/******************/
.md-con {
	position: relative;
	padding-right: 150px;
	margin-bottom: 50px;
}
.md-con .zp-tit {
	left: auto;
	right: 10px;
	top:20px
	
}
.md-box {
	height: 680px;
}
.md-box .item {
	position: relative;
}
.md-box .item img {
	width: 100%;
	height: 610px;
}
.md-box .item .tbc{
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	height: 240px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding: 30px 30px 30px 30px;
	color: #000000;
	font-size: 16px;
	line-height: 24px;
}
.md-box .item .tbc .h1{
	font-size: 26px;
	color: #e51a2a;
	margin-bottom: 20px;
}
.md-box .item .tbc .h3 {
	height: 48px;
}
.md-box .item .tbc .hmore {
	margin-top: 50px;
}
.md-box .item .tbc::after {
	content: "";
	width: 50%;
	height: 2px;
	background: #e60012;
	position: absolute;
	right: 0;
	bottom: 90px;
}
.md-more {
	position: relative;
	width: 100%;
	
}
.md-more::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 40px;
	background: #666666;
}
.md-page {
	position: absolute;
	left: 50%;
	margin-left: -550px;
	top: 31px;
}
.md-page .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background: #fff;
	border: 2px solid #666;
	margin-left: 50px;
	opacity: 1;
	position: relative;
}
.md-page .swiper-pagination-bullet::before {
	content: "";
	width: 0px;
	height: 0px;
	background: #e60012;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 100%;
	transition: all .3s;
}
.md-page .swiper-pagination-bullet::after {
	content: "";
	width: 2px;
	height: 0px;
	background: #666;
	position: absolute;
	left: 7px;
	bottom: 22px;
	border-radius: 100%;
	transition: all .3s;
}
.md-page .swiper-pagination-bullet-active::before {
	width: 6px;
	height: 6px;	
	top: 5px;
	left: 5px;
}
.md-page .swiper-pagination-bullet-active::after {
	height: 56px;
}
.md-more .tbmore {
	position: absolute;
	right: 50%;
	margin-right: -600px;
	width: 76px;
	height: 76px;
	background: #fff;
	border: 2px solid #666;
	border-radius: 100%;
	text-align: center;
	line-height: 72px;
	font-size: 22px;
}
.md-more .tbmore:hover {
	background: #e60012;
	color: #fff;
	border: 2px solid #e60012;
}
/******************/
.jm-con {
	position: relative;
	padding-left: 160px;
}
.jm-box {
	display: flex;
	flex-wrap: wrap;
}
.jm-box .item {
	height: 365px;
	width: 150px;
	padding-top: 55px;
	margin: 60px 0 0 50px;
	position: relative;
	transition: all .3s;
}
.jm-box .item:hover {
	transform: translateY(-8px);
}
.jm-box .item em {
	position: absolute;
	top: 0;
	left: 35px;
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.jm-box .item em.icon1 {
	background:#e60012 url(../images/jm1.jpg) center no-repeat;
}
.jm-box .item em.icon2 {
	background:#e60012 url(../images/jm2.jpg) center no-repeat;
}
.jm-box .item em.icon3 {
	background:#e60012 url(../images/jm3.jpg) center no-repeat;
}
.jm-box .item em.icon4 {
	background:#e60012 url(../images/jm4.jpg) center no-repeat;
}
.jm-box .item em.icon5 {
	background:#e60012 url(../images/jm5.jpg) center no-repeat;
}
.jm-box .item em.icon6 {
	background:#e60012 url(../images/jm6.jpg) center no-repeat;
}
.jm-box .item em.icon7 {
	background:#e60012 url(../images/jm7.jpg) center no-repeat;
}
.jm-box .item em.icon8 {
	background:#e60012 url(../images/jm8.jpg) center no-repeat;
}
.jm-box .item em.icon9 {
	background:#e60012 url(../images/jm9.jpg) center no-repeat;
}

.jm-box .item .tbc {
	background: #e60012;
	height: 305px;
	padding: 50px 10px 10px;
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
	line-height: 28px;

}
.jm-box .item .tbc .h1 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}
/*******************/
.innban {
	height: 100vh; 
	position: relative;
}
.innban .tbc{
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 50%;
	margin-top: -66px;
	line-height: 66px;
	font-size: 60px;
	color: #fff;

}
.innban .tbc .h1 {
	font-size: 26px;
}
.inn-title {
	position: relative;
	margin-top: 90px;
	padding-top: 50px;
	border-top: 3px solid #cccccc;
}
.inn-title .tbc {
	height: 100px;
	border-left: 2px solid #b2000d;
	padding: 10px 0 0 15px;
	font-size: 26px;
	line-height: 40px;
	color: #e60314;

}
.innmain {
	display: block;
}
.adv-box {
	position: relative;
	width: 1200px;
	height: 620px;
	margin: 0 auto;
	margin-top: 100px;
	background: url(../images/adv.png) top center no-repeat;
}
.adv-box .item {
	width: 290px;
	position: absolute;
	color: #666666;
	font-size: 16px;
	line-height: 24px;
}
.adv-box .item .h1 {
	font-size: 26px;
	color: #e60314;
	margin-bottom: 15px;
}
.adv-box .adv1 {
	left: 105px;
	top: 46px;
}
.adv-box .adv2 {
	left: 105px;
	top: 266px;
}
.adv-box .adv3 {
	left: 105px;
	top: 497px;
}
.adv-box .adv4 {
	right: 90px;
	top: 46px;
	text-align: right;
}
.adv-box .adv5 {
	right: 90px;
	top: 266px;
	text-align: right;
}
.adv-box .adv6 {
	right: 90px;
	top: 497px;
	text-align: right;
}
/************/
.con-tree {
	display: flex;
	margin-top: 60px;
}

.con-tree .item {
	display: flex;
	margin-left: 60px;
	width: 420px;
}
.con-tree .item .taga {
	width: 62px;
	height: 62px;
	text-align: center;
	border: 2px solid #e60314;
	border-radius: 100%;
	line-height: 58px;
	margin-right: 20px;
}
.con-tree .item .taga .iconfont {
	font-size: 20px;
	color: #e60012;
	font-weight: bold;
}



.con-tree .item .tbr {
	line-height: 62px;
	color: #e60314;
	font-size: 18px;
}



#containermap {
	width: 100%;
	height: 600px;
	margin-top: 60px;
	background-color: #eee
}


#containermap .tt,
#containermap2 .tt,
#containermap3 .tt {
	padding: 0;
	margin: 0;
	line-height: 30px;
	font-size: 16px
}

#imgDemo2 {
	width: 280px;
	display: block;
	margin: 0 auto;
}

#containermap .add,
#containermap2 .add,
#containermap3 .add {
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	margin: 0;
	color: #666;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.title8 {
	color: #e60012;
	font-size: 20px;
	margin-bottom: 10px;
}
.jm-main {
	display: block;
	height: 810px;
}
.jm-tit {
	font-size: 40px;
	color: #e60012;
	text-align: center;
	margin-top: 30px;
}

.jm-form {
	width: 720px;
	margin: 0 auto;
	margin-top: 20px;
	overflow: hidden;
}
.jm-form .item {
	margin-top: 30px;
}
.jm-inp {
	width: 100%;
	border: 2px solid #cfcfcf;
	border-radius: 10px;
	height: 70px;
	line-height: 70px;
	padding: 0 20px;
	font-size: 18px;
	color: #666;
}
.jm-area {
	width: 100%;
	border: 2px solid #cfcfcf;
	border-radius: 10px;
	height: 220px;
	line-height: 30px;
	padding: 15px 20px;
	font-size: 20px;
	color: #666;
}
.jm-form .sub-line {
	display: flex;
	justify-content: center;
	margin-top: 60px;
	position: relative;
}
.jm-form .sub-line::before,.jm-form .sub-line::after {
	content: "";
	width: 2px;
	height: 90px;
	background: #e60012;
	position: absolute;
	left: 50%;
	top: 0;

}
.jm-form .sub-line::before {
	margin-left: -72px;
}
.jm-form .sub-line::after {
	margin-left: 70px;
}

.jm-sub {
	width: 90px;
	height: 90px;
	line-height: 86px;
	color: #e60012;
	text-align: center;
	cursor: pointer;
	border: 2px solid #e60012;
	border-radius: 100%;
	font-size: 20px;
}
.jm-sub:hover {
	color: #fff;
	background: #e60012;
}
/*****************/
.inn-nav {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	text-align: center;
	height: 160px;
	padding: 0 180px;
	background: rgba(0, 0, 0, 0.4);
}
.inn-nav .item {
	width: 100%;
	line-height: 160px;
	font-size: 32px;
	color: #fff;

}
.inn-nav .item:hover {
	background: rgba(255, 255, 255, 0.4);
}




/***********************/

/* menu */

#scroll_menu
{
	height:0;
	display: none;
}
.lrf-nav {
	display: block !important;
}

.scroll_menu {
    
    z-index:1000;
    position: fixed;
    list-style-type: none;
    margin: 0;
    padding: 0;
	display:none;
	left: 50% !important;
	margin-left: -600px;
	width: 180px;
	border-left: 3px solid #dcdcdc;
	top: 20% !important;
}

.scroll_menu li {
	color: #666666;
	font-size: 16px;
	line-height: 40px;
	position: relative;
	left: 0 !important;
	padding-left: 20px;
}
.scroll_menu li::before {
	content: "";
	width: 3px;
	height: 0;
	position: absolute;
	left: -3px;
	top: 0;
	background: #e60012;
	transition: all .3s;


}
.scroll_menu li.current {
	color: #e60012;
}
.scroll_menu li.current::before {
	height: 100%;
}
#scroll_back {
	display: none;
}
/*************/
.abs-box {
	padding-left: 190px;
	position: relative;
}
.abs-box .inn-title {
	padding-top: 0;
	border-top: none;
	margin-top: 40px;
}

.about1 {
	display: flex;
}
.about-left {
	position: relative;
	width: 470px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 60px;
}
.about-left .tet {
	color: #666666;
	font-size: 16px;
	line-height: 24px;
	margin-top: 20px;
}
.about-num {
	position: absolute; 
	left: 0;
	bottom: 20px;
	display: flex;
	color: #e60314;
	font-size: 16px;
	line-height: 30px;

}
.about-num .item {
	width: 140px;
}
.about-num .item .num {
	font-size: 34px;
}
.about-right {
	width: 540px;
	height: 527px;
	overflow: hidden;
}
.pic-s {
	overflow: hidden;
}
.pic-s img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all .3s;
	
}
.pic-s:hover img {
	transform: scale(1.1,1.1);
}
/***************/
.csrbox {
	color: #666666;
	font-size: 16px;
	line-height: 32px;
}
.csrbox .abs1 .pic-s {
	width: 410px;
	height: 310px;
	margin: 0 40px 0 30px;

}
.csrbox .abs1 .pic-s img {
	margin: 0;
}
.csrbox .abs1 .tbr {
	width: 530px;
}
.csrbox .abs2 {
	top: 0;
	margin-bottom: 30px;
}
.csrbox .abs2 .pic-s {
	width: 560px;
	height: 300px;
	margin-right: 30px;
}
.csrbox .abs2 .tbr {
	margin-top: 0;
	width: 380px;
}
/**********************/
.his-box {
	height: 880px;
}
.his-box .inn-title {
	
	margin-top: 90px;
	padding-top: 50px;
	border-top: 3px solid #cccccc;
}
.int8 {
	
}
.his-banner {
	margin-top: 50px !important;
	width: 1000px;
}
.his-banner .pic-s{
	width: 1000px;
	height: 386px;
	overflow: hidden;
}
.his-banner .tbb {
	margin-top: 130px;
	display: flex;
}
.his-banner .tbb h1 {
	width: 200px;
	text-align: right;
	color: #e71d2b;
	font-size: 40px;
}
.his-banner .tbb .tbc {
	width: 680px;
	margin-left: 50px;
	font-size: 16px;
	line-height: 32px;
	color: #555;
}
.his-box2 {
	position: relative;
}
.his-line {
	position: absolute;
	top: 456px;
	width: 100%;
	border-bottom: 2px solid #ccc;
}
.his-line .swiper-pagination-bullets {
	display: flex;
	padding: 0 50px;
	position: relative;
	top: -40px;
}
.his-line .swiper-pagination-bullet {
	width: 100%;
	background: none;
	text-align: center;
	opacity: 1;
	font-size: 24px;
	color: #666666;
	position: relative;


}
.his-line .swiper-pagination-bullet::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -42px;
	margin-left: -35px;
	width: 0;
	height: 2px;
	background: #e60012;
	transition: all .3s;
}
.his-line .swiper-pagination-bullet-active {
	color: #e60012;	
}
.his-line .swiper-pagination-bullet-active::before {
	width: 70px;
}

.his-line .his-prev,.his-line .his-next {
	background: #fff;
	width: 40px;
	height: 40px;
	border: 2px solid #ccc;
	border-radius: 100%;
	text-align: center;
	line-height: 36px;
	margin-top: -15px;
	transition: all .3s;
}
.his-line .his-prev:hover {
	background: #e60012;
	border: 2px solid #e60012;
	left: 0;
}
.his-line .his-next:hover {
	background: #e60012;
	border: 2px solid #e60012;
	right: 0;
}
.his-line .his-prev:hover i,.his-line .his-next:hover i {
	color: #fff;
}
/****************/
.cul-box .tbp{
	margin: 50px 0 80px 20px;
	width: 896px;
	height: 477px;
	background: url(../images/culture.png) top center no-repeat;
} 
.cp-box {
	background: url(../images/bgs2.jpg) top center repeat-y;
}
.cp-list {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 30px 100px;
}
.cp-list .item {
	width: 460px;
	margin: 120px 30px 0 30px;
	position: relative;
}
.cp-list .item img{
	width: 460px;
	height: 630px;
	display: block;
}
.cp-list .item:nth-child(2n) {
	margin-top: 60px;
}
.cp-list .item .tbc {
	width: 360px;
	height: 150px;
	position: absolute;
	top: 570px;
	left: 50%;
	margin-left: -180px;
	padding: 20px;
	background: #e60012 url(../images/fangda.png) 90% 20% no-repeat;
	background-size: 30px 30px;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	transition: all .6s;
	opacity: 0;
}
.cp-list .item:hover .tbc {
	opacity: 1;
	top: 520px;
}


.cp-list .item .tbc .h1 {
	font-size: 24px;
	line-height: 48px;
	margin-bottom: 10px;
}
.cp-list .item .tbc .h3 {
	overflow: hidden;
	margin-bottom: 10px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;

}
.cp-list .item:hover .pic-s {
	width: 460px;
	height: 630px;
}
.cp-list .item:hover .pic img {
	transform: scale(1.1,1.1);
}
.cp-tit {
	text-transform: uppercase;
	color: #e60314;
	font-size: 40px;
	padding: 0px 0 0 60px;
	position: relative;
	
}
.cp-box .cp-tit {
	top: 110px;
}
.dm-box {
	background: url(../images/bgs2.jpg) top center repeat-y;
	padding: 60px 0;
}
.dm-list {
	display: flex;
	flex-wrap: wrap;
}
.dm-list .item {
	width: 575px;
	margin: 50px 50px 0 0px;
	position: relative;
	overflow: hidden;
}
.dm-list .item:nth-child(2n) {
	margin-right: 0;
}
.dm-list .item .pic-s{
	width: 575px;
	height: 345px;
	display: block;
}
.dm-list .item .con {
	display: block;
}
.dm-list .item .pic-s::before {
	content: "";
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);

	z-index: 8;
}
.dm-list .item .pic-s::after {
	content: "";
	position: absolute;
	top: -40%;
	left: 50%;
	margin: -32px 0 0 -32px;
	width: 64px;
	height: 64px;
	background:#e51a2a url(../images/fangda.png) center no-repeat;
	background-size: 32px 32px;
	border-radius: 100%;
	opacity: .4;
	z-index: 9;
	transition: all .3s;
}
.dm-list .item:hover .pic-s::before { 
	top: 0;

}
	
.dm-list .item:hover .pic-s::after {
	top: 50%;
}

/************************/
.zm-box {
	padding-left: 190px;
	position: relative;
}
.adv-tit {
	text-transform: uppercase;
	color: #e60314;
	font-size: 40px;
	padding: 0px 0 0 0px;
	position: relative;
}
.rq-list {
	display: flex;
	margin-top: 60px;
}
.rq-list .item {
	position: relative;
	width: 290px;
	height: 270px;
	transition: all .3s;
	padding: 20px;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}
.rq-list .item .h1 {
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.rq-list .item .tbc {
	font-size: 16px;
	margin-top: 40px;
	display: none;
}
.rq-list .item .iconfont {
	position: absolute;
	right: 35px;
	bottom: 35px;
	font-size: 50px;
}
.rq-list .item:nth-child(1) {
	background: #a9000f;
}
.rq-list .item:nth-child(2) {
	background: #b9000f;
}
.rq-list .item:nth-child(3) {
	background: #c90211;
}

.rq-list .item.active {
	width: 430px;
	padding: 20px 30px;
	background: #fff;
	color: #666666;
}
.rq-list .item.active .h1 {
	color: #ab000d;
}
.rq-list .item.active .h3 {
	display: none;
}
.rq-list .item.active .tbc {
	display: block;
}
.rq-list .item.active .iconfont {
	bottom: auto;
	top: 30px;
	color: #ab000d;
}
.jmzx-box2 .inn-title,.jmzx-box3 .inn-title{
	margin-top: 0;
}
/**************/
.vest-lay1 {
	display: flex;
	margin-top: 60px;
}
.vest-lay1 .pic-s {
	width: 516px;
	height: 378px;
}
.vest-lay1 .tbr {
	width: 493px;
	padding: 10px 20px 0 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
}
.vest-lay1 .tbr .item {
	display: flex;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	padding: 18px 0;
}
.vest-lay1 .tbr .item .z1 {
	width: 80px;
}
.vest-lay1 .tbr .item .z2 {
	width: 85px;
	color: #e60012;
	font-weight: bold;
}
.vest-lay1 .tbr .item .z3 {
	width: 280px;
}
.vest-lay2 {
	display: flex;
	margin-top: 60px;
}

.vest-lay2 .pic-s {
	width: 516px;
	height: 276px;
	position: relative;
}
.vest-lay2 .pic-s .tagz {
	position: absolute;
	background: rgba(0, 0, 0, 0.2);
	text-align: center;
	color: #fff;
	line-height: 28px;
	font-size: 16px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	top: 0;
	left: 0;
}
.vest-lay2 .tbr {
	width: 493px;	
}
.vest-lay2 .tbr .tz1 {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.vest-lay2 .tbr .tz1 .item {
	display: flex;
	padding: 10px 0;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}
.vest-lay2 .tbr .tz1 .z1 {
	width: 198px;
}
.vest-lay2 .tbr .tz1 .z2 {
	width: 300px;
	text-align: center;
}
.vest-lay2 .tbr .tz2 .item{
	display: flex;
	padding: 10px;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}
.vest-lay2 .tbr .tz2 .item .z1 {
	color: #ff2a2a;
	font-weight: bold;
	width: 110px;
}
.vest-lay2 .tbr .tz2 .item .z2 {
	width: 450px;
}
/*********************/

.lc-line {
	position: relative;
	margin-top: 60px;
	padding-left: 40px;

}
.lc-line .item {
	padding: 18px 0;
	font-size: 17px;
	color: #000;
	line-height: 22px;
	position: relative;
}
.lc-line .item::before{
	content: "";
	position: absolute;
	left: -40px;
	top: 23px;
	width: 13px;
	height: 13px;
	background: #e60314;
	border-radius: 100%;
}
.lc-line::before {
	content: "";
	position: absolute;
	left: 6px;
	top: 27px;
	height: 470px;
	width: 2px;
	background: #e60314;
}
/****************/

.box-tc {
margin-left: 240px;
}
.box-tc2 {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.box-tc .mySwiper {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 240px;
	overflow-y: scroll;
}
.box-tc .mySwiper .swiper-slide {
	height: 250px;
	overflow: hidden;
}
.box-tc .mySwiper .swiper-slide img {
	width: 100%;
	height: 100%;
}
.box-tc .mySwiper .swiper-slide::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

.box-tc .mySwiper .swiper-slide .tbt {
	position: absolute;
	left: -100%;
	top: 50%;
	margin-top: -12px;
	height: 46px;
	line-height: 46px;
	background: rgba(229, 26, 42, 0.4);
	padding: 0 15px;
	color: #fff;
	font-size: 16px;
	transition: all .3s;
	z-index: 10;
}
.box-tc .mySwiper .swiper-slide:hover::after,.box-tc .mySwiper .swiper-slide-thumb-active::after {
	display: none;
}
.box-tc .mySwiper .swiper-slide:hover img,.box-tc .mySwiper .swiper-slide-thumb-active img   {
	filter: grayscale(0);
}
.box-tc .mySwiper .swiper-slide:hover .tbt,.box-tc .mySwiper .swiper-slide-thumb-active .tbt {
	left: 0;
}
.box-tc .mySwiper2 {
	width: 100%;
	height: 100%;
} 
.box-tc .mySwiper2 .swiper-slide {
	overflow-y: scroll;
	position: relative;
}
.box-tc .mySwiper2 .swiper-slide::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}
.box-tc .mySwiper2 .swiper-slide .spic {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	
}
.box-tc .mySwiper2 .swiper-slide .tbt {
	position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 99;
	color: #fff;
	display: flex;
	align-items: flex-end;
}	
.box-tc .mySwiper2 .swiper-slide .tbt .zc {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 100px;
	font-size: 18px;
	line-height: 46px;
	position: relative;
	z-index: 10;
}

.box-tc .mySwiper2 .swiper-slide .tbt .zc .h1 {
	font-size: 46px;
	color: #ffffff;
	margin-bottom: 20px;
}
.info-box {
	margin-top: 100vh;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	padding: 50px 0 50px;
}
.info-box .info-c {
	width: 1200px;
	margin: 0 auto;
	padding: 20px;
	color: #fff; 
}
@keyframes move{
	from{
	  opacity: 0;
	  bottom: 70px;
	}
	to{
		opacity: 1;
		bottom: 40px;
	}
}


.jtou {
	z-index: 12;
	position: absolute;
	width: 52px;
	height: 36px;
	background: url(../images/jiantou.png) no-repeat;
	left: 50%;
	margin-left: -600px;
	bottom: 40px;
	cursor: pointer;
	animation: move 1.5s infinite both;
}
.fanhui {
	z-index: 99;
	display: block;
	width: 66px;
	height: 66px;
	position: fixed;
	right: 5%;
	top: 10%;
	background:url(../images/close9.png) no-repeat;
	border-radius: 100%;
}





































/*****************/
#lightbox * {
	box-sizing: content-box;
}

.imforwarp {
	width: 1021px;
	overflow: hidden;
	margin-top: 55px;
}

#lightbox-infoFooter {
	display: block !important;
}

#lightbox-caption-title {
	text-decoration: none !important;
	color: #000000;
	font-size: 14px;
}

#lightbox-currentNumber {
	display: none !important;
}

#lightbox-close {
	background: url("../images/close8.png") no-repeat;
	font-size: 0;
	width: 40px !important;
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-ms-transition: all 200ms ease 0s;
	height: 40px;
	position: absolute;
	right: -20px;
	top: -20px;
	z-index: 9999;
	cursor: pointer;
}

#lightbox-close:hover {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

#lightbox-imageBox,
#lightbox-infoBox {
	border: #FFF 5px solid !important;
}

#lightbox-imageBox {
	overflow: visible !important;
}
/********0824*******/
.innmain88 {
	min-height: 300px;
	background: #f5f7fa;
	overflow: hidden;
	padding-bottom: 50px;
}
.innmain-box {
	background: #fff;
	width: 1200px;
	padding: 20px 20px 20px;
	margin: 0 auto;
	margin-top: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.news-list8 {

}
.news-list8 .item {
	border: 1px solid #dcdcdc;
	padding: 15px;
	display: flex;
	margin-top: 20px;
}
.news-list8 .item img {
	width: 195px;
	height: 145px;
	margin-right: 25px;
}
.news-list8 .item .tbr {
	width: 890px;
	color: #7e7e7e;
	line-height: 26px;
}
.news-list8 .item .tbr .tbt {
	color: #343434;
	font-weight: bold;
	font-size: 20px;
	margin-top: 10px;
}
.news-list8 .item .tbr .date {
	margin: 12px 0;
	color: #343434;
}
.news-list8 .item .tbr .date span {
	margin-right: 15px;
}
.news-list8 .item:hover .tbr .tbt {
	color:#b40000;
}
.sx-box {
	position: relative;
}
.back-btn {
	width: 160px;
	height: 60px;
	line-height: 60px;
	border-radius: 60px;
	color: #fff;
	margin-top: 55px;
	text-align: center;
	background: #b40000;
	position: absolute;
	top: 0;
	right: 0;
  }

/***************/
@media only screen and (max-width: 1440px) {
	.box-tc .mySwiper2 .swiper-slide .tbt .zc {
		width: 1000px;
		padding: 0 20px 100px 20px;
	}
	.info-box .info-c {
		width: 1000px !important;
		
	}
	.jtou { 
		margin-left: -480px;
	}
}