@charset "utf-8";

/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

html {
	height: 100%;
	background-attachment: fixed;
}

body {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 12px;
	color: #7B7B7B;
	font-family: Arial, '微软雅黑';
	behavior: url(/script/hover.htc);
	background-image: url(about:blank);
	background-attachment: fixed;
}

img,
form,
p {
	margin: 0;
	padding: 0;
	border: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

hr,
dl,
dt,
dd {
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

pre {
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow: hidden;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

select,
input,
textarea,
button {
	font-size: 13px;
}

a {
	text-decoration: none;
	color: #444;
}

a:hover {
	text-decoration: none;
	color: #3EA0C5;
}

th {
	text-align: left;
}

.clear {
	display: block;
	height: 0px;
	font-size: 0px;
	overflow: hidden;
	width: 100%;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.warp {
	width: 1100px;
	margin: auto;
}

.header {
	width: 100%;
	min-width: 1265px;
	height: 140px;
	position: relative;
	background: #FFF;
	left: 0px;
	top: 0;
	z-index: 999;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.header .header-content {
	height: 80px;
	padding: 10px 0;
}

.header .header-content .logo img {
	padding-top: 5px;
}

.header .header-content .tel {
	background: url(../images/tel.gif) 0px 0px no-repeat;
	padding-left: 40px;
	width: 200px;
	height: 34px;
	margin-top: 24px;
}

.header .header-content .tel p.wenzi {
	font-size: 13px;
	color: #7b7e6d;
	line-height: 16px;
}

.header .header-content .tel p.haoma {
	font-size: 18px;
	color: #2c2c2c;
	font-weight: 700;
	line-height: 18px;
}

.header .header-content .serach {
	margin-top: 24px;
}

.header .header-content .serach {
	position: relative;
	width: 270px;
}

.header .header-content .serach .search-text {
	background-color: #fff;
	border: 2px solid #3EA0C5;
	border-right: 0px;
	padding: 4px 10px;
	font-family: Arial, '微软雅黑';
	width: 185px;
	height: 22px;
	line-height: 22px;
	color: #a5a5a5;
}

.header .header-content .serach .search-btn {
	position: absolute;
	left: 204px;
	width: 66px;
	text-align: center;
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-size: 14px;
	background: #1E5193;
	border: 0;
}

.header .header-content .serach .search-btn:hover {
	background: #3EA0C5;
}


/*导航下拉菜单*/
#header {
	width: 1100px;
	margin: 0px auto 0 auto;
}

.nav {
	position: absolute;
	width: 1100px;
	height: 40px;
	background: #1E5193;
}

.nav li {
	position: relative;
	float: left;
	margin-right: 1px;
}

.nav li .no1-nav {
	line-height: 36px;
	padding: 0px 30px;
	float: left;
	height: 38px;
	color: #fff;
	font-size: 14px;
	/*border-top:2px solid #3EA0C5;*/
}

.nav li .no1-nav:hover {
	background: #fff;
	color: #3EA0C5;
	border-top: 2px solid #3EA0C5;
}

.nav li .no1-nav.hover {
	background: #fff;
	color: #3EA0C5;
	border-top: 2px solid #3EA0C5;
}

.nav li .nav-w {
	z-index: 21;
	position: absolute;
	display: none;
	float: left;
	clear: both;
	overflow: hidden;
	top: 40px;
	background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.nav li:hover .no1-nav {
	background: #fff;
	border-top: 2px solid #3EA0C5;
	color: #3EA0C5;
}

.nav li .section-nav1 {
	padding: 30px 40px 10px 40px;
	height: auto;
	overflow: hidden;
}

.nav li .section-nav1 .nav-cp-pinpai {
	height: 160px;
}

.nav li .section-nav1 .nav-cp-pinpai ul {
	width: 100%;
}

.nav li .section-nav1 .nav-cp-pinpai ul li {
	display: inline-block;
	width: 16.5%;
}

.nav li .section-nav1 .nav-cp-pinpai ul li {
	*display: inline;
}

.nav li .section-nav1 .nav-cp-pinpai ul li div {
	text-align: center;
}

.nav li .section-nav1 .nav-cp-pinpai ul li p {
	text-align: center;
}

.nav li .section-nav1 .nav-cp-pinpai ul li p a {
	line-height: 20px;
	padding: 0px;
	float: none;
	height: 20px;
	color: #333;
	font-size: 14px;
	border: 0;
}

.nav li .section-nav1 .nav-cp-pinpai ul li a:hover {
	;
	background: none;
	color: #3EA0C5;
}

.nav li .section-nav1 .nav-cp-yingyong {
	width: 100%;
	border-top: 1px dashed #999;
	padding-top: 15px;
	padding-bottom: 12px;
}

.nav li .section-nav1 .nav-cp-yingyong ul {
	display: inline-block;
	vertical-align: top;
	margin-right: 47px;
}

.nav li .section-nav1 .nav-cp-yingyong ul {
	*display: inline;
}

.nav li .section-nav1 .nav-cp-yingyong ul li {
	float: none;
}

.nav li .section-nav1 .nav-cp-yingyong ul li.biaoti {
	font-size: 14px;
	color: #333;
	padding-bottom: 10px;
}

.nav li .section-nav1 .nav-cp-yingyong ul li a {
	line-height: 21px;
	padding: 0px;
	float: none;
	height: 22px;
	color: #666;
	font-size: 12px;
	border: 0;
}

.nav li .section-nav1 .nav-cp-yingyong ul li a:hover {
	background: none;
	color: #3EA0C5;
}

.nav li .section-nav1 .nav-cp-lingyu ul {
	width: 100%;
}

.nav li .section-nav1 .nav-cp-lingyu ul li {
	display: inline-block;
	height: 160px;
	width: 140px;
	;
	margin: 0 10px;
	overflow: hidden;
}

.nav li .section-nav1 .nav-cp-lingyu ul li {
	*display: inline;
}

.nav li .section-nav1 .nav-cp-lingyu ul li div {
	text-align: center;
}

.nav li .section-nav1 .nav-cp-lingyu ul li p {
	text-align: center;
}

.nav li .section-nav1 .nav-cp-lingyu ul li p a {
	line-height: 20px;
	padding: 0px;
	float: none;
	height: 20px;
	color: #333;
	font-size: 14px;
	border: 0;
}

.nav li .section-nav1 .nav-cp-lingyu ul li a:hover {
	;
	background: none;
	color: #3EA0C5;
}

.nav li .section-nav1 .nav-cp-jishu ul {
	width: 100%;
}

.nav li .section-nav1 .nav-cp-jishu ul li {
	display: inline-block;
	width: 49.5%;
	margin-bottom: 20px;
}
}

.nav li .section-nav1 .nav-cp-jishu ul li {
	*display: inline;
}

.nav li .section-nav1 .nav-cp-jishu ul li div {
	text-align: center;
}

.nav li .section-nav1 .nav-cp-jishu ul li p {
	text-align: center;
}

.nav li .section-nav1 .nav-cp-jishu ul li p a {
	line-height: 20px;
	padding: 0px;
	float: none;
	height: 20px;
	color: #333;
	font-size: 14px;
	border: 0;
}

.nav li .section-nav1 .nav-cp-jishu ul li a:hover {
	;
	background: none;
	color: #3EA0C5;
}

.mr_t1name {
	font: bold 16px/40px "微软雅黑";
	color: #FFF;
	background: #2257A2 url(../images/mr_t1bg.jpg) no-repeat right top;
	height: 40px;
	width: 120px;
	padding-left: 21px;
	float: left;
}

.mr_t1name img {
	float: left;
	margin-top: 9px;
	margin-right: 6px;
	display: inline;
}

.mr_frbox {
	min-height: 140px;
	padding: 24px 0px;
	overflow: auto;
}

.mr_frBtnL {
	float: left;
	margin: 28px 0;
	cursor: pointer;
	display: inline;
}

.mr_frUl {
	float: left;
	min-height: 130px;
	width: 1030px;
}

.mr_frBtnR {
	float: right;
	margin-top: 28px;
	cursor: pointer;
}

.mr_frUl ul li {
	/* 	display: inline; */
	float: left;
	height: 160px;
	width: 135px;
	margin: 0 10px;
	overflow: hidden;
}

.mr_frUl ul li img {
	display: block;
}

.mr_frUl ul li a {
	color: #333;
	font-size: 14px;
	display: block;
}

.mr_frUl ul li a:hover {
	color: #3EA0C5;
}


/*导航下拉菜单*/

.banner {
	width: 100%;
	min-width: 1265px;
	height: 465px;
}

.banner .pro-switch {
	height: 465px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.banner .flexslider {
	margin: 0;
	padding: 0;
}

.banner .flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
	position: relative;
}

.banner .flexslider .slides img {
	width: 100%;
	display: block;
}

.banner .slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 450px;
}

.banner .no-js .slides>li:first-child {
	display: block;
}

.banner .flexslider {
	margin: 0 auto;
	position: relative;
	width: 100%;
	zoom: 1;
}

.banner .flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.banner .flexslider .slides {
	zoom: 1;
}

.banner .flex-direction-nav {
	*height: 0;
}

.banner .flex-direction-nav a {
	width: 60px;
	height: 90px;
	margin: -60px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
}

.banner .flex-direction-nav .flex-next {
	background-position: 0 -90px;
	right: 0;
}

.banner .flex-direction-nav .flex-prev {
	left: 0;
}

.banner .flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.banner .flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.banner .flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.banner .flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 25px;
	text-align: center;
}

.banner .flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.banner .flex-control-paging li a {
	background: url(../images/dot.gif) no-repeat 0 0px;
	display: block;
	height: 5px;
	overflow: hidden;
	text-indent: -99em;
	width: 60px;
	cursor: pointer;
}

.banner .flex-control-paging li a.flex-active {
	background-position: 0 -5px;
}

.banner2 {
	width: 100%;
	min-width: 1265px;
	height: 380px;
}

.banner2 .pro-switch {
	height: 380px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.banner2 .flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
	display: none;
}

.banner2 .flex-control-paging li a {
	background: url(../images/dot2.png) no-repeat 0 -13px;
	display: block;
	height: 13px;
	overflow: hidden;
	text-indent: -99em;
	width: 13px;
	cursor: pointer;
}

.banner2 .flex-control-paging li a.flex-active {
	background-position: 0 0px;
}

.i_pro_l {
	width: 1135px;
	height: 267px;
	padding-top: 50px;
	margin: 0 auto;
}

.i_c_left {
	position: absolute;
	height: 90px;
	width: 60px;
	top: 198px;
	left: 0px;
	background: url(../images/ad_ctr.png) 0px 0px no-repeat;
	overflow: hidden;
	float: left;
	display: inline;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.i_c_right {
	position: absolute;
	height: 90px;
	width: 60px;
	top: 198px;
	right: 0px;
	background: url(../images/ad_ctr.png) 0px -90px no-repeat;
	overflow: hidden;
	float: right;
	display: inline;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.i_c_left:hover {
	opacity: 0.8;
	filter: alpha(opacity=20);
}

.i_c_right:hover {
	opacity: 0.8;
	filter: alpha(opacity=20);
}

.i_pro_l .Cont {
	width: 1135px;
	overflow: hidden;
	float: left;
	height: 260px;
}

.i_pro_l .ScrCont {
	width: 10000000px;
}

.i_pro_l .Cont .i_c_center {
	width: 187px;
	float: left;
	padding: 0px 20px;
	overflow: hidden;
}

.i_pro_l .Cont li.i_c_img img {
	width: 187px;
	height: 214px;
	border: 0;
}

.i_pro_l .Cont li.i_c_img a {
	display: block;
}

.i_pro_l #List1,
.i_c_list #List2 {
	float: left;
}

.i_pro_l ul li p {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	padding-top: 20px;
}

.ly-case {
	width: 1113px;
	margin: 10px auto;
	margin-bottom: 50px;
}

.ly-case .i_pro_l2 {
	width: 1113px;
	height: auto;
	margin: 0 auto;
}

.ly-case .i_c_left {
	position: absolute;
	height: 90px;
	width: 60px;
	top: 120px;
	left: 0px;
	background: url(../images/ad_ctr.png) 0px 0px no-repeat;
	overflow: hidden;
	float: left;
	display: inline;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.ly-case .i_c_right {
	position: absolute;
	height: 90px;
	width: 60px;
	top: 120px;
	right: 0px;
	background: url(../images/ad_ctr.png) 0px -90px no-repeat;
	overflow: hidden;
	float: right;
	display: inline;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.ly-case .i_c_left:hover {
	opacity: 0.8;
	filter: alpha(opacity=20);
}

.ly-case .i_c_right:hover {
	opacity: 0.8;
	filter: alpha(opacity=20);
}

.ly-case .i_pro_l2 .Cont {
	width: 1113px;
	overflow: hidden;
	float: left;
	height: 320px;
}

/* .ly-case .i_pro_l2 .ScrCont{width:10000000px;} */
.ly-case .i_pro_l2 .Cont .i_c_center {
	width: 187px;
	float: left;
	padding: 0px 20px;
	overflow: hidden;
}

.ly-case .i_pro_l2 .Cont li.i_c_img img {
	width: 187px;
	height: 214px;
	border: 0;
}

.ly-case .i_pro_l2 .Cont li.i_c_img a {
	display: block;
}

.ly-case .i_pro_l2 #List1,
.i_c_list #List2 {
	float: left;
}

.ly-case .i_pro_l2 ul li p {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	padding-top: 20px;
}


.cp-nav {
	position: relative;
	margin-bottom: 75px;
}

.cp-nav .i_pro_l3 {
	width: 1113px;
	height: 320px;
	margin: 0 auto;
}

.cp-nav .i_c_left {
	position: absolute;
	height: 90px;
	width: 60px;
	top: 120px;
	left: 0px;
	background: url(../images/ad_ctr.png) 0px 0px no-repeat;
	overflow: hidden;
	float: left;
	display: inline;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.cp-nav .i_c_right {
	position: absolute;
	height: 90px;
	width: 60px;
	top: 120px;
	right: 0px;
	background: url(../images/ad_ctr.png) 0px -90px no-repeat;
	overflow: hidden;
	float: right;
	display: inline;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.cp-nav .i_c_left:hover {
	opacity: 0.8;
	filter: alpha(opacity=20);
}

.cp-nav .i_c_right:hover {
	opacity: 0.8;
	filter: alpha(opacity=20);
}

.cp-nav .i_pro_l3 .Cont {
	width: 1113px;
	overflow: hidden;
	float: left;
	height: 320px;
}

.cp-nav .i_pro_l3 .ScrCont {
	width: 10000000px;
}

.cp-nav .i_pro_l3 .Cont .i_c_center {
	width: 187px;
	float: left;
	padding: 0px 20px;
	overflow: hidden;
}

.cp-nav .i_pro_l3 .Cont li.i_c_img img {
	width: 187px;
	height: 214px;
	border: 0;
}

.cp-nav .i_pro_l3 .Cont li.i_c_img a {
	display: block;
}

.cp-nav .i_pro_l3 #List1,
.i_c_list #List2 {
	float: left;
}

.cp-nav .i_pro_l3 ul li p {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	padding-top: 20px;
}


.product-xilie {
	width: 100%;
	min-width: 1265px;
	padding: 50px 0 80px;
}

.product-xilie .product-xilie-content {
	width: 100%;
	min-width: 1265px;
	position: relative;
}

.product-xilie .product-xilie-content h2 {
	font-size: 30px;
	color: #1f2228;
	text-align: center;
	padding-bottom: 10px;
}

.product-xilie .product-xilie-content h3 {
	width: 615px;
	margin: 0 auto;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	color: #8c8c8c;
	text-align: center;
}

.product-xilie .product-xilie-content .product-xilie-content-more {
	padding-top: 50px;
}

.product-xilie .product-xilie-content .product-xilie-content-more div {
	float: left;
	padding-right: 3.75%;
	width: 17%;
}

.product-xilie .product-xilie-content .product-xilie-content-more div img {
	width: 100%;
}

.product-xilie .product-xilie-content .product-xilie-content-more div p {
	font-size: 18px;
	color: #1f2228;
	text-align: center;
	padding-top: 20px;
}

.product-xilie .product-xilie-content .index-wliao-btn {
	text-align: right;
	padding-top: 20px;
}

.product-xilie .product-xilie-content .index-wliao-btn a {
	display: inline-block;
	padding: 16px 66px;
	background: #F6B42E;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

.product-xilie .product-xilie-content .index-wliao-btn a:hover {
	background: #e39f14;
}

.about-tuijian {
	width: 100%;
	min-width: 1265px;
	padding: 50px 0 60px;
	background: #EEEEEE;
}

.about-tuijian .about-tuijian-content {
	width: 1100px;
	margin: auto;
}

.about-tuijian .about-tuijian-content .about-tuijian-content-l {
	width: 460px;
}

.about-tuijian .about-tuijian-content .about-tuijian-content-l h2 {
	font-size: 20px;
	color: #333;
	padding-bottom: 25px;
}

.about-tuijian .about-tuijian-content .about-tuijian-content-l h2 span {
	font-size: 16px;
	font-family: Arial;
	color: #88898A;
	font-weight: normal;
	padding-left: 10px;
}

.about-tuijian .about-tuijian-content .about-tuijian-content-l .news {}

.about-tuijian .about-tuijian-content .about-tuijian-content-l .news .news-top {
	height: 127px;
	background: #1E5193;
}

.about-tuijian .about-tuijian-content .about-tuijian-content-l .news .news-top:hover {
	background: #3EA0C5;
}

.about-tuijian .about-tuijian-content .about-tuijian-content-l .news .news-top .news-top-l {
	width: 160px;
	height: 127px;
}

.about-tuijian .about-tuijian-content .about-tuijian-content-l .news .news-top .news-top-r {
	width: 276px;
	padding: 15px 12px;
	color: #fff;
}

.about-tuijian .about-tuijian-content .about-tuijian-content-l .news .news-top .news-top-r h3 {
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 10px;
}

.about-tuijian .about-tuijian-content .about-tuijian-content-l .news .news-top .news-top-r p {
	font-size: 12px;
	line-height: 22px;
}

.about-tuijian .about-tuijian-content .about-tuijian-content-l .news .news-top .news-top-r a {
	color: #fff;
}

.about-tuijian .about-tuijian-content .about-tuijian-content-l .news .news-top .news-top-r p span.time {
	background: #1E5193;
	padding: 2px 6px;
	border-radius: 15px;
}

.about-tuijian .about-tuijian-content .about-tuijian-content-l .news .news-bottom {
	padding-top: 15px;
}

.about-tuijian .about-tuijian-content .about-tuijian-content-l .news .news-bottom ul li {
	border-left: 3px solid #1E5193;
	margin: 13px 0;
	line-height: 12px;
	padding-left: 10px;
	position: relative;
}

.about-tuijian .about-tuijian-content .about-tuijian-content-l .news .news-bottom ul li span {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
}

.about-tuijian .about-tuijian-content .about-tuijian-content-l .news .news-bottom ul li a {}

.about-tuijian .about-tuijian-content .about-tuijian-content-r {
	width: 570px;
}

.about-tuijian .about-tuijian-content .about-tuijian-content-r h2 {
	font-size: 20px;
	color: #333;
	padding-bottom: 22px;
}

.about-tuijian .about-tuijian-content .about-tuijian-content-r h2 span {
	font-size: 16px;
	font-family: Arial;
	color: #88898A;
	font-weight: normal;
	padding-left: 10px;
}

.about-tuijian .about-tuijian-content .about-tuijian-content-r p.case-tittle {
	width: 174px;
	font-size: 16px;
	color: #444;
	line-height: 26px;
	padding-bottom: 8px;
	padding-top: 8px;
}

.about-tuijian .about-tuijian-content .about-tuijian-content-r p.case-jieshao {
	width: 174px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.about-tuijian .about-tuijian-content .about-tuijian-content-r .about-tuijian-content-r-more {
	width: 570px;
}

.about-tuijian .about-tuijian-content .about-tuijian-content-r .about-tuijian-content-r-more div {
	margin-right: 20px;
	width: 176px;
}

.about-tuijian .about-tuijian-content .about-tuijian-content-r .about-tuijian-content-r-more div a {
	display: block;
}

.about-tuijian .about-tuijian-content .about-tuijian-content-r .about-tuijian-content-r-more div a img {
	border: 3px solid #eeeeee;
}

.about-tuijian .about-tuijian-content .about-tuijian-content-r .about-tuijian-content-r-more div p {
	border-bottom: 3px solid #aaa;
	font-size: 13px;
	color: #838383;
	line-height: 16px;
	padding: 5px 3px;
}

.about-tuijian .about-tuijian-content .about-tuijian-content-r .about-tuijian-content-r-more div a:hover img {
	border: 3px solid #3EA0C5;
}

.about-tuijian .about-tuijian-content .about-tuijian-content-r .about-tuijian-content-r-more div a:hover p {
	border-bottom: 3px solid #3EA0C5;
	color: #3EA0C5;
}

.ny-nav {
	width: 1100px;
	margin: auto;
	position: relative;
	padding-top: 210px;
}

.ny-nav ul li a.ny-nav-tittle {
	width: 205px;
	height: 78px;
	line-height: 78px;
	padding-left: 40px;
	color: #666;
	font-size: 16px;
	display: block;
	background: #FFF url(../images/ny-nav-icon.gif) 190px 50% no-repeat;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
}

.ny-nav ul li .ny-nav-more {
	background: #fff;
	padding-bottom: 20px;
	-webkit-box-shadow: 0 7px 9px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0 7px 9px rgba(0, 0, 0, 0.18);
	box-shadow: 0 7px 9px rgba(0, 0, 0, 0.18);
}

.ny-nav ul li .ny-nav-more li a {
	line-height: 30px;
	font-size: 16px;
	color: #666;
	padding-left: 40px;
}

.ny-nav ul li .ny-nav-more li a:hover {
	color: #3EA0C5;
}

.main-neiye {
	width: 1100px;
	margin: 40px auto;
	position: relative;
}

.main-neiye .main-neiye-l {
	width: 225px;
}

.main-neiye .main-neiye-l .navbar-wrapper {
	width: 225px;
}

.main-neiye .main-neiye-l h5 {
	font-size: 22px;
	line-height: 24px;
	color: #3EA0C5;
	padding-bottom: 8px;
	border-bottom: 2px solid #3EA0C5;
}

.main-neiye .main-neiye-l h4 {
	font-size: 15px;
	line-height: 34px;
	color: #555;
	padding-bottom: 10px;
}

.main-neiye .main-neiye-l h4 span {
	border-bottom: 2px solid #3EA0C5;
	padding-bottom: 5px;
}

.main-neiye .main-neiye-l ul.main-neiye-nav {
	padding-top: 10px;
}

.main-neiye .main-neiye-l ul.main-neiye-nav li {
	padding-bottom: 5px;
	border-bottom: 1px dashed #BFBFBF;
	line-height: 18px;
	margin-bottom: 5px;
	background: url(../images/news-icon.gif) 6px 6px no-repeat;
	padding-left: 18px;
}

.main-neiye .main-neiye-l ul.main-neiye-nav li a {
	color: #555;
}

.main-neiye .main-neiye-l ul.main-neiye-nav li a:hover {
	color: #3EA0C5;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}


.main-neiye .main-neiye-r {
	width: 822px;
	line-height: 180%;
}

.main-neiye .main-neiye-r2 {
	width: 805px;
	overflow: hidden;
}

.main-neiye h6 {
	font-weight: normal;
	padding-bottom: 15px;
	text-align: right;
}

.main-neiye .main-neiye-r .main-neiye-r-content {
	padding-bottom: 5px;
}

.main-neiye .main-neiye-r .main-neiye-r-content .xs {
	width: 254px;
	margin-left: 20px;
	margin-bottom: 25px;
	float: left;
	overflow: hidden;
}

.main-neiye .main-neiye-r .main-neiye-r-content .xs:hover {
	background: #3EA0C5;
}

.main-neiye .main-neiye-r .main-neiye-r-content .xs a {
	display: block;
	position: relative;
	width: 248px;
	background: #EEEEEE;
	padding: 3px;
}

.main-neiye .main-neiye-r .main-neiye-r-content .xs a:hover {
	background: #3EA0C5;
}

.main-neiye .main-neiye-r .main-neiye-r-content .xs a dt em {
	width: 248px;
	height: 197px;
	position: absolute;
	left: 3px;
	top: 3px;
	background: url(../images/tu-hover.png) no-repeat center -175px;
	transition: all 0.2s linear 0s;
}

.main-neiye .main-neiye-r .main-neiye-r-content .xs a:hover em {
	background: url(../images/tu-hover.png) no-repeat center center;
	transition: all 0.2s linear 0s;
}

.main-neiye .main-neiye-r .main-neiye-r-content .xs dd {
	color: #3c3c3c;
	font-size: 14px;
	line-height: 24px;
	padding: 5px 0;
	padding-left: 10px;
}

.main-neiye .main-neiye-r .main-neiye-r-content .xs a:hover dd,
.main-neiye .main-neiye-r .xs a:hover dd span {
	color: #fff;
}

.main-neiye .main-neiye-r .main-neiye-r-content .xs dd span {
	font-size: 12px;
	color: #b2b2b2;
	padding-left: 5px;
}

.main-neiye .main-neiye-r .main-neiye-r-content h4 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
}

.main-neiye .main-neiye-r .main-neiye-r-content .producr-lb {
	width: 380px;
	margin-bottom: 65px;
	margin-right: 30px;
	float: left;
}

.main-neiye .main-neiye-r .main-neiye-r-content .producr-lb .image {
	width: 175px;
}

.main-neiye .main-neiye-r .main-neiye-r-content .producr-lb .wenan {
	width: 180px;
	margin-left: 25px;
}

.main-neiye .main-neiye-r .main-neiye-r-content .producr-lb .wenan h3 {
	font-size: 15px;
	line-height: 15px;
	color: #555;
	font-weight: normal;
	border-left: 2px solid #3EA0C5;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.main-neiye .main-neiye-r .main-neiye-r-content .producr-lb .wenan p {
	font-size: 12px;
	color: #666;
	line-height: 24px;
}

.main-neiye .main-neiye-r .main-neiye-r-content .producr-lb .wenan p.btn {
	padding-top: 15px;
}

.main-neiye .main-neiye-r .main-neiye-r-content .producr-lb .wenan p a {
	padding: 3px 13px;
	border: 1px solid #3EA0C5;
	color: #3EA0C5;
}

.main-neiye .main-neiye-r .main-neiye-r-content .producr-lb .wenan p a:hover {
	border: 1px solid #3EA0C5;
	color: #3EA0C5;
}

.main-neiye .main-neiye-r .cpziliao-lb {
	padding: 0px 5px 20px;
	border-bottom: 1px solid #D1D1D1;
	margin-bottom: 25px;
}

.main-neiye .main-neiye-r .cpziliao-lb h3 {
	font-size: 16px;
	color: #333;
	line-height: 20px;
	padding-left: 27px;
	padding-bottom: 15px;
}

.main-neiye .main-neiye-r .cpziliao-lb h3.download-pdf {
	background: url(../images/download-icon.gif) 0px 0px no-repeat;
}

.main-neiye .main-neiye-r .cpziliao-lb h3.download-word {
	background: url(../images/download-icon.gif) 0px -78px no-repeat;
}

.main-neiye .main-neiye-r .cpziliao-lb h3.download-video {
	background: url(../images/download-icon.gif) 0px -39px no-repeat;
}

.main-neiye .main-neiye-r .cpziliao-lb h3 span {
	background: url(../images/download.gif) 0px center no-repeat;
	font-size: 12px;
	font-family: '宋体';
	padding-left: 20px;
	font-weight: normal;
	margin-left: 20px;
}

.main-neiye .main-neiye-r .cpziliao-lb h3 span a {
	color: #3EA0C5;
}

.main-neiye .main-neiye-r .cpziliao-lb h3 span a:hover {
	text-decoration: underline;
}

.main-neiye .main-neiye-r .cpziliao-lb p {
	line-height: 24px;
	color: #666;
}


.main-neiye .news-lb {
	padding: 15px;
	background: #F7F7F7;
	margin-bottom: 2px;
}

.main-neiye .news-lb:hover {
	background: #EEEEEE;
}

.main-neiye .news-lb .news-lb-l {
	width: 100px;
	height: 100px;
	background: #3EA0C5;
	float: left;
	text-align: center;
}

.main-neiye .news-lb .news-lb-l p.time {
	font-size: 42px;
	font-weight: 700;
	color: #fff;
	line-height: 50px;
	padding-top: 13px;
}

.main-neiye .news-lb .news-lb-l p.nianyue {
	font-size: 18px;
	color: #fff;
}

.main-neiye .news-lb .news-lb-r {
	float: left;
	width: 920px;
	margin-left: 20px;
}

.main-neiye .news-lb .news-lb-r h3 a {
	font-size: 18px;
	line-height: 34px;
	color: #555;
}

.main-neiye .news-lb .news-lb-r h3 a:hover {
	text-decoration: underline;
}

.main-neiye .news-lb .news-lb-r p {
	font-size: 12px;
	line-height: 24px;
	color: #666;
	padding-top: 10px;
}

.main-neiye .news-detaile {
	width: 815px;
	overflow: hidden;
	padding-bottom: 40px;
}

.main-neiye .news-detaile h3 {
	font-size: 22px;
	color: #3EA0C5;
	padding-bottom: 20px;
}

.main-neiye .news-detaile h4 {
	font-size: 12px;
	color: #aaaaaa;
	font-weight: normal;
	padding-bottom: 12px;
	border-bottom: 1px dashed #BFBFBF;
	margin-bottom: 30px;
}

.main-neiye .news-detaile p {
	font-size: 12px;
	line-height: 24px;
	color: #444;
	text-indent: 2em;
}

.main-neiye .news-detaile ul li {
	line-height: 20px;
	padding-bottom: 5px;
}

.main-neiye .news-detaile ul li a {
	color: #666;
}

.main-neiye .news-detaile ul li a:hover {
	color: #3EA0C5;
}

.main-neiye .news-detaile-r {
	width: 225px;
}

.main-neiye .news-detaile-r h5 {
	font-size: 15px;
	color: #555;
	font-weight: normal;
}

.main-neiye .news-detaile-r h5 span {
	border-bottom: 2px solid #3EA0C5;
	display: inline-block;
	line-height: 28px;
}

.main-neiye .news-detaile-r ul {
	padding-top: 20px;
}

.main-neiye .news-detaile-r ul li {
	padding-bottom: 10px;
	border-bottom: 1px dashed #BFBFBF;
	line-height: 18px;
	margin-bottom: 10px;
	background: url(../images/news-icon.gif) 6px 6px no-repeat;
	padding-left: 18px;
}

.main-neiye .news-detaile-r ul li a {
	color: #555;
}

.main-neiye .news-detaile-r ul li a:hover {
	color: #3EA0C5;
}

.main-neiye .haocai-lb {
	padding: 30px 10px;
	border-bottom: 1px solid #ddd;
}

.main-neiye .haocai-lb .haocai-lb-l {
	padding-right: 55px;
}

.main-neiye .haocai-lb .haocai-lb-r {
	width: 800px;
}

.main-neiye .haocai-lb .haocai-lb-r h3 {
	font-size: 24px;
	padding-bottom: 18px;
}

.main-neiye .haocai-lb .haocai-lb-r h3 a {
	color: #3EA0C5;
	padding-bottom: 2px;
	border-bottom: 2px solid #3EA0C5;
}

.main-neiye .haocai-lb .haocai-lb-r h3 span {
	width: 20px;
	height: 9px;
	display: inline-block;
	background: url(../images/haocai-icon.gif) 8px center no-repeat;
	vertical-align: middle;
}

.main-neiye .haocai-lb .haocai-lb-r .xinxi {
	width: 100%;
}

.main-neiye .haocai-lb .haocai-lb-r .xinxi p {
	color: #666;
	line-height: 24px;
}

.main-neiye .haocai-lb .haocai-lb-r .xinxi .xinxi-l {
	width: 50%;
	line-height: 24px;
}

.main-neiye .haocai-lb .haocai-lb-r .xinxi .xinxi-r {
	width: 38%;
}

.main-neiye .haocai-lb .haocai-lb-r .xinxi .xinxi-r .jixing {
	width: 160px;
}

.main-neiye .haocai-lb .haocai-lb-r .xinxi .xinxi-r .jixing a {
	color: #666;
	padding: 3px 6px;
	margin-right: 3px;
	display: block;
	float: left;
}

.main-neiye .haocai-lb .haocai-lb-r .xinxi .xinxi-r .jixing a:hover {
	background: #3EA0C5;
	color: #fff;
}

/* 图片切换 */
.focus {
	height: 437px;
	width: 805px;
	margin: 0px auto 40px auto;
}

.focus .left {
	float: left;
	width: 650px;
	height: 437px;
	position: relative;
	overflow: hidden;
}

.focus .left li {
	position: absolute;
	left: 0;
	top: 0;
	width: 646px;
	height: 433px;
	border: 2px solid #DDDDDD;
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity=0);
}

.focus .left li.active {
	z-index: 2;
}

.focus .left li p {
	display: none;
}

.focus .right {
	float: right;
	width: 135px;
}

.focus .right li {
	height: 94px;
	overflow: hidden;
	border: 2px solid #DDDDDD;
	margin-bottom: 15px;
	cursor: pointer;
}

.focus .right li:hover,
.focus .right li.active {
	border: 2px solid #3EA0C5;
}

/* tab */
#tab {
	width: 100%;
	position: relative;
	margin: 20px auto 100px;
}

#tab .tab_menu {
	width: 100%;
	float: left;
	position: absolute;
	z-index: 1;
}

#tab .tab_menu li {
	float: left;
	width: 150px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #555;
	border-top: 2px solid #fff;
	cursor: pointer;
	text-align: center;
}

#tab .tab_box table {
	width: 650px !important;
}

#tab .tab_box table tr td {
	padding: 10px !important;
}

#tab .tab_box {
	width: 100%;
	clear: both;
	top: 43px;
	position: relative;
	border-top: 1px solid #DDDDDD;
	background-color: #fff;
}

