@media  screen and (min-width:1200px) and (max-width:1300px) {
	.toTop{
		bottom: 180px !important;
	}
	.headerImg{
		background-size: cover;
		padding-bottom: 6.5rem;
	}
	.dove{
		left: .6rem !important;
	}
	.right_dove{
		right: .3rem !important;
	}
	.cx{
		font-size: 16px;
	}
	.header-tit{
		width: 67% !important;
		bottom: 2.20rem !important;
		font-size: 18px !important;
	}
}
@media  screen and (min-width:1300px) and (max-width:1400px){
	.toTop{
		bottom: 180px !important;
	}
	.headerImg{
		background-size: cover;
		padding-bottom: 6.5rem;
	}
	.dove{
		left: .6rem !important;
	}
	.right_dove{
		right: .3rem !important;
	}
	.cx{
		font-size: 16px;
	}
	.header-tit{
		width: 67% !important;
		bottom: 2.22rem !important;
		font-size: 18px !important;
	}
}
@media  screen and (min-width:1400px) and (max-width:1600px) {
	.toTop{
		bottom: 200px !important;
	}
	.headerImg{
		background-size: cover;
		padding-bottom: 7rem;
	}
	.dove{
		left: .7rem !important;
	}
	.right_dove{
		right: .5rem !important;
	}
	.header-tit{
		width: 60% !important;
		bottom: 2rem !important;
		font-size: 20px !important;
	}
}

