@charset "utf-8";
.clearfloat:after{
    display:block;clear:both;
    content:"";
    visibility:hidden;
    height:0;
} 
.clearfloat{zoom:1}
	/* CSS Document */
	body {
		margin: 0;
		padding: 0;
		border: 0;
		height: 100%;
		/*		min-width:1400px;*/
		text-align: left;
		/*overflow:hidden;*/
	}

	.main {

		/*width:100%;*/
		min-width: 1220px;
		padding: 0px;
		margin: 0 auto;
		overflow: hidden;
	}

	.top {
		padding: 0px;
		margin: 0 auto;
		overflow: hidden;
		height: 780px;
	}

	.top1 {
		width: 1200px;
		padding: 0px;
		margin: 0 auto;
		overflow: hidden;
		height: 177px;
	}

	.top1_left {
		width: 689px;
		float: left;
	}

	.top1_right {
		width: 244px;
		float: right;
	}

	.daohang {
		width: 1200px;
		padding: 0px;
		margin: 0 auto;
		/* overflow: hidden;*/
	}

	.daohang ul {
		width: 100%;
	}

	.daohang >ul>li {
		margin: 0px;
		padding: 0px;
		width: 143px;
		/*float: left;*/
		display: inline-block;
		text-align: center;
		background: url(../images/1.png) no-repeat scroll right;
		position: relative;
	}

	.daohang>ul>li>a {
		font-size: 16px;
		line-height: 40px;
		color: #383838;
		height: 40px;
		width: 148px;
		display: block;
		font-family: "微软雅黑";
	}

	.daohang>ul>li>a:hover {
		width: 148px;
		height: 40px;
		background: #f00;
		color: #FFF;
		border-top-left-radius:6px;
		border-top-right-radius:6px;
	}

	/*.daohang > ul > li:hover{
	background: #f00;
}*/
	.daohang>ul>li:hover>a {
		background: #f00;
		color: #FFF;
		border-top-left-radius:6px;
		border-top-right-radius:6px;
	}

	.daohang>ul>li:hover .childul {
		display: block;
	}

	.childul {
		position: absolute;
		display: none;
		z-index: 1000;
		/*width: 700px !important;*/
		border-bottom-left-radius:6px;
		border-bottom-right-radius:6px;
		overflow:hidden;
		text-align: left;
		background-color: rgba(255,0,0,.6);
	}

	.childul>a {
		display: inline-block;
		height: 40px;
		line-height: 40px;
		/*border-top: 1px solid #ccc;*/
		/*display: inline-block;*/
		/*padding: 0px 10px;*/
		width:100px;
		text-align: center;
		color: #fff;
		    background: url(../images/fenge.png) no-repeat center right;
	}

	/*.childul>li>a {
		display: block;
		width: 100px;
		height: 40px;
		background: #DF4D4D;
		color: #fff;
		text-align: center;
	}*/

	.childul>a:hover {
		background: #f00 !important;
		color: #fff;
	}

	/*幻灯片css*/
	.flash {
		/*width:1920px;*/
		min-width: 1200px;
		height: 550px;
		padding: 0px;
		margin: 0 auto;
		overflow: hidden;
	}

	.fullSlide {
		min-width: 1200px;
		position: relative;
		height: 550px;
		overflow: hidden;
	}

	.fullSlide .bd {
		position: relative;
		z-index: 0;
	}

	.fullSlide .bd ul {
		width: 100% !important;
	}

	.fullSlide .bd li {
		width: 100% !important;
		height: 550px;
	}

	.fullSlide .bd li .siteWidth {
		width: 1000px;
		position: relative;
		margin: 0 auto;
		height: 550px;
	}

	.fullSlide .bd li a {
		position: absolute;
		width: 100%;
		height: 550px;
		display: block;
		z-index: 1;
		;
	}

	.fullSlide .bd .txt {
		position: absolute;
		width: 415px;
		top: 100px;
		left: 22px;
		font: normal 18px/30px "Microsoft YaHei";
	}

	.fullSlide .bd .btn {
		display: block;
		zoom: 1;
		margin-top: 8px;
		width: 72px;
		padding-right: 10px;
		height: 31px;
		line-height: 31px;
		text-align: center;
		color: #fff;
		font-size: 12px;
		background: url(../images/banner-btn.png) 0 0 no-repeat;
		_background: url(../images/banner-btn-ie6.png) 0 0 no-repeat;
	}

	.fullSlide .hd {
		width: 100%;
		position: absolute;
		z-index: 1;
		bottom: 0;
		left: 0;
		height: 30px;
		line-height: 30px;
		text-align: center;
	}

	.fullSlide .hd ul li {
		cursor: pointer;
		display: inline-block;
		*display: inline;
		zoom: 1;
		width: 11px;
		height: 11px;
		margin: 4px;
		background: url(../images/dot-black.png) 0 0;
		overflow: hidden;
		line-height: 9999px;
		filter: alpha(opacity=40);
		opacity: 0.4;
	}

	.fullSlide .hd ul .on {
		filter: alpha(opacity=100);
		opacity: 1;
	}

	.fullSlide .prev,
	.fullSlide .next {
		position: absolute;
		z-index: 30;
		display: block;
	}

	.fullSlide .prev {
		top: 50%;
		left: 10px;
		background-color: rgba(0, 0, 0, 0.5);
	}

	.fullSlide .next {
		top: 50%;
		right: 10px;
		background-color: rgba(0, 0, 0, 0.5);
	}

	.fullSlide .prev a,
	.fullSlide .next a {
		display: block;
		width: 25px;
		height: 32px;
		overflow: hidden;
		background: url(../images/ico_prevnext.png) no-repeat scroll 0 0;
		_background-image: url(../images/ico_prevnext_ie6.png);
	}

	.fullSlide .prev a {
		background-position: 0 0;
	}

	.fullSlide .prev a:hover {
		background-position: 0 -40px;
	}

	.fullSlide .next a {
		background-position: 0 -80px;
	}

	.fullSlide .next a:hover {
		background-position: 0 -120px;
	}

	.centre {
		margin-top: 40px;
	}

	.first {
		width: 1200px;
		padding: 0px;
		margin: 0 auto;
		overflow: hidden;
	}

	.fenlei {}

	#pic1 {
		width: 200px;
		height: 67px;
		float: left;
		background: url(../images/fenlei_bj.png) center center no-repeat;
	}

	#pic1:hover {
		background-image: url(../images/fenlei_bj1.png);
		background-repeat: no-repeat;
		height: 67px;
		width: 200px;
	}

	#pic5 {
		width: 200px;
		height: 67px;
		float: left;
		background: url(../images/pic1.png) center center no-repeat;
	}

	#pic5:hover {
		background-image: url(../images/pic1_1.png);
		background-repeat: no-repeat;
		height: 67px;
		width: 200px;
	}

	#pic3 {
		width: 200px;
		height: 67px;
		float: left;
		background: url(../images/pic2.png) center center no-repeat;
	}

	#pic3:hover {
		background-image: url(../images/pic2_1.png);
		background-repeat: no-repeat;
		height: 67px;
		width: 200px;
	}

	#pic4 {
		width: 200px;
		height: 67px;
		float: left;
		background: url(../images/pic3.png) center center no-repeat;
	}

	#pic4:hover {
		background-image: url(../images/pic3_1.png);
		background-repeat: no-repeat;
		height: 67px;
		width: 200px;
	}

	#pic2 {
		width: 200px;
		height: 67px;
		float: left;
		background: url(../images/pic4.png) center center no-repeat;
	}

	#pic2:hover {
		background-image: url(../images/pic4_1.png);
		background-repeat: no-repeat;
		height: 67px;
		width: 200px;
	}
	#pic6 {
		width: 200px;
		height: 67px;
		float: left;
		background: url(../images/pic5.png) center center no-repeat;
	}

	#pic6:hover {
		background-image: url(../images/pic5_1.png);
		background-repeat: no-repeat;
		height: 67px;
		width: 200px;
	}

	.pic {
		width: 200px;
		height: 107px;
		float: left;
	}

	.pic_1 {
		width: 200px;
		height: 107px;
		float: left;
	}

	.pic_2 {
		width: 200px;
		height: 107px;
		float: left;
	}

	.pic_3 {
		width: 200px;
		height: 107px;
		float: left;
	}

	.pic_4 {
		width: 200px;
		height: 107px;
		float: left;
	}
	.pic_5 {
		width: 200px;
		height: 107px;
		float: left;
	}

	.wenzi {
		width: 200px;
		line-height: 40px;
		float: left;
		text-align: center;
		font-family: "微软雅黑";
		font-size: 18px;
		color: #000;
		text-decoration: underline;
	}

	.wenzi a {
		color: #000;
		text-decoration: underline;
	}

	.wenzi a:hover {
		color: #F00;
	}

	.third {
		margin-top: 75px;
	}

	.cp {
		width: 1200px;
		padding: 0px;
		margin: 0 auto;
		overflow: hidden;
	}

	.cp2 {
		margin-top: 30px;
	}

	* {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.picMarquee-left {
		height: 325px;
		width: 1200px;
		overflow: hidden;
		position: relative;
	}

	.picMarquee-left .hd {
		overflow: hidden;
		position: absolute;
		top: 45%;
		z-index: 100;
		left: 0px;
		right: 0px;
	}

	.picMarquee-left .hd .prev {
		display: block;
		width: 25px;
		height: 32px;
		float: left;
		overflow: hidden;
		cursor: pointer;
		background: url(../images/ico_prevnext.png) no-repeat scroll 0 0;
		background-color: rgba(0, 0, 0, 0.5);
		margin-left: 20px;
	}

	.picMarquee-left .hd .next {
		display: block;
		width: 25px;
		height: 32px;
		float: right;
		overflow: hidden;
		cursor: pointer;
		background: url(../images/ico_prevnext.png) no-repeat scroll 0 0;
		background-color: rgba(0, 0, 0, 0.5);
		background-position: 0 -120px;
		margin-right: 20px;
	}

	.picMarquee-left .bd {
		padding: 10px;
	}

	.picMarquee-left .bd ul {
		overflow: hidden;
		zoom: 1;
	}

	.picMarquee-left .bd ul li {
		margin: 0 8px;
		float: left;
		_display: inline;
		overflow: hidden;
		text-align: center;
	}

	.picMarquee-left .bd ul li .pic12 {
		text-align: center;
	}

	.picMarquee-left .bd ul li .pic12 img {
		width: 300px;
		height: 240px;
		display: block;
	}

	.picMarquee-left .bd ul li .pic12 a:hover img {
		border-color: #999;
	}

	.picMarquee-left .bd ul li .title {
		width: 300px;
		display: block;
		/*background:url(../images/title1.png) no-repeat; */
		height: 60px;
		background: gainsboro;
	}

	.picMarquee-left .bd ul li .title a {
		line-height: 60px;
		color: #303030;
		width: 371px;
		height: 60px;
		font-family: "微软雅黑";
		font-size: 16px;
	}

	.picMarquee-left .bd ul li .title:hover {
		background: red;
	}

	.picMarquee-left .bd ul li .title:hover a {
		/*background:url(../images/title.png) no-repeat;*/
		color: #fff !important;
		height: 60px;
	}

	.cp3 {
		margin-top: 58px;
	}

	.fourth {
		margin-top: 80px;
		background: url(../images/fourth_bj.jpg) #CCE1F3 center 0 no-repeat;
		height: 700px;
	}

	.jianjie {
		width: 1200px;
		padding: 0px;
		margin: 0 auto;
		overflow: hidden;
	}

	.jianjie1 {
		margin-top: 54px;
	}

	.jianjie2 {
		width: 385px;
		margin-top: 45px;
		line-height: 28px;
		font-family: "微软雅黑";
		font-size: 14px;
		color: #FFF;
		text-align: justify;
		text-indent: 30px;
	}

	.jianjie3 {
		margin-top: 45px;
	}

	.Fourth {
		margin-top: 80px;
	}

	.new {
		width: 1200px;
		padding: 0px;
		margin: 0 auto;
		overflow: hidden;
	}

	.new2 {}

	.new2_left {
		width: 600px;
		float: left;
	}

	.a1 {
		height: 122px;
		margin-top: 41px;
	}

	.a1_left {
		width: 202px;
		float: left;
	}

	.a1_right {
		width: 347px;
		float: left;
		margin-left: 26px;
	}

	.a1_bt {
		font-family: "微软雅黑";
		font-size: 16px;
		color: #303030;
	}

	.a1_sj {
		margin-top: 10px;
		font-family: "微软雅黑";
		font-size: 14px;
		color: #666666;
	}

	.a1_hx {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.a1_lr {
		margin-top: 10px;
		line-height: 25px;
		font-family: "微软雅黑";
		font-size: 14px;
		color: #303030;
	}

	.new2_right {
		width: 576px;
		float: right;
	}

	.new3 {
		float: left;
		margin-top: 34px;
	}

	.Fifth {
		margin-top: 80px;
		height: 686px;
		background: url(../images/Fifth_bj.jpg) #CCE1F3 center 0 no-repeat;
	}

	.anli {
		width: 1200px;
		padding: 0px;
		margin: 0 auto;
		overflow: hidden;
	}

	.anli1 {
		margin-top: 55px;
	}

	.anli2 {
		margin-top: 40px;
	}

	* {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.picMarquee-left1 {
		height: 436px;
		width: 1200px;
		overflow: hidden;
		position: relative;
	}
.picMarquee-left1 .hd {
		overflow: hidden;
		position: absolute;
		top: 45%;
		z-index: 100;
		left: 0px;
		right: 0px;
	}

	.picMarquee-left1 .hd .prev {
		display: block;
		width: 25px;
		height: 32px;
		float: left;
		overflow: hidden;
		cursor: pointer;
		background: url(../images/ico_prevnext.png) no-repeat scroll 0 0;
		background-color: rgba(0, 0, 0, 0.5);
		margin-left: 20px;
	}

	.picMarquee-left1 .hd .next {
		display: block;
		width: 25px;
		height: 32px;
		float: right;
		overflow: hidden;
		cursor: pointer;
		background: url(../images/ico_prevnext.png) no-repeat scroll 0 0;
		background-color: rgba(0, 0, 0, 0.5);
		background-position: 0 -120px;
		margin-right: 10px;
	}
	
	.picMarquee-left1 .bd1 {
		padding: 10px;
	}

	.picMarquee-left1 .bd1 ul {
		overflow: hidden;
		zoom: 1;
	}

	.picMarquee-left1 .bd1 ul li {
		margin: 0 8px;
		float: left;
		_display: inline;
		overflow: hidden;
		text-align: center;
	}

	.picMarquee-left1 .bd1 ul li .pic13 {
		text-align: center;
	}

	.picMarquee-left1 .bd1 ul li .pic13 img {
		width: 584px;
		height: 367px;
		display: block;
	}

	.picMarquee-left1 .bd1 ul li .pic13 a:hover img {
		border-color: #999;
	}

	.picMarquee-left1 .bd1 ul li .title1 {
		width: 584px;
		display: block;
		height: 30px;
	}

	.picMarquee-left1 .bd1 ul li .title1 a {
		line-height: 30px;
		color: #ffffff;
		width: 584px;
		height: 30px;
		font-family: "微软雅黑";
		font-size: 16px;
	}

	.picMarquee-left1 .bd1 ul li .title1 a:hover {
		height: 30px;
	}

	.Sixth {
		margin-top: 80px;
		height: 530px;
		background: url(../images/Sixth_bj.jpg) #CCE1F3 center 0 no-repeat;
	}

	.lx {
		width: 1200px;
		padding: 0px;
		margin: 0 auto;
		overflow: hidden;
		background: url(../images/lx_bj.png) no-repeat;
		height: 530px;
	}

	.lx1 {
		margin-top: 195px;
	}

	.lx2 {
		margin-top: 37px;
	}

	.lx2_a {
		float: left;
		width: 160px;
		margin-left: 44px;
		font-family: "微软雅黑";
		font-size: 14px;
		color: #303030;
	}

	.lx2_b {
		float: left;
		width: 160px;
		margin-left: 44px;
		font-family: "微软雅黑";
		font-size: 14px;
		color: #303030;
	}

	.lx2_c {
		float: left;
		width: 180px;
		margin-left: 44px;
		font-family: "微软雅黑";
		font-size: 14px;
		color: #303030;
	}

	.lx2_d {
		float: left;
		width: 190px;
		margin-left: 44px;
		font-family: "微软雅黑";
		font-size: 14px;
		color: #303030;
	}

	.lx2_e {
		float: left;
		width: 240px;
		margin-left: 44px;
		font-family: "微软雅黑";
		font-size: 14px;
		color: #303030;
	}

	.lx3 {
		float: left;
		margin-top: 20px;
	}

	.foot {
		height: 150px;
		background-color: #303030;
		font-family: "微软雅黑";
		font-size: 14px;
		color: #FFF;
		text-align: center;
		line-height: 30px;
		padding-top: 40px;
	}

	.foot a {
		color: #FFF;
	}

	.neiyebanner {
		height: 300px;
	}