#tab .tab_menu .selected {
	background-color: #fff;
	width: 148px;
	border: 1px solid #DDDDDD;
	border-top: 2px solid #3EA0C5;
	border-bottom: 0px;
	cursor: pointer;
}

.hide {
	display: none;
}

.tab_box div {
	padding: 20px 2px;
}

.tab_box div p {
	line-height: 26px;
	color: #444;
}

.tab_box div p span {
	font-family: 'Symbol';
	font-size: 10.5pt;
	padding-left: 5px;
}

.tab_box div table.jishuguige {
	margin: 10px auto 0;
	color: #444;
}

.tab_box div table.jishuguige tr td {
	border: 1px solid #ddd;
	line-height: 30px;
	padding-left: 15px;
}

.tab_box div .cpmore {
	padding: 0;
	margin-right: 32px;
	margin-top: 10px;
	margin-bottom: 25px;
}

.tab_box div .cpmore a {
	display: block;
}

.tab_box div .cpmore a img {
	border: 3px solid #eeeeee;
}

.tab_box div .cpmore p {
	border-bottom: 3px solid #aaa;
	font-size: 13px;
	color: #838383;
	line-height: 16px;
	padding: 5px 3px;
}

.tab_box div .cpmore a:hover img {
	border: 3px solid #3EA0C5;
}

