@charset "utf-8";
/* CSS Document */

#header {
	position: fixed;
	z-index: 999;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 80px;
	background: #fff;
	margin-bottom:20PX;

	box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}
#header .logo {
	position: absolute;
	z-index: 9;
	left: 50px;
	top: 24px;
	text-align: left;
}
#header .advertising {
	position: absolute;
	z-index: 9;
	left: 480px;
	top: 0px;
	text-align: left;
}
#header .menu {
	height: 80px;
	line-height: 80px;
	font-size: 16px;
}
#header .menu a {
	display: inline-block;
	margin: 6px 8px;
	position: relative;
	z-index: 99;
}
#header .menu a span {
	position: absolute;
	left: 0px;
	bottom: 23px;
	width: 0px;
	height: 2px;
	background: #ED1C22;
	overflow: hidden;
}
#header .menu a:hover, #header .menu .A {
	color: #ED1C22;
}
#header .search {
	position: absolute;
	z-index: 9;
	top: 36px;
	right: 150px;
	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;
	clear:both;
	z-index: 9999;
	top: 0px;
	right: 220px;
	width: 180px;
	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: "Microsoft Yahei",Helvetica,Arial;
}
#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: 90px;
	line-height: 90px;
	right: 60px;
	padding-left: 15px;
}
#header .language a {
	display: block;
	height: 80px;
	color: rgba(0,0,0,0.5);
}
#header .language img {
	margin-left: 5px;
	opacity: 0.5;
}
#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;
}

#banner {
	width: 100%;
	height: 580px;
	position: relative;
	z-index: 1;
	margin: 80px 0 0 0;
	overflow:hidden;
}
#banner>.bg, #b-sub>.bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,5,0,.5);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
	z-index: 2;
	display: none;
}
#banner2 {
	width: 100%;
	height: 400px;
	position: relative;
	z-index: 1;
	margin: 80px 0 0 0;
	overflow:hidden;
}
#banner2>.bg, #b-sub>.bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,5,0,.5);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
	z-index: 2;
	display: none;
}


.inside {
	height: 60px !important;
	background-color:#ED1C22;
}
#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;
}
#main .catalog {
	background:#f2f2f2;
	background-position: top center;
	background-size: 100% 100%;
	position: relative;
	height:700px;
}
#main .catalog .title {
	margin: 0px auto;
	padding: 50px 0px 10px 0px;
	text-align: center;
	display: block;
	font-size: 30px;
	
	color: #333;
}
#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: #000;
	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: .6;

	
}
#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 {
	margin: 0px auto;
	padding: 15px 20px;
	text-align: left;
}
#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: #ED1C22;
	padding: 5px 0px;
	border-radius: 30px;
	transition: all .35s;
}
#main .catalog .container .textlist .item a>span {
	display: inline-block;
	float: left;
	width: 18px;
	height: 18px;
	font-family: "Microsoft Yahei",Helvetica,Arial;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: #ED1C22;
	border-radius: 100%;
	margin-right: 5px;
	margin-top: 2px;
	overflow: hidden;
	transition: all .35s;
}
#main .catalog .container .textlist .item a:hover {
	color: #fff;
	background: #ED1C22;
}
#main .catalog .container .textlist .item a:hover span {
	margin-left: 5px;
}


