/*index-about*/
.meng{
	margin-top: 46px;
}
.meng li{
	text-align: center;
}
.meng li .meng_img{
	display: block;
	width: 160px;
	height:160px;
	overflow: hidden;
	border-radius: 50%;
	margin:0 auto;
	position: relative;
	z-index: 1;
}
.meng li:hover .meng_img img{
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.meng li h4{
	margin:14px 0;
	color: #333;
}
.meng li h5{
	line-height: 22px;
}
.meng li .more{
	display: block;
	margin: 20px auto;
	width:95px;
	height:32px;
	border-top: #1c3681 1px solid;
	border-bottom: #1c3681 1px solid;
	line-height: 30px;
	color: #1c3681;
	opacity: 0;
}
.meng li:hover .more{
	opacity: 1;
}
/*index-pro*/
.index_wrap{
	width: 100%;
	background: url(../img/index_pro_bg.jpg) center no-repeat;
	padding: 118px 0 140px;
	text-align: center;
	color: #fff;
}
.index_wrap h1{
	font-weight: bold;
	line-height: 60px;
}
.index_title{
	font-size: 40px;
}
.index_wrap .more{
	display: block;
	width: 160px;
	height: 44px;
	line-height: 42px;
	border: #fff 1px solid;
	color: #fff;
	margin:65px auto 0;
}
/*index-pro*/
.index_pro{
	margin: 150px auto;
}
.index_pro h1{
	line-height: 50px;
	text-align: center;
}
.index_pro_right{
	text-align: center;
}
.index_pro_right img{
	max-width: 100%;
}
.index_pro .more{
	display: block;
	width: 160px;
	height: 44px;
	line-height: 42px;
	border: #666 1px solid;
	text-align: center;
	margin:50px auto 30px;
}
.index_pro .more:hover{
	font-size: 15px;
}
/*index_service*/
.index_service{
	width: 100%;
	text-align: center;
	padding: 50px 0;
	background: #f0f0f0;
}
.index_service h1{
	font-weight: bold;
	margin-bottom: 47px;
	color: #333;
}
.index_service .img{
	width: 58px;
	height:60px;
	vertical-align: middle;
	line-height:60px;
	overflow: hidden;
	margin: 0 auto;
}
.index_service li h4{
	font-weight: bold;
	margin-top: 16px;
}
.index_service li:hover img{
	transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
}
/*网站地图弹出框*/
.map_box{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background:rgba(0,0,0,.3);
	padding: 10% 0;
	z-index: 9999;
	display: none;
}
.map_con{
	background: #fff;
	padding: 50px 60px;
	position: relative;
	
}
.map_con .close_btn{
	width: 30px;
	height: 30px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	position: absolute;
	top: -30px;
	right: 0;
	z-index: 1;
}
.map-title{
	text-align: center;
}
.map-title h2{
	color: #1c3681;
	margin-top: 5px;
}
.map_ul{
	margin-top: 38px;
	overflow: hidden;
}
.map_ul li{
	width:14.28%;
	float: left;
}
.map_ul li a{
	display: block;
}
.map_ul li dt{
	height: 60px;
	line-height: 60px;
	background:rgba(6,122,173,.1);
	margin-bottom: 12px;
}
.map_ul dt,.map_ul dd{
	padding-left:20px;
}
.map_ul li dt>a{
	color: #1c3681;
}
.map_ul li dd{
	line-height: 36px;
}

.bottom_nav{
	text-align: right;
	padding: 0;
}
.bottom_nav span{
	display: inline-block;
	padding-left:36px;
}
.bottom_nav a{
	display: block;
	color:rgba(255,255,255,.5);
}
/*内页*/
.inside-banner{
	position: relative;
	width: 100%;
}
.inside-banner img{
	width: 100%;
}
.inside-banner .banner-text{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	margin-top:72px;
	color: #fff;
	text-align: center;
}
.banner-text h3{
	margin-left: 30px;
	font-size: 22px;
}
/*关于我们*/
.ny_tab{
	background:rgba(0,0,0,.5);
	position: relative;
	margin-top: -60px;
	z-index: 1;
}
.ny_tab li{
	display:inline-block;
}
.ny_tab li>a{
	display: block;
	padding:0 45px;
	color: #fff;
	line-height: 60px;
	font-size: 16px;
}
.ny_tab li:hover,.ny_tab li.active{
	background: #1c3681;
}

#about_wrap{
	margin: 67px auto 75px;
}
.about_top_left{
	padding-right: 30px;
	margin-bottom: 26px;
}
.about_top h1{
	font-size:46px;
	font-weight: bold;
	color:#1c3681;
}
.about_top h2{
	margin: 5px 0 15px;
}
.about_safe{
	margin-top: 23px;
}
.about_safe .img{
	text-align: center;
}
.about_safe h4{
	font-weight: bold;
	color: #1c3681;
	margin-top: 10px;
	line-height: 22px;
}
.about_ul{
	margin-top: 46px;
}
.about_ul dd:first-child{
	border-top: #ccc 1px solid;
}
.about_ul dd:nth-child(2n){
	border-bottom:#ccc 1px solid;
}
.about_top li,.about_ul li{
	width:50%;
}
.about_ul .about_right{
	padding: 90px 66px 50px;
}
.about_ul .about_right h4{
	font-weight: bold;
	color: #1c3681;
	text-align: center;
	margin-bottom: 15px;
}
.about_text{
	line-height: 26px;
}
.about-con{
	margin: 30px auto;
	min-height:200px;
}
.about-con img{
	max-width: 100%;
}
/*荣誉*/
.honor-box{
	margin: 40px auto 100px;
	position: relative;
}
.honor-box h3{
	font-size: 26px;
	color: #000;
	text-align: center;
	margin-top: 10px;
}
.honor-title{
	position: absolute;
	top: 0;
	right: 80px;
}
.honor-title .more{
	display: block;
	position: absolute;
	bottom: 0;
	right:71px;
}
.honor-con{
	text-align: center;
	padding: 0 18%;
	font-size: 16px;
	margin:30px 0 90px;
}
.honor-box .honor-img{
	text-align: center;
}
.honor-box .honor-img img{
	max-width: 100%;
}

