html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
}

a{
    color: #333;
    text-decoration: none;
}
i{
    font-style: normal;
}
.none{
    display: none !important;
}
.show{
    display: block !important;
}
input{
	outline: none;
	border: none;
}
h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}
s, i, em {              
    font-style: normal;
    text-decoration: none;
}
section{
	overflow: hidden;
}

@font-face{
	font-family: 'my_font'; 
	src:url('../font/FZQKBYSJW_0.TTF') format('truetype')
}

/* 样式开始 */
.send01{
	display: flex;
	height: 800px;
	background: url(../img/banner_bg\ .png)no-repeat;
	background-size: cover;
	justify-content: center;
	align-items: center;
}
.send02 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 110px;
	background-color: #c10a06;
}
.send02 .swiper-container{
	width: 100%;
	height: 80px;
}
.send02 .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	font-family: my_font;
	font-size: 28px;
	color: #fff;
}
.send02 .swiper-slide img{
	margin-right: 35px;
}
.send02 .swiper-slide .name{
	width: 64px;
	color: #fff;
}
.send02 .swiper-slide a{
	display: flex;
	background-color: #fff;
	border-radius: 40px;
	width: 175px;
	font-size: 24px;
	justify-content: center;
	align-items: center;
	color: #c10a06;
	margin-left: 139px;
}
.send02 .swiper-slide span{
	color: #ffff00
}
.title_img{
	display: block;
	margin: 0 auto;
}
.send03 .title_img{
	margin-top: 107px;
	margin-bottom: 79px;
}
.send03 ul{
	width: 1200px;
	margin:  0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.send03 ul li{
	margin-bottom: 13px;
	cursor: pointer;
	overflow: hidden;
}
.send03 ul li img{
	transition: .2s ease-in-out;
}
.send03 ul li:hover img{
    transform: scale(1.05) translateZ(0);
}
.send03 ul li h1{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	color: #fff;
	font-size: 28px;
	background-color: #c10a06;
	margin-top: -4px;
}
.send03 a{
	display: block;
	text-align: center;
	margin: 93px auto;
}
.send04{
	background-color: #eeeeee;
}
.send04 .title_img{
	margin-top: 119px;
	margin-bottom: 60px;
}
.send04 ul{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 77px;
}
.send04 ul li{
	margin-bottom: 30px;
}
.send05_con{
	position: relative;
}
.send05{
	height: 600px;
	background-color: #c10a06;
	
}
.send05 .title_img{
	margin-top: 114px;
	margin-bottom: 55px;
}
.send05 div{
	height: 282px;
	width:1200px;
	display: flex;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	background-color:rgba(125,0,0,.56);
	/* opacity: 0.46; */
}
.send05 div ul{
	width: 920px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.send05 div ul li{
	width: 440px;
	height: 60px;
	display: flex;
	margin-bottom: 26px;
	background-color: #fff;
	align-items: center;
	padding-right: 3px;
}
.send05 div i{
	font-size: 40px;
	padding: 0 15px;
	color: #434343
}
.send05 input{
	flex: 1;
	height:85%;
	background-color: #eeeeee;
	font-size: 18px;
	text-indent: 1em;
}
.send05 a{
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	color: #c10a06;
	font-weight: 600
}
.send05_logo{
	position: absolute;
	right: 0;
	bottom: -85px;
}
.send06 .title_img{
	margin-top: 105px;
	margin-bottom: 61px;
}
.video-box{
	width: 928px;
	margin: 0 auto;
	position: relative;
}
video{
	display: block;
	outline: none;
	width: 900px;
	margin: 0 auto;
	border: 14px solid #c10a06;
}
.video_play{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.video_play i{
	font-size: 100px;
	color: #fff;
	cursor: pointer;
}
.send06 a,.send07 a,.send08 a{
	display: block;
	text-align:center;
	margin: 80px auto;
}
.send07{
	height: 826px;
	background-color: #eeeeee;
	position: relative;
}
.send07 .title_img,.send09 .title_img{
	margin-top: 125px;
	margin-bottom: 88px;
}
.send07 dl{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.send07 dd{
	width: 174px;
	height: 286px;
	background-color: #c10a06;
	border-radius: 86px;
	color: #fff;
	cursor: pointer;
	transition: all .5s linear;
}


.send07 ul{
	margin-top: 40px;
}
.send07 ul li{
	text-align: center;
	font-size: 20px;
}
.send07 ul li:nth-child(1){
	font-size: 51px;
	font-weight: 600;
	display: block;
	transition: all .5s linear;
}


.send07 ul li h1{
	display: inline-block;
	font-size: 28px;
	font-weight: 400;
	border-bottom: 1px solid #fff;
	margin-bottom: 22px;
}
.send07 a{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 109px;
	margin: 0 auto;
}
.send08 .title_img,.send10 .title_img{
	margin-top: 125px;
	margin-bottom: 88px;
}
.send08 div{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.send08 div li{
	margin-bottom: 17px;
}
.send08 div li img{
	transition: all 0.3s linear 0s;

}
.send08 div li:hover img{
	box-shadow: 0px 5px 10px #888888;
    transform: translate3d(0,-6px,0);
}
.send09{
	text-align: center;
	background-color: #eeeeee;
	padding-bottom: 177px;
}
.send10{
	padding-bottom: 150px;
}
.send10 ul{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.send10 ul li{
	display: flex;
	width: 290px;
	height: 204px;
	justify-content: center;
	align-items: center;
	background-size: 100%;
}
.send10 ul li:nth-child(1){background: url(../img/last01.png)no-repeat;}
.send10 ul li:nth-child(2){background: url(../img/last02.png)no-repeat;}
.send10 ul li:nth-child(3){background: url(../img/last03.png)no-repeat;}
.send10 ul li:nth-child(4){background: url(../img/last04.png)no-repeat;}
.send10 ul li div{
	width:230px;
	background-color: rgba(255,255,255,.8);
}
.send10 h1{
	display: flex;
	width: 94%;
	height: 76px;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	color: #c10a06;
	border: 1px solid #c10a06;
	border-bottom: none;
	margin-top: 6px;

}

.send10 li div{
	cursor: pointer;
	transition: all .7s linear;
}
.send10 p{
	text-align: center;
	background-color: #c10a06;
	height: 40px;
	line-height: 40px;
	
}
.send10 p a{
	color: #fff;
	font-size: 20px;
}
.send10 p i{
	margin-left: 20px;
}
/* 样式结束 */

/* 效果动画 */
.scroll-content{
	animation:totop 2s forwards;
	-webkit-animation:totop 2s forwards;
	-o-animation:totop 2s forwards;
	-moz-animation:totop 2s forwards;
	-ms-animation:totop 2s forwards;
	transform:translateY(-20px);
	-webkit-transform:translateY(-20px);
	-o-transform:translateY(-20px);
	-ms-transform:translateY(-20px);
	-moz-transform:translateY(-20px);
}
@keyframes totop{
	0%{transform:translateY(-20px);opacity:0}
	100%{transform:translateY(0);opacity:1}
}
@-moz-keyframes totop{
	0%{-moz-transform:translateY(-20px);opacity:0}
	100%{-moz-transform:translateY(0);opacity:1}
}
@-webkit-keyframes totop{
	0%{-webkit-transform:translateY(-20px);opacity:0}
	100%{-webkit-transform:translateY(0);opacity:1}
}
@-ms-keyframes totop{
	0%{-ms-transform:translateY(-20px);opacity:0}
	100%{-ms-transform:translateY(0);opacity:1}
}
@-o-keyframes totop{
	0%{-o-transform:translateY(-20px);opacity:0}
	100%{-o-transform:translateY(0);opacity:1}
}
.animated{
    animation-duration: 2s;
}