.tab_box div .cpmore a:hover p {
	border-bottom: 3px solid #3EA0C5;
	color: #3EA0C5;
}

.chanplb {
	padding: 40px 0 90px;
}

.chanplb .chanplb-content {
	width: 1100px;
	margin: auto;
}

.chanplb .chanplb-content h2 {
	font-size: 20px;
	color: #666;
	font-weight: normal;
	padding-bottom: 16px;
}

.chanplb .chanplb-content h3 {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	padding-bottom: 40px;
}

.chanplb .chanplb-content .chanplb-jieshao .chanplb-jieshao1 {
	width: 46%;
	margin-right: 7.272727272727%;
	margin-bottom: 40px;
}

.chanplb .chanplb-content .chanplb-jieshao h4 {
	font-size: 18px;
	color: #666;
	padding-bottom: 20px;
	font-weight: normal;
}

.chanplb .chanplb-content .chanplb-jieshao dl dt {
	width: 42.4901185770751%;
	float: left;
	margin-right: 4.1%;
}

.chanplb .chanplb-content .chanplb-jieshao dl dt img {
	width: 100%;
}

.chanplb .chanplb-content .chanplb-jieshao dl dd {
	width: 53.3596837944664%;
	float: left;
}

.chanplb .chanplb-content .chanplb-jieshao dl dd p {
	font-size: 14px;
	color: #666;
	line-height: 26px;
	padding-bottom: 13px;
}