/*弹出框*/
.pop-box{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	z-index: 9999;
	display: none;
}
.honor-pop{
	width: 100%;
	background: #fff;
	padding: 76px 30px;
	position: relative;
	top:30%;
}
.honor_close{
	position: absolute;
	top: -35px;
	right:10%;
}
#honorScroll .owl-item{
	padding: 0 40px;
}
#honorScroll .item{
	text-align: center;
}
#honorScroll .item h3{
	width: 150px;
	height: 32px;
	line-height: 30px;
	border-top: #1c3681 1px solid;
	border-bottom: #1c3681 1px solid;
	margin: 18px auto 26px;
	color: #1c3681;
	font-size: 23px;
	font-weight: bold;
}
#honorScroll .item img{
	max-width: 100%;
}
#honorScroll .owl-controls .owl-buttons div{
	width: 19px;
	height: 36px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
}
#honorScroll .owl-prev{
	left:-20px;
	background: url(../img/arrow_left.png)center no-repeat;
}
#honorScroll .owl-next{
	right:-20px;
	background: url(../img/arrow_right.png)center no-repeat;
}
/*历程*/
.history-wrap{
	padding: 60px 0;
}
.history-box{
	position: relative;
}
.history_left{
	text-align: center;
}
.history_left img{
	max-width: 100%;
}
.history-box::before{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 1px;
	background: #e5e5e5;
}
.history_right h3{
	display: inline-block;
	font-size: 22px;
	color: #000;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	margin-left: 50px;
	background: #ffc600;
}
.history_list{
	margin-top: 30px;
}
.history_list li{
	margin-left: -120px;
	margin-bottom: 40px;
}
.history_list li .time{
	font-weight: bold;
	color: #000;
	margin-right: 15px;
	margin-top: 5px;
}
.history_list li .history_text{
	width:70%;
	margin-left:18px;
}

