html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}
/* 1rem = 55px*/
/* html{
	font-size: 55px;
}
*{
	font-size: 0.14rem;
} */
ul{
    list-style: none;
}
a{
    color: #333;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: 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;
}
img{
	width: 100%;
}
/* 样式开始 */
.send01{
	height:12.23rem;
	background: url(../img/banner_bg.png) no-repeat;
	background-size: cover;
	text-align: center;
}
.send01 .title{
	width: 80%;
	margin: 0 auto;
	margin-top: 2.4rem;
}
.send01 .icon{
	width: 70%;
	margin: 0 auto;
	margin-top: 1.06rem;
}
.send01 a{
	display: flex;
	width: 40%;
	height: 0.82rem;
	background-color: #fff;
	font-size: 0.38rem;
	justify-content: space-around;
	align-items: center;
	margin:  0 auto;
	margin-top:1.36rem;
}

.title_img{
	display: block;
	margin: 0 auto;
	width: 75%;
	margin-top: .9rem
	
} 
.send02{
	background-color: #eeeeee;
}

.send02 .table_con{
	display: flex;
	justify-content: space-around;
	margin-top: 1.33rem;
}
.table_con img{
	width: 40%;
	height: 50%;
}
.send02 ul{
	display: flex;
	justify-content: space-around;
	margin-bottom: .5rem;
	margin-top: .55rem
}
.send02 li{
	display: flex;
	align-items: center;
	background-color: #fff;
	width: 45%;
	height: 1.11rem;
	font-size: .36rem;
	color: #7c203a;
}

