@charset "gb2312";
/*css reset*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html{font-size: 62.5%;}
body{font-size: 1.4rem;}
html,body,p{ padding: 0; margin: 0; font-family: "Î¢ÈíÑÅºÚ",Arial,"ËÎÌå",sans-serif;line-height: 1;}
p{text-align: justify;}
ol, ul {list-style: none; padding: 0; margin: 0;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; }
table {border-collapse: collapse; border-spacing: 0;}
th,td { vertical-align: middle;}
a{text-decoration:none;	outline: none;hlbr:expression(this.onFocus=this.blur());}
input, select {vertical-align: middle;padding: 0;border: 0 none;}
img, iframe {border: none; text-decoration:none;}
strong {font-weight: bold;}
h1,h2,h3,h4,h5,h6{padding: 0; margin: 0; font-family: "Î¢ÈíÑÅºÚ",Arial,"ËÎÌå",sans-serif;}
:focus {outline: 0;}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #999;
}
/*css common*/
.f-left {float: left;}
.f-right {float: right;}
.clearfix:after{content: "";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;font-size:0;}
.clearfix{*zoom:1;}
.nodisplay{display: none;}
html, body{min-height: 100%;width: 100%;}
#main{clear: both;}
#nav-top{
	position: fixed;
	top: 70%;
	right: 4%;
	display: none;
	z-index: 99999;
}
.header1{
	height: 90px;
	line-height: 90px;
	background-color: #ededed;
}
.header2{
	display: none;
}
.header2 .logo{margin-top:10px; z-index:999; position:relative}
.header1 img{
	vertical-align: middle;
}
.header1 .logo{
	margin-left: 40px;
	margin-right: 42px;
}
.header1 .f-left,.header1 .f-right{
	height: 90px;
}
.header1 .nav a{
	font-size: 14px;
	color: #333;
	margin-right: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.header1 .nav a:hover,.header1 .nav a.active{
	color: #c0192a;
	border-bottom: 1px solid #d42234;
}
.header1 .nav a.last{
	margin-right: 0;
}
.header1 .f-right div,.header2 .f-right div{
	display: inline-block;
	z-index:999;
	position:relative
}
.header1 .f-right .tel{
	margin-left: 6px;
	margin-right: 40px;
}
.header1 .f-right .code,.header2 .f-right .code{
	position: relative;
	z-index:999;
}
.header1 .f-right .code .qr,.header2 .f-right .code .qr{
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -43px;
	display: none;
	z-index: 9999;
	width: 86px;
	height: 86px;
}
.header2 .f-right .code.active .qr,.header1 .f-right .code:hover .qr{
	display: block;
	z-index:999;
	position:relative
}
#footer{
	padding-top: 38px;
	padding-bottom: 53px;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: center 38px;
}
#footer .main-block{
	margin-bottom: 50px;
	padding-top: 32px;
	min-height: 236px;
	text-align: center;
}
#footer .main-block ul{
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
}
#footer .main-block ul li{
	line-height: 24px;
	color: #444;
}
#footer .main-block ul li.first{
	padding-bottom: 7px;
}
#footer .main-block ul li a{
	color: #a1a1a1;
}
#footer .main-block ul li a:hover{
	text-decoration: underline;
}
#footer .main-block ul.line1{
	text-align: right;
}
#footer .main-block ul.line1{
	text-align: right;
	padding-left: 0;
}
#footer .main-block ul.line1 .logo{
	margin-bottom: 20px;
}
#footer .main-block ul.line1 .qr{
	width: 86px;
	height: 86px;
}
#footer .main-block ul.line1 p{
	font-size: 14px;
	color: #a1a1a1;
	text-align: right;
	padding-top: 10px;
}
#footer .main-block ul.line3,#footer .main-block ul.line4{
	padding-left: 5%;
}
#footer .main-block ul.line2{
	padding-left: 5%;
}
#footer .copyright{
	text-align: center;
	font-size: 11px;
	color: #444;
	font-family: Arial;
}
/*ÊÖ»úµ¼º½²ã*/
.mobile-cover{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 9999;
	display: none;
}
#slidenav{
	width: 47%;
	height: 100%;
	background-color: #f2f2f2;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10000;
	display: none;
}
#slidenav.active{
	transform:translateX(0px);
	-webkit-transform:translateX(0px);
}
#slidenav li a{
	display: block;
	height: 52px;
	line-height: 52px;
	border: 1px solid #d8d8d8;
	border-top: none;
	padding-left: 16%;
	color: #848484;
	font-size: 1.4rem;
}
#slidenav li.active a{
	background-color: #ddd;
	color: #262626;
}
@media only screen and (max-width: 1366px){
	.header1 .nav a{
		margin-right:20px;
	}
}
@media only screen and (max-width: 1280px){
	.header1 .nav a{
		margin-right:15px;
	}
}
@media only screen and (max-width: 1160px){
	.header1 .logo{
		margin-left:10px;
		margin-right:10px;
		width:100px;
	}
	.header1 .f-right .tel{
		margin-right:30px;
	}
}
@media only screen and (max-width: 1024px){
	.header1 .nav a{
		margin-right:5px;
	}
	.header1 .logo{
		margin-left:10px;
		margin-right:10px;
		width:100px;
	}
	.header1 .f-right .tel{
		margin-right:10px;
	}
}
@media only screen and (max-width: 940px){
	#nav-top{
		display: none!important;
	}
	#slidenav{
		display: block;
		transform: translateX(100%);
		transition: all 0.3s ease 0.1s;
		-webkit-transform: translateX(100%);
		-webkit-transition: all 0.3s ease 0.1s;
	}
	.header1,.page-nav{
		display: none;
	}
	.header2{
		display: block;
	}
	.header2{
		height: 70px;
		line-height: 70px;
	}
	.header2 .nav{
		height: 70px;
	}
	.header2 .logo{
		width: 81px;
		height: 21px;
		margin-left: 15px;
		margin-right: 0;
	}
	.header2 .f-right{
		margin-right: 9px;
	}
	.header2 .f-right div{
		margin-right: 6px;
	}
	.header2 .f-right img{
		width: 28px;
		height: 28px;
	}
	.header2 .f-right .code .qr{
		margin-left: -22px;
		width: 43px;
		height: 43px;
	}
	#footer{
		padding-top: 15px;
		padding-bottom: 17px;
	}
	#footer .main-block{
		display: none;
	}
	#footer .copyright{
		font-size: 12px;
	}
}
@media only screen and (max-width: 414px){
	#nav-top{
		display: none;
	}
	#slidenav{
		display: block;
		transform: translateX(100%);
		transition: all 0.3s ease 0.1s;
		-webkit-transform: translateX(100%);
		-webkit-transition: all 0.3s ease 0.1s;
	}
	.header1,.page-nav{
		display: none;
	}
	.header2{
		display: block;
	}
	.header2{
		height: 70px;
		line-height: 70px;
	}
	.header2 .nav{
		height: 70px;
	}
	.header2 .logo{
		width: 81px;
		height: 21px;
		margin-left: 15px;
		margin-right: 0;
	}
	.header2 .f-right{
		margin-right: 9px;
	}
	.header2 .f-right div{
		margin-right: 6px;
	}
	.header2 .f-right img{
		width: 28px;
		height: 28px;
	}
	.header2 .f-right .code .qr{
		margin-left: -180px;
		width: 200px;
		height: 200px;
	}
	#footer{
		padding-top: 15px;
		padding-bottom: 17px;
	}
	#footer .main-block{
		display: none;
	}
	#footer .copyright{
		font-size: 0.6rem;
	}
}
.ichat_off li p {
  line-height: inherit;
}
.ichat_new_kf2 div p{text-align:center}
.ichat_new *{line-height: inherit;}
.ichat_call p {
  font-size: 16px;
  line-height: 24px;
  text-indent: 2em;
}