@charset "utf-8";
/* CSS Document */
html,body{
	background: #f5f5f5;
}
.wrap{
	width:100%;
	margin:0 auto;
	position: relative;
}
img{
	vertical-align: middle;
}
ul,li{
	float: none;
}

.menubg,
.menubg1{
	position: fixed;
	width: 100%;
	height: 95%;
	left: 0;
	top:0;
	z-index: 15;
	background: rgba(0,0,0,.3);
	display: none;
}
footer{
	background: #22262a;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 20;
}
footer .bigtit{
	display: block;
	width: 33.3%;
	height: 100%;
	text-align: center;
	color: #fff;
	float: left;
	padding:10px 0 7px 0;
}
footer .bigtit img{
	width: 17.5%;
}
footer menu{
	position: absolute;
	width: 100%;
	background: #ffffff;
	left: 0;
	display: none;
}

footer menu .btit,
.solution menu .btit,
.pro-menu menu .btit{
	color: #333333;
	font-size: 16px;
	background: -moz-linear-gradient(top, #ffffff,#ffffff,#ffffff,#f7f6f7);
	background: -webkit-linear-gradient(top,#ffffff,#ffffff,#ffffff,#f7f6f7);
	background: linear-gradient(top,#ffffff,#ffffff,#ffffff,#f7f6f7);
	display: block;
	border-bottom: 1px solid #e5e5e5;
	padding-right: 17px;
}

footer menu .btit .backimg,
.solution menu .btit .backimg{
	display: block;
	background-size: 5% auto;
	background-repeat: no-repeat;
	background-position: 8px center;
}
footer menu .btit .r-arrow,
.solution menu .btit .r-arrow,
.pro-menu menu .btit .r-arrow{
	padding:10px 0 10px 3%;
	display: block;
	background: url(../img/btit_02.jpg) no-repeat right center;
	background-size: 2%;
}

footer menu li .subnav,
.solution menu li .subnav,
.pro-menu menu li .subnav{
	display: none;
	border-bottom: 1px solid #e5e5e5;
	padding:4px 0;
}
footer menu li .subnav a,
.solution menu li .subnav a,
.pro-menu menu li .subnav a{
	display: block;
	margin:0 12px;
	background: url(../img/btit.jpg) no-repeat 10px center;
	background-size: 2%;
	color: #666;
	padding:4px 0 4px 25px;
	border-top: 1px solid #e5e5e5;
}
footer menu li .subnav a:nth-child(1),
.solution menu li .subnav a:nth-child(1),
.pro-menu menu li .subnav a:nth-child(1){
	border-top: 0;
}
footer menu li.cur .btit,
.solution menu li.cur .btit,
.pro-menu menu li.cur .btit{
	background: -moz-linear-gradient(top, #026db6,#006cb5,#0067ac,#0265a8);
	background: -webkit-linear-gradient(top,#026db6,#006cb5,#0067ac,#0265a8);
	background: linear-gradient(top,#026db6,#006cb5,#0067ac,#0265a8);
	color: #fff;
}
footer menu li.cur .btit .r-arrow,
.solution menu li.cur .btit .r-arrow,
.pro-menu menu li.cur .btit .r-arrow{
	background-image: url(../img/btit_02.png);
	background-size: 3%;
}

footer .search{
	height: 40px;
	background: #fff;
	width: 100%;
	position: absolute;
	left: 0;
	border-top: 1px solid #e5e5e5;
	display: none;
}
footer .searchbox{
	padding-left:13px;
	overflow: hidden;
}
footer .search .text{
	display: block;
	border:0;
	width: 88%;
	float: left;
	padding-top: 13px;
	color: #000;
}

footer .search .submitbox{
	display: block;
	float: left;
	width: 12%;
}
footer .search .submit{
	display: block;
	border:0;
	background: url(../img/search.jpg) no-repeat center;
	background-size: 40% auto;
	height: 40px;
	width: 12%;

}


.banner img{
	width: 100%;
}
.i-menu{
	position: relative;
	width: 100%;
	background: #fff;
}
.i-menu a{
	display: block;
	float: left;
	width: 33.3%;
	height: 50%;
	text-align: center;
}
.i-menu a:nth-child(1){
	color: #00a9e7;
	box-shadow: -1px -1px 0 0 #e5e5e5 inset;
}
.i-menu a:nth-child(2){
	color: #e49720;
	box-shadow: 0px -1px 0px 0px #e5e5e5 inset;
}
.i-menu a:nth-child(3){
	color: #2486e4;
	box-shadow: 1px -1px 0px 0px #e5e5e5 inset;
}
.i-menu a:nth-child(4){
	color: #cd3948;
	box-shadow: -1px 0px 0 0 #e5e5e5 inset;
}
.i-menu a:nth-child(5){
	color: #00c283;
}
.i-menu a:nth-child(6){
	color: #eb5f11;
	box-shadow: 1px 0px 0 0 #e5e5e5 inset;
}
.i-menu a img{
	width: 23%;
	margin-top: 18px;
}
.i-menu a span{
	display: block;
	margin:10px 0 17px 0;
}


.pro-flist{
	overflow: hidden;
	padding:0 2% 1em 2%;
}
.pro-flist a{
	display: block;
	width: 49%;
	background: #ffffff;
	text-align: center;
	margin-top: 2%;
}
.pro-flist p{
	padding:20px 0 20px 0;
	border:1px solid #d9d9ff;
}
.pro-flist a:nth-child(n){
	float: left;
}
.pro-flist a:nth-child(2n){
	float: right;
}
.pro-flist a img{
	width: 90%;
	
}
.pro-flist a span{
	display: block;
	font-size: 14px;
	color: #006cb5;
	margin-top: 14px;
}
.pro-menu{
	position: fixed;
	width: 100%;
	left: 0;
	top: 140px;
	z-index: 16;
	background: #fff;
	overflow: hidden;
	display: none;
}
.pro-menu .box{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding-right: 10px;
	height: 100%;
	overflow-y: auto;
}
.pro-menu .bigtit{
	display: block;
	font-size: 16px;
	color: #006cb5;
	padding:13px 0 13px 20px;

	background-color: #fff;
	background-size: 5% auto;
	background-repeat: no-repeat;
	background-position: 10px center;
	border-bottom: 3px solid #666666;
}
row{
	padding-left: 0px;
}
.pro-rec{
	padding:2%;
}
.pro-rec .tit{
	font-size: 14px;
	color: #006cb5;
	display: block;
	padding:2% 0 1% 0;
}
.pro-rec{
	position: relative;
}
.pro-rec .swiper-slide{
	overflow: hidden;
}
.pro-rec .swiper-slide a,
.pro-list a{
	display: block;
	width: 49%;
	background: #fff;
	text-align: center;
	color: #555555;
	padding-bottom: 5px;
}
.pro-rec .swiper-slide a:nth-child(0),
.pro-list a:nth-child(n){
	float: left;
}
.pro-rec .swiper-slide a:nth-child(1),
.pro-list a:nth-child(2n){
	float: right;
}
.pro-rec .swiper-slide img,
.pro-list img{
	width: 100%;
	margin-top: 5px;
}
.pro-rec .swiper-slide p,
.pro-list p{
	padding:5px 2% 0 2%;
}
.pro-rec .swiper-slide span,
.pro-list span{
	opacity: 0.8;
	padding:0 2%;
}
.pro-rec .swiper-pagination{
	text-align: right;
	right: 2%;
	top: 10px;
}
.pro-rec .swiper-pagination-bullet{
	color: #006cb5;
	margin:0 4px;
}


.pro-list{
	overflow: hidden;
	padding:0 2% 2% 2%;
}
.pro-list a{
	margin-top: 2%;
}
.pro-more{
	font-size: 16px;
	color: #555555;
	text-align: center;
	display: block;
	border-radius: 5px;
	background: #fff;
	margin:0 2% 2% 2%;
	padding:10px 0;
}

.pro-info-img{
	/*padding-bottom: 55px;*/
}
.pro-info-img .swiper-wrapper{
	
}
.pro-info-img .swiper-pagination-bullet-active,
.pro-info-img .swiper-pagination-bullet{
	background: #fff;
}
.pro-info-img .swiper-wrapper img,
.pro-info-img .swiper-wrapper video{

}
.pro-info-img .swiper-wrapper video{
	/*height: 100%;*/
}
.pro-info-img .swiper-slide i{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/video_img.png);
}
.wrap .pro-info-img .swiper-pagination{
	text-align: center;
	position: relative;
	bottom: 0;
	padding:10px 0;
	border-top: 1px solid #dbdbdb;
}
.pro-info-img .swiper-pagination-bullet{
	opacity: 1;
	border-radius: 0;
	height: auto;
	width: 15.5%;
	border:1px solid #dbdbdb;
	position: relative;	
}
.pro-info-img .swiper-pagination-bullet img{
	width: 100%;
}
.wrap .pro-info-img .swiper-pagination .swiper-pagination-bullet{
	margin:0 2px;
}
.wrap .pro-info-img .swiper-pagination .swiper-pagination-bullet img{
	width: 100%;
	height: 100%;
}
.pro-info-img .swiper-pagination-bullet-active{
	border-color: #006cb5;
}
.pro-info-img .swiper-pagination-bullet i{
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.2);
	background-size: 28% auto;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/video_img.png);
}
.pro-info-img .swiper-button-prev, 
.pro-info-img .swiper-button-next{
	top: auto;
	bottom: 5px;
	background-size: 7px auto;
}
.pro-info-img .swiper-button-prev{
	left: 0;
}
.pro-info-img .swiper-button-next{
	right: 0;
}
.pro-info-img .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}

.pro-con{
	padding:0 2%;
	background: #fff;
}
.pro-info-tit{
	color: #006cb5;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 8px;
}
.pro-info-tit b{
	display: block;
	font-size: 16px;
	color: #333333;
	padding:13px 0 3px 0;
}
.pro-info-tit span{
	color: #333333;
	opacity: 0.6;
	display: inline-block;
	margin-right: 5px;
}
.pro-info-txt{
	padding:10px 0;
	/*min-height: 275px;*/
}
.pro-info-txt img{
	max-width: 100%;
}
.pro-page{
	padding-bottom: 15px;
	overflow: hidden;
}
.pro-page a{
	display: block;
	color: #666666;
	background: #dcdcdc;
	text-align: center;
	border-radius: 5px;
	width: 49%;
	padding:8px 0;
	font-size: 14px;
}
.pro-page a:nth-child(1){
	float: left;
}
.pro-page a:nth-child(2){
	float: right;
}

.solution menu .btit .backimg{
	background-size: 6% auto;
}
.solution menu li:nth-child(1) .btit .backimg{
	background-image: url(../img/solution_ico_01.jpg);
}
.solution menu li:nth-child(2) .btit .backimg{
	background-image: url(../img/solution_ico_02.jpg);
}
.solution menu li:nth-child(3) .btit .backimg{
	background-image: url(../img/solution_ico_03.jpg);
}
.solution menu li:nth-child(4) .btit .backimg{
	background-image: url(../img/solution_ico_04.jpg);
}
.solution menu li:nth-child(5) .btit .backimg{
	background-image: url(../img/solution_ico_05.jpg);
}
.solution menu li:nth-child(6) .btit .backimg{
	background-image: url(../img/solution_ico_06.jpg);
}

.solution menu li:nth-child(1).cur .btit .backimg{
	background-image: url(../img/solution_ico_01.png);
}
.solution menu li:nth-child(2).cur .btit .backimg{
	background-image: url(../img/solution_ico_02.png);
}
.solution menu li:nth-child(3).cur .btit .backimg{
	background-image: url(../img/solution_ico_03.png);
}
.solution menu li:nth-child(4).cur .btit .backimg{
	background-image: url(../img/solution_ico_04.png);
}
.solution menu li:nth-child(5).cur .btit .backimg{
	background-image: url(../img/solution_ico_05.png);
}
.solution menu li:nth-child(6).cur .btit .backimg{
	background-image: url(../img/solution_ico_06.png);
}

.solution-list a{
	display: block;
	background: #fff;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	padding: 2%;
	overflow: hidden;
	margin-bottom: 10px;
}
.solution-list a img{
	float: left;
	width: 100px;
	height: 60px;
	margin-right: 2%;
}
.solution-list .con{
	color: #888;
}
.solution-list .con .tit{
	color: #555555;
	font-size: 16px;
	height: 22px;
	overflow: hidden;
}
.solution-list .con .time{
	font-family: arial;
}
.solution-list .con .txt{
	height: 22px;
	overflow: hidden;
}

.solution-share{
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
	padding:8px 0 15px 0;
}
.solution-share .left{
	float: left;
	color: #666666;
}
.solution-share .right{
	float: right;
	/*padding-left: 18px;*/
	/*background: url(../img/share.jpg) no-repeat left center;*/
}
.solution-share .right .bds_more{
	background-image: url(../img/share.jpg) !important;
	background-position: left center;
	background-size: 15px auto;
	margin:0;
	line-height: 1.8;
	height: auto;
}
.bdshare_popup_box{
	display: none !important;
}
.bdshare_popup_bg{
	display: none !important;
}
.active-rec{

}
.active-rec .swiper-slide{
	display: block;
	position: relative;
}
.active-rec img{
	width: 100%;
}
.active-rec .swiper-slide p{
	color: #fff;
	font-size: 14px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding:8px 2%;
}
.wrap .active-rec .swiper-pagination{
	position: relative;
	bottom: 0;
}
.act-top{
	text-align: center;
	overflow: hidden;
	margin-bottom: 2%;
}
.act-top a{
	border-bottom: 1px solid #dbdbdb;
	width: 33.3%;
	display: block;
	color: #666666;
	font-size: 14px;
	float: left;
}
.act-top p{
	border-bottom: 1px solid #fff;
	padding:12px 0;
	background: #fff;
}
.act-top a.cur,
.act-top a.cur p{
	border-color: #006cb5;
	color: #006cb5;
}

.aq{
	display: block;
	margin:0 2% 2% 2%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.hr-banner img{
	width: 100%;
}
.hr-banner .swiper-pagination-bullet{
	background: #fff;
}
.hr-banner .swiper-pagination-bullet-active{
	background: #006cb5;
}
.wrap .hr-banner .swiper-pagination{
	bottom: 3px;
}
.hr-search{
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	height: 42px;
	position: relative;
	margin-bottom: 2%;
}
.i-order-sel:nth-child(1){
	box-shadow: -1px 0 0 0 #dbdbdb inset;
}
.i-order-sel{
	float: left;
	width: 50%;
	color: #666666;
	background: #fff;
	text-indent: 15px;
}
.i-order-sel.open{
	color: #fff;
	background: #006cb5;
}
.i-order-sel p{
	width: 100%;
	background: url(../img/hr_ico02.jpg) no-repeat 82% center;
	background-size: auto 21%;
	padding:10px 0;
}
.i-order-sel.open p{
	background-image: url(../img/hr_ico01.jpg);
}
.i-order-sub{
	width: 100%;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 50px;
	overflow: hidden;
	display: none;
	border-top: 3px solid #006cb5;
	background: #fff;
}
.i-order-sub a{
	display: block;
	margin-bottom: 5px;
	padding:10px 12px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	background: url(../img/hr_ico03.jpg) no-repeat 91% center;
	background-size: auto 37%;
	color: #333333;
}

.hr-list a{
	color: #888;
	background-image: url(../img/hr_ico03.jpg);
	background-repeat: no-repeat;
	background-position: 91% 22%;
	background-size: auto 22%;
	margin-bottom: 4px;
}
.hr-list a .tit{
	font-size: 14px;
	color: #555;
}
.hr-fi,
.hr-se{
	overflow: hidden;
	font-size: 14px;
	color: #666;
	padding:8px 0;
	border-bottom: 1px solid #e5e5e5;
}
.hr-fi p{
	width: 50%;
	float: left;
}
.hr-fi p b,
.hr-se .tit{
	font-weight: normal;
	color: #333;
}
.hr-th{
	border-bottom: 0;
	margin-bottom: 30px;
}

.contact .map{
	height: 210px;
}
.contact .txt{
	padding:10px 14px 15px 14px;
	background: #fff;
}
.contact .txt .b{
	color: #006cb5;
}
.contact .txt .hr{
	background: #e5e5e5;
	color: #e5e5e5;
	margin:7px 0;
	opacity: 0.5;
}


.into .section{
	background: #fff;
}
.fp-tableCell{
	
}
.into-icon{
	width: 20px;
	height: 20px;
	background: url(../img/into_icon.png) no-repeat center;
	background-size: 100% auto;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: 4%;
	z-index: 3;
}

.into .page_0 .img{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform:rotate(30deg);
	transition: all 1s;
	opacity: 0;
}
.into .page_0 .txt{
	position: relative;
	width: 100%;
	left: 0;
	top:24%!important;
	opacity: 0;
	margin-top: 20px;
}
.into .page_0 .txt p{
	padding:7% 3% 5% 3%;
	line-height: 1.8;
}

.into .page_1 .img1{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.into .page_1 .img2{
	width: 100%;
	position: absolute;
	left: 0;
	top: 14%;	
}
.into .page_1 .img2 img{
	display: block;
	position: absolute;
	top: 0;
	opacity: 0;
}
.into .page_1 .img2 .img2-0{
	transform:scale(0.5);
	transition: all 0.6s;
}
.into .page_1 .img2 .img2-1{
	left: 200px;
}



.into .page_1 .txt{
	width: 100%;
	position: absolute;
	left: 0;
	top: 60%;
	text-align: center;
	opacity: 0;
}
.into .page_1 .txt p img{
	width: 28%;
	margin: 3px 2%;
	opacity: 0;
	left: 200px;
}
.into .page_2 .img1{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.into .page_2 .img2{
	width: 100%;
	position: absolute;
	left: 0;
	top: 15%;
	text-align: center;
	opacity: 0;
}
.into .page_2 .img2 p img{
	width: 28%;
	margin: 3% 2%;
	opacity: 0;
}
.into .page_2 .txt{
	position: absolute;
	width: 100%;
	left: 0;
	top: 60%;
	opacity: 0;
	margin-top: 20px;
}
.into .page_2 .txt p{
	padding:3% 5% 5%;
	line-height: 1.8;
}
.into .page_3 .img1{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.into .page_3 .img2{
	width: 100%;
	position: absolute;
	left: 0;
	top: 24%;
}
.into .page_3 .img2 img{
	position: absolute;
	top: 0;
	opacity: 0;
	left: 200px;
}



.into .page_4 .img1{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.into .page_4 .img2{
	width: 100%;
	position: absolute;
	left: 0;
	top: 15%;
}
.into .page_4 .img2 img{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.into .page_4 .img2-1{
	opacity: 0;
	transform:scale(0.5);
	transition: all 0.8s;
}
.into .page_4 .img2-2{
	opacity: 0;
	transform:scale(1.8);
	transition: all 0.5s;
}
.into .page_4 .img2-3{
	opacity: 0;
}


.into .page_4 .txt{
	line-height: 1.8;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	top: 71%;
	opacity: 0;
	margin-top: 20px;
}
.into .page_5 .img1{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.into .page_5 .img2{
	width: 100%;
	position: absolute;
	left: 0;
	top: 17%;
	text-align: center;
	
}
.into .page_5 .img2 img{
	display: block;
	position: absolute;
	opacity: 0;
}
.into .page_5 .img2-1{
	left: -100px;
	top: -100px;
}
.into .page_5 .img2-2{
	left: 100px;
	top: -100px;
}
.into .page_5 .img2-3{
	left: -100px;
	top: 100px;
}
.into .page_5 .img2-4{
	left: 100px;
	top: 100px;
}
.into .page_5 .img2-5{
	opacity: 0;
	transform:scale(0.5);
	transition: all 0.6s;
}


.into .page_5 .txt{
	line-height: 1.8;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	top: 71%;
	opacity: 0;
	margin-top: 20px;
}
.into .page_5 .txt b{
	font-size: 14px;
}


.sign-wrap .act-top{
	margin-bottom: 0;
}
.signimg{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	display:table;
}
.signimg i{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,134,226,.8);
}
.signimg .txt,
.pop .txt{
	color: #fff;
	font-size: 14px;
	padding:0 35px;
	position: relative;
	z-index: 2;	
}
.signimg .txt{
	vertical-align:middle;   
	display:table-cell; 
}
.signimg .txt .tit,
.pop .txt .tit{
	font-size: 21px;
}
.form{
	padding:10px;
}
.form .inputb{
	overflow: hidden;
	padding:5px 0;
}
.form .inputb .left{
	font-size: 14px;
	color: #555555;
	float: left;
	line-height: 36px;
}
.form .inputb p{
	padding-left: 70px;
}
.form .inputb p span{
	display: block;
	padding:0 10px;
	background: #fff;
}
.form .inputb .input{
	width: 100%;
	padding:10px 0;
	border:1px solid #fff;
}
.form .inputb .submit{
	display: block;
	width: 45%;
	font-size: 14px;
	padding:10px 0;
	background: #fff;
	color: #006cb5;
	border-radius: 8px;
	border:0;
}
.form .inputb .submit1{
	background: #006cb5;
	color: #fff;
}

.pop{
	z-index: 10;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	display: none;
}
.pop .box{
	border-radius: 8px;
	padding:30px 0;
	margin:105px 35px auto;
	position: relative;
	z-index: 11;
	background: rgba(0,108,181,.8);
	display:table;
	text-align: center;
}
.pop .box .txt{
	padding:0 25px;
}
.pop .box .close{
	width: 24px;
	height: 24px;
	border-radius: 50px;
	background: #cb2c1b;
	color: #fff;
	position: absolute;
	right: -12px;
	top: -12px;
}
.pop .box .confirm{
	display: inline-block;
	color: #fff;
	background: #cb2c1b;
	border-radius:50px;
	margin: 15px auto 0;
	font-size: 14px;
	padding:3px 30px;
}


.videotc{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 4;
    display: none;
    text-align: center;
}
.videotc .close{
	display: inline-block;
    width: 31px;
    height: 31px;
    background: url(../img/close.png) no-repeat center;
}




.wx-wrap{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
}
.wx-wrap .box{
	margin-top: 65%;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.wx-wrap .input{
	margin-top: 3%;
}
.wx-wrap .input input{
	width: 66%;
	padding:6px 0;
	background: #025a9a;
	border-radius: 5px;
	border:0;
	color: #fff;
	text-align: center;
}
.wx-wrap .submit{
	margin-top: 4%;
}
.wx-wrap .submit input{
	width: 24%;
	padding:5px 0;
	color: #fff;
	font-size: 16px;
	background: #025a9a;
	border-radius: 5px;
	border:0;
}
.wx-wrap .wxlogo{
	position: absolute;
	width: 34%;
	left: 33%;
	bottom: 4%;
}
.wx-wrap .success p{
	
	margin-top: 3%;
}
.wx-wrap .success span{
	display: inline-block;
	background: #025a9a;
	border-radius: 5px;
	padding:4px 15px;
	margin-top: 22px;
	letter-spacing: 5px;
}