@charset"utf-8";
/*
* @Author:  姚丽娟
* @Date:   2020/11/30
*/

.the-title{
	padding-bottom: 15px;
	text-align: center;
	font-size: 30px; 
	letter-spacing: 2px;
	font-weight: bold;
	color:#1e1e33;
	position: relative;
	margin-bottom: 49px;
}
.the-title .show{
	position: absolute;
	width: 18px;
	height: 18px;
	bottom: 0;
	left: 50%;
	margin-left: -9px;
}
.the-title span{
	color: #652da6;
}

/*----- banner------*/
.banner{
	width: 100%;
	height: 509px;
	background: url("../images/banner.png")no-repeat center top;
}
.banner .wrapper{
	height: 100%;
	position: relative;
}
.banner .txt{
	width: 575px;
	padding: 130px 0px 0px;
	box-sizing: border-box;
}
.banner .txt .name{
	height: 42px;
	line-height: 42px;
	font-size: 40.09px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}
.banner .txt .sub{
	line-height: 26px;
	font-size: 16px;
	color: #fff;
	margin-bottom: 35px;
}
.banner .txt .func a{
	display: inline-block;
	height: 34px;
	line-height: 34px;
	border-radius: 34px;
	font-size: 16px;
	color: #fff;
	padding: 0 40px;
	background: linear-gradient(to right,#642da6,#2223b4);
}
.banner .video{
	width: 562px;
	height: 316px;
	margin-top:95px;
}
.banner .video video{
	width: 100%;
	height: 100%;
}
.banner .tab{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: rgba(101,45,166,.75);
	font-size: 16px;
	justify-content: space-around;
	position: absolute;
	left: 0;
	bottom: 0;
}
.banner .tab a{
	display: block;
	color: #fff;
}
.banner .tab a:hover{
	transform: scale(1.2);
	transition: all 0.3s ease-in-out;
}
/*----- section1----*/
.section1{
	width: 100%;
	height: 500px;
	background-color: #fff;
}
.section1 .wrapper{
	padding-top: 55px;
	box-sizing: border-box;
}
#slide .pic{
	width: 1150px;
	height: 320px;
	margin: 0 auto;
	position: relative;
}
#slide .pic li{ 
	position: absolute;
	width: 380px;
	height: 295px;
	padding: 35px 30px 0px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 6px; 
	box-shadow: 0px 17px 32px 0px rgba(101,45,166,.13);
	background-color: #fff;
	color:#333;
	border:1px solid #e7e3eb;
}
#slide .pic .name{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
#slide .pic .des{
	font-size: 14px; 
	line-height: 22px;
	text-align: left;
	margin-bottom: 15px;
}
#slide .pic .img{
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 42px;
	left: 0;
}
#slide .pic .img img{
	width: 50px;
	height: 45px;
}
#slide .pic .img .default{
	display: inline-block;
}
#slide .pic .img .cur{
	display: none;
}
#slide .pic .p1,
#slide .pic .p5{ 
	z-index: 3;
	width: 240px; 
	height: 187px;
	padding: 15px 10px 0;
	top: 50px;
}
#slide .pic .p1{
	left: 10px;
}
#slide .pic .p5 { 
	right: 10px;
}
#slide .pic .p1 .name,
#slide .pic .p5 .name{
	font-size: 14px;
}
#slide .pic .p1 .des,
#slide .pic .p5 .des{
	font-size: 8px;
	color: #999;
	line-height: 14px;
}
#slide .pic .p1 .img,
#slide .pic .p5 .img{
	bottom: 18px;
}
#slide .pic .p1 img,
#slide .pic .p5 img{
	width: 35px;
	height: 35px;
}
#slide .pic .p2,
#slide .pic .p4{ 
	z-index: 4;
	width: 298px;
	height: 232px;
	padding: 20px 15px 0;
	top: 30px;
}
#slide .pic .p2{
	left: 180px;
}
#slide .pic .p4{
	right: 180px;
}
#slide .pic .p2 .name,
#slide .pic .p4 .name{
	font-size: 16px;
}
#slide .pic .p2 .des,
#slide .pic .p4 .des{
	font-size: 10px;
	color: #999;
	line-height: 18px;
}
#slide .pic .p2 img,
#slide .pic .p4 img{
	width: 45px;
	height: 42px;
}
#slide .pic .p3{
	z-index: 10;  
	left: 50%;
	margin-left: -192px;
	top: 0;
	background-color: #855db7;
	color: #fff;
}
#slide .pic .p3 .img .default{
	display: none;
}
#slide .pic .p3 img{
	width: 50px;
	height: 45px;
}

