﻿@charset "utf-8";
/* CSS Document */
html, body {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-family: "微软雅黑";
	background: #fff;
	text-align: center;
	-webkit-text-size-adjust: none;
}
a {
	color: #666666;
	text-decoration: none;
	outline: 0px none;
 star:expression(this.onFocus=this.blur());
}
a:hover, a:active {
	color: #008dd4;
}
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
table {
	border-collapse: collapse;
}
ul, li {
	list-style: none;
	border: 0 none;
	padding: 0px;
}
form {
	margin: 0px;
}
img {
	border: 0px none;
	text-align-last: center;
	vertical-align: middle;
 _azimuth:expression(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "images/blank.html"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")), this.pngSet=true);
}
center {
	text-align: left;
	color: #999;
	height: 50px;
}
#dhtmltooltip {
	z-index: 100;
	visibility: hidden;
	position: absolute;
	text-align: left;
	border: 1px solid #ccc;
}
#clear, .clear {
	clear: both;
	float: none;
	background: none;
	width: inherit !important;
	height: inherit !important;
}
#noData, .noData {
	color: #ccc;
	font-size: 14px;
	text-align: left;
	padding: 50px 20px;
}
#header {
	position: absolute;
	background-color:#FFFFFF;
	z-index: 1001;
	left: 0px;
	top:0px;
	width: 100%;
	height:80px;
	box-shadow:0px 3px 5px rgba(0,0,0,0.2);
}
#header .logo{
	position:absolute;
	left:5%;
	top:18px;
}
#header .menu{
	position:absolute;	
	top:0px;
	left:50%;
	width:60%;
	height:80px;
	margin-left:-26%;
}
#header .menu .child{
	display:inline-block;
	position:relative;
	width:10%;
	height:80px;
	line-height:80px;
	text-align:center;
}
#header .menu .spline{
	display:inline-block;
	opacity:0.1;
	padding:0px;
}
#header .menu .child .title{
	font-size:16px;
	color:#666;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s; 
	-webkit-transition-duration: .5s;
	background:url(../images/menu-A.png) repeat-x none;
	background-position:left bottom;
}
#header .menu .child:hover .title{
	color:#E52429;
	background:url(../images/menu-A.png) repeat-x;
	background-position:left bottom;
}
#header .menu .child.A .title{
	color:#f06405;
}
#header .menu .child .childContent{
	display:none;
	position:absolute;
	top:80px;
	width:100%;
}
#header .menu .child .childContent .childContentLi{
	background:#fff;
	color:#666;
	font-size:14px;
	height:38px;
	line-height:38px;
	border-bottom:1px solid #ddd;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(125,125,125,0.2);
	-moz-box-shadow: 0px 2px 2px 0px rgba(125,125,125,0.2);
	-ms-box-shadow: 0px 2px 2px 0px rgba(125,125,125,0.2);
	-o-box-shadow: 0px 2px 2px 0px rgba(125,125,125,0.2);
	box-shadow: 0px 2px 2px 0px rgba(125,125,125,0.2);
}
#header .menu .child .childContent .childContentLi:hover{
	background:#e12524;
	color:#fff;
}
#header .menu .child .pointer{
	display:none;
	position:absolute;
	top:38px;
	right:32px;
	cursor:pointer;
}
#header .btn{
	position:absolute;
	top:20px;
	right:5%;
}
#header .btn a{
	display:inline-block;
	background:#BBBABA;
	border-radius:100%;
	margin:0px 3px;
}
#header .btn a:hover{
	background:#f06405;
}
#header .btn .menu{
	display:none !important;
	cursor:pointer;
}
#header .wapbtn{
	display:none;
}
#header .searchContent{
	display:none;
	position:absolute;
	z-index:9;
	top:80px;
	left:0px;
	width:100%;
	height:150px;
	background:rgba(0,0,0,0.8);
	text-align:center;
}
#header .searchContent form{
	margin:50px auto 0px auto;
}
#header .searchContent form #keys{
	font-family:"微软雅黑", Arial, "Arial Narrow";
	font-size:14px;
	background:#fff;
	border:1px solid rgba(0,0,0,0.9);
	border-radius:8px;
	padding:0px 15px;
	width:40%;
	height:50px;
	line-height:50px;
	-moz-box-shadow:1px 2px 5px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow:1px 2px 5px rgba(0,0,0,0.2) inset;
	box-shadow:1px 2px 5px rgba(0,0,0,0.2) inset;
	outline:medium;
}
#header .searchContent form #go{
	font-family:"微软雅黑", Arial, "Arial Narrow";
	font-size:16px;
	font-weight:bold;
	color:#fff;	
	background: -ms-linear-gradient(top, #ffcc00,  #f06405);
	background:-moz-linear-gradient(top,#ffcc00,#f06405);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ffcc00), to(#f06405));
	background: -webkit-linear-gradient(top, #FF3B42, #A7050D);
	background: -o-linear-gradient(top, #ffcc00, #f06405);
	border:1px solid rgba(0,0,0,0.9);
	border-radius:8px;
	padding:0px 15px;
	width:80px;
	height:55px;
	line-height:55px;
	cursor:pointer;
	outline:medium;
}
#header .searchContent form #go:hover{
	background:#f06405;
}
#banner {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 80px auto 0px auto;
}
#banner img{
	width:100%;
}
#banner-inside {
	position: relative;
	width: 100%;
	height: 350px;
	overflow: hidden;
	margin: 0px auto;
}
#banner-inside img {
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -1000px;
}
#main{
	width:100%;
	height:auto;
	padding:30px 0px;
	margin:0px auto;
}
#main .title{
	margin:0px auto;
}
#main .title h2{
	display:block;
	font-size:20px;
	color:#222;
}
#main .title h3{
	display:block;
	padding:15px 0px;
	color:rgba(43,43,43,0.3);
	font-family:"Arial Narrow";
	font-size:14px;
	letter-spacing:8px;
	font-weight:normal;
	text-transform:uppercase;
	background:url(../images/title-spline.png) no-repeat;
	background-position:center bottom;
}
#main .product{
	background:#fff;
	width:100%;
	padding:60px 0px;
	margin:0px auto;
}
#main .product .bd{
	width:90%;
	max-width:1100px;
	height:370px;
	margin:0px auto;
	padding:40px 0px;
	overflow:hidden;
}
#main .product .bd li{
	position:relative;
	display:block;
	float:left;
	width:255px;
	height:305px;
	background:url(../images/product-bg.png) no-repeat;
	background-size:100% 100%;
	background-position:left top;
	margin:0px 10px;
	overflow:hidden;
}
#main .product .bd li .img{	
	max-width:250px;
	max-height:250px;
	width:100%;
	margin:0px auto 0px auto;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s; 
	-webkit-transition-duration: .5s;
}
#main .product .bd li .name{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:60px;
	overflow:hidden;
	background:#7a7b7b;
	color:#fff;
	text-align:center;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s; 
	-webkit-transition-duration: .5s;
}
#main .product .bd li .name h3{
	height:60px;
	line-height:60px;
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
}
#main .product .bd li .name h4{
	background:url(../images/product-line.png) no-repeat;
	background-position: center bottom;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	padding-bottom:12px;
}
#main .product .bd li:hover .img{
	margin-top:0px;
}
#main .product .bd li:hover .name{
	height:110px;
	background:#0093dd;
}
#main .product .arrow {
	margin:0px auto;
	text-align:center;
}
#main .product .arrow a{
	position:relative;
	display:inline-block;
	width:90px;
	height:28px;
	border:1px solid #ddd;
	border-radius:30px;
	margin:0px 10px;
	overflow:hidden;
	cursor:pointer;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s; 
	-webkit-transition-duration: .5s;
}
#main .product .arrow a:hover{
	background-color:#E12524;
	border:1px solid #E12524;
}
#main .product .arrow a:hover img{
	margin-top:-28px;
}
#main .news{
	width:100%;
	height:auto;
	background:url(../images/news-bg.png) no-repeat;
	background-position:left top;
	background-size:100% 100%;
	margin:0px auto;
	padding:60px 0px;
}
#main .news .con{
	width:90%;
	max-width:1080px;
	margin:0px auto;
	padding:40px 0px;
}
#main .news .imgtext{
	float:left;
	width:48.5%;
	max-width:520px;
	height:400px;
	background:#fff;
}
#main .news .imgtext .img{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#000;
}
#main .news .imgtext .img img{
	width:100%;
	transition-duration: 3s;
	-ms-transition-duration: 3s;
	-moz-transition-duration: 3s;
	-webkit-transition-duration: 3s;
}
#main .news .imgtext .text{
	width:90%;
	margin:0px auto;
	text-align:left;
	font-size:14px;
	line-height:24px;
	color:#929292;
	overflow:hidden;
}
#main .news .imgtext .text h3{
	color:#191919;
	font-size:17px;
	display:block;
	padding:18px 0px;
}
#main .news .imgtext .time{
	width:90%;
	margin:0px auto;
	padding:5px 0px 10px 0px;
	font-size:12px;
	font-family: Arial, "Arial Narrow";
	color:#ccc;
	text-align:left;
}
#main .news .imgtext a:hover .text h3{
	color:#f06405;	
}
#main .news .imgtext a:hover .img img{
	transform:scale(1.1,1.1);
	opacity:0.5;
}
#main .news .list{
	float:right;
	width:49%;
	max-width:530px;
	height:400px;
	overflow:hidden;
}
#main .news .list a{
	display:block;
	width:100%;
	height:125px;
	background:#fff;
	margin-bottom:12px;
	text-align:left;
	overflow:hidden;
}
#main .news .list a:last-child{
	margin-bottom:0px;
}
#main .news .list a .time{
	display:block;
	float:left;
	width:24%;
	height:80%;
	max-width:120px;
	max-height:90px;
	background:#cacaca;
	text-align:center;	
	margin:18px 20px;
	transition-duration: 1s;
	-ms-transition-duration: 1s;
	-moz-transition-duration: 1s; 
	-webkit-transition-duration: 1s;
}
#main .news .list a .time h3{
	display:block;
	padding:15px 0px 0px 0px;
	font-family:Arial, "Arial Narrow";
	font-size:40px;
	color:#fff;
}
#main .news .list a .time h4{
	display:block;
	padding:0px;
	font-family:Arial, "Arial Narrow";
	font-size:14px;
	font-weight:normal;
	color:rgba(255,255,255,0.7);
}
#main .news .list a .text{
	display:block;
	float:left;
	width:62%;
	height:80%;
	max-height:85px;
	margin:20px 0px;
	color:#5e5e5e;
	font-size:14px;
	line-height:20px;
	overflow:hidden;
}
#main .news .list a .text h3{
	font-size:14px;
	color:#000;
	padding-bottom:8px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#main .news .list a:hover .time{
	background:#0093dd;
}
#main .news .list a:hover .text h3{
	color:#E12524;
}
#main .support{
	width:100%;
	height:auto;
	margin:0px auto;
	padding:60px 0px;
}
#main .support .con{
	width:90%;
	max-width: 1120px;
	margin:0px auto;
	padding:40px 0px;
}
#main .support .con .external {
	display:inline-block;
	margin:0px 11px;
	width:250px;
	height:420px;	
	text-align:center;
	overflow: hidden;
	padding: 0px;
	border: 0px;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-perspective: 1700px;
	-moz-perspective: 1700px;
	perspective: 1700px;
	-webkit-perspective-origin: 50% 50%;
	-moz-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%;
}
#main .support .con .inner {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
#main .support .con .inner > div.text {
	background:#f3f3f3;
	height: 420px;
	backface-visibility: hidden;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;	
}
#main .support .con .inner > div.text .icon{
	margin:0px auto;
	padding:30px 0px 10px 0px;
}
#main .support .con .inner > div.text h3{
	width:80%;
	margin:0px auto;
	font-size:18px;
	font-weight:normal;
	color:#131313;
}
#main .support .con .inner > div.text h4{
	width:80%;
	margin:0px auto;
	padding-top:25px;
	color: #8e8e8e;
	font-size: 12px;
	font-weight:normal;
	line-height:20px;
}
#main .support .con .inner > div.text .img {
	position:absolute;
	left:50%;
	bottom:0px;
	width:100%;
	margin-left:-50%;
}
#main .support .con .inner:hover > div.text {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
#main .support .con .inner .on {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	color: #fff;
	height: 100%;
	width: 100%;
	margin: 0;
	opacity: 0;
	background-color: #0093dd;
	text-align: center;
	backface-visibility: hidden;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