/*全线产品*/
#pro_wrap{
	width: 100%;
	background: #F5F5F5;
}
.pro-title{
	padding: 26px 0;
	font-size: 26px;
	color: #000;
	background: #F5F5F5;
}
.pro-classify{
	position: relative;
}
.pro_tab{
	background: #ddd;
	overflow:hidden;
}
.pro_tab li{
	display:block;
	float: left;
	width: 25%;
	padding:0;
	text-align: center;
}
.pro_tab li>a{
	color: #333;
	display: block;
	line-height:55px;
	border-right:rgba(255,255,255,.2) 1px solid;
}
.pro_tab li>a:hover{background:#1c3681;color:#fff;}
.pro_tab li .on{background:#1c3681;color:#fff;}
.pro_tab li:last-child>a{
	border: none;
}
.pro_tab li:hover,.pro_tab li.active{
	background: url(../img/pro_tabon.png) bottom center no-repeat;
}
.pro-dl{
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	background: #fff;
	padding:25px 10px;
	border-bottom:#1c3681 3px solid;
	display: none;
	z-index: 1;
}
.pro-dl dd>span{
	display: inline-block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin:9px 15px;
	border: #dcdcdc 1px solid;
}
.pro-dl dd>span a{
	display: block;
}

.pro-con{
	margin:40px 0 77px;
}
.pro-list li>a{
	display: block;
	background: #fff;
	box-shadow:rgba(187, 185, 185, 0.29) 0px 0px 10px 1px;
	-webkit-box-shadow:rgba(187, 185, 185, 0.29) 0px 0px 10px 1px;
	padding: 0 0 15px;
	text-align: center;
	margin-bottom: 20px;
}
.pro-list li img{
	max-width: 100%;
}
.pro-list li h5{
	color: #333;
	font-weight: bold;
	margin: 40px 0 10px;
}
/*pager*/
.pager{
	text-align: right;
	margin:20px 0 30px;
}
.pager span{
	display: inline-block;
}
.pager span>a{
	display:block;
	margin: 4px 6px;
	line-height:28px;
	padding: 0 10px;
}
.pager .on a,.pager span:hover a{
	background:#1c3681;
	color: #fff;
}
/*详情页*/


.pro-top{
	padding: 43px 0 55px;
}

/*产品滚动*/
.foucebox .smallImg{
	width:30%;
	float: left;
	/*height:280px;*/
	/*margin-top: 40px;*/
	/*padding: 40px 0;*/
	position: relative;
}
.smallImg .hd{
	width: 80px;
	margin:0 auto;
}
.foucebox .bd{
	width: 70%;
	float: left;
	/*padding-left: 30px;*/
	margin-top: 50px;
	height: 260px;
}
.foucebox .bd ul{
	text-align: center;
	margin: 0 auto;
	height: 260px;
}
.foucebox .bd img {max-width: 100%;text-align: center;}

.foucebox .hd ul { position:relative; width:100%; overflow:hidden;   }
.foucebox .hd li {width:80px; height:80px;cursor:pointer;overflow:hidden;;text-align: center;border: #e5e5e5 1px solid;margin-bottom: 12px;
	position: relative;
	line-height:78px;
	}
.foucebox .hd li.on{border:#1c3681 2px solid;}
.foucebox .hd img {max-width: 100%; max-height: 100%;}
.foucebox .hoverBg { position:absolute; top:0; left:0px; width:80px; height:80px; z-index:100; background:url(images/hover.png) no-repeat;
		
	}
.foucebox .prev,.foucebox .next{
	display: block;
	width:100%;
	height:11px;
	/*position: absolute;
	left: 50%;
	margin-left: -10px;*/
	text-align: center;
}
.foucebox .prev{
	background: url(../img/pro-prev.png) center no-repeat;
	margin-bottom:10px;
	/*top:-30px;*/
}
.foucebox .next{
	background:#fff url(../img/pro-next.png) center no-repeat;
	margin-top: 20px;
	/*bottom:-30px;*/
}
	
.pro-right{
	margin-bottom: 20px;
}
.pro-right h2{
	color: #000;
	margin-bottom: 12px;
}
.pro-right .price{
	padding: 23px 16px 20px;
	color: #999;
	background: #F5F5F5;
	margin: 20px 0;
}
.price span{
	color:#00b1ff;
	font-size: 18px;
}
.price span i{
	font-style: normal;
	font-size: 30px;
	font-weight: bold;
}
.pro-right .order>span{
	display: inline-block;
	height: 44px;
	text-align: center;
	line-height: 44px;
	margin-right:11px;
}
.order span a{
	display: block;
}
.order .add{
	width: 130px;
	background: #1c3681;
}
.order .add a{
	color: #fff;
}
.order .buy{
	width: 100px;
	border: #000 1px solid;
}
.order .buy a{
	color: #000;
}

.pro-detail-top{
	height: 150px;
	background: url(../img/pro_detail_t.jpg) center no-repeat;
	line-height: 150px;
	color: #fff;
	text-align: center;
	font-size: 26px;
}

.pro-detail{
	margin-bottom: 26px;
}
.pro-detail .pro-text{
	text-align: center;
	margin: 55px auto;
}
.pro-text img{
	max-width: 100%;
}
.other_pro h4{
	font-size: 16px;
	font-weight: bold;
	background: url(../img/pro_t_bg.png) 78px center no-repeat;
}
.pro-item{
	margin: 20px 0 30px;
}
.pro-item li>a{
	display: block;
	text-align: center;
}
.pro-item li h5{
	font-weight: bold;
	color: #333;
	margin: 20px 0;
}
.pro-item li img{
	max-width: 100%;
}
.pro-pager{
	margin-top: 1px;
	border-top: #ccc 1px solid;
	overflow: hidden;
	padding: 26px 0;
}
.pro-pager>a{
	width: 50%;
	float: left;
	line-height: 40px;
	overflow: hidden;
}
.pro-pager .prev,.pro-pager .next{
	display: inline-block;
	width: 40px;
	height: 40px;
}
.pro-pager .prev{
	background:#7f7f7f url(../img/pro-arrow-left.png)center no-repeat;
	margin-right: 10px;
}
.pro-pager .next{
	background:#7f7f7f url(../img/pro-arrow-right.png)center no-repeat;
	margin-left: 10px;
}
.pro-pager .prev:hover{
	background: #82bcd6 url(../img/pro-arrow-left.png)center no-repeat;
}
.pro-pager .next:hover{
	background: #82bcd6 url(../img/pro-arrow-right.png)center no-repeat;
}

/*新闻*/
.news-con{
	margin: 20px auto 50px;
}
.news-list li{
	padding:21px 0;
	border-bottom:#ccc 1px solid;
}
.news-list li h4{
	font-weight: bold;
	color: #1c3681;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 40px;
}
.news-list li h5{
	color: #999;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	margin-top: 10px;
}
.news-list li .date{
	width: 80px;
	height: 60px;
	text-align: center;
	color: #999;
	border: #ccc 1px solid;
	padding: 5px 0;
	margin-top: 30px;
}
.news-list li .date h6{
	margin-top: 5px;
}
/*.news-list li .news-img{
	overflow: hidden;
}
.news-list li:hover .news-img img{
	transform: scale(1.1);
}*/


.news-detail{
	width: 72%;
	float: left;
}
.news-title{
	text-align:center;
	padding: 40px 0 15px;
	border-bottom: #ccc 1px solid;
}
.news-title h2{
	color: #1c3681;
	margin-bottom: 16px;
}
.news-detail .news-text{
	margin: 30px 0 70px;
	color: #999;
}
.news-text img{
	max-width: 100%;
}

.news-pager{
	width: 25%;
	float: right;
	border: #F0F0F0 10px solid;
	padding: 0 15px;
	margin: 130px 0;
}
.news-pager>span{
	display: block;
	padding: 25px 0;
	
}
.news-pager .next{
	border-top: #ccc 1px solid;
}
.news-pager h4{
	font-weight: bold;
	line-height: 26px;
}
.news-pager .time{
	display: block;
	background: url(../images/icons/date02.png) left center no-repeat;
	padding-left: 20px;
	color: #999;
	font-size: 12px;
	margin: 10px 0;
}

.news-box{
	position: relative;
}
.news-top{
	position: absolute;
	right: 0;
	top: 40px;
}
.news-top .back{
	font-weight: bold;
	font-size: 22px;
	color: #808080;
    padding-right:20px;
	margin:5px 0;
}
.news-top .share{
	margin-left: 24px;
}
.news-top .share a{
	float: none;
	display: block;
	width: 36px;
	height: 36px;
	background: url(../img/share_btn.png) center no-repeat;
	margin: 0;
}

/*video*/
.video-box{
	margin: 47px auto 40px;
}
.video-list li{
	margin-bottom: 40px;
	text-align: center;
}
.video-list li p{
	margin-top: 15px;
}

/*招商加盟*/
.jiam_top{
	width: 100%;
	background: url(../img/jiam-bg01.jpg) top center no-repeat;
	height:636px;
	position: relative;
}
.jiam_top_con{
	width: 100%;
	position: absolute;
	top: 130px;
	left: 0;
	text-align: center;
}
.jiam_top_con img{
	max-width: 100%;
}
.jiam_top_con h1{
	font-weight: bold;
	font-size: 40px;
	color: #00b1ff;
}
.jiam_top_con p{
	font-size: 16px;
	margin:8px 0 45px;
}

.jiam_tj{
	background: url(../img/jiam-bg02.jpg) center ;
	color: #fff;
	padding: 170px 0 50px;
}
.jiam_tj h3{
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
.jiam_tj_text{
	margin-top: 22px;
	font-size: 16px;
	line-height: 36px;
	padding: 0 10%;	
}

.jiam_c{
	width: 100%;
	background: url(../img/jiam-bg03.jpg) center no-repeat;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	line-height: 60px;
	padding: 230px 0 210px;
}

.store{
	margin:84px auto 78px;
}
.jiam-title{
	text-align: center;
	font-weight: bold;
	color: #000000;
	font-size: 40px;
}
#storeScroll{
	margin-top: 50px;
}
#storeScroll .img{
	width: 160px;
	height: 160px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 20px;
	cursor: pointer;
}
#storeScroll .img img{
	max-width: 100%;
}
#storeScroll .item{
	text-align: center;
}
#storeScroll .item h3{
	font-size: 26px;
	font-weight: bold;
	color: #000;
}
#storeScroll  .owl-controls .owl-buttons div{
	position: absolute;
	width: 19px;
	height: 36px;
	top: 50%;
	margin-top: -18px;
}
#storeScroll .owl-prev{
	background: url(../img/arrow_left.png) center no-repeat;
	left: 0;
}
#storeScroll .owl-next{
	background: url(../img/arrow_right.png) center no-repeat;
	right: 0;
}

