@charset "utf-8";
html,body{
	height: 100%;
	overflow: hidden;
}
.banner{
	width: 100%;
	height: 100%;
	background: url('../../images/zt/zt_sheyingzhan/banner.jpg') center no-repeat;
	position: relative;
	background-size: cover;
}
.nav{
	position: absolute;
	left: 0;
	top: 0;
	background: #f97000;
}
.foot{
	background: #f97000;
	position: absolute;
	bottom: 0;
}
.baner_sys{
	width: 1300px;
	height: auto;
	overflow: hidden;
	position: absolute;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
}
.sys_img{
	width: 100%;
	height: 108px;
	display: flex;
	justify-content: center;
}
.baner_sys span{
	display: block;
	width: 88px;
	height: 100%;
	margin: 0 10px;
	cursor: pointer;
}
.baner_sys p{
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	color: #ffe0a0;
	text-align: center;
}

.main{
	width: 100%;
	height: 100%;
	background: url("../../images/zt/zt_sheyingzhan/cont_bg.jpg") center no-repeat;
	position: relative;
	background-size: cover;
}
.content{
	width: 1300px;
	height: 760px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	padding: 20px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.5);
}
.back{
	width: 110px;
	height: 22px;
	position: absolute;
	right: 30px;
	top: 30px;
	background: url("../../images/zt/zt_sheyingzhan/back.png") no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	z-index: 100;
}
.siwper_big{
	width: 100%;
	height: 100%;
}
.cont_left{
	width: 630px;
	height: 100%;
	float: left;
	background: #fff;
}
.cont_nav{
	width: 60px;
	height: 100%;
	float: left;
}
.cont_nav div{
	width: 100%;
	height: 50%;
	cursor: pointer;
}
.nav_sys_info_nomal{
	background: url('../../images/zt/zt_sheyingzhan/title1.png') center no-repeat;
	background-size: 100% 100%;
}
.nav_sys_info_active{
	background: url('../../images/zt/zt_sheyingzhan/title1_active.png') center no-repeat;
	background-size: 100% 100%;
}
.nav_pic_info_nomal{
	background: url('../../images/zt/zt_sheyingzhan/title2.png') center no-repeat;
	background-size: 100% 100%;
}
.nav_pic_info_active{
	background: url('../../images/zt/zt_sheyingzhan/title2_active.png') center no-repeat;
	background-size: 100% 100%;
}


.cont_left_main{
	width: 570px;
	float: right;
	overflow: hidden;
	padding: 30px;
	box-sizing: border-box;
}
.logo{
	width: 506px;
	height: 36px;
	background: url("../../images/zt/zt_sheyingzhan/logo.png") right center no-repeat;
	background-size: 100% 100%;
}
.sys_info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 80px;
}
.sys_info span{
	display: block;
	width: 345px;
	height: 61px;
	margin: 0 auto;
}
.sys_status{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 30px;
}
.sys_status p{
	color: #984e05;
	text-align: center;
	line-height: 2em;
}
.pic_info{
	width: 100%;
	height: 574px;
	overflow: hidden;
	display: none;
	margin-top: 40px;
}
.pic_title{
	width: 100%;
	text-align: left;
	font-weight: bold;
	font-size: 22px;
}
.pic_msg{
	width: 100%;
	height: 536px;
	overflow: hidden;
	overflow-y: auto;
	margin-top: 10px;
	position: relative;
}
.pic_msg p{
	line-height: 2em;
}

