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;
}
@font-face{
	font-family: 'my_font'; 
	src:url('../font/DINENGSCHRIFT-ALTERNATE.OTF');
}
/* 样式开始 */
.x_counter{
	width: 1200px;
	margin: 0 auto;
}.send02{
	margin-bottom: 175px;
}
.send02 ul{
	display: flex;
	justify-content: space-around;
	height: 485px;
	background: url(../img/text_bg.jpg) no-repeat 13px center;
	background-size: 100%;
	margin-top: 75px;
}
.send02 ul li{
	display: flex;
	align-items: center;
}
.send02_p{
	text-align: center;
	margin-top: 94px;
}
.send02_p p{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 130px;
	border-top: 8px solid #eee;
}
.send02_p p:nth-child(2){
	border-bottom: 8px solid #eee;
}
.send02_p font{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #000000;
}
.send02_p font span{
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #d7242a;
}
.send02_img{
	display: flex;
	margin-top: 45px;
	margin-bottom: 126px;
}
.send03{
	height: 1920px;
	/* background: url(../img/red_bg.png) no-repeat center; */
	background-color: #d7242a;
	/* background-size: 100% 70%; */
	/* overflow: hidden; */
	margin-bottom: 169px;
	position: relative;
}
.send03 .title_img {
	text-align: center;
	margin-top: 162px;
	margin-bottom: 55px;
	position: absolute;
	left: 0 ;
	right: 0;
	margin: auto;
	z-index: 3;
}
.titImg01{
	top: 76px;
}
.titImg02{
	top: 1085px;
}
.send03 .list_box{
	display: flex;
	width: 1200px;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
	position: absolute;
	left: 0 ;
	right: 0;
	margin: auto;
	top: 250px;
	z-index: 3;
}
.list_box li{
	background-color: #fff;
	width: 271px;
	height: 330px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 32px;
	transition: all 0.3s linear 0s;
}
.list_box li a{
	display: block;
	width: 220px;
	height: 289px;
	padding-left: 18px;
	padding-top: 25px;
	padding-right: 20px;
	border: solid 1px #949494;
}
.list_box .list_tit{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 54px;
	color: #dcdcdc;
	font-family: 'my_font';
}
.list_box .list_tit i{
	color: #d7242a;
	font-size: 33px;
}
.list_box p{
	font-family: 'my_font';
	font-size: 36px;
	font-weight: 500;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #040404;
}
.list_box h1{
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #040404;
	margin-top: 10px;
}
.list_box h1 span{
	color: #d7242a;
	font-weight: 600;
}
.list_box .list_btn{
	display: flex;
	width: 220px;
	height: 36px;
	background-color: #333;
	justify-content: center;
	align-items: center;
	border-radius: 18px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 29px;
	position: relative;
	overflow: hidden;
}

.list_btn span{
	position: absolute;
	text-align: center;
	line-height: 36px;;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 9;
}
  .list_btn:after,
  .list_btn:before {
	padding: 18px 0 11px;
	content: '';
	position: absolute;
	top: 0;
	left: calc(-100% - 30px);
	height: calc(100% - 29px);
	width: calc(100% + 20px);
	color: #fff;
	border-radius: 2px;
	-webkit-transform: skew(-25deg);
			transform: skew(-25deg);
  }
  
  .list_btn:after {
	background: #fff;
	-webkit-transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.2s;
	transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.2s;
	z-index: 0;
	opacity: 0.8;
  }
  
  .list_btn:before {
	background: #d7242a;
	z-index: 5;
	-webkit-transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);
	transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);
  }
  
  .list_box li:hover{
	box-shadow: 0px 5px 10px #ccc;
    transform: translate3d(0,-6px,0);
}
  .list_box li:hover .list_btn:after {
	left: calc(0% - 10px);
	-webkit-transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1);
	transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  }
  
  .list_box li:hover .list_btn:before {
	left: calc(0% - 10px);
	-webkit-transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);
	transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);
  }
  
.list_btn i{
	margin-left: 37px;
}
.list_box02{
	display: flex;
	justify-content: space-between;
	padding: 0 60px;
	position: absolute;
	left: 0 ;
	right: 0;
	margin: auto;
	top: 1300px;
	z-index: 3;
}
@media screen and (max-width: 1700px){
.list_box02 {
	padding: 0px;
}
.list_box02 li{
	width:16%;
}
.list_box02 .list_box02_btn{width:100% !important;}
}
.list_box02 li img{
	width:100%;
}
.list_box02 .list_box02_btn{
	display: flex;
	width: 280px;
	height: 36px;
	background-color: #ffffff;
	border-radius: 18px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 24px;
	position: relative;
}
.btn_bg{
	position: absolute;
	background-color: #fdbf0a;
	border-radius: 18px;
	top: 0;
	width:140px;
	height: 36px;
	z-index: 0;
	transition: right .4s;
	-webkit-transition: right .4s;
	-moz-transition: right .4s;
}
.list_box02_btn a{
	display: flex;
	width: 140px;
	height: 36px;
	font-size: 16px;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #020202;
	border-radius: 18px;
	position: absolute;
	z-index: 2;
}
.list_box02_btn a:nth-child(2){
	right: 0;
}

