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{
	height: 690px;
	background: url(../img/banner_bg.png) no-repeat;
	background-size: 100%;
}
.send01 img{
	display: block;
	margin: 167px auto 0 auto;
}
.title_img{
	display: block;
	margin: 0 auto;
	margin-top: 107px;
	margin-bottom: 73px;
}
.send02{
	background-color: #d7242a;
}
.send02 ul{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.send02 li{
	margin-bottom: 18px;
}
.sen_anim li span{
	display: flex;
	width: 290px;
	height: 210px;
	overflow: hidden;
}
.sen_anim li span img{
	transition: .2s ease-in-out;
}
.send02 li div{
	background-color: #fff;
	display: flex;
	height: 64px;
	align-items: center;
	margin-top: -5px;
	
}
.send02 div h1{
	font-size: 27px;
	width: 112px;;
	color: #333;
	font-weight: 600;
}
.send02 div img{
	margin: 0 12px;
	
}
.sen_anim li:hover span img{
	transform: scale(1.05) translateZ(0);
}
.send02 div a{
	display: flex;
	width: 71px;
	height: 30px;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #fe2c33;
	background-color: rgba(251,233,233,.6);
	margin-left: 40px;
}
	
.send02 .send_btn{
	display: flex;
	width: 343px;
	height: 52px;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	font-size: 24px;
	margin: 0 auto;
	border-radius: 52px;
	color: #d7242a;
	font-weight: 600;
	margin-top: 50px;
	margin-bottom: 97px;
}
.send03 ul{
	width: 1200px;
	margin: 0 auto;
	display: flex;	
	margin-top: 138px;
	margin-bottom: 146px;
}
.send03 ul li{
	flex: 1;
	background-color: #d7242a;
	text-align: center;
}
.send03 ul li:nth-child(2){
	background-color: #eeeeee;
}
.send03 ul li h1{
	font-size: 36px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	margin: 53px 0 42px 0;
}
.send03 ul li:nth-child(1) img{
	margin-bottom: 12px;
}
.send03 ul li:nth-child(2) img{
	margin-top: 53px;
	margin-bottom: 63px;
}
.send03 ul li dd{
	height: 60px;
	width: 400px;
	margin: 0 auto;
	display: flex;
	background-color: #fff;
	align-items: center;
	margin-bottom: 26px;
}
.send03 ul li dd i{
	font-size: 34px;
	color: #7d7d7d;
	margin: 0 45px 0 20px;
}
.send03 ul li dd input{
	font-size: 20px;
	color: #000;
}
.send03 ul li dd input::placeholder{
	font-size: 20px;
	color: #bfbfbf;
}
.send03 ul li .from_btn{
	margin-top: 55px;
	text-align: center;
	background-color: #d7242a;
}
.from_btn a{
	color: #fff;
	display: block;
	margin: 0 auto;
	font-size: 24px;
	font-weight: 600;
}
.send04{
	background: url(../img/sned_bg01.png) no-repeat;
	background-size: cover;
}
.send04 .title_img{
	margin-bottom: 0;
}
.send04 ul{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	height: 360px;
	align-items: center;
	border-radius: 20px;
	background-color: rgba(255,255,255,.8);
}
.send04 ul li{
	flex: 1;
	height: 209px;
	text-align: center;
	border-right:2px solid #ddd;
}
.send04 ul li:last-child{
	border-right: none;
}
.send04 ul li h1{
	font-size: 24px;
	font-weight: 600;
	color: #000;
	margin-top: 20px;
}
.send04 ul li span{
	display: block;
	width: 35px;
	height: 4px;
	background-color: #d7242a;
	margin: 26px auto;
}
.send04 ul li div{
	display: block;
	width: 216px;
	font-size: 18px;
	line-height: 30px;
	margin: 0 auto;
	text-align: left;
}
.send04 .send04_btn{
	width: 774px;
	margin: 75px auto 96px auto;
	display: flex;
	justify-content: space-between;
	padding: 0 213px;;
	
}
.send04_btn a{
	display:flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	color: #d7242a;
	font-size: 24px;
	width: 293px;
	height: 52px;
	border-radius: 52px;
	font-weight: 600;
}
.send05{
	background-color: #eee;
}
.send05 ul{
	width: 1200px;
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 112px;
}
.send05 ul li{
	margin-bottom: 31px;
}
.send06 ul{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 162px;
}
.send06 ul li{
	width: 550px;
	height: 151px;
	display: flex;
	align-items: center;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	margin-top: -1px;
}
.send06 ul li font{
	display: flex;
	width: 91px;
	height: 91px;
	justify-content: center;
	align-items: center;
	background-color: #eee;
	color: #d7242a;
	font-size: 39px;
	font-weight: 600;
	border-radius: 50%;
	margin-right: 35px;
}
.send06 ul li h1{
	font-size: 24px;
	font-weight: 600;
	color: #d7242a;
	margin-bottom: 16px;
}
.send06 ul li p{
	font-size: 20px;
}
.send07{
	background-color: #d7242a;
	
}
.send07 .from_box{
	width: 1200px;
	height: 282px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgb(192,19,23);
	margin: 0 auto;
	margin-bottom: 93px;
	position: relative;
}
.send07 ul{
	display: flex;
	width: 958px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.send07 ul li{
	width: 440px;
	height: 60px;
	display: flex;
	align-items: center;
	background-color: #fff;
	margin-bottom: 26px;
}
.send07 ul li i{
	font-size: 41px;
	color: #7d7d7d;
	margin: 0 20px;
}
.send07 ul li input{
	height: 50px;
	width: 80%;
	background-color: #eee;
}
.send07 ul li input{
	font-size: 24px;
	color: #000;
	text-indent: 1em;
}
.send07 ul li input::placeholder{
	font-size: 20px;
	color: #bfbfbf;
}
.send07 ul li:nth-child(3),
.send07 ul li:nth-child(4){
	margin-bottom: 0;
}
.from02_btn a{
	display: block;
	text-align: center;
	font-size: 24px;
	color: #d7242a;
	font-weight: 600;
	margin: 0 auto;
}
.send07 .swiper-container{
	height: 20px;
	width: 227px;
	position: absolute;
	bottom: 27px;
    right: 220px;
	
}
.send07 .swiper-slide{
	color: #fff;
	font-size: 16px;
}
.send08 .con{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 101px;
}
table h1{
	display: flex;
	width: 285px;
	height: 285px;
	margin: 0 auto;
	background: #d7242a;
	color: #fff;
	justify-content: center;
	align-items: center;
	font-size: 30px;
}
table{
	width: 1200px;
	 
}
table td{
	border: 10px  solid #fff;
	text-align: center;
}
table tr .tex h1{
	width: 300px;
	/* background-color: #d7242a; */
}
table td img{
	display: block;
	width: 100%;
}
table td .img_v{
	display: block;
}
.send09{
	background-color: #eee;
}
.send09 div{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 157px;
}
.send10{
	padding-bottom: 150px;
	
}
.video_img{
	cursor: pointer;
}
.my_layer .layui-layer-content{
	background-color: #000;
}
.send05 li{
	transition: all 0.3s linear 0s;
}
.send05 li:hover{
	box-shadow: 0px 5px 10px #888888;
    transform: translate3d(0,-6px,0);
}
.send08 .tab_img{
	overflow: hidden;
}
.send08 .tab_img img{
	transition: .2s ease-in-out;
}
.send08 .tab_img:hover img{
	transform: scale(1.05) translateZ(0);
}
/* 样式结束 */

/* 效果动画 */
.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;
}