@charset "utf-8";
.lgbg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/lgbg_03.jpg) repeat-x top #f5f5f5;
    background-size: 100% 50%;
}
.lgbox{
	width: 400px;
	background: #fff;
	margin: 0 auto;
	padding: 25px;
	box-shadow: 0 0 35px rgba(0,0,0,.1);
}
.lgboxh4{
	font-size: 24px;
}
.lgtt{
	border-bottom: 1px solid #f3f3f3;
	height: 35px;
	margin: 15px 0 25px 0;
}
.lgtt span{
	display: inline-block;
	border-bottom: 2px solid #39ab32;
	color: #39ab32;
	line-height: 34px;
}
.lgb img{
	width: 169px;
	display: block;
	margin: 0 auto;
}
.lgb p{
	font-size: 16px;
	color: #666;
	margin: 10px 0;
}
.lgb span{
	display: inline-block;
	font-size: 12px;
	color: #666;
	cursor: pointer;
}
.lgb span i{
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../images/xz_03.png) no-repeat center;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}
.lgb span i.active{
	background: url(../images/xzico_03.png) no-repeat center;
}

.swiper-button-next-bn{
	width: 25px;
	height: 46px;
	background: url(../images/bnr_03.png) no-repeat center;
	margin-top: -23px;
	right: 30px;
}
.swiper-button-prev-bn{
	width: 25px;
	height: 46px;
	background: url(../images/bnl_03.png) no-repeat center;
	margin-top: -23px;
	left: 30px;
}
.head{
	height: 80px;
	background: #fff;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	box-shadow: 0 0 15px rgba(0,0,0,.15);
}
.head_height{
	height: 80px;
}
.logo{
	display: inline-block;
	height: 39px;
	margin-top: 19px;
}
.logo img{
	display: block;
	height: 100%;
}
.hdr .hdra{
	line-height: 80px;
	font-size: 18px;
	color: #333 !important;
}
.hdr .hdra img{
	border-radius: 50%;
	width: 42px;
	height: 42px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 12px;
}
.hdr a{
	font-size: 18px;
	color: #999;
	margin-left: 30px;
	line-height: 80px;
}
.hdr a img{
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}
.idxpd{
	padding: 30px 0 30px 0;
}
.foot{
	height: 50px;
	line-height: 50px;
	color: #999;
}
.foot .wrap{
	border-top: 1px solid #e5e5e5;
}
.bdrls{
	border-radius: 4px;
}
.m1{
	padding: 15px 20px;
}
.m1l{
	font-size: 18px;
	line-height: 20px;
}
.m1r a{
	display: inline-block;
	margin-left: 13px;
	cursor: pointer;
}
.m1r a.m1ri1{
	width: 20px;
	height: 20px;
	background: url(../images/rico1_03.png) no-repeat center;
}
.m1r a.m1ri1_active{
	background: url(../images/rico1xz_03.png) no-repeat center;
}
.m1r a.m1ri2{
	width: 22px;
	height: 20px;
	background: url(../images/rico2_03.png) no-repeat center;
}
.m1r a.m1ri2_active{
	background: url(../images/rico2xz_03.png) no-repeat center;
}
/*宫格样式*/
.m2{
	width: 101.5%;
}
.m2 .m2a{
	width: 23.5%;
	margin-right: 1.5%;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	margin-top: 20px;
	transition: 0s;
}
.m2 .m2a .m2aimg{
	width: 100%;
	height: 275px;
	overflow: hidden;
}
.m2 .m2atxtb,.m2 .m2atxt p,.m2 .m2psbr{
	display: none;
}
.m2 .m2atxt{
	width: 100%;
	padding: 15px;
}
.m2 .m2atxt .m2atxttit{
	font-size: 16px;
	color: #222;
	height: 30px;
	line-height: 30px;
	float: left;
	width: 55%;
	overflow: hidden;
}
.m2 .m2atxt p.m2apactive{
	display: inline-block;
	float: right;
	line-height: 30px;
	height: 30px;
	color: #999;
	width: 44%;
	overflow: hidden;
}
.m2 .m2a:hover .m2atxt .m2atxttit{
	color: #2671fd;
}
.m2 .m2a:hover{
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.m2 .m2a:hover .hvimg{
	transform: scale(1.1);
}
/*列表样式*/
.m2_active{
	width: 100%;
}
.m2_active .m2a{
	padding: 20px;
	background: #fff;
	border-radius: 4px;
	position: relative;
	margin-top: 20px;
	width: 100%;
}
.m2_active .m2a .m2aimg{
	width: 250px;
	position: absolute;
	left: 20px;
	top: 20px;
	height: 230px;
	overflow: hidden;
}
.m2_active .m2a .m2atxt{
	width: 100%;
	padding-left: 275px;
	height: 230px;
	overflow: hidden;
}
.m2_active .m2a .m2atxt .m2atxttit{
	font-size: 22px;
	color: #222;
	margin-bottom: 8px;
	float: none;
}
.m2_active .m2a .m2atxt p{
	color: #999999;
	line-height: 30px;
	float: none;
	width: 100%;
}
.m2_active .m2atxtb,.m2_active .m2atxt p,.m2_active .m2psbr{
	display: block;
}
.m2_active .m2a .m2atxt .m2atxtb{
	color: #666;
	line-height: 24px;
	margin-top: 8px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.m2_active .m2a:hover .m2atxt .m2atxttit{
	color: #2671fd;
}
.m2_active .m2a:hover{
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.m2_active .m2a:hover .hvimg{
	transform: scale(1.1);
}
.m2_active .m2psbr{
	font-size: 18px;
	font-weight: normal;
	color: #666;
	position: absolute;
	right: 0;
	top: 30px;
}
.m2_active .m2psbr b{
	font-weight: bold;
	font-size: 24px;
	color: #ed3428;
}

.pager a{
	display: inline-block;
	padding: 0 9px;
	height: 27px;
	line-height: 25px;
	border: 1px solid #d2d2d2;
	color: #666;
	border-radius: 4px;
	margin: 0 3px;
	font-size: 12px;
}
.pager a:hover,.pager a.active{
	border: 1px solid #2671fe;
	color: #2671fe;
}

.ititle,.ititle a{
	font-size: 16px;
	color: #666;
}
.ititle a:hover{
	color: #2671FD;
}
.picbox{
	padding: 20px 13px;
}
.ptop{
	width: 100.5%;
}
.ptop a{
	display: block;
	float: left;
	width: 32.833%;
	margin-right: .5%;
	height: 50px;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	border-bottom: 3px solid #f3f3f3;
	background: #f3f3f3;
}
.ptop a.active{
	border-bottom: 3px solid #2671fe;
}
.pmid{
	padding: 20px 0;
	border-bottom: 1px solid #dcdcdc;
}
.pmid a:last-child{
	margin-right: 10px;
}
.hspic{
	padding: 30px;
}
.zoomableContainer{
	height: 680px;
	overflow: hidden;
}

.hlmid{
	padding: 25px 20px 25px 20px;
}
.hlmid span{
	line-height: 30px;
	display: inline-block;
	margin-left: 30px;
}
.hlmid span i{
	display: inline-block;
	width: 32px;
	height: 20px;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -3px;
	border: 1px solid #e5e5e5;
}
.hlmid span i.hlmi1{
	background: #b4d891;
}
.hlmid span i.hlmi2{
	background: #ffd258;
}
.hlmid span i.hlmi3{
	background: #cdcdcd;
}
.hlmid span i.hlmi4{
	background: #faa2df;
}
.hlba_wcs{
	background: #b4d891;
}
.hlba_smz{
	background: #ffd258;
}
.hlba_ycs{
	background: #cdcdcd;
}
.hlba_faa{
	background: #faa2df;
}
.hlbw{
	padding: 0 20px;
}
.hlba{
	width: 100%;
	text-align: center;
	font-size: 16px;
	padding: 3px;
}
.hlba i{
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid rgba(0,0,0,0);
	transition: .25s;
}
.hlba:hover i{
	border: 2px solid #fff;
}
.hlbtab table{
	width: 100%;
}
.hlbtab table td{
	padding: 5px;
}
.four{
    display: block;
}
.four td{
    
    float: left;
}
.mousehv{
	cursor: pointer;
}
.mousehv img{
	transition: .25s;
}
.mousehv img.active{
	transform:rotate(180deg);
}
.hstb{
	width: 100%;
}
.hstb th{
	height: 47px;
	background: #f5f5f5;
	color: #222;
	font-weight: normal;
}
.hstb td{
	color: #666;
	text-align: center;
	height: 50px;
	border-bottom: 1px solid #dcdcdc;
}
.tra{
	color: #2671fe;
}
.tra:hover{
	text-decoration: underline;
}

.page{
	text-align: center;
}
.pagebox{
	display: inline-block;
	line-height: 26px;
}
.page a{
	display: inline-block;
	width: 26px;
	height: 26px;
	border: 1px solid #ddd;
	color: #333;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
	border-radius: 26px;
	margin: 0 5px;
	float: left;
}
.page a:hover,.page a.active{
	background: #2192ed;
	border: 1px solid #2192ed;
	color: #fff;
}
.page a.pagea{
	width: auto;
	padding: 0 15px;
}
.page input{
	display: inline-block;
	width: 26px;
	height: 26px;
	border: 1px solid #ddd;
	color: #333;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
	border-radius: 26px;
	margin: 0 10px;
}
.page a.pagea1{
	width: auto;
	padding: 0 10px;
}

.ifbox{
	padding: 25px;
}
/*切换*/
#certify {
	position: relative;
	width: 90%;
	margin: 0 auto;
}

#certify  .swiper-slide {
	width: 510px;
}
#certify  .swiper-slide img{
	display:block;
	width: 100%;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}