/* .list_box02_btn .list_hove{
	background-color: #fdbf0a;
	border-radius: 18px;
} */
.send04{
	display: flex;
	justify-content: center;
	margin-bottom: 147px;
}
.send04 h1{
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #d7242a;
	margin-top: 57px;
	margin-bottom: 30px;
}
.x_send_from{
	width: 550px;
	height: 457px;
	background-color: #eeeeee;
	margin-right: 21px;
}
.x_send_swper{
	width: 629px;
	height: 457px;
	background-color: #eeeeee;
}
.x_send_swper .lis_name{
	width: 55px;
	text-align: left;
}
.x_send_from ul li{
	display: flex;
	width: 378px;
	height: 56px;
	background-color: #ffffff;
	border-radius: 5px;
	margin: 0 auto;
	margin-bottom: 12px;
	align-items: center;
	padding-left: 30px;
}
.x_send_from ul li i{
	color: #d7242a;
	font-size: 33px;
}
.x_send_from ul li input{
	margin-left: 28px;
	height: 33px;
	width: 80%;
	outline: none;
	border: none;
	font-size: 18px;
}
.x_send_from ul li input::placeholder{
	color: #ccc;
}
.list_select{
	position: relative;
	cursor: pointer;
}
.list_select .my_mojar{
	width: 162px;
}
.list_select .list_opat{
	display: none;
	width: 406px;
	background-color: #fff;
	border: 1px solid #ccc;
	position: absolute;
	top: 56px;
	right: 0;
	border-top: 0;
}
.list_opat dd{
	font-size: 18px;
	text-align: center;
	height: 56px;
	line-height: 56px;
	color: #666;
	cursor: pointer;
}
.list_opat dd:hover{
	background-color: #d7242a;
	color: #fff;
}
.list_select span{
	color: #ccc;
	font-size: 18px;
	margin-left: 28px;
}
.list_select .icon-sanjiaoxing{
	font-size: 16px;
	color: #eee;
	margin-left: 111px;
}
.x_send_from_btn{
	width: 408px !important;
	padding-left: 0 !important;
}
.x_send_from_btn a{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	border-radius: 5px;
	color: #ffffff;
	background-color: #d7242a;
}
.x_send_swper .swiper-container{
	width: 554px;
	height: 263px;
	background-color: #ffffff;
	margin: 0 auto;
}
.x_send_swper .swiper-slide{
	margin: 0 auto;
	height: 47px;
	width: 481px;
	border-bottom: 1px dashed #ccc;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
	margin-top: -1px;
}
.title_img{
	text-align: center;
}
.send05 ul{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 69px;
	margin-bottom: 163px;
	
}
.send05 ul li{
	width: 506px;
	height: 240px;
	border: solid 8px #eeeeee;
	margin-bottom: 30px;
	padding:0 32px;
}
.send05 ul li h1{
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #d7242a;
	text-align: center;
	border-bottom: solid 1px #eeeeee;
	padding-top: 38px;
	padding-bottom: 20px;
	margin-bottom: 23px;
}
.send05 ul li p{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #020202;
}
.send06{
	height: 653px;
	/* background: url(../img/bottom_bg.jpg) no-repeat ; */
	background-color: #d7242a;
	/* background-position-y: 90px; */
	/* background-size: cover; */
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.send06 ul{
	width: 1200px;
	display: flex;
	justify-content: center;
	/* margin-top: 158px; */
	position: absolute;
	left: 0;
	right: 0;
	top: 158px;
	margin: auto;
	z-index: 2;
}
.send06 ul li{
	display: none;
}
/* 效果动画 */
.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;
}

/* 波浪 */

.bolang {
	width:100%;
	height: 110px;
	position:absolute; 
	overflow: hidden;
  }
  .send_bol01{
	top: -87px;
  }
  .send_bol02{
	bottom: -100px;
	transform:rotate(180deg) ;
	}
	.send_bol03{
		bottom: 634px;
	}
	@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
.bgTop {
    z-index: 15;
    opacity: 0.5;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.waveMiddle {
    background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}