@charset "utf-8";
/* CSS Document */
html, body {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-family: "微软雅黑";
	background: #fff;
	text-align: center;
	-webkit-text-size-adjust: none;
	min-width: 1900px;
}
a {
	color: #666666;
	text-decoration: none;
	outline: 0px none;
 star:expression(this.onFocus=this.blur());
}
a:hover, a:active {
	color: #af251b;
}
* {
	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/null.gif"):(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;
}
html::-webkit-scrollbar-track {
 box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #ddd;
}
html::-webkit-scrollbar {
 width: 8px;
 background-color: #ddd;
}
html::-webkit-scrollbar-thumb {
 background-color: #af251b;
}
#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 0px;
}
#header {
	position: fixed;
	z-index: 999;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100px;
	background: #fff;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
	border-top:3px solid #AF251B;
	min-width: 1900px;
}
#header .logo {
	position: absolute;
	z-index: 9;
	left: 50px;
	top: 27px;
	text-align: left;
}
#header .advertising {
	display:none;
	position: absolute;
	z-index: 9;
	left: 260px;
	top: 0px;
	text-align: left;
}
#header .menu {
	height: 100px;
	line-height: 100px;
	font-size: 16px;
}
#header .menu a {
	display: inline-block;
	margin: 0px 20px;
	position: relative;
	z-index: 99;
	padding: 0px 20px;
}
#header .menu a span {
	position: absolute;
	left: 18px;
	bottom: 10px;
	width: 0px;
	height: 2px;
	background: #af251b;
	overflow: hidden;
}
#header .menu a:hover, #header .menu .A {
	color: #af251b;
}
#header .search {
	position: absolute;
	z-index: 9;
	top: 38px;
	right: 330px;
	width: 240px;
	height: 35px;
	overflow: hidden;
	padding-right: 15px;
	text-align: right;
	background: url(../images/search-separation.png) no-repeat;
	background-position: right top;
}
#header .search .btn-search {
	display: inline-block;
	opacity:.7;
}
#header .search .searchCon {
	display: none;
	position: absolute;
	z-index: 9;
	top: 0px;
	right: -220px;
	width: 180px;
	padding: 2px 0px;
	border: 1px solid #ddd;
	background: #f7f7f7;
	border-radius: 20px;
}
#header .search .searchCon #keys {
	background: none;
	float:left;
	width:75%;
	padding-left:15px;
	border: 0px;
	color: #ccc;
	outline: none;
	font-size: 14px;
	font-family: "微软雅黑", Arial, "Arial Narrow";
}
#header .search .searchCon #go {
	width: 16px;
	height: 16px;
	border: 0px;
	cursor: pointer;
	background: url(../images/go.png) no-repeat;
	background-position: center center;
	background-size:auto 100%;
	font-size: 0px;
	float: right;
	outline: none;
	margin-right: 10px;
}
#header .language {
	position: absolute;
	z-index: 9;
	top: 0px;
	height: 80px;
	line-height: 90px;
	right: 80px;
	padding-left: 15px;
}
#header .language a {
	display: block;
	height: 80px;
	color: rgba(0,0,0,0.5);
}
#header .language img {
	margin-left: 5px;
	height: 30px;
}
#languagecon {
	display: none;
	position: fixed;
	z-index: 1001;
	right: 90px;
	top: 60px;
	background: #f5f5f5;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
	padding: 10px;
	min-width: 80px;
}
#languagecon a {
	display: block;
	text-align: left;
	height: 20px;
	line-height: 20px;
	padding: 3px 0px;
}
#languagecon a img {
	margin-right: 5px;
}
#header .share {
	position: absolute;
	z-index: 9;
	right: 50px;
	top: 30px;
	text-align: right;
}
#header .share a {
	background: url(../images/icon-share.png) no-repeat;
	padding: 0px;
	width: 28px;
	height: 28px;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
}
#header .share .bshare-sinaminiblog {
	background-position: -28px 0px;
}
#header .share .bshare-weixin {
	background-position: 0px 0px;
}
#header .share .bshare-more {
	display: none;
}
#header .shadow {
	background: url(../images/header-shadow.png) no-repeat;
	background-position: top center;
	background-size: cover cover;
	height: 75px;
}
#menuson {
	position: fixed;
	width: 100%;
	z-index: 990;
	left: 50%;
	top: 80px;
	margin-left: -50%;
	padding: 0px;
	min-width: 1900px;
}
#menuson .son {
	position: relative;
	z-index: 9;
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	background: rgba(255,255,255,0.95);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff, endColorstr=#E5ffffff);
}
#menuson .son .text {
	float: left;
	width: 300px;
}
#menuson .son .text a {
	font-size: 15px;
	display: inline-block;
	float: left;
	width: 120px;
	padding: 10px 0px;
	margin-right: 20px;
	text-align: center;
	transition: all .35s;
}
#menuson .son .text a:hover {
	color: #fff;
	background: #af251b;
}
#menuson .son .img {
	float: right;
	height: 225px;
	padding-left: 60px;
	border-left: 1px solid #ddd;
}
#menuson .son #sm1, #menuson .son #sm2, #menuson .son #sm3, #menuson .son #sm4, #menuson .son #sm5, #menuson .son #sm6 {
	width: 620px;
	height: 0px;
	overflow: hidden;
	margin: 0px auto;
}
#banner {
	width: 100%;
	height: 850px;
	position: relative;
	z-index: 1;
	margin: 100px 0 0 0;
	overflow:hidden;
	min-width: 1900px;
}
#banner>.bg, #b-sub>.bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.5);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
	z-index: 2;
	display: none;
}
.inside {
	height: 400px !important;
}
#b-sub {
	width: 100%;
	height: 350px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 116px 0 0 0;
	animation: b-bg 1.6s;
}
#main {
	position: relative;
	width: 100%;
	margin: 0px auto;
	min-width: 1900px;
}
#main .catalog {
	background-position: top center;
	background-size: 100% 100%;
	position: relative;
	height:700px;
	margin-top: 50px;
}
.title{width:420px;margin:0px auto;text-align:center;padding:40px 0px;	}
.title h2{display:block;font-size:32px;font-family:Arial, "Arial Narrow";font-weight:normal;text-transform:uppercase;color:#777;}
.title h3{background:url(../images/title-line.jpg)) no-repeat;background-position:center bottom;display:block;padding:10px 0px;color:#af251b;font-size:20px;font-weight:normal;}
.title h4{display:block;padding:10px 0px;font-size:12px;font-weight:normal;line-height:20px;color:#ccc;}
#main .catalog .container {
	width: 1120px;
	height: 460px;
	height: 480px\9;
	padding: 10px;
	margin: 0px auto;
	position: relative;
	z-index: 99;
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
	behavior: url(../css/ie-css3.htc);
}
#main .catalog .container .imglist {
	display: block;
	width: 100%;
	margin: 0px auto;
}
#main .catalog .container .imglist .item1 {
	display: block;
	float: left;
}
#main .catalog .container .imglist a {
	position: relative;
	display: block;
	float: left;
	margin: 0px 2px 2px 0px;
	background: #000;
	transition: all .35s;
	overflow: hidden;
}
#main .catalog .container .imglist a img {
	transition: all .35s;
	opacity: 1;
}
#main .catalog .container .imglist a .name {
	position: absolute;
	z-index: 9;
	left: 10px;
	top: 10px;
	font-size: 14px;
	color: #fff;
	transition: all .35s;
}
#main .catalog .container .imglist .zoom {
	display: none\9;
	opacity: 0;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 50%;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 16px;
	color: rgba(255,255,255,1);
	line-height: 800%;
	margin-left: -50%;
	background: url(../images/catalog-arr.png) no-repeat;
	background-position: 50% 70%;
	transition: all .35s;
}
#main .catalog .container .imglist .item2 {
	display: block;
	float: left;
	width: 454px;
	height: 342px;
}
#main .catalog .container .imglist a:hover img {
	opacity: .2;
}
#main .catalog .container .imglist a:hover .name {
	opacity: 0;
}
#main .catalog .container .imglist a:hover .zoom {
	opacity: 1;
	line-height: 900%;
}

