@charset "utf-8";
/* CSS Document */

#example {
	width: 100px !important; /* IE7+FF */
	width: 200px; /* IE6 */
}
* {
	margin: 0 auto;
	padding: 0;
}
body {
	font-size: 12px;
	color: #121212;
	font-family: Microsoft YaHei, 宋体, Arial, Helvetica, sans-serif;
	background: none;
}
ul, li {
	list-style-type: none;
}
img, ul, li, button {
	margin: 0px;
}
img, button {
	border: none;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
img {
	border: 0;
}
input {
}
/*banner*/

.banner {
	width: 100%;
}
.slideBox {
	width: 100%;
	height: 460px;
	overflow: hidden;
	position: relative;
	margin: auto;
}
.slideBox .hd {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 1;
}
.slideBox .hd ul {
	zoom: 1;
	text-align: center;
	width: 100%;
}
.slideBox .hd ul li {
	display: inline;
	margin-right: 10px;
	border-radius: 50%;
	padding: 0 8px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	margin-left: 15px;
}
.slideBox .hd ul li.on {
	background: #f39500;
	color: #fff;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd img {
	width: 100%;
	height: 460px;
	display: block;
	margin: auto;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev, .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.slideBox .prev:hover, .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.slideBox .prevStop {
	display: none;
}
.slideBox .nextStop {
	display: none;
}
/*search*/

.search_all {
	width: 100%;
	background: url(../images/search_bk.jpg) no-repeat center;
	height: 60px;
}
.search {
	width: 1180px;
	margin: auto;
	overflow: hidden;
}
.search p {
	margin-left: 40px;
	float: left;
	font-size: 14px;
	color: #323232;
	line-height: 61px;
}
.search_ny {
	float: right;
	width: 300px;
	height: 28px;
	line-height: 26px;
	overflow: hidden;
	margin-right: 0px;
	background: url(../images/search_03.png) no-repeat center center;
	margin-top: 14px;
}
.search_ny input {
	width: 190px;
	height: 26px;
	border: none;
	background: none;
	margin-left: 35px;
	font-size: 14px;
	color: #888;
}
.search_ny button {
	margin-right: 6px;
	float: right;
	width: 30px;
	line-height: 26px;
	font-size: 14px;
	color: #fff;
	background: none;
	margin-right: 35px;
}
/*pro*/

.pro_all {
	width: 100%;
	height: 1197px;
	margin-top: 0px;
	background: url(../images/pro_bk.jpg) no-repeat center;
}
.pro {
	width: 1180px;
	margin: auto;
	overflow: hidden;
	position: relative;
}
.pro_dbt {
	text-align: center;
	padding-top: 50px;
	font-weight: bold;
	font-size: 30px;
	color: #444444;
}
.pro_dbt span {
	color: #025bb9;
}
.pro_xbt {
	color: #888888;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 5px;
}
.pro_ny {
	overflow: hidden;
}
.pro_l {
	float: left;
	width: 240px;
	margin-top: 30px;
}
.pro_r {
	float: right;
	width: 900px;
}
.pro_l h3 {
	width: 260px;
	height: 100px;
	text-align: center;
	background: #025bb9;
	border-radius: 4px;
}
.pro_l h3{
	font-size: 24px;
	color: #ffffff;
	line-height: 30px;
	padding-top: 20px;
	display: block;
}
.pro_l h3 span {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
.pro_l ul {
	margin-top: 15px;
}
.pro_l ul li {
	width: 260px;
	height: 40px;
	background: url(../images/nav_li_1.png) no-repeat center;
	margin: auto;
	line-height: 40px;
	margin-bottom: 15px;
}
.pro_l ul li a {
	margin-left: 20px;
	font-size: 14px;
	color: #444;
	margin-left: 70px;
	display: block;
	width: 100%;
}
.pro_l ul li:hover a {
	color: #025bb9;
}
.pro_l ul li:hover {
	width: 260px;
	height: 40px;
	background: url(../images/nav_li_0.png) no-repeat center;
}
.pro_l ul li:hover a {
	color: #fff;
}
.pro_chat {
	position: absolute;
	top: 450px;
	left: 45px;
}
.pro_chat img {
	width: 170px;
	height: 170px;
	display: block;
	margin: auto;
}
.pro_gs {
	font-size: 13px;
	color: #444;
	line-height: 24px;
	position: absolute;
	top: 650px;
	left: 10px;
}
.pro_r {
	margin-top: 15px;
}
/*产品图切换*/

.pro_slideTxtBox {
	text-align: left;
}
.pro_slideTxtBox .hd {
	position: relative;
}
.pro_slideTxtBox .hd ul {
	float: left;
	position: absolute;
	left: 0px;
	top: 18px;
	width: 900px;
	height: 40px;
}
.pro_slideTxtBox .hd ul li {
	float: left;
	width: 85px;
	height: 40px;
	text-align: left;
	line-height: 40px;
	font-weight: bold;
	margin-right: 0px;
}
.pro_slideTxtBox .hd ul li a {
	font-size: 16px;
	color: #444;
}
.pro_slideTxtBox .hd ul li.on {
}
.pro_slideTxtBox .hd ul li.on a {
	color: #025bb9;
}
.pro_slideTxtBox .bd {
	padding-top: 20px;
}
.pro_slideTxtBox .bd ul {
	zoom: 1;
	padding-top: 20px;
	margin-left: 0px;
}
.pro1 {
	width: 900px;
	overflow: hidden;
}
.pro1_t {
	width: 320px;
	height: 240px;
	float: left;
	border: 1px solid #ccc;
}
.pro1_t a img {
	width: 312px;
	height: 232px;
	margin: auto;
	display: block;
	margin-top: 2px;
}
.pro1_w {
	width: 540px;
	margin-left: 20px;
	float: left;
}
.pro1_w1 {
	margin-top: 10px;
	line-height: 40px;
	border-bottom: 1px dashed #ccc;
}
.pro1_w1 a {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.pro1_w2 {
	font-size: 14px;
	color: #555;
	font-size: 14px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	margin-top: 15px;
}
.pro1_w3 {
	width: 85px;
	height: 26px;
	background: #f59105;
	text-align: center;
	line-height: 26px;
	margin-left: 0px;
	margin-top: 20px;
}
.pro1_w3 a {
	color: #fff;
	display: block;
	width: 100%;
}
.pro_2 {
	width: 900px;
	clear: both;
	overflow: hidden;
}
.pro_2 li {
	width: 280px;
	float: left;
	margin-right: 20px;
	margin-top: 15px;
}
.pro_2 li a img {
	width: 272px;
	height: 258px;
	display: block;
	margin: auto;
	margin-top: 2px;
	border: 1px solid #eee;
}
.pro_2 li a p {
	line-height: 40px;
	color: #333333;
	font-size: 14px;
	text-align: center;
}
.pro_m {
	position: absolute;
	line-height: 22px;
	cursor: pointer;
	left: 1130px;
	top: 160px;
}
.pro_m a {
	color: #025bb9;
}
.pro_c1 {
	position: absolute;
	top: 1100px;
	left: 46px;
	font-size: 30px;
	color: #025bb9;
	font-family: "times new roman";
}
.pro_c2 {
	position: absolute;
	top: 1140px;
	left: 46px;
}
.pro_w{ margin-top:10px; text-align:center;}
.pro_w a{ font-size:14px; color:#555;}





/*ph1_all*/

.ph1_all {
	width: 100%;
	background: url(../images/ph1_bk.jpg) no-repeat center;
	height: 200px;
	margin-top: 40px;
}
.ph1 {
	width: 1180px;
	margin: auto;
	position: relative;
}
.ph1_w1 {
	position: absolute;
	top: 115px;
	left: 0px;
	font-size: 20px;
	color: #fff;
}
.ph1_w2 {
	position: absolute;
	top: 160px;
	left: 0px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.ph1_w3 {
	position: absolute;
	top: 55px;
	left: 930px;
	font-size: 30px;
	color: #fff;
	font-family: "times new roman";
}
.ph1_w4 {
	position: absolute;
	top: 103px;
	left: 930px;
	font-size: 20px;
	color: #fff;
	width: 110px;
	height: 32px;
	text-align: center;
	line-height: 34px;
	border: 1px solid #fff;
}
.ph1_w4 a {
	font-size: 14px;
	color: #fff;
	display: block;
	width: 100%;
}
/*ys_all*/

.ys_all {
	width: 100%;
	background: url(../images/ys_bk.jpg) no-repeat center;
	height: 1279px;
}
.ys {
	width: 1180px;
	margin: auto;
	position: relative;
}
.ys h3 {
	width: 592px;
	height: 52px;
	margin: auto;
	padding-top: 50px;
}
.ys_w {
	width: 550px;
}
.ys_w1 {
	font-size: 24px;
	color: #444444;
	font-weight: bold;
}
.ys_w2 {
	font-size: 24px;
	color: #444444;
	font-size: 15px;
	line-height: 30px;
	color: #444444;
	height: 150px;
	margin-top: 40px;
}
.ys1 {
	position: absolute;
	top: 265px;
	left: 630px;
}
.ys2 {
	position: absolute;
	top: 670px;
	left: 0px;
	width: 540px;
}
.ys3 {
	position: absolute;
	top: 1095px;
	left: 630px;
	width: 300px;
}
.yst1 {
	position: absolute;
	top: 140px;
	left: 0px;
}
.yst2 {
	position: absolute;
	top: 550px;
	left: 590px;
}
.yst3 {
	position: absolute;
	top: 950px;
	left: 0px;
}
.ys_c1 {
	position: absolute;
	top: 455px;
	left: 630px;
	font-family: "times new roman";
	color: #025bb9;
	font-size: 30px;
}
.ys_c2 {
	position: absolute;
	top: 455px;
	left: 850px;
	width: 85px;
	height: 32px;
	background: #025bb9;
	text-align: center;
	line-height: 32px;
}
.ys_c2 a {
	font-size: 16px;
	color: #fff;
}
.ys_c3 {
	position: absolute;
	top: 455px;
	left: 960px;
	width: 85px;
	height: 32px;
	background: #025bb9;
	text-align: center;
	line-height: 32px;
}
.ys_c3 a {
	font-size: 16px;
	color: #fff;
}
/*gs*/

.gs_all {
	width: 100%;
	background: url(../images/gs_bk.jpg) no-repeat center;
	height: 385px;
	margin-top: 60px;
}
.gs {
	width: 1180px;
	margin: auto;
	position: relative;
}
.gs h3 {
	padding-top: 50px;
	margin-left: 0px;
	font-size: 24px;
	font-weight: bold;
}
.gs_tw {
	width: 1180px;
	margin-top: 10px;
}
.gs_w {
	width: 630px;
	float: left;
	margin-top: 35px;
}
.gs_w1 {
}
.gs_w1 a {
	font-size: 18px;
	color: #444444;
	font-weight: bold;
}
.gs_w2 {
	margin-top: 10px;
	font-size: 14px;
	color: #555555;
	line-height: 36px;
	height: 180px;
	overflow: hidden;
}
.gs_t {
	width: 425px;
	height: 265px;
	float: right;
	border: 2px solid #fff;
}
.gs_t a img {
	width: 425px;
	height: 265px;
}
/*xw_wt_all*/

.xw_wt_all {
	width: 100%;
	height: 430px;
	margin-top: 30px;
	overflow: hidden;
}
.xw_wt {
	width: 1180px;
	margin: auto;
	overflow: hidden;
}
.xw {
	width: 700px;
	float: left;
}
.wt {
	width: 440px;
	float: right;
}
.xw_slideTxtBox {
	width: 700px;
}
.xw_slideTxtBox .hd {
	position: relative;
}
.xw_slideTxtBox .hd ul {
	position: absolute;
}
.xw_slideTxtBox .hd ul li {
	float: left;
	width: 80px;
	margin-right: 20px;
}
.xw_slideTxtBox .hd ul li a {
	color: #555;
	font-size: 18px;
	font-weight: bold;
}
.xw_slideTxtBox .hd ul li.on {
}
.xw_slideTxtBox .hd ul li.on a {
	color: #025bb9;
}
.xw_slideTxtBox .bd ul {
	zoom: 1;
}
.xw_tw {
	padding-top: 45px;
	overflow: hidden;
	margin-bottom: 15px;
}
.xw_t {
	width: 240px;
	height: 160px;
	float: left;
}
.xw_t a img {
	width: 240px;
	height: 160px;
}
.xw_w {
	width: 415px;
	float: left;
	margin-left: 25px;
}
.xw_w1 {
}
.xw_w1 a {
	font-size: 15px;
	color: #444;
}
.xw_w2 {
	font-size: 13px;
	color: #444;
	line-height: 24px;
	height: 72px;
	margin-top: 13px;
	overflow: hidden;
}
.xw_w3 {
	font-size: 13px;
	margin-top: 13px;
}
.xw_w3 a {
	color: #025bb9;
}
.xw_slideTxtBox .bd ul li {
	line-height: 50px;
	border-bottom: 1px solid #ddd;
	width: 320px;
	float: left;
	margin-right: 20px;
}
.xw_slideTxtBox .bd ul li a {
	font-size: 13px;
	color: #444;
	overflow: hidden;
	display: block;
}
.xw_slideTxtBox .bd ul li a b {
	float: left;
	margin-right: 6px;
}
.xw_slideTxtBox .bd ul li a p {
	float: left;
	width: 230px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.xw_slideTxtBox .bd ul li a span {
	float: right;
	color: #777;
}
.wt {
	width: 440px;
	float: right;
	position: relative;
}
.wt h3 {
	position: absolute;
	top: 10px;
	left: 0px;
	font-size: 18px;
}
.wt h3 a {
	color: #025bb9;
}
.wt h3 {
	position: absolute;
	top: 10px;
	left: 0px;
	font-size: 18px;
}
.wt_m {
	position: absolute;
	top: 13px;
	left: 390px;
}
.wt_m a {
	color: #025bb9;
	font-size: 13px;
}
.wt ul {
	margin-top: 55px;
}
.wt ul li {
	width: 440px;
	height: 50px;
	background: #f2f2f2;
	line-height: 50px;
	overflow: hidden;
	margin-top: 3px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.wt ul li a {
	font-size: 13px;
	color: #444;
}
.wt ul li a b {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
}
.wt ul li a p {
	float: left;
	width: 355px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.wt ul li a img {
	width: 16px;
	height: 16px;
	margin-top: 17px;
}
.wt ul li:hover {
	background: #025bb9;
}
.wt ul li:hover a {
	font-size: 13px;
	color: #fff;
}
/*lk_all*/

.lk_all {
	width: 100%;
	background: url(../images/lk_bk.jpg) no-repeat center;
	height: 85px;
	margin-top: 15px;
}
.lk {
	width: 1180px;
	margin: auto;
}
.lk ul {
	overflow: hidden;
	margin-left: 150px;
}
.lk ul li {
	line-height: 85px;
	text-align: left;
	float: left;
	padding-left: 20px;
}
.lk ul li a {
	font-size: 14px;
	color: #444;
}