.swiper-button-prev-if {
	left: 0;
	width: 26px;
	height: 48px;
	background: url(../images/ifl_03.png) no-repeat;
	background-size: 100%;
	opacity: 1;
	margin-top: -24px;
}
.swiper-button-next-if {
	right: 0;
	width: 26px;
	height: 48px;
	background: url(../images/ifr_03.png) no-repeat;
	background-size: 100%;
	opacity: 1;
	margin-top: -24px;
}
.iftbg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255,255,255,.6);
	transition: .25s;
}
#certify .swiper-slide-active .iftbg{
	opacity: 0;
}
.iftop{
	border-bottom: 1px solid #bdd4ff;
	padding-bottom: 50px;
}
.ifb1{
	border-bottom: 1px solid #eee;
	font-size: 36px;
	font-weight: bold;
	color: #2671fe;
	padding-bottom: 20px;
}
.ifb2{
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.ifb21{
	margin-right: 70px;
	float: left;
}
.ifb21 h4{
	font-size: 18px;
}
.ifb21 p{
	color: #999;
	margin-top: 8px;
}
.ifb3{
	line-height: 36px;
}
.ifb3p{
	padding-left: 90px;
}
.ifb3p span{
	width: 90px;
	color: #999;
	position: absolute;
	left: 0;
	top: 0;
}
.ifb4{
	margin: 25px 0;
}
.ifb4a{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	background: #2671FD;
	padding: 15px 45px;
	border-radius: 4px;
	margin-right: 20px;
}
.ifb1,.ifb2,.ifb3,.ifb4{
	padding-left: 20px;
	padding-right: 20px;
}

.tc2{
	width: 300px;
	line-height: 30px;
	padding: 5px;
	background: rgba(0,0,0,.7);
	position: fixed;
	left: 50%;
	margin-left: -150px;
	top: 50%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border-radius: 4px;
	display: none;
}
.tc ,.tb{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
.tc_active{
	opacity: 1;
	visibility: inherit;
}
.tcbox{
	margin: 0 auto;
	position: relative;
	padding: 2vh;
    width: 540px;
    border-radius: 8px;
}
.closetc , .closetb {
	display: inline-block;
	position: absolute;
	right: 25px;
	cursor: pointer;
}
.tctop{
	font-weight: bold;
	font-size: 24px;
	color: #2671fe;
	text-align: center;
	padding-bottom: 10px;
}
.tcclr{
	margin-top: 1.5vh;
}
.tcclr span{
	display: inline-block;
	line-height: 42px;
	color: #666;
	width: 20%;
	text-align: right;
}
.tcr{
	width: 70%;
	margin-right: 5%;
}
.tcr input{
	width: 100%;
	height: 42px;
	border: 1px solid #dcdcdc;
	padding-left: 15px;
	border-radius: 4px;
	font-size: 14px;
	background: #fff;
}
.tcr select{
	width: 100%;
	height: 42px;
	border: 1px solid #dcdcdc;
	padding-left: 15px;
	border-radius: 4px;
	font-size: 14px;
	color: #777;
	background: #fff;
}
.sltico{
	display: inline-block;
	width: 14px;
	height: 8px;
	background: url(../images/sltico_03.png) no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 15px;
}
.tcri{
	color: #d0d0d0;
	margin-left: 10px;
}
.tcsbma input,.tcsbma a.closetca{
	cursor: pointer;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	background: #2671fe;
	color: #fff;
	padding: 0 40px;
	font-weight: bold;
	border-radius: 38px;
	margin: 0 5px;
}
.lgbrscsp{
	display: inline-block;
	height: 35px;
	border: 1px solid #DCDCDC;
	border-radius: 3px;
	padding: 0 20px;
	line-height: 33px;
	color: #d0d0d0;
	cursor: pointer;
}
.lgbrscsp input{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 99;
}
.lgbrsc img#scimg{
	width: 108px;
	display: block;
	margin-top: 10px;
}

.usbox{
	padding: 25px;
}
.ustit{
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 20px;
}
.ustop{
	padding: 20px 0;
}
.ustop a{
	display: inline-block;
	height: 32px;
	border: 1px solid #dcdcdc;
	line-height: 30px;
	padding: 0 32px;
	margin-right: 8px;
	border-radius: 4px;
}
.ustop a:hover,.ustop a.active{
	background: #2671FD;
	color: #fff;
	border: 1px solid #2671FD;
}
.utabtop table{
	width: 100%;
}
.utabtop table th{
	line-height: 37px;
	background: #f4f4f3;
}
.utabbot table{
	width: 100%;
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	margin-top: 20px;
}
.utabbot table th,.utabbot table td{
	border-bottom: 1px solid #eee;
}
.utabbot table th{
	line-height: 36px;
	background: #f5f5f5;
	padding: 0 25px;
	color: #999;
	font-weight: normal;
}
.utabbot table td{
	color: #666;
	height: 75px;
	text-align: center;
}
.utabbot table td a{
	display: block;
	line-height: 20px;
	color: #666;
}
.utabbot table td a:hover{
	color: #2671FD;
}

.uspd{
	padding-top: 20px;
}
.usl{
	width: 17%;
	background: #fff;
	border-radius: 4px;
	padding: 10px 0;
}
.usr{
	width: 81%;
}
.usltit{
	font-size: 16px;
	color: #2671fe;
	padding: 15px 0;
	padding-left: 20px;
}
.usl a{
	display: block;
	height: 44px;
	line-height: 44px;
	padding-left: 45px;
	border-left: 4px solid rgba(0,0,0,0);
}
.usl a:hover{
	color: #2671fe;
}
.usl a.active{
	border-left: 4px solid #2671fe;
	color: #2671fe;
	background: #e7f2ff;
}
.usclr{
	padding: 10px 0;
}
.usclrl{
	display: inline-block;
	width: 100px;
	line-height: 34px;
}
.usclrr{
	width: 820px;
	line-height: 34px;
}
.usclrl i{
	color: red;
	margin-right: 5px;
}
.usr1 img{
	width: 100px;
	height: 100px;
}
.usr1 span{
	display: inline-block;
	width: 91px;
	height: 32px;
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	color: #666;
	text-align: center;
	line-height: 30px;
	position: relative;
	margin-left: 10px;
	margin-top: 65px;
	cursor: pointer;
}
.usr1 span input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.usript input{
	width: 300px;
	padding-left: 15px;
	border: 1px solid #E6E6E6;
	height: 34px;
	color: #666;
	font-size: 14px;
}
.usript p{
	color: #333;
}
.usclrr .rzbox label{
	width: auto;
	margin-right: 30px;
}
.usclrr textarea{
	width: 400px;
	height: 50px;
	border: 1px solid #e6e6e6;
	padding: 10px;
	resize: none;
}
.usersbm{
	display: inline-block;
	width: 134px;
	height: 40px;
	background: #2671fe;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
}
.us5{
	padding: 20px 0;
	border-bottom: 1px solid #EEEEEE;
	padding-left: 35px;
	padding-right: 10px;
}
.us5 em{
	color: #999;
}
.us5 i{
	display: inline-block;
	width: 11px;
	height: 11px;
	border: 1px solid #d3d3d3;
	background: #e5e5e5;
	border-radius: 11px;
	position: absolute;
	left: 10px;
	top: 23px;
}
.us5:hover{
	background: #f5f5f5;
}
.us5:hover i{
	background: #2671FC;
}
.us5 span{
	display: block;
}
.us5 p{
	font-weight: bold;
	color: #333;
	margin-top: 10px;
	font-size: 14px;
	line-height: 25px;
}
.us5 p a{
	color: #2671FC;
	display: inline-block;
}
.foot{
	display: block;
}
.wapfoot{
	display: none;
}




@media only screen and (min-width:768px) and (max-width:1199px) {
	.head{
		height: 80px;
	}
	.head_height{
		height: 80px;
	}
	.hdr .hdra{
		line-height: 80px;
	}
	.hdr a{
		line-height: 80px;
	}
	.logo{
		margin-top: 18px;
	}
	.idxpd{
		padding: 25px 0 25px 0;
	}
	.pager{
		margin-top: 25px;
	}
	
	.m2{
		width: 102%;
	}
	.m2 .m2atxt .m2atxttit{
		font-size: 14px;
	}
	.m2 .m2atxt p.m2apactive{
		font-size: 12px;
	}
	.m2 .m2atxt p.m2apactive img{
		height: 12px;
		margin-right: 3px;
	}
	.m2 .m2a .m2aimg{
		height: 240px;
	}
	.m2_active{
		width: 100%;
	}
	
	.hspic{
		padding: 20px;
	}
	.zoomableContainer{
		height: 600px;
	}
	
	#certify .swiper-slide{
		width: 450px;
	}
	.utb{
		width: 100%;
		overflow: hidden;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.utb table{
		width: 1100px;
	}
	.usl{
		width: 22%;
	}
	.usr{
		width: 76%;
	}
	.usclrl{
		width: 10%;
	}
	.usclrr{
		width: 88%;
	}
	.hlba{
		height: 60px;
	}
	.hlba i{
		line-height: 52px;
	}
}
@media only screen and (max-width:1099px) {
	.m2 .m2a .m2aimg{
		height: 220px;
	}
	.zoomableContainer{
		height: 550px;
	}
	.hstbbox{
		width: 100%;
		overflow: hidden;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	/*.hstb{*/
	/*	width: 1150px;*/
	/*}*/
}
@media only screen and (max-width:999px) {
	.m2 .m2a{
		width: 31.3333333%;
		margin-right: 2%;
	}
	.m2 .m2a .m2aimg{
		height: 275px;
	}
	.m2_active .m2a{
		width: 100%;
	}
	.m2_active .m2a .m2aimg{
		height: 230px;
	}
	.zoomableContainer{
		height: 500px;
	}
}
@media only screen and (max-width:899px) {
	.m2 .m2a .m2aimg{
		height: 250px;
	}
	.m2_active .m2a .m2aimg{
		height: 230px;
	}
	.zoomableContainer{
		height: 450px;
	}
}
@media only screen and (min-width:768px) and (max-width:898px) {
	.m2 .m2a .m2aimg{
		height: 220px;
	}
	.m2_active .m2a .m2aimg{
		height: 230px;
	}
	.zoomableContainer{
		height: 400px;
	}
}


@media only screen and (max-width:950px) {
	.hlba{
		height: 42px;
	}
	.hlba i{
		line-height: 32px;
		font-size: 12px;
	}
	.hlbtab table td{
		padding: 2px;
	}
	.pager {
		margin-top: 20px;
	}
	.usclrl{
		width: 15%;
	}
	.usclrr{
		width: 83%;
	}
	.foot{
		display: none;
	}
	.wapfoot{
		display: block;
	}
	.wapft_height{
		height: 50px;
	}
	.wft{
		height: 50px;
		background: #fff;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 999;
		width: 100%;
		box-shadow: 0 0 10px rgba(0,0,0,.1);
	}
	.wft a{
		display: block;
		width: 50%;
		text-align: center;
		color: #8e8e8e;
		height: 100%;
		padding-top: 3px;
	}
	.wft a p{
		font-size: 13px;
		line-height: 20px;
		height: 20px;
	}
	.wft a i{
		display: block;
		margin: 0 auto;
		width: 25px;
		height: 25px;
	}
	.wft a.wfta1 i{
		background: url(../images/wfico1_03.png) no-repeat center;
		background-size: 75%;
	}
	.wft a.wfta2 i{
		background: url(../images/wfico2_03.png) no-repeat center;
		background-size: 75%;
	}
	.wft a.wfta1_active i{
		background: url(../images/wfico1hv_03.png) no-repeat center;
		background-size: 75%;
	}
	.wft a.wfta2_active i{
		background: url(../images/wfico2hv_03.png) no-repeat center;
		background-size: 75%;
	}
	.wfta1_active,.wfta2_active{
		color: #2671fe !important;
	}
}

@media only screen and (max-width:768px) {
	.idxpd{
		padding: 15px 0;
	}
	.swiper-container-bn .swiper-pagination-bullet{
		width: 30px;
		height: 3px;
	}
	.m2 .m2atxt{
		padding: 5px 10px;
	}
	.m2 .m2atxt .m2atxttit{
		display: block;
		width: 100%;
		font-size: 16px;
	}
	.m2 .m2atxt p.m2apactive{
		width: 100%;
		float: left;
		text-align: left;
	}
	.m2{
		width: 100%;
	}
	.m2 .m2a{
		width: 48%;
		margin-right: 0;
		margin-top: 15px;
	}
	.m2a:nth-child(odd){
		float: left;
	}
	.m2a:nth-child(even){
		float: right;
	}
	.m2 .m2a .m2aimg{
		height: 150px;
	}
	.m2_active .m2a{
		width: 100%;
		padding: 15px;
	}
	.m2_active .m2a .m2aimg{
		width: 90px;
		height: 90px;
		left: 15px;
		top: 15px;
	}
	.m2_active .m2a .m2atxt{
		padding: 0;
		height: auto;
		padding-left: 105px;
	}
	.m2_active .m2a .m2atxt .m2atxttit{
		font-size: 14px;
		margin-bottom: 0;
		line-height: 22px;
		height: 22px;
	}
	.m2_active .m2a .m2atxt p{
		line-height: 20px;
		font-size: 12px;
		height: 20px;
		float: none;
	}
	.m2_active .m2a .m2atxt p img{
		height: 10px;
	}
	.m2_active .m2a .m2atxt .m2atxtb{
		-webkit-line-clamp: 1;
		margin-top: 0;
	}
	.m2_active .m2psbr{
		position: relative;
		right: 0;
		top: 0;
		margin-top: 10px;
		display: none;
	}
	.pager a{
		margin: 3px;
	}
	.lgbox{
		width: 300px;
	}
	#certify .swiper-slide{
		width: 200px;
	}
	#certify{
		width: 100%;
	}
	.swiper-button-next-if{
		width: 18px;
		height: 30px;
		background-size: 100% 100%;
		margin-top: -15px;
	}
	.swiper-button-prev-if{
		width: 18px;
		height: 30px;
		background-size: 100% 100%;
		margin-top: -15px;
	}
	.iftop{
		margin-top: 0;
		padding-bottom: 20px;
	}
	.ifbot{
		margin-top: 20px;
	}
	.ifb1, .ifb2, .ifb3, .ifb4{
		padding-left: 0;
		padding-right: 0;
	}
	.ifb1{
		font-size: 24px;
	}
	.ifb21{
		margin-right: 20px;
	}
	.ifb4a{
		padding: 10px 20px;
		font-size: 14px;
	}
	.tcbox{
		width: 90%;
		padding: 25px 15px 15px 15px;
	}
	.tctop{
		font-size: 20px;
	}
	.tcclr span{
		width: 25%;
		font-size: 13px;
	}
	.tcr{
		width: 70%;
		margin-right: 0;
		float: right;
		font-size: 13px;
	}
	.tcclr{
		margin-top: 15px;
	}
	.tcr input,.tcr select{
		font-size: 13px;
	}
	.hlmid span i{
		width: 20px;
		height: 15px;
	}
	.hlmid span{
		margin-left: 10px;
		font-size: 12px;
	}
	.hlmid{
		padding: 15px 0;
	}
	.hlbw{
		padding: 0;
	}
	.ptop a{
		height: 40px;
		line-height: 38px;
		font-size: 16px;
	}
	.zoomableContainer{
		height: 200px;
	}
	.hspic{
		padding: 0;
		margin-top: 20px;
	}
	.page{
		padding: 0 0 0 0;
		text-align: center;
	}
	.page a{
		margin: 0 3px;
	}
	.pgb{
		width: 100%;
		text-align: center;
		margin-top: 15px;
	}
	.pgb a,.pgb span,.pgb input{
		float: none;
	}
	.usl{
		width: 100%;
		margin-bottom: 15px;
	}
	.usr{
		width: 100%;
	}
	.ustop a{
		padding: 0 15px;
	}
	.utb {
	    width: 100%;
	    overflow: hidden;
	    overflow-x: auto;
	    -webkit-overflow-scrolling: touch;
	}
	.utb table{
		width: 900px;
	}
	.usbox{
		padding: 15px;
	}
	.usclrl{
		width: 24%;
	}
	.usclrr{
		width: 75%;
	}
	.usript input{
		width: 100%;
	}
	.usr1 img{
		width: 80px;
		height: 80px;
	}
	.usr1 span{
		margin-top: 45px;
	}
	.closetc{
		right: 20px;
		top: 20px;
	}
}
#barcon a{
  cursor: pointer;
}
.proinfo div{
	text-align:center;
	padding:5px;
}
.proinfo div a{
	display:block;
	padding:10px 5px;
	background-color:#5eb95e;
	color:#fff;
}

.userorder div{
	text-align:left;
	padding:5px;
}
.userorder div > div{
	display:block;
	padding:10px 5px;
    background-color: #f9f9f9;
}