@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	background: #fff;
	font-family: "Microsoft Yahei";
	color: #404040;
}

ol,ul,li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333333;
	-webkit-tap-highlight-color: rgba(255,0,0,0);
	transition: all .6s ease;
	margin-right: 10px
}

em,i {
	font-style: normal;
}

h1,h2,h3,h4,h5,h6,th,strong {
	font-weight: 800;
	font-size: 18px;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,textarea,select,button {
	border: 0;
	outline: 0;
	font-family: "Microsoft Yahei";
}

input[type="button"],input[type="text"],input[type="submit"] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

input,input:focus,input:active {
	user-select: text;
}

textarea {
	resize: none;
}

.clear {
	zoom: 1;
}

.clear:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.content {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.right_menu {
	width: 80px;
	position: fixed;
	right: 20px;
	top: 50%;
	margin-top: -181px;
	z-index: 9999;
	text-align: center;
	background: #fff;
}

.right_menu > p {
	height: 50px;
	line-height: 50px;
	background: #fec502;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
}

.right_menu > p a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}

.right_menu li {
	margin-top: 2px;
	width: 80px;
	height: 80px;
	background: #0095a1;
	transition: all .8s;
	position: relative;
}

.right_menu li i {
	display: block;
	width: 100%;
	height: 30px;
	padding-top: 10px;
}

.right_menu li i.r_i1 {
	background: url(../images/r_qq.png) no-repeat center 16px;
}

.right_menu li i.r_i2 {
	background: url(../images/r_tel.png) no-repeat center 16px;
}

.right_menu li p {
	height: 32px;
	line-height: 32px;
	color: #fff;
	text-align: center;
}

.right_menu li:hover {
	background: #fec502;
}

.r_tel {
	width: 200px;
	height: 80px;
	line-height: 80px;
	position: absolute;
	right: 80px;
	top: 0;
	background: #fec502;
	font-size: 19px;
	color: #fff;
	transition: all .8s;
	opacity: 0;
	filter: alpha(opacity:0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	visibility: hidden;
}

.right_menu li:hover .r_tel {
	opacity: 1;
	filter: alpha(opacity:100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
}

.right_menu li.Gotop {
	background: none;
	cursor: pointer;
	display: none;
	transition: all 0s;
}

.right_menu li.Gotop:hover {
	background: none;
}

.right_menu li.Gotop a {
	display: block;
	width: 100%;
	height: 100%;
	transition: all .8s;
	background-image: url(../images/r_top.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #0095a1;
}

.right_menu li.Gotop a:hover {
	background-color: #fec502;
}

.header {
	padding: 0;
}

.logo {
	float: left;
	height: 80px;
	position: relative;
	padding-right: 30px;
	margin: 21px 0 0 0;
}

.logo img {
	height: 100%;
}

.logo i {
	display: block;
	width: 0px;
	height: 20px;
	background: #dcdcdc;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
}

.head_txt {
	float: left;
	margin-left: 14px;
	padding-top: 10px;
}

.head_txt p {
	height: 28px;
	line-height: 28px;
}

.head_txt p.p1 {
	font-size: 22px;
	color: #048b99;
}

.head_txt p.p1 span {
	margin: 0 4px;
}

.head_txt p.p2 {
	font-size: 18px;
	margin-top: 5px;
}

.head_tel {
	float: right;
	padding-left: 60px;
	margin-top: -13px;
	background: url(../images/h_tel_bg.png) no-repeat left center;
}

.head_tel p.p1 {
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	color: #000;
}

.head_tel p.p2 {
	font-size: 24px;
	font-weight: 800;
	height: 30px;
	line-height: 30px;
	color: #fec502;
}

.nav {
	background: #212121;
	position: relative;
	z-index: 22;
}

.nav ul {
	margin-left: -1px;
}

.nav ul > li {
	float: left;
	padding: 0 4px;
	position: relative;
}

.nav ul > li i {
	display: block;
	width: 1px;
	height: 24px;
	background: #fff;
	opacity: .2;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
}

.nav ul > li > a {
	display: block;
	height: 60px;
	line-height: 60px;
	padding: 0 0px;
	color: #fff !important;
	font-size: 16px;
}

.nav .active a,.nav a:hover {
	background: #fec502;
}

.active11 {
	background: #fec502;
}

.i_b13 {
	background: url(../img/i13_bg.jpg) no-repeat;
	background-size: cover;
	padding: 26px 0 64px 0
}

.i13_nav {
	overflow: hidden;
	position: relative;
}

.i13_nav:before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	filter: alpha(opacity:20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

.i13_nav ul {
	margin-left: -1px;
}

.i13_nav li {
	float: left;
	padding: 0 4px;
	position: relative;
}

.i13_nav li i {
	display: block;
	width: 1px;
	height: 24px;
	background: #fff;
	opacity: .2;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
}

.i13_nav li a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 18px;
	color: #fff !important;
	font-size: 16px;
}

.i13_nav li a:hover {
	color: #fec502 !important;
}

.i_b13 .i_title {
	color: #fff;
	padding: 30px 0;
	margin-top: 16px;
}

.i_b13_box {
	margin: 0 -90px;
	color: #fff;
}

.i_b13_box a {
	color: #fff;
}

.i_b13_l {
	width: 700px;
	float: left;
	position: relative;
	margin:  0 0 0 15%;
}

.i_b13_l:before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	filter: alpha(opacity:60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	z-index: 1;
	border-radius: 6px;
}

.i_b13_text {
	position: relative;
	z-index: 2;
	padding: 30px 20px 20px 80px;
}

.i_b13_text h3 {
	font-size: 24px;
	font-weight: normal;
}

.i_b13_text h3 span {
	color: #fec502;
}

.i_b13_row {
	display: table;
	border-collapse: collapse;
	width: 100%;
}

.i_b13_item {
	display: table-header-group;
}

.i_b13_head ul,.i_b13_list ul {
	display: table-row;
	text-align: center;
}

.i_b13_head li,.i_b13_list li {
	display: table-cell;
}

.i_b13_item li {
	padding: 12px 22px 12px 4px;
}

.i_b13_head li {
	border-bottom: 4px solid #fec502;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	line-height: 24px;
}

.i_b13_list {
	padding: 10px 0;
}

.i_b13_list li {
	font-size: 20px;
}

.i_b13_item li.i13_w1 {
	width: 100px;
}

.i_b13_item li.i13_w2 {
	width: 160px;
}

.i_b13_item li.i13_w3 {
	width: 194px;
}

.i_b13_item li.i13_w4 {
	width: 142px;
}

.i_b13_item li a:hover {
	color: #fec502;
}

.i_b13_r {
	width: 600px;
	float: left;
}

.i_b13_r li {
	overflow: hidden;
	padding: 7px 0;
}

.i_b13_r li span {
	font-size: 16px;
	display: block;
	height: 32px;
	line-height: 32px;
	float: left;
	position: relative;
	padding-right: 0px;
	letter-spacing: 0px;
}

.i_b13_r li span:after {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
}

.i_b13_r li em {
	display: block;
	width: 490px;
	float: right;
}

.i_b13_r li em input[type="text"] {
	display: block;
	width: 330px;
	height: 32px;
	line-height: 28px;
	background: rgba(255,255,255,.7);
	padding: 0 10px;
	border: 2px solid #fec502;
	border-radius: 8px;
	overflow: hidden;
}

.i_b13_r li em textarea {
	display: block;
	width: 440px;
	height: 178px;
	line-height: 24px;
	font-size: 18px;
	background: rgba(255,255,255,.7);
	padding: 10px;
	border: 2px solid #fec502;
	border-radius: 8px;
}

.i13_sub {
	margin-top: 6px;
}

.i_b13_r li.i13_sub em {
	overflow: hidden;
}

.i_b13_r li input[type="submit"] {
	display: block;
	width: 164px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #fec502;
	cursor: pointer;
	letter-spacing: 0px;
	text-indent: 5px;
	font-size: 16px;
	color: #fff;
	border-radius: 6px;
	float: left;
	margin-right: 40px;
}

.i_b13_r li.i13_sub em a {
	display: block;
	width: 210px;
	height: 34px;
	line-height: 34px;
	background: url(../images/qqzx_bg.png) no-repeat 26px center;
	background-color: #fec502;
	cursor: pointer;
	letter-spacing: 0px;
	text-indent: 54px;
	font-size: 16px;
	color: #fff;
	border-radius: 6px;
	float: left;
}

.footer {
	padding: 20px 0 30px 0;
	color: #fff;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #fec502;
}

.foot_i1 {
	width: 160px;
	float: left;
	margin-top: 35px;
}

.foot_logo {
	width: 135px;
}

.foot_logo img {
	width: 100%;
}

.foot_i1 p {
	line-height: 24px;
	padding: 4px 0;
}

.foot_i1 p.p1 {
	font-size: 16px;
}

.foot_i2 {
	width: 600px;
	float: left;
	padding: 0 34px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	margin-left: 16px;
	margin-top: 24px;
	font-size: 15px;
}

.foot_i2 p {
	line-height: 24px;
	padding: 4px 0;
}

.foot_i3 {
	width: 336px;
	height: 140px;
	float: right;
	margin-top: 35px;
}

.foot_i3_wx {
	width: 120px;
	position: relative;
	float: left;
	padding-right: 34px;
	margin-left: 14px;
	position: relative;
}

.foot_wx_text {
	width: 30px;
	height: 120px;
	position: absolute;
	right: 0;
	top: 0;
}

.foot_wx_text i {
	display: block;
	position: absolute;
	background: #fff;
}

.foot_wx_text i.fi_i1 {
	width: 1px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 0;
}

.foot_wx_text i.fi_i2 {
	width: 8px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
}

.foot_wx_text i.fi_i3 {
	width: 8px;
	height: 1px;
	position: absolute;
	right: 0;
	top: 0;
}

.foot_wx_text i.fi_i4 {
	width: 1px;
	height: 12px;
	position: absolute;
	right: 0;
	top: 0;
}

.foot_wx_text i.fi_i5 {
	width: 1px;
	height: 12px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.foot_wx_text i.fi_i6 {
	width: 8px;
	height: 1px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.foot_wx_text i.fi_i7 {
	width: 8px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.foot_wx_text i.fi_i8 {
	width: 1px;
	height: 12px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.foot_wx_text p {
	padding: 15px 6px;
	line-height: 18px;
	text-align: center;
}

.foot_i3_wx > p {
	height: 30px;
	line-height: 30px;
	padding: 0 4px;
	text-align: center;
}

.foot_i3 img {
	display: block;
	width: 120px;
	height: 120px;
}

.linkbg {
	width: 100%;
	background: #212121;
	min-height: 55px;
}

.link {
	color: #fff;
}

.link > i {
	display: block;
	width: 60px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	white-space: nowrap;
}

.link ul {
	padding-left: 95px;
	min-height: 30px;
}

.link li {
	float: left;
	padding-right: 34px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 4px;
	font-size: 15px;
}

.link li a {
	color: #fff;
}

.i_title {
	text-align: center;
	letter-spacing: 2px;
	text-indent: 2px;
}

.i_title h2 {
	font-size: 28px;
}

.i_title h2 span {
	color: #212121;
}

.i_title p {
	font-size: 16px;
	color: #737373;
	margin-top: 10px;
}

.pageinfo_box {
	float: left;
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
}

.pageinfo {
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	margin: 3px;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
}

.pageinfo a {
	border: #333 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	margin: 2px;
	color: #333;
	padding-top: 2px;
	text-decoration: none
}

.pageinfo a:hover {
	border: #333 1px solid;
	color: #333;
}

.pageinfo a:active {
	border: #333 1px solid;
	color: #333;
}

.pageinfo .thisclass {
	border: #333 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	padding-bottom: 2px;
	margin: 2px;
	color: #fff;
	padding-top: 2px;
	background-color: #333
}

.pageinfo .disabled {
	border: #333 1px solid;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	color: #333;
	margin-right: 2px;
	padding-top: 2px;
}

.pageinfo strong {
	color: #333;
	padding: 0 3px;
}

.pageinfo span {
	background: #fff;
}

.pageinfo span a {
	color: #F00
}

.foot_news {
	float: left;
	width: 890px;
	margin-top: 10px;
	overflow: hidden;
	border: 1px solid #ececec;
	margin-bottom: 10px;
}

.foot_news ol {
	float: left;
	width: 890px;
	line-height: 40px;
	font-size: 18px;
	height: 50px;
	background: url(../images/new_tit.jpg) no-repeat left bottom;
}

.foot_news ol h2 {
	float: left;
	background: url(../images/new_l.jpg) no-repeat  12px;
	padding-left: 40px;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	font-weight: normal;
}

.foot_news ol h3 {
	float: right;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	padding-right: 15px;
}

.foot_news ul {
	float: left;
	width: 890px;
	overflow: hidden;
	margin-top: 10px;
	padding-bottom: 10px;
}

.foot_news ul li {
	float: left;
	width: 390px;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	padding-left: 35px;
	margin-left: 15px;
	border-bottom: 1px solid #f2f2f2;
	background: url(../images/left_bg_r.png) no-repeat 20px 10px;
}

.newslist {
	float: left;
	width: 890px;
	overflow: hidden;
	margin-top: 15px;
}

.newslist ol {
	float: left;
	width: 890px;
	overflow: hidden;
}

.newslist ol li {
	float: left;
	width: 850px;
	padding: 20px;
	overflow: hidden;
	margin-top: 15px;
}

.newslist ol li img {
	float: left;
	width: 200px;
	height: 165px;
	margin-right: 20px;
}

.newslist ol li p a {
	float: left;
	width: 630px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #404040;
	font-weight: normal;
}

.newslist ol li span {
	float: left;
	width: 630px;
	padding-top: 10px;
	line-height: 28px;
	font-size: 14px;
	color: #747474;
	font-weight: normal;
}

.newslist ol li p a:hover {
	color: #ff0000;
}

.newslist .cba {
	background: #f2f2f2;
}

.newslist .cba:hover {
	background: #f5f5f5;
}

.newslist .abc {
	background: #fff;
}

.newslist .abc:hover {
	background: #f5f5f5;
}

.message {
	line-height: 200%;
	width: 660px;
	margin-left: 100px;
	margin-top: 70px;
	padding-bottom: 10px;
	background: #fff;
	overflow: visible;
}

.message h1 {
	text-align: right;
	font-size: 15px;
	padding-right: 20px;
	padding-top: 30px;
}

#txly {
	padding-top: 10px;
	padding-bottom: 20px;
}

#tianxieone {
	float: left;
	width: 620px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	padding-right: 50px;
	height: 26px;
}

#tianxietwo {
	float: left;
	width: 80px;
	text-align: right;
	padding-right: 8px;
}

#tianxiethree {
	float: left;
	width: 530px;
}

#tianxiethree input {
	width: 500px;
	border: 1px #ddd solid;
	height: 24px;
	line-height: 24px;
}

#tianxiethree .yzm {
	width: 80px;
}

#tfour {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	width: 610px;
	padding-right: 50px;
	height: 82px;
}

#tfourtwo {
	width: 80px;
	text-align: right;
	padding-right: 8px;
	float: left;
}

