﻿@charset "utf-8";
/* CSS Document */

html,
body,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
frameset,
table,
th,
tr,
td,
fieldset {
	margin: 0;
	padding: 0;
}

/* IE5.xIE6бbug */
* html body {
	overflow: visible;
}

* html iframe,
* html frame {
	overflow: auto;
}

* html frameset {
	overflow: hidden;
}

/* body */
body {
	color: #000;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Microsoft Yahei,Avenir,Segoe UI,Hiragino Sans GB,STHeiti,Microsoft Sans Serif,WenQuanYi Micro Hei,sans-serif';
	-webkit-text-size-adjust: none;
	background: #FFF;
}

i,
em,
cite {
	font-style: normal;
}

/* a */
a {
	color: #757575;
	font-size: 12px;
	/*-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;*/
	text-decoration: none;
}

a:hover {
	color: #008fd7;
}

/* form */
textarea,
input {
	word-wrap: break-word;
	word-break: break-all;
}

textarea,
input {
	vertical-align: middle;
	font-size: 14px;
	outline: none
}

iframe {
	border: 0
}

/* li */
ul,
li {
	list-style-type: none;
}

/* img */
body img {
	border: 0 none;
	vertical-align: middle;
}

/* h* */
h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}


/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */
/*********清除浮动处理**********/
.clr {
	clear: both;
	display: block;
	height: 0;
	font-size: 0;
	overflow: hidden;
}

/*返回顶部*/
.totop {
	position: fixed;
	right: 50%;
	margin-right: -528px;
	z-index: 10000;
	bottom: 25px;
	display: block;
	width: 26px;
	height: 62px;
	background: url(../images/rocket.png) no-repeat 0 0;
	-webkit-transition: all 0.2s ease-in-out;
}


/**************************************PC网站头部**********************************************/

.top-T_Wrap {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
}

.SitePC .top-T_Wrap .top-T {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 10000;
}

.homeWrap .top-T_Wrap .top-T {
	height: 669px;
}

.SitePC .top-T_Wrap .top-T .logo {
	float: left;
	margin-top: 12px;
}

.SitePC .top-T_Wrap .top-T .logo a {
	display: block;
	width: 100%;
	height: 100%;
}

.engli {
	width: 195px;
	height: 90px;
	float: right
}

.eng {
	widows: 150px;
	height: 24px;
	float: right;
	margin-top: 18px;
}

.eng a img {
	float: left
}

.tel {
	width: 193px;
	height: 20px;
	float: right;
	margin-top: 4px
}

.SitePC .top-T_Wrap .top-T .hea-R {
	display: none
}


/***********nav*******/

.SitePC .top-T_Wrap .nav {
	float: left;
	width: 571px;
	height: 33px;
	border-radius: 4px;
	background: #fff;
	margin-left: 21px;
	margin-top: 35px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	text-align: center;
	line-height: 33px;
	padding-left: 15px;
}

.SitePC .top-T_Wrap .nav li {
	float: left;
	text-align: center;
	position: relative;
}

.SitePC .top-T_Wrap .nav li:last-child font {
	display: none;
}

.SitePC .top-T_Wrap .nav li>a {
	width: 75px;
	height: 33px;
	display: block;
	float: left;
	font-size: 15px;
	color: #000;
	font-family: Arial;
}

.SitePC .top-T_Wrap .nav li>a span {
	display: block;
	background: url(../images/navxian.jpg) left center no-repeat;
}

.nav_to {
	display: none;
}

.homeWrap .nav_to {
	display: block;
	width: 1000px;
	height: 115px;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 100;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}



/**************************************PC网站头部 结束**********************************************/

.PicScroll {
	width: 100%;
	overflow: hidden;
	position: relative
}

.PicScroll .swiper-container {
	width: 100%;
	height: 100%;
}

.PicScroll .swiper-slide img {
	width: 100%
}

.PicScroll .swiper-slide {
	text-align: center;
}

.pagination {
	display: none;
	position: absolute;
	z-index: 20;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 8px;
	background: rgba(0, 105, 183, 0.8);
	margin: 0 5px;
	opacity: 0.8;
	border: 1px solid rgba(0, 105, 183, 0.8);
	cursor: pointer;
}

.swiper-active-switch {
	background: none;
}


/***首页产品***/
.HotProWrap {
	position: relative;
	overflow: hidden;
	background: url(../images/d_03.jpg) repeat-x;
}

.wappro {
	display: none;
}