.process{
	padding: 73px 0 65px;
	background: #F5F5F5;
}
.process .img{
	margin-top: 35px;
}

.join{
	padding: 87px 0 0;
	background: #e6e6e6;
}
.join-top{
	text-align: center;
}
.join-top h1{
	font-size: 40px;
	font-weight: bold;
	color: #000;
	margin:0 0 38px;
}
.join-top h3{
	font-size: 26px;
	color: #000;
	margin-bottom: 5px;
}
.join-top h3 i{
	font-size: 60px;
	font-weight: bold;
	color: #00b1ff;
	vertical-align: middle;
	padding-right: 5px;
}
.join-con{
	position: relative;
	padding-bottom: 60px;
}
.join-img{
	position: absolute;
	bottom: 0;
	right: -40px;
}
.join-form{
	width: 490px;
	margin: 30px auto;
}
.join-form label{
	text-align: right;
	padding-right: 0;
	font-weight: normal;
}
.join-form .form-group span{
	padding-left: 20px;
}
.join-form .form-group textarea{
	width: 100%;
	padding: 10px;
	outline: none;
}
.join-form .send{
	display: block;
	width: 180px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: none;
	background: #1c3681;
	color: #fff;
	font-weight: bold;
	margin: 30px auto 0;
}

/*人才战略*/
.team-con{
	margin: 30px auto 44px;

}
.team-list{
	margin-top: 35px;
}

.talent-title{
	text-align: center;
}
.talent-title h3{
	font-size: 26px;
	color: #010101;
}
.talent-title span{
	display: inline-block;
	width: 50px;
	height: 1px;
	background: #000;
	margin-top: 12px;
}
.team-list .team_a{
	display: block;
	position: relative;
	margin-bottom:24px;
}
.team-list .team_a p{
	position: absolute;
	width: 100%;
	height: 36px;
	bottom: 0;
	left: 0;
	line-height: 36px;
	padding: 0 15px;
	overflow: hidden;
	color: #fff;
	background: rgba(0,0,0,.5);
}

.talent-text{
	background: #1c3681;
	color: #fff;
	text-align: center;
	padding: 46px 0 70px;
}
.talent-text h3{
	font-size: 26px;
	margin-bottom: 22px;
}
.talent-text a{
	color:#ff0000;
	text-decoration: underline;
}
/*招聘*/
.recruit-wrap{
	padding:40px 0 100px;
}
.recruit-list dt{
	overflow: hidden;
	font-weight: normal;
}
.recruit-list dd{
	margin-bottom: 2px;
	overflow: hidden;
}
.recruit-list .state{
	height:55px;
	line-height:55px;
	padding: 0 20px;
	
}
.recruit-list dd .state{
	background: #f1f1f1;
}
.recruit-list .state>span{
	display:block;
	float: left;
	height:55px;
	overflow: hidden;
}

.recruit-list span.name{
	width: 45%;
}
.recruit-list span.num{
	width: 10%;
	text-align: center;
}
.recruit-list span.toggle{
	width: 45%;
	color: #1c3681;
	text-align: right;
	cursor: pointer;
}
.recruit-list dt span.toggle{
	color: #666;
}
.recruit-info {
    background: #fff;
    padding: 20px 20px 40px;
    line-height: 26px;
    display: none;
}