#main .support .con .inner .on a{
	display:block;
	height:100%;
}
#main .support .con .inner .on .icon{
	height:120px;
	margin-top:50px;
	opacity:0.5;
	transition-duration: 1s;
	-ms-transition-duration: 1s;
	-moz-transition-duration: 1s; 
	-webkit-transition-duration: 1s;
}
#main .support .con .inner .on h3{
	position:absolute;
	left:50%;
	top:60%;
	width:80%;
	margin-left:-40%;
	font-size:24px;
	font-weight:normal;
	color:#fff;
	transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s; 
	-webkit-transition-duration: 0.5s;
}
#main .support .con .inner .on h4{
	position:absolute;
	left:50%;
	top:70%;
	width:80%;
	margin-left:-40%;
	color: rgba(255,255,255,0.8);
	font-size: 13px;
	font-weight:normal;
	line-height:24px;
	transition-duration: 1s;
	-ms-transition-duration: 1s;
	-moz-transition-duration: 1s; 
	-webkit-transition-duration: 1s;
}
#main .support .con .inner:hover .on {
	opacity: 1;
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	transform: rotateY(0)
}
#main .support .con .inner:hover .on .icon{
	opacity:1;
	margin-top:70px;
}
#main .support .con .inner:hover .on h3{
	top:50%;
}
#main .support .con .inner:hover .on h4{
	top:60%;
}
#title{
	position:absolute;
	width:100%;
	height:75px;
	padding-top:5px;
	margin:-80px auto 0px auto;
	text-align:center;
	background:rgba(0,0,0,0.7);
}
#title .con{
	width:90%;
	max-width:1080px;
	margin:0px auto;
}
#title .icon{
	display:block;
	float:left;
	width:50px;
	height:50px;
	background:#0093dd;
	border-radius:100%;
	overflow:hidden;
	margin-right:15px;
}
#title .icon img{
	width:100%;
	height:100%;
}
#title .text{
	display:block;
	text-align:left;
	height:50px;
	margin:10px auto;
}
#title .text h2{
	font-size:16px;
	color:#0093dd;
}
#title .text h3{
	font-family:Arial, "Arial Narrow";
	font-weight:normal;
	font-size:25px;
	text-transform:uppercase;
	color:rgba(255,255,255,0.7);	
}
#path{
	width:90%;
	max-width:1080px;
	margin:0px auto;
	padding-top:30px;
	text-align:left;
	font-size:14px;
	color:#999;
}
#path strong{
	color:#f06405;
	display:inline-block;
	margin-right:5px;
}
#mod{
	display:none;
}
#navpart {
	width:90%;
	max-width:1080px;
	margin:0px auto;
	padding:20px 0px;
	text-align:center;
	border-bottom:1px solid #ddd;
}
#navpart a{
	display:inline-block;
	border:1px solid #ddd;
	border-radius:5px;
	padding:8px 30px;
	margin:10px 6px;
	font-size:14px;
	color:#666;
}
#navpart a:hover{
	background:#f7f7f7;
}
#navpart a:hover{
	color:#E8192D;
}
#navpart .A{
	background:#0093dd !important;
	border:1px solid #0093dd !important;
	color:#fff !important;
}
#navpart .btn-closemenuson{
	display:none;
}
#inside{
	width:90%;
	max-width:1080px;
	min-height:500px;
	margin:0px auto;
}
#catalog{
	margin:50px auto;
	width:100%;
}
#catalog .list{
	width:100%;
	position:relative;
}
#catalog .list a{
	position:relative;
	z-index:2;
	display:block;
	float:left;
	border:1px solid #ddd;
	width:48%;
	padding-bottom:60px;
	margin-bottom:4%;
	transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s; 
	-webkit-transition-duration: 0.5s;
}
#catalog .list a:nth-child(even) {
	float:right;
}
#catalog .list a .img{
	margin:0px auto;
	text-align:center;
	max-width:340px;
	width:80%;
	height:auto;
}
#catalog .list a .img img{
	width:100%;
	height:auto;
}
#catalog .list a .name{
	position:absolute;
	z-index:99;
	left:50%;
	bottom:-1px;
	width:200px;
	margin-left:-100px;
	font-size:16px;
	font-weight:bold;
	color:#e41529;
	padding:20px 0px;
	border-bottom:3px solid #e41529;
	transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s; 
	-webkit-transition-duration: 0.5s;
}
#catalog .list a .name img{
	width:32px;
	height:auto;
	margin-right:3px;
}
#catalog .list a:hover{
	background:url(../images/catalog-bg.png) no-repeat;
	background-position: center center;
}
#catalog .list a:hover .name{
	width:100%;
	margin-left:-50%;

}
#product{
	margin:50px auto;
	width:100%;
}
#product .list{
	width:100%;
}
#product .list a{
	position:relative;
	display:block;
	float:left;
	text-align:center;
	width:30%;
	max-width:340px;
	margin:0px 1.5% 20px 1.5%;
	padding:15px 0px;
	font-size:14px;
	overflow:hidden;
	border:1px solid #ddd;
	transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}