#slide .pic .p3 .img .cur{
	display: inline-block;
}
/*---- section2----*/
.section2{
	width: 100%;
	height: 370px;
	background-color: #fff;
}
.section2 .detail{
	justify-content: space-between;
	margin-bottom: 40px;
}
.section2 .detail li{
	width: 400px;
	height: 126px;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	text-align: center;
}
.section2 .detail li:last-child{
	border-right: 0;
}
.section2 .detail .name{
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	color: #f8f8f8;
	background-color: #8d64bd;
}
.section2 .detail .des{
	width: 100%;
	height: 82px;
	padding: 15px 40px;
	box-sizing: border-box;
	text-align: center;
	background-color: #f8f8f8;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.form {
	width: 100%;
	height: 104px;
	box-shadow: 0px 10px 15px rgba(0,0,0,.2);
	position: relative;
	z-index: 10;
	background-color: #fff;
}
.form ul{
	width: 100%;
	height: 39px;
	padding: 32px 35px 0;
	box-sizing: border-box;
}
.form li{
	height: 39px;
	margin-left: 25px;
}
.form li:first-child{
	margin-left: 0;
}
.form .safe{
	width: 270px;
}
.form .name{
	width: 124px;
}
.form .tel{
	width: 170px;
}
.form .company{
	width: 260px;
}
.form .submit{
	width: 200px;

}
.form select,
.form input,
.form button{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 39px;
	padding: 0 12px;
	box-sizing: border-box;
	outline: none;
	border:0;
	background-color: transparent;
}
.section2 .form li{
	background-color: #f5f5f5;
}
.section2 .form .submit{
	background: linear-gradient(to right,#652da6,#2223b4);
}
.section2 .form .submit button{
	color: #fff;
}
/*--- section3 -----*/
.section3{
	width: 100%;
	height: 611px;
	background: url("../images/bg-sec3.png")no-repeat center top;
	margin-top: -50px;
	position: relative;
}
.section3:after{
	display: block;
	content:"";
	width: 0;
	height: 0;
	border-width: 20px;
	border-style: solid;
	border-color: #652da6 transparent transparent transparent;
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
}
.section3 .wrapper{
	border-top: 1px solid transparent;
	box-sizing: border-box;
}
.section3 .the-title{
	margin:100px auto 25px;
	color: #fff;
}
.section3 ul{
	width: 100%;
	height: 300px;
	margin-bottom: 30px;
	margin-top: 50px;
}
.section3 li{
	width: 240px;
	height: 300px;
	position: relative;
}
.section3 li:before,
.section3 li:after{
	display: block;
	content:'';
	width: 130px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -0.5px;
}
.section3 li:before{
	left: 0;
}
.section3 li:after{
	right: 0;
}
.section3 li:first-child:before,
.section3 li:last-child:after{
	width: 150px;
}
.section3 li:first-child:before{
	left: -20px;
}
.section3 li:last-child:after{
	right: -20px;
}
.section3 li .num{
	width: 31px;
	height: 38px;
	line-height: 30px;
	text-align: center;
	background: url("../images/bg-num.png")no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -15.5px;
	font-size: 21.25px;
	color: #652da6;
}
.section3 li:nth-child(2n) .num{
	bottom: 75px;
}
.section3 li:nth-child(2n+1) .num{
	top: 75px;
}
.section3 li .dot{
	width: 24px;
	height: 24px;
	background: url("../images/icon-dot.png")no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
}
.section3 li .txt{
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0;
}
.section3 li:nth-child(2n) .txt{
	top: 0;
}
.section3 li:nth-child(2n+1) .txt{
	bottom: 0;
}
.section3 li .txt .name{
	font-size: 16.01px;
	line-height: 24px;
	margin-bottom: 15px;
		margin-top: 15px;
}
.section3 li .txt .des{
	font-size: 14.01px;
	line-height: 24px;
}
.certify-func{
	width: 402px;
	height: 37px;
	border-radius: 37px;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.2);
	overflow: hidden;
	margin: 0 auto;
}
.certify-func a,
.certify-func span{
	display: block;
	width: 50%;
	height: 100%;
	line-height: 37px;
	text-align: center;
	font-size: 16px;
	color:#501d8c;
}
.certify-func span{
	font-weight: bold;
}
.certify-func .btn{
	background-color: #d4c4e6;
}