/*在线客服*/
.service-con{
	margin: 42px auto 56px;
}
@media only screen and (min-width:767px ) {
	.service-con{
		width: 650px;
	}
}
.service-top{
	text-align: center;
}
.service-top h3{
	font-size: 26px;
	color:#000;
	position: relative;
	margin-bottom: 30px;
}
.service-top h3::after{
	content: "";
	position: absolute;
	width: 50px;
	height: 1px;
	background: #000000;
	top: 40px;
	left: 50%;
	margin-left: -25px;
}
.service-top h1{
	font-size: 40px;
	color: #1c3681;
	margin: 17px 0 38px;
}
.service-info a{
	text-decoration: underline;
}
.service_ul li{
	width: 50%;
	float: left;
	position: relative;
}
.service-text{
	color: #fff;
	text-align: center;
	padding-top: 20%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.service-text h3{
	font-size: 26px;
}
.service-text p{
	color: rgba(255,255,255,.5);
	margin: 18px 0 58px;
}
.service-text .submit{
	display: block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	border: #fff 1px solid;
	color: #fff;
	margin: 0 auto;
}
.user-right .pager{
	text-align: center;
}
@media only screen and (min-width:1200px ) {
	.service-text{
		width: 600px;
		
	}
}
/*意见反馈*/
.feedback{
	overflow: hidden;
}
.feedback .title{
	font-size:26px;
	color: #000000;
	text-align: center;
	line-height: 73px;
	border-bottom: #e5e5e5 1px solid;
}
.feedback .join-form h5{
	text-align: center;
	margin-bottom: 20px;
} 
@media only screen and (max-width:1200px) {
	.nav-main{
		margin-left:30px;
	}
	.nav-main li>a{
		padding: 0 15px;
	}
	.index_title{
		font-size:32px;
	}
	.jiam_top_con h1,.jiam_c,.jiam-title,.join-top h1{
		font-size: 32px;
	}
	.jiam_top_con{
		top: 100px;
	}
	.jiam_tj{
		padding: 130px 0 50px;
	}
	.jiam_c{
		padding:180px 0 160px;
	}
	.jiam_tj h3,#storeScroll .item h3,.join-top h3{
		font-size: 24px;
	}
	.join-top h3 i{
		font-size: 50px;
	}
	.map_con{
		padding: 40px;
	}
}
@media only screen and (max-width:1024px) {
	.nav-main{
		margin-left: 20px;
	}
	.nav-main li>a{
		padding: 0 10px;
	}
	.index_title{
		font-size:28px;
	}
	.index_wrap{
		padding: 90px 0;
	}
	.index_wrap .more{
		margin-top: 40px;
	}
	.index_pro{
		margin: 100px auto;
	}
	
	/*about*/
	.ny_tab li>a{
		padding: 0 40px;
	}
	.about_ul .about_right {
	    padding:60px 50px 50px;
	}
	.about_top h1{
		font-size: 36px;
	}
	
	.honor-box h3{
		font-size: 24px;
	}
	.honor-title{
		position: initial;
	}
	.honor-title .title_img{
		display: none;
	}
	.honor-con{
		margin: 30px 0;
		padding: 0 20px;
	}
	.honor-title .more{
	    position: initial;
	   	margin:0 auto;
	    right: 71px;
	    text-align: center;
	    margin:30px 0;
	}
	#honorScroll .owl-item{
		padding: 0 20px;
	}
	
	/*news*/
	.news-detail,.news-pager{
		width: 100%;
		float: none;
		margin-top: 0;
	}
	.news-detail .news-text{
		margin: 30px 0 40px;
	}
	.news-box{
		margin:0 0 30px;
	}
	
	.jiam_top{
		padding: 30px 0;
		height: auto;
	}
	.jiam_top_con{
		position: initial;
	}
	.jiam_tj {
	    padding: 70px 0 50px;
	}
	.jiam_c {
	    padding: 140px 0 140px;
	}
	.join .join-img{
		display: none;
	}
	.jiam_top_con h1, .jiam_c, .jiam-title, .join-top h1{
		font-size: 26px;
	}
	.jiam_tj h3, #storeScroll .item h3, .join-top h3{
		font-size: 20px;
	}
	.jiam_c {
	    padding: 100px 0;
	    line-height: 50px;
	}
	.store {
	    margin:60px auto;
	}
	.process {
	    padding: 50px 0;
	}
	.join{
		padding: 60px 0 0;
	}
	.jiam_tj_text{
		padding: 0;
		font-size: 14px;
	}
	.jiam_top_con p{
		font-size: 14px;
	}
	
	.talent-title h3,.talent-text h3{
		font-size:22px;
	}
	.service-top h3,.service-text h3{
		font-size:20px;
	}
	.service-top h1{
		font-size: 30px;
	}
	
	.feedback .title{
		line-height: 60px;
		font-size: 22px;
	}
	
	.map_con{
		padding:30px ;
	}
}
@media only screen and (max-width:991px) {
	.header .menu{
		display: block;
	}
	.nav-main{
		float: none;
		width: 100%;
		position: absolute;
		top:80px;
		left: 0;
		background: #fff;
		padding-left: 20px;
		margin: 0;
		display: none;
	}
	.nav-main li{
		display: block;
	}
	.nav-main li>a{
		line-height: 40px;
		height: 40px;
		padding: 0;
	}
	
	/*about*/
	.about_ul dd{
		border:none !important;
	}
	.about_top li,.about_ul li{
		width: 100%;
		margin-bottom: 20px;
	}
	.about_top_left{
		padding-right: 0;
	}
	
	.history_left{
		display: none;
	}
	.history-box{
		/*background: url(../img/history_bg.png) center no-repeat;*/
	}
	.history-box::before{
		left:100px;
		top:60px;
	}
	.history_list li{
		margin-left: 0;
	}
	.history_list li .history_text{
		float: left;
		padding-left: 20px;
	}
	
	.news-list li h4{
		margin-top: 10px;
	}
	.news-list li .date{
		margin-top: 10px;
	}
	
	/*products*/
	.foucebox{
		margin-bottom:20px;
	}
	
	.map_ul dt, .map_ul dd {
	    padding-left: 5px;
	}
}

