@charset "UTF-8";
/* CSS Document */
html {
        background:url('../images/zx-bg.gif');
}

.g-bd {
        background:url('../images/zx-bg.gif');
}

.g-doc {
	position: relative;
}

.g-wrap {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	box-shadow:0 2px 1px #dcdcdc;
	-webkit-box-shadow:0 2px 1px #dcdcdc;
}

.hd-logo {
	margin: 20px auto;
}

.form-txt {
    height: 34px!important;
    font-size: 13px!important;
    line-height: 34px!important;
    background: #fff!important;
    border: 1px solid #c1c4cc!important;
    width: 188px!important;
    text-indent: 6px;
    padding: 0!important;
    color: #333!important;
}
.form-txt:focus {
    border: 1px solid #5777DE!important;
}

.form-btn {
	height: 36px;
	border: 0;
	width: 64px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	background: #3179f0;
	margin-left: -4px;
}

.hd-nav {
	width: 100%;
	height: 46px;
	background: #3179f0;
}

.hd-nav ul li {
	float: Left;
	position: relative;
}

.hd-nav ul li:first-child{
	background:0 0;
}

.hd-nav ul li a {
	display: block;
	color: #fff;
	line-height: 46px;
	padding: 0 23px;
	font-size: 18px;
	font-weight: bold;
}

.hd-nav ul li a:hover {
	text-decoration: none;
#	background: #0051d6;
}

.hd-nav ul li ul li, .hd-nav ul li ul li a {
	color: #5777DE;
	background: #fff;
}

.hd-nav ul li ul li a:hover {
	color: #001d7d;
	background: #fff;
}

.hd-nav ul li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 46px;
	width: 660px;
	z-index: 99;
}

.hd-nav ul li:hover ul {
	display: block;
}


/*轮播图 开始*/
.main_banner {
	width: 100%;
	height: 375px;
}

.main_banner_wrap {
	width: 1000px;
	height: 375px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

@-webkit-keyframes roll {
	from {
		-webkit-transform: rotate(120deg);
		opacity: 0;
	}

	to {
		-webkit-transform: rotate(0deg);
		opacity: 0.8;
	}
}

@keyframes roll {
	from {
		transform: rotate(120deg);
		opacity: 0;
	}

	to {
		transform: rotate(0deg);
		opacity: 0.8;
	}
}

.banner_btn {
 	/*a 标签 按钮*/
	width: 255px;
	height: 240px;
	position: absolute;
	display: block;
	z-index: 9;
	top: 20px;
}

.btn_next {
	right: 0px;
}

.banner_btn span {
	width: 50px;
	height: 100px;
	display: block;
	position: absolute;
	left: 103px;
	top: 70px;
	opacity: 0;
	transition: 0.5s;
	background: url(../images/bannerBtn.png) no-repeat 0 0;
}

.btn_next span {
	background-position: -50px 0;
}

.main_banner_box:hover .banner_btn_arrow {
	opacity: 0.6;
}

.banner_btn span i {
	width: 50px;
	height: 100px;
	display: block;
	background: url(../images/bannerBtn.png) no-repeat 0 0;
}

.btn_next span i {
	background-position: -50px 0;
}

.banner_btn:hover i {
	-webkit-animation: arrow 0.5s infinite alternate ease-in-out;
	-moz-animation: arrow 0.5s infinite alternate ease-in-out;
}

@-webkit-keyframes arrow {
	from {
		-webkit-transform: scale(1);
		opacity: 1;
	}

	to {
		-webkit-transform: scale(1.5);
		opacity: 0.2;
	}
}

@-moz-keyframes arrow {
	from {
		-moz-transform: scale(1);
		opacity: 1;
	}

	to {
		-moz-transform: scale(1.5);
		opacity: 0.2;
	}
}

.main_banner_box {
	width: 1000px;
	height: 280px;
	margin: 48px auto 0;
	position: relative;
	z-index: 0;
}

.main_banner li {
	position: absolute;
	background: #000;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
/*给每张图片初始设置不同宽高，层级，位置*/
.main_banner li#imgCard0 {
	width: 670px;
	height: 280px;
	z-index: 5;
	left: 166px;
	top: 0px;
	opacity: 1;
	background: #333d46;
}

.main_banner li#imgCard1 {
	width: 580px;
	height: 240px;
	z-index: 1;
	left: 600px;
	top: 20px;
	opacity: 1;
	background: #333d46;
}

