@charset "utf-8";
body,img,border,ul,li,ol,a,div,*{
	border: 0;
	padding: 0;
	margin: 0;
	text-decoration:none;
	list-style: none;
	
}
.header {
    position: unset;
}
body{
	font-family: '微软雅黑', "Microsoft YaHei";
	min-width: 1500px !important;
}
.whole{
	width: 100%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

.banner{
	width: 100%;
	max-width: 1920px;
	height: 800px;
	background: url(/Tpl/Home/Index/images/20241111/banner.jpg) bottom center no-repeat ;
}
.content{
	width: 100%;
	height: auto;
	background: url(/Tpl/Home/Index/images/20241111/content_bg.jpg) top center no-repeat #851112;
	margin: 0 auto;
	
}
.content1{
	width: 1370px;
	height: 1430px;
	background:url(/Tpl/Home/Index/images/20241111/content1.png) top center no-repeat;
	margin: 0 auto;
}
.content2{
	width: 1370px;
	height: 1420px;
	background: url(/Tpl/Home/Index/images/20241111/content2.png) no-repeat;
	display: block;
	margin: 50px auto 0;
}
.content3{
	width: 1370px;
	height: 1190px;
	background: url(/Tpl/Home/Index/images/20241111/content3.png) no-repeat;
	margin: 50px auto 0;
}
.zhushi{
	color: #fff;
	text-align: center;
	padding: 0 0 40px;
	font-size: 16px;
}
.act_data{
	width: 300px;
	height: auto;
	padding-top: 360px;
	margin-left:120px;	
	color: #666;
	display: block;
}
.content form {
	width:1020px;
	margin: 0 auto;
}
.content form li{
	font-size: 18px;
	line-height:70px ;
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
	color: #b21d08;
	font-weight: 900;
}
.content form li input{
	width: 185px;
	height: 30px;
	background-color: #fff;
	font-size: 18px;
	margin-left: 10px;
}
.content form button{
	width: 174px;
	height: 69px;
	background: url(/Tpl/Home/Index/images/20241111/yuyue.png) no-repeat;
	float: right;
	margin-top: -60px;
}
.content form button:hover{
	background: url(/Tpl/Home/Index/images/20241111/yuyue_hover.png) no-repeat;
}
.content1 h3,p{
	width: 1000px;
	margin: 5px auto;	
}
h3{
	font-size: 36px;
	font-weight: bold;
	color: #b21d08;
}



.erweima{
	z-index: 200;
	position: fixed;
	top: 50%;
	left: 30px;
	border-radius: 5px;
	text-align: center;
	height: 140px;
	margin: unset;
	padding: 10px;
	background: #fff4e8;
	box-shadow: 2px 2px #a90f15;
}

.page-bulls .erweima .conpic{
	width: 110px;
	border-radius: 10px;
	margin-bottom: 5px;
}

.page-bulls .erweima span{
	color: #222;
	display: block;
	font-weight: 500;
}

.page-bulls .erweima .dianji{
	display: none;
	color: #222;
	margin-bottom: 10px;
	font-weight: 500;
}

.page-bulls .conpic_wrapper{
	background-size: auto 50%;
}

.conpic_wrapper {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-color: rgba(0, 0, 0, 0.8);
	background-size: auto 95%;
}
.fangda{
	position: absolute;
	width: 600px;
	display: block;
	left: 50%;
	top: 50%;
	margin-top: -330px;
	margin-left: -300px;
}
.page-section img:hover {
	cursor: zoom-in;
}

.page-section .conpic_wrapper:hover {
	cursor: zoom-out;
}

.fangda:hover {
	cursor: zoom-out !important;
}


@media (min-resolution: 192dpi), (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-device-pixel-ratio: 2), (min-resolution: 2dppx){
	.zhushi {
	    font-size: 30px;
	}
	.page-bulls .erweima .conpic {
	    width: 200px;
		margin-top: 5px;
	}
	
	.conpic_wrapper{
		background-size: contain;
		background-position: center;
	}
	
	.page-bulls .erweima {
	    height: 280px;
	    box-shadow: none;
		border-radius: 20px;
	}
	.page-bulls .erweima span{
		display: none;
	}
	
	.page-bulls .erweima .dianji{
		display: block;
		font-weight: 800;
		font-size: 34px;
	}
	
	.fangda{
		width: 100% !important;
		position: absolute;
		top: 50%;
		margin-top: -800px;
		left: 0px;
		margin-left: 0px;
	}
}