.chanplb .chanplb-content .chanplb-jieshao dl dd a {
	font-size: 12px;
	color: #fff;
	background: #F6B42E;
	padding: 5px 10px;
}

.chanplb .chanplb-content .chanplb-jieshao dl dd a:hover {
	text-decoration: underline;
}

.chanpxx {
	padding: 90px 0;
}

.chanpxx .chanpxx-content {
	width: 1100px;
	margin: auto;
}

.chanpxx .chanpxx-content .chanpxx-content-jieshao {
	padding-bottom: 60px;
}

.chanpxx .chanpxx-content .chanpxx-content-jieshao a.fanhui-btn {
	padding: 12px 30px;
	background: #3EA0C5;
	font-size: 16px;
	color: #fff;
	margin-top: 30px;
	display: inline-block;
}

.chanpxx .chanpxx-content .chanpxx-content-jieshao .chanpxx-content-jieshao-l {
	width: 51.81818181818%;
	float: left;
}

.chanpxx .chanpxx-content .chanpxx-content-jieshao .chanpxx-content-jieshao-l h2 {
	font-size: 20px;
	color: #666;
	padding-bottom: 18px;
	font-weight: normal;
}

.chanpxx .chanpxx-content .chanpxx-content-jieshao .chanpxx-content-jieshao-l p {
	font-size: 14px;
	color: #666;
	line-height: 28px;
	padding-bottom: 10px;
}