.send02 li div{
	flex: 1;
	text-align: center;
}
.send02 li div:nth-child(2){
	border-left: 1px solid #7c203a;
}
.send02 li .logo img{
	width: 50%;
	margin: 0 auto;
}
.send02 li .bg{
	background: url(../img/send02_bg.png) no-repeat center;
	background-size: 100%;
}
.send03{
	margin-bottom: .2rem;
}
.send03 .title_img{
	margin-top: .9rem;
	margin-bottom: .9rem;
}
.send03 ul{
	width: 100%;
	padding: 0 .25rem;
	display: flex;
	flex-wrap: wrap;
	margin-top: .4rem;
	margin-bottom: .46rem;
}
.send03 ul li{
	width: 33%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .4rem;
	height: 1.11rem;
	background-color: #eeeeee;
	margin-bottom: .1rem;
	color: #7c203a;
}
.send03 ul .send03_act{
	background-color: #7c203a;
	color: #fff;
}
.send03 .tab{
	display: none;
}
.send03 .tab{
	display: none;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.send03 section{
	display: flex;
	width: 100%;
	height: 5rem;
	margin: 0 auto;
}
.send03 .tab div{
	width: 45%;
	padding-left: .25rem;
	background-color: #eeeeee;
}
.send03 .tab .send03_tit{
	width: 70%;
	margin-top: .87rem ;
	margin-bottom: .63rem;
}
.send03 .tab .send03_img{
	width: 55%;
}

.send03 section dl dd{
	display: flex;
	align-items: center;
	font-size: .33rem;
	margin-bottom: .1rem;
}
.send03 section dl dd i{
	margin-right: .09rem;
	font-size: .2rem
}
.send_btn{
	display: flex;
	width: 33%;
	height: .53rem;
	justify-content: space-around;
	align-items: center;
	color: #333;
	font-size: .29rem;
	border: 1px solid #000;
}
.sen03_btn{
	position: absolute;
	left: .25rem;
	bottom: .8rem;
}
.sen03_btn i{
	font-size: .3rem
}
.send04 {
	background-color: #eeeeee;
	margin-top: .67rem;
}
.send04 .title_img{
	width: 60%;
	margin-top: .9rem;
	margin-bottom: .9rem;
}
.send04 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 .25rem;
	margin-top: .35rem;
	margin-bottom: .4rem;
}
.send04 li{
	width: 49%;
	height: 6.84rem;
	background-color: #fff;
	margin-bottom: .25rem;
	position: relative;
}
.send04 li div{
	text-align: center;
	/* height: 80px; */
	background-color: #7c203a;
	color: #fff;
	overflow: hidden;
}
.send04 li div h1{
	font-size: .44rem;
	margin-top: .1rem;
	font-weight: 600;
	margin-bottom: .02rem;
}
.send04 li div p{
	font-size: .18rem;
	letter-spacing: .07rem;
	margin-bottom:.1rem; 
}
.send04 li dl{
	margin-left: .3rem;
	margin-top: .85rem;
}
.send04 li dd{
	display: flex;
	align-items: center;
	margin-bottom:.07rem; 
	font-size: .32rem;
}
.send04 li dd i{
	margin-right: .1rem;
	font-size: .2rem
}
.send04 li a{
	display: flex;
	width: 75%;
	height: .58rem;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	font-size: .29rem;
	color: #fff;
	background-color: #7c203a;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: .58rem;
}
.send04 li a i{
	font-size: .3rem;
}
.send04 .send04_pag .send04_act{
	background-color: #ff9f68;
}
.send04  .color02 div,.send04  .color02 a{background-color: #f85959;}
.send04  .color03 div,.send04  .color03 a{background-color: #ff9f68;}
.send04 i{
	font-size: .1rem
} 
.send05  section{
	display: flex;
	width: 100%;
	margin: 0 auto;
	/* margin-bottom: 154px; */
	position: relative;
}
.send05_img{
	display: none;
}
.send05  section .img_con{
	position: relative;
	width: 45%;
	/* height: 440px; */
}
.img_con img{
	width: 100%;
}
.send05 .title_img{
	width: 60%;
	margin-bottom: .9rem
}
.send05 ul{
	width: 53%;
	height: 100%;
	position: absolute;
	top: 0;
	right:.1rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.send05 ul li{
	display: flex;
	align-items: center;
	cursor: pointer;
}
.send05 section li i{
	color: #333333;
	font-size: .6rem;
	
}
.send05 section li font{
	display: flex;
	/* width: .4rem;
	height: .4rem; */
	padding: .08rem;
	align-items: center;
	justify-content: center;
	border: solid 1px #333333; 
	margin-right: .1rem;
}
.send05 section .icon_active font{
	border-color: #7c203a;
}
.send05 section .icon_active i{
	color: #7c203a;
}
.send05 section .icon_active{
	color: #7c203a;
}

.send05 li div h1{
	font-size: .3rem;
}
.send05 li div p{
	font-size: .15rem;
	font-weight: 0;
}
.send05 .btn{
	display: flex;
	height: .78rem;
	width: 33%;
	justify-content: space-around;
	align-items: center;
	color: #fff;
	background-color: #7c203a;
	margin: .9rem auto .9rem auto;
}
.send06{
	background-color: #eeeeee;
}
.send06_pag{
	
	display: flex;
	justify-content: center;
	margin: 0 auto;
	margin-top: .2rem;
	margin-bottom: .9rem;
}
.send06_pag div{
	width: 25%;
	height: .75rem;
	text-align: center;
	line-height: .75rem;
	background-color: #7c203a;
	color: #fff;
}
.send06_pag div i{
	font-size: .4rem;
}
.send06 .send06_act{
	background-color: #ff9f68;
}
.send06 .swiper-slide{
	padding-left: .25rem;
}
.send07{
	height: 6.27rem;
	background: url(../img/bg.png);
	background-size: 100%;
	text-align: center;
}
.send07 h1{
	display: block;
	width: 90%;
	font-size: .44rem;
	color: #fff;
	margin: 0 auto;
	margin-top: 1.15rem;
	line-height: .67rem;

}
.send07 h1 span{
	font-weight: 600;
font-size: .44rem;
}
.send07 i{
	display: block;
	width: .46rem;
	height: 1px;
	background-color: #fff;
	margin: .64rem auto;
}
.send07 a{
	display: flex;
	width: 60%;
	height: .87rem;
	margin: 0 auto;
	align-items: center;
	background-color: #fff;
	border-radius: .87rem;
}
.send07 a div{
	display: flex;
	width: .8rem;
	height: .8rem;
	align-items: center;
	justify-content: center;
	background-color: #7c203a;
	border-radius: 50%;
	margin-left: .06rem;
	margin-right: .33rem;
}
.send07 a div img{
	width: 50%
}
.send07 a span{
	font-size: .33rem;
	color: #7c203a;
	font-weight: 600;

}
.send08 ul{
	width: 100%;
	margin: 0 auto;
	padding: 0 .25rem;
	margin-top: .9rem;
	margin-bottom: .67rem
}
.send08 ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #eeeeee;
	padding: 10px 0;
}
.send08 ul li img{
	width: 15%
}
.send08 ul li:nth-child(2){
	border-bottom: 1px solid #eeeeee;
	/* padding-left: 20px; */
}
.list_img{
	display: flex;
	justify-content: space-between;
	/* margin-top: 95px; */
}
.list_img img{
	width: 100%;
}
.list_img span{
	border-right: 4px solid #fff;
}
.list_img span:nth-child(4){
	border-right:0;
}
.send09{
	background-color: #eeeeee;
	margin-top: .69rem;
}
.send09 .title_img{
	margin-top: .9rem;
	margin-bottom: .7rem;
}
.send09 ul{
	width: 100%;
	height: 4.62rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 .25rem;
	margin-bottom: .9rem;
}
.send09 li{
	width: 32%;
	transform-style: preserve-3d;
	background-color: #fff;
	color: #333;
}
.send09 li img{
}
.send09 li div{
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: .27rem 0;
}
.send09 li div h1{
	font-size: .33rem;
	/* margin-bottom: 7px; */
	font-weight: 600;
	color: #000;
}
.send09 li div p{
	font-size: .26rem;
	color: #898989
}
.send09 li div .href_btn{
	display: flex;
	width: 12%;
	height: .69rem;
	background-color: #7c203a;
	color: #333;
	justify-content: center;
	align-items: center;
}
.send09 li i{
	font-size: .3rem;
	color: #fff;
}
.send10{
	display:none;
	padding-bottom: 1.1rem;
}
.send10 .title_img{
	margin-top: 1.82rem;
	margin-bottom: 1.06rem;
}
.send10 .con{
	height: 6.09rem;
	width: 100%;
	margin: 0 auto;
	background: url(../img/send10_img.png) no-repeat left;
	background-size: 60%;
	position: relative;
}
.send10 .con ul{
	position: absolute;
	width: 58%;
	height: 5.3rem;
	background-color: #7c203a;
	opacity: 0.9;
	padding:0 .4rem;
	overflow: hidden;
	top: .46rem;
	right: .25rem;
}
.send10 .con ul p{
	color: #fff;
	font-size: .44rem;
	/* margin: 46px 0; */
}
.send10 .con ul li{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ccc;
	height: .78rem;
	font-size: .29rem;
	color: #fff;
}
.send10 .con ul div{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: .71rem;
}
.send10 .con ul div a{
	display: flex;
	width: 65%;
	height: .55rem;
	justify-content: space-around;
	align-items: center;
	background-color: #fff;
	font-size: .33rem;
	color: #7c203a
}
.send10 .con ul div i{
	font-size: .3rem
}
.send10 input{
	background-color: rgba(0, 0, 0, 0);
	border: none;
	outline: none;
	height: .7rem;
	color: #fff;
	font-size: .29rem;
	width: 72%;
	text-indent: .15rem
}
.send10 .tit{
	width: 65%;
	margin-top: .62rem
}
/* 样式结束 */

/* 效果动画 */
.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: 1s;
}