.IndexPro {
	width: 1050px;
	margin: 35px auto;
	overflow: hidden;
	position: relative;
}

.in_pro_wrap {
	width: 961px;
	margin: 0 auto;
	overflow: hidden;
}

.in_pro_wrap .Pro_right_top li {
	width: 309px;
	height: 261px;
	border-right: 1px solid #e5e5e5;
	margin-right: 28px;
}

.in_pro_wrap .Pro_right_top li a {
	font-size: 16px;
	color: #333333;
	display: block;
}

.in_pro_wrap .Pro_right_top li a .pic {
	width: 274px;
	height: 179px;
	float: left;
	border: 1px solid #e5e5e5;
	position: relative;
	margin-top: 12px;
}

.in_pro_wrap .Pro_right_top li a .pic img {
	max-width: 100%;
	max-height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
}

.in_pro_wrap .Pro_right_top li a .text {
	width: 276px;
	padding-top: 11px;
	line-height: 25px;
	font-size: 14px;
	color: #095693;
	overflow: hidden;
}


.in_pro_wrap .Pro_right_top li .more {
	display: block;
	width: 85px;
	height: 21px;
	background: url(../images/xz_10.jpg) no-repeat right center;
	color: #555;
	line-height: 21px;
	font-size: 12px;
}

.in_pro_wrap .Pro_right_top .pro_R_nr {
	position: relative;
	z-index: 5
}

.in_pro_wrap .Pro_right_top .bd .next {
	position: absolute;
	z-index: 10;
	right: 0px;
	top: 90px;
	display: block;
	width: 27px;
	height: 27px;
}

.in_pro_wrap .Pro_right_top .bd .prev {
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 90px;
	display: block;
	width: 27px;
	height: 27px;
}

.in_pro_wrap .Pro_right_top .bd .next {
	background: url(../images/xz_06.jpg) center center no-repeat
}

.in_pro_wrap .Pro_right_top .bd .prev {
	background: url(../images/xz_03.jpg) center center no-repeat
}

/***成功案例****/
.nycaseList {
	width: 1200px;
	margin: 15px auto 0;
	overflow: hidden
}

.caseList {
	width: 980px;
	float: right;
	overflow: hidden
}

.caseList li {
	width: 300px;
	float: left;
	margin: 0 10px 20px;
}

.caseList li a {
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative
}

.caseList li .pic {
	width: 280px;
	border: 1px solid #ededed;
	margin: 0 auto;
}

.caseList li .txt {
	text-align: center;
	height: 45px;
	line-height: 45px;
}

.caseList li a strong {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 20%;
	text-align: center;
	margin: auto;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	z-index: 22;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	filter: alpha(opacity=0);
}


/*footer*/
.foot {
	width: 100%;
	height: 250px;
	background: url(../images/xz_321.jpg) repeat-x;
	float: left
}

.ft_cont {
	width: 1000px;
	height: 250px;
	margin: 0 auto;
}

.ft_1 {
	width: 219px;
	height: 182px;
	float: left;
}

.ft_1 img {
	width: 131px;
	height: 131px;
	float: left;
	margin-top: 26px;
}

.txt {
	width: 25px;
	height: 110px;
	text-align: center;
	line-height: 21px;
	color: #fff;
	float: left;
	margin-left: 12px;
	margin-top: 39px;
	font-size: 14px;
}

.ft_2 {
	width: 263px;
	height: 182px;
	float: left;
	background: url(../images/xz_35.jpg) no-repeat left center;
}

.beij {
	width: 100%;
	height: 100px;
	float: left;
	background: url(../images/xz_43.jpg) no-repeat 115px 43px;
}

.zt {
	width: 199px;
	padding-left: 64px;
	color: #fff;
	font-size: 14px;
}

.ft_3 {
	width: 292px;
	height: 182px;
	float: left;
}

.beij1 {
	width: 100%;
	height: 100px;
	float: left;
	background: url(../images/xz_40.jpg) no-repeat 133px 40px
}