#main .catalog .container .textlist .item {
	display: block;
	float: left;
	width: 25%;
}
#main .catalog .container .textlist .item a {
	display: block;
	width: 90%;
	font-size: 14px;
	color: #af251b;
	padding: 5px 0px;
	border-radius: 30px;
	transition: all .35s;
	overflow: hidden;
}
#main .catalog .container .textlist .item a>span {
	display: inline-block;
	float: left;
	width: 18px;
	height: 18px;
	font-family: Arial, "Arial Narrow";
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: #af251b;
	border-radius: 100%;
	margin-right: 5px;
	margin-top: 2px;
	overflow: hidden;
	transition: all .35s;
}
#main .catalog .container .textlist .item a:hover {
	color: #fff;
	background: #af251b;
}
#main .catalog .container .textlist .item a:hover span {
	margin-left: 5px;
}
#main .salse {
	background: url(../images/main-salse-bg.jpg) no-repeat;
	background-position: top center;
	background-size: 100% 100%;
	position: relative;
	height: 650px;
}
#main .salse .title {
	margin: 0px auto;
	padding: 100px 0px 50px 0px;
	text-align: center;
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
#main .salse .describe {
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	color: rgba(0,0,0,.7);
	color: #af251b;
}
#main .salse .container {
	width: 1040px;
	height: 300px;
	padding: 10px;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin: auto;
}
#main .salse .container .item {
	display: block;
	float: left;
	width: 280px;
	text-align: left;
	margin: 0px 50px;
	transition: all .35s;
}
#main .salse .container .item:first-child {
	margin-left: 0px !important;
}
#main .salse .container .item:last-child {
	margin-right: 0px !important;
}
#main .salse .container .item a {
	display: block;
}
#main .salse .container .item .icon {
	display: block;
	width: 150px;
	height: 150px;
	margin: 0px auto;
	overflow: hidden;
	background: #fff;
	border-radius: 100%;
	transition: all .35s;
}
#main .salse .container .item .name {
	padding: 20px;
	margin: 0px auto;
	font-size: 16px;
	font-weight: 600;
	color:#777;
	text-align: center;
}
#main .salse .container .item .text {
	font-size: 14px;
	line-height: 24px;
	color:#ccc;
	text-align: center;
}
#main .salse .container .item:hover .icon {
	background: #af251b;
}
#main .salse .container .item:hover .icon img {
	margin-top: -150px;
}
#main .human {
	padding-top: 50px;
	background-position: top center;
	background-size: 100% 100%;
	position: relative;
	height: 820px;
}
#ind-about{
	width:1200px;
	height:600px;
	position:relative;
	margin: auto;
	}	
#ind-about .img{
	width:660px;
	height:410px;
	border:3px solid #fff;
	position:absolute;
	left:0px;
	top:47px;
	}
#ind-about .img2{
	width:1130px;
	height:476px;
	position:absolute;
	right:0px;
	top:20px;
	z-index:0;
	background:url(../images/indabo3.png) no-repeat 0 0;
	}
#ind-about .con{
	width:430px;
	height:410px;
	position:absolute;
	right:40px;
	top:90px;
	z-index:2;
	}
#ind-about .con h1{
	margin-bottom:10px;
	text-align: left;
	}
#ind-about .con span{
	display:block;
	width:140px;
	height:2px;
	background-color:#af251b;
	margin-bottom:30px;
	}
#ind-about .con p{
	line-height:30px;
	font-size:14px;
	text-align: left;
	}
#ind-about .con .btn{
	margin-top:35px;
	}
#ind-about .con .btn a{
	display:inline-block;
	width:120px;
	height:45px;
	text-align:center;
	font-size:16px;
	line-height:45px;
	background-color:rgba(255,255,255,.2);
	border:1px solid #eaeaea;
	margin-right:25px;
	}
#ind-about .con .btn a:last-child{
	margin-right:0px;
	}
#ind-about .con .btn a:hover{
	background-color:rgba(255,255,255,.6);
	transform:translateY(-5px);
	box-shadow:0px 3px 5px rgba(0,0,0,.5);
	}
#ind-about .bg1{
	width:100%;
	height:600px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:-1;
	background:url(../images/indabo2.png) repeat 0 0;
	}