#product .list a .img{
	width:100%;
	margin-bottom:10px;
}
#product .list a img{
	width:100%;
	height:auto;	
}
#product .list a .name{
	width:90%;
	background:#eee;
	margin:0px auto;
	padding:8px 0px;
	transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s; 
	-webkit-transition-duration: 0.5s;
}
#product .list a .view{
	position:absolute;
	width:100%;
	height:50%;
	top:-50%;
	left:0px;
	text-align:left;
	overflow:hidden;
	background:#F9BD52;	
	transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s; 
	-webkit-transition-duration: 0.5s;
}
#product .list a .view h2{
	display:block;
	padding:50px 0px 0px 0px;
	font-size:25px;
	width:80%;
	margin:0px auto;
	color:rgba(255,255,255,1);
}
#product .list a .view .line{
	width:0px;
	height:4px;
	background:#fff;
	margin:5px 10%;
	transition-duration: 2s;
	-ms-transition-duration: 2s;
	-moz-transition-duration: 2s; 
	-webkit-transition-duration: 2s;
}
#product .list a .view h3{
	display:block;
	width:80%;
	margin:0px auto;
	padding:10px 0px;
	font-size:16px;
	font-weight:normal;
	letter-spacing:5px;
	color:rgba(255,255,255,0.9);
	transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s; 
	-webkit-transition-duration: 0.5s;
}
#product .list a .view h4{
	display:none;
	width:80%;
	margin:20px auto;
	font-size:14px;
	line-height:25px;
	font-weight:normal;
	color:rgba(255,255,255,0.8);
}
#product .list a:hover:hover{
	border:1px solid rgba(250,100,5,0.9);
}
#product .list a:hover .name{
	background:none;
	color:#fff;
}
#product .list a:hover:hover .line{
	width:80px;
}
#product .list a:hover .view{	
	top:20%;
}
#about{
	margin:50px auto;
	width:100%;
}
#about .sketch{
	display:block;
	float:left;
	width:450px;
	text-align:left;
}
#about .sketch .title{
	font-size:60px;
	font-weight:normal;
	color:#f06405;
}
#about .sketch .title h3{
	font-size:52px;
	font-weight:normal;
}
#about .sketch .con{
	margin:50px auto;
	text-align:left;
	font-size:14px;
	color:#ccc;
}
#about .sketch .con .item1{
	display:block;
	float:left;
	border-right:1px solid #e6e6e6;
	padding-right:20px;
	margin-right:20px;
	padding-bottom:5px;
}
#about .sketch .con .item2{
	display:block;
	float:left;
	padding-bottom:5px;
}
#about .sketch .con b{
	display:block;
	font-size:46px;
	font-family:Arial, "Arial Narrow";
	font-weight:normal;
	padding:5px 0px;
}
#about .sketch .con .item1 b{
	color:#fc7214;
}
#about .sketch .con .item2 b{
	color:#ffa161;
}
#about .text{
	display:block;
	float:right;
	width:570px;
	text-align:left;	
}
#about .text p{
	margin-bottom:20px;
	line-height:28px;
	color:#666;
	font-size:14px;
	text-indent:2em;
}
#about .imgs{
	text-align:left;
	margin:30px auto;
}
#about .imgs img{
	width:330px;
	height:auto;
	margin-right:35px;
}
#about .imgs img:last-child{
	margin:0px;
}

#about2{
	margin:100px auto;
	width:100%;
}
#about2 .ad{
	display:none;
	margin:0px auto;
	padding:10px 0px;
	text-align:center;
}
#about2 .item{
	margin:1px auto;
	height:250px;
}
#about2 .item .tips{
	position:relative;
	display:block;
	float:left;
	width:50%;
	padding:0px;
	text-align:left;
	height:250px;
	transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s; 
	-webkit-transition-duration: 0.5s;
}
#about2 .item .bg1{
	background: #ff8633;
    background: -moz-linear-gradient(left,  #ff6800 0%, #ff8f42 100%);
    background: -webkit-gradient(linear, left,  right, color-stop(0%,#ff8633), color-stop(100%,#ff8f42));
    background: -webkit-linear-gradient(left,  #ff6800 0%,#ff8f42 100%);
    background: -o-linear-gradient(left,  #ff6800 0%,#ff8f42 100%);
    background: -ms-linear-gradient(left,  #ff6800 0%,#ff8f42 100%);
    background: linear-gradient(to right,  #ff6800 0%,#ff8f42 100%);
}
#about2 .item .bg2{
	background: #ff8633;
    background: -moz-linear-gradient(left,  #6ed7ff 0%, #12b7f5 100%);
    background: -webkit-gradient(linear, left,  right, color-stop(0%,#6ed7ff), color-stop(100%,#12b7f5));
    background: -webkit-linear-gradient(left,  #6ed7ff 0%,#12b7f5 100%);
    background: -o-linear-gradient(left,  #6ed7ff 0%,#12b7f5 100%);
    background: -ms-linear-gradient(left,  #6ed7ff 0%,#12b7f5 100%);
    background: linear-gradient(to right,  #6ed7ff 0%,#12b7f5 100%);
}
#about2 .item .bg3{
	background: #ff8633;
    background: -moz-linear-gradient(left,  #00e100 0%, #00be00 100%);
    background: -webkit-gradient(linear, left,  right, color-stop(0%,#00e100), color-stop(100%,#00be00));
    background: -webkit-linear-gradient(left,  #00b000 0%,#00be00 100%);
    background: -o-linear-gradient(left,  #00e100 0%,#00be00 100%);
    background: -ms-linear-gradient(left,  #00e100 0%,#00be00 100%);
    background: linear-gradient(to right,  #00e100 0%,#00be00 100%);
}
#about2 .item .con{
	position:relative;
	top:70px;
	width:70%;
	margin:0px auto;
	text-align:left;
}
#about2 .item .con img{
	width:120px;
	height:auto;
	display:block;
	float:left;
	margin-right:20px;
}
#about2 .item .con h2{
	font-size:38px;
	color:#fff;
	padding-top:20px;
}
#about2 .item .con h3{
	font-size:21px;
	font-weight:normal;
	color:rgba(255,255,255,0.8);
}
#about2 .item .text{
	position:relative;
	display:block;
	width:50%;
	height:250px;
	float:left;
	background:#f7f7f7;
	text-align:left;
	transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s; 
	-webkit-transition-duration: 0.5s;
}
#about2 .item .text:hover{
	z-index:999;
	background:#fff;
	box-shadow:0px 3px 10px rgba(0,0,0,0.2);
}
#about2 .item .text p{
	width:90%;
	margin:0px auto;
	padding-top:30px;
	font-size:15px;
	line-height:25px;
	text-indent:2em;
	color:#555;
}


#boss{
	margin:50px auto;
	width:100%;
}
#boss img{max-width:100%}
#boss .img{
	float:left;
	width:32%;
	margin:0px auto;
}
#boss .img img{
	width:100%;
}
#boss .text{
	float:right;
	width:100%;
	font-size:14px;
	color:#666;
	line-height:25px;
	text-align:left;
	padding:20px 0px;
}
#boss .text p{
	margin-bottom:20px;
}

#culture{
	margin:50px auto;
	width:100%;
}
#culture .img{
	float:left;
	width:42%;
	margin:0px auto;
}
#culture .img img{
	width:100%;
}
#culture .text{
	float:right;
	width:53%;
	font-size:14px;
	color:#666;
	line-height:25px;
	text-align:left;
	padding:20px 0px;
}
#culture .text p{
	margin-bottom:20px;
}
#culture .text h3{
	display:inline-block;
	border-bottom:2px solid #f06405;
	padding:10px 5px;
	margin-bottom:15px;
	color:#f06405;
}

#feature{
	position:relative;
	width:auto;
	height:auto;
	padding:20px;
	margin:50px auto;
}
#feature .animation{
	width:90%;


	max-width:800px;
	height:600px;
	margin:0px auto;
	overflow: hidden;
}
#feature .animation li{
	position:relative;
	display:block;
	width:100%;
	height:auto;
}
#feature .animation li h3{
	position:absolute;
	z-index:9;
	left:50%;
	bottom:30px;
	width:100%;
	margin-left:-50%;
	text-align:center;
}
#feature .animation li h3 span{
	background:rgb(229, 34, 42);
	border-radius:5px;
	padding:10px 30px;
	color:#fff;
	font-size:14px;
	font-weight:normal;
}
#feature .animation li img{
	width:100%;

}
#feature .prev{
	position:absolute;
	z-index:99;
	left:5%;
	top:43%;
	opacity:0.3;
	cursor:pointer;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
	transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}
#feature .prev:hover{
	left:4%;
	opacity:1;
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
}
#feature .next{
	position:absolute;
	z-index:99;
	right:5%;
	top:43%;
	opacity:0.3;
	cursor:pointer;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
	transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}
#feature .next:hover{
	right:4%;
	opacity:1;
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
}
#feature .arrow{
	padding:10px 0px;
	margin:0px auto;
	text-align:center;
}
#feature .arrow a{
	display:inline-block;
	font-size:0px;
	background:#eee;
	border-radius:100%;
	width:10px;
	height:10px;
	margin:0px 3px;
}
#feature .arrow a.activeSlide{
	background:#E5222A;
}
#honor{
	margin:50px auto;
	width:100%;
}
#honor .list{
	width:100%;
}
#honor .list a{
	display:block;
	float:left;
	text-align:center;
	margin:0px 2% 10px 2%;
}
#honor .list a .name{
	display:block;
	padding:10px 0px;
}
#honor .list a .img{
	display: table-cell; 
	vertical-align:middle; 
	text-align:center; 
	*display: block; 
	*font-size: 175px;
	*font-family:Arial;
	width:220px;
	height:250px;
	padding:15px 0px;
	border:1px solid #eee;
}
#honor .list a img {
	vertical-align:middle;
	max-height:250px;
}
#solution{
	margin:50px auto;
	width:100%;
}
#solution .list{
	margin:0px auto;
	text-align:left;
}
#solution .list a{
	position:relative;
	display:block;
	float:left;
	width:30%;
	margin:0px 1.5% 20px 1.5%;
	overflow:hidden;
}
#solution .list a .img{
	display:block;
	width:100%;
	height:auto;
	transition-duration:1s;
	-ms-transition-duration:1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration:1s;
}
#solution .list a .name{
	position:absolute;
	display:block;
	width:90%;
	height:50px;
	line-height:50px;
	bottom:0px;
	background:url(../images/solution-line.png) no-repeat;
	background-position:5% 110%;
	background-color:#999;
	padding:0px 5%;
	color:#fff;
	font-size:15px;
	transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}
