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;
}
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: 700px;
	background: url(../img/banner_bg.png) no-repeat;
	background-size: cover;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.send01 div{
	position: relative;
}
.send01 .fish{
	position: absolute;
	left: 0;
	right: 0;
	top:226px;
	bottom: 0;
	margin: auto;
	animation-delay: 1s;
}
.send01 .send_nav{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin:0 auto;
}
.banner_btn{
	display: flex;
	width: 304px;
	height: 46px;
	font-family: my_font;
	background-color: #ff4800;
	border-radius: 23px;
	color: #fff;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	margin-top: 58px;
	animation-delay: 1.3s;
}
.banner_btn i{
	font-size: 26px;
	margin-left: 23px;
}
.x_counter{
	display: flex;
	width: 1200px;
	margin: 0 auto;
}
.send02 .x_counter{
	margin-top: 146px;
}
.send_btn{
	display: flex;
	align-items: center;
	justify-content: center;
}
.send02 .send_btn{
	width: 403px;
	height: 59px;
	border-radius: 29px;
	border: solid 3px #ff4800;
	color: #ff4800;
	font-size: 24px;
	margin: 72px auto 122px auto;
}
.title_img{
	display: block;
	margin: 0 auto;
}
.send03{
	height: 750px;
	background: url(../img/send03_bg.png) no-repeat;
	background-size: cover;
	position: relative;
}
.send03 .title_img{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 106px;
	z-index: 9;
}
.send03 ul{
	height: 100%;
	width: 100%;
	justify-content: center;
	
}
.send03 ul li{
	border-left: 1px solid rgba(255,255,255,.3);
	border-right: 1px solid rgba(255,255,255,.3);
	margin-right: -1px;
	color: #fff;
	width: 100%;
	text-align: center;
	background-color: rgba(0,0,0,.7);
}
.send03 ul li:nth-child(1){
	width: 360px;
}
.send03 ul li:nth-child(6){
	width: 360px;
}
.send03 ul li:nth-child(2){
	flex: 1;
	animation-delay: 1s;
}
.send03 ul li:nth-child(3){
	flex: 1;
	animation-delay: 1.5s;
}
.send03 ul li:nth-child(4){
	flex: 1;
	animation-delay: 2s;
}
.send03 ul li:nth-child(5){
	flex: 1;
	animation-delay: 2.5s;
}
.send03 li h1{
	font-size: 24px;
	margin-top: 342px;
}
.send03 li span{
	display: block;
	width: 20px;
	height: 3px;
	background-color: #ffffff;
	margin: 42px auto 48px auto;
}
.send03 li p{
	width: 230px;
	font-size: 20px;
	text-align: left;
	line-height: 36px;
	margin: 0 auto;
}
.send04 .title_img{
	margin: 106px auto 66px auto;
}
.send04 ul{
	width: 1500px;
	justify-content: space-between;
	margin-bottom: 158px;
}
.send04 li{
	width: 350px;
	height: 440px;
	text-align: center;
}

.send04 li div{
	color: #fff;
	background-color: #ff4800;
	margin-top: -4px;
	height: 280px;
	position: relative;
	transition: all 1s ease-in;
	
}
.send04 li div i img{
	margin-top: -28px;
	margin-bottom: 18px;
}