#ind-about .bg2{
	width:100%;
	height:600px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:-2;
	background: url(../images/indabo1.jpg) no-repeat center center fixed;
	background-size: cover;
	}
	
#path {
	position: absolute;
	z-index: 99;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: rgba(16,159,66,0.9);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5129f43, endColorstr=#E5129f43);
}
#path .container {
	width: 1140px;
	margin: 0px auto;
}
#path .container .text {
	float: left;
	width: 30%;
	text-align: left;
	color: #fff;
	font-size: 14px;
}
#path .container .text a {
	color: #fff;
}
#path .container .column {
	position: relative;
	float: right;
	width: 70%;
	text-align: right;
}
#path .container .column a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	padding: 0px 30px;
}
#path .container .column .A {
	background: rgba(255,255,255,1);
	color: rgba(16,159,66,1);
	font-weight: bold;
}
#search {
	display:none;
	position: absolute;
	right: 0px;
	bottom: -80px;
	border: 1px solid #ddd;
	border-radius: 30px;
	width: 240px;
}
#search input[type="text"] {
	float: left;
	font-family:"微软雅黑";
	height: 35px;
	line-height: 30px;
	padding-left: 15px;
	width: 80%;
	border: none;
	outline: none;
	background: none;
	color: #333;
	box-sizing: border-box;
	overflow: hidden;
}
#search input::-webkit-input-placeholder, #search textarea::-webkit-input-placeholder {
color: #ccc;
}
#search button {
	float: right;
	width: 20%;
	height: 35px;
	border: none;
	outline: none;
	background: url(../images/go.png) no-repeat center center;
	background-size: auto 60%;
	color: #fff;
	cursor: pointer;
	box-sizing: border-box;
	overflow: hidden;
}
#title {
	width: 1140px;
	text-align: left;
	color: rgba(0,0,0,.8);
	font-size: 24px;
	font-weight: bold;
	padding: 20px 0px;
	margin: 30px auto;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
#container {
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 0px 0px 100px 0px;
	/*background:url(../images/container-bg.jpg) no-repeat;
	background-position:top center;
	background-size:100% 100%;*/
	background-color: #fff;
}
#about {
	width: 1140px;
	margin: 0px auto;
	text-align: left;
}
#about .img {
	margin: 0px auto;
	padding-bottom: 50px;
}
#about .text {
	font-size: 14px;
	line-height: 30px;
	color: #333;
}
#about .text p {
	margin-bottom: 25px;
}
#strength {
	width: 1140px;
	margin: 0px auto;
	text-align: left;
}
#strength .text {
	font-size: 14px;
	line-height: 30px;
	color: #666;
	padding: 20px 0px;
}
#strength .text h2 {
	color: #af251b;
}
#strength .img {
	margin: 20px auto;
	text-align: center;
}
#responsibility {
	width: 1140px;
	margin: 0px auto;
	text-align: left;
}
#responsibility .text {
	font-size: 14px;
	line-height: 30px;
	color: #666;
	padding: 20px 0px;
}
#responsibility .text p {
	margin-bottom: 20px;
}
#responsibility .img {
	margin: 20px auto;
	text-align: center;
}
#honor {
	width: 1140px;
	margin: 0px auto;
	text-align: left;
}
#honor .type {
	color: rgba(16,159,66,1);
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0px 10px 0px;
	margin: 0px auto;
	text-align: left;
}
#honor .list {
	margin: 0px auto;
	padding: 20px 0px;
	border-bottom: 1px dotted #ddd;
}
#honor .list:last-child {
	padding-bottom: 100px;
	border: 0px !important;
}
#honor .list a {
	position: relative;
	display: block;
	float: left;
	width: 260px;
	margin-bottom: 20px;
	margin-right: 32px;
	text-align: center;
}
#honor .list a:nth-child(4n) {
	margin-right: 0px !important;
}
#honor .list a .img {
	display: block;
	margin: 0px auto;
	width: 260px;
	height: 220px;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,0.1);
	background: rgba(255,255,255,1);
	text-align: center;
}
#honor .list a .img img {
	display: inline-block;
	max-width: 250px;
	height: 200px;
	margin: 5px auto;
}
#honor .list a .name {
	display: block;
	width: 90%;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0px;
	margin: 0px auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#honor .list a .look {
	position: absolute;
	z-index: 9;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	background: rgba(16,159,66,.7);
	overflow: hidden;
	transition: all .35s;
}
#honor .list a .look img {
	display: inline-block;
	width: 55px;
	height: auto;
	margin: 50px auto 15px auto;
	transition: all .35s;
}
#honor .list a .look h3 {
	margin-top: 80px;
	font-size: 12px;
	font-weight: normal;
	color: rgba(255,255,255,1);
	transition: all .35s;
}
#honor .list a:hover .look {
	height: 222px;
}
#honor .list a:hover .look img {
	margin-top: 80px;
}
#honor .list a:hover .look h3 {
	margin-top: 0px;
}
#culture {
	width: 1140px;
	margin: 0px auto;
	padding: 20px 0px;
	text-align: left;
}
#culture .img {
	float: left;
	width: 400px;
	text-align: left;
}
#culture .text {
	float: right;
	width: 670px;
	text-align: left;
}
#culture .text p {
	color: #666;
	font-size: 16px;
	margin-bottom: 30px;
}
#culture .text p strong {
	display: inline-block;
	padding: 5px;
	width: 45px;
	height: 45px;
	font-size: 14px;
	margin-right: 15px;
	font-weight: normal;
	background: rgba(16,159,66,1);
	border: 4px solid rgba(16,159,66,1);
	color: rgba(255,255,255,1);
}
#culture .text .describe {
	color: rgba(16,159,66,1);
	font-size: 20px;
	line-height: 40px;
}
#culture .text .describe strong {
	display: inline-block;
	width: auto;
	height: auto;
	font-size: 20px;
	background: #fff;
	color: rgba(16,159,66,1);
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-bottom: 2px solid rgba(16,159,66,1);
}
#history {
	width: 1140px;
	margin: 50px auto;
	text-align: left;
	background: url(../images/history-line.png) repeat-y;
	background-position: 50% 50%;
}
#history .arrtop {
	background: #fff;
	text-align: center;
	padding-top: 50px;
	margin: 30px auto;
}
#history .container {
	position: relative;
	margin: 20px auto;
	text-align: left;
	width: 520px;
}
#history .floatLeft {
	float: left;
	text-align: right;
}
#history .floatRight {
	float: right;
	text-align: left;
}
#history .floatLeft .spot {
	position: absolute;
	z-index: 9;
	right: -50px;
	top: 10px;
	transform: rotatey(180deg);
}
#history .floatRight .spot {
	position: absolute;
	z-index: 9;
	left: -36px;
	top: 10px;
}
#history .container .year {
	display: block;
	padding: 10px 0px;
	color: rgba(16,159,66,1);
	font-size: 24px;
	font-weight: bold;
}
#history .container .img {
	display: none;
	padding: 7px;
	border: 2px solid rgba(0,0,0,0.1);
	transition: all .35s;
}
#history .container .img img {
	width: 160px;
	height: auto;
}
#history .container .text {
	padding: 20px 0px;
}
#history .container .text p {
	margin-bottom: 20px;
	font-size: 14px;
	color: #888;
}
#history .growth {
	background: #fff;
	margin: 0px auto;
	text-align: center;
}
#history .container:hover .img {
	border: 2px solid rgba(154,218,0,1);
	background: rgba(154,218,0,1);
}
#history .container:hover .year {
	color: rgba(154,218,0,1);
}
#info {
	width: 1140px;
	margin: 0px auto;
	text-align: left;
}
#info .list {
	margin: 0px auto;
	padding: 20px 0px;
}
#info .list a {
	display: block;
}
#info .list .time {
	display: block;
	float: left;
	background: #eee;
	border-radius: 0px 15px 0px 0px;
	width: 120px;
	height: 120px;
	color: rgba(16,159,66,1);
	text-align: center;
	transition: all .35s;
}
#info .list .time h2 {
	display: block;
	padding: 28px 0px 0px 0px;
	font-size: 42px;
	font-family: Arial, "Arial Narrow";
}
#info .list .time h3 {
	display: block;
	font-family: Arial, "Arial Narrow";
	font-size: 14px;
	font-weight: normal;
}
#info .list .text {
	float: left;
	width: 80%;
	max-width: 950px;
	height: 100px;
	margin-top: 10px;
	margin-left: 3%;
	padding-left: 3%;
	border-left: 1px solid #eee;
	text-align: left;
	color: #999;
	font-size: 14px;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