#solution .list a:hover .name{
	background:url(../images/product-line.png) no-repeat;
	background-position:5% 60%;
	background-color:#0093DD;
	height:80px;
}
#solution .list a:hover .img{
	transform:rotate(20deg) scale(1.4);
	-moz-transform:rotate(20deg) scale(1.4);
	-ms-transform:rotate(20deg) scale(1.4);
	-o-transform:rotate(20deg) scale(1.4);
	webkit-transform:rotate(20deg) scale(1.4);
}
#service{
	margin:50px auto;
	width:100%;
}
#service .img{
	width:100%;
	margin:0px auto;
}
#service .img img{
	width:100%;
}
#service .text{
	font-size:14px;
	color:#666;
	line-height:25px;
	text-align:left;
	padding:20px 0px;
}
#service .text h3{
	display:block;
	padding:10px;
	margin:30px auto 0px auto;
	font-size:15px;
	color:rgba(250,100,5,1);
	background:#eee;
}
#service .text p{
	margin-bottom:20px;
}

#quality{
	margin:50px auto;
	width:100%;
}
#quality .img{
	float:left;
	width:35%;
	max-width:350px;
	margin:0px auto;
}
#quality .img img{
	width:100%;
}
#quality .text{
	float:right;
	width:60%;
	font-size:14px;
	color:#666;
	line-height:25px;
	text-align:left;
}
#quality .text .tag_title{
	border-bottom:1px solid #eee;
	padding-bottom:15px;
	color:rgba(250,100,5,1);
	font-weight:bold;
	font-size:16px;
}
#quality .text .tag_text{
	padding:20px 0px;
}
#technical{
	margin:50px auto;
	width:100%;
}
#technical .list{
	margin:0px auto;
	text-align:left;
}
#technical .list a{
	position:relative;
	display:block;
	float:left;
	width:45%;
	margin-bottom:20px;
	padding:30px 20px;
	border:1px solid rgba(0,0,0,0.1);
	overflow:hidden;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
}
#technical .list a:nth-child(even){
	float:right;
}
#technical .list a h3{
	display:block;
	color:#333;
	font-size:14px;
}
#technical .list a h4{
	display:block;
	padding:5px 0px;
	font-size:12px;
	font-weight:normal;
	color:#ccc;
}
#technical .list a h5{
	font-size:12px;
	font-weight:normal;
	color:#999;
	line-height:18px;
}
#technical .list a .more{
	position:absolute;
	right:0px;
	bottom:-30px;
	background:rgba(250,100,5,1);
	border-radius:5px 0px 0px 0px;
	padding:2px 8px 2px 12px;
	color:#fff;
	display:inline-block;
	font-size:12px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
}
#technical .list a:hover {
	border:1px solid rgba(250,100,5,1);
	box-shadow:0px 0px 5px rgba(0,0,0,0.2);
}
#technical .list a:hover h3{
	color:rgba(250,100,5,1);
}
#technical .list a:hover .more{
	bottom:0px;
}


#download{
	margin:50px auto;
	width:100%;
}
#download .list{
	margin:0px auto;
	text-align:left;
}
#download .list a{
	position:relative;
	display:block;
	float:left;
	width:45%;
	margin-bottom:20px;
	padding:30px 20px;
	border:1px solid rgba(0,0,0,0.1);
	overflow:hidden;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
}
#download .list a:nth-child(even){
	float:right;
}
#download .list a .icon{
	position:absolute;
	right:20px;
	top:50%;
	width:64px;
	height:64px;
	overflow:hidden;
	margin-top:-32px;
}
#download .list a .icon img{
	position:absolute;
	top:-64px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
}
#download .list a h3{
	display:block;
	color:#333;
	font-size:14px;
}
#download .list a h4{
	display:block;
	padding:5px 0px;
	font-size:12px;
	font-weight:normal;
	color:#ccc;
}
#download .list a h5{
	font-size:12px;
	font-weight:normal;
	color:#999;
	line-height:18px;
}
#download .list a:hover {
	border:1px solid rgba(250,100,5,1);
	box-shadow:0px 0px 5px rgba(0,0,0,0.2);
}
#download .list a:hover h3{
	color:rgba(250,100,5,1);
}
#download .list a:hover .icon img{
	top:0px;
}

#info{
	margin:50px auto;
	width:100%;
}
#info .list{
	margin:0px auto;
	text-align:left;
}
#info .list a{
	display:block;
	width:100%;
	margin:0px auto 20px auto;
	padding:20px 0px;
	border-bottom:1px solid #eee;
	overflow:hidden;
}
#info .list a .time{
	float:left;
	width:12%;
	height:100%;
	min-width:100px;
	max-width:140px;
	max-height:140px;	
	padding:20px 0px;
	background:#eee;
	text-align:center;
	transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}
#info .list a .time h2{
	display:block;
	font-family: Arial, "Arial Narrow";
	font-size:50px;
	font-weight:normal;
	color:#999;
}
#info .list a .time h3{
	display:block;
	font-family: Arial, "Arial Narrow";
	font-size:16px;
	font-weight:normal;
	color:#ccc;
}
#info .list a .time h4{
	display:none;
}
#info .list a .text{
	display:block;
	float:left;
	width:70%;
	text-align:left;
	margin-left:20px;
	font-size:14px;
	color:#999;
	line-height:24px;
}
#info .list a .text h3{
	font-size:16px;
	color:#333;
	display:block;
	padding:10px 0px;
}
#info .list a:hover .time{
	background:rgb(0,147,221);
}
#info .list a:hover .time h2, #info .list a:hover .time h3, #info .list a:hover .time h4{
	color:#fff;
}
#info .list a:hover .text h3{
	color:rgb(230,35,41);
}

#exhibition{
	margin:50px auto;
	width:100%;
}
#exhibition .list{
	width:100%;
}
#exhibition .list a{
	display:block;
	float:left;
	text-align:center;
	width:240px;
	max-height:280px;
	min-height:280px;
	margin:0px 1.2% 20px 1.2%;
	overflow:hidden;
	border:1px solid #ddd;
	transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}