.send04 li div h1{
	font-size: 24px;
}
.send04 li div p{
	width: 281px;
	font-family: MicrosoftYaHei;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	text-align: left;
	color: #ffffff;
	margin: 0 auto;
	margin-top: 26px;
}
.send04 li div span{
	position: absolute;
	display: block;
	width: 282px;
	height: 2px;
	background-color: #fdf0e5;
	opacity: .4;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 262px;
}
.send05{
	background-color: #eeeeee;
	padding-bottom: 127px;
}
.send05 .title_img{
	margin: 113px auto 60px auto;
}
.send05 li{
	width: 204px;
	height: 204px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	border:  solid 6px #ff4800;
	border-radius: 50%;
	background-color: #fff;
}
.send05 li:nth-child(1){
	animation-delay:.7s 
}
.send05 li:nth-child(2){
	animation-delay: 1.2s
}
.send05 li:nth-child(3){
	animation-delay: 1.7s
}
.send05 li:nth-child(4){
	animation-delay: 2.2s
}
.send05 li:nth-child(5){
	animation-delay: 2.7s
}
.send05 li:nth-child(6){
	animation-delay: 3.2s
}
.send05 li:nth-child(7){
	animation-delay: 3.7s
}
.send05 li:nth-child(8){
	animation-delay: 4.2s
}
.send05 li:nth-child(9){
	animation-delay: 4.7s
}
.send05 li:nth-child(10){
	animation-delay: 5.2s
}
.send05 .icon{
	width: 61px;
	height: 33px;
	background: url(../img/icon_xb.png) no-repeat 2px -37px;
	/* background: url(../img/icon_xb.png) no-repeat 2px 0; */
}
.send05 .icon02{
	width: 8px;
	height: 33px;
	background: url(../img/icon_xb.png) no-repeat -73px -40px;
	/* background: url(../img/icon_xb.png) no-repeat -73px 0; */
}
.send05 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.send05 li{
	margin-bottom: 23px;
}
.send05 li h1{
	font-size: 22px;
	color: #ff4800;
	font-weight: 600;
}
.send05 .on{
	background-color: #ff4800;
}
.send05 .on .icon{
	background: url(../img/icon_xb.png) no-repeat 2px 0;
}
.send05 .on .icon02{
	background: url(../img/icon_xb.png) no-repeat -73px 0;
}
.send05 .on h1{
	color: #fff;
}
.send06 .title_img{
	margin: 114px auto 56px auto;
}
.send06 ul{
	flex-wrap: wrap;
	justify-content: space-between;
}
.send06 ul li{
	margin-bottom: 26px;
}
.send06 li img{
	transition: all 0.3s linear 0s;
}
.send06 li:hover img{
	box-shadow: 0px 5px 10px #888888;
    transform: translate3d(0,-6px,0);
}
.send06 .send_btn,.send07 .send_btn{
	width: 403px;
	height: 59px;
	border-radius: 29px;
	border: solid 3px #ff4800;
	color: #ff4800;
	font-size: 24px;
	margin: 72px auto 122px auto;
}
.send07{
	background-color: #eee;
}
.send07 .title_img{
	margin-top: 87px;
	margin-bottom: 60px;
}
.send07 ul{
	justify-content: space-between;
}
.send08 ul{
	display: flex;
	width: 100%;
}
.send08 li{
	flex: 1;
	display: flex;
	flex-direction: column;
}
.send08 li span{
	overflow: hidden;
}
.send08 .img_con{
	transition: .2s ease-in-out;
}
.send08 .img_con:hover{
	transform: scale(1.05) translateZ(0);
}
.send09 {
	padding-top: 82px;
}
.send09 .title_img{
	margin-bottom: 72px;
}
.send10{
	height: 600px;
	background: url(../img/send09_bg.png) no-repeat;
	background-size: cover;
}
.send10 .title_img{
	margin-top: 76px;
	margin-bottom: 57px;
}
.send10 ul{
	width: 992px;
	padding: 57px 139px;
	background-color: #fff;
	height: 126px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.send10 ul li{
	display: flex;
	align-items: center;
	width: 460px;
	background-color: #eee;
}
.send10 li:nth-child(1),.send10 li:nth-child(2){
	margin-bottom: 23px;
}
.send10 ul li i{
	font-size: 34px;
	color: #7d7d7d;
	margin: 0 23px;
}

.send10 input{
	outline: none;
	border: none;
	background-color: #eee;
	font-size: 18px;
}
.send10 input::placeholder{
	color: #bfbfbf;
}
.send10 li h1{
	display: flex;
	width: 100%;
	justify-content: center;
	font-size: 22px;
	color: #ff4800;
	font-weight: 600;
}
.send11{
	padding-bottom: 200px;
}
.send11 ul{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.send11 li{
	margin-bottom: 18px;
	height: 207px;
}
.send11 li div{
	background-color: #ff4800;
	display: flex;
	height: 50px;
	align-items: center;
	justify-content: space-around;
	margin-top: -5px;
	
}
.send11 div h1{
	font-size: 24px;
	color: #fff;
}
.send11 div a{
	display: flex;
	width: 50px;
	height: 21px;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #ff4800;
	background-color: #fff;
	border-radius: 5px;
}
.send11 .title_img{
	margin: 117px auto 58px auto;
}
/* 样式结束 */

/* 效果动画 */
.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;
}