.cont_right{
	width: 630px;
	height: 100%;
	float: right;
	background: #ffe4b4;
	position: relative;
}
.swiper_pic{
	width: 450px;
	height: 550px;
	overflow: hidden;
	position: absolute;	left: 0;	top: 0;	bottom: 0;	right: 0;	margin: auto;
}
.swiper_pic_img{
	display: block;
	width: 450px;
	height: 450px;
	border-radius: 10px;
	border: 10px solid #fff;
	box-sizing: border-box;
	overflow: hidden;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper_pic_img img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.swiper_pic_title{
	width: 100%;
	text-align: center;
	color: #333;
	margin-top: 10px;
}

.big_prev{
	width: 37px;
	height: 120px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 40px;
	background: url("../../images/zt/zt_sheyingzhan/big_prev.png") no-repeat center;
	background-size: 100% 100%;
	cursor: pointer;
}
.big_next{
	width: 37px;
	height: 120px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 40px;
	background: url("../../images/zt/zt_sheyingzhan/big_next.png") no-repeat center;
	background-size: 100% 100%;
	cursor: pointer;
}
.s_prev{
	width: 33px;
	height: 26px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	background: url("../../images/zt/zt_sheyingzhan/s_prev.png") no-repeat center;
	background-size: 100% 100%;
	cursor: pointer;
}
.s_next{
	width: 33px;
	height: 26px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	background: url("../../images/zt/zt_sheyingzhan/s_next.png") no-repeat center;
	background-size: 100% 100%;
	cursor: pointer;
}

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

@media screen and (orientation:portrait){
	.banner_wap{
		width: 100%;
		height: 100%;
		background: url("../../images/zt/zt_sheyingzhan/banner_wap.jpg") center no-repeat;
		background-size: 100% 100%;
	}
	.nav{
		position: relative;
	}
	.foot{
		position: relative;
		margin-top: 0;
	}
	.foot p, .foot a{
		color: #ffe0a0;
	}
	.wap_title{
		width: 6.8rem;
		height: 5.37rem;
		margin: 0 auto;
		margin-top: 0.6rem;
	}
	.wap_banner_sys{
		width: 100%;
		height: auto;
		margin-top: 0.3rem;
		padding: 0 0.2rem;
		box-sizing: border-box;
		text-align: center;
	}
	.wap_banner_sys p{
		font-size: 0.22rem;
		text-align: center;
		color: #ffe0a0;
		margin-bottom: 0.1rem;
	}
	.wap_banner_sys span{
		display: inline-block;
		width: 1rem;
		height: 1.35rem;
		margin:  0 0.05rem;
	}
	.main{
		background: url("../../images/zt/zt_sheyingzhan/banner_wap.jpg") center no-repeat;
		height: auto;
		overflow: hidden;
		display: none;
	}
	.content{
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		background:none;
		padding: 0 0.2rem;
		box-sizing: border-box;
		margin-top: 0.4rem;
	}
	.back{
		width: 1.79rem;
		height: 0.37rem;
		position: absolute;
		right: 0.2rem;
		top: initial;
		bottom: 0.2rem;
		background: url("../../images/zt/zt_sheyingzhan/back_wap.png") no-repeat;
		background-size: 100% 100%;
	}
	.siwper_big{
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-bottom: 0.8rem;
	}
	.cont_left{
		width: 100%;
		height: auto;
		float: none;
		background: none;
	}
	.cont_nav{
		display: none;
	}
	
	.cont_left_main{
		width: 100%;
		float: none;
		padding: 0;
	}
	.logo{
		width: 80%;
		height: 0.36rem;
		margin: 0 auto;
		background: url("../../images/zt/zt_sheyingzhan/logo_wap.png") no-repeat;
		background-size: 100% 100%;
	}
	.sys_info{
		margin-top: 0;
		background: #fff;
		padding: 0.2rem;
		box-sizing: border-box;
		margin-top: 0.3rem;
	}
	.sys_info span{
		width: 3.45rem;
		height: 0.61rem;
	}
	.sys_status{
		margin-top: 0.3rem;
	}
	.sys_status p{
		line-height: 2em;
		font-size: 0.24rem;
	}
	.pic_info{
		width: 100%;
		height: 4.2rem;
		margin-top: 0.5rem;
		display: block;
		background: #fff;
		padding: 0.2rem;
		box-sizing: border-box;
		position: relative;
		overflow: initial;
	}
	.pic_info span{
		display: block;
		width: 1.47rem;
		height: 0.4rem;
		background: url("../../images/zt/zt_sheyingzhan/wap_tit_pic.png") no-repeat;
		background-size: 100% 100%;
		position: absolute;
		left: 0;
		top: -0.2rem;
	}
	.pic_title{
		text-align: center;
		font-size: 0.28rem;
	}
	.pic_msg{
		height: 3.1rem;
		margin-top: 0.1rem;
	}
	.pic_msg p{
		font-size: 0.26rem;
	}
	
	.cont_right{
		width: 100%;
		height: auto;
		overflow: hidden;
		float: none;
		background: none;
		position: relative;
		margin-top: 0.4rem;
	}
	.swiper_pic{
		width: 5.4rem;
		height: auto;
		overflow: hidden;
		position: relative;
	}
	.swiper_pic_img{
		display: block;
		width: 5.4rem;
		height: 5.4rem;
		border: 2px solid #ffe0a0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.swiper_pic_img img{
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
	}
	.swiper_pic_title{
		margin-top: 0.1rem;
		font-size: 0.26rem;
		color: #fff;
	}
	
	.big_prev{
		display: none;
	}
	.big_next{
		display: none;
	}
	.s_prev{
		width: 0.33rem;
		height: 0.26rem;
		left: 0.2rem;
	}
	.s_next{
		width: 0.33rem;
		height: 0.26rem;
		right: 0.2rem;
	}
}
	