.chanpxx .chanpxx-content .chanpxx-content-jieshao .chanpxx-content-jieshao-r {
	width: 41.181818181818%;
	float: right;
}

.chanpxx .chanpxx-content .chanpxx-content-jieshao .chanpxx-content-jieshao-r img {
	width: 100%;
}

.chanpxx .chanpxx-content .chanpxx-content-case {
	border-top: 1px solid #777777;
	padding-top: 35px;
}

.chanpxx .chanpxx-content .chanpxx-content-case h2 {
	font-size: 20px;
	color: #666;
	padding-bottom: 18px;
	font-weight: normal;
}

.chanpxx .chanpxx-content .chanpxx-content-case h3 {
	font-size: 14px;
	color: #666;
	padding-bottom: 27px;
	font-weight: normal;
}

.chanpxx .chanpxx-content .chanpxx-content-case .chanpxx-content-case-lb dl {
	width: 22.72727272727272%;
	float: left;
	margin-right: 3%;
	margin-bottom: 30px;
}

.chanpxx .chanpxx-content .chanpxx-content-case .chanpxx-content-case-lb dl dd h5 {
	font-size: 16px;
	color: #444;
	padding-top: 11px;
	padding-bottom: 8px;
	font-weight: normal;
}

.chanpxx .chanpxx-content .chanpxx-content-case .chanpxx-content-case-lb dl dd p {
	font-size: 13px;
	color: #777;
	line-height: 22px;
}

.menu_list {
	margin: 0px auto 50px;
}

.menu_head {
	height: 16px;
	line-height: 16px;
	padding-left: 12px;
	font-size: 15px;
	color: #333;
	font-weight: normal;
	cursor: pointer;
	position: relative;
	margin: 16px 0;
	border-left: 2px solid #fff;
}

.menu_head:hover {
	color: #3EA0C5;
}

.menu_list .current {
	border-left: 2px solid #3EA0C5;
	color: #3EA0C5;
}

.menu_body {
	line-height: 38px;
	backguound: #fff;
}

.menu_body a {
	display: block;
	height: 24px;
	line-height: 24px;
	padding-left: 16px;
	color: #666;
	background: #fff;
	text-decoration: none;
}

.menu_body a span {
	padding-right: 10px;
}

.menu_body a:hover {
	text-decoration: none;
	color: #3EA0C5;
}

.menu_body a.hover {
	text-decoration: none;
	color: #3EA0C5;
}



/*  内页2级导航样式 */
.Deposit_left {
	margin-top: 10px;
}

.Deposit_jq {
	margin-bottom: 25px;
}

.Deposit_jq,
.Deposit_top {
	width: 100%;
}