@media only screen and (max-width:767px) {
	.header{
		height: auto;
	}
	.logo{
		margin: 10px 0;
	}
	.logo img{
		height: 40px;
	}
	.header_right{
		margin: 12px 10px;
	}
	.header .menu{
		margin: 10px;
	}
	.nav-main{
		top: 60px;
	}
	
	/*.inside-banner {
	    height: 168px;
	    overflow: hidden;
	    width: 100%;
	}
	.inside-banner img{
		position: absolute;
		width:768px;
		height:168px;
		left: 50%;
		margin-left:-384px;
		top: 0;
	}*/
	
	.banner .swiper-button-next, .banner .swiper-button-prev{
		width:40px;
		height:40px;
		background-size: 100%;
		margin-top: -20px;
	}
	.index_title{
		font-size:24px;
	}
	.index_pro h1{
		line-height:40px ;
	}
	.index_wrap h1{
		line-height: 50px;
	}
	.index_wrap{
		padding:60px 0;
	}
	.index_wrap .more{
		margin-top:30px;
	}
	.index_pro{
		margin:50px auto;
	}
	.footer{
		line-height: 36px;
		padding: 20px 0;
	}
	.bottom_nav,.copyright{
		float: none;
		text-align: left;
		display: block;
	}
	.bottom_nav span{
		padding-left: 0;
		padding-right: 20px;
	}
	.copyright{
		margin-top: 20px;
	}
	
	
	.ny_tab{
		margin-top: 0;
	}
	.ny_tab li>a{
		padding: 0 30px;
		line-height: 50px;
		font-size: 14px;
	}
	.about_ul .about_right {
	    padding:40px 0;
	}
	.about_top h1{
		font-size:30px;
	}
	#about_wrap{
		margin:50px auto;
	}
	
	.honor-box h3{
		font-size:22px;
	}
	.news-list li .date{
		float: left;
	}
	
	.news-top{
		display: none;
	}
	
	.talent-title h3,.talent-text h3{
		font-size:20px;
	}
	.service-top h3,.service-text h3{
		font-size: 18px;
	}
	.service-top h1{
		font-size:24px;
	}
	.service_ul li{
		width: 100%;
	}
	
	.feedback .title{
		font-size: 20px;
	}
	
	.map_ul{
		margin-top: 20px;
	}
	.map_ul li{
		display: block;
		width: 100%;
		float: none;
	}
	.map_ul dl{
		display: none;
	}
	.map_ul dt, .map_ul dd {
	    padding-left:20px;
	}
	.map_ul li dt{
		line-height: 40px;
		height: 40px;
		margin-bottom: 4px;
	}
}
@media only screen and (max-width:640px) {
	.meng li{
		width: 100%;
	}
	.index_service li{
		width: 50%;
		margin-bottom: 20px;
	}
	.bottom_nav span{
		display: block;
		height:40px;
		line-height:40px;
		padding: 0 10px;
		border-bottom:rgba(204, 204, 204, 0.29) 1px solid;
	}
	.bottom_nav span a{
		background: url(../img/bottom_arrow.png) right center no-repeat;
	}
	
	.join-form{
		width: 100%;
	}
}
@media only screen and (max-width:480px) {
	.header_right{
		width: 78px;
	}
	.swiper-container .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}
	.banner .swiper-button-next, .banner .swiper-button-prev{
		width: 25px;
		height: 25px;
		margin-top: -12px;
	}
	.index_title{
		font-size:22px;
	}
	.index_wrap h1{
		line-height:36px;
		font-size:18px;
	}
	.index_wrap{
		padding:40px 0;
	}
	.index_wrap .more{
		margin-top:20px;
	}
	
	/*about*/
	.ny_tab li>a{
		padding: 0 15px;
	}
	.about_top h1 {
	    font-size:22px;
	}
	.about_safe>div{
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.about_ul .about_right {
	    padding: 20px 0;
	}
	#about_wrap{
		margin:40px auto;
	}
	
	.honor-box{
		margin: 40px auto 50px;
	}
	.honor-box h3{
		font-size:20px;
	}
	
	.honor-con {
	    margin: 20px 0;
	    padding:0;
	}
	.honor-pop{
		top: 10%;
		padding:40px 30px;
	}
	
	.history_right h3{
		font-size: 14px;
		margin-left: 0;
		padding: 0 10px;
	}
	
	.history-box::before{
		left: 40px;
	}
	.history_list li .history_text{
		width: 100%;
		margin-left:20px;
		margin-top: 30px;
	}
	
	/*products*/
	.pro-title{
		font-size:20px;
	}
	.pro-list li,.video-list li{
		width: 100%;
	}
	
	.pro-top{
		padding:20px 0 25px;
	}
	.foucebox .smallImg{
		width:30%;
		float: left;
		/*padding: 40px 0;*/
		position: relative;
	}
	.smallImg .hd{
		width:60px;
	}
	.foucebox .bd{
		width: 70%;
		padding-left: 0px;
		margin-top: 50px;
		height: auto;
	}
	
	.foucebox .hd li {width:60px; height:60px;margin-bottom:6px;
		line-height:58px;
		}
	.price span i{
		font-size: 22px;
	}
	.pro-detail-top{
		font-size: 20px;
	}
	.pro-item li{
		width: 100%;
	}
	
	/*join*/
	.jiam_tj {
	    padding:40px 0 30px;
	}
	.jiam_c {
	    padding:80px 0;
	}
	.jiam_top_con h1, .jiam_c, .jiam-title, .join-top h1{
		font-size:20px;
	}
	.jiam_tj h3, #storeScroll .item h3, .join-top h3{
		font-size:16px;
	}
	.jiam_c {
	    padding:60px 0;
	    line-height: 40px;
	}
	.store {
	    margin:40px auto;
	}
	.process {
	    padding: 40px 0;
	}
	.join{
		padding: 30px 0 0;
	}
	
	.join-top h3 i{
		font-size: 26px;
	}
	.join-con{
		padding-bottom: 20px;
	}
	
	.talent-title h3,.talent-text h3{
		font-size: 16px;
	}
	.team-list {
	    margin-top: 25px;
	}
	.team-list li{
		width: 100%;
	}
	.recruit-wrap {
	    padding: 40px 0;
	}
	.recruit-list .state{
		padding: 0 10px;
	}
	
	.service-top h3,.service-text h3{
		font-size: 16px;
	}
	.service-top h1{
		font-size:22px;
	}
	.service-text{
		padding:10% 20px;
	}
	.service-text p{
		margin: 18px 0;
	}
	
	.feedback .title{
		line-height:50px;
		font-size:18px;
	}
	
	.map_con {
	    padding:20px;
	}
}

/*会员中心*/

/*登录*/
.login-box{
	width: 100%;
	height:800px;
	background: url(../img/login_bg.jpg) center no-repeat;
	padding: 10% 0;
}
.login-form{
	width: 600px;
	margin:0 auto;
	background: rgba(255,255,255,.9);
	padding:63px 120px 67px 50px;
}
.login-form h3{
	font-size: 26px;
	text-align: center;
	color: #000;
	margin-bottom:32px;
}
.login-form .login_btn{
	width: 100%;
	border:none;
	background: #1c3681;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	margin-top:28px;
}
.login-form label{
	font-weight: normal;
	text-align: right;
	padding: 0;
}
.login-form .form-group{
	margin-bottom: 12px;
}
.login-form .form-control{
	height: 40px;
	line-height: 40px;
	border-radius:0;
}
.login-form .login_b{
	color: #000;
	line-height: 26px;
	margin-top: 20px;
}
.login-form .login_b a{
	color: #1c3681;
}
.login-box2{
	padding:6% 0;
}
/*找回密码*/
.forgot-box{
	width: 100%;
	background: #f5f5f5;
	padding:10% 0;
}
.forgot-box .login-form .login_btn{
	margin-top: 10px;
}