#main .catalog2 {
	background:#fff;
	background-position: top center;
	background-size: 100% 100%;
	position: relative;
	height:500px;
}
#main .catalog2 .title {
	margin: 0px auto;
	padding: 50px 0px 10px 0px;
	text-align: center;
	display: block;
	font-size: 30px;
	
	color: #333;
}
#main .catalog2 .container {
	width: 1120px;
	height: 360px;
	height: 380px\9;
	padding: 10px;
	margin: 0px auto;
	position: relative;
	z-index: 99;
	overflow: hidden;
	
	behavior: url(../css/ie-css3.htc);
}
#main .catalog2 .container .imglist {
	display: block;
	width: 100%;
	margin: 0px auto;
	
}
#main .catalog2 .container .imglist .item1 {
	display: block;
	float: left;
}
#main .catalog2 .container .imglist a {
	position: relative;	
	border-radius: 5px;
	display: block;
	float: left;
	margin: 0px 5px 5px 0px;
	height: 360px;
	transition: all .35s;
	overflow: hidden;
}
#main .catalog2 .container .imglist a img {
	transition: all .35s;
	opacity: 1;
}
#main .catalog2 .container .imglist a .name {
	position: absolute;
	z-index: 9;
	left: 10px;
	top: 260px;
	font-size: 14px;
	color: #999;
	transition: all .35s;
}
#main .catalog2 .container .imglist .zoom {
	display: none\9;
	opacity: 0;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 50%;
	width: 100%;
	height: 70%;
	text-align: center;
	font-size: 16px;
	color: #ED1C22;
	line-height: 100%;
	margin-left: -50%;
	
	background-position: 50% 70%;
	transition: all .35s;
}
#main .catalog2 .container .imglist .item2 {
	display: block;
	float: left;
	width: 454px;
	height: 342px;
}
#main .catalog2 .container .imglist a:hover img {
	opacity: .2;
}
#main .catalog2 .container .imglist a:hover .name {
	opacity: 0;
}
#main .catalog2 .container .imglist a:hover .zoom {
	margin-top:60px;
	opacity: 1;
	line-height: 200%;
}
#main .catalog2 .container .textlist {
	margin: 0px auto;
	padding: 15px 20px;
	text-align: left;
}
#main .catalog2 .container .textlist .item {
	display: block;
	float: left;
	width: 25%;
}
#main .catalog2 .container .textlist .item a {
	display: block;
	width: 90%;
	font-size: 14px;
	color: #ED1C22;
	padding: 5px 0px;
	border-radius: 30px;
	transition: all .35s;
}
#main .catalog2 .container .textlist .item a>span {
	display: inline-block;
	float: left;
	width: 18px;
	height: 18px;
	font-family: "Microsoft Yahei",Helvetica,Arial;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: #ED1C22;
	border-radius: 100%;
	margin-right: 5px;
	margin-top: 2px;
	overflow: hidden;
	transition: all .35s;
}
#main .catalog2 .container .textlist .item a:hover {
	color: #fff;
	background: #ED1C22;
}
#main .catalog2 .container .textlist .item a:hover span {
	margin-left: 5px;
}


#main .salse {
 background:#FAFAFA;
	
	background-size: 100% 100%;
	position: relative;
	height: 600px;
}
#main .salse .title {
	margin: 0px auto;
	padding: 50px 0px 10px 0px;
	text-align: center;
	display: block;
	font-size: 30px;
	color: #333;
}
#main .salse .describe {
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	color: rgba(0,0,0,.7);
	color: #2a4247\9;
}
#main .salse .container {
	width: 1140px;
	height: 620px;
	padding: 10px;
	margin: 10px auto 20px auto;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#main .salse .container .item {
	display: block;
	float: left;
	width: 280px;
	text-align: left;
	margin: 0px 50px;
	margin: 0px 40px\9;
	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: 280px;
	height: 150px;
	margin: 0px auto;
	overflow: hidden;
	background: #8FD7F5;
	border-radius: 2%;
	transition: all .35s;
}
#main .salse .container .item .name {
	padding: 5px;
	margin: 0px auto;
	font-size: 16px;
	font-weight: 600;
	color: rgba(0,0,0,0.8);
	text-align: center;
}
#main .salse .container .item .text {
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	color: rgba(0,0,0,0.5);
}
#main .salse .container .item:hover .icon {
	background: #f2f2f2;
}
#main .salse .container .item:hover .icon img {
	margin-top: -150px;
}
#main .human {
	background:#FFF;
	background-position: top center;
	background-size: 100% 100%;
	position: relative;
	height: 600px;
}
#main .human .title {
	margin: 0px auto;
	padding: 50px 0px 10px 0px;
	text-align: center;
	display: block;
	font-size: 30px;
	
	color: #333;
}
#main .human .describe {
	text-align: center;
	padding:0px 80px 0px 80px;
	font-size: 14px;
	line-height: 25px;
	color: rgba(255,255,255,0.8);
	color: #666\9;
}
#main .human .container {
	width: 1040px;
	padding: 10px;
	margin: 40px auto;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#main .human .container .item {
	display: inline-block;
	width: 202px;
	text-align: left;
	margin: 0px 20px;
	transition: all .35s;
}
#main .human .container .item a {
	display: block;
}
#main .human .container .item .img {
	display: block;
	width: 220px;
	height: 220px;
	border-radius: 3%;
	margin: 0px auto;
	overflow: hidden;
	transition: all 1s;
}
#main .human .container .item .name {
	padding: 20px;
	margin: 0px auto;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-align: center;
}
#main .human .container .item:hover .img {
	transform: rotatey(360deg);
	background: rgba(255,255,255,.5);
}
#main .human .more {
	padding: 0px;
	margin: 0px auto;
	text-align: center;
}
#main .human .more a {
	border: 3px solid #fff;
	padding: 8px 30px;
	font-size: 16px;
	color: #fff;
	transition: all .35s;
}
#main .human .more a:hover {
	background: #fff;
	color: #ED1C22;
}
#path {
	position: absolute;
	z-index: 99;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background:#ED1C22;

}
#path .container {
	background:#ED1C22;
	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(0,45,146,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: "Microsoft Yahei",Helvetica,Arial;
	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;
	font-size: 14px;
	line-height: 30px;
	color: #333;
}
#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: #ED1C22;
}
#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(0,45,146,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(0,45,146,.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(0,45,146,1);
	border: 4px solid rgba(0,45,146,1);
	color: rgba(255,255,255,1);
}
#culture .text .describe {
	color: rgba(0,45,146,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(0,45,146,1);
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-bottom: 2px solid rgba(0,45,146,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(0,45,146,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(0,45,146,1);
	text-align: center;
	transition: all .35s;

}
#info .list .time h2 {
	display: block;
	padding: 28px 0px 0px 0px;
	font-size: 42px;
font-family: "Microsoft Yahei",Helvetica,Arial;
}
#info .list .time h3 {
	display: block;
font-family: "Microsoft Yahei",Helvetica,Arial;
	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(0,45,146,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: 20px;
	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: 350px;
}
#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: #FFF;
	background: rgba(0,46,106,0.5);
	width: 100%;
	height: 0px;
	overflow: hidden;
	transition: all .35s;
}