#info .list .text h3 {
	display: block;
	padding: 10px 0px 15px 0px;
	font-size: 16px;
	color: #333;
}
#info .list a:hover .time {
	background: rgba(16,159,66,1);
	color: rgba(255,255,255,1);
	transform: rotatey(180deg);
}
#info .list a:hover .time h2, #info .list a:hover .time h3 {
	transform: rotatey(180deg);
}
#video {
	width: 1140px;
	margin: 0px auto;
	text-align: center;
}
#network {
	position: relative;
	width: 1140px;
	margin: 0px auto;
	padding: 20px 0px;
	text-align: left;
}
#network .text {
	font-size: 14px;
	line-height: 25px;
	color: #999;
	padding: 20px 0px;
	border-bottom: 1px dotted #eee;
}
#network .maps {
	padding-top: 50px;
	width: 800px;
	height: 600px;
	margin: 0px auto;
}
#network .logo {
	position: absolute;
	left: 814px;
	top: 555px;
}
#trade {
	width: 1140px;
	margin: 0px auto;
	padding: 20px 0px;
	text-align: center;
}
#catalog {
	width: 1140px;
	margin: 0px auto;
	text-align: left;
}
#catalog a {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 42px;
	margin-bottom: 30px;
}
#catalog a:nth-child(3n) {
	margin-right: 0px !important;
}
#catalog a .img {
	border: 1px solid #eee;
	margin: 0px auto;
	transition: all .35s;
}
#catalog a .img img {
	width: 350px;
	height: 250px;
}
#catalog a .name {
	text-align: center;
	padding: 15px 0px;
	font-size: 16px;
	transition: all .35s;
}
#catalog a .view {
	position: absolute;
	left: 50%;
	bottom: 52px;
	margin-left: -50%;
	font-size: 12px;
	text-align: center;
	color: rgba(255,255,255,1);
	background: rgba(16,159,66,0.8);
	width: 100%;
	height: 0px;
	overflow: hidden;
	transition: all .35s;
}
#catalog a .view img {
	display: inline-block;
	width: 64px;
	height: auto;
	margin: -80px auto 0px auto;
	transition: all .55s;
}
#catalog a .view h3 {
	margin-top: 50px;
	font-size: 12px;
	font-weight: normal;
	color: rgba(255,255,255,1);
	transition: all .35s;
}
#catalog a:hover .img {
	border: 1px solid rgba(0,0,0,0);
}
#catalog a:hover .name {
	background: #9ada00;
	color: #fff;
}
#catalog a:hover .view {
	height: 250px;
}
#catalog a:hover .view img {
	margin-top: 90px;
}
#catalog a:hover .view h3 {
	margin-top: 0px;
}
#product {
	width: 1140px;
	margin: 0px auto;
	text-align: left;
}
#product .prolist {
	display: block;
	float: left;
	width: 240px;
	height: auto;
	padding: 20px 0px;
	background: #f7f7f7;
	border-bottom: 5px solid rgba(16,159,66,1)
}
/*
#product .prolist a{
	display:block;
	font-size:14px;
	line-height:18px;
	padding:15px 30px 15px 40px;
	background:url(../images/prolist-arrow.png) no-repeat;
	background-position:30px 22px;
}
#product .prolist .A{
	background-color:rgba(16,159,66,1) !important;
	color:rgba(255,255,255,1);
}*/
.prolist_side {
	position: relative;
	z-index: 99;
	width: 90%;
	padding: 0;
	list-style: none;
	zoom: 1;
	margin: 0px auto;
}
.prolist_side li {
	position: relative;
	_zoom: 1;
	overflow: hidden;
}
.prolist_side li ul.close {
	display: none;
}
.prolist_side li ul.open {
	display: block;
}
.prolist_side li span.close {
	position: absolute;
	display: block;
	padding: 5px 0px 5px 0px !important;
	background: url(../images/plus_minus.gif) no-repeat left 12px !important;
	top: 0px;
	right: 0px;
	cursor: pointer;
	z-index: 99;
	width: 12px;
	height: 12px;
}
.prolist_side li span.open {
	position: absolute;
	display: block;
	padding: 5px 0px 5px 0px !important;
	background: url(../images/plus_minus.gif) no-repeat left -180px !important;
	top: 0px;
	right: 0px;
	cursor: pointer;
	z-index: 99;
	width: 12px;
	height: 12px;
}
.prolist_side li a {
	display: block;
	zoom: 1;
	position: relative;
	font-size: 13px;
	padding: 7px 0px 7px 0px !important;
}
.prolist_side li a.A {
	color: #af251b;
}
.prolist_side li a.sA {
	color: #9ada00;
	background: none !important;
}
.prolist_side_son {
	position: relative;
	z-index: 999;
	width: 100%;
	padding: 5px 0px;
	list-style: none;
	zoom: 1;
	margin: 0px auto;
}
.prolist_side_son li {
	padding: 0px;
}
.prolist_side_son li a {
	font-size: 12px;
	padding: 7px 0px 7px 10px !important;
	border: 0px;
	color: #999;
	border-left: 1px solid #ddd;
}
.prolist_side_son li .A {
	border-left: 1px solid #9ada00;
}
.prolist_side_son li a:hover, .prolist_side_son li a:active, .prolist_side_son li a.A {
	color: #9ada00 !important;
	border-left: 1px solid #9ada00;
}
.prolist_side_son li a .A {
	color: #9ada00;
	background: none !important;
}
#product .container {
	float: right;
	width: 850px;
	text-align: left;
}
#product .container .title {
	padding: 5px 0px;
	color: rgba(16,159,66,1);
	font-size: 18px;
	font-weight: bold;
}
#product .container .title img {
	margin-left: 5px;
}
#product .container .list {
	margin: 0px auto;
	padding: 20px 0px;
}
#product .container .list a {
	position: relative;
	display: block;
	float: left;
	margin: 0px 42px 20px 0px;
	text-align: center;
	width: 252px;
}
#product .container .list a:nth-child(3n) {
	margin-right: 0px !important;
}
#product .container .list a .img {
	width: 250px;
	height: 250px;
	overflow: hidden;
	transition: all .35s;
	border: 1px solid #eee;
	border-top: 5px solid #eee;
}
#product .container .list a .img img {
	width: 100%;
	height: auto;
}
#product .container .list a .name {
	width: 90%;
	margin: 0px auto;
	padding: 10px 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#product .container .list a .look {
	position: absolute;
	z-index: 9;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 5px;
	background: rgba(16,159,66,1);
	overflow: hidden;
	transition: all .35s;
}
#product .container .list a .look img {
	display: inline-block;
	width: 55px;
	height: auto;
	margin: 50px auto 15px auto;
	transition: all .35s;
}
#product .container .list a .look h3 {
	margin-top: 80px;
	font-size: 12px;
	font-weight: normal;
	color: rgba(255,255,255,1);
	transition: all .35s;
}
#product .container .list a:hover .look {
	width: 100%;
}
#product .container .list a:hover .look img {
	margin-top: 80px;
}
#product .container .list a:hover .look h3 {
	margin-top: 0px;
}
#product .container .con {
	margin: 0px auto;
	padding: 30px 0px;
}
#product .container .con .showimg {
	width: 450px;
	float: left;
}
#product .container .con .text {
	float: right;
	width: 360px;
	text-align: left;
}
#product .container .con .text .path {
	border: 1px solid #eee;
	background: #ffffee;
	font-size: 14px;
	padding: 15px;
}
#product .container .con .text .path strong {
	color: #666;
	display: inline-block;
}
#product .container .con .text .path a {
	display: inline-block;
	color: #999;
	font-size: 12px;
}
#product .container .con .text .path a:hover {
	text-decoration: underline;
}
#product .container .con .text .pdf {
	margin: 0px auto;
	padding: 20px;
	border: 1px dotted #ddd;
	border-top: 0px;
}
#product .container .con .text .pdf h3 {
	padding: 10px 0px;
	color: #d81e06;
}
#product .container .con .text .pdf h3 img {
	margin-right: 5px;
}
#product .container .con .text .pdf a img {
	margin: 0px 5px;
}
#product .container .con .text .nav {
	padding: 30px 0px;
	text-align: left;
	font-size: 16px;
}
#product .container .con .text .nav p {
	display: block;
	padding: 8px 0px;
}
#product .container .con .text .nav p.tel {
	color: rgba(255,255,255,1);
	background: #af251b;
	font-size: 18px;
	margin-bottom: 20px;
	padding: 10px 0px;
	text-align: center;
}
#product .container .con .text .nav p.tel img {
	margin-right: 8px;
	height: 32px;
}
#product .container .con .text .nav img {
	height: 25px;
	margin: 0px 10px;
}
#product .container .con .text .nav a {
	color: #999;
}
#product .container .con .text .nav a:hover {
	color: rgba(16,159,66,1);
}
#product .container .tags {
	margin: 0px auto;
	padding: 20px 0px;
	text-align: left;
}
#product .container .tags #tags_title {
	font-size: 14px;
}
#product .container .tags #tags_title a {
	background: #f7f7f7;
	padding: 8px 20px;
}
#product .container .tags #tags_title .A {
	background: rgba(255,255,255,1);
	color: rgba(16,159,66,1);
}
#product .container .tags #tags_content {
	padding: 15px 0px;
	font-size: 14px;
	color: #666;
	line-height: 20px;
	text-align: left;
}
#product .container .tags #tags_content p {
	margin-bottom: 20px;
}
#product .container .tags #tags_content table {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	width: 100%;
}
#product .container .tags #tags_content td {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 0px !important;
	font-size: 12px !important;
	text-align: center;
}
#product .container .tags #tags_content td div {
	font-size: 12px;
}
#product .container .tags #tags_content img {
	max-width: 100%;
}
#product .container .btn {
	margin: 0px auto;
	padding: 50px 0px;
}
#product .container .btn .url {
	display: block;
	float: left;
	width: 50%;
	text-align: left;
}
#product .container .btn .url a {
	display: inline-block;
	padding: 7px 25px;
	background: #666;
	border: 1px solid #666;
	color: #fff;
	font-size: 14px;
}
#product .container .btn .url a:hover {
	background: rgba(16,159,66,1);
	border: 1px solid rgba(16,159,66,1);
}
#product .container .btn .url .back {
	border: 1px solid #ddd;
	background: #fff;
	color: #666;
}
#product .container .btn .url .back:hover {
	color: rgba(16,159,66,1);
	background: #fff;
}
#product .container .btn .share {
	float: right;
	text-align: right;
}
#hotpro {
	width: 1140px;
	margin: 0px auto;
	text-align: left;
}
#hotpro a {
	position: relative;
	display: inline-block;
	float: left;
	width: 250px;
	margin-right: 42px;
	margin-bottom: 30px;
}
#hotpro a:nth-child(4n) {
	margin-right: 0px !important;
}
#hotpro a .img {
	width: 250px;
	height: 250px;
	overflow: hidden;
	transition: all .35s;
	border: 1px solid #eee;
}
#hotpro a .img img {
	width: 100%;
	height: auto;
}
#hotpro a .name {
	width: 90%;
	margin: 0px auto;
	padding: 10px 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#hotpro a .look {
	position: absolute;
	z-index: 9;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	background: rgba(16,159,66,.7);
	overflow: hidden;
	text-align: center;
	transition: all .35s;
}
#hotpro a .look img {
	display: inline-block;
	width: 55px;
	height: auto;
	margin: 50px auto 15px auto;
	transition: all .35s;
}
#hotpro a .look h3 {
	margin-top: 80px;
	font-size: 12px;
	font-weight: normal;
	color: rgba(255,255,255,1);
	transition: all .35s;
}
#hotpro a:hover .look {
	height: 252px;
}
#hotpro a:hover .look img {
	margin-top: 80px;
}
#hotpro a:hover .look h3 {
	margin-top: 0px;
}
#equipment {
	width: 1140px;
	margin: 0px auto;
	text-align: left;
}
#equipment .img {
	margin: 0px auto;
	text-align: left;
}
#equipment .img img {
	width: 90%;
}
#equipment .text {
	font-size: 14px;
	line-height: 30px;
	color: #888;
	padding: 20px 0px;
}
#case {
	width: 1140px;
	margin: 0px auto;
	text-align: left;
}
#case .img {
	margin: 0px auto;
	padding-bottom: 30px;
}
#case .container {
	border: 1px solid #eee;
	margin: 0px auto 30px auto;
	transition: all .35s;
}
#case .type {
	color: rgba(16,159,66,1);
	font-size: 16px;
	font-weight: bold;
	padding: 30px 20px 0px 20px;
	margin: 0px auto;
	text-align: left;
}
#case .type img {
	margin-left: 5px;
}
#case .list {
	margin: 0px auto;
	padding: 10px 20px 30px 20px;
}
#case .list .name {
	display: block;
	float: left;
	width: 33%;
	padding: 5px 0px;
	text-align: left;
	font-size: 14px;
	color: #888;
}
#case .container:hover {
	background: #fffff0;
}
#talent {
	width: 1140px;
	margin: 0px auto;
	text-align: left;
}
#talent .text {
	padding: 20px 0px;
	margin: 0px auto;
	text-align: left;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px dotted #ddd;
}
#talent .item {
	padding: 50px 0px;
}
#talent .item .img {
	position: relative;
	width: 320px;
	float: left;
	margin-right: 40px;
}
#talent .item .img img {
	width: 100%;
	height: auto;
}
#talent .item .img .name {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	text-align: center;
	color: rgba(255,255,255,1);
	background: rgba(154,218,0,.9);
}
#talent .item .text {
	border: 0px;
	padding: 0px;
	width: 60%;
	float: left;
	color: rgba(16,159,66,1);
}
#talent .item .text p {
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}
#training {
	width: 1140px;
	margin: 0px auto;
	text-align: left;
}
#training .text {
	padding: 20px 0px;
	margin: 0px auto;
	text-align: left;
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
#training .text p {
	margin-bottom: 20px;
}
#recruitment-process {
	width: 1140px;
	margin: 0px auto;
	text-align: left;
}
#recruitment-process .text {
	padding: 20px 0px;
	margin: 0px auto;
	text-align: left;
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
#recruitment-process .text p {
	margin-bottom: 20px;
}
#jobs {
	width: 1140px;
	margin: 0px auto;
	text-align: left;
}
#jobs .list-tr {
	margin: 0px auto;
	height: 35px;
	padding: 5px 0px;
	background: url(../images/bt-bg.png) repeat-x;
	background-position: left bottom;
	border: 1px solid #eee;
}
#jobs .list-tr div {
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
#jobs .list-tr .td1 {
	width: 430px;
	padding: 0px 30px;
	text-align: left;
	border-right: 1px solid #eee;
}
#jobs .list-tr .td2 {
	width: 120px;
	padding: 0px 20px;
	border-right: 1px solid #eee;
}
#jobs .list-tr .td3 {
	width: 120px;
	padding: 0px 20px;
	border-right: 1px solid #eee;
}
#jobs .list-tr .td4 {
	width: 120px;
	padding: 0px 20px;
	border-right: 1px solid #eee;
}
#jobs .list-tr .td5 {
	width: 120px;
	padding: 0px 20px;
}
#jobs .list-td {
	margin: 0px auto;
	height: 35px;
	padding: 5px 0px;
	color: #666;
	border-bottom: 1px solid #eee;
}
#jobs .list-td.A {
	background: rgba(16,159,66,1);
	color: #fff;
}
#jobs .list-td.A .td1, #jobs .list-td.A .td2, #jobs .list-td.A .td3, #jobs .list-td.A .td4 {
	border-right: 1px solid rgba(255,255,255,0.3);
}
#jobs .list-td.A .td5 .btn {
	border: 1px solid rgba(255,255,255,0.2) !important;
	background: rgba(255,255,255,0.1) !important;
	color: rgba(255,255,255,1) !important;
}
#jobs .list-td div {
	display: block;
	float: left;
	font-size: 12px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