.add {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.add span a {
	color: #8cb2e0
}

.ft_4 {
	float: left;
	width: 226px;
	height: 182px;
}

.beij2 {
	width: 100%;
	height: 100px;
	float: left;
	background: url(../images/xz_46.jpg) no-repeat 120px 44px;
}

.eaml {
	width: 169px;
	font-size: 14px;
	color: #fff;
	padding-left: 57px;
}

.ft_btm {
	width: 100%;
	height: 46px;
	float: left;
	line-height: 46px;
	color: #fff;
	font-size: 12px;
}

.ft_btm span {
	width: 153px;
	height: 46px;
	display: block;
	line-height: 46px;
	color: #fff;
	float: right;
}

.ft_btm span a {
	color: #fff
}


.copyWrap {
	color: #666666;
	font-size: 12px;
	text-align: center;
	background: #262626
}

.copyWrap .copy {
	width: 1200px;
	padding: 12px 0;
	margin: 0 auto;
	position: relative;
	text-align: left
}

.copyWrap .copy i {
	float: right
}

.copyWrap a {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.2);
}

.copyWrap a:hover {
	color: #FFF
}



/*翻页*/
.pageNavi {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;
}

.wp-pagenavi {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	CLEAR: both;
	bORDER: #e6e6e6 1px solid;
	display: inline-block;
	font-size: 14px
}

.wp-pagenavi A {
	display: inline-block;
	PADDING-RIGHT: 15px;
	BORDER-RIGHT: #e6e6e6 1px solid;
	PADDING-LEFT: 15px;
	PADDING-BOTTOM: 6px;
	PADDING-TOP: 6px;
	TEXT-DECORATION: none
}

.wp-pagenavi SPAN {
	display: inline-block;
	BORDER-RIGHT: #e6e6e6 1px solid;
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 15px;
	PADDING-BOTTOM: 6px;
	PADDING-TOP: 6px;
	TEXT-DECORATION: none
}

.wp-pagenavi A:hover {
	background: #a1a2a4;
	color: #FFF
}

.wp-pagenavi SPAN.current {
	BORDER-LEFT-COLOR: #000;
	BORDER-BOTTOM-COLOR: #000;
	BORDER-TOP-COLOR: #000;
	BORDER-RIGHT-COLOR: #000
}

.wp-pagenavi SPAN.current {
	FONT-WEIGHT: bold
}

.wp-pagenavi SPAN:nth-last-child(1) {
	border-right: 0
}

.wp-pagenavi a:nth-last-child(1) {
	border-right: 0
}



/*老站css*/
.f-cb a {
	display: block;
	width: 140px;
	height: 200px;
	margin: 0 auto;
	position: relative;
}

.f-cb li {
	float: left;
}


.f-cb .box li {
	float: left;
	width: 190px;
	height: 200px;
}


.prod {
	background: url(../images/a_19.jpg) no-repeat right center;
	border-radius: 10px 0 0 0;
	-moz-border-radius: 10px 0 0 0;
	-webkit-border-radius: 10px 0 0 0;
}

.prod a {
	width: 103px;
	height: 72px;
	display: block;
	padding-left: 97px;
	padding-top: 43px;
	background: url(../images/xx_12.png) no-repeat 26px 37px;
	font-family: Arial;
	font-size: 15px;
	color: #7c7c7c;
	line-height: 20px;
}

.f-cb li a span {
	font-weight: bold;
	font-size: 15px;
	color: #333333
}


.i-menu {
	position: absolute;
	background: url(../images/e_03.jpg) repeat-x;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}


.i-menu-box {
	width: 950px;
	height: 210px;
	padding: 35px 25px 0;
	display: none;
	z-index: 100;
	position: absolute;
	left: -600px;
	background: #fff;
}

.f-cb .rel {
	background: url(../images/sd_03.jpg) no-repeat;
	width: 200px;
	position: relative;
}

.nav_to .honor:hover .nav_to {
	bottom: 300px;
}

.f-cb .rel:hover>.i-menu-box {
	display: block;
}


.f-cb img {
	width: 100%
}

.prod:hover {
	background: url(../images/a_17.jpg) repeat-x;
}

.solu:hover {
	background: url(../images/a_17.jpg) repeat-x;
}

.serx:hover {
	background: url(../images/a_17.jpg) repeat-x;
}

.cont:hover {
	background: url(../images/a_17.jpg) repeat-x;
}

.prod a:hover {
	background: url(../images/x_12.png) no-repeat 26px 37px;
	color: #fff
}

.f-cb li a:hover span {
	color: #fff
}

.solu {
	background: url(../images/a_19.jpg) no-repeat right center;
}

.solu a {
	width: 103px;
	height: 72px;
	display: block;
	padding-left: 97px;
	padding-top: 43px;
	background: url(../images/x_03.png) no-repeat 38px 31px;
	font-family: Arial;
	font-size: 15px;
	color: #7c7c7c;
	line-height: 20px;
}