/*-----.section4 ----*/
.section4{
	width: 100%;
	height: 512px;
	background-color: #fff;
}
.section4 .wrapper{
	height: 100%;
	padding-top: 60px;
	box-sizing: border-box;
}
.section4 .list{
	margin-bottom: 45px;
}
.section4 .list li{
	position: relative;
	padding-left: 205px;
	box-sizing: border-box;
	margin-bottom: 1px;
	background-color: #f8f8f8;
	color: #666;
}
.section4 .list li:first-child{
	height: 49px;
}
.section4 .list li:nth-child(2){
	height: 150px;
}
.section4 .list .name{
	width: 205px;
	position: absolute;
	left: 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.section4 .list .name:before{
	display: block;
	content:"";
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
	position: absolute;
	top: 50%;
	margin-top:-5px;
	left: 205px;
}
.section4 .list li:first-child .name{
	height: 100%;
	line-height: 49px;
	background-color: #8d64bd;
}
.section4 .list li:first-child .name:before{
	border-color: transparent transparent transparent #8d64bd; 
}
.section4 .list li:nth-child(2) .name{
	height: 100%;
	line-height: 150px;
	background-color: #652da6;
}
.section4 .list li:nth-child(2) .name:before{
	border-color: transparent transparent transparent #652da6;
}
.section4 .list .des{
	padding: 0 0 0 40px;
	box-sizing: border-box;
}
.section4 .list .des p{
	display: block;
	height: 100%;
	width: 270px;
	box-sizing: border-box;
	margin-right: 65px;
}
.section4 .list .des p:nth-child(3n){
	margin-right: 0;
}
.section4 .list li:first-child p{
	line-height: 49px;
}
.section4 .list li:nth-child(2) .des{
	padding:  30px 0 0 40px;
}
.section4 .list li:nth-child(2) p{
	line-height: 30px;
}
.section4 .btn{
	width: 100%;
	height: 97px;
	line-height: 97px;
	background: url("../images/bg-sec4.png")no-repeat;
	text-align: center;
	font-size: 30.18px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 5px;
}
.section4 .btn a{
	display: inline-block;
	width: 160px;
	height: 33px;
	text-align: center;
	line-height: 31px;
	font-weight: normal;
	font-size: 16px;
	border-radius: 33px;
	color: #fff;
	background-color: #9859e1;
	box-shadow: 0px 0px 10px rgba(0,0,0,.3);
	position: relative;
	margin-left: 130px;
	letter-spacing: 0px;
}
.section4 .btn a:before{
	display: block;
	content:'';
	width: 26px;
	height: 27px;
	background: url("../images/icon-finger.png")no-repeat;
	position: absolute;
	bottom: -12px;
	right: -10px;
}
.section4 .btn a:hover:before{
	bottom: 0px;
	right: 10px;
	transition: all 0.3s ease-in-out;
}
.section5{
	width: 100%;
	height: 550px;
	background-color: #fff;
}
.section5 .wrapper{
	height: 100%;
	padding-top: 30px;
	box-sizing: border-box;
}
.section5 .list{
	width: 100%;
	height: 314px;
	justify-content: space-between;
	margin-bottom: 45px;
}
.section5 .list li{
	width: 172px;
	height:100%;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #e2e0e4 transparent #e2e0e4 #e2e0e4;
	box-sizing: border-box;
	padding-top: 50px;
	font-size: 18px;
	color: #666;
	cursor: pointer;
}
.section5 .list li:last-child{
	border-right-color: #e2e0e4;
}
.section5 .list .name{
	margin-bottom: 110px;
}
.section5 .list .des{
	display: none;
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
}
.section5 .list li.active{
	width: 266px;
	height: 100%;
	background-color: #8d64bd;
	background-repeat: no-repeat;
	background-position: 135px 200px;
	color: #fff;
	border:0;
	padding:50px 30px 0;
	transition: width 0.3s linear;
}
.section5 .list li.active:first-child{
	background-image: url("../images/bg-sec5-1.png");
}
.section5 .list li.active:nth-child(2){
	background-image: url("../images/bg-sec5-2.png");
}
.section5 .list li.active:nth-child(3){
	background-image: url("../images/bg-sec5-3.png");
}
.section5 .list li.active:nth-child(4){
	background-image: url("../images/bg-sec5-4.png");
}
.section5 .list li.active:nth-child(5){
	background-image: url("../images/bg-sec5-5.png");
}
.section5 .list li.active:nth-child(6){
	background-image: url("../images/bg-sec5-6.png");
}
.section5 .list li.active:nth-child(7){
	background-image: url("../images/bg-sec5-7.png");
}
.section5 .list li.active .name{
	text-align: left;
	margin-bottom: 25px;
}
.section5 .list li.active .des{
	display: block;
}
.section5 .list li.active .pic{
	display: none;
}

.section5 .form{
	background: linear-gradient(to right bottom,#bd8bf9,#703dac);
	position: relative;
	z-index: 20;
}
.section5 .form select, 
.section5 .form input{
	background-color: #fff;
}
.section5 .form button{
	background-color: #d4c4e6;
	color:#652da6;
}
.section6{
	width: 100%;
	height: 664px;
	background: url("../images/bg-sec6.png")no-repeat center top;
	position: relative;
	z-index: 10;
}
.section6 .wrapper{
	height: 100%;
	padding-top: 110px;
	box-sizing: border-box;
}
.section6 .the-title{
	margin-bottom: 35px;
}
.section6 .handle-type{
	width: 100%;
	height: 343px;
	background: url("../images/bg-sec6-inner.png")no-repeat;
	padding-top: 50px;
	box-sizing: border-box;
	margin-bottom: 25px;
}
.section6 .handle-type .handle{
	width: 50%;
	font-size: 16px;
	color:#666666;
}
.section6 .handle .name{
	text-align: center;
	margin-bottom: 35px;
}
.section6 .handle .name span{
	display: inline-block;
	padding: 5px 60px;
	border:2px solid #a8a8a8;
	font-size: 20px;
	box-sizing: border-box;
}
.section6 .handle .list{
	padding-left: 85px;
	box-sizing: border-box;
	line-height: 32px;
}
.section6 .handle-type .win{
	padding-left: 150px;
	color: #fff;
}
.section6 .handle-type .win .name{
	text-align:left;
	padding-left: 125px;
	box-sizing: border-box;
}
.section6 .handle-type .win .name span{
	padding: 5px 35px;
	border-color: #fff;
}
.section6 .certify-func a{
	color: #fff;
	background-color: #8d64bd;
}
.section7{
	width: 100%;
	height: 567px;
	background: url("../images/bg-sec7.png")center top;
	margin-top: -20px;
	position: relative;
}
.section7 .wrapper{
	padding-top: 58px;
}
.section7 .the-title{
	color: #fff;
	margin-bottom: 35px;
}
.section7 .list{
	height: 312px;
	padding-top: 20px;
	box-sizing: border-box;
	margin-bottom: 50px;
	justify-content: space-between;
}
.section7 .list li{
	width: 229px;
	height: 290px;
	background-color: #fff;
	position: relative;
	bottom: 0;
	cursor: pointer;
}
.section7 .list li:hover{
	bottom: 20px;
	box-shadow: 0px 15px 10px rgba(10,2,4,.16);
	transition: all 0.3s ease-in-out;
}
.section7 .list .name{
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #9c7ac4;
	margin-bottom: 22px;
}
.section7 .list .des{
	padding: 0 22px;
	height: 150px;
	font-size:14px;
	color: #666;
	line-height: 24px;
	box-sizing: border-box;
	margin-bottom: 10px;
	text-align: justify;
}
.section7 .list .func{
	text-align: center;
	height: 28px;
	border-top: 1px solid transparent;
	box-sizing: border-box;
}
.section7 .list .func a{
	display: inline-block;
	padding: 0 25px;
	height: 28px;
	line-height: 27px;
	border-radius: 28px;
	color: #fff;
	background-color: #8d64bd;
}
.section7 .form{
	background: linear-gradient(to right bottom,#bd8bf9,#703dac);
	position: relative;
	z-index: 20;
}
.section7 .form select, 
.section7 .form input{
	background-color: #fff;
}
.section7 .form button{
	background-color: #d4c4e6;
	color:#652da6;
}
.section8{
	width: 100%;
	height: 824px;
	background-color: #fff;
}
.section8 .wrapper{
	height: 100%;
	padding-top: 98px;
	box-sizing: border-box;
}
.section8 .the-title .sub{
	font-size: 19.72px;
	line-height: 28px;
	font-weight: normal;
	color: #1e1e33;
	margin-top: 6px;
}
.section8 .table-cont{
	height: 528px;
}
.section8 .table-cont table{
	background-color: #f8f8f8;
	border-color: transparent;
}
.section8 .table-cont thead th{
	width: 240px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #8d64bd;
	border-color: #fff;
}
.section8 .table-cont td{
	width: 240px;
	height: 245px;
	border-color: #fff;
	padding-left: 50px;
	box-sizing: border-box;
	color: #666;
}
.section8 .table-cont td .sub{
	font-weight: bold;
	margin-bottom: 35px;
}
.section8 .table-cont td .sub img{
	margin-right: 5px;
}
.section8 .table-cont td p{
	line-height: 30px;
}
.section8 .table-cont td:last-child{
	padding-left: 0;
	text-align: center;
}
.section8 .table-cont td:last-child .price{
	font-size: 20px;
	margin-bottom: 20px;
}
.section8 .table-cont td .pay a{
	display: inline-block;
	height: 32px;
	line-height: 31px;
	border-radius: 32px;
	padding:0 25px;
	color: #fff;
	background: linear-gradient(to right,#bd8bf9,#703dac);
}
.section8 .table-cont td .pay a:hover{
	background: linear-gradient(to left,#bd8bf9,#703dac);
}
.section9{
	width: 100%;
	height: 338px;
	background: url("../images/bg-sec9.png")no-repeat;
}
.section9 .wrapper{
	height: 100%;
	padding-top: 45px;
	box-sizing: border-box;
}
.section9 .title{
	font-size: 30.42px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 35px;
	letter-spacing: 2px;
}
.section9 .title .sub{
	font-size: 16.12px;
	font-weight: normal;
	padding-top: 12px;
}
.section9 .list{
	height: 81px;
	margin-bottom: 25px;
}
.section9 .list li{
	width: 25%;
	color: #fff;
	font-size: 16px;
	text-align: center;
	position: relative;
}
.section9 .list li:before{
	display: block;
	content:"";
	width: 1px;
	height: 81px;
	background: url("../images/bg-line.png")no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.section9 .list li:first-child:before{
	display: none; 
}
.section9 .list .num,
.section9 .list .des{
	display: inline-block;
	vertical-align: middle;
}
.section9 .list .num{
	font-size: 50.14px;
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
}
.section9 .list .des p{
	text-align: left;
	margin-bottom: 8px;
}
.section9 .func{
	text-align: center;
}
.section9 .func a{
	display: inline-block;
    height: 32px;
    line-height: 31px;
    border-radius: 32px;
    padding: 0 25px;
    color: #fff;
    background: linear-gradient(to right,#bd8bf9,#703dac);
}
.section9 .func a:hover{
	background: linear-gradient(to left,#bd8bf9,#703dac);
}
/*--- 联系我们-----*/
.contact_layer{
	width: 100%;
	height: 350px;
	background-color: #fff;
}
.contact_layer .wrapper{
	height: 100%;
	padding:65px 0 65px 0px;
	box-sizing: border-box;
}
.contact_layer .contactInfo{
	width: 600px;
	height: 100%;
	padding-right: 60px;
	border-right: 1px solid #e1e1e1;
	box-sizing: border-box;
}
.contact_layer .contactInfo .item{
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 60px;
}
.contact_layer .contactInfo .item li{
	text-align: center;
	font-size: 18px;
	color:#666;
}
.contact_layer .contactInfo .item li div{
	width: 80px;
	height: 80px;
	border-radius: 80px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
	text-align: center;
	line-height: 80px;
	overflow: hidden;
	margin:0 auto 15px;
}
.contact_layer .contactInfo .item li div:hover{
	background-color: rgba(0,0,0,.01);
}
.contact_layer .contactInfo .phoneImg{
	width: 46px;
    height: 47px;
    margin: 5px 15px 0 0;
}
.contact_layer .contactInfo .phoneImg img{
	width: 100%;
	height: 100%;
}
.contact_layer .contactInfo .subscribe{
	font-size: 15.53px;
	color:#333;
	margin-bottom: 10px;
}
.contact_layer .contactInfo .num{
	font-size: 28.47px;
	font-weight: bold;
}
.contact_layer .contactInfo .func{
	width: 245px;
	height: 44px;
	line-height: 44px;
	border:1px solid #ccc;
	border-radius: 44px;
	box-sizing: border-box;
	font-size: 0;
}
.contact_layer .contactInfo .func a{
	display: inline-block;
	width: 50%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 15.59px;
	color:#333;
	cursor: pointer;
	padding:0;
	border-radius: 44px;
}
.contact_layer .contactInfo .func .active{
	background-color: #1eb8f7;
	color:#fff;
	border-radius: 44px;
}
.contact_layer .messageBox{
	width: 540px;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.contact_layer .messageBox .info{
	width: 40px;
    height: 115px;
    padding:15px 10px;
    box-sizing: border-box;
    font-size: 16.01px;
    color: #fff;
    background-color: #0f9cd5;
    position: absolute;
    top: 0px;
    left: 0;
}
.contact_layer .messageBox form{
	width: 100%;
	height: 235px;
	background-color: rgba(255,255,255,.8);
	padding-left: 65px;
	box-sizing: border-box;
	overflow: hidden;
}
.contact_layer .messageBox ul{
	margin-top:0px;
	display: -webkit-flex;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}
.contact_layer .messageBox li{
	margin-right: 30px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}
.contact_layer .messageBox li:nth-child(2){
	margin-right: 0;
}
.contact_layer .messageBox li input{
	width: 148px;
	height: 30px;
	border:1px solid #bababa;
	box-sizing: border-box;
	padding-left: 5px;
	border-radius: 3px;
	background-color: transparent;
}
.contact_layer .messageBox .message{
	font-size: 16px
	color:#333;
}
.contact_layer .messageBox .message span{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color:#333;
}
.contact_layer .messageBox .message textarea{
	display: inline-block;
	resize: none;
	width: 355px;
	height: 66px;
	border:1px solid #bababa;
	background-color: transparent;
	border-radius: 3px;
	padding:10px;
	box-sizing: border-box;
	overflow-y: auto;
}
.contact_layer .messageBox .message .submit{
	display: block;
	padding:0 0 0 75px;
	background: transparent;
	border:0;
	font-size: 16px;
	color:#333;
	text-decoration: underline;
	cursor: pointer;
	margin-top: 15px;
}
@keyframes move{
	from {bottom:20px;}
	to {bottom:0px;}
}

@-moz-keyframes move{
	from {bottom:20px;}
	to {bottom:0px;}
}

@-webkit-keyframes move{
	from {bottom:20px;}
	to {bottom:0px;}
}

@-o-keyframes move{
	from {bottom: 20px;}
	to {bottom:0px;}
}
/*---- footer-----*/
.footer{
    width: 100%;
    height: 270px;
    background-color: #131a20;
    padding-top: 60px;
    box-sizing: border-box;
}
.footer .wrapper{
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.footer .wrapper ul{
    padding:0 80px;
    border-right: 1px solid #939191;
}
.footer .wrapper ul:first-child{
    padding-left: 0;
}
.footer .wrapper ul:last-child{
    padding-right: 0;
    border-right:0;
}
.footer .wrapper li{
    font-size: 14px;
    color:#939191;
    line-height: 26px;
}
.footer .wrapper li.name{
    color:#fff;
    margin-bottom: 10px;
}