#catalog a:hover .img {
	border: 1px solid rgba(0,0,0,0);
}
#catalog a:hover .name {
	background: #ED1C22;
	color: #fff;
}
#catalog a:hover .view {
	
	height: 350px;
	
}
#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(0,45,146,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(0,45,146,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: #ED1C22;
}
.prolist_side li a.sA {
	color: #ED1C22;
	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 #ED1C22;
}
.prolist_side_son li a:hover, .prolist_side_son li a:active, .prolist_side_son li a.A {
	color: #ED1C22 !important;
	border-left: 1px solid #ED1C22;
}
.prolist_side_son li a .A {
	color: #ED1C22;
	background: none !important;
}
#product .container {
	float: right;
	width: 1140px;
	text-align: left;
}
#product .container .title {
	padding: 5px 0px;
	color:f39800;
	font-size: 16px;
	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(0,45,146,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: 1140px;
	text-align: center;
}
#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: #ED1C22;
	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(0,45,146,1);
}
#product .container .tags {
	margin: 0px auto;
	padding: 5px 0px;
	text-align: center;
}

#product .container .btn {
	margin: 0px auto;
	padding: 50px 0px 0px 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(0,45,146,1);
	border: 1px solid rgba(0,45,146,1);
}
#product .container .btn .url .back {
	border: 1px solid #ddd;
	background: #fff;
	color: #666;
}
#product .container .btn .url .back:hover {
	color: rgba(0,45,146,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(0,45,146,.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(0,45,146,1);
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	text-align: left;
}
#case .type img {
	margin-left: 0px;
}
#case .list {
	margin: 0px auto;
	padding: 1px 20px 30px 20px;
}
#case .list .name {
	display: block;
	float: left;
	width: 10%;
	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(0,45,146,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(0,45,146,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(0,45,146,1);
	cursor: pointer;
}
#jobs .list-td .td5 .btn:hover {
	border: 1px solid rgba(0,45,146,1);
	background: rgba(0,45,146,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(0,45,146,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: "Microsoft Yahei",Helvetica,Arial;
	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: "Microsoft Yahei",Helvetica,Arial;
	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(0,45,146,1);
font-family: "Microsoft Yahei",Helvetica,Arial;
	font-size: 16px;
	margin: 15px auto;
}
#feedback form dl .button input:hover {
	background: #ED1C22;
}
#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: "Microsoft Yahei",Helvetica,Arial;
	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: "Microsoft Yahei",Helvetica,Arial;
	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(0,45,146,1);
font-family: "Microsoft Yahei",Helvetica,Arial;
	font-size: 16px;
	margin: 15px auto;
}
#volunteer form dl .button input:hover {
	background: #ED1C22;
}
#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: 850px;
	text-align: left;
	line-height: 14px;
}
#view .btn .url a {
	width:850px;
	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(0,45,146,1);
	border: 1px solid rgba(0,45,146,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(0,45,146,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;
}
#page {
	max-width: 1140px;
	margin: 0px auto;
	padding: 50px 0px;
	color: #999;
}

#wh {
	clear:both;
	width:auto;
	height:auto;
	border: 0px none;
	
	}