#tfive {
	float: right;
	width: 522px;
}

#tfive textarea {
	width: 500px;
	border: 1px #ddd solid;
	height: 80px;
	line-height: 24px;
}

#liuyanshenming {
	float: left;
	padding: 20px 55px;
	width: 550px;
	padding-top: 20px;
}

#lytijiao {
	float: left;
	padding-left: 138px;
	width: 522px;
	padding-top: 20px;
}

#lytijiao input {
	background: url(../images/search_btn.jpg) no-repeat;
	height: 26px;
	line-height: 26px;
	width: 76px;
	text-align: center;
	border: 0px none;
	font-size: 14px;
}

.red {
	color: #F00
}

#ckly {
	padding: 20px;
	padding-bottom: 0px;
}

#ckly dl {
	border: 1px #ddd solid;
}

#ckly dt {
	height: 32px;
	line-height: 32px;
	border-bottom: 1px #ddd solid;
	background: #F6F6F6;
	padding-left: 6px;
	padding-right: 6px;
}

#ckly dt span {
	padding-left: 6px;
	padding-right: 6px;
}

#ckly dd {
	padding: 12px;
}

#ckly .ly {
	padding-bottom: 10px;
}

#ckly .hf {
	border: 1px #ccc solid;
	background: #f3f3f3;
	padding: 12px;
}

#ckly .hf h3 {
	font-weight: normal;
}

