﻿@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: 800px;
	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: #777;
	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: 800px;
	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;
}


/*pro*/
.pro_all {
	width: 100%;
	height: 768px;
	margin-top: 0px;
	background: url(../images/pro_bk.jpg) no-repeat center;
}

.pro {
	width: 1180px;
	margin: auto;
	overflow: hidden;
	position: relative;
}

.pro_bt1 {
	text-align: center;
	padding-top: 60px;
	font-size: 30px;
	color: #444444;
}

.pro_bt2 {
	text-align: center;
	padding-top: 36px;
	font-size: 14px;
	color: #777;
}

.pro_c1 {
	position: absolute;
	top: 680px;
	left: 25px;
	font-size: 30px;
	font-family: "times new roman";
	color: #555;
}

.pro_c2 {
	position: absolute;
	top: 725px;
	left: 55px;
	width: 110px;
	height: 30px;
	border: 1px solid #666;
	text-align: center;
	line-height: 30px;
}

.pro_c2 a {
	font-size: 14px;
	color: #666;
}


.pro_ny {
	overflow: hidden;
}

.pro_l {
	float: left;
	width: 220px;
	margin-top: 30px;
	height: 595px;
	border: 1px solid #eeeeee;
}

.pro_r {
	float: right;
	width: 900px;
}

.pro_l h3 {
	width: 220px;
	height: 75px;
	text-align: center;
	background: #777;
}

.pro_l h3 {
	font-size: 24px;
	color: #ffffff;
	line-height: 30px;
	padding-top: 25px;
	display: block;
}

.pro_l h3 span {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

.pro_l ul {
	margin-top: 0px;
}

.pro_l ul li {
	width: 190px;
	height: 55px;
	margin: auto;
	line-height: 55px;
	border-bottom: 1px solid #dcdcdc;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.pro_l ul li a {
	margin-left: 20px;
	font-size: 15px;
	color: #666;
}

.pro_l ul li a span {
	float: right;
}

.pro_l ul li:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);

}

.pro_r {
	margin-top: 30px;
	width: 930px;
	float: right;
}

.pro_chat {
	position: absolute;
	top: 730px;
	left: 40px;
	border: 1px dashed #ccc;
}

.pro_chat img {
	width: 150px;
	height: 150px;
}

.pro_r ul {
	overflow: hidden;
}

.pro_r ul li {
	float: left;
	margin-left: 30px;
	width: 280px;
	height: 300px;
	position: relative;
}

.pro_t {
	width: 280px;
	height: 250px;
}

.pro_t a img {
	width: 280px;
	height: 250px;
}

.pro_w {
	text-align: center;
	display: block;
	height: 40px;
	line-height: 40px;
}

.pro_w a {
	color: #444;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.pro_w span {
	width: 0px;
	display: block;
	height: 1px;
	background: #777;
}

.pro_r ul li:hover .pro_w span {
	width: 100%;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;

}

/*xj_all*/
.xj_all {
	width: 100%;
	background: url(../images/xj_bk.jpg) no-repeat center;
	height: 605px;
}

.xj {
	width: 1180px;
	margin: auto;
	position: relative;
}

.xj_bt1 {
	text-align: center;
	padding-top: 42px;
	font-size: 30px;
	color: #444444;
}

.xj_bt2 {
	text-align: center;
	padding-top: 36px;
	font-size: 14px;
	color: #777;
}

.xj_ny li {
	font-size: 16px;
	color: #444;
}

.xj1 {
	position: absolute;
	top: 223px;
	left: 35px;
}

.xj2 {
	position: absolute;
	top: 382px;
	left: 35px;
}

.xj3 {
	position: absolute;
	top: 540px;
	left: 35px;
}

.xj4 {
	position: absolute;
	top: 223px;
	left: 945px;
}

.xj5 {
	position: absolute;
	top: 382px;
	left: 930px;
}

.xj6 {
	position: absolute;
	top: 540px;
	left: 960px;
}


/*ph1_all*/
.ph1_all {
	width: 100%;
	background: url(../images/ph1_bk.jpg) no-repeat center;
	height: 374px;
}

.ph1 {
	width: 1180px;
	margin: auto;
	position: relative;
}

.ph1_w1 {
	position: absolute;
	top: 170px;
	left: 100px;
	font-size: 30px;
	color: #444;
}

.ph1_w2 {
	position: absolute;
	top: 245px;
	left: 170px;
	font-size: 30px;
	color: #444;
	font-family: "times new roman";
}

.ph1_w3 {
	position: absolute;
	top: 247px;
	left: 395px;
	width: 100px;
	height: 32px;
	background: #777;
	text-align: center;
	line-height: 32px;
}

.ph1_w3 a {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #fff;
}

.ph1_w4 {
	position: absolute;
	top: 80px;
	left: 905px;
}

#name {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 240px;
	height: 32px;
	font-size: 14px;
	color: #fff;
	background: #999;
	border: 1px solid #fff;
	border-radius: 20px;
}