#exhibition .list a .img{
	width:100%;
	height:auto;
	overflow:hidden;
}
#exhibition .list a .img img{
	width:100%;
	transition-duration: 1s;
	-ms-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
}
#exhibition .list a .text h3{
	color:#333;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#exhibition .list a .text{
	width:90%;
	padding:20px 0px;
	margin:0px auto;
	text-align:left;
	color:#999;
	font-size:12px;
	line-height:25px;
}
#exhibition .list a:hover h3{
	color:#f06405;
}
#exhibition .list a:hover{
	box-shadow:0px 2px 5px rgba(0,0,0,0.1);
}
#exhibition .list a:hover img{
	transform:scale(1.1,1.1);
}
#feedback{
	margin:50px auto;
	width:100%;
}
#feedback .img{
	width:100%;
	margin:0px auto;
}
#feedback .img img{
	width:100%;
}
#feedback .text{
	font-size:14px;
	color:#999;
	line-height:25px;
	text-align:left;
	padding:20px 0px;
	border-bottom:1px solid #eee;
}
#feedback .text strong{
	color:#333;
}
#feedback form{
	margin:0px auto;	
	padding:20px 0px;
	text-align:left;
}
#feedback form dl {
	width: 100%;
	text-align: left;
	padding: 0px;
}
#feedback form dl dt {
	width: 90px;
	font-size:14px;
	line-height: 30px;
	color: #666;
	text-align: left;
}
#feedback form dl dt, #feedback form dl dd {
	padding: 8px 0px;
}
#feedback form dl dt span {
	color: #ff0000;
	padding-left: 6px;
}
#feedback form dl dd {
	padding-left: 90px;
	margin-top: -40px;
}
#feedback form dl dd select{
	width:auto;
	font-size:14px;
	font-family:"微软雅黑", Arial, "Arial Narrow";
	color:#666;
	padding:10px 20px;
	border:1px solid #ccc;
	border-radius:5px;
	cursor:pointer;
	margin-right:10px;
}
#feedback form dl input, #feedback form dl textarea {
	padding:5px 20px;
	border:1px solid #ccc;
	border-radius:5px;
	color: #888;
	font-size:14px;
	font-family: "微软雅黑";
	margin-right:20px;
}
#feedback form dl input {
	width:45%;
	height: 30px;	
}
#feedback form dl textarea {
	width:96%;
	height: 120px;
	overflow: auto;
	padding:20px 2%;
}
#feedback form dl #checksn{
	width:10%;
}
#feedback form dl .button input {
	width: auto;
	height: 45px;
	line-height: 45px;
	border: none;
	color: #fff;
	padding: 0px 35px;
	cursor: pointer;
	font-weight: bold;
	background: #DA0B1A;
	font-family: "微软雅黑";
	font-size: 16px;
	margin: 15px auto;
}
#feedback form dl .button input:hover {
	background: #666;
}
#talent{
	margin:50px auto;
	width:100%;
}
#talent .img{
	width:100%;
	margin:0px auto;
}
#talent .img img{
	width:100%;
}
#talent .text{
	font-size:14px;
	color:#666;
	line-height:25px;
	text-align:left;
	padding:20px 0px;
}
#talent .text p{
	margin-bottom:20px;
}
#talent .text h4{
	display:inline-block;
	background:#f06405;
	border-radius:5px;
	color:#fff;
	font-size:18px;
	font-weight:normal;
	padding:5px 20px;
	margin:25px 0px 15px 0px;
}
#jobs{
	margin:50px auto;
	width:100%;
}
#jobs .list{
	margin:0px auto;
	text-align:left;
}
#jobs .list li{
	position:relative;
	display:block;
	width:100%;
	height:60px;
	margin:0px auto 20px auto;
	background:#f3f3f3;
	overflow:hidden;
	border:1px solid #fff;
}
#jobs .list li .icon{
	position:absolute;
	right:20px;
	top:50%;
	margin-top:-15px;
	cursor:pointer;
}
#jobs .list li h3{
	display:block;
	font-size:16px;
	height:60px;
	line-height:60px;
	font-weight:normal;
	padding:0px 20px;
	cursor:pointer;
	color:#666;
}
#jobs .list li .con{
	padding:20px;
	text-align:left;
	font-size:14px;
	line-height:25px;
	color:#666;
}
#jobs .list li .con .text{
	padding:10px 0px;
}
#jobs .list li .con .text p{
	display:inline-block;
	width:30%;
	padding:5px 0px;
}
#jobs .list li .tag{
	margin:20px 0px;
}
#jobs .list li .tag h4{
	font-size:14px;
	font-weight:normal;
	padding:5px 0px;
}
#jobs .list li .btn{
	background:#f06405;
	color:#fff;
	padding:10px 30px;
	font-size:14px;
}
#jobs .list .A{
	background:#fff;
	border:1px solid #eee;
}
#jobs .list .A h3{
	color:#f06405;
}
#jobs .list .A .icon{
	top:15px;
	margin-top:0px;
}
#volunteer{
	margin:50px auto;
	width:100%;
}
#volunteer .img{
	float:left;
	width:52%;
	margin:0px auto;
}
#volunteer .img img{
	width:100%;
	max-width:550px;
}
#volunteer .text{
	float:right;
	width:40%;
	font-size:16px;
	color:#999;
	line-height:25px;
	text-align:left;
	padding:20px 0px;
}
#volunteer .text h2{
	padding:10px 0px;
	line-height:36px;
	font-weight:normal;
	color:#666;
}
#volunteer .text a{
	color:#f06405;
}
#staff{
	margin:50px auto;
	width:100%;
}
#staff .list{
	width:100%;
}
#staff .list a{
	position:relative;
	display:block;
	float:left;
	text-align:center;
	width:30%;
	max-width:340px;
	margin:0px 1.5% 20px 1.5%;
	padding:15px 0px;
	font-size:14px;
	overflow:hidden;
	transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}
#staff .list a img{
	width:100%;
	min-height:260px;
	max-height:260px;
	display:block;
	margin-bottom:10px;
}
#contact{
	margin:50px auto;
	width:100%;
}
#contact .img{
	float:left;
	text-align:left;
}
#contact .text{
	float:left;
	text-align:left;
	padding:0px 5%;
	line-height:30px;
	color:#666;
	font-size:16px;
}
#contact .text h2{
	font-size:30px;
	padding:15px 0px;
	color:#333;
}
#contact .tag{
	margin:50px auto;
}
#contact .tag .title{
	padding:20px 0px;
	text-align:left;
	background:url(../images/contact-line.png) repeat-x;
	background-position:left bottom;
}
#contact .tag .title a{
	display:inline-block;
	background:#eee;
	padding:10px 30px;
	margin-right:4px;
	color:#666;
	font-size:14px;
}
#contact .tag .title a:hover, #contact .tag .title .A{
	background:#e92026;
	color:#fff;
}
#contact .tag .content{
	text-align:left;
	line-height:28px;
	font-size:14px;
	color:#666;
	padding:20px 0px;
	overflow:hidden;
}
#contact .tag .content iframe{
	margin-top:-80px;
	width:100%;
}
#view{
	margin:50px auto;
	width:100%;
	position:relative;
}
#view .title{
	width:100%;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding:20px 0px;
	color:#333;
	margin:0px auto;
}
#view .time{
	width:100%;
	text-align:center;
	font-size:14px;
	padding:5px 0px;
	margin-bottom:10px;
	color:#ccc;
	margin:0px auto;
	background:#f7f7f7;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
#view .time .counts{
	display:inline-block;
	margin-left:20px;
}
#view .external{
	padding:20px 10px;
	color:#666;
	text-align:left;
	background:#f7f7f7;
}
#view .external p{
	display:block;
	padding:10px 0px;
}
#view .external p img{
	margin-right:20px;
	opacity:0.3;
	width:24px;
}
#view .proshow{
	float:left;
	width: 50%;
	height:auto;
	max-width:600px;
}
#view .proshow img{
	width:100%;
}
#view .proshow .btn-describe{
	display:none;
}
#view .protext{
	float:right;
	width:44%;
	line-height:190%;
	text-align:left;
	margin-top: 80px;
}
#view .protext h2{
	display:block;
	padding:10px 0px;
	color:#E22328;
	font-size: 30px;
	line-height: 1.5;
}
#view .protext h3{
	display:block;
	padding:10px 0px;
	color:#444;
	font-size:20px;
	font-weight:normal;
}
#view .protext h4{
	display:block;
	padding:10px 0px;
	color:#888;
	font-size:16px;
	font-weight:normal;
	line-height:32px;
}
#view .thumbnail{
	clear:both;
	text-align:left;
	padding:20px;
	background:#eee;
	position: inherit;
}
#view .thumbnail a{
	display:inline-block;
	width:14%;
	overflow:hidden;
	border:1px solid #ccc;
	margin-right:10px;
}
#view .thumbnail a:hover{
	border:1px solid #f06405;
	box-shadow:0px 2px 3px rgba(0,0,0,0.1);
}
#view .thumbnail a img{
	width:100%;
}
#view .thumbnail .A{
	border:1px solid #FF3B40;
}
#view .tag{
	width:100%;
	margin:0px auto;
	padding:20px 0px;
	text-align:left;
}
#view .tag .showDefault{
	display:block;
}
#view .tag .showLine{
	display:none;
}
#view .tag #tags_title a{
	font-size:16px;
	background:#ddd;
	padding:10px 30px;
}
#view .tag #tags_title .A{
	color:#E22328;
	background:#fff;
}
#view .tag #tags_content{
	color:#666;
	font-size:16px;
	line-height:30px;
}
#view .tag #tags_content img{
	max-width:100%;
}
#view .tag #tags_content table{
	width:100%;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	margin:20px 0px;
}
#view .tag #tags_content td, #view .tag #tags_content th {
  font-size:1em;
  border:1px solid #ddd;
  padding:1%;
}
#view .tag #tags_content th {
  text-align:left;
  padding-top:5px;
  padding-bottom:4px;
  background-color:#f06405;
  color:#ffffff;
}
#view .text{
	font-size:14px;
	color:#666;
	line-height:25px;
	text-align:left;
	padding:20px 0px;
}
#view .text p{
	margin-bottom:20px;
}
#view .files{
	padding:20px 0px;
	text-align:left;
	border-bottom:1px solid #eee;
}
#view .files a{
	display:block;
	height:32px;
	line-height:32px;
	text-align:left;
	font-size:16px;
}
#view .files a img{
	width:32px;
	height:auto;
	margin-right:5px;
}
#view .url{
	position:relative;
	width:100%;
	margin:0px auto;
	padding:100px 0px 50px 0px;
	text-align:left;
}
#view .url .btn{
	position:absolute;
	left:0px;
	top:20px;	
}
#view .url .btn a{
	display:block;
	padding:5px 0px;
	font-size:14px;
	color:#666;
}
#view .url .btn a span{
	color:#999;
}
#view .url .btn a:hover span{
	color:#f06405;
}
#view .url .back{
	position:absolute;
	right:0px;
	top:20px;	
}
#view .url .back a{
	display:inline-block;
	font-size:14px;
	border:1px solid #ddd;
	border-radius:5px;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=f3f3f3);
	background: -ms-linear-gradient(top, #ffffff,  #f3f3f3);
	background:-moz-linear-gradient(top,#ffffff,#f3f3f3);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ffffff), to(#f3f3f3));
	background: -webkit-linear-gradient(top, #ffffff, #f3f3f3);
	background: -o-linear-gradient(top, #ffffff, #f3f3f3); 
	box-shadow:0px 1px 5px rgba(0,0,0,0.1);
	padding:8px 20px;
}
#view .url .back a:hover{
	background:rgba(250,100,5,1);
	border:1px solid rgba(250,100,5,1);
	color:#fff;
}
#kefu{
	position:fixed;
	z-index:999;
	right:1%;
	bottom:8%;
}
#kefu ul{
	width:50px;
	margin:0px auto;
}
#kefu li{
	position:relative;
	display:block;
	margin:6px auto;
	border-radius:5px;
	width:50px;
	height:45px;
	padding-top:5px;
	cursor:pointer;
}
#kefu li img{
	display:block;
	width:40px;
	height:40px;
	margin:0px auto;
}
#kefu .qq{
	background:#12b7f5;
}
#kefu .weixin{
	background:#00c800;
}
#kefu .gotop{
	background:#777;
}
#kefu .qqline{
	position:absolute;
	z-index:9;
	left:-80px;
	top:0px;
	width:160px;
	height:50px;
	opacity:0;
	background:#12b7f5;
	border-radius:5px;
	transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}
