/******************* reset start *******************/
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	/*font-size: 100%;*/
	outline: none;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
html,body{
	font-family: 'robotolight',Arial,Verdana,sans-serif;
	-webkit-overflow-scrolling:touch;
}
h1,h2,h3,h4,h5,h6 {font-weight: normal;}
a {outline: none;}
ul {list-style: none;}
em {font-style: normal;}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: top;
}
::-moz-selection {
	background: #4c9ff1;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #4c9ff1;
	color: #fff;
	text-shadow: none;
}
.cf:before,.cf:after { 
	content:"";
	display:table;
} 
.cf:after {clear: both;}
.cf {*zoom: 1;}
.left {float:left;}
.right {float: right;}
#yll{display: none;}
/******************* reset end *******************/

/******************* nav start *******************/
.nav-wrap {
	position: fixed;
	top: 0;left: 0;
	z-index: 9999;
	width: 100%;
	height: 50px;
	padding: 20px 0;
	-webkit-transition: height 300ms ease-in;
	-moz-transition: height 300ms ease-in;
	-ms-transition: height 300ms ease-in;
	-o-transition: height 300ms ease-in;
	transition: height 300ms ease-in;
}
#masthead-ie-mask{
	position: fixed;
	top: 0;
	left: 0;
	height: 60px;
	width: 100%;
	z-index: 8888;
	opacity: 0;
	filter:alpha(opacity=0);
}
.hd {
	height: 28px;
	padding:16px 0;
	background: rgba(0,0,0,0.5);
}
.nav-wrap .nav-con {
	margin:0 auto;
	max-width: 1140px;
	height: 100%;
}
.nav-wrap .nav-con .phone-nav {display: none;}
.nav-wrap .nav-con .left {background-image: none;}
.nav-wrap .nav-con .left,
.nav-wrap .nav-con a img {height: 100%;float: left;}
.nav-wrap .nav-con ul li {float: left;margin-left: 23px;position:relative;top:0;left:0;}
.nav-wrap .nav-con ul li a {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom:1;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	-webkit-transition: color .3s linear,line-height .3s linear;
	-moz-transition: color .3s linear,line-height .3s linear;
	-o-transition: color .3s linear,line-height .3s linear;
	-ms-transition: color .3s linear,line-height .3s linear;
	transition: color .3s linear,line-height .3s linear;
}
.hd .nav-con ul li a {line-height: 28px;}
.nav-wrap .nav-con ul li a span {
	position: absolute;
	bottom: 14px;
	left: 50%;
	width: 0;
	height: 1px;
	margin-top: 5px;
	background: #fff200;
	opacity: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;	
}
.hd .nav-con ul li a span {bottom: 3px;}
.nav-wrap .nav-con ul li a:hover,
.nav-wrap .nav-con ul li a:hover span {
	color: #fff200;
	left: 0;
	width: 100%;
	opacity: 1;
}
#raise .choose a {
	color: #fff200;
}