.main_banner li#imgCard2 {
/*初始在背后，透明度为0*/
	width: 450px;
	height: 180px;
	z-index: 1;
	left: 0px;
	top: 60px;
	opacity: 0;
	background: #333d46;
}

.main_banner li#imgCard3 {
/*初始在背后，透明度为0*/
	width: 450px;
	height: 180px;
	z-index: 1;
	left: 0px;
	top: 60px;
	opacity: 0;
	background: #333d46;
}

.main_banner li#imgCard4 {
	width: 580px;
	height: 240px;
	z-index: 2;
	left: 0px;
	top: 20px;
	opacity: 1;
	background: #333d46;
}

.main_banner li img {
	width: 100%;
	height: 100%;
}

.main_banner li span {
/*遮罩层*/
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	color: #fff;
	font-size: 30px;
	line-height: 120px;
	text-align: center;
}

.main_banner li p {
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	bottom: -50px;
	background: rgba(0,0,0,0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#B2000000,endcolorstr=#B2000000);
	color: #fff;
	text-indent: 20px;
	line-height: 50px;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*指示器按钮*/
.btn_list {
	text-align: center;
	position: relative;
	left: 0;
	top: 6px;
	z-index: 10;
}

.btn_list span {
	width: 12px;
	height: 12px;
	display: inline-block;
	margin: 15px 5px;
	background: #787d82;
	border-radius: 50%;
	cursor: pointer;
}

.btn_list span.curr {
	background: #FFAE00;
}

/*轮播图 结束*/


/*新闻主体部分*/
.bd-news-con{
	margin-left:10px;
	margin-right:11px;
}
.topnews-img {
	margin-right: 10px;
        margin-bottom: 6px;
}

.topnews-txt {
	width: 166px;
	font-size: 14px;
	font-weight: bold;
	word-break: break-all;
	white-space: normal;
}

.topnews-txt-xw {
	width: 207px;
	font-size: 14px;
	font-weight: bold;
	word-break: break-all;
	white-space: normal;
}

.more {
	position: absolute;
	right: 655px;
	top: 40px;
	text-indent: -9999px;
	width: 30px;
	height: 9px;
	background: url(../images/more.gif) no-repeat;
}

.bd-center {
    padding-top: 5px;
}

.bd-news {
	width: 360px;
	padding: 10px 0px;
}

.bd-news-tit {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #3179f0;
    padding: 1px 10px 5px 0;
	margin-bottom:5px;
	position: relative;
}

.bd-news-con li {
	display: block;
	padding: 4px 0;
	border-top: 1px dotted #ddd;
}

.bd-news-con li a {
	display: block;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bd-news-con li:first-child {
	height: 92px;
	border-top: 0;
}

.section {
	position: relative;
	margin-top: 16px;
	width: 180px;
	height: 110px;
	margin-left: 13px;
}

.section-desc {
	padding: 15px 20px;
	position: relative;
	z-index: 2;
	color: #fff;
}

.section-desc h4 {
	font-size: 16px;
	margin-bottom: 10px;
}

.section-desc p {
	line-height: 1.4;
	margin-bottom: 10px;
}

.section-more {
	display: block;
	color: #fff;
	font-weight: bold;
	background: url(../images/section-more.png) no-repeat left center;
	padding-left: 22px;
}

.section:hover .section-shade {
	opacity: 0;
	filter: alpha(opacity=0);
}

.section-shade {
	position: absolute;
	top: 0;
	width: 180px;
	height: 110px;
	background: url(../images/section-shade.png) no-repeat;
	opacity: 1;
	transition: opacity .4s;
}

.col-1 {
	background: #e2d703;
	margin-left: 0;
}

.col-2 {
	background: #a686eb;
}

.col-3 {
	background: #95cd08;
}

.col-4 {
	background: #0c95e2;
}

.bd-main {
	width: 630px;
        margin: 11px 0px 10px 10px;
	position: relative;
}

.bd-main-bg {
	position: absolute;
	z-index: 1;
/*	background: url(../images/bd-bg.jpg) no-repeat;*/
	width: 698px;
	height: 240px;
	bottom: 3px;
	bottom: -24px\9;
	left: 0;
}

.bd-col{
}

.bd-col-l {
	float: left;
	width: 495px;
	margin-bottom: 3px;
	margin-right: 10px;
	position: relative;
	z-index: 2;
}

.bd-col-r {
	float: left;
	width: 495px;
	margin-bottom: 3px;
	position: relative;
	z-index: 2;
}

.bd-col-fwcp {
	float: left;
	width: 820px;
	margin-bottom: 24px;
	margin-right: 10px;
	position: relative;
	z-index: 2;
}

.bd-main-list {
	float: left;
	width: 310px;
	margin-right: 10px;
	height: 170px;
	position: relative;
	z-index: 2;
}

.bd-main-list ul li {
	margin-left: 10px;
}

.bd-main-list ul li a {
	display: block;
	color: #333;
	font-size: 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.bd-main-tit {
	font-size: 18px;
	color: #1a1a1a;
	font-weight: bold;
	padding: 11px 0 5px;
	margin:0 10px 5px;
	border-bottom: 1px solid #3179f0;
}

.bd-main-txt {
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
	text-indent: 2em;
	padding: 4px 10px;
}

.bd-main-txt span {
	color: #999;
}

.bd-main-tit span {
	font-weight: normal;
	margin-left: 12px;
	font-size: 13px;
}

.color1 {
	color: #29bfb3;
}

.color2 {
	color: #ff6600;
}

.color3 {
	color: #6fbf1e;
}

.color4 {
	color: #9d1de0;
}



/*页面底部*/
.g-ft{margin-top:20px;}
.ft-links {
	height: 40px;
	margin:12px 11px;
        font-size: 14px;
}

.ft-links a {
	margin-right: 10px;
        color: #1a1a1a;
}

.ft-address {
	position: relative;
        margin-left: 10px;
}

.ft-address+div{
	height:0!important;
	margin-bottom:50px;
}

.ft-phone {
	font-size: 16px;
	color: #ff6600;
	font-weight: bold;
}

.ft-nav {
	background: #f2f2f2;
	padding: 6px 0px 10px;
	margin-bottom: 18px;
	position: relative;
	z-index: 2;
}

.ft-nav li {
	float: left;
	line-height: 28px;
	font-size: 13px;
	font-weight: bold;
	margin-right: 18px;
}

.ft-nav li a {
	color: #454545;
}

.ft-nav li a:hover {
	color: #5777DE;
	text-decoration: none;
}

.ft-weibo {
	position: absolute;
	right: 10px;
	top: -46px;
	height: 120px;
	width: 120px;
}

/*.ft-weibo:hover {
	background: #e5554f;
	color: #fff;
	text-decoration: none;
}*/

.ft-weibo span {
	display: block;
	position: absolute;
	top:-16px;
	width: 120px;
	height: 120px;
	background: url(../images/weixin.jpg) center center no-repeat;
}

/*.ft-weibo:hover span {
	background: url(../images/weixin.jpg) center center no-repeat;
}*/


/*微信账号*/
.g-fixsider {
	position: fixed;
	top: 170px;
	right: 50%;
        width: 140px;
	margin-right: -650px;
	z-index:9;
}
#close-btn{
	cursor:pointer;
	color:#c2c2c2;
	background:#fff;
	display:block;
	font-size:16px;
	border:1px solid #eee;
	border-top:0;
	width:16px;
	height:16px;
	text-align:center;
	line-height:14px;
}

/*二级页面*/
.servicelist{padding-top:14px;width:1016px}
.servicelist li{float:left;margin-right:14px;margin-bottom:16px;width:155px;height:105px;overflow:hidden;}
.servicelist li:hover img{
		-webkit-transform: scale(1.05);
   		-moz-transform: scale(1.05);
    	-ms-transform: scale(1.05);
    	transform: scale(1.05);
}
.servicelist li img{
		-webkit-transform: scale(1);
    	-moz-transform: scale(1);
    	-ms-transform: scale(1);
    	transform: scale(1);
    	-webkit-transition: -webkit-transform 0.2s;
    	-moz-transition: -moz-transform 0.2s;
    	-ms-transition: -moz-transform 0.2s transition: transform 0.2s;
}

.co-info{padding-top:18px;}
.co-sider{width:150px;font-size:18px;font-weight:bold;float:left;text-align:right;}
.co-sider li{padding:7px 0 4px 8px;padding-right:10px;}
.co-sider li.sider-on{background:#3179f0;}
.co-sider li.sider-on a{color:#fff;}
.co-sider a{color:#666;}
.co-desc{width:820px;float:left;border-left:1px solid #3179f0;padding-left:15px;}
.co-desc p{font-size:14px;}
.desc-tit{font-size:16px;font-weight:bold;margin-bottom:20px;color:#000;}
.sub-tit{font-size:20px;font-weight:bold;border-bottom:1px solid #dfdfdf;margin-bottom:12px;padding-bottom:4px;}
.sub-tit span{border-bottom:2px solid #5777DE;padding-bottom:7px;}

.col-tit{
	position:relative;
	font-size:22px;
	margin-bottom:5px;
	border-bottom:1px solid #3179f0;
	background:url(../images/col-tit.jpg) no-repeat left center;
}

.col-roll{
	padding:15px;
	font-size:14px;
}

.col-main{
	padding-top:12px;
	padding-bottom:12px;
}
.col-main-bg{
	background:#fff5ec;
	padding-left:16px;
	padding-right:16px;
}
.col-main ul li{
	font-size:14px;
        margin-top: 7px;
	padding-left:20px;
	background:url(../images/list-style.gif) no-repeat left 7px;
}
.col-main ul li a{
	color:#454545;
}
.col-main ol li{
	float:left;
	padding:7px;
	border:1px solid #dfdfdf;
	background:#f9f9f9;
	margin-left:10px;
	border-radius:3px;
	width:180px;
}
.col-main ol li:first-child{
	margin-left:0;
}
.col-list-desc{
	font-size:13px;
	margin-top:8px;
	font-weight:bold;
	height:40px;
	overflow:hidden;
}
.col-list-time{
	float:right;
	color:#999;
}

.g-page{padding:12px;}
.sider-nav{display:inline-block;width:250px;height:500px;background:url(../images/sider-nav-bg.png);}
.sider-nav-fwcp{display:inline-block;width:250px;height:1100px;background:url(../images/sider-nav-bg-fwcp.png);}
.sider-nav ul{padding-top:10px;padding-left:9px;}
.g-page-main{display:inline-block;width:696px;margin-left:20px;vertical-align:top;margin-top: 10px;}
.g-page-main p{text-indent: 2em;margin-bottom: 12px;font-size: 14px;}

/*底部滚动*/
.hd-roll {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom:5px;
}

.rollpic .prev,.rollpic .next {
	display: block;
	height: 59px;
	width: 22px;
	cursor: pointer;
	float: left;
	background: url(../images/ft-arrows.png) no-repeat 0 0;
	margin-top: 20px
}

.rollpicshow {
}

.rollpic .prev {
	background-position: 0 0;
	margin-right: 5px;
	margin-top: 35px
}

.rollpic .prev:hover {
	background-position: 0 -59px
}

.rollpic .next {
	background-position: 0 -118px;
	margin-left: 5px;
	margin-top: 35px
}

.rollpic .next:hover {
	background-position: 0 -177px
}

.rollpicshow {
	float: left;
        margin-left: 2px;
}

.rollpicshow li {
	padding: 1px
}

.g-sider{
	position:fixed;
	left:50%;
	bottom:7%;
	margin-left:505px;
	width:120px;
}
.g-sider a{
	display:block;
}

.g-top{
	position:fixed;
	left:50%;
	bottom:7%;
	margin-left:505px;
	width:80px;
}
.g-top a{
	display:block;
}
#s-top{
	width:36px;
	height:36px;
	background:url(../images/share.png) no-repeat;
	text-indent:-9999px;
	cursor:pointer;
	margin-left:6px;
}