.Deposit_center {
	position: relative;
}

.sliderbox {
	width: 100%;
	overflow: hidden;
}

.sliderbox a {
	color: #fff;
}

.sliderbox a:hover font {
	color: #FFF;
	text-decoration: none;
}

.sliderbox a:hover {
	color: #FFF;
	text-decoration: none;
}

.sliderbox dt {
	cursor: pointer;
	background: #fff url(../images/neiye-nav-bt.gif) 15px center no-repeat;
	margin-bottom: 2px !important;
}

.sliderbox dt font {
	font-size: 12px;
	color: #B6B6B6;
}

.sliderbox .open {
	background: #3EA0C5 url(../images/neiye-nav-bt-hover.gif) 15px center no-repeat;
}

.sliderbox .open font {
	color: #fff;
}

.sliderbox .open a {
	color: #fff;
}

.sliderbox .title {
	font-size: 14px;
	line-height: 14px;
	color: #333;
	display: block;
	padding: 10px 30px;
}

.sliderbox .title1 {
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	display: block;
	padding: 10px 30px;
	background: #3EA0C5 url(../images/neiye-nav-bt-hover.gif) 15px center no-repeat;
}

.sliderbox .title:hover {
	background: #3EA0C5 url(../images/neiye-nav-bt-hover.gif) 15px center no-repeat;
}

.sliderbox dt:hover span {
	font-size: 14px;
	line-height: 25px;
	color: #fff;
}

.sliderbox .open:hover span {
	color: #fff;
	font-size: 14px;
}

.sliderbox dd {
	position: relative;
	overflow: hidden;
}

.sliderbox dd li {
	padding-left: 30px;
}

.sliderbox dd li a {
	display: block;
	font-size: 12px;
	line-height: 24px;
	color: #666;
}

.sliderbox dd li a span {
	padding-right: 5px;
}

.sliderbox dd li a:hover {
	color: #3EA0C5;
}

.sliderbox dd li a.hover {
	color: #3EA0C5;
}

.sliderbox.sur dd li a:hover {
	font-size: 12px;
}


.neiye {
	padding: 40px 0 90px;
}

.neiye .neiye-content {
	width: 1100px;
	margin: auto;
}

.neiye .neiye-content h2 {
	font-size: 20px;
	color: #666;
	font-weight: normal;
	padding-bottom: 16px;
}

.neiye .neiye-content p {
	font-size: 14px;
	line-height: 28px;
	color: #666;
	font-weight: normal;
	padding-bottom: 10px;
}

.neiye .neiye-content p img {
	width: 100%;
	margin: 10px 0;
}

.case-detaile {
	padding-bottom: 30px;
}

.case-detaile h4 {
	font-size: 22px !important;
	color: #444;
	padding-bottom: 15px;
	text-align: center;
}

.case-detaile h5 {
	font-size: 12px;
	text-align: center;
	color: #aaaaaa;
	font-weight: normal;
	padding-bottom: 12px;
	border-bottom: 1px dashed #BFBFBF;
	margin-bottom: 30px;
}

.case-detaile p {
	font-size: 12px;
	line-height: 24px;
	color: #666;
	padding-bottom: 10px;
	text-indent: 2em;
}

.case-detaile ul li {
	line-height: 20px;
	padding-bottom: 5px;
}

.case-detaile ul li a {
	color: #666;
}

.case-detaile ul li a:hover {
	color: #3EA0C5;
}

.yingyonglingyu-nav {
	height: 30px;
	margin-bottom: 25px;
}

.yingyonglingyu-nav ul li {
	font-size: 14px;
	float: left;
	margin-right: 50px;
}

.yingyonglingyu-nav ul li a {
	line-height: 24px;
	padding-bottom: 5px;
	color: #444;
}

.yingyonglingyu-nav ul li a:hover {
	border-bottom: 2px solid #3EA0C5;
}

.yingyonglingyu-nav ul li a.hover {
	border-bottom: 2px solid #3EA0C5;
}

.yingyonglingyu-main h3 {
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	background: url(../images/yyly-icon.gif) 0px center repeat-x;
}

.yingyonglingyu-main h3 span {
	background: #fff;
}

.yingyonglingyu-main h3 span.bt-left {
	padding-left: 10px;
}

.yingyonglingyu-main h3 span.bt-right {
	color: #3EA0C5;
	padding-right: 10px;
}

.yingyonglingyu-main .zhengwen {
	margin: 15px 0 25px;
}

.yingyonglingyu-main .zhengwen .zhengwen-l {
	width: 45%;
	float: left;
	padding-top: 60px;
}

.yingyonglingyu-main .zhengwen .zhengwen-l p {
	padding-right: 30px;
	line-height: 30px;
	padding-bottom: 20px;
	color: #444;
}

.yingyonglingyu-main .zhengwen .zhengwen-r {
	width: 55%;
	float: right;
}

.yingyonglingyu-main .tedian {
	margin-bottom: 45px;
}

.yingyonglingyu-main .tedian .tedian1 {
	width: 335px;
	height: 380px;
	float: left;
	background: #E6E7E6;
}

.yingyonglingyu-main .tedian .tedian1 h4 {
	background: #3EA0C5;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding: 9px 15px;
}

.yingyonglingyu-main .tedian .tedian1 p {
	padding: 20px 15px;
	line-height: 24px;
	color: #444;
}

.yingyonglingyu-main .tedian .tedian2,
.yingyonglingyu-main .tedian .tedian3 {
	margin-left: 47px;
}

.yycase {
	margin-bottom: 75px;
	margin-top: 40px;
}

.ly-case .yycase1 {
	width: 335px;
	height: 282px;
	padding: 10px 10px 25px;
	float: left;
	background: #fff;
	border: 1px solid #ABACAB;
	border-radius: 8px;
	margin: 7px 7px;
}

.ly-case .yycase1 h4 {
	background: #3EA0C5;
	font-size: 18px;
	font-weight: 700;
	padding: 9px 15px;
}

.ly-case .yycase1 h4 a {
	color: #fff;
}

.ly-case .yycase1 p {
	padding: 15px 10px;
	line-height: 24px;
	color: #444;
}

.yingyonglingyu-main .fuwuneirong {
	height: 580px;
	background: url(../images/fuwuneirong-bj.jpg) right bottom no-repeat;
}

.yingyonglingyu-main .fuwuneirong .fuwuneirong1 {
	width: 335px;
	padding: 10px 10px 25px;
	float: left;
}

.yingyonglingyu-main .fuwuneirong .fuwuneirong1 .mokuai {
	margin-bottom: 15px;
}

.yingyonglingyu-main .fuwuneirong .fuwuneirong1 .mokuai .kuaizhuang1 {
	display: inline-block;
	vertical-align: top;
	line-height: 22px;
	font-size: 18px;
	padding-top: 3px;
	border-bottom: 2px solid #3EA0C5;
	color: #3EA0C5;
	margin-right: 5px;
}

.yingyonglingyu-main .fuwuneirong .fuwuneirong1 .mokuai .kuaizhuang2 {
	width: 310px;
	display: inline-block;
	vertical-align: top;
	line-height: 24px;
	color: #444;
}

.yingyonglingyu-main .fuwuneirong .fuwuneirong1 .mokuai .kuaizhuang {
	display: inline-block;
	_zoom: 1;
	*display: inline;
}

.yingyonglingyu-main .fuwuneirong .fuwuneirong1 h4 {
	background: #3EA0C5;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 9px 15px;
}

.yingyonglingyu-main .fuwuneirong .fuwuneirong1 p {
	padding: 15px 10px;
	line-height: 24px;
	color: #444;
}

.yingyonglingyu-main .fuwuneirong .fuwuneirong2,
.yingyonglingyu-main .fuwuneirong .fuwuneirong3 {
	margin-left: 17px;
}

.yingyonglingyu-main .dizhi {
	margin-bottom: 45px;
	margin-top: 15px;
}

.yingyonglingyu-main .dizhi .dizhi1 {
	width: 335px;
	height: 150px;
	float: left;
	border-top: 1px solid #7F7F7F;
	padding-top: 35px;
	background: url(../images/fuwu-dizhi-icon.gif) left 10px no-repeat;
}

.yingyonglingyu-main .dizhi .dizhi1 p {
	line-height: 24px;
	color: #444;
}