#kefu .qrcode{
	position:absolute;
	z-index:9;
	left:-180px;
	top:-100px;
	width:200px;
	height:200px;
	opacity:0;
	border:1px solid #ddd;
	box-shadow:0px 2px 5px rgba(0,0,0,0.1);
	transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}
#kefu .qrcode img{
	width:100%;
	height:100%;
	margin:0px;
}
#kefu .qq:hover .qqline{
	left:-150px;
	opacity:1;
}
#kefu .weixin:hover .qrcode{
	left:-210px;
	opacity:1;
}
#kefu li:hover{
	opacity:0.8;
}
#page{
	width:100%;
	margin:0px auto;
	padding:50px 0px;
}
#page .pageleft {
	float: left;
	height: 30px;
}
#page .pageleft  a{
	border-radius:3px;
}
#page .pageright {
	float: right;
	width: 160px;
	text-align: right;
	height: 30px;
	color:#999;
	font-size:12px;
}
#page .pagebtn {
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 25px;
	text-align: center;
	border: 1px solid #EEE;
	margin-right: 8px;
	vertical-align: middle;
}
#page .pagebtn:hover {
	border: 1px solid #DDD;
	background: #F7F7F7;
}
#page .pagebtn:active {
	border: 1px solid #DDD;
	background: #E1E1E1;
}
#page .pageprev {
	display: inline-block;
	width: 26px;
	height: 26px;
	border: 1px solid #EEE;
	margin-right: 8px;
	vertical-align: middle;
	background: url(../images/page_left.gif) no-repeat center center;
}
#page .pageprev:hover, .pagenext:hover {
	background-color: #F7F7F7;
	border: 1px solid #DDD;
}
#page .pageprev:active, .pagenext:active {
	background-color: #E1E1E1;
	border: 1px solid #DDD;
}
#page .pagebtnA {
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 25px;
	text-align: center;
	border: 1px solid #CCC;
	background: #FFFFCC;
	margin-right: 8px;
	vertical-align: middle;
	color: #FF6600;
	font-weight: bold;
}
#page .pagenext {
	display: inline-block;
	width: 26px;
	height: 26px;
	border: 1px solid #EEE;
	margin-right: 8px;
	vertical-align: middle;
	background: url(../images/page_right.gif) no-repeat center center;
}
#page .pageinfo {
	display: inline-block;
	height: 26px;
	line-height: 25px;
	margin-right: 8px;
	vertical-align: middle;
}
#page .trunpage {
	font-size: 12px;
	padding: 4px 4px 5px 4px;
	border: 1px solid #EEEEEE;
	text-align: center;
	vertical-align: middle;
}
#page .pageell {
	display: inline-block;
	height: 26px;
	line-height: 25px;
	margin-right: 8px;
	vertical-align: middle;
}
#footer{
	background:#a1a1a1;
	width:100%;
	min-height:135px;
	padding:20px 0px;
	margin:0px auto;
}
#footer .nav{
	width:90%;
	max-width:1080px;
	padding:25px 0px;
	margin:0px auto;
}
#footer .nav li{
	display:inline-block;
}
#footer .nav li a{
	color:#fff;
	font-size:13px;
	display:block;
}
#footer .nav li a:hover{
	text-decoration:underline;
}
#footer .nav li.spline{
	display:inline-block;
	padding:0px 25px;
	color:rgba(255,255,255,0.5);
}
#footer .copy{
	width:90%;
	color:#fff;
	font-size:12px;
	margin:0px auto;
}
#footer .copy a{
	display:inline-block;
	color:#fff;
	margin-left:15px;
}
#footer .copy a:hover{
	color:#f06405;
}
#footer .bshare-custom{
	width:90%;
	margin:0px auto;	
	padding:20px 0px;
}
#footer .bshare-custom a{	
	width:30px;
	height:30px;
	border-radius:100%;
	padding:0px;
	margin:0px 5px;
}
#footer .bshare-custom .bshare-sinaminiblog{
	background:url(../images/share-icon-weibo.png) no-repeat;	
	background-size:25px 25px;
	background-position: center center;
	background-color:#777;
}
#footer .bshare-custom .bshare-qzone{
	background:url(../images/share-icon-qzone.png) no-repeat;
	background-size:25px 25px;
	background-position: center center;
	background-color:#777;
}
#footer .bshare-custom .bshare-qqim{
	background:url(../images/share-icon-qq.png) no-repeat;
	background-size:25px 25px;
	background-position: center center;
	background-color:#777;
}
#footer .bshare-custom .bshare-weixin{
	background:url(../images/share-icon-weixin.png) no-repeat;
	background-size:25px 25px;
	background-position: center center;
	background-color:#777;
}
#footer .bshare-custom .bshare-renren{
	background:url(../images/share-icon-renren.png) no-repeat;
	background-size:25px 25px;
	background-position: center center;
	background-color:#777;
}
#footer .bshare-custom a:hover{
	background-color:#E1232F;
}

@media (min-width:1830px ) {
#banner {
	height:600px;
	overflow:hidden;
}
#banner img {
	width: auto;
}
#banner-inside {
	height: 350px;
}
}
@media (max-width:1230px ) {
#header .logo{
	left:4%;
	top:24px;
}
#header .logo img{
	height:37px;
}
#header .menu .child .title{
	font-size:14px;
}
#header .menu .spline{
	padding:0px 3px;
}
#header .btn{
	right:3%;
}

#main .support .con .external {
	display:inline-block;
	margin:0px 5px;
	width:23%;
}

}
@media (max-width:1030px ) {
#header{
	height:70px;
}
#header .logo{
	top:20px;
}
#header .logo img{
	height:32px;
}
#header .menu{
	display:none;
	top:75px;
	right:0px;
	width:100%;
	height:auto !important;
	padding-bottom:20px;
	margin-left:auto;
	left:auto;
}
#header .menu .spline{
	display:none;
}
#header .menu .child{
	float:none;
	width:90%;
	text-align:left;
	margin:0 auto;
    background-color: #f9f9f9;
    border-left:1px solid #dadada;
    border-right:1px solid #dadada;
    border-bottom:1px solid #dadada;
    height:auto !important;
    line-height: 35px !important;
}
#header .menu .child:nth-child(2){
	border-top:1px solid #dadada;
}
#header .menu .child .title{
	font-size:14px;
	color:#666;
	padding:5px 2%;
	display: inherit;
	background:none !important;
}
#header .menu .child .childContent{
	display:none;
	position:relative;
	top:0px !important;
	width:100%;
}
#header .menu .child .childContent .childContentLi{
	padding:0 6%;
	color:#666;
	font-size:12px;
	height:35px;
	line-height:35px;
	border-top:1px solid #dadada;
	border-bottom:0px;
}
#header .menu .child .pointer{
	display:block;
	top:3px;
	right:3px;
}
#header .searchContent{
	top:70px;
}
#header .btn{
	display:none;
}
#header .wapbtn{
	display:inline-block;
	position:absolute;
	z-index:9;
	top:16px;
	right:3%;
}
#header .wapbtn .search{
	margin-right:30px;
	padding-right:10px;
	border-right:1px solid rgba(0,0,0,0.1);
}
#header .wapbtn .search img{
	width:32px;
	opacity:0.3;
}
#header .wapbtn .btn-menu img{
	width:32px;
}
#banner {
	margin: 70px auto 0px auto;
}
#feature .prev{
	left:-2% !important;
}
#feature .next{
	right:-2% !important;
}
#feature .prev img, #feature .next img{
	width:80%;
	height:80%;
}
#main .news .list a .text{
	color:#5e5e5e;
	font-size:12px;
}
}

@media (max-width:870px) {
#product .list a .view h2{
	padding:30px 0px 0px 0px;
	font-size:20px;
}
#product .list a .view h3{
	font-size:14px;
	letter-spacing:3px;
}
#product .list a .view h4{
	font-size:12px;
	line-height:20px;
}
}

