@charset "utf-8";
/*  */
@charset "utf-8";
.mobile-inner {
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	_position: absolute;
	z-index: 999;
 _bottom:expression(documentElement.scrollTop);
	background: #161516;
}
.mobile-inner-header {
	background-color: #161516;
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.mobile-inner-header-icon {
	color: #ffffff;
	height: 50px;
	font-size: 25px;
	text-align: center;
	float: right;
	width: 50px;
	position: relative;
	background: url(images/bg_2.png) center center no-repeat;
	background-size: 22px 15px;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.mobile-inner-header-icon:hover {
	background-color: rgba(255,255,255,0.2);
	cursor: pointer;
}
.mobile-inner-header-icon span {
	display: none;
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 1px) / 2);
	width: 25px;
	height: 3px;
	background-color: #fff;
}
.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(4px) rotate(0deg);
}
.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-4px) rotate(0deg);
}
.mobile-inner-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}
.mobile-inner-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}
@keyframes clickfirst {
 0% {
 transform:translateY(4px) rotate(0deg);
}
 100% {
 transform:translateY(0) rotate(45deg);
}
}
@keyframes clicksecond {
 0% {
 transform:translateY(-4px) rotate(0deg);
}
 100% {
 transform:translateY(0) rotate(-45deg);
}
}
.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}
.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}
 @keyframes outfirst {
 0% {
 transform:translateY(0) rotate(-45deg);
}
 100% {
 transform:translateY(-4px) rotate(0deg);
}
}
 @keyframes outsecond {
 0% {
 transform:translateY(0) rotate(45deg);
}
 100% {
 transform:translateY(4px) rotate(0deg);
}
}
.mobile-inner-nav {
	background-color: #222;
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0px;
	display: none;
	font-family: 'microsoft yahei';/*filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;*/
}
.mobile-inner-nav a {
	float: left;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-decoration: none;
	width: 50%;
	font-size: 16px;
	text-indent: 20px;
	color: #fff;
	border-bottom: solid 1px #333;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-weight: 300;
}
.mobile-inner-nav a:hover {
	color: #fff;
	background: #e94c3d;
}
.mobile-inner-nav a {
/*-webkit-animation-duration:0.5s;
		animation-duration:0.5s;
		-webkit-animation-fill-mode:both;
		animation-fill-mode:both;
		-webkit-animation-name:returnToNormal;
		animation-name:returnToNormal;*/
}
 @-webkit-keyframes returnToNormal {
 0% {
 opacity:0;
 -webkit-transform:translate3d(0, -100%, 0);
 transform:translate3d(0, -100%, 0);
}
 100% {
 opacity:1;
 -webkit-transform:none;
 transform:none;
}
}
 @keyframes returnToNormal {
 0% {
 opacity:0;
 -webkit-transform:translate3d(0, -100%, 0);
 transform:translate3d(0, -100%, 0);
}
 100% {
 opacity:1;
 -webkit-transform:none;
 transform:none;
}
}

.color1{
	background: -webkit-linear-gradient(left bottom, #f4f4a4, #08bddb);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f4f4a4', endColorStr='#08bddb', gradientType='1');
	background: -moz-linear-gradient(left bottom, #f4f4a4, #08bddb);
	background: -o-linear-gradient(left bottom, #f4f4a4, #08bddb);
}
.color2{
	background: -webkit-linear-gradient(left bottom, #08bddb,#f4f4a4);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#08bddb', endColorStr='#f4f4a4', gradientType='1');
	background: -moz-linear-gradient(left bottom, #08bddb,#f4f4a4);
	background: -o-linear-gradient(left bottom, #08bddb,#f4f4a4);
}
.color3{
	background: -webkit-linear-gradient(left bottom, #233b3f, #08bddb);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#233b3f', endColorStr='#08bddb', gradientType='1');
	background: -moz-linear-gradient(left bottom, #233b3f, #08bddb);
	background: -o-linear-gradient(left bottom, #233b3f, #08bddb);
}
.color4{
	background: -webkit-linear-gradient(left bottom, #233b3f, #08bddb);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#233b3f', endColorStr='#08bddb', gradientType='1');
	background: -moz-linear-gradient(left bottom, #233b3f, #08bddb);
	background: -o-linear-gradient(left bottom, #233b3f, #08bddb);
}
.color5{
	background: -webkit-linear-gradient(left bottom, #233b3f, #08bddb);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#233b3f', endColorStr='#08bddb', gradientType='1');
	background: -moz-linear-gradient(left bottom, #233b3f, #08bddb);
	background: -o-linear-gradient(left bottom, #233b3f, #08bddb);
}
.news1{width:100%;height:40px;line-height:40px;text-align: center;font-weight:bold;padding-bottom: 4px;margin-bottom:5px;}
.news1 a{color:#fff;width:100%;height:40px;line-height:40px;display:block;font-size: ;}
.news1 a:hover{color:#cc0000;}

.footer-nav {width:100%;height: 80px;border-top: 1px solid #ccc;}
.footer-nav a{width:49.5%;height: 80px;display:inline-block;background: #fff;float: left;}
.footer-nav a img{width:30px;height: 30px;float:left;margin: 25px 10px 20px 10px;}
.footer-nav a h3{font-size: 22px;
    height: 80px;
    line-height: 80px;
    float: left;
}
.footer-nav .about-us{border-right: 1px solid #ccc;}


@media screen and (min-width:1200px){
	.news1 a {font-size: 29px;}
}
@media screen and (min-width: 960px) and (max-width: 1199px){
	.news1 a {font-size: 28px;}
}
@media screen and (min-width: 768px) and (max-width: 959px){
	.news1 a {font-size: 28px;}
}
@media screen and (min-width: 640px) and (max-width:767px){
	.news1 a {font-size: 28px;}
}
@media only screen and (min-width: 480px) and (max-width: 639px){
	.news1 a {font-size: 20px;}
}
@media only screen and (min-width: 320px) and (max-width:479px){
	.news1 a {font-size: 15px;}
}
@media only screen and (min-width: 240px) and (max-width:319px){
	.news1 a {font-size: 13px;}
}
@media only screen and (max-width:239px){
	.news1 a {font-size: 12px;}
}