/*用户中心*/
.user-wrap{
	width: 100%;
	background:#f5f5f5;
	padding:43px 0 100px;
}
.user-left,.user-right{
	background: #fff;
}
.user-left{
	padding-bottom:30px;
}
.user-left .user-img{
	text-align: center;
	padding:20px;
	border-bottom: #E5E5E5 1px solid;
}
.user-left .user-img img{
	max-width: 100%;
}
.user_ul{
	padding-left: 40px;
	margin: 16px 0;
}
.user_ul li{
	margin-bottom: 20px;
}
.user_ul h4{
	font-size: 16px;
	color: #000;
}
.user_ul li a{
	display: block;
	line-height: 26px;
}
.user_ul dl{
	padding-left: 27px;
	line-height: 27px;
	margin-top: 8px;
}
.user_ul dl dd.active a{
	color:#1c3681;
}
.user-right{
	padding: 26px 30px;
}
.user-right>h3{
	margin-bottom: 30px;
	font-size: 26px;
}

.user-con{
	margin: 32px 0;
	padding-left:18px;
}
.user-con .user_name label{
	color: #000000;
	margin-right: 5px;
	width: 60px;
	text-align: right;
	font-weight: normal;
}
.user-con .user_name{
	margin-bottom: 16px;
}
.user_form .user_name input,.user_form .user_name span{
	display:inline-block;
	width:220px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border: #ccc 1px solid;
	
}
.user_form .user_name span i{
	font-style: normal;
	background: #dcdcdc;
}
.user_form .submit,.user-password .submit{
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	margin-top:25px;
	background:#1c3681;
	border: none;
}

.user_name input{
	width: 380px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
  border: #ccc 1px solid;
}
.user_name select{
	height: 40px;
	line-height: 40px;
}

/*修改地址*/
.user-con .check{
	margin-left:60px;
}
.add-box,.order-l {
    border: #e6e6e6 1px solid;
    /*margin-bottom: 20px;*/
}
.order-l:last-child{
	/*border-top: none;*/
}
.order-title {
    line-height: 50px;
    color: #000000;
    border-bottom: #e6e6e6 1px solid;
    padding: 0 26px;
    overflow: hidden;
}
.add-box .add-ul{
	padding:22px 26px;
}
.add-ul li{
	overflow: hidden;
}
.add-ul li>span{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}
.add-ul li>span.add-a{
	width: 24%;
}
.add-ul li>span.add-b{
	width:26%;
}
.add-ul li>span.add-c{
	width:40%;
}
.add-ul li span.dele{
	cursor: pointer;
	color: #1c3681;
	float: right;
	text-align: right;
}
.dele{
	cursor: pointer;
}
/*我的订单*/
.payment{
	overflow: hidden;
	margin-bottom: 25px;
}
.payment li{
	display: block;
	width: 25%;
	float: left;
	text-align: center;
	border-right: #999 1px dashed;
	padding: 10px 0;
}
.payment li:last-child{
	border: none;
}
.payment li>a{
	color: #000;
	line-height: 30px;
}
.payment li.active>a{
	color: #1c3681;
}
.order-text .dele {
    display: inline-block;
    width: 52px;
    height: 20px;
    border: #5cb85c 1px solid;
    line-height: 20px;
    text-align: center;
    color: #5cb85c;
    margin-top: 15px;
}
.order-text a{
	color: #ce1010;
}
.user-con .order-text{
	padding: 20px 0;
	position: relative;
	overflow: hidden;
	border-bottom: #e6e6e6 1px solid;
}
.order-l .order-text:last-child{
	border: none;
}
.order-text .order-r{
	margin: 20px 0;
}
.order-price{
	position: absolute;
	bottom: 20px;
	right:20px;
	margin-top: 20px;
}
.order-price h3{
	color:#1c3681;
	font-size: 26px;
	text-align: right;
	margin-bottom: 10px;
}
.order-btn>a{
	display: inline-block;
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	margin-left: 5px;
}
.order-btn .order-sale{
	border:#1c3681 1px solid;
	color: #1c3681;
}
.order-btn .order-ok{
	background: #1c3681;
	color: #fff;
}


/*弹出框*/
.prompt-box{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background:rgba(0,0,0,0.5);
	z-index: 9999;
	display: none;
}
.prompt{
	width: 500px;
	height: 250px;
	background: #fff;
	position: relative;
	top: 50%;
	margin-top: -125px;
	left: 50%;
	margin-left: -250px;
	text-align: center;
	padding-top: 80px;
}
.prompt .prompt-title{
	font-size: 20px;
	color: #000;
	margin-bottom: 16px;
}
.prompt h1{
	font-size: 40px;
	font-weight: bold;
	color: #1c3681;
}
.prompt .close-btn{
	position: absolute;
	top:18px;
	right: 20px;
	z-index: 1;
}

/*付款选地址*/
.order-ul li{
	width:261px;
	height: 120px;
	float: left;
	margin-left:20px;
	border: #d4d4d4 2px solid;
	
}
.order-ul li.on{
	border: none;
	background:url(../img/add-border.jpg) center no-repeat;
	padding: 15px 8px;
}
.order-ul li .more{
	display: block;
	text-align: center;
	padding-top: 30px;
}
.order-ul li .more p{
	margin-top: 10px;
}
.order-pay{
	padding: 16px 26px;
	text-align: right;
}
.order-pay span,.order-pay a{
	display: inline-block;
	line-height:40px;
}
.order-pay span{
	font-size: 26px;
	color: #1c3681;
}

.pay-li li img{
	/*padding: 1px;*/
	border: #fff 1px solid;
}
.pay-li li:hover img{
	border: #000 1px solid;
	/*padding:0;*/
}

.pjia{
	padding: 26px 20px;
}
.pjia .pjia-li{
	margin-bottom: 15px;
}
.pjia .submit{
	width:150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #1c3681;
	border: none;
	margin-left: 80px;
}
.pjia .p-lable{
	width: 80px;
	text-align: right;
	font-weight: normal;
}
.pjia textarea{
	width: 350px;
	outline: none;
	resize: none;
	border: #ccc 1px solid;
	padding: 10px;
}
.pjia-r{
	float: left;
}