@media (max-width:780px ) {
#header .menu .child .title{
	font-size:12px;
	padding:5px 5%;
}
#main .news .imgtext{
	height:360px;
}
#main .news .list a{
	height:112px;
}
#main .news .list a .time{
	height:70%;
}
#main .news .list a .time h3{
	padding:10px 0px 0px 0px;
	font-size:36px;
}
#main .news .list a .text{
	height:60%;
}
#main .support .con .external {
	display:inline-block;
	margin:0px 11px 20px 11px;
	width:250px;
	height:420px;
}
#feedback form dl dd select{	
	padding:10px;
}

#banner-inside {
	margin-top: 70px;
	height: 200px;
}
#banner-inside img {
	width: 1000px;
	margin-left: -500px;
}
#navpart {
	width:70%;
	padding:20px 10%;
}
#about .sketch{
	float:none;
	width:100%;
}
#about .sketch .title{
	font-size:50px;
}
#about .sketch .title span{
	font-size:42px;
}
#about .sketch .con{
	margin:40px auto;
	font-size:12px;
}
#about .sketch .con b{
	font-size:36px;
}
#about .text{
	float:none;
	width:100%;
}
#about .imgs img{
	display:block;
	margin-bottom:20px;
	width:100%;
	height:auto;
}
#boss .img{
	float:none;
	width:100%;
}
#boss .text{
	float:none;
	width:100%;
}
#culture .img{
	float:none;
	width:100%;
}
#culture .text{
	float:none;
	width:100%;
}
#volunteer .img{
	float:none;
	width:100%;
}
#volunteer .text{
	float:none;
	width:100%;
}
#feature{
	height:400px;
}

#feature .animation{
	height:400px;
}
#feature .animation li h3{
	bottom:60px;
}
#feature .animation li h3 span{
	padding:8px 30px;
	font-size:12px;
}

#quality .img{
	display:none;
}
#quality .text{
	float:none;
	width:100%;
	font-size:12px;
	line-height:20px;
}
#quality .text .tag_title{
	font-size:14px;
}
#technical .list a{
	width:40%;
}
#download .list a{
	width:40%;
}
#view .text img{
	width:100%;
	height:auto;
	display:block;
}
#view .files{
	border-bottom:0px;
}
#view .url .btn{
	position:relative;
	top:0px;	
}
#view .url .btn a{
	display:block;
	text-align:center;
	padding:8px 0px;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ff9900,endColorStr=#f06405);
	background: -ms-linear-gradient(top, #ff9900,  #f06405);
	background:-moz-linear-gradient(top,#ff9900,#f06405);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ff9900), to(#f06405));
	background: -webkit-linear-gradient(top, #ff9900, #f06405);
	background: -o-linear-gradient(top, #ff9900, #f06405);
	border:1px solid #f06405;
	border-radius:5px;
	color:#fff !important;
	margin:8px auto;
}
#view .url .btn a span{
	display:none;
}
#view .url .btn a:hover{
	background:#f06405;
}
#view .url .back{
	position:relative;
	display:block;
	width:100%;
	top:10px;
}
#view .url .back a{
	display:block;
	text-align:center;
}
#footer .nav .spline{
	padding:0px 15px !important;
}
#links{
	display:none;
}
#kefu{
	display:none;
}
}

@media (max-width:680px ) {
#header{
	height:50px;
}
#header .logo{
	top:12px;
}
#header .logo img{
	height:28px;
}
#header .menu{
	top:55px;
}
#header .searchContent{
	top:50px;
	height:100px;
}
#header .searchContent form{
	margin:25px auto 0px auto;
}
#header .searchContent form #keys{
	float:left;
	font-size:12px;
	border-radius:5px;
	padding:0px 15px;
	margin-left:10%;
	width:60%;
	height:40px;
	line-height:40px;
}
#header .searchContent form #go{
	margin-right:10%;
	float:right;
	font-size:14px;
	height:43px;
	line-height:43px;
}
#header .wapbtn{
	top:8px;
}
#banner {
	margin: 50px auto 0px auto;
}
#banner .swiper-pagination{
	display:none;
}
#banner-inside {
	margin-top: 50px;
	height: 200px;
}
#solution .list a{
	width:46%;
	margin:0px 2% 20px 2%;
}
#solution .list a .name{
	font-size:13px;
	height:45px;
	line-height:45px;
	background-size:90px 4px;
}
#solution .list a:hover .name{
	height:70px;
	background-size:90px 4px;
}
#jobs .list li{
	height:40px;
}
#jobs .list li .icon{
	margin-top:-12px;
	width:24px;
}
#jobs .list li h3{
	font-size:14px;
	height:40px;
	line-height:40px;
}
#jobs .list li .con{
	font-size:12px;
	line-height:20px;
}
#jobs .list li .con .text p{
	width:48%;
}
#view .time{
	font-size:12px;
	border-bottom:1px solid #f2f2f2;
}
#footer .nav .spline{
	display:none !important;
}
#footer{
	text-align:left;
}
#footer .nav li{
	display:block;
	text-align:left;
	padding:3% 2%;
	font-size:14px;
	border-bottom:1px solid rgba(255,255,255,0.2);
}
#footer .nav li a:hover{
	text-decoration:none;
}
#footer .nav li:last-child{
	border-bottom:5px solid rgba(255,255,255,0.7);
}
}

@media (max-width:640px ) {
#main .product .bd li{
	width:245px;
}
#main .news .imgtext{
	float:none;
	width:100%;
	max-width:100%;
	height:auto;
	background:#fff;
	margin-bottom:12px;
}
#main .news .list{
	float:none;
	width:100%;
	max-width:100%;
	height:auto;
	overflow:hidden;
}
#main .support .con .external {
	margin:0px 1% 1% 0px;
	width:45%;
	height:45%;
}
#main .support .con .inner > div.text {
	height: 45%;
	padding-bottom:20%;
}
#main .support .con .inner > div.text .icon{
	display:inline-block;
	padding:40px 0px 10px 0px;
}
#main .support .con .inner > div.text img{
	display:none;
}
#main .support .con .inner > div.text h3{
	font-size:16px;
}
#main .support .con .inner > div.text h4{
	display:none;
}
#main .support .con .inner .on .icon{
	height:50px;
	margin-top:50px;
}
#main .support .con .inner .on h4{

	display:none;
}
#main .support .con .inner:hover .on h3{
	top:27%;
	font-size:18px;
}
#title{
	position:absolute;
	width:100%;
	height:50px;
	padding:0px;
	margin:-75px auto 0px auto;
	text-align:center;
	background:rgba(0,0,0,0.7);
}
#title .icon{
	width:30px;
	height:30px;
	margin-right:10px;
}
#title .text{
	line-height:30px;
}
#title .text h3{
	display:none;
}
#navpart{
	display:none;
	position:fixed;
	z-index:1001;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	min-height:100%;
	background:rgba(0,0,0,0.9);
	border-bottom:0px !important;
	padding:0px;
}
#navpart .title{
	width:70%;
	margin:20px auto;
	font-size:16px;
	color:rgba(255,255,255,0.9);
	text-align:left;
	padding:30px 3% 10px 3%;
	border-bottom:2px solid rgba(255,255,255,0.2);
}
#navpart a:first-child{
	margin-top:100px;
}
#navpart a{
	display:block;
	width:70%;
	margin:15px auto;
	padding:20px 10px;
	text-align:center;
	font-size:16px;
	background:rgba(255,255,255,0.1);
	border:1px solid rgba(255,255,255,0.2);
}
#navpart .btn-closemenuson{
	display:block;
	border:1px solid rgba(255,255,255,0.5);
	background:rgba(255,255,255,0.2);
	box-shadow:0px 2px 5px rgba(0,0,0,0.8);
	border-radius:100%;
	font-size:25px;
	width:40px;
	height:40px;
	line-height:35px;
	text-align:center;
	color:#fff;
	margin:0px auto;
	cursor:pointer;
}
#navpart .btn-closemenuson:hover{
	background:#f06405;
	border:1px solid #f06405;
}
#mod{
	position:relative;
	width:90%;
	display:block;
	padding:15px 0px;
	margin:0px auto;
	border-bottom:4px solid #eee;
	text-align:left;	
}
#mod h3{
	font-size:18px;
	font:"微软雅黑", Arial, "Arial Narrow";
	font-weight:normal;
	color:#333;
}
#mod .btn-menuson{
	position:absolute;
	right:0px;
	top:16px;
	color:#999;
	font-size:12px;
	cursor:pointer;
}
#mod .btn-menuson{
	opacity:0.5;
}