/*footer*/
.footer {
	position: relative;
	margin-top: 13px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	z-index: 8888;
	background-color:rgba(255,255,255,.05);
}
.footer div {text-align:center;overflow: hidden;margin:0 auto;height: 100%;}
.footer .f-version,
.footer .f-text a {font-size: 12px;color:#E5E5E5;}
.footer .f-text a:hover {opacity: .7;filter:alpha(opacity=70);}
.footer span {
	display: inline-block;
	*display: inline;
	*zoom:1;
	height: 100%;
}
.footer .f-line,
.footer br {display: none;}
.footer .f-text {float: right;}
.footer var {
	display: inline-block;
	*display: inline;
	*zoom:1;
	width: 1px;
	height: 11px;
	background: #fff;
	margin: -1px 6px 0;
	*margin:4px 6px 0;
	vertical-align: middle;
	overflow: hidden;
}
.footer .lg-wrap{
	position: absolute;
	top: 30px;
	left:auto;
	right: 150px;
	width:90px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	color:#E5E5E5;
	text-align: center;
	cursor:pointer;
	overflow: visible;
}
.footer .lg{position:static;height: 100%;width: 100%;}
.footer .lg-nor{background:url('../images/la_bg.png') 0 0 repeat;}
.footer .lg-hover{background:url('../images/la_bg.png') 0 -27px repeat;}
.footer .lg-wrap ul{
	display: none;
	position: absolute;
	left: 0;
	bottom:26px;
	overflow: hidden;
}
.lg-wrap ul li{
	width: 90px;
	height: 26px;
	margin-bottom: 1px;
}
.lg-wrap ul li a{display: block;width: 100%;height: 100%;}
.lg-wrap ul li a:hover{
	background:url('../images/la_bg.png') 0 -54px repeat;
}
.lg-wrap ul li a{color:#E5E5E5;}
@media screen and (max-width:1280px) and (min-width:1025px){
	.nav-con{ width:1024px;}
}
@media screen and (max-width:1120px) {
	.footer .lg-wrap{ right: 80px;}
}
@media screen and (max-width:1024px) and (min-width:768px){
	.nav-con{ width:750px;}
	.footer .lg-wrap{ right: 30px;}
}
@media screen and (max-width:900px) {
	/*.footer div{position: absolute;left: 40px;overflow: visible;}
	.footer .lg-wrap{ right: -126px;}*/
}
@media only screen and (max-width:767px){
	/*****************nav*****************/
	#raise .nav-wrap {
		height: 2.2em;
		padding:1em 0;
		-webkit-transition: height 100ms ease-in;
		-moz-   transition: height 100ms ease-in;
		-ms-    transition: height 100ms ease-in;
		-o-     transition: height 100ms ease-in;
		        transition: height 100ms ease-in;
	}
	#raise .hd {height: 1.6875em;padding:0.7em 0;}
	#raise .nav-wrap .nav-con {text-align: center;}
	#raise .nav-wrap .nav-con .phone-nav {
		display: block;
		position: absolute;
		top: 50%;
		left: 0.8em;
		background-position: 0 0;
		width: 1.25em;
		height: 1.1875em;
		margin-top: -0.8em;
	}
	#raise .hd .nav-con .phone-nav {margin-top: -0.6em;}
	#raise .nav-wrap .nav-con ul {
		display: none;
		position: absolute;
		width: 100%;
		left: 0;
		top: 100%;
		padding:0 0;
		background-color: rgba(0,0,0,0.8);
	}
	#raise .nav-wrap .nav-con ul li,
	#raise .nav-wrap .nav-con ul li a{
		position: static;
		float: none;
		display: block;
		text-align: left;
		width: 100%;
		height: 100%;
		margin:0;
		padding:0;
		-webkit-transition:none;
		-moz-transition:none;
		-ms-transition:none;
		-o-transition:none;
		transition:none;
	}
	#raise .nav-wrap .nav-con ul li {
		height:2.9em;
		padding-left: .8em;
		-webkit-box-sizing: border-box;
		-moz-   box-sizing: border-box;
		-ms-    box-sizing: border-box;
		-o-     box-sizing: border-box;
		        box-sizing: border-box;
	}
	#raise .nav-wrap .nav-con .infeed li{float:left;}
	#raise .nav-wrap .nav-con .infeed li:nth-child(1){width: 22%;}
	#raise .nav-wrap .nav-con .infeed li:nth-child(3){width: 50%;}
	#raise .nav-wrap .nav-con .infeed li:nth-child(2){width: 50%;}
	#raise .nav-wrap .nav-con .infeed li:nth-child(4){width: 22%;}
	#raise .nav-wrap .nav-con .infeed li:nth-child(5){width: 22%;}
	#raise .nav-wrap .nav-con .infeed li a{font-size: .9em;}
	#raise .nav-wrap .nav-con ul li a {height:2.9em;line-height: 2.9em;font-size: 1.025em;}
	#raise .nav-wrap .nav-con ul li a span {display: none;}
	#raise .nav-wrap .left img {display: none;}
	#raise .nav-wrap .left {
		float: none;
		display: inline-block;
		*display: inline;
		*zoom:1;
		background-position: -9em -6em;
		width: 11em;
		height: 2em;
	}
	#raise .hd .left {
		background-position: -2em -2em;
		width: 6em;
		height: 2em;
	}
	#raise li.choose {background: rgba(255,255,255,0.3);}

	/*****************footer*****************/
	.footer {height: auto;padding:0 .5em;line-height: normal;}
	.footer div {width: 100%;position: static;}
	.footer .f-text,
	.footer .f-version {float: none;width: auto;margin-right: 0;padding-left: 2em;}
	.footer .f-text var {display: none;}
	.footer .f-version {height: 4em;line-height: 4em;font-size: .7em;padding-left:0;}
	.footer .f-text a {
		display: inline-block;
		*display: inline;
		*zoom:1;
		width: 7em;
		height: 2.5em;
		font-size: .94em;
		line-height: 2.5em;
		margin: 0 2.5em .6em 0;
	}
	.footer .f-text a:active {background: rgba(255,255,255,.3);}
	.footer .f-line {
		display: block;
		width: 100%;
		height: 1px;
		background-color: rgba(299,299,299,.5);
		overflow: hidden;
	}
	.footer br {display: block;}
	.footer .lg-wrap{
		position: static;
		width: 100%;
		height: 3em;
		line-height: 3em;
		margin-bottom: 1.3em;
	}
	.footer .lg{font-size: 1.36em;}
	.footer .lg-nor{background-image: none;background-color: rgba(255,255,255,.1);}
	.footer .lg-hover{background-image: none;}
	.footer .lg-wrap ul {
		bottom: 0;
		width: 100%;
		background-color: rgba(0,0,0,0.8);
	}
	.footer .lg-wrap ul li{
		width: 100%;
		height: 2.7em;
		font-size: 1.3em;
		line-height: 2.7em;
		margin-bottom: 0;
	}
	.footer .lg-wrap ul li a:hover{background:none;}

	.dropdown1 {
		position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0 0;
    background-color: rgba(0,0,0,1);
		display: none;
		float: right;
		list-style: none;
	}
	
	.dropdown1::-webkit-scrollbar {
		width: 3px;
	}
	
	.dropdown1::-webkit-scrollbar-thumb {
		background: #d8d8d8;
		border-radius: 10px;
	}
	
	.dropdown1::-webkit-scrollbar-track-piece {
		background: transparent;
	}
	
	.dropdown2 {
		background: url('../images/drop_down.png') no-repeat;
		background-size: 100% 100%;
		position: absolute;
		left: -20px;
		top: 50px;
		width: 120px;
		padding-left: 20px;
		display: none
	}
	
	.drop-item {
		/* padding-top: 10px; */
		width: 100%;
		padding-left: 0.8em;
		box-sizing: border-box;
	}
	
	.nav-wrap .drop-item .tools {
		font-size: 14px;
		line-height: 30px;
	}
	
	.drop-item:last-child {
		padding-bottom: 10px;
	}
	
	.f-right {
		text-align: right;
	}
	
	.f-left {
		text-align: left;
	}
}