/*购物车*/
.cart-wrap{
	width: 100%;
	background: #f5f5f5;
	padding: 35px 0 94px;
}
.cart-con{
	background: #fff;
	padding: 26px;
	margin-top: 18px;
}
.cart-box{
	border: #e6e6e6 1px solid;
	border-bottom: none;
}
.cart-ul li{
	border-bottom: #e6e6e6 1px solid;
	padding: 20px 0;
}
.cart-info{
	margin: 20px 0;
}
.cart-ul .cart-right{
	text-align: right;
}
.cart-ul li .dele {
    display: inline-block;
    width: 52px;
    height: 20px;
    border: #5cb85c 1px solid;
    line-height: 20px;
    text-align: center;
    color: #5cb85c;
    margin-top: 5px;
}
.cart-ul li .unit{
	font-size: 26px;
	color: #1c3681;
}
.cart-box .order-pay{
	border-bottom: #E6E6E6 1px solid;
}

/*收藏夹*/
.user-right .fav-list li a{
	display: block;
	position: relative;
}
.user-right .fav-list li .dele{
	position: absolute;
	top: 10px;
	right: 10px;
	display: inline-block;
    width: 52px;
    height: 20px;
    border: #5cb85c 1px solid;
    line-height: 20px;
    text-align: center;
    color: #5cb85c;
    display:none;
    z-index: 9;
}
.user-right .fav-list li:hover .dele{
	display: block;
}

/*积分中心*/
.sign-box{
	background: #f5f5f5;
	padding: 16px;
	margin-bottom: 20px;
}
.sign-box .sign-btn{
	display: block;
	width:80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	background: #00b1ff;
	color: #fff;
	font-size:22px;
}
.sign-box .sign-img{
	width: 10%;
}
.sign-box .sign-info{
	margin: 0 20px;
	width:70%;
}
.sign-box .sign-info h2{
	color: #00b1ff;
	border-bottom: #ccc 1px solid;
	padding-bottom: 10px;
	font-size: 29px;
}
.user-right .exchange-con h6{
	font-size: 16px;
	color: #00b1ff;
}
.user-right .exchange-con .change{
	display: inline-block;
    width: 52px;
    height: 20px;
    border: #5cb85c 1px solid;
    line-height: 20px;
    text-align: center;
    color: #5cb85c;
    font-size: 14px;
    margin-left: 5px;
}
.exgoods{
	background: #fff;
    box-shadow: rgba(187, 185, 185, 0.29) 0px 0px 10px 1px;
    -webkit-box-shadow: rgba(187, 185, 185, 0.29) 0px 0px 10px 1px;
    padding: 40px 0 15px;
    text-align: center;
    margin-bottom: 20px;
}
@media only screen and (max-width:1024px) {
	.user_ul{
		padding:0 20px;
	}
	.order-price{
		position: initial;
		float: right;
		margin-right: 20px;
	}
	.order-price h3,.order-pay span,.cart-ul li .unit{
		font-size: 22px;
	}
	.order-btn>a{
		width:100px;
		font-size: 14px;
	}
	.sign-box .sign-info h2{
		font-size: 24px;
	}
}
@media only screen and (max-width:767px) {
	.login-box{
		height: auto;
	}
	.login-form{
		width: 80%;
		padding: 40px 50px;
	}
	.login-form label{
		padding:0 15px;
	}
	.login-form h3{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.user-right h3{
		font-size: 22px;
	}
	.user-con{
		padding-left: 0;
	}
	.cart-ul li .unit{
		font-size: 20px;
	}
	.sign-box .sign-info h2{
		font-size: 22px;
	}
	.sign-box .sign-btn{
		font-size: 18px;
	}
}

@media only screen and (max-width:640px) {
	.user-wrap{
		padding: 40px 0;
	}
	.login-form{
		width:96%;
		padding:30px 10px;
	}
	.login-form label{
		padding:0 15px;
	}
	.login-form h3{
		font-size:18px;
		margin-bottom: 20px;
	}
	.login-form .login_btn{
		margin-top: 15px;
	}
	.user-right{
		padding: 10px;
	}
	.user-right h3{
		font-size:18px;
	}
	
	.order-text .order-img,
	.order-text .order-r{
		padding: 0 5px;
		margin: 0;
	}
	
	.prompt{
		width:90%;
		height:160px;
		margin-left:-45%;
		margin-top: -80px;
		padding: 50px 20px;
	}
	.prompt .prompt-title{
		font-size: 16px;
	}
	.prompt h1{
		font-size: 24px;
	}
	.prompt .close-btn{
		top: 10px;
		right: 10px;
	}
	.order-ul li{
		margin-left:5px;
		margin-bottom: 20px;
	}
	.sign-box .sign-info h2{
		font-size:18px;
	}
	.sign-box .sign-btn{
		width: 60px;
	}
}

@media only screen and (max-width:480px) {
	.user_name input{
		width: 100%;
	}
	.user-con .check{
		margin-left:0;
	}
	.add-box .add-ul{
		padding: 10px;
	}
	
	.order-title{
		padding:0 10px;
	}
	.add-ul li{
		margin: 10px 0;
	}
	.add-ul li>span.add-a, .add-ul li>span.add-b{
		width: 48%;
	}
	.add-ul li>span{
		line-height: 20px;
		height: auto;
		font-size: 10px;
	}
	.add-ul li>span.add-c{
		width: 80%;
	}
	.order-text .order-r {
	    line-height: 20px;
	    font-size: 12px;
	}
	.order-btn>a{
		height: 34px;
		line-height: 34px;
	}
	.order-pay span,.cart-ul li .unit{
		font-size: 16px;
	}
	.pjia textarea,.pjia .pjia-r{
		width: 100%;
	}
	.pjia .p-lable{
		text-align: left;
	}
	.pjia .submit{
		margin-left: 0;
		width:100px;
	}
	.sign-box .sign-btn{
		font-size: 16px;
	}
	.sign-box .sign-img{
		display:none;
	}
	.sign-box .sign-info{
		margin: 0;
	}
}