@-webkit-keyframes fadeInTop {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,50px,0);
		transform: translate3d(0,50px,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

@keyframes fadeInTop {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,50px,0);
		transform: translate3d(0,50px,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(80px,0,0);
		transform: translate3d(80px,0,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(80px,0,0);
		transform: translate3d(80px,0,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-80px,0,0);
		transform: translate3d(-80px,0,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-80px,0,0);
		transform: translate3d(-80px,0,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

.effect_pic {
	-webkit-animation: fadeInTop .3s ease-in-out both .5s;
	animation: fadeInTop .3s ease-in-out both .5s;
	opacity: 1 !important;
	filter: alpha(opacity=100)\9 !important;
}

.effect_pic2 {
	webkit-animation: fadeInLeft .5s ease-in-out both .8s;
	animation: fadeInLeft .5s ease-in-out both .8s;
	opacity: 1 !important;
	filter: alpha(opacity=100)\9 !important;
}

.banner {
	width: 100%;
	height: 480px;
	position: relative;
}

.banner .bd {
	width: 100%;
	height: 480px;
	overflow: hidden;
	position: relative;
}

.banner .bd ul {
	width: 100%;
}

.banner .bd li {
	width: 1980px;
	height: 480px;
}

.banner .bd li a {
	display: block;
	width: 100%;
	height: 100%;
}

.ban1 {
	top: 20px;
}

.ban_l,.ban_r {
	opacity: 0;
	filter: alpha(opacity=0)\9;
}

.ban1_l {
	width: 610px;
	position: absolute;
	top: 0;
	left: -40px;
	text-align: center;
}

.ban1_l p.p1 {
	font-size: 28px;
	padding-top: 54px;
}

.ban1_l p.p2 {
	padding: 14px 0;
}

.ban1_l p.p3 span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 28px;
	line-height: 28px;
	background: #fec502;
	font-size: 18px;
	font-weight: 800;
	color: #fff;
	padding: 0 20px;
	letter-spacing: 2px;
}

.ban1_l p.p4 {
	font-size: 18px;
	line-height: 34px;
	margin-top: 10px;
}

.ban1_l a.ban_more {
	display: block;
	width: 118px;
	height: 120px;
	line-height: 116px;
	margin: 10px auto 0;
	background: url(../images/ban_more_bg.png) no-repeat;
	font-size: 20px;
	color: #fff;
}

.ban1_r {
	width: 614px;
	height: 430px;
	position: absolute;
	right: -10px;
	top: 0;
}

.ban1_r img {
	width: 100%;
}

.banner .hd {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 14px;
	text-align: center;
}

.banner .hd li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 14px;
	height: 14px;
	margin: 0 4px;
	background: #212121;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
}

.banner .hd li.on {
	background: #fec502;
}

.i_b1 {
	background: #fff;
}

.i_b1_1 {
	background: url(../images/i1_bg.jpg) repeat-x #ebebea;
	padding: 40px 0 66px;
}

.i_b1_1_box {
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 30px;
	position: relative;
}

.i_b1_1_item {
	width: 580px;
	float: left;
	margin: 0 20px;
}

.i_b1_1_item h3 {
	height: 40px;
	line-height: 40px;
	background: #212121;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
}

.i_b1_1_item ul {
	background: #fff;
	padding: 10px 16px;
	position: relative;
}

.i_b1_1_item li {
	min-width: 22%;
	height: 32px;
	line-height: 32px;
	margin: 5px 1.5%;
	float: left;
	font-size: 16px;
}

.i_b1_1_item li a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
}

.i_b1_1_item li span {
	margin-right: 6px;
}

.i_b1_1_item ul > em {
	display: block;
	width: 27px;
	height: 12px;
	background: url(../images/hot.gif) no-repeat;
	position: absolute;
	top: 18px;
	z-index: 2;
}

.i_b1_1_item ul > em.hot_1 {
	left: 118px;
}

.i_b1_1_item ul > em.hot_2 {
	left: 256px;
}

.i_b1_1_item li a:hover {
	color: #212121;
}

.i1_sjx {
	border-left: 45px solid transparent;
	border-top: 78px solid #fec502;
	border-right: 45px solid transparent;
	position: absolute;
	left: 50%;
	top: -4px;
	margin-left: -45px;
}

.i1_sjx span {
	display: block;
	width: 90px;
	height: 36px;
	line-height: 18px;
	position: absolute;
	left: -45px;
	top: -68px;
	text-align: center;
	color: #fff;
}

.i_b1_2 .content {
	background: #fff;
}

.i_hot_search {
	height: 70px;
	line-height: 70px;
	margin-top: -34px;
	box-shadow: 3px -4px 4px #d5d4d5;
}

.i_hot_text {
	width: 90px;
	height: 70px;
	float: left;
	font-size: 18px;
	text-align: center;
	padding: 0 28px;
	border-right: 1px solid #dcdcdc;
}

.i_hot_words {
	width: 600px;
	height: 70px;
	float: left;
	padding: 0 10px;
}

.i_hot_words a {
	color: #737373;
	margin: 0 10px;
}

.i_hot_form {
	width: 300px;
	height: 40px;
	line-height: 40px;
	float: right;
	margin-right: 20px;
	margin-top: 14px;
	background: #fff;
	padding-right: 40px;
	border: 1px solid #dcdcdc;
	position: relative;
}

.i_hot_form input[type="text"] {
	display: block;
	width: 300px;
	height: 24px;
	line-height: 24px;
	padding: 8px 0;
	text-indent: 10px;
}

.i_hot_form input[type="submit"] {
	display: block;
	width: 110px;
	height: 42px;
	line-height: 42px;
	background: url(../images/search_bg.png) no-repeat 70px center #fec502;
	text-align: left;
	position: absolute;
	right: -1px;
	top: -1px;
	cursor: pointer;
	text-indent: 20px;
	letter-spacing: 4px;
	font-size: 17px;
	color: #fff;
}

.i_hot_form .text1 {
	line-height: 30px;
	width: 230px;
	padding: 5px;
}

.i_product {
	padding: 20px 0 0 0;
}

.i_product h3 {
	text-align: center;
}

.i_product h3 i {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 180px;
	height: 1px;
	background: #a6a6a6;
	vertical-align: middle;
}

.i_product h3 span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	font-weight: 800;
	padding: 0 20px;
}

.i_product ul {
	margin-left: -13px;
	margin-right: -13px;
}

.i_product li {
	width: 280px;
	float: left;
	margin: 14px 13px;
}

.i_product li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.i_pro_pic {
	overflow: hidden;
}

.i_pro_pic img {
	width: 280px;
	height: 234px;
	transition: all .6s;
}

.i_product li a:hover .i_pro_pic img {
	transform: scale(1.2);
}