#phone {
	position: absolute;
	top: 65px;
	left: 0px;
	width: 240px;
	height: 32px;
	font-size: 14px;
	color: #fff;
	background: #999;
	border: 1px solid #fff;
	border-radius: 20px;
}

#ny {
	position: absolute;
	top: 120px;
	left: 0px;
	border: none;
	width: 240px;
	height: 85px;
	background: #999;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	text-indent: 3px;
	border: 1px solid #fff;
	border-radius: 4px;
}

#tj {
	position: absolute;
	top: 225px;
	left: 0px;
	width: 240px;
	height: 32px;
	background: #999;
	text-align: center;
	line-height: 32px;
	color: #fff;
	font-size: 15px;
	border: none;
	letter-spacing: 5px;
	border: 1px solid #fff;
	border-radius: 20px;
}










/*ys_all*/
.ys_all {
	width: 100%;
	background: url(../images/ys_bk.jpg) no-repeat center;
	height: 699px;
}

.ys {
	width: 1180px;
	margin: auto;
	position: relative;
}

.ys_bt1 {
	text-align: center;
	padding-top: 30px;
	font-size: 30px;
	color: #444444;
}

.ys_bt2 {
	text-align: center;
	padding-top: 36px;
	font-size: 14px;
	color: #777;
}

.ys_picScroll-left {
	width: 1080px;
	overflow: hidden;
	position: relative;
	margin-top: 120px;
	height: 470px;
}

.ys_picScroll-left .hd {
	overflow: hidden;
}

.ys_picScroll-left .hd .prev {
	background: url(../images/ys_l.jpg) no-repeat center;
	height: 40px;
	width: 65px;
	position: absolute;
	top: 414px;
	left: 494px;
	z-index: 999;
}

.ys_picScroll-left .hd .next {
	background: url(../images/ys_r.jpg) no-repeat center;
	height: 40px;
	width: 65px;
	position: absolute;
	top: 414px;
	left: 559px;
	z-index: 999;
}

.ys_picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.ys_picScroll-left .bd ul li {
	overflow: hidden;
}

.ys_t {
	width: 520px;
	height: 400px;
	border: 1px solid #fff;
	float: left;
}

.ys_t img {
	width: 520px;
	height: 400px;
}

.ys_w {
	float: left;
	width: 420px;
	margin-left: 90px;
	margin-top: 15px;
}

.ys_w1 {
	font-size: 22px;
	color: #555;
	font-weight: bold;
	line-height: 30px;
}

.ys_w1 span {
	font-size: 12px;
	color: #777;
	text-transform: uppercase;
	font-weight: normal;
}

.ys_w2 {
	margin-top: 30px;
	line-height: 32px;
	color: #555;
	font-size: 14px;
}

.ys_call {
	position: absolute;
	font-size: 30px;
	color: #333;
	font-family: "Times New Roman";
	top: 570px;
	left: 660px;
	z-index: 9999;
}

.ys_zx {
	width: 120px;
	height: 32px;
	border: 1px solid #2f2f2f;
	text-align: center;
	line-height: 32px;
	position: absolute;
	z-index: 9999;
	top: 570px;
	left: 880px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.ys_zx a {
	font-size: 14px;
	color: #2f2f2f;
}

.ys_zx:hover {
	background: #777;
	border: none;
}

.ys_zx:hover a {
	color: #fff;
}


/*al*/
.al_all {
	width: 100%;
	background: url(../images/al_bk.jpg) no-repeat center;
	height: 680px;
}

.al {
	width: 1180px;
	margin: auto;
	position: relative;
}

.al_bt1 {
	text-align: center;
	padding-top: 80px;
	font-size: 30px;
	color: #444444;
}

.al_bt2 {
	text-align: center;
	padding-top: 36px;
	font-size: 14px;
	color: #777;
}

/*向左滚动*/
.al_picScroll-left {
	width: 1440px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	 
}

.al_picScroll-left .hd {}

.al_picScroll-left .hd .prev {
	display: block;
	width: 16px;
	height: 29px;
	float: right;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/hz_l.png) no-repeat;
	position: absolute;
	top: 180px;
	left: 0px;
}

.al_picScroll-left .hd .next {
	display: block;
	width: 16px;
	height: 29px;
	float: right;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/hz_r.png) no-repeat;
	position: absolute;
	top: 180px;
	right: 0;
}

.al_picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 0px;
	zoom: 1;
}

.al_picScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
}

.al_picScroll-left .hd ul li.on {
	background-position: 0 0;
}

.al_picScroll-left .bd {
	padding: 10px;
	margin-top: -110px;
}

.al_picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
	position: relative;
	top: 0px;
	margin: 0 auto;
}

.al_picScroll-left .bd ul li {
	margin: 0 10px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 260px;
	margin-top: 150px;
}

.al_picScroll-left .bd ul li .pic {
	text-align: center;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	width: calc(100% - 2px);
}