#jobs .list-td .td1 {
	width: 430px;
	padding: 0px 30px;
	text-align: left;
	border-right: 1px solid #fff;
}
#jobs .list-td .td2 {
	width: 120px;
	padding: 0px 20px;
	border-right: 1px solid #fff;
}
#jobs .list-td .td3 {
	width: 120px;
	padding: 0px 20px;
	border-right: 1px solid #fff;
}
#jobs .list-td .td4 {
	width: 120px;
	padding: 0px 20px;
	border-right: 1px solid #fff;
}
#jobs .list-td .td5 {
	width: 120px;
	padding: 0px 20px;
}
#jobs .list-td .td5 .btn {
	border: 1px solid #eee;
	display: inline-block;
	padding: 0px 10px;
	height: 24px;
	line-height: 24px;
	color: rgba(16,159,66,1);
	cursor: pointer;
}
#jobs .list-td .td5 .btn:hover {
	border: 1px solid rgba(16,159,66,1);
	background: rgba(16,159,66,1);
	color: #fff;
}
#jobs .list-son {
	display: none;
	background: #fffff0;
	border-bottom: 1px dotted #ddd;
	padding: 30px;
	text-align: left;
	color: #666;
}
#jobs .list-son .tag {
	padding-bottom: 20px;
	line-height: 21px;
}
#jobs .list-son .tag h4 {
	display: block;
	padding: 5px 0px;
	color: #333;
}
#recruitment-hotline {
	width: 1140px;
	margin: 0px auto;
	padding: 30px 0px;
	text-align: left;
}
#recruitment-hotline .img {
	float: left;
	text-align: left;
}
#recruitment-hotline .text {
	text-align: left;
	float: left;
	padding: 0px 50px;
}
#recruitment-hotline .text h2 {
	font-size: 24px;
	font-weight: normal;
	color: rgba(16,159,66,1);
	display: block;
	padding: 10px 0px;
}
#recruitment-hotline .text p {
	color: #999;
	font-size: 14px;
	display: block;
	padding: 10px 0px;
}
#recruitment-hotline .text p a {
	color: #999;
}
#purpose {
	width: 1140px;
	margin: 0px auto;
	text-align: left;
}
#purpose .img {
	float: left;
}
#purpose .text {
	float: right;
	width: 580px;
	text-align: left;
	padding: 10px 0px;
	color: #666;
	font-size: 16px;
	line-height: 34px;
}
#purpose .text p {
	margin-bottom: 20px;
}
#service {
	width: 1140px;
	margin: 0px auto;
	text-align: left;
}
#service .img {
	float: left;
	width: 20%;
}
#service .text {
	float: left;
	width: 80%;
	text-align: left;
	padding: 10px 0px;
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
#service .text p {
	margin-bottom: 20px;
}
#feedback {
	width: 1140px;
	margin: 0px auto;
	text-align: left;
}
#feedback .img {
	float: left;
	width: 500px;
	text-align: left;
}
#feedback .container {
	width: 580px;
	float: right;
	text-align: left;
}
#feedback .text {
	font-size: 12px;
	line-height: 20px;
	color: #999;
	border-bottom: 1px dotted #ddd;
}
#feedback .text strong {
	display: block;
	padding: 10px 0px;
	font-size: 14px;
	color: #555;
}
#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: 5px 20px;
	border: 1px solid #ddd;
	cursor: pointer;
	margin-right: 10px;
}
#feedback form dl input, #feedback form dl textarea {
	padding: 5px 20px;
	border: 1px solid #ddd;
	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: rgba(16,159,66,1);
	font-family: "微软雅黑";
	font-size: 16px;
	margin: 15px auto;
}
#feedback form dl .button input:hover {
	background: #9ada00;
}
#volunteer {
	width: 1140px;
	margin: 0px auto;
	text-align: left;
}
#volunteer .img {
	float: left;
	width: 350px;
	text-align: left;
}
#volunteer .container {
	width: 720px;
	float: right;
	text-align: left;
}
#volunteer .text {
	font-size: 12px;
	line-height: 20px;
	padding: 10px 0px;
	color: #999;
	border-bottom: 1px dotted #ddd;
}
#volunteer .text span {
	display: inline-block;
	font-size: 14px;
	color: #ed0000;
}
#volunteer form {
	margin: 0px auto;
	padding: 20px 0px;
	text-align: left;
}
#volunteer form dl {
	width: 100%;
	text-align: left;
	padding: 0px;
}
#volunteer form dl dt {
	width: 90px;
	font-size: 14px;
	line-height: 30px;
	color: #666;
	text-align: left;
}
#feedback form dl dt, #volunteer form dl dd {
	padding: 8px 0px;
}
#volunteer form dl dt span {
	color: #ff0000;
	padding-left: 6px;
}
#volunteer form dl dd {
	padding-left: 90px;
	margin-top: -40px;
}
#volunteer form dl dd select {
	width: auto;
	font-size: 14px;
	font-family: "微软雅黑", Arial, "Arial Narrow";
	color: #666;
	padding: 5px 20px;
	border: 1px solid #ddd;
	cursor: pointer;
	margin-right: 10px;
}
#volunteer form dl input, #volunteer form dl textarea {
	padding: 5px 20px;
	border: 1px solid #ddd;
	color: #888;
	font-size: 14px;
	font-family: "微软雅黑";
	margin-right: 20px;
}
#volunteer form dl input {
	width: 45%;
	height: 30px;
}
#volunteer form dl textarea {
	width: 96%;
	height: 120px;
	overflow: auto;
	padding: 20px 2%;
}
#volunteer form dl #checksn {
	width: 10%;
}
#volunteer form dl .button input {
	width: auto;
	height: 45px;
	line-height: 45px;
	border: none;
	color: #fff;
	padding: 0px 35px;
	cursor: pointer;
	font-weight: bold;
	background: rgba(16,159,66,1);
	font-family: "微软雅黑";
	font-size: 16px;
	margin: 15px auto;
}
#volunteer form dl .button input:hover {
	background: #9ada00;
}
#view {
	width: 1140px;
	margin: 0px auto;
	text-align: left;
}
#view .title {
	padding: 20px 0px;
	margin: 20px auto;
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	color: #333;
}
#view .time {
	padding: 20px 0px;
	text-align: center;
	color: #999;
	font-size: 14px;
}
#view .text {
	font-size: 15px;
	color: #666;
	line-height: 30px;
}
#view .text p {
	margin-bottom: 20px;
}
#view .btn {
	display: block;
	padding: 20px;
	margin: 100px auto 30px auto;
	background: #f9f9f9;
}
#view .btn .url {
	float: left;
	width: 50%;
	text-align: left;
	line-height: 14px;
}
#view .btn .url a {
	width: 500px;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-weight: bold;
}
#view .btn .url a span {
	font-weight: normal;
}
#view .btn .url a span.no {
	color: #ccc;
}
#view .btn .url a:hover span {
	text-decoration: underline;
}
#view .btn .back {
	float: right;
	width: 30%;
	text-align: right;
}
#view .btn .back a {
	background: rgba(16,159,66,1);
	border: 1px solid rgba(16,159,66,1);
	color: rgba(255,255,255,1);
	font-size: 16px;
	display: inline-block;
	padding: 8px 20px;
	transition: all .35s;
}
#view .btn .back a span {
	display: inline-block;
	position: relative;
	float: left;
	width: 22px;
	height: 22px;
	margin-right: 3px;
	overflow: hidden;
}
#view .btn .back a span img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
}
#view .btn .back a:hover {
	background: rgba(255,255,255,1);
	color: rgba(16,159,66,1);
}
#view .btn .back a:hover span img {
	top: -22px;
}
#contact {
	width: 1140px;
	margin: 0px auto;
	text-align: left;
}
#contact .img {
	margin: 0px auto;
}
#contact .text {
	font-size: 16px;
	color: #555;
	line-height: 34px;
	padding: 20px 48px;
	text-align: left;
}
#contact .text h2 {
	font-size: 30px;
	color: #222;
	display: block;
	padding: 20px 0px;
}