.i_pro_tit {
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

*/

.i_b2 {
	background: #f2f2f2;
	padding: 30px 0;
}

.i_b2_box ul {
	margin: 0 -20px;
}

.i_b2_box li {
	width: 580px;
	height: 166px;
	float: left;
	margin: 10px 20px;
	background: #fff;
	position: relative;
}

.i_b2_pic {
	width: 210px;
	float: left;
	overflow: hidden;
}

.i_b2_pic img {
	width: 210px;
	height: 166px;
	transition: all .6s;
}

.i_b2_pic:hover img {
	transform: scale(1.2);
}

.i_b2_txt {
	width: 326px;
	float: right;
	margin-right: 18px;
}

.i_b2_txt h3 {
	font-size: 18px;
	font-weight: 800;
	height: 36px;
	line-height: 36px;
	color: #212121;
	padding: 14px 0 4px;
	margin-right: 100px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.i_b2_txt h3 a {
	color: #212121;
	transition: all 0s ease;
}

.i_b2_desc {
	max-height: 96px;
	line-height: 24px;
	color: #737373;
	overflow: hidden;
}

.i_b2_box {
	margin-top: 20px;
}

.i_b2_box li a.i_zx_more {
	display: block;
	height: 32px;
	line-height: 32px;
	background: url(../images/qqzx_bg.png) no-repeat 7px center #212121;
	padding-left: 31px;
	padding-right: 12px;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}

.i_b2_box li:hover {
	background: #fec502;
}

.i_b2_box li:hover .i_b2_txt h3 a,.i_b2_box li:hover .i_b2_desc {
	color: #fff;
}

.i_b3 {
	background: url(../images/i3_bg.jpg) no-repeat center top;
	margin-top: 20px;
	padding: 40px 0;
}

.i_b3 .i_title h2,.i_b3 .i_title p {
	color: #fff;
}

.i_b3_scroll {
	position: relative;
	margin-top: 30px;
}

.i_b3_scroll .bd {
	width: 100%;
	height: 220px;
	background: #fff;
}

.i_b3_scroll .bd li {
	float: left;
}

.i_b3_pic {
	width: 270px;
	padding: 20px 15px;
	overflow: hidden;
}

.i_b3_pic a {
	display: block;
	width: 100%;
	position: relative;
}

.i_b3_pic img {
	width: 270px;
	height: 180px;
}

.i_b3_pic span {
	display: block;
	width: 100%;
	height: 40px;
	background: #212121;
	filter: alpha(opacity:80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	position: absolute;
	left: 0;
	bottom: 0;
}

.i_b3_pic p {
	height: 40px;
	line-height: 40px;
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 0;
	color: #fff;
	text-align: center;
}

.i_b3_scroll > a {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/i_prevnext_icon.png) no-repeat 0 0;
	position: absolute;
	top: 90px;
	transition: all 0s ease;
}

.i_b3_scroll > a.prev {
	left: -60px;
}

.i_b3_scroll > a.next {
	right: -60px;
	background-position: 0 -40px;
}

.i_b3_scroll > a.prev:hover {
	background-position: 0 -80px;
}

.i_b3_scroll > a.next:hover {
	background-position: 0 -120px;
}

.i_b3_scroll .bd li:hover .i_b3_pic span {
	background: #fec502;
	filter: alpha(opacity:90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.i_b4 {
	padding: 100px 0 60px 0;
	background: #f2f2f2;
}

.i_b4 ul {
	margin: 0 -13px;
}

.i_b4 li {
	width: 280px;
	height: 280px;
	margin: 0 13px;
	float: left;
	background: #fff;
	position: relative;
}

.i4_icon {
	display: block;
	width: 124px;
	height: 124px;
	margin: 0 auto;
	margin-top: -20px;
	border-radius: 50%;
	overflow: hidden;
	background: url(../images/i4_icon_bg.png) no-repeat 0 0;
	position: relative;
	top: -62px;
}

.i4_icon span {
	display: table-cell;
	width: 124px;
	height: 124px;
	vertical-align: middle;
	text-align: center;
}

.i4_icon span img {
	max-width: 80px;
	max-height: 80px;
}

.i_b4_txt {
	position: absolute;
	left: 28px;
	right: 28px;
	top: 70px;
	text-align: center;
}

.i_b4_txt h3 {
	font-size: 18px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 6px 0;
}

.i_b4_txt h3 a {
	transition: all 0s ease;
}

.i_b4_txt .i4_desc {
	height: 72px;
	line-height: 24px;
	color: #737373;
	text-align: left;
	margin-top: 6px;
}

.i_b4_txt .i4_more {
	height: 32px;
	margin-top: 22px;
}

.i_b4_txt .i4_more a {
	display: block;
	width: 98px;
	height: 30px;
	line-height: 30px;
	transition: all 0s ease;
}

.i_b4_txt .i4_more a.a1 {
	float: left;
	border: 1px solid #dcdcdc;
	color: #737373;
}

.i_b4_txt .i4_more a.a2 {
	float: right;
	border: 1px solid #212121;
	background: url(../images/qqzx_bg.png) no-repeat 8px center;
	background-color: #212121;
	color: #fff;
	text-align: left;
	text-indent: 32px;
}

.i_b4 li:hover {
	background: #212121;
}

.i_b4 li:hover .i4_icon {
	background-position: 0 -124px;
}

.i_b4 li:hover .i_b4_txt h3 a,.i_b4 li:hover .i_b4_txt .i4_desc {
	color: #fff;
}

.i_b4 li:hover .i_b4_txt .i4_more a.a1,.i_b4 li:hover .i_b4_txt .i4_more a.a2 {
	background-color: #fec502;
	border: 1px solid #fec502;
	color: #fff;
}

.i_b5 {
	background: url(../images/i5_bg.jpg) repeat-x #fff;
	padding: 50px 0 0 0;
}

.i_b5 .i_title {
	color: #fff;
}

.i_b5_box {
	padding: 40px 0;
	background: #f2f2f2;
	margin-top: 40px;
}

.poster-main {
	width: 1080px;
	height: 456px;
	margin: 0 auto;
	position: relative;
}

.poster-main a,.poster-main img {
	display: block;
}

.poster-main .poster-list {
	width: 1000px;
	height: 460px;
	margin: 0 auto;
}

.poster-main .poster-list .poster-item {
	width: 310px;
	height: 450px;
	border: 5px solid #f2f2f2;
	box-shadow: 0 0 10px #d5d4d5;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

.poster-main .poster-list .poster-item.active {
	border: 5px solid #fec502;
}

.poster-main .poster-btn {
	width: 40px !important;
	height: 40px !important;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index: 10;
	cursor: pointer;
	background: url(../images/i_prevnext_icon.png) no-repeat 0 0;
}

.poster-main .poster-prev-btn {
	left: -54px;
	background-position: 0 -160px;
}

.poster-main .poster-next-btn {
	right: -54px;
	background-position: 0 -200px;
}

.i_b6 {
	background: #fff;
	padding: 40px 0 0 0;
}

.i_ftitle {
	width: 100%;
	height: 158px;
	background: url(../images/i6_tit_bg.png) no-repeat center;
	position: relative;
}

.i_ftitle span {
	display: block;
	width: 430px;
	height: 126px;
	line-height: 126px;
	text-align: center;
	font-size: 36px;
	font-weight: 800;
	color: #fff;
	position: absolute;
	top: 0;
	letter-spacing: 6px;
}

.i_ftitle span.s_1 {
	left: 146px;
}

.i_ftitle span.s_2 {
	right: 146px;
}

.i_vs_bg {
	width: 174px;
	height: 214px;
	background: url(../images/i_vs_bg.png) no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -87px;
	margin-top: -107px;
}

.i_ftitle .i_vs_bg {
	margin-top: -134px;
}

.i_b6 li {
	width: 100%;
	height: 320px;
	background: #f2f2f2;
	box-shadow: 0 0 10px #d5d4d5;
	margin: 30px 0;
}

.i_b6_item {
	height: 320px;
	position: relative;
}

.i_b6_l {
	width: 586px;
	height: 320px;
	float: left;
	position: relative;
}

.i_b6_r {
	width: 586px;
	height: 320px;
	float: right;
	position: relative;
}

.i_b6_pic {
	width: 350px;
	height: 350px;
	position: absolute;
	top: 50%;
	margin-top: -175px;
}

.i6_vs_bg {
	width: 174px;
	height: 214px;
	background: url(../images/i_vs_bg.png) no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -87px;
	margin-top: -107px;
	z-index: 2;
}

.i_b6_text {
	padding-top: 50px;
}

.i_b6_text h3 {
	height: 44px;
	line-height: 44px;
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 36px;
	font-size: 30px;
	font-weight: 600;
}

.i_b6_text p {
	line-height: 36px;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 4px;
}

.i_b6_l .i_b6_text {
	padding-left: 20px;
	padding-right: 386px;
}

.i_b6_l .i_b6_text h3 {
	background-image: url(../images/i6_ybg.png);
	color: #fec502;
}

.i_b6_r .i_b6_text {
	padding-left: 386px;
	padding-right: 20px;
}

.i_b6_r .i_b6_text h3 {
	background-image: url(../images/i6_nobg.png);
	background-position: left 6px;
}

.i_b6_l .i_b6_pic {
	right: 0;
}

.i_b6_r .i_b6_pic {
	left: 0;
}

.i_b6 li.i_590,.i_b6 li.i_590 .i_b6_item,.i_b6 li.i_590 .i_b6_l,.i_b6 li.i_590 .i_b6_r {
	height: 590px;
}

.i_b6 li.i_590 .i_b6_text {
	padding-top: 160px;
}

.i_b6 li.i_590 .i_b6_pic {
	width: 387px;
	height: 564px;
	margin-top: -282px;
}

.i_b6 li.i_590 .i_b6_l .i_b6_text {
	padding-left: 20px;
	padding-right: 402px;
}

.i_b6 li.i_590 .i_b6_r .i_b6_text {
	padding-left: 404px;
	padding-right: 12px;
}

.i_b7 {
	background: #f2f2f2;
	overflow: hidden;
}

.i7_title {
	width: 100%;
	height: 190px;
	background: url(../images/i7_tit_bg.png) no-repeat center top;
	color: #fff;
	letter-spacing: 3px;
}

.i7_title .content {
	height: 190px;
}

.i7_tit_l {
	width: 580px;
	height: 180px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: right;
}

.i7_tit_l p.p1 {
	font-size: 25px;
	filter: alpha(opacity:60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	padding-top: 24px;
}

.i7_tit_l p.p2 {
	font-size: 42px;
	font-weight: 800;
	padding-right: 16px;
}

.i7_tit_l p.p3 {
	font-size: 32px;
	filter: alpha(opacity:20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	padding-right: 40px;
	text-transform: uppercase;
	font-style: italic;
}

.i7_tit_r {
	width: 580px;
	height: 180px;
	position: absolute;
	right: 0;
	top: 0;
}

.i7_tit_r p.p1 {
	font-size: 60px;
	width: 254px;
	height: 78px;
	line-height: 78px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -39px;
	z-index: 2;
}

.i7_tit_r p.p2 {
	padding-left: 264px;
	font-size: 20px;
	padding-top: 64px;
	letter-spacing: 1px;
	filter: alpha(opacity:40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

.i7_tit_r p.p3 {
	padding-left: 264px;
	font-size: 25px;
}

.i_b7 ul {
	padding-top: 20px;
}

.i_b7 ul > li {
	background: #fff;
	padding: 10px 20px;
	margin-bottom: 10px;
}

.i_b7_item {
	width: 100%;
	min-height: 250px;
	position: relative;
}

.i_b7_num {
	width: 140px;
	height: 240px;
	position: absolute;
	top: 0;
	color: #fff;
	text-align: center;
}

.i_b7_num i {
	display: block;
	width: 140px;
	height: 240px;
	background: #212121;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.i_b7_num em {
	display: block;
	width: 140px;
	height: 240px;
	background: #212121;
	filter: alpha(opacity:20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1;
}

.i_b7_num_txt {
	position: relative;
	z-index: 3;
}

.i_b7_num_txt p.p1 {
	font-family: "STXihei";
	font-size: 84px;
	height: 110px;
	line-height: 110px;
	padding-top: 30px;
}

.i_b7_num_txt span {
	display: block;
	width: 120px;
	height: 2px;
	background: #fff;
	margin: 0 auto;
}

.i_b7_num_txt p.p2 {
	font-family: "SimHei";
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
}

.i_b7_pic {
	position: absolute;
	top: 0;
	overflow: hidden;
}

.i_b7_pic img {
	width: 100%;
	transition: all .6s;
}

.i_b7_txt h3 {
	font-size: 30px;
	color: #fec502;
	line-height: 40px;
	padding: 4px 0 14px 0;
	border-bottom: 1px solid #dedede;
	letter-spacing: 3px;
}

.i_b7_txt ol {
	padding: 10px 0;
}

.i_b7_txt li {
	color: #737373;
	background: url(../images/adv_li_bg.png) no-repeat 8px 14px;
	line-height: 32px;
	padding-left: 20px;
	font-weight: 300;
	margin-bottom: 4px;
	font-size: 15px;
}

.i_b7_txt li span {
	color: #fec502;
}

.i7_l .i_b7_num {
	left: 0;
}

.i7_l .i_b7_text {
	padding-left: 190px;
	padding-right: 510px;
}

.i7_l .i_b7_pic {
	right: 0;
	width: 448px;
}

.i7_r .i_b7_num {
	right: 0;
}

.i7_r .i_b7_text {
	padding-left: 416px;
	padding-right: 200px;
}

.i7_r .i_b7_pic {
	left: 0;
	width: 374px;
}

.i_b7_pic:hover img {
	transform: scale(1.2);
}

.i_b8 {
	background: url(../images/i8_bg.jpg) no-repeat center top #f2f2f2;
	padding: 40px 0;
}

.i_b8 .i_title,.i_b8 .i_title p {
	color: #fff;
}

.i8_abt {
	background: #fff;
	padding: 20px;
	margin-top: 26px;
}

.i8_abt_pic {
	width: 478px;
	float: left;
}

.i8_abt_text {
	width: 630px;
	float: right;
	margin-right: 8px;
}

.i8_abt_text h3 {
	line-height: 32px;
	font-size: 22px;
	font-weight: normal;
	color: #212121;
	padding: 8px 0;
}

.i8_abt_text h3 a {
	color: #212121;
}

.i8_abt_desc {
	line-height: 28px;
	color: #737373;
}

.i8_abt_more {
	height: 36px;
	margin-top: 24px;
}

.i8_abt_more a {
	display: block;
	width: 108px;
	height: 36px;
	line-height: 36px;
	float: left;
	margin-right: 10px;
	color: #fff;
}

.i8_abt_more a.a1 {
	background-color: #fec502;
	text-align: center;
}

.i8_abt_more a.a2 {
	background: url(../images/qqzx_bg.png) no-repeat 12px center;
	background-color: #212121;
	text-align: left;
	text-indent: 38px;
}

.i8_abt_more a:hover {
	background-color: #fec502;
}

.i8_honor {
	margin-top: 30px;
}

.i8_honor .hd li {
	height: 36px;
	line-height: 36px;
	float: left;
	margin-right: 10px;
	font-size: 16px;
	color: #fff;
	padding: 0 20px;
	background: #404040;
	cursor: pointer;
}

.i8_honor .hd li.on {
	background: #fec502;
}

.i8_honor_box {
	display: none;
	overflow: hidden;
}

.i8_honor_box ul {
	margin: 0 -13px;
	padding: 20px 0;
}

.i8_honor_box li {
	width: 280px;
	float: left;
	margin: 10px 13px;
}

.i8_honor_box li img {
	width: 280px;
	height: 186px;
}

.i8_honor_box.i8_honor_2 li img,.i8_honor_box.i8_honor_3 li img {
	height: 406px;
}

.i8_honor_box li p {
	color: #737373;
	line-height: 24px;
	padding: 6px 0;
	text-align: center;
}

.i_b9 {
	background: #fff;
	padding: 20px 0;
}

.i9_title {
	padding-top: 20px;
	position: relative;
}

.i9_title em {
	display: block;
	width: 396px;
	height: 32px;
	border: 2px solid #737373;
	position: absolute;
	top: 24px;
	left: 50%;
	margin-left: -200px;
	margin-top: -18px;
	z-index: 1;
}

.i9_title .i_title {
	position: relative;
	z-index: 2;
}

.i9_title .i_title span {
	display: inline-block;
	padding: 0 40px;
	background: #fff;
	color: #404040;
}

.i_b9_box {
	margin: 80px -38px 0 -38px;
	height: 220px;
	background: #212121;
}

.i_b9_box ul {
	width: 1236px;
	margin: 0 auto;
	position: relative;
	top: -40px;
}

.i_b9_box li {
	width: 194px;
	float: left;
	margin: 0 6px;
}

.i_b9_pic {
	width: 190px;
	height: 179px;
	border: 2px solid #fff;
	overflow: hidden;
}

.i_b9_pic img {
	width: 190px;
	height: 179px;
	transition: all .6s;
}

.i_b9_pic:hover img {
	transform: scale(1.2);
}

.i_b9_box li p {
	height: 40px;
	line-height: 40px;
	padding: 6px 0;
	overflow: hidden;
	font-size: 18px;
	color: #fff;
	text-align: center;
}

.i_b10 {
	padding: 20px 0;
}

.i_b10_box {
	width: 100%;
	height: 190px;
	position: relative;
	margin-top: 44px;
}

.i_b10_box .bd {
	margin: 0 -12px;
	height: 190px;
	overflow: hidden;
}

.i_b10_box .bd li {
	float: left;
	margin: 0 12px;
}

.i_b10_pic {
	width: 178px;
	height: 148px;
	border: 1px solid #dcdcdc;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	text-align: center;
	background: #fff;
}

.i_b10_pic img {
	max-width: 100%;
	max-height: 100%;
}

.i_b10_box .bd li p {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #737373;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.i_b10_box > a {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/i_prevnext_icon.png) no-repeat 0 -160px;
	position: absolute;
	top: 55px;
}

.i_b10_box > a.prev {
	left: -60px;
}

.i_b10_box > a.next {
	right: -60px;
	background-position: 0 -200px;
}

.i_b11 {
	padding: 40px 0;
	background: url(../images/i11_bg.jpg) repeat-x #f2f2f2;
}

.i_b11 .i_title,.i_b11 .i_title p {
	color: #fff;
}

.i_news {
	padding: 0 18px;
	background: #fff;
	margin-top: 34px;
}

.i_news_item {
	width: 390px;
	float: left;
	margin-right: 30px;
	padding-top: 20px;
}

.i_news_item > h3 {
	font-size: 24px;
	font-weight: normal;
	color: #212121;
}

.i_news_item > h3 span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 50px;
	line-height: 50px;
	min-width: 140px;
	padding: 0 4px;
	border-bottom: 2px solid #ffa811;
}

.i_news_list {
	padding-top: 10px;
	height: 537px;
	overflow: hidden;
}

.i_news_list li {
	padding: 10px 0;
	border-bottom: 1px dashed #212121;
	height: 158px;
}

.i_news_pic {
	width: 190px;
	height: 158px;
	float: left;
	overflow: hidden;
}

.i_news_pic img {
	width: 190px;
	min-width: 158px;
	transition: all .6s;
}

.i_news_pic:hover img {
	transform: scale(1.2);
}

.i_news_text {
	width: 176px;
	float: right;
	padding-left: 14px;
	background: url(../images/adv_li_bg.png) no-repeat left 10px;
}

.i_news_text h3 {
	height: 48px;
	line-height: 24px;
	font-size: 16px;
	overflow: hidden;
	padding-top: 4px;
}

.i_news_text h3 a:hover {
	color: #c91414;
}

.i_news_desc {
	height: 72px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 4px;
}

.i_news_more {
	height: 24px;
	line-height: 24px;
	margin-top: 2px;
}

.i_news_more a {
	color: #c91414;
}

.i_news_more a:hover {
	text-decoration: underline;
}

.i11_more {
	height: 38px;
	line-height: 25px;
	text-align: right;
	padding-bottom: 14px;
	font-size: 15px;
}

.i11_more a {
	color: #626262;
}

.i11_more a:hover {
	color: #212121;
	text-decoration: underline;
}

.i_faq_item {
	width: 316px;
	float: right;
	margin-right: 0;
}

.i11_scroll {
	position: relative;
	margin-top: 12px;
	overflow: hidden;
}

.i11_scroll .bd {
	position: relative;
	margin-bottom: -12px;
}

.i_faq_list {
	padding-top: 2px;
	height: 545px;
	overflow: hidden;
}

.i_faq_list li {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px dashed #212121;
}

.i_faq_box {
	position: relative;
	padding-left: 30px;
	min-height: 36px;
}

.i_faq_box span {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 8px;
	font-size: 16px;
	color: #fff;
}

.i_faq_q span {
	background: #fec502;
}

.i_faq_a span {
	background: #212121;
}

.i_faq_a span {
	top: 2px;
	margin-top: 0;
}

.i_faq_tit {
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.i_faq_desc {
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	color: #737373;
}

.i_faq_desc a {
	color: #737373;
}

.i_b12 {
	background: #fff;
	padding: 40px 0;
}

.i_b12 ul {
	padding: 10px 8px;
	margin-top: 34px;
}

.i_b12 li {
	width: 132px;
	height: 132px;
	float: left;
	margin: 5px 7px;
	border-radius: 50%;
	overflow: hidden;
	background: #f6f5ec;
	border: 1px solid #212121;
}

.i12_icon {
	width: 132px;
	height: 70px;
	background: url(../images/i12_icon.png) no-repeat 0 0;
	margin-top: 10px;
}

.i12_icon_1 {
	background-position: 0 0;
}

.i12_icon_2 {
	background-position: -150px 0;
}

.i12_icon_3 {
	background-position: -296px 0;
}

.i12_icon_4 {
	background-position: -444px 0;
}

.i12_icon_5 {
	background-position: -588px 0;
}

.i12_icon_6 {
	background-position: -735px 0;
}

.i12_icon_7 {
	background-position: -880px 0;
}

.i12_icon_8 {
	background-position: -1024px 0;
}

.i_b12 li p {
	height: 28px;
	line-height: 28px;
	color: #616161;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 4px;
	text-indent: 4px;
	text-align: center;
}

.pro_video {
	display: none;
}

.pro_video_box {
	padding: 15px;
	background: #fff;
}

.side_left {
	width: 280px;
	float: left;
}

.side_nav {
	border: 1px solid #dfdfdf;
}

.side_tit {
	height: 56px;
	line-height: 56px;
	border-bottom: 1px solid #ccc;
	background: #7dbf39;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	background: url(../images/s_menu_bg.png) no-repeat 34px center #0294a1;
	text-indent: 18px;
}

.side_menu {
	background: #fff;
	padding: 10px 16px;
}

.menu_item {
	margin-top: 10px;
}

.menu_item > a {
	display: block;
	height: 50px;
	line-height: 50px;
	position: relative;
	padding: 0 50px 0 14px;
	font-size: 17px;
	color: #fff;
	font-weight: 600;
	background: #0294a1;
	border-radius: 8px;
}

.menu_item em {
	display: block;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
}

.menu_item em {
	width: 50px;
	background-image: url(../images/menu_bg1.png);
	right: 0;
}

.menu_item > a.on em {
	background-image: url(../images/menu_bg1on.png);
}

.menu_child {
	padding: 10px 0 16px 0;
}

.menu_child h2 {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-top: 10px;
}

.menu_child li a {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: normal;
	display: block;
	border-bottom: 1px solid #cfcfcf;
	color: #747474;
	padding: 0 32px;
	background: url(../images/slide_r.jpg) no-repeat 14px 20px
}

.menu_child li.active a,.menu_child li a:hover {
	color: #0294a1;
}

.n_menu .menu_item.active > a,.n_menu .menu_item > a:hover {
	background: #3776e9;
	color: #fff;
}

.n_menu .menu_item.active > a span,.n_menu .menu_item > a:hover span {
	background-image: url(../images/menu_bg1hover.png);
}

.n_menu .menu_item.active > a em,.n_menu .menu_item > a:hover em {
	background-image: url(../images/menu_bg2hover.png);
}

.side_contact {
	margin-top: 20px;
}

.side_box {
	border: 1px solid #dfdfdf;
	margin-top: 20px;
	margin-bottom: 10px;
}

.side_box .side_tit {
	background: #0294a1;
	text-indent: 0;
	font-weight: normal;
}

.side_news {
	padding: 0 30px 20px 30px;
}

.side_news li {
	padding: 8px 0;
}

.side_news_pic {
	overflow: hidden;
}

.side_news_pic img {
	width: 100%;
	transition: all .6s;
}

.side_news_pic:hover img {
	transform: scale(1.2);
}

.side_news_text {
	line-height: 22px;
	font-size: 16px;
	padding: 0 10px;
	margin-top: 14px;
}

.side_news_text a {
	color: #000;
}

.side_news_text a:hover {
	color: #fec502;
}

a.side_news_more {
	display: block;
	width: 78px;
	height: 28px;
	line-height: 28px;
	margin: 8px auto 0;
	font-size: 15px;
	text-align: center;
	background: #1d9fac;
	color: #fff;
	border-radius: 12px;
	overflow: hidden;
}

.side_pro {
	padding: 10px 20px;
}

.side_pro li {
	padding: 10px 0;
}

.side_pro_pic {
	overflow: hidden;
}

.side_pro_pic img {
	width: 280px;
	height: 192px;
	transition: all .6s;
}

.side_pro_pic:hover img {
	transform: scale(1.2);
}

.side_pro_tit {
	height: 42px;
	line-height: 42px;
	background: #212121;
	position: relative;
	color: #fff;
	padding-left: 148px;
	padding-right: 8px;
}

.side_pro_tit a {
	color: #fff;
}

.side_pro_tit em {
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.side_pro_tit span {
	display: block;
	width: 110px;
	height: 48px;
	line-height: 48px;
	background: #fec502;
	font-size: 20px;
	font-weight: 800;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2s;
}

.side_pro_tit span:before {
	display: block;
	content: "";
	border-top: 48px solid transparent;
	border-left: 30px solid #fec502;
	border-bottom: 0 solid transparent;
	position: absolute;
	right: -30px;
	top: 0;
}

.side_pro_name {
	font-size: 16px;
	text-align: center;
	padding: 12px 0;
	font-weight: 600;
}

.side_pro_more {
	height: 40px;
}

.side_pro_more a {
	display: block;
	width: 108px;
	height: 40px;
	line-height: 40px;
	transition: all 0s ease;
}

.side_pro_more a.a1 {
	float: left;
	background: #eee;
	text-align: center;
}

.side_pro_more a.a2 {
	float: right;
	background: url(../images/qqzx_bg.png) no-repeat 10px center;
	background-color: #212121;
	color: #fff;
	text-align: left;
	text-indent: 36px;
}

.side_box.is_stuck {
	position: fixed;
	top: 0;
}

.side_right {
	width: 890px;
	float: right;
}

.side_contact {
	padding: 0 12px 12px 10px;
	line-height: 25px;
}

.side_contact img {
	margin-bottom: 10px;
}

.side_title {
	height: 48px;
	line-height: 48px;
	position: relative;
	border-bottom: 1px solid #01959f;
	padding-left: 14px;
	padding-right: 300px;
	font-size: 20px;
	color: #575757;
}

.side_title i {
	display: block;
	width: 6px;
	height: 30px;
	background: #01959f;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
}

.location {
	position: absolute;
	right: 8px;
	top: 0;
	font-size: 14px;
}

.productlist {
	padding: 20px 0;
}

.productlist ul {
	margin-left: -7px;
	margin-right: -7px;
}

.productlist li {
	width: 212px;
	float: left;
	margin: 14px 7px;
}

.productlist li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.pro_list {
	overflow: hidden;
}

.pro_list img {
	width: 212px;
	height: 178px;
	transition: all .6s;
}

.productlist li a:hover .pro_list img {
	transform: scale(1.2);
}

.pro_list_tit {
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pro_list_tit em {
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.pro_list_tit span {
	display: block;
	width: 110px;
	height: 48px;
	line-height: 48px;
	background: #fec502;
	font-size: 20px;
	font-weight: 800;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2s;
}

.pro_list_tit span:before {
	display: block;
	content: "";
	border-top: 48px solid transparent;
	border-left: 30px solid #fec502;
	border-bottom: 0 solid transparent;
	position: absolute;
	right: -30px;
	top: 0;
}

.tui_pro {
	float: right;
	width: 890px;
	overflow: hidden;
}

.tui_pro ul {
	float: left;
	width: 920px;
}

.tui_pro li {
	float: left;
	width: 282px;
	position: relative;
	background: #fff;
	margin-right: 20px;
	margin-top: 25px;
}

.tui_pro .image img {
	display: block;
	width: 280px;
	height: 186px;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	border: 1px solid #dddddd;
}

.tui_pro .image:hover {
	background: #666;
}

.tui_pro .image:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	border: 1px solid #0294a1;
}

.tui_pro .name {
	color: #767676;
	font-size: 14px;
	line-height: 30px;
	padding: 5px;
	text-align: center;
	overflow: hidden;
	background: #fff;
}

.tui_pro .name a {
	color: #767676;
}

.tui_pro .name a:hover {
	color: #0294a1;
}

.tui_pro1 {
	float: right;
	width: 890px;
	overflow: hidden;
}

.tui_pro1 ul {
	float: left;
	width: 920px;
}

.tui_pro1 li {
	float: left;
	width: 282px;
	position: relative;
	background: #fff;
	margin-right: 20px;
	margin-top: 25px;
}

.tui_pro1 .image img {
	display: block;
	width: 280px;
	height: 406px;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	border: 1px solid #dddddd;
}

.tui_pro1 .image:hover {
	background: #666;
}

.tui_pro1 .image:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	border: 1px solid #0294a1;
}

.tui_pro1 .name {
	color: #767676;
	font-size: 14px;
	line-height: 30px;
	padding: 5px;
	text-align: center;
	overflow: hidden;
	background: #fff;
}

.tui_pro1 .name a {
	color: #767676;
}

.tui_pro1 .name a:hover {
	color: #0294a1;
}

.hot_search {
	overflow: hidden;
	padding: 10px 0;
}

.hot_keywords {
	width: 762px;
	height: 44px;
	line-height: 44px;
	float: left;
}

.hot_keywords a {
	color: #737373;
	margin: 0 4px;
}

.ny_search {
	width: 280px;
	height: 42px;
	float: right;
	border: 1px solid #212121;
	padding-right: 110px;
	position: relative;
}

.ny_search input[type="text"] {
	display: block;
	width: 100%;
	height: 26px;
	line-height: 26px;
	padding: 8px 0;
	text-indent: 8px;
	font-size: 16px;
}

.ny_search input[type="submit"] {
	display: block;
	width: 110px;
	height: 42px;
	line-height: 42px;
	background: url(../images/search_bg.png) no-repeat 70px center #212121;
	text-align: left;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	text-indent: 20px;
	letter-spacing: 4px;
	font-size: 17px;
	color: #fff;
}

.ny_search .text1 {
	line-height: 30px;
	width: 270px;
	padding: 5px;
}

.pro_show {
	padding: 20px 0;
}

.pro_show_l {
	width: 422px;
	float: left;
	position: relative;
}

#showbox {
	width: 420px;
	height: 315px;
	background: #fff;
	text-align: center;
	overflow: hidden;
}

#showbox span {
	background: url(../images/whitebg.png) repeat;
	background: rgba(255,255,255,.8);
}

#showbox img {
	width: 100%;
}

#showbox p {
	background: #fff;
	border: 1px solid #dfdfdf;
}

#showsum {
	left: 30px;
	margin-top: 24px;
}

#showsum span {
	width: 80px;
	height: 80px;
	border: 1px solid #ddd;
}

#showsum span.sel {
	border: 1px solid #f60;
}

.showpage {
	width: 422px;
	position: relative;
}

.showpage a {
	display: block;
	width: 30px;
	height: 62px;
	background: url(../images/p_prevnext.png) no-repeat 0 -1px #eee;
	position: absolute;
	top: -62px;
}

.showpage a#showlast {
	left: 0;
}

.showpage a#shownext {
	right: 0;
	background-position: 0 -61px;
}

.show_video {
	width: 80px;
	height: 60px;
	border: 1px solid #ddd;
	position: absolute;
	right: 36px;
	bottom: 0;
	cursor: pointer;
	overflow: hidden;
}

.show_video img {
	width: 100%;
	min-height: 100%;
}

.show_video i {
	display: block;
	width: 36px;
	height: 36px;
	background: url(../images/pvideo_bg.png) no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -18px;
	margin-top: -18px;
}

.pro_show_r {
	width: 450px;
	float: right;
	overflow: hidden;
}

.p_show_r1 {
	min-height: 322px;
	padding-bottom: 30px;
}

.p_show_title {
	font-size: 30px;
	color: #000;
	line-height: 36px;
	padding: 8px 14px;
	border-bottom: 1px solid #737373;
}

.p_show_ul {
	padding: 6px 14px;
}

.p_show_ul li {
	line-height: 30px;
	font-size: 16px;
	color: #737373;
}

.p_show_ul li span {
	color: #000;
}

.p_show_r2 {
	margin-top: 24px;
}

.ps_r2_1 {
	float: right;
}

.ps_r2_1 a {
	display: block;
	width: 114px;
	height: 38px;
	line-height: 38px;
	background: url(../images/qqzx_bg.png) no-repeat 8px center #0296a2;
	text-indent: 32px;
	color: #fff;
}

.ps_r2_2 {
	height: 52px;
	float: right;
	padding-left: 60px;
	background: url(../images/ps_r2_tel.png) no-repeat;
	margin-right: 24px;
}

.ps_r2_2 p.p1 {
	font-size: 18px;
	color: #000;
}

.ps_r2_2 p.p2 {
	font-size: 22px;
	font-weight: 800;
	color: #fea200;
}

.ps_title {
	height: 50px;
	line-height: 50px;
	position: relative;
	background: #535353;
}

.ps_title span {
	display: block;
	height: 60px;
	line-height: 60px;
	padding: 0 14px;
	background: #fec502;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}

.ps_title span:before {
	display: block;
	content: "";
	border-top: 60px solid transparent;
	border-left: 30px solid #fec502;
	border-bottom: 0 solid transparent;
	position: absolute;
	right: -30px;
	top: 0;
}

.ps_text {
	font-size: 16px;
	line-height: 28px;
	color: #737373;
}

.p_show_b1 {
	margin-top: 20px;
}

.p_show_b2 {
	margin-top: 30px;
}

.p_show_b2 ul {
	margin-right: -10px;
	margin-top: 30px;
}

.p_show_b2 li {
	width: 290px;
	float: left;
	background: #0294a1;
	margin-right: 10px;
	color: #fff;
	text-align: center;
	transition: all .6s;
}

.ps2_icon {
	height: 78px;
	padding-top: 26px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.ps2_icon1 {
	background-image: url(../images/p2_icon1.png);
}

.ps2_icon2 {
	background-image: url(../images/p2_icon2.png);
}

.ps2_icon3 {
	background-image: url(../images/p2_icon3.png);
}

.ps2_name {
	padding: 14px 30px 10px 30px;
	font-size: 21px;
}

.ps2_desc {
	line-height: 28px;
	font-size: 16px;
	padding: 4px 30px 26px 30px;
}

.p_show_b2 li:hover {
	background: #fec502;
}

.p_show_b3 {
	padding: 30px 0 10px;
}

.p_show_b3 li {
	background: #f0f0f0;
	border-radius: 14px;
	overflow: hidden;
	margin-bottom: 10px;
}

.ps3_pic {
	width: 447px;
}

.ps3_text {
	width: 300px;
	min-height: 88px;
	padding-left: 74px;
	padding-top: 68px;
	position: relative;
}

.ps3_num {
	width: 63px;
	height: 88px;
	background: url(../images/ps3_num_bg.png) no-repeat;
	position: absolute;
	left: 0;
	top: 68px;
}

.ps3_num span {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	font-weight: 800;
	position: absolute;
	right: 15px;
	top: 8px;
}

.ps3_num em {
	display: block;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 11px;
	position: absolute;
	right: -10px;
	top: 39px;
}

.ps3_num i {
	display: block;
	width: 14px;
	height: 2px;
	background: #404040;
	position: absolute;
	left: 14px;
	top: 62px;
}

.ps3_txt h3 {
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	color: #0294a1;
	padding-top: 4px;
}

.ps3_txt_desc {
	font-size: 15px;
	line-height: 28px;
	color: #000;
	padding-top: 4px;
}

.ps3_l .ps3_pic {
	float: right;
}

.ps3_l .ps3_text {
	float: left;
	margin-left: 24px;
}

.ps3_r .ps3_pic {
	float: left;
}

.ps3_r .ps3_text {
	width: 320px;
	float: right;
	margin-right: 18px;
}

.p_show_b4 {
	margin-top: 30px;
}

.ps4_tit {
	text-align: center;
}

.ps4_tit_box {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 30px;
	text-align: center;
	border: 3px solid #0294a1;
	position: relative;
}

.ps4_tit_box i {
	display: block;
	width: 196px;
	height: 2px;
	background: #0294a1;
	position: absolute;
	top: 50%;
	margin-top: -1px;
}

.ps4_tit_box i.i_l {
	left: -196px;
}

.ps4_tit_box i.i_r {
	right: -196px;
}

.ps4_tit_box h4 {
	font-size: 30px;
	font-weight: normal;
	color: #3f3f40;
	padding-top: 4px;
}

.ps4_tit_box p {
	font-size: 18px;
	color: #737373;
	padding-bottom: 6px;
}

.p_show_b4 ul {
	margin-right: -10px;
	margin-top: 24px;
}

.p_show_b4 li {
	width: 290px;
	float: left;
	margin-right: 10px;
	margin-bottom: 16px;
	border-radius: 14px;
	overflow: hidden;
	position: relative;
}

.p_show_b4 li img {
	width: 290px;
	height: 220px;
}

.p_show_b4 li p {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #0294a1;
	color: #fff;
	text-align: center;
	font-size: 16px;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
}

.p_show_b5 {
	margin-top: 30px;
}

.p_show_b5 .ps_text {
	padding: 20px 0;
}

.ps5_item {
	background: #f2f2f2;
	padding: 10px 24px;
	border-radius: 10px;
	margin-bottom: 14px;
}

.ps5_item h4 {
	font-size: 24px;
	padding: 10px 0;
	color: #0294a1;
	line-height: 32px;
}

.ps5_item div.p1_tit {
	font-size: 20px;
	color: #404040;
	margin-top: 4px;
	font-weight: 800;
}

.ps5_item div.p1_desc {
	padding: 4px 0 12px 0;
}

.ps6_box_tit {
	width: 74%;
	margin: 30px auto 0;
	background: #0294a1;
	padding: 20px 4%;
	border-radius: 60px;
	line-height: 30px;
	font-size: 22px;
	color: #fff;
	text-align: center;
}

.ps6_box_ftit {
	text-align: center;
	margin-top: 40px;
}

.ps6_box_ftit span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 36px;
	color: #000;
	position: relative;
	padding: 0 30px;
}

.ps6_box_ftit span i {
	display: block;
	width: 146px;
	height: 4px;
	background: #0294a1;
	position: absolute;
	top: 50%;
	margin-top: -2px;
}

.ps6_box_ftit span i.i_l {
	left: -150px;
}

.ps6_box_ftit span i.i_r {
	right: -150px;
}

.ps6_box_img {
	text-align: center;
	padding: 30px 0;
}

.p_show_b7 ul {
	margin-right: -10px;
	padding: 20px 0 10px;
}

.p_show_b7 li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.ps7_pic {
	width: 288px;
	border: 1px solid #dfdfdf;
	overflow: hidden;
}

.ps7_pic img {
	width: 288px;
	height: 408px;
	transition: all .6s;
}

.ps7_pic:hover img {
	transform: scale(1.1);
}

.p_show_b7 li p {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: 800;
	text-align: center;
	overflow: hidden;
}

.p_show_b8 {
	background: url(../images/ps8_bg.png) repeat;
	padding: 40px 50px;
}

.ps8_tit {
	background: #13b5b1;
	padding: 30px 46px;
}

.ps8_tit_box {
	border: 1px solid #fff;
	height: 86px;
	text-align: center;
	margin-top: 30px;
}

.ps8_tit_box span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 56px;
	line-height: 56px;
	font-size: 48px;
	padding: 0 20px;
	color: #fff;
	background: #13b5b1;
	position: relative;
	top: -28px;
}

.ps8_tit_box ul {
	position: relative;
	top: -28px;
	margin-top: 14px;
}

.ps8_tit_box li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 34px;
	line-height: 34px;
	text-align: center;
	padding: 0 26px;
	background: #fff;
	font-size: 18px;
	color: #fec502;
}

.ps8_tit_box li.active {
	background: #fec502;
	font-size: 18px;
	color: #fff;
}

.ps8_b1 {
	padding: 40px 0;
}

.ps8_b1 ul {
	margin: 0 -11px;
}

.ps8_b1 li {
	width: 180px;
	height: 225px;
	float: left;
	background: url(../images/ps8_b1_icon.png) no-repeat;
	margin: 0 11px;
	text-align: center;
}

.ps8_b1_num {
	line-height: 70px;
	height: 70px;
	padding: 34px 20px 0 20px;
	font-size: 60px;
}

.ps8_b1_tit {
	line-height: 32px;
	height: 32px;
	font-size: 25px;
	color: #fec502;
}

.ps8_b2 {
	background: #f1f1f1;
	padding: 40px 60px;
}

.ps8_b2_tit {
	font-size: 50px;
	color: #262626;
	text-align: center;
}

.ps8_b2_ftit {
	font-size: 16px;
	color: #737373;
	text-align: center;
	text-transform: uppercase;
}

.ps8_b2 ul {
	margin-right: -5px;
	margin-top: 20px;
}

.ps8_b2 li {
	width: 220px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	overflow: hidden;
}

.ps8_b2 li img {
	width: 220px;
	height: 220px;
	transition: all .6s;
}

.ps8_b2 li img:hover {
	transform: scale(1.2);
}

.ps9_tit {
	padding-top: 30px;
	text-align: center;
}

.ps9_tit h2 span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 42px;
	line-height: 42px;
	background: #13b5b1;
	padding: 0 20px;
	font-size: 26px;
	color: #fff;
}

