.wrap{background:#fff;font-size:10px;}
h3{text-align:center;font-size:3.2em;padding:0 1%;padding-top:3%;font-weight:400;}
.wrap span{color:#ff7800;}
h3 strong{color:#ef424e;}
h3.two{line-height:1.2;color:#ff7800;text-align:left;}
h3.two i{font-style:normal;display:block;font-size:.6em;}
h3.three{color:#fff;}
h3 b{color:;display:block;text-align:center;}
.swtfix{color:#ff7800;width:90%;line-height:2.4;text-align:center;border:1px solid #ff7800;border-radius:50px;font-size:2.4em;display:block;margin:3% auto;}
p.titleh3{font-size:2em;text-align:center;padding:0 1%;}
p.titleh3two{font-size:2em;text-align:left;padding:0 1%;padding-top:2%;line-height:1.6;}
p.titleh3-three{color:#fff;}
.czsyh{margin-top:2%;}
figcaption{margin:2% 0;}
.tjzy p{padding-bottom:2% 0;}
.zyszc {
	width:95%;
	margin:0 auto;
	padding:2% 0;
}
.zyszc .zynr {
	display:flex;
	justify-content:space-around;
	align-items:center;
	margin:5px 0;
	background:#fff;
	overflow:hidden;
}
.zyszc .zynr .zy-litpic {
	width:47.5%;
	margin:10px 0;
}
.zyszc .zynr .zy-litpic img {
	border-radius:8%;
}
.zyszc .zynr dd {
	width:40%;
	text-align:center;
	margin:10px 0;
}
.zyszc .zynr dd h3 {
	font-size:2.8em;
	font-weight:300;
	position:relative;
	color:#ff7800
}
.zyszc .zynr dd p {
	font-size:2.2em;
	margin:5% 0;
}
.zyszc .zynr dd a {
	display:block;
	background:#ff7800;
	font-size:1.8em;
	text-align:center;
	color:#fff;
	padding:4% 0px;
}
.zyszc .zynr dd a.swt {
	background:#c62f2f;
	margin-top:4%;
}


.zpdw{background:#ff7800;padding:2%;}



@media only screen and (max-width:540px),only screen and (max-device-width:540px) {
.wrap{font-size:8.4px;}
}
@media only screen and (max-width:480px),only screen and (max-device-width:480px) {
.wrap{font-size:8px;}
}
@media only screen and (max-width:414px),only screen and (max-device-width:414px) {
.wrap{font-size:7.2px;}
}
@media only screen and (max-width:400px),only screen and (max-device-width:400px) {
}
@media only screen and (max-width:375px),only screen and (max-device-width:375px) {
.wrap{font-size:7px;}
}
@media only screen and (max-width:360px),only screen and (max-device-width:360px) {
}
@media only screen and (max-width:320px),only screen and (max-device-width:320px) {
.wrap{font-size:6.3px;}
}
		
		/*解决苹果手机和实际做出来的不相符*/
input[type="submit"],input[type="reset"],input[type="button"],select,button {
	-webkit-appearance: none;
}

* {
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
	font-family: "Helvetica Neue",Helvetica,"PingFang SC","Microsoft YaHei","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
	-webkit-text-size-adjust: none;
}

html {
	font-size: 12px;
}


ul,li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix {
	clear: none;
}

a {
	text-decoration: none;
	color: #333;
}

.clearfix::after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: "";
}

.clearbeforefix::before {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: "";
}

section,nav {
	background: #fff;
}

#LXB_CONTAINER,#LXB_CONTAINER_SHOW,#LRfloater0 {
	display: none !important;
}

@font-face {
	font-family:'iconfont';src:url('../fonts/iconfont.eot');src:url('../fonts/iconfont.eot') format('embedded-opentype'),url('../fonts/iconfont.ttf') format('truetype'),url('../fonts/iconfont.svg#iconfont') format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.wraper {
	max-width: 640px;
	margin: 0px auto;
	background: #f0f0f0;
	position: relative;
}

header {
	width: 100%;
	position: relative;
}

.top {
	height: 60px;
	width: 100%;
	background: /*#ff7800*/
}

#telInput {
	width: 56%;
	height: 40px;
	border-radius: .5rem;
	border: none;
	outline: 0px;
	text-indent: 5%;
	font-size: 1.6rem;
	color: #999;
	background: #fff;
}

#callBtn {
	width: 20%;
	height: 40px;
	background: #00bc35;
	color: #fff;
	border: 0px;
	font-size: 1.6rem;
}

.top .tel {
	width: 20%;
	height: 40px;
	line-height: 40px;
	background: #333;
	text-align: center;
	font-size: 1.6rem;
}

.top .tel a {
	color: #fff;
}

.logos {
	position: relative;
	height: 60px;
	width: 100%;
	background: #333;
	display: flex;
	flex-flow: row||wrap;
	align-items: center;
	justify-content: space-between;
}

.logos .iconfont {
	font-size: 36px;
	color: #fff;
	animation: shaked 1s ease-in-out infinite;
	-webkit-animation: shaked 1s ease-in-out infinite;
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
	position: absolute;
	top: 10px;
	right: 8px;
}

@keyframes shaked {
	0% {
		transform: rotate(0);
	}

	10% {
		transform: rotate(0);
	}

	20% {
		transform: rotate(-10deg);
	}

	30% {
		transform: rotate(10deg);
	}

	40% {
		transform: rotate(-8deg);
	}

	50% {
		transform: rotate(8deg);
	}

	60% {
		transform: rotate(-5deg);
	}

	70% {
		transform: rotate(5deg);
	}

	80% {
		transform: rotate(-2deg);
	}

	90% {
		transform: rotate(2deg);
	}

	100% {
		transform: rotate(0);
	}
}

@-webkit-keyframes shaked {
	0% {
		transform: rotate(0);
	}

	10% {
		transform: rotate(0);
	}

	20% {
		transform: rotate(-10deg);
	}

	30% {
		transform: rotate(10deg);
	}

	40% {
		transform: rotate(-8deg);
	}

	50% {
		transform: rotate(8deg);
	}

	60% {
		transform: rotate(-5deg);
	}

	70% {
		transform: rotate(5deg);
	}

	80% {
		transform: rotate(-2deg);
	}

	90% {
		transform: rotate(2deg);
	}

	100% {
		transform: rotate(0);
	}
}

.menu-lists {
	background: #333;
/*	overflow: hidden;*/
/*	height: 0px;*/
/*	opacity: 0;*/
	position: absolute;
	top: 60px;
	left: 0px;
	z-index: 777;
	width: 100%;
}

.menu-lists .brandlist {
	height: 0px;
	overflow: hidden;
	border-bottom: 1px solid #444;
}

.menu-lists .brandlist ul li {
	line-height: 40px;
	width: 100%;
}

.menu-lists .brandlist ul li:nth-last-child(1) {
	border: 0;
}

.menu-lists ul li {
	line-height: 40px;
	border-bottom: 1px solid #444;
	width: 90%;
	margin: 0px auto;
}

.menu-lists a {
	color: #ccc;
	font-size: 2.0rem;
}

.menu-lists ul li.menu-list-tel {
	border-bottom: 1px solid #fff;
}

.menu-lists ul li.menu-list-tel a {
	display: flex;
	align-items: center;
	height: 60px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #fff;
}

.menu-lists ul li.menu-list-tel .iconfont {
	font-size: 32px;
}

.menu-lists ul li#brandlist-id {
	position: relative;
	border: 0px;
}

.menu-lists ul li#brandlist-id .iconfont {
	font-size: 30px;
	position: absolute;
	right: 10px;
	color: #ccc;
}

.menu-lists ul li#brandlist-id .iconfont.kai {
	transform: rotate(90deg);
	color: #fff;
	animation: rotek .5s ease;
}

.menu-lists ul li#brandlist-id .iconfont.guan {
	transform: rotate(0deg);
	color: #ccc;
	animation: roteks .5s ease;
}

@keyframes rotek {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(90deg);
	}
}