.solu a:hover {
	background: url(../images/xx_03.png) no-repeat 38px 31px;
	color: #fff
}

.serx {
	background: url(../images/a_19.jpg) no-repeat right center;
}

.serx a {
	width: 103px;
	height: 72px;
	display: block;
	padding-left: 97px;
	padding-top: 43px;
	background: url(../images/x_06.png) no-repeat 41px 32px;
	font-family: Arial;
	font-size: 15px;
	color: #7c7c7c;
	line-height: 20px;
}

.serx a:hover {
	background: url(../images/xx_06.png) no-repeat 41px 32px;
	color: #fff
}

.honor {
	background: url(../images/a_19.jpg) no-repeat right center;
}

.honor .pic {
	width: 103px;
	height: 72px;
	display: block;
	padding-left: 97px;
	padding-top: 43px;
	background: url(../images/x_09.png) no-repeat 29px 34px;
	font-family: Arial;
	font-size: 15px;
	color: #7c7c7c;
}

.honor:hover .pic {
	background: url(../images/a_09.png) no-repeat 29px 34px;
	color: #fff
}

.f-cb .rel:hover {
	background: url(../images/dsa_03.jpg) no-repeat;
}


.cont {
	background: url(../images/a_19.jpg) no-repeat right center;
	border-radius: 0 10px 0 0;
	-moz-border-radius: 0 10px 0 0;
	-webkit-border-radius: 0 10px 0 0;
}

.cont a {
	width: 103px;
	height: 72px;
	display: block;
	padding-left: 97px;
	padding-top: 43px;
	background: url(../images/x_15.png) no-repeat 34px 38px;
	font-family: Arial;
	font-size: 15px;
	color: #7c7c7c;
	line-height: 20px;
}

.cont a:hover {
	background: url(../images/xx_15.png) no-repeat 34px 38px;
	color: #fff
}

.host {
	display: none;
	width: 1000px;
	height: 245px;
	background: red;
	position: absolute;
	left: 0;
	top: 401px;
}

.contet {
	width: 100%;
	float: left;

}

.cont_ns {
	width: 1000px;
	margin: 0 auto 20px;
	overflow: hidden;
}


.news {
	width: 1000px;
	height: 225px;
	float: left;
	margin-top: 40px;
}

.news_left {
	width: 625px;
	height: 225px;
	float: left;
}

.news_left img {
	float: left
}

.nw {
	width: 355px;
	height: 193px;
	border: 1px solid #f7f7f7;
	border-left: 0px;
	float: left;
	padding: 30px 30px 0 30px;
}

.nw font {
	width: 100%;
	height: 21px;
	line-height: 21px;
	font-size: 15px;
	font-weight: bold;
	display: block;
	margin-bottom: 15px
}

.nw span {
	line-height: 27px;
	font-size: 13px;
	color: #555555;
}

.nw a {
	width: 87px;
	height: 24px;
	line-height: 24px;
	display: block;
	background: url(../images/xz_10.jpg) no-repeat right center;
	color: #095693;
}

.news_right {
	float: right;
	width: 353px;
	height: 225px;
}

.nw_top {
	width: 326px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	background: url(../images/xz_15.jpg) repeat-x;
	float: left;
	padding-left: 15px;
	padding-right: 12px;
}

.nw_top span {
	float: left;
	font-size: 14px;
}

.nw_top a {
	float: right;
	width: 83px;
	height: 26px;
	line-height: 26px;
	display: block;
	color: #fff;
	background: url(../images/xz_18.jpg) no-repeat right center;
}

.nw_bot {
	width: 323px;
	height: 198px;
	border: 1px solid #f7f7f7;
	border-top: 0px;
	float: left;
	padding-left: 15px;
	padding-right: 13px;
}

.nw_sk {
	width: 323px;
	height: 79px;
	float: left;
	margin-top: 10px;
}

.nw_sk img {
	float: left;
	width: 79px;
	height: 79px;
}

.nt1 {
	width: 230px;
	height: 70px;
	float: left;
	margin-left: 13px;
	border-bottom: 1px solid #e5e5e5
}

.nt_tp {
	width: 100%;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden
}

.nw_2 {
	width: 323px;
	height: 95px;
	float: left;
	margin-top: 13px;
	overflow: hidden;
}

.nw_2 ul li {
	width: 323px;
	height: 35px;
	float: left;
	margin-top: 13px;
}