#product .list a{
	width:45%;
}
#staff .list a{
	width:45%;
}
#staff .list a img{
	min-height:185px;
	max-height:185px;
}
#feature{
	height:350px;
}
#feature .animation{
	height:330px;
}
#feature .animation li h3{
	bottom:0px;
}
#feature .animation li h3 span{
	display:block;
	width:100%;
	padding:8px 0px;
	border-radius:0px;
	font-size:12px;
}
#feature .prev img, #feature .next img{
	width:36px;
	height:36px;
}
#technical .list a{
	float:none !important;
	width:90%;
	margin:0px auto 20px auto;
}
#download .list a{
	float:none !important;
	width:90%;
	margin:0px auto 20px auto;
}
#feedback .text{
	font-size:12px;
	line-height:20px;
}
#feedback form dl dt {
	display:block;
	width: 100%;
}
#feedback form dl dd {
	display:block;
	padding-left:0px;
	margin-top: 0px;
}
#feedback form dl dd select{
	display:block;
	width:100%;
	padding:10px 2%;
	margin-bottom:2%;
	font-size:12px;
}
#feedback form dl input, #feedback form dl textarea {
	width:auto;
	padding:10px 2%;
	border:1px solid #ccc;
	border-radius:5px;
	color: #888;
	font-size:14px;
	font-family: "微软雅黑";
	margin-right:20px;
}
#feedback form dl input {
	width:96%;
	height: 20px;	
}
#feedback form dl textarea {
	width:96%;
	height: 120px;
	overflow: auto;
	padding:20px 2%;
}
#feedback form dl #checksn{
	width:10%;
}
#feedback form dl .button input {
	width: auto;
	height: 45px;
	line-height: 45px;
	border: none;
	color: #fff;
	padding: 0px 35px;
	cursor: pointer;
	font-weight: bold;
	background: #f06405;
	font-family: "微软雅黑";
	font-size: 16px;
	margin: 15px auto;
}
#feedback form dl .button input:hover {
	background: #666;
}
#contact .img{
	float:none;
}
#contact .text{
	float:none;
	padding:10px 0px!important;
}
#view .proshow{
	position:relative;
	float:none;
	width:99.6%;
	padding-top:20px;
	border:1px solid #eee;
}
#view .proshow .btn-describe{
	display:block;
	position:absolute;
	right:20px;
	bottom:20px;
	cursor:pointer;
}
#view .proshow .btn-describe img{
	opacity:0.2;
}
#view .proshow .btn-describe:hover img{
	opacity:0.5;
}
#view .thumbnail{
    position: absolute;
    top: 400px;
}
#view .protext{
	position: relative;
	display:block;
	float:none;
	width:100%;
	text-align:left;
	margin-top: 120px;
}
#view .protext h2{
	display:inline-block;
	font-size:20px;
	padding:0px 10px 0px 20px;
	color: #000;
}
#view .protext h3{
	display:inline-block;
	font-size:16px;
	color: #000;
}
#view .protext h4{
	display:none;
	position:absolute;
	left:15px;
	top:60px;
	font-size:14px;
	line-height:25px;
	padding:20px;
	background:rgba(0,0,0,0.8);
	color:rgba(255,255,255,0.8);
}
#view .thumbnail a{
	width:14%;
}
#view .thumbnail .A{
	border:1px solid #f06405;
}
#view .tag .showDefault{
	display:none;
}
#view .tag .showLine{
	display:block;
}
#view .tag .tags_title a{
	font-size:14px;
	padding:8px 5%;
}
#view .tag .tags_content{
	font-size:12px;
	line-height:20px;
	overflow:hidden;
}
#view .tag .tags_content table{
	width:100%;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	margin:20px 0px;
}
#view .tag .tags_content td, #view .tag .tags_content th {
  font-size:12px;
  border:1px solid #ddd;
  padding:0px 5px;
}
#view .tag .tags_content th {
	font-size:14px;
  text-align:left;
  padding-top:5px;
  padding-bottom:4px;
  background-color:#f06405;
  color:#ffffff;
}
#view .tag .tags_content img{
	max-width:100%;
}
}

@media (max-width:480px ) {
#header .searchContent form #keys{
	width:50%;
}
#header .searchContent form #keys{
	width:45%;
}
#banner {
	min-height:100px;
	/*min-height:240px;*/
}
/*#banner img{
	position:relative;
	width:200%;
	height:240px;
}*/
#main .product .bd li{
	width:300px;
}
#main .news .imgtext .text{	
	text-overflow:ellipsis;
	white-space:nowrap;
}
#navpart a:first-child{
	margin-top:70px;
}
#navpart a{
	width:70%;
	margin:12px auto;
	padding:15px 10px;
	font-size:15px;
}
#inside{
	min-height:300px;
}
#catalog .list a{
	float:none;
	width:100%;
	margin-bottom:6%;
}
#catalog .list a:nth-child(even) {
	float:none;
}
#product .list a{
	display:block;
	float:none;
	width:100%;
}
#feature{
	height:200px;
}
#feature .animation{
	height:190px;
}
#feature .animation li h3 span{
	padding:5px 0px;
}
#feature .prev img, #feature .next img{
	width:30px;
	height:30px;
}

#honor .list a{
	display:block;
	float:none;
	text-align:center;
	margin:0px auto 20px auto;
	width:95%;
	border:1px solid #eee;
}
#honor .list a .img{
	display: block;
	vertical-align:middle;
	text-align:center;
	width:100%;
	height: 400px;
	padding:15px 0px;
	border:0px;
}
#honor .list a img {
	vertical-align:middle;
	width:90%;
	height: 400px;
	max-height:none;
}
#solution .list a{
	width:100%;
	float:none;
}
#technical .list a h3{
	font-size:14px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#technical .list a h5{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#download .list a h3{
	width:70%;
	font-size:14px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#download .list a h5{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#download .list a .icon{
	width:48px;
	height:48px;
}
#download .list a .icon img{
	top:-48px;
	width:48px;
	height:96px;
}
#talent .text{
	font-size:12px;
}
#talent .text h4{
	font-size:16px;
}

#jobs .list li .con .text p{
	display:block;
	width:100%;
}
#volunteer .text{
	font-size:14px;
}
#volunteer .text h2{
	font-size:18px;
}
#info .list a .time{
	float:none;
	width:10%;
	padding:6px 0px;
}
#info .list a .time h2{
	display:none;
}
#info .list a .time h3{
	display:none;
}
#info .list a .time h4{
	display:block;
	font-weight:normal;
	color:#888;
}
#info .list a .text{
	float:none;
	width:100%;
	margin-left:0px;
	font-size:12px;
	line-height:20px;
}
#info .list a .text h3{
	font-size:14px;
}
#exhibition .list a{
	width:100%;
	float:none;
	max-height:300px;
	min-height:300px;	
}
#exhibition .list a .text{
	line-height:22px;
}
#staff .list a{
	float:none;

	text-align:center;
	width:96%;
	margin:0px auto 20px auto;
	font-size:14px;

	border:1px solid #eee;
	padding-bottom:10px;
}
#staff .list a:hover{
	box-shadow:0px 2px 5px rgba(0,0,0,0.1);
}
#view .time .counts{
	display:block;
	margin:0px;
}
#page .pageleft{
	float:none;
	display:block;
	text-align:center;
}
#page .pageright{
	display:none;
}
#footer .copy a{
	display:block;
	margin:5px 0px;
}

#contact .img img{
	width:100%;
	height:auto;
}
#contact .text{
	line-height:24px;
	font-size:12px;
}
#contact .text h2{
	font-size:24px;
}
#contact .tag{
	margin:30px auto;
}
#contact .tag .title{
	min-height:38px;
}
#contact .tag .title a{
	font-size:12px;
	text-align:center;
}
#contact .tag .content{
	line-height:24px;
	font-size:12px;
}
}

@media (max-width:380px ) {
#view .proshow{
	width:99.2%;
}
#view .proshow .btn-describe{
	right:10px;
	bottom:10px;
}
#view .proshow .btn-describe img{
	width:80%;
}
#view .protext h2{
	font-size:18px;
}
#view .protext h3{
	font-size:14px;
}
#view .protext h4{
	font-size:12px;
	line-height:20px;
}
#view .thumbnail a{
	width:18%;
	margin-right:2px;
}
#view .tag #tags_title a{
	font-size:12px;
	padding:5px 3%;
}
#view .tag #tags_content{
	font-size:12px;
	line-height:20px;
}
}

@media (max-width:320px ) {
#header .wapbtn .search{
	margin-right:15px;
}
#header .wapbtn .search img{
	width:25px;
}
#header .wapbtn .btn-menu img{
	width:25px;
}
#header .searchContent form #keys{
	width:46%;
}
#header .searchContent form #go{
	width:58px;
}
#navpart a:first-child{
	margin-top:50px;
}
#navpart a{
	width:70%;
	margin:10px auto;
	padding:12px 10px;
	font-size:14px;
}
#inside{
	min-height:230px;
}
#product .list a{
	float:none;
	width:96%;
	margin:0px auto 20px auto;
}
#product .list a .view h2{
	padding:30px 0px 0px 0px;
	font-size:24px;
}
#product .list a .view h3{
	padding:10px 0px;
	font-size:14px;
	letter-spacing:5px;
}
#view .external p img{
	margin-right:6px;
}
#view .text{
	font-size:12px;
	line-height:20px;
}
#view .protext h2{
	font-size:16px;
	padding-right:5px;
}
#view .protext h4{
	top:50px;
	padding:15px;
}
#view .tag #tags_title a{
	padding:3px 2%;
}
#feature{
	height:170px;
}
#feature .animation{
	height:160px;
}
#feature .prev img, #feature .next img{
	width:20px;
	height:20px;
}
}
#swidth {
	display:none;
	position: fixed;
	z-index: 999;
	right: 0px;
	top: 50%;
	background: #000;
	color: #fff;
	padding: 20px;
}