.al_picScroll-left .bd ul li .pic img {
	width: 100%;
	height: 280px;
	display: block;
	border: 1px solid #e6e6e6;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	overflow: hidden;
	object-fit: cover;
}

.al_picScroll-left .bd ul li .pic a:hover img {
	border-color: #ccc;
	transform: scale(1.1);
	-webkit-transform: scale(1.1)
}

.al_picScroll-left .bd ul li .title {}

.al_w1 {
	text-align: center;
	margin-top: 15px;
}

.al_w1 a {
	font-size: 15px;
	color: #444;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.al_w2 {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #3da471;
	margin-top: 15px;
	text-align: center;
	line-height: 20px;
}

.al_w2 a {
	color: #fff;
	font-size: 20px;
}


/*gs_all*/
.gs_all {
	width: 100%;
	background: url(../images/gs_bk.jpg) no-repeat center;
	height: 383px;
}

.gs {
	width: 1180px;
	margin: auto;
	overflow: hidden;
}

.gs_w {
	width: 690px;
	float: left;
}

.gs_w1 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding-top: 35px;
}

.gs_w2 {
	font-size: 24px;
	margin-top: 40px;
}

.gs_w2 a {
	color: #fff;
}

.gs_w3 {
	margin-top: 20px;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	height: 144px;
	overflow: hidden;
}

.gs_t {
	float: right;
	margin-top: 40px;
	border: 3px solid #fff;
	width: 400px;
	height: 280px;
}

.gs_t img {
	width: 400px;
	height: 280px;
}

/*fc_all*/
.fc_all {
	width: 100%;
	background: url(../images/fc_bk.jpg) no-repeat center;
	height: 189px;
}

.fc {
	width: 1180px;
	margin: auto;
}

.fc ul {
	padding-top: 40px;
	overflow: hidden;
}

.fc ul li {
	width: 295px;
	float: left;
}

.fc_t {
	margin: auto;
	display: block;
	width: 86px;
	height: 76px;
}

.fc_w {
	margin-top: 20px;
	text-align: center;
}

.fc_w a {
	font-size: 14px;
	color: #666;
}


/*xw_all*/
.xw_all {
	width: 100%;
	background: url(../images/xw_bk.jpg) no-repeat center;
	height: 677px;
}

.xw {
	width: 1180px;
	margin: auto;
}

.xw_bt1 {
	text-align: center;
	padding-top: 62px;
	font-size: 30px;
	color: #444444;
}

.xw_bt2 {
	text-align: center;
	padding-top: 36px;
	font-size: 14px;
	color: #777;
}

.xw_s {
	overflow: hidden;
	margin-top: 30px;
}

.xw_t {
	width: 480px;
	height: 280px;
	float: left;
	margin-left: 35px;
	margin-top: 25px;
}

.xw_t a img {
	width: 480px;
	height: 280px;
}

.xw_s_fl {
	width: 590px;
	float: right;
}

.xw_s_fl li {
	height: 125px;
	border-bottom: 1px solid #ddd;
	position: relative;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.xw_s_w1 {
	margin-top: 35px;
	margin-left: 40px;
}

.xw_s_w1 a {
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: 400px;
	float: left;
}

.xw_s_w2 {
	margin-top: 10px;
	margin-left: 40px;
	font-size: 14px;
	color: #777;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	width: 420px;
}

.xw_s_w3 {
	position: absolute;
	top: -5px;
	left: 495px;
	font-size: 24px;
	color: #888;
}

.xw_s_w4 {
	position: absolute;
	top: 50px;
	left: 495px;
	font-size: 14px;
	color: #666;
}

.xw_s_fl li:hover {
	box-shadow: 3px 3px 5px #eee;
	transform: translate(-10px, -10px);
}

.xw_x {
	margin-top: 25px;
}

.xw_x ul {
	overflow: hidden;
}

.xw_x ul li {
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	width: 560px;
	float: left;
	margin-right: 30px;
	line-height: 50px;
	border-bottom: 1px dashed #ddd;
}

.xw_x ul li a {
	font-size: 14px;
	color: #666;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.xw_x ul li a b {
	float: left;
	margin-right: 5px;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.xw_x ul li a p {
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	float: left;
	width: 450px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.xw_x ul li a span {
	float: right;
}

.xw_x ul li:hover a p {
	-webkit-transform: translateX(15px);
	transform: translateX(15px);
}

.xw_x ul li:hover a b {
	-webkit-transform: translateX(15px);
	transform: translateX(15px);
}

/*lk_all*/
.lk_all {
	width: 100%;
	background: url(../images/lk_bk.jpg) no-repeat center;
	height: 85px;
}

.lk {
	width: 1180px;
	margin: auto;
}

.lk ul {
	margin-left: 150px;
	overflow: hidden;
	padding-top: 50px;
}

.lk ul li {
	text-align: left;
	padding-left: 40px;
	float: left;
}

.lk ul li a {
	font-size: 14px;
	color: #555;
}