@charset "utf-8";
/* CSS Document */
* {
	margin: 0px auto;
	padding: 0px;
	text-decoration: none;
}
body {
	font-size: 12px;
	color: #333;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	background-color:#f2f2f2;
}
.clear {
	clear: both
}
.head {
	width: 1000px;
	height: 120px;
}
.menu {
	width: 100%;
	height: 38px;
	background: #1456a4;
}
.menu_content {
	width: 1000px;
	height: 38px;
}
.menu_content ul {
	min-width: 100px;
	display: table;
	height: 38px;
}
.menu_content ul li {
	display: table;
	min-width: 10px;
	height: 38px;
	line-height: 36px;
	color: #fff;
	float: left;
	padding-left: 23px;
	font-size: 14px;
}
.menu_content ul li a {
	color: #fff;
	font-weight:bold;
}
.menu_content ul li a:hover {
	color: #f00;
}
.menu_content ul .line {
	width: 1px;
	height: 16px;
	margin-top: 11px;
	background: #fff;
	float: left;
	margin-left: 15px;
}
/*banner*/
.slide-main {
	height: 350px;
	position: relative;
}
.prev, .next {
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	z-index: 222;
	top: 135px;
	overflow: hidden;
	cursor: pointer;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	_border: 1px solid none;
}
.prev {
	left: 70px;
}
.next {
	right: 70px;
}
.prev:hover, .next:hover, .nav-main a:hover, .nav-main a.cur {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.item {
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	z-index: 124;
	top: 310px;
	left: 0;
	text-align: center;
}
.item a {
	display: inline-block;
	width: 24px;
	height: 5px;
	margin-right: 11px;
	background: #333;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	overflow: hidden;
}
.item a.cur {
	background: #fff;
}
.slide-box, .slide {
	display: block;
	width: 100%;
	height: 350px;
	overflow: hidden;
}
.slide-box {
	position: relative;
}
.slide {
	display: none;
	height: 260px;
	padding-top: 89px;
	background: #ff6900;
	position: relative;
	position: absolute;
	z-index: 8;
}
#bgstylea {
	background: url(/images/banner01.jpg) center no-repeat;
}
#bgstyleb {
	background: url(/images/banner02.jpg) center no-repeat;
}
#bgstylec {
	background: url(/images/banner03.jpg) center no-repeat;
}
#bgstyled {
	background: url(/images/banner04.jpg) center no-repeat;
}
#bgstylee {
	background: url(/images/banner05.jpg) center no-repeat;
}
.slide a {
	display: block;
	width: 100%;
	height: 340px;
	cursor: pointer;
}
.obj-a, .obj-b, .obj-c, .obj-d, .obj-e, .obj-f {
	position: absolute;
	z-index: 9;
	left: 50%;
}
.obj-a, .obj-b {
	width: 952px;
	margin-left: -476px;
	text-align: center;
}
.obj-a {
	display: block;
	height: 200px;
	top: 100px;
}
.obj-b {
	top: 256px;
	height: 100px;
}
.obj-c {
	display: block;
	height: 582px;
	top: 0;
	margin-left: -540px;
}
.obj-d {
	top: 175px;
	height: 164px;
}
.obj-d p {
	display: block;
	padding-top: 20px;
	font-size: 16px;
	color: #fff;
	clear: both;
}
.obj-e {
	width: 366px;
	height: 170px;
	margin-left: -460px;
	top: 175px;
	z-index: 12;
}
.obj-f {
	width: 692px;
	height: 394px;
	top: 158px;
	margin-left: -180px;
}
.banAnimate .obj-a {
	display: block;
	animation-name: baoAni;
	-webkit-animation: baoAni 0.4s linear 0s normal none;
	-moz-animation: baoAni 0.4s linear 0s normal none;
	animation: baoAni 0.4s linear 0s normal none;
}
@-webkit-keyframes baoAni {
from {
opacity:0;
left:60%;
}
to {
	opacity: 1;
	left: 50%;
}
}
@-moz-keyframes baoAni {
from {
opacity:0;
left:60%;
}
to {
	opacity: 1;
	left: 50%;
}
}
@keyframes baoAni {
from {
opacity:0;
left:60%;
}
to {
	opacity: 1;
	left: 50%;
}
}
.banAnimate .obj-b {
	display: block;
	animation-name: saAni;
	-webkit-animation: saAni 0.4s linear 0s normal none;
	-moz-animation: saAni 0.4s linear 0s normal none;
	animation: saAni 0.4s linear 0s normal none;
}
@-webkit-keyframes saAni {
from {
opacity:0;
-webkit-transform:scale(0, 0);
}
to {
	opacity: 1;
	-webkit-transform: scale(1, 1);
}
}
@-moz-keyframes saAni {
from {
opacity:0;
-moz-transform:scale(0, 0);
}
to {
	opacity: 1;
	-moz-transform: scale(1, 1);
}
}
@keyframes saAni {
from {
opacity:0;
transform:scale(0, 0);
}
to {
	opacity: 1;
	transform: scale(1, 1);
}
}
.watch-code.code-show {
	display: block;
	animation-name: scode;
	-webkit-animation: scode 0.3s linear 0s normal none;
	-moz-animation: scode 0.3s linear 0s normal none;
	animation: scode 0.3s linear 0s normal none;
}
@-webkit-keyframes scode {
from {
opacity:0;
-webkit-transform:scale(1, 0);
transform-origin:left bottom;
}
to {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform-origin: left bottom;
}
}
@-moz-keyframes scode {
from {
opacity:0;
-moz-transform:scale(1, 0);
transform-origin:left bottom;
}
to {
	opacity: 1;
	-moz-transform: scale(1, 1);
	transform-origin: bottom bottom;
}
}
@keyframes scode {
from {
opacity:0;
transform:scale(1, 0);
transform-origin:left bottom;
}
to {
	opacity: 1;
	transform: scale(1, 1);
	transform-origin: left bottom;
}
}
.banAnimate .obj-c, .banAnimate .obj-e {
	display: block;
	animation-name: saAnic;
	-webkit-animation: saAnic 0.3s linear 0s normal none;
	-moz-animation: saAnic 0.3s linear 0s normal none;
	animation: saAnic 0.3s linear 0s normal none;
}
@-webkit-keyframes saAnic {
from {
opacity:0;
left:47%;
}
to {
	opacity: 1;
	left: 50%;
}
}
@-moz-keyframes saAnic {
from {
opacity:0;
left:47%;
}
to {
	opacity: 1;
	left: 50%;
}
}
@keyframes saAnic {
from {
opacity:0;
left:47%;
}
to {
	opacity: 1;
	left: 50%;
}
}
.banAnimate .obj-d, .banAnimate .obj-f {
	display: block;
	animation-name: saAnid;
	-webkit-animation: saAnid 0.3s linear 0s normal none;
	-moz-animation: saAnid 0.3s linear 0s normal none;
	animation: saAnid 0.3s linear 0s normal none;
}
@-webkit-keyframes saAnid {
from {
opacity:0;
left:53%;
}
to {
	opacity: 1;
	left: 50%;
}
}
@-moz-keyframes saAnid {
from {
opacity:0;
left:53%;
}
to {
	opacity: 1;
	left: 50%;
}
}
@keyframes saAnid {
from {
opacity:0;
left:53%;
}
to {
	opacity: 1;
	left: 50%;
}
}
/*banner end*/
.products {
	width: 1000px;
}
.product_line_box {
	width: 600px;
	height: 50px;
	position: absolute;
	margin-left: 200px;
	margin-top: 30px;
}
.product_line_left {
	width: 150px;
	float: left;
	height: 2px;
	background: #9a9a9a;
}
.product_line_right {
	width: 150px;
	float: right;
	height: 2px;
	background: #9a9a9a;
}
.product_cn {
	position: relative;
	z-index: 10000;
	width: 600px;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	color: #1456a4;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
.product_en {
	width: 600px;
	height: 30px;
	color: #9b9b9b;
	font-size: 16px;
	text-align: center
}
.product_list {
	width: 1010px;
	height: 169px;
	margin-top: 10px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6
}
.product_list dd {
	width: 20px;
	height: 160px;
	float: left;
	background: #1456a4;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	display: table;
}
.product_list dd .text {
	vertical-align: middle;
	display: table-cell;
}
.product_list dd .text a{ color:#FFF}
.product_list dl {
	width: 130px;
	height: 130px;
	float: left;
	margin-left: 10px;
	margin-top: 3px;
}
.product_list dl dt {
	width: 122px;
	height: 100px;
	margin: 10px;
	text-align: center;
	line-height: 35px;
}
.product_list dl dt img {
	width: 122px;
	height: 100px;
}
.product_list dl dt a {
	color: #333;
}
.product_list dl dt a:hover {
	color: #126db4;
}
.product_list dl .red a {
	color: #333;
}
.product_list dl .red a:hover {
	color: #850001;
}
.product_list dl .t {
	width: 160px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.product_list .bgred {
	background: #850001;
}
.tred {
	color: #850001;
}
.link {
	width: 100%;
	height: 38px;
	background: #bdbec3;
	margin-top: 60px;
}
.link_content {
	width: 1000px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	font-size: 14px
}
.link_content a {
	color: #fff
}
.foot {
	width: 100%;
	background: #6a6f75;
	padding-top: 30px;
}
.foot_content {
	width: 1000px;
}
.foot_content_left {
	width: 360px;
	float: left;
}
.foot_content_left ul {
	width: 100px;
	float: left;
	list-style-type: none
}
.foot_content_left ul li {
	color: #fff;
	height: 30px;
	line-height: 30px;
	list-style-type: none
}
.foot_content_left ul li a {
	color: #babdc2;
}
.foot_content_middle {
	width: 200px;
	float: left;
	margin-left: 20px;
}
.foot_content_right {
	width: 300px;
	float: right;
	line-height: 28px;
	color: #fff;
	text-align: left;
}
.copyright {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #1456a4;
	text-align: center
}
.copyright a{
	color:#fff
}