* {
	margin: 0;
	padding: 0;
	box-sizing: border-box !important;
}

html,
body {
	font-family: 'OpenSans-Regular';
	font-size: 100%;
	background: #ffffff;
	min-width: 1200px;
}

a:focus {
	outline: none !Important;
	outline: none !Important;
	outline-offset: 0px !Important;
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.active_banner{
	width: 100%;
	padding-top: 140px;
	min-width: 1300px;
}
.active_banner img{
	width: 100%;
	height: 100%;
	display: block;
}

.active_father{
	padding-top: 30px;
	min-width: 1300px;
	background: url(/Tpl/Home/Index/images/active_202011/bg1.jpg) center top;
	background-size: contain;
}



/* part1 */
.active_part1{
	height: 720px;
}
.active_part1 .part1_title{
	height: 120px;
	background: url(/Tpl/Home/Index/images/active_202011/part1_title.png) center top;
}
.active_part1 .part1_con_box{
	width: 1200px;
	margin: 0 auto;
}

.active_part1 .part1_con_box .part1_con{
	display: block;
	width: 580px;
    height: 450px;
	float: left;
	margin-top: 40px;
}

.active_part1 .part1_con_box .part1_con .part1_city{
	width: 100%;
	height: 40px;
	line-height: 45px;
	background: #fff;
	text-align: center;
    font-size: 18px;
    color: #333;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	font-weight: 900;
}

.active_part1 .part1_con_box .part1_con .part1_1{
    width: 100%;
    margin: 0 auto 10px;
    height: 400px;
    overflow: hidden;
    border: 5px #fff solid;
    position: relative;
}
.active_part1 .part1_con_box .part1_con .part1_1 img{
	width: 100%;
	bottom: 0;
	position: absolute;
	transition: 0.2s;
}
.active_part1 .part1_con_box .part1_con .part1_2{
    width: 186px;
    height: 130px;
    float: left;
    border: 5px solid #fff;
    overflow: hidden;
    position: relative;
    margin-right: 11px;
}
.active_part1 .part1_con_box .part1_con .part1_2 img{
    width: 180px;
	position: absolute;
	bottom: 0;
}

.active_part1 .part1_con_box .part1_con .part1_1:hover img{
    transform: scale(1.1);
}



/* part2 */
.active_part2{
	margin-top: 50px;
}
.active_part2 .part2_title{
	height: 115px;
	background: url(/Tpl/Home/Index/images/active_202011/part2_title.png) center top;
	margin-bottom: 20px;
}
.active_part2 .part2_con_box{
	width: 1200px;
	margin: 0 auto;
}
.active_part2 .part2_con_box .part2_con{
    display: block;
    width: 386px;
    float: left;
    margin-top: 20px;
    margin-right: 21px;
    height: 300px;
}

.active_part2 .part2_con_box .part2_con .part2_city{
	width: 100%;
	height: 40px;
	line-height: 45px;
	background: #fff;
	text-align: center;
    font-size: 18px;
    color: #333;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	font-weight: 900;
}

.active_part2 .part2_con_box .part2_con .part2_1{
    width: 100%;
    margin: 0 auto 10px;
	height: 260px;
    overflow: hidden;
    border: 5px #fff solid;
    position: relative;
}
.active_part2 .part2_con_box .part2_con .part2_1 img{
    width: 100%;
    bottom: 0;
    position: absolute;
	transition: 0.2s;
}
.active_part2 .part2_con_box .part2_con .part2_1:hover img{
    transform: scale(1.1);
}

/* part3 */
.part3_title{
	height: 115px;
	background: url(/Tpl/Home/Index/images/active_202011/part3_title.png) center top;
	margin-bottom: 20px;
}

/* part4 */
.part4_title{
	height: 120px;
	background: url(/Tpl/Home/Index/images/active_202011/part4_title.png) center top;
	margin-bottom: 20px;
}

/* part5 */
.part5_title{
	height: 120px;
	background: url(/Tpl/Home/Index/images/active_202011/part5_title.png) center top;
	margin-bottom: 20px;
}

.active_last{
	padding-bottom: 60px;
}