.headerImg{
  background: url(../img/头部.png) no-repeat center top;
  background-size: cover;
  padding-bottom: 9.62rem;
  width: 100%;	
	position: relative;
}
.header-tit{
	text-align: justify !important;
	width: 50%;
	position: absolute;
	bottom: 1.25rem;
	font-size: 24px;
	left: 0;
	right: 0;
	margin:  0 auto;
	line-height: 2;
}
.cloud{
	position: absolute;
	top: 12px;
	left: 0;
	animation: cloud 3s linear 0s infinite alternate;
}
@-webkit-keyframes cloud{
	from{left: 0px;}
	to{left: -70px;}
}
.zhiji{
	background: url(../img/zhiji_bg.png) no-repeat center center;
	background-size: cover;
	padding-top: 50px;
}
.title{
	width: 80%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.content{
	max-width: 1100px;
	margin: 0 auto;
}
.flex{
	display: flex;
	align-items: center;
}
.warp{
	border: 2px solid #d74e58;
	margin-bottom: 20px;
	color: #d74e58;
}
img{
	width: 100%;
}
.warp:nth-child(2){
	background-color: #d74e58;
	color: #FFFFFF;
}
.warp:nth-child(3){
	margin-bottom: 50px;
}
.text_box{
	padding: 60px 70px;
	position: relative;
}
.text_tit{
		font-size: 24px;
    padding: 0 0 20px;
    border-bottom: 2px solid;
    margin-bottom: 20px;
}
.text_content{
	font-size: 20px;
}
.img_pad{
	padding: 16px 12px;
	box-sizing: border-box;
}
.img_pad img{
	width: 363px;
	height: 205px;
}
.more{
	position: absolute;
	right: 70px;
  bottom: 30px;
	color: #D74E58;
}
.toggle:hover{
	cursor: pointer;
}
.toggle{
	height: .58rem;
	background-color: #D74E58;
	width: 25%;
	color: #FFFFFF;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
}
.toggle:nth-child(-n+3){
	margin-right: 10px;
}
.active{
	background-color: #2c5abd;
	position: relative;
}
.toggle_item{
	height: 244px;
}
.toggle_item_txet{
	font-size: 20px;
	padding-left: 40px;
}
.corner{
	width: 0px;
	height: 0px;
	border: 15px solid #2c5abd;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	position: absolute;
	bottom: -30px;
	right: 15px;
	z-index: -1;
}
.wenzi{
	font-size: 20px;
	margin-bottom: 50px;
}
.new5{
	border: 1px solid #D74E58;
	padding: 12px;
	margin-bottom: 12px;
}
.new5:nth-child(odd){
	background-color: #D74E58;
	color: #FFFFFF;
}
.a_box a {
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #000;
	line-height: 40px;
}
.a_box{
	width: 100%;
	height: 354px;
	overflow: hidden;
	padding-left: 20px;
	box-sizing: border-box;
	position: relative;
}
.video{
	width: 50%;
}
.more_news{
	color: #D74E58 !important;
	float: right;
}
.video_border{
	font-size: 24px;
	color: #d7000f;
	background: url(../img/video_border.png) no-repeat left bottom;
	background-size: contain;
	padding-bottom: 10px;
	width: 50%;
	margin-bottom: 10px;

}
.footer{
	color: #FFFFFF;
	text-align: center;
	background-color: #D74E58;
	height: 150px;
	padding: 30px 0;
	line-height: 31px;
	box-sizing: border-box;
}
.toTop{
	position: fixed;
	bottom: 360px;
	right:50px;
	background-image: linear-gradient(#c60303, #f6607c);
	z-index: 2;
	padding: 30px 7px;
	border-top-right-radius:35px;
	border-bottom-left-radius: 35px
}
.jump{
	text-align: center;	
	line-height: 2.5;
}
.jump a{
	color: #FFFFFF;
	display: inline-block;
	width: 100%;
}
.jump:hover{
	cursor: pointer;
}
.topBtn{
	box-sizing: border-box;
	padding-top: 10px;
	background-color: #FFFFFF;
	border-radius: 30px;
	width: 60px;
	height: 60px;
	margin: 10px auto 0;
	cursor: pointer;
	
}
.sanjiao{
	width: 0;
	height: 0;
	border: 6px solid #ec4c63;
	margin-left: 24px;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
}
.blod{
	background-color: #980711;
	width: 121%;
	margin-left: -13px;
	/* font-size: 18px; */
	color: #FFFFFF;
}
.blod a{
	font-size: 18px;
}
.new5_img img{
	width: 232px;
	height: 130px;
}
.new_warp{
	width: 50%;
	float: right;
	overflow: hidden;
/* 	display: flex;
	flex-direction: column;
	flex-wrap: wrap; */
}

.new_box{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 320px;
	position: relative;
	animation: bofang 12s linear 0s infinite ;
	animation-direction:alternate;
}
@keyframes bofang{		
	0%{right: 0px}
	10%{right: 0px}
	20%{right: 0px}
	30%{right: 0px}
	40%{right: 550px}	
	50%{right: 550px}	
	60%{right: 550px}	
	62%{right: 550px}	
	
	70%{right: 1100px}	
	80%{right: 1100px}	
	90%{right: 1100px}	
	100%{right: 1100px}	
}
.dove{
	width: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 1rem;
	margin: auto;
	animation: move 2s ease-in-out infinite;
	-webkit-animation: move 2s ease-in-out infinite;
	animation-direction: alternate;
	
}
.right_dove{
	width: auto;
	position: absolute;
	top: 2rem;
	right: 1rem;
	transform: rotateY(180deg);
	animation: move 2s ease-in-out infinite;
	-webkit-animation: move 2s ease-in-out infinite;
	animation-direction: alternate;
}

@keyframes move{
	from{transform: translateY(30px); }
	to{ transform: translateY(-30PX);}
}
@-webkit-keyframes move{
	from{transform: translateY(30px);}
	to{ transform: translateY(-30PX);}
}
#chengxiao{
	background: url(../img/主要成效_bg.png);
	padding: 1rem;
}
.cx{
	box-sizing: border-box;	
	background-size: contain !important; 
	width: 50%;
	height: 240px;
	color: white;
	padding: 70px .3rem 0;
  font-size: 17px;
	text-align: justify;
	
}
.cx1{
	background: url(../img/border_1.png) no-repeat center ;	
	margin-bottom: 54px;
}
.cx2{
	background: url(../img/border_2.png) no-repeat center ;	
}
.cx3{
	background: url(../img/border_3.png) no-repeat center ;	
}
.cx4{
	background: url(../img/border_4.png) no-repeat center ;	
}
.cx_box{
	display: flex;
	flex-wrap: wrap;
}