#footer {
	width: 100%;
	background: #eee;
	margin: 0px auto;
	min-width: 1900px;
}
#footer .con {
	width: 1140px;
	margin: 0px auto;
	padding: 50px 0px;
}
#footer .con .nav {
	float: left;
}
#footer .con .nav li {
	display: block;
	float: left;
	min-width: 72px;
	padding: 0px 30px;
	text-align: left;
}
#footer .con .nav li h3 {
	display: block;
	padding: 0px 0px 10px 0px;
	font-size: 16px;
	font-weight: normal;
	color: #363636;
}
#footer .con .nav li a {
	display: block;
	padding: 5px 0px;
	font-size: 14px;
	color: #999;
}
#footer .con .nav li a:hover {
	color: #af251b;
}
#footer .con .qrcode {
	float: right;
	width: 330px;
	text-align: right;
}
#footer .con .qrcode .weixin {
	display: inline-block;
	color: #c2c2c2;
	font-family: 14px;
	text-align: center;
	width: 145px;
}
#footer .con .qrcode .mobile {
	display: inline-block;
	color: #c2c2c2;
	font-family: 14px;
	text-align: center;
	width: 145px;
	margin-left: 35px;
}
#footer .con .qrcode img {
	display: block;
	margin-bottom: 10px;
}
#footer .copy {
	clear: both;
	background: #ddd;
	width: 100%;
	padding: 25px 0px;
	margin: 0px auto;
	font-size: 13px;
	color: #9c9c9c;
	text-align: center;
}
#footer .copy a {
	color: #9c9c9c;
}
@keyframes b-bg {
 from {
filter:alpha(opacity=0);
opacity:0;
background-size:2400px 420px;
}
 to {
filter:alpha(opacity=100);
opacity:1;
background-size:2000px 350px;
}
}
#b-sub>.border {
	position: absolute;
	left: 50%;
	top: 50%;
	animation: b-border .8s ease-out .4s both;
	width: 600px;
	height: 86px;
	margin: -50px 0 0 -300px;
	z-index: 3;
}
#b-sub>.b-sub-title {
	width: 600px;
	height: 86px;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	color: #fff;
	font-size: 28px;
	animation: b-title .6s 1s both;
	z-index: 3;
}
#b-sub>.b-sub-title-sub {
	width: 600px;
	height: 86px;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	animation: b-title-sub .6s 1.2s both;
	z-index: 3;
}
@keyframes b-border {
 from {
border:5px solid rgba(255,255,255,0);
width:1000px;
height:143px;
margin:-80px 0 0 -500px;
}
 to {
border:1px solid rgba(255,255,255,.3);
width:600px;
height:90px;
margin:-52px 0 0 -300px;
}
}
@keyframes b-title {
 from {
filter:alpha(opacity=0);
opacity:0;
margin:0px 0 0 -300px;
}
 to {
filter:alpha(opacity=100);
opacity:1;
margin:-38px 0 0 -300px;
}
}
@keyframes b-title-sub {
 from {
filter:alpha(opacity=0);
opacity:0;
margin:30px 0 0 -300px;
}
 to {
filter:alpha(opacity=100);
opacity:1;
margin:3px 0 0 -300px;
}
}

@media only screen and (max-width: 1620px) {
#header .advertising {
	display: none;
}
}


#main .catalog .container .textlist {margin: 0px auto;padding: 15px 20px;text-align: left;}
#move{white-space:nowrap;width: 1600px; overflow:hidden;margin: 0px auto;background: #EAEAEA;border:40px solid #EAEAEA;}
#inmove{float:left; width:800%;}
#move1{float:left;}
#move2{float:left;}
#move .list{width:210px; padding:10px; height:255px; border:1px solid #e6e6e6; display:inline-block; transition:all .25s; margin-right:35px; background:#fff;}
#move .list .img{width:210px; height:210px;}
#move .list .img>img{width:100%; height:100%;}
#move .list .tit{font-size:13px; color:#404040; text-align:center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; height:40px; line-height:50px; transition:all .25s;}
#move .list:hover .tit{color:#af251b;}
#move .list:hover{border:1px solid #af251b; box-shadow:0 0 0 10px #af251b inset;}