@keyframes roteks {
	0% {
		transform: rotate(90deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

.logos .off {
	height: 35px;
	width: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	margin-left: 10px;
}

.logos a {
	width: 8%;
}

.logos .off span {
	height: 1px;
	width: 100%;
	background: #fff;
}

.logos .off span.cha {
	transition: all 2s;
	-webkit-transition: all 2s;
	transform-origin: 0 0;
}

.logos .off span:nth-child(1).cha {
	animation: rotes 1s ease;
	transform: rotate(45deg)
}

.logos .off span:nth-child(2).cha {
	animation: rotet 1s ease;
	transform: rotate(-45deg)
}

.logos .off span:nth-child(1).hui {
	animation: rotex 1s ease;
	transform: rotate(0deg)
}

.logos .off span:nth-child(2).hui {
	animation: rotey 1s ease;
	transform: rotate(0deg)
}

@keyframes rotes {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(45deg);
	}
}

@keyframes rotet {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(-45deg);
	}
}

@keyframes rotex {
	0% {
		transform: rotate(45deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

@keyframes rotey {
	0% {
		transform: rotate(-45deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

footer {
	width: 100%;
	background: #fff;
	padding: 10px 0;
	padding-bottom: 20%;
}

footer h5 {
	font-size: 2.2rem;
	color: #666;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	font-weight: normal;
	display: flex;
	align-items: center;
}

footer h5 i {
	background: #ff7800;
	width: .2rem;
	height: 2rem;
	border-radius: .1rem;
	margin-right: 1%;
}

footer form ul li {
	display: flex;
	align-items: center;
	width: 98%;
	margin: 0px auto;
	margin-top: 10px;
}

footer form ul li input {
	width: 100%;
	border: 0px;
	border-radius: 10px;
	border: 2px solid #ff7800;
	height: 40px;
	outline: 0px;
	font-size: 1.8rem;
	background: #fff;
	text-indent: 5px;
	color: #888;
}

footer form ul li p {
	width: 100%;
	font-size: 1.8rem;
	color: #666;
	margin: 0;
	text-align: center;
	line-height: 2;
	font-weight: 300;
}

.button {
	display: block;
	margin: 5px auto;
	width: 98%;
	border-radius: 10px;
	background: #ff7800;
	border: 0px;
	outline: 0px;
	height: 40px;
	font-size: 2.0rem;
}

footer form ul li select {
	text-indent: 5px;
	width: 100%;
	border-radius: 10px;
	border: 0px;
	border: 2px solid #ff7800;
	height: 50px;
	outline: 0px;
	font-size: 1.8rem;
	/* color: #888; */
	background: #fff;
}

footer address {
	position: relative;
}

footer address .adzx {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	bottom: 14%;
	right: 10%;
	width: 40%;
}

footer address .adzx a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 48%;
	font-style: normal;
	color: #fff;
	font-size: 1.6rem;
}

footer .xxinfo p {
	font-size: 1.4rem;
	text-align: center;
	color: #999;
}

.reg_error {
	color: #c60;
}

.reg_error li {
	font-size: 1.3rem;
}

.db {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 12;
}

.dbL {
	max-width: 640px;
	margin: 0px auto;
}

.dbL p {
	background: #ff7800;
	text-align: center;
	padding: 7px 0;
	font-size: 2.0rem;
}

.dbL p a {
	color: #fff;
}

.dbL ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.dbL ul a {
	width: 25%;
	display: block;
	text-align: center;
	background: #000;
	color: #fff;
	padding-top: 10px;
}

.dbL ul a li {
	border-right: 1px solid #666;
	padding-bottom: 10px;
	font-size: 1.8rem;
}

.dbL ul a li * {
	display: block;
}

.dbL ul a li i.iconfont {
	font-size: 3.0rem;
}

.dbL ul a:nth-last-child(1) li {
	border: 0px;
}

.dhk {
	position: fixed;
	width: 100%;
	background: #e5e5e5;
	z-index: 16;
	bottom: -300px;
	left: 0;
	font-size: 10px;
}

.dhk h6 {
	background: #5ba4ed;
	padding: 5px;
	color: #fff;
	font-size: 1.8em;
	font-weight: normal;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.dhk h6 i.iconfont {
	padding: 0px 15px;
	font-size: 1.4em;
}

.dh {
	background: url(../images/mnzxls.png)no-repeat 5px 0px;
	background-size: 35px;
	margin-top: 10px;
}

.dhk p,.dhk mark {
	margin-left: 50px;
}

.dhk mark {
	background: none;
	font-size: 1.6em;
	color: #999;
}

.dhk p {
	font-size: 1.4em;
	height: 30px;
	line-height: 30px;
	padding: 0 6px;
	margin-top: 3px;
	background: #f9f9f9;
	position;relative;border-radius: 5px;
	color: #666;
	width: 280px;
	position: relative;
}

.dhk p:before {
	content: "";
	position: absolute;
	left: -8px;
	top: 9px;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-right: 10px solid #f9f9f9;
	border-bottom: 5px solid transparent;
}

.dhk p:after {
	position: absolute;
	right: -10px;
	top: 2px;
	content: '';
	width: 6px;
	height: 6px;
	background: #E80000;
	border-radius: 100%;
}

.sr {
	display: flex;
	margin: 10px 0;
	justify-content: space-around;
}

.sr input {
	width: 40%;
	outline: none;
	border: 0px;
	font-size: 1.8em;
	padding-left: 5px;
}

.sr * {
	border-radius: 5px;
}

.sr a {
	padding: 5px 0;
	font-size: 1.8em;
	text-align: center;
	color: #fff;
}

.sr .srbutton {
	width: 25%;
	background: #5ba4ed;
}

.sr .bddh {
	width: 30%;
	background: #7a7aff;
}


.center-window {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 10000;
	font-size:100px;
}
.center-window .mubu{width:100%;height:100%;background:rgb(0,0,0);opacity:.3;top:0px;left:0px;}
.center-window form{position: absolute;
    top: 45%;
    left: 50%;
    width: 100%;
    max-width: 640px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	z-index:10000
}

.center-window form .formt{height:2.22em;}
.center-window form i{position:absolute;top:10px;right:10px;font-size:.4em;color:#fff;}
.center-window form .formc{
	padding-top:.3em;
	position:relative;
	width:3.54em;
margin:0 auto;
background-color: #fff;
border-radius: 17px;


}





.center-window form .formc div{}
.center-window form .formwrap{position:relative;}
.center-window form .formc div.put-text mark{font-size:.12em;color:#000;display:block;width:80%;margin:0px auto;}
.center-window form .formc div input{font-size:.18em;display:block;}
.center-window form .formc div.put-text input{width:80%;margin:10px auto;height:35px;border-radius:80px;border:1px solid #ccc;text-indent:10px;margin-bottom:5px;}
.center-window form .formc div.choice input{display:none;}
.center-window form .formc div.choice{padding:0 0 0 10px;}
.center-window form .formc div.choice span{font-size:.18em;display:block;margin:10px 0;}
.center-window form .formc div.choice .rado{display:flex;flex-wrap:wrap;}
.center-window form .formc div.choice label{font-size:.16em;display:block;display:block;border:1px solid #ccc;margin-right:10px;margin-bottom:10px;padding:5px 10px;}
.center-window form .formc div.buttonc{display:flex;padding:10px 0;justify-content:space-around;}
.center-window form .formc div.buttonc *{font-size:.18em;display:block;width:40%;background:#ff7800;border:0px;color:#fff;text-align:center;padding:5px 0;border-radius:50px;}

.center-window form .formc h5{
	text-aligN:center;
	position: absolute;  
    top: 0;
    left: 50%;
width:14em;
height:2em;
line-height:1.7;
background: url(../images/botommtitlebg.png) center no-repeat;
  background-size: auto auto;
    background-size: cover;
font-size:.18em;
color: #fff;
 -webkit-transform: translate(-50%,-45%);
    -moz-transform: translate(-50%,-45%);
    -ms-transform: translate(-50%,-45%);
    transform: translate(-50%,-45%);

}



.center-window form .topbg{
    position: absolute;
    width: 100%;
	height:2.02em;
	top:0;
	left:0;
    background: url(../images/topbg.png) center no-repeat;
}


@media only screen and (max-width:540px),only screen and (max-device-width:540px) {
.center-window{font-size:95px;}
}
@media only screen and (max-width:480px),only screen and (max-device-width:480px) {
	.center-window{font-size:85px;}
}
@media only screen and (max-width:415px),only screen and (max-device-width:415px) {
	.center-window{font-size:80px;}
}
@media only screen and (max-width:361px),only screen and (max-device-width:361px) {
	.center-window{font-size:70px;}
}

@media only screen and (max-width:320px),only screen and (max-device-width:20px) {
	.center-window{font-size:65px;}
}
#callBtnzj {
	width: 28.6%;
	border: 0px;
	background: #00bc35;
	color: #fff;
	border-radius: 0px 30px 30px 0px;
	text-indent: 0px;
}



.rightxf {
	width: 40px;
	bottom: 45%;
	right: 0;
	margin: auto;
	position: fixed;
	z-index: 999;
	background:#00aef1;
	font-size:16px;
	padding:3px;
	text-align:center;
	color:#fff;
	opacity:0;
	display:none;
}

@media only screen and (max-width:540px),only screen and (max-device-width:540px) {
	#telInput,#callBtn,.top .tel {
		font-size: 1.6rem;
	}

	.menu-lists a {
		font-size: 1.8rem;
	}

	footer h5 {
		font-size: 2.0rem;
	}

	footer form ul li input,footer form ul li select,footer form .button,footer form ul li p {
		font-size: 1.6rem;
	}

	.dbL p {
		font-size: 1.6rem;
	}

	.dbL ul a li {
		font-size: 15px;
	}

	.dbL ul a li i.iconfont {
		font-size: 2.0rem;
	}

	.dhk {
		font-size: 9px;
	}

	
}

@media only screen and (max-width:480px),only screen and (max-device-width:480px) {
	#telInput,#callBtn,.top .tel {
		font-size: 1.5rem;
	}

	.menu-lists a {
		font-size: 1.6rem;
	}

	footer address .adzx a {
		font-size: 1.6rem;
	}

	footer {
		padding-bottom: 25%;
	}

	.sr input,.sr a {
		font-size: 1.7rem;
	}
	
	
	
}

@media only screen and (max-width:414px),only screen and (max-device-width:414px) {
	#telInput,#callBtn,.top .tel {
		font-size: 1.4rem;
	}

	footer h5 {
		font-size: 1.5rem;
	}

	footer form ul li input,footer form ul li select,footer form .button,footer form ul li p {
		font-size: 0.4rem;
	}

	footer address .adzx a {
		font-size: 1.5rem;
		height: 28px;
		line-height: 28px;
	}

	footer .xxinfo p {
		font-size: 1.3rem;
	}

	footer {
		padding-bottom:0;
	}

	.sr input,.sr a {
		font-size: 1.6rem;
	}

	.dhk {
		font-size: 8px;
	}

	
}

@media only screen and (max-width:400px),only screen and (max-device-width:400px) {
	#telInput,#callBtn,.top .tel {
		font-size: 1.4rem;
	}
}

@media only screen and (max-width:375px),only screen and (max-device-width:375px) {
	#telInput,#callBtn,.top .tel {
		font-size: 1.3rem;
	}

	footer address .adzx a {
		font-size: 1.4rem;
	}

	.dbL p {
		font-size: 1.4rem;
	}

	.dbL ul a li {
		font-size: 1.4px;
	}

	.dbL ul a li i.iconfont {
		font-size: 2.0rem;
	}

	.sr input,.sr a {
		font-size: 1.5rem;
	}

	.dhk {
		font-size: 7px;
	}

	.dhk {
		font-size: 8px;
	}

	
}

@media only screen and (max-width:360px),only screen and (max-device-width:360px) {
	#telInput,#callBtn,.top .tel {
		font-size: 1.3rem;
	}

	footer address .adzx a {
		font-size: 0.3rem;
	}

	footer .xxinfo p {
		font-size: 1.2rem;
	}

	.sr input,.sr a {
		font-size: 1.4rem;
	}
	
}

@media only screen and (max-width:320px),only screen and (max-device-width:320px) {
	#telInput,#callBtn,.top .tel {
		font-size: 1.2rem;
	}

	footer address .adzx a {
		font-size: 1.2rem;
		height: 30px;
		line-height: 30px;
	}

	.dbL p {
		font-size: 1.3rem;
	}

	.dbL ul a li {
		font-size: 12px;
	}

	.dbL ul a li i.iconfont {
		font-size: 2.0rem;
	}

	footer {
		padding-bottom: 30%;
	}

	.dhk h6 {
		font-size: 1.6rem;
	}

	.sr input,.sr a {
		font-size: 1.3rem;
	}

	.dhk {
		font-size: 6px;
	}
}

.top {
	top: 0px;
	position: fixed;
	z-index: 11;
	opacity: 0;
	max-width: 640px;
	margin: 0px auto;
}

.top-wrap {
	-moz-box-shadow: 1px 1px 1px #e5e5e5;
 /* 老的 Firefox */
	box-shadow: 1px 1px 1px #e5e5e5;
	box-shadow: 1px 1px 1px #e5e5e5;
	border-radius: 5px;
	height: 60px;
	background: #fff;
	display: flex;
	flex-flow: row||wrap;
	align-items: center;
	justify-content: space-around;
	width: 95%;
	color: #666;
	;margin: 0px auto;
}

.topwx-img {
	display: flex;
	flex-flow: row||wrap;
	align-items: center;
	justify-content: space-around;
}

.topwx-img mark {
	background: none;
	font-size: 2.0rem;
	padding-left: 4px;
}

.topzxs-zx p {
	font-size: 1.4rem;
}

.topzxs-zx p:nth-of-type(1) {
	font-size: 1.8rem;
}

.topwx-time {
	display: flex;
	flex-flow: row||wrap;
	align-items: center;
	justify-content: space-between;
}

.topwx-time i,.topwx-time span {
	display: block;
}

.topwx-time i {
	width: 20px;
	height: 20px;
	background: #dd4e41;
	color: #fff;
	text-align: center;
	line-height: 20px;
	border-radius: 100%;
}

.topwx-time span {
	margin-left: 15px;
	font-size: 1.4rem;
}

.top.opacityshow {
	animation: opacityshow 2s ease;
	opacity: 1;
	filter: alpha(opacity=100)
}

.top.opacityhide {
	animation: opacityhide 2s ease;
	opacity: 0;
	filter: alpha(opacity=0);
}

@keyframes opacityshow {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
		z-index: 0;
	}

	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		z-index: 11;
	}
}

@-webkit-keyframes opacityshow {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
		z-index: 0;
	}

	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		z-index: 11;
	}
}