.lle {
	float: left;
	width: 51px;
	height: 35px;
	background: url(../images/xz_27.jpg) no-repeat right center;
	padding-left: 6px;
	text-align: center;
	line-height: 7px;
}

.lle font {
	font-size: 24px;
	color: #555555;
	font-weight: bold;
	height: 25px;
	display: block;
	line-height: 24px;
}

.lle span {
	float: left;
	text-align: center;
	width: 100%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.llr {
	width: 253px;
	margin-left: 13px;
	height: 35px;
	float: left;
	line-height: 35px;
	font-size: 14px;
	overflow: hidden
}

.sf {
	width: 100%;
	height: 22px;
	line-height: 40px;
	color: #fff;
}

.gjc {
	width: 1000px;
	height: 30px;
	margin: 0 auto;
	line-height: 30px;
	overflow: hidden;
}

.sf a {
	color: #fff;
}

/*********内页*******/
.contst {
	width: 100%;
	float: left;
	padding-top: 29px;
}

.ent {
	width: 1000px;
	margin: 0 auto;
}

.ent_tp {
	width: 100%;
	height: 58px;
	float: left;
}

.prt {
	width: 163px;
	height: 58px;
	float: left;
	color: #fff;
	background: #0073b8;
	line-height: 58px;
	font-size: 20px;
	padding-left: 18px;
	font-weight: bold
}

.brod {
	width: 816px;
	height: 56px;
	float: left;
	border: 1px solid #d6d6d6;
	border-left: 0px;
}

.brod span {
	height: 56px;
	float: right;
	margin-right: 7px;
	display: block;
	font-size: 14px;
	color: #999999;
	background: url(../images/pro_04.jpg) no-repeat left center;
	line-height: 56px;
	padding-left: 24px;
}

.brod span a {
	color: #999999;
}

.copds {
	width: 1024px;
	margin: 0 auto 40px;
}

.copds ul li {
	width: 256px;
	height: 210px;
	float: left;
	margin-top: 39px;
}

.pds {
	width: 229px;
	height: 150px;
	border: 1px solid #e5e5e5
}

.pds a img {
	width: 100%;
	height: 100%;
}

.pds_txt {
	width: 231px;
	height: 45px;
	font-size: 14px;
	color: #095693;
	line-height: 25px;
	padding-top: 13px;
	background: url(../images/xz_10.jpg) no-repeat 69px 41px;
}

.pds_txt span {
	width: 100%;
	height: 22px;
	line-height: 22px;
	display: block;
	overflow: hidden;
}

.pds_txt a {
	color: #555555;
	font-size: 12px;
}

.et_left {
	width: 260px;
	float: left;
	margin-bottom: 20px;
}

.cpzs {
	width: 245px;
	height: 56px;
	border-bottom: 2px solid #095693;
	line-height: 56px;
	color: #095693;
	font-size: 18px;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 9px
}

.et_left ul li {
	float: left;
	width: 100%;
	height: 57px;
	margin-top: 9px;
	border-bottom: 1px dashed #cccccc
}

.uli_le {
	width: 71px;
	height: 46px;
	border: 1px solid #e5e5e5;
	float: left
}

.uli_le img {
	width: 100%;
	height: 100%;
}

.uli_te {
	width: 180px;
	height: 57px;
	line-height: 57px;
	overflow: hidden;
	float: right
}

.uli_te a {
	color: #555555;
}

.et_left ul li:hover .uli_le {
	border: 1px solid #095693;
}

.et_left ul li:hover .uli_te a {
	color: #095693
}

.et_right {
	float: right;
	width: 699px;
	margin-bottom: 20px;
}

.etr_top {
	width: 699px;
	height: 58px;
	float: left;
}

.etr_l {
	width: 159px;
	height: 58px;
	background: #0073b8;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	float: left;
	line-height: 58px;
	padding-left: 22px;
}

.etr_a {
	width: 516px;
	height: 56px;
	float: left;
	border: 1px solid #d6d6d6;
	border-left: 0px;
}

.etr_a span {
	height: 56px;
	line-height: 56px;
	font-size: 14px;
	color: #999999;
	float: right;
	margin-right: 10px;
	padding-left: 24px;
	background: url(../images/pro_04.jpg) no-repeat left center;
	max-width: 500px;
	display: block;
	overflow: hidden;
}

.etr_a span a {
	color: #999999
}

.etr_tp {
	width: 699px;
	float: left;
}

.etr_tp img {
	border: 1px solid #e5e5e5;
	float: left;
	margin-top: 36px;
	max-width: 345px;
	margin-bottom: 30px
}

.et_rg {
	width: 335px;
	height: 182px;
	float: right;
	margin-top: 36px;
	padding-top: 18px;
	font-size: 18px;
	color: #095693;
	font-weight: bold;
}

.et_rg font {
	font-size: 18px;
	font-weight: 100;
	color: #333333;
}

.txt_le {
	width: 699px;
	float: left;
}

.et_left1 {
	width: 260px;
	float: left;
	margin-bottom: 20px;
}

.et_left1 ul li {
	width: 250px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dashed #ccc;
	margin-top: 10px;
	font-size: 18px;
	color: #999;
	padding-left: 10px;
}

.et_left1 ul li a {
	color: #999;
	font-size: 18px;
}

.news_lb {
	width: 679px;
	float: left;
	margin: 10px 0px;
	padding: 0px 10px;
}

.news_lb ul li {
	float: left;
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	line-height: 30px
}

.news_lb ul li a {
	float: left;
	max-width: 570px;
	display: block;
	color: #000;
	font-size: 12px;
}

.news_lb ul li span {
	float: right;
	margin-right: 5px;
	font-size: 12px;
}

.view_top {
	width: 95%;
	height: 50px;
	border-bottom: 1px dashed #ccc;
	line-height: 50px;
	margin: 20px auto;
	text-align: center
}

.view_top h1 {
	font-size: 18px
}

.viiew_btm {
	width: 95%;
	margin: 0 auto;
	line-height: 25px
}

.viiew_btm img {
	max-width: 96%;
}

.s {
	float: left;
}

.d {
	float: right
}

.zzzs {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}

.zzzs ul li {
	width: 240px;
	height: 365px;
	float: left;
}

.xx {
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #000;
	position: absolute;
	bottom: 0;
}

#tabs tr {
	height: 30px
}