.yingyonglingyu-main .dizhi .dizhi2,
.yingyonglingyu-main .dizhi .dizhi3 {
	margin-left: 47px;
}

.yingyonglingyu-main .china-map {
	background: url(../images/fuwuneirong-map.gif) 0px 0px no-repeat;
	width: 1100px;
	height: 740px;
	position: relative;
	overflow: hidden;
}

.yingyonglingyu-main .china-map .tanchuceng {
	width: 100%;
	height: 740px;
	z-index: 999;
	background: url(../images/fuwuneirong-map-hover.png) 0px 0px no-repeat;
	position: absolute;
	left: 0;
	top: 740px;
	opacity: .93;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=93);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=93)";
}


table.liuyanban tr {
	height: 38px;
}

table.liuyanban tr td p {
	color: #444;
}

table.liuyanban tr td input.liuyanban-text {
	width: 220px;
	font-size: 12px;
	padding: 4px 10px;
}

table.liuyanban tr td input.liuyanban-yzm {
	width: 80px;
	font-size: 12px;
	padding: 4px 10px;
	margin-right: 10px;
}

table.liuyanban tr td textarea.liuyanban-textarea {
	width: 320px;
	height: 70px;
	padding: 4px 10px;
	margin-top: 5px;
}

table.liuyanban tr td a.liuyanban-btn {
	padding: 7px 15px;
	background: #3EA0C5;
	color: #fff;
}


.dyfuwu-jieshao {
	width: 100%;
}

.dyfuwu-jieshao .dyfuwu-jieshao-content {
	width: 1100px;
	height: 515px;
	margin: 0 auto;
	padding: 70px 0 40px;
}

.dyfuwu-jieshao .dyfuwu-jieshao-content .dyfuwu-jieshao-content-l {
	width: 605px;
	height: 515px;
	float: left;
	background: url(../images/texing1.gif) 16px bottom no-repeat;
}

.dyfuwu-jieshao .dyfuwu-jieshao-content .dyfuwu-jieshao-content-l h2 {
	height: 65px;
	background: url(../images/dyfuwu-jieshao-icon1.gif) 0px 0px no-repeat;
	font-size: 26px;
	font-weight: normal;
	line-height: 100px;
	color: #3EA0C5;
	padding-left: 20px;
	margin-bottom: 20px;
}

.dyfuwu-jieshao .dyfuwu-jieshao-content .dyfuwu-jieshao-content-l p {
	color: #3EA0C5;
	font-size: 18px;
	line-height: 35px;
	padding-left: 20px;
}

.dyfuwu-jieshao .dyfuwu-jieshao-content .dyfuwu-jieshao-content-r {
	width: 495px;
	height: 515px;
	float: left;
	background: url(../images/texing2.gif) 16px bottom no-repeat;
}

.dyfuwu-jieshao .dyfuwu-jieshao-content .dyfuwu-jieshao-content-r h2 {
	height: 65px;
	background: url(../images/dyfuwu-jieshao-icon2.gif) 0px 0px no-repeat;
	font-size: 26px;
	font-weight: normal;
	line-height: 100px;
	color: #3EA0C5;
	padding-left: 20px;
	margin-bottom: 20px;
}

.dyfuwu-jieshao .dyfuwu-jieshao-content .dyfuwu-jieshao-content-r p {
	color: #3EA0C5;
	font-size: 18px;
	line-height: 35px;
	padding-left: 20px;
}

.dyfuwu-jieshao2 {
	width: 100%;
	background: #f4f4f4;
}

.dyfuwu-jieshao2 .dyfuwu-jieshao-content {
	width: 1100px;
	height: 605px;
	margin: 0 auto;
	padding: 70px 0;
}

.dyfuwu-jieshao2 .dyfuwu-jieshao-content .dyfuwu-jieshao-content-l {
	width: 605px;
	height: 605px;
	float: left;
	background: url(../images/texing3.gif) 10px bottom no-repeat;
}

.dyfuwu-jieshao2 .dyfuwu-jieshao-content .dyfuwu-jieshao-content-l h2 {
	height: 65px;
	background: url(../images/dyfuwu-jieshao-icon3.gif) 0px 0px no-repeat;
	font-size: 26px;
	font-weight: normal;
	line-height: 100px;
	color: #3EA0C5;
	padding-left: 20px;
	margin-bottom: 20px;
}

.dyfuwu-jieshao2 .dyfuwu-jieshao-content .dyfuwu-jieshao-content-l p {
	color: #3EA0C5;
	font-size: 18px;
	line-height: 35px;
	padding-left: 20px;
}

.dyfuwu-jieshao2 .dyfuwu-jieshao-content .dyfuwu-jieshao-content-r {
	width: 495px;
	height: 605px;
	float: left;
	background: url(../images/texing4.gif) 12px bottom no-repeat;
}

.dyfuwu-jieshao2 .dyfuwu-jieshao-content .dyfuwu-jieshao-content-r h2 {
	height: 65px;
	background: url(../images/dyfuwu-jieshao-icon4.gif) 0px 0px no-repeat;
	font-size: 26px;
	font-weight: normal;
	line-height: 100px;
	color: #3EA0C5;
	padding-left: 20px;
	margin-bottom: 20px;
}

.dyfuwu-jieshao2 .dyfuwu-jieshao-content .dyfuwu-jieshao-content-r p {
	color: #3EA0C5;
	font-size: 18px;
	line-height: 35px;
	padding-left: 20px;
}



.dyfuwu .dyfuwu1 {
	background: url(../images/dyfuwu-bj.jpg) 0px 0px no-repeat;
	height: 397px;
	position: relative;
	overflow: hidden;
}

.dyfuwu .dyfuwu1 .tanchuceng {
	width: 100%;
	height: 400px;
	background: #3EA0C5;
	position: absolute;
	left: 0;
	top: 397px;
	opacity: .93;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=93);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=93)";
}

.dyfuwu .dyfuwu1 .dyfuwu1-wz1 {
	width: 260px;
	position: absolute;
	top: 72px;
	left: 70px;
}

.dyfuwu .dyfuwu1 .dyfuwu1-wz1 h4 {
	font-size: 35px;
	font-weight: normal;
	color: #555;
}

.dyfuwu .dyfuwu1 .dyfuwu1-wz2 {
	width: 160px;
	position: absolute;
	top: 35px;
	left: 70px;
}

.dyfuwu .dyfuwu1 .dyfuwu1-wz3 {
	width: 410px;
	position: absolute;
	top: 35px;
	right: 93px;
}

.dyfuwu .dyfuwu1 .dyfuwu1-wz3 h4 {
	font-size: 35px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 12px;
}

.dyfuwu .dyfuwu1 .dyfuwu1-wz3 p {
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	padding-bottom: 8px;
}

.dyfuwu h3 {
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	background: url(../images/yyly-icon.gif) 0px center repeat-x;
	margin: 40px 0;
}

.dyfuwu h3 span {
	background: #fff;
}

.dyfuwu h3 span.bt-left {
	padding-left: 10px;
}

.dyfuwu h3 span.bt-right {
	color: #3EA0C5;
	padding-right: 10px;
}

.dyfuwu .dyfuwu-tx .dyfuwu-tx1 {
	background: #F6F7F7 url(../images/texing1.gif) 570px center no-repeat;
	height: 375px;
	border-bottom: 1px solid #A6A7A7;
}

.dyfuwu .dyfuwu-tx .dyfuwu-tx1 .dyfuwu-tx1-wz {
	width: 380px;
	padding: 130px 0 0 60px;
}

.dyfuwu .dyfuwu-tx .dyfuwu-tx1 .dyfuwu-tx1-wz h4 {
	font-size: 22px;
	color: #333;
	padding-bottom: 15px;
}

.dyfuwu .dyfuwu-tx .dyfuwu-tx1 .dyfuwu-tx1-wz p {
	line-height: 24px;
	color: #555;
	font-size: 14px;
}

.dyfuwu .dyfuwu-tx .dyfuwu-tx2 {
	background: #EFEFEF url(../images/texing2.jpg) 90px center no-repeat;
	height: 375px;
	border-bottom: 1px solid #A6A7A7;
}

.dyfuwu .dyfuwu-tx .dyfuwu-tx2 .dyfuwu-tx2-wz {
	width: 358px;
	padding: 135px 0 0 665px;
}