@-moz-keyframes opacityshow {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
		z-index: 0;
	}

	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		z-index: 11;
	}
}

@keyframes opacityhide {
	0% {
		opacity: 1;
		filter: alpha(opacity=1);
		z-index: 11;
	}

	100% {
		opacity: 0;
		filter: alpha(opacity=0);
		z-index: 0;
	}
}

@-webkit-keyframes opacityhide {
	0% {
		opacity: 1;
		filter: alpha(opacity=1);
		z-index: 11;
	}

	100% {
		opacity: 0;
		filter: alpha(opacity=0);
		z-index: 0;
	}
}

@-moz-keyframes opacityhide {
	0% {
		opacity: 1;
		filter: alpha(opacity=1);
		z-index: 11;
	}

	100% {
		opacity: 0;
		filter: alpha(opacity=0);
		z-index: 0;
	}
}

.logos {
	background: #fff;
}

.logos .off span {
	background: #828282;
}

.logos .iconfont {
	color: #828282;
}



@media only screen and (max-width:400px),only screen and (max-device-width:400px) {
	.topzxs-zx p {
		font-size: 1.2rem;
	}

	.topzxs-zx p:nth-of-type(1) {
		font-size: 1.6rem;
	}

	.topwx-img mark {
		font-size: 1.8rem;
	}
}

.tx span {
	display: block;
	padding-top: 5px;
	color: #ff8000;
}

.footer-b{ background-color:#fff!important;}





		
		