.NewsLb {
	height: 30px;
	line-height: 30px;
}

.sf {
	width: 100%;
	height: 22px;
	line-height: 40px;
	color: #fff;
}

.sf a {
	color: #fff;
}

.nle {
	float: left;
	width: 100%;
}

.nle h4 {
	font-size: 14px;
}

.nle ul li {
	height: 30px;
	line-height: 30px;
	float: left;
	width: 100%;
}

.page ul li {
	float: left;
	padding: 0 10px;
}

.wz {
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
	float: left;
}

.wz span {
	float: left;
	font-size: 14px;
}

.wz a {
	float: left;
	margin-right: 20px;
	font-size: 14px;
	color: #000
}


/* 本例子css */
.slideTxtBox {
	width: 696px;
	text-align: left;
}

.slideTxtBox ul {
	height: 49px;
	line-height: 49px;
	background: #f4f4f4;
	border-bottom: 1px solid #ddd;
	position: relative;
	overflow: hidden;
}


.slideTxtBox ul li {
	float: left;
	cursor: pointer;
	background: url(../images/pro1_03.jpg) no-repeat right center;
	width: 102px;
	text-align: center;
	font-size: 14px;
}

.slideTxtBox ul li.cur {
	height: 49px;
	background: #0073b8;
	border: 1px solid #ddd;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 14px
}

.procontent {
	padding: 15px;
	zoom: 1;
}

/* CSS Document */

.box01 {
	width: 1000px;
	margin: 50px auto;
	position: relative;
}

.box01 li {
	position: relative;
	margin: 0 45px 20px;
}

.box01 li img {
	height: 335px;
	margin: 0 auto;
}

.box01 li .in {
	position: absolute;
	left: 0;
	top: 0;
	width: 240px;
}

.box01 li .in p {
	display: none;
	text-align: left;
}

.box01 li.on {
	z-index: 99;
}

.box01 li.on .in {
	padding: 5px;
	border: 1px solid #ccc;
	position: absolute;
	z-index: 100;
	width: auto;
	text-align: center;
	top: -40px;
	background: #fff;
}

.box01 li.on .in p {
	position: relative;
	display: block;
}

.box01 li.on img {
	height: auto;
	margin-bottom: 8px;
}

.bsc {
	background: url(http://www.cicelva.com/en/images/icon01.png) no-repeat;
	position: absolute;
	right: 10px;
	width: 19px;
	height: 15px;
	font-size: 0;
	float: right;
}