.ps9_tit p.p1 {
	font-size: 48px;
	color: #fec502;
	padding-top: 8px;
}

.ps9_tit p.p2 {
	font-size: 16px;
	padding: 12px 0;
}

.ps9_line {
	height: 1px;
	background: #dedede;
	position: relative;
	margin-top: 14px;
}

.ps9_line span {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/ps9_line_bg.png) no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -15px;
}

.ps9_box {
	padding: 20px 0;
}

.ps9_item {
	margin-bottom: 20px;
}

.ps9_text {
	margin-top: 40px;
}

.ps9_text h3 {
	height: 84px;
	line-height: 40px;
	border-bottom: 2px solid #13b5b1;
	position: relative;
	font-size: 30px;
	font-weight: normal;
	padding-top: 2px;
	padding-left: 156px;
}

.ps9_text h3 span {
	display: block;
	width: 140px;
	height: 80px;
	line-height: 80px;
	background: #13b5b1;
	font-size: 48px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}

.ps9_text h3 em {
	color: #fec502;
}

.ps9_text ul {
	padding: 14px 0;
}

.ps9_text li {
	line-height: 32px;
	background: url(../images/ps9_dg.png) no-repeat left 8px;
	font-size: 16px;
	padding-left: 40px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.ps9_item.i_l .ps9_pic {
	width: 422px;
	float: right;
}

.ps9_item.i_l .ps9_text {
	width: 432px;
	float: left;
}

.ps9_item.i_r .ps9_pic {
	width: 432px;
	float: left;
}

.ps9_item.i_r .ps9_text {
	width: 422px;
	float: right;
}

.p_show_b10 {
	padding-bottom: 20px;
}

.ps10_tit {
	text-align: center;
	background: #081542;
	padding: 20px 0;
}

.p_show_b10 ul {
	margin: 0 -10px;
	padding: 30px 0;
}

.p_show_b10 li {
	width: 280px;
	float: left;
	margin: 10px;
}

.pw10_pic {
	width: 212px;
	margin: 0 auto;
}

.pw10_pic img {
	width: 212px;
}

.ps10_name {
	font-size: 22px;
	color: #13b5b1;
	padding: 10px 30px 10px 10px;
	margin-top: 10px;
}

.ps10_desc {
	font-size: 16px;
	line-height: 30px;
	padding: 0 30px 0 10px;
}

.allnews {
	float: left;
	width: 890px;
	overflow: hidden;
}

.newstit {
	margin-top: 10px;
	text-align: center;
	width: 890px;
	height: 45px;
	font-size: 18px;
	line-height: 40px;
	font-weight: 500;
	color: #666;
	border-bottom: 1px solid #f2f2f2;
}

.news_stit {
	text-align: center;
	width: 890px;
	height: 33px;
	line-height: 33px;
	font-size: 12px;
	color: #333;
}

.news_content {
	float: left;
	width: 890px;
	font-size: 12px;
	overflow: hidden;
	margin-top: 10px;
	line-height: 26px;
}

.news_content p {
	padding: 0px;
}

.context {
	float: left;
	margin-top: 10px;
}

.context ul li {
	float: left;
	padding-right: 20px;
	line-height: 29px;
	height: 29px;
	color: #888;
}

.news_con {
	width: 100%;
	margin: 0 auto;
	padding-top: 15px;
}

dl.dl_3_1 {
	width: 202px;
	padding: 10px 0px 10px 15px;
	float: left;
	display: inline-block;
}

dl.dl_3_1 dt {
	width: 182px;
	height: 152px;
	overflow: hidden;
}

dl.dl_3_1 dt img {
	border: 1px solid #D5D5D5;
	height: 148px;
	width: 178px;
}

dl.dl_3_1 dt img:hover {
	border: 1px solid #212121;
}

dl.dl_3_1 dd {
	margin: 2px 0 0 0;
	width: 182px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	text-align: center;
}

dl.dl_3_1 dd a:hover {
	color: #212121;
}