.dyfuwu .dyfuwu-tx .dyfuwu-tx2 .dyfuwu-tx2-wz h4 {
	font-size: 22px;
	color: #333;
	padding-bottom: 15px;
}

.dyfuwu .dyfuwu-tx .dyfuwu-tx2 .dyfuwu-tx2-wz p {
	line-height: 24px;
	color: #555;
	font-size: 14px;
}

.dyfuwu .dyfuwu-tx .dyfuwu-tx3 {
	background: #F6F7F7 url(../images/texing3.gif) 570px center no-repeat;
	height: 375px;
	border-bottom: 1px solid #A6A7A7;
}

.dyfuwu .dyfuwu-tx .dyfuwu-tx3 .dyfuwu-tx3-wz {
	width: 380px;
	padding: 150px 0 0 60px;
}

.dyfuwu .dyfuwu-tx .dyfuwu-tx3 .dyfuwu-tx3-wz h4 {
	font-size: 22px;
	color: #333;
	padding-bottom: 15px;
}

.dyfuwu .dyfuwu-tx .dyfuwu-tx3 .dyfuwu-tx3-wz p {
	line-height: 24px;
	color: #555;
	font-size: 14px;
}

.dyfuwu .dyfuwu-tx .dyfuwu-tx4 {
	background: #EFEFEF url(../images/texing4.gif) center center no-repeat;
	height: 375px;
	border-bottom: 1px solid #A6A7A7;
}

.dyfuwu .dyfuwu-tx .dyfuwu-tx4 .dyfuwu-tx4-wz {
	width: 380px;
	padding: 145px 0 0 665px;
}

.dyfuwu .dyfuwu-tx .dyfuwu-tx4 .dyfuwu-tx4-wz h4 {
	font-size: 22px;
	color: #333;
	padding-bottom: 15px;
}

.dyfuwu .dyfuwu-tx .dyfuwu-tx4 .dyfuwu-tx4-wz p {
	line-height: 24px;
	color: #555;
	font-size: 14px;
}

.dyfuwu .rp360 {
	padding-bottom: 15px;
}

.dyfuwu .rp360 .rp360-l {
	background: url(../images/dyzx-left.gif) 0px 0px no-repeat;
	width: 388px;
	height: 293px;
	padding: 40px 35px;
}

.dyfuwu .rp360 .rp360-l p {
	font-size: 14px;
	line-height: 30px;
	padding-bottom: 15px;
}

.dyfuwu .rp360 .rp360-r {
	width: 610px;
}

.dyfuwu .rp360 .rp360-r h4 {
	background: url(../images/rp360-r-bj.gif) 0px 0px repeat-y;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	padding-left: 10px;
}

.dyfuwu .rp360 .rp360-r .rp360-r-lc {
	padding: 30px 49px;
}

.dyfuwu .rp360 .rp360-r .rp360-r-lc .rp360-r-lc-l {
	text-align: right
}

.dyfuwu .rp360 .rp360-r .rp360-r-lc .rp360-r-lc-l h5 {
	font-size: 14px;
	color: #3EA0C5;
	font-weight: normal;
	padding-bottom: 8px;
}

.dyfuwu .rp360 .rp360-r .rp360-r-lc .rp360-r-lc-l p {
	font-size: 12px;
	line-height: 18px;
}

.dyfuwu .rp360 .rp360-r .rp360-r-lc .rp360-r-lc-c {
	background: url(../images/rp360-r-lc.gif) 0px 0px no-repeat;
	width: 76px;
	height: 305px;
	margin-left: 25px;
}

.dyfuwu .rp360 .rp360-r .rp360-r-lc .rp360-r-lc-r {
	margin-left: 25px;
}

.dyfuwu .rp360 .rp360-r .rp360-r-lc .rp360-r-lc-r h5 {
	font-size: 14px;
	color: #3EA0C5;
	font-weight: normal;
	padding-bottom: 8px;
}

.dyfuwu .rp360 .rp360-r .rp360-r-lc .rp360-r-lc-r p {
	font-size: 12px;
	line-height: 18px;
}

.dyfuwu .rp360-yz {}

.dyfuwu .rp360-yz h4 {
	background: url(../images/rp360-yz.gif) 0px 0px repeat-y;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	padding-left: 10px;
}

.dyfuwu .rp360-yz .rp360-yz-wz {
	position: relative;
	height: 70px;
}

.dyfuwu .rp360-yz .rp360-yz-wz p {
	width: 145px;
	text-align: center;
	line-height: 18px;
	position: absolute;
	top: 0;
}

.footer {
	width: 100%;
	min-width: 1265px;
	float: left;
	background: #161616;
}

.footer .footer-content {
	width: 1100px;
	height: 80px;
	margin: auto;
	padding: 42px 0 45px;
	position: relative;
}

.footer .footer-content .footer-content-l {
	height: 80px;
	border-right: 1px solid #454545;
	padding-right: 20px;
}

.footer .footer-content .footer-content-c {
	padding-left: 20px;
}

.footer .footer-content .footer-content-c p {
	color: #8e8e8e;
	line-height: 27px;
}

.footer .footer-content .footer-content-c p a {
	color: #8e8e8e;
}

.footer .footer-content .footer-content-c p a:hover {
	color: #fff;
}

.footer .footer-content .footer-content-r {
	background: url(../images/tel-icon.gif) 0px 0px no-repeat;
	width: 170px;
	height: 80px;
	padding-left: 52px;
}

.footer .footer-content .footer-content-r p {
	color: #6c6c6c;
	font-size: 14px;
	line-height: 22px;
}

.footer .footer-content .footer-content-r p span {
	color: #939393;
	font-size: 24px;
	font-weight: 700;
}

/*        切换   */
.Paging {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
}

.Paging a {
	border: solid 1px #999999;
	line-height: 40px;
	padding: 7px 15px;
	color: #666666;
	font-size: 12px;
	background-color: white;
	margin: 0 4px 0 0;
}

.Paging a:hover {
	background: #3EA0C5;
	color: #fff;
	border: solid 1px #3EA0C5;
}

.Paging .current {
	background: #3EA0C5;
	color: #fff;
	border: solid 1px #3EA0C5;
}


/* questions */
#questions .clearfix00:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

#questions .clearfix00 {
	display: inline-table
}

#questions .clearfix002 {
	background: #154491;
	color: #fff;
}

*html #questions .clearfix00 {
	height: 1%
}

#questions .clearfix00 {
	display: block;
	text-align: left;
	margin: 0;
	cursor: pointer;
	margin-bottom: 2px;
}

*+html #questions .clearfix00 {
	min-height: 1%
}

#questions .UI-bubble {
	display: inline-block;
	width: 23px;
	height: 23px;
	overflow: hidden;
	background: url(../images/icon_accordion_switch.png) 0px 0px no-repeat;
}

#questions .UI-ask {
	display: inline-block;
	width: 23px;
	height: 23px;
	overflow: hidden;
	background: url(../images/icon_accordion_switch.png) 0px -25px no-repeat;
}

#questions {
	padding-bottom: 50px;
}

#questions li h5 .UI-ask,
#questions li h5 .UI-bubble {
	position: absolute;
	left: 30px;
	top: 11px;
}

#questions li {
	vertical-align: bottom;
}

#questions li h5 {
	height: 44px;
	position: relative;
	background: #EAEBEA;
	color: #666;
	font-size: 14px;
	cursor: pointer;
	line-height: 40px;
	overflow: hidden;
	padding: 0 0 0 26px;
}

#questions li .foldContent {
	padding: 15px 20px 25px 20px;
}

#questions li .foldContent p {
	line-height: 26px;
	color: #444;
}

#questions li .foldContent table {
	width: 725px !important;
	margin: 0 auto;
}

#questions li .foldContent table tr td {
	padding: 10px !important;
}

.open_all {
	text-align: right;
}

#questions .question_foot {
	display: inline-block;
	width: 100%;
	height: 5px;
	background: url(../images/bg_accordion_question.png) 0 bottom no-repeat;
	_font-size: 1px;
}

#questions .answer {
	text-align: left;
	line-height: 22px;
	color: #898989;
}

#questions .question {
	display: inline-block;
	height: 44px;
	line-height: 44px;
	padding-left: 45px;
}

#questions .question .text {
	font-size: 14px;
	font-weight: normal;
}