@charset "utf-8";



/* CSS Document */



#example {



	width: 100px !important;
	/* IE7+FF */



	width: 200px;
	/* IE6 */



}



* {
	margin: 0 auto;
	padding: 0;
}



body {
	font-size: 13px;
	color: #121212;
	font-family: Microsoft YaHei, 宋体, Arial, Helvetica, sans-serif;
	background: none;
}



ul,
li {
	list-style-type: none;
}



img,
ul,
li,
button {
	margin: 0px;
}



img,
button {
	border: none;
}



a {
	color: #000;
	text-decoration: none;
}



a:hover {
	text-decoration: none;
}



a:active {
	text-decoration: none;
}



img {
	border: 0;
}



input {}







/*banner*/



.banner {
	width: 100%;
}



.slideBox {
	width: 100%;
	height: 800px;
	overflow: hidden;
	position: relative;
	margin: auto;
}



.slideBox .hd {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 1;
}



.slideBox .hd ul {
	zoom: 1;
	text-align: center;
	width: 100%;
}



.slideBox .hd ul li {
	display: inline;
	margin-right: 10px;
	border-radius: 50%;
	padding: 0 8px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	margin-left: 15px;
}



.slideBox .hd ul li.on {
	background: #0065cd;
	color: #fff;
}



.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}



.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}



.slideBox .bd img {
	width: 100%;
	height: 700px;
	display: block;
	margin: auto;
}







/* 下面是前/后按钮代码，如果不需要删除即可 */



.slideBox .prev,



.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}



.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}



.slideBox .prev:hover,



.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}



.slideBox .prevStop {
	display: none;
}



.slideBox .nextStop {
	display: none;
}







/*search*/



.search_all {
	width: 100%;
	height: 56px;
}



.search {
	width: 1080px;
	margin: auto;
	overflow: hidden;
}



.search p {
	float: left;
	font-size: 14px;
	color: #444;
	line-height: 56px;
}



.search_ny {
	float: right;
	width: 250px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	margin-right: 50px;
	background: url(../images/search_03.png) no-repeat center center;
	margin-top: 14px;
}



.search_ny input {
	width: 140px;
	height: 28px;
	border: none;
	background: none;
	margin-left: 60px;
	font-size: 14px;
	color: #888;
}



.search_ny button {
	float: right;
	width: 50px;
	line-height: 28px;
	font-size: 14px;
	color: #fff;
	background: #0065cd;
}











/*hz*/



.hz_all {
	width: 100%;
	height: 250px;
}



.hz {
	width: 1080px;
	margin: auto;
	height: 250px;
}



.hz h3 {
	background: url(../images/kh_bk.png) no-repeat center;
	width: 1080px;
	height: 60px;
	margin-top: 30px;
}



.hz h3 a {
	text-align: center;
	display: block;
	font-size: 24px;
	color: #555555;
	line-height: 20px;
	padding-top: 12px;
}



.hz h3 a span {
	font-size: 13px;
	color: #0065cd;
	line-height: 24px;
	font-weight: normal;
}



/*向左滚动*/



.picScroll-left {
	width: 1080px;
	overflow: hidden;
	position: relative;
}



.picScroll-left .hd {
	overflow: hidden;
}



.picScroll-left .hd .prev {
	display: block;
	width: 30px;
	height: 80px;
	float: right;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/hz_l.jpg) no-repeat;
	position: absolute;
	top: 40px;
	left: 0px;
}



.picScroll-left .hd .next {
	display: block;
	width: 30px;
	height: 80px;
	float: right;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/hz_r.jpg) no-repeat;
	position: absolute;
	top: 40px;
	left: 1050px;
}







.picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 0px;
	zoom: 1;
}



.picScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
}



.picScroll-left .hd ul li.on {
	background-position: 0 0;
}



.picScroll-left .bd {
	padding: 10px;
}



.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}



.picScroll-left .bd ul li {
	margin: 0 26px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 150px;
	margin-top: 20px;
}



.picScroll-left .bd ul li .pic {
	text-align: center;
}



.picScroll-left .bd ul li .pic img {
	width: 148px;
	height: 78px;
	display: block;
	border: 1px solid #e6e6e6;
}



.picScroll-left .bd ul li .pic a:hover img {
	border-color: #999;
}



.picScroll-left .bd ul li .title {
	line-height: 30px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}



.picScroll-left .bd ul li .title a {
	color: #666;
}











/*td*/



.td_all {
	width: 100%;
	background: url(../images/td_bk.jpg) no-repeat center;
	height: 475px;
}



.td {
	width: 1080px;
	margin: auto;
}



.td h3 {
	margin: auto;
	text-align: center;
	line-height: 50px;
	padding-top: 60px;
	letter-spacing: 2px;
}



.td h3 a {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}



.td_ny {
	overflow: hidden;
	margin-top: 30px;
}



.sp {
	width: 530px;
	height: 300px;
	float: left;
}



.td_slideTxtBox {
	width: 540px;
	border: 1px solid #ddd;
	float: right;
}



.td_slideTxtBox .hd {
	height: 36px;
	line-height: 36px;
	position: relative;
}



.td_slideTxtBox .hd ul {
	float: left;
	position: absolute;
	top: -1px;
	height: 34px;
	border: 1px dashed #fff;
	width: 100%;
	margin-left: -1px;
}



.td_slideTxtBox .hd ul li {
	float: left;
	width: 150px;
	cursor: pointer;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
}



.td_slideTxtBox .hd ul li.on {
	height: 36px;
	background: #fe9b00;
}



.td_slideTxtBox .bd ul {
	padding: 10px;
	zoom: 1;
}







/*pro*/



/*pro*/



.pro_all {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}



.pro {
	width: 1080px;
	margin: auto;
	overflow: hidden;
}



.pro_l {
	width: 220px;
	float: left;
}



.pro_l h2 {
	width: 220px;
	height: 80px;
	background: url(../images/pro_dbt.jpg) no-repeat center;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}



.pro_l h2 a {
	font-size: 24px;
	color: #fff;
	letter-spacing: 2px;
}



.pro_l ul {
	border: 1px solid #0065cd;
	margin-bottom: 5px;
}



.pro_l ul div {
	width: 200px;
	height: 40px;
	background: #0065cd;
	margin-top: 15px;
	line-height: 40px;
	cursor: pointer;
}



.pro_l ul div img {
	width: 10px;
	height: 6px;
	margin-left: 20px;
}



.pro_l ul div a {
	color: #fff;
	font-size: 16px;
	margin-left: 20px;
}



.pro_l ul li {
	line-height: 35px;
	border-bottom: 1px dashed #0065cd;
	width: 215px;
	margin: auto;
	cursor: pointer;
}



.pro_l ul li img {
	width: 7px;
	height: 10px;
	margin-left: 20px;
}



.pro_l ul li a {
	color: #0065cd;
	font-size: 14px;
	margin-left: 20px;
}



.pro_l ul li:hover a {
	border-bottom: 1px dashed #bbb;
}



.pro_lx {
	border: 1px solid #0065cd;
}



.pro_lx h3 {
	height: 40px;
	background: #0065cd;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
}



.pro_lx_ny {
	overflow: hidden;
	margin: 10px;
}



.pro_lx_ny img {
	width: 43px;
	height: 43px;
	float: left;
}



.pro_lx_ny i {
	float: left;
	font-style: normal;
	margin-left: 15px;
	font-size: 14px;
	color: #555;
}



.pro_lx_ny i span {
	color: #0065cd;
	font-size: 16px;
	font-weight: bold;
}



.pro_lx p {
	margin: 10px;
	font-size: 14px;
	color: #555;
	line-height: 22px;
}







.pro_lx h3 a {
	color: #fff;
	font-size: 16px;
}



.pro_r {
	width: 830px;
	float: right;
	background: url(../images/pro_bk.png) no-repeat top;
	height: 565px;
}



.pro_r ul {
	overflow: hidden;
	padding-top: 45px;
}



.pro_r ul li {
	width: 400px;
	height: 220px;
	float: left;
	position: relative;
	margin-left: 8px;
	margin-bottom: 38px;
	border: 1px solid #d6d6d6;
}



.pro_r ul li a img {
	width: 400px;
	height: 250px;
	object-fit: cover;
}



.pro_r ul li a p {
	position: absolute;
	width: 250px;
	height: 30px;
	background: #0065cd;
	z-index: 999;
	top: 190px;
	filter: alpha(opacity=50);
	/*IE滤镜，透明度50%*/



	-moz-opacity: 0.5;
	/*Firefox私有，透明度50%*/
	opacity: 0.5;
	/*其他，透明度50%*/
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
}



.pro_r ul li:hover a p {
	filter: alpha(opacity=80);
	/*IE滤镜，透明度50%*/
	-moz-opacity: 0.8;
	/*Firefox私有，透明度50%*/
	opacity: 0.8;
	/*其他，透明度50%*/
}







/*ys*/



.ys_all {
	width: 100%;
	height: 1400px;
	background: url(../images/ys_bk.jpg) no-repeat center;
}



.ys {
	width: 1080px;
	margin: auto;
	position: relative;
}



.ys h3 {
	margin: auto;
	text-align: center;
	padding-top: 20px;
}



.ys h3 a {
	font-size: 30px;
	color: #0065cd;
}



.ys h3 a span {
	color: #777;
}



.ys_xbt {
	color: #777777;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
}



.ys1 {
	position: absolute;
	overflow: hidden;
	top: 100px;
}



.ys1_tu {
	width: 434px;
	height: 258px;
	float: left;
}



.ys1_tu img {
	width: 434px;
	height: 258px;
	float: left;
	margin-left: 20px;
}



.ys1_ny {
	width: 430px;
	float: right;
	margin-left: 200px;
}



.ys1_ny b {
	font-size: 18px;
	color: #2f60c0;
	line-height: 50px;
}



.ys1_ny ul {
	margin-top: 20px;
}



.ys1_ny li {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	margin-top: 10px;
}



.ys1_ny li span {
	background: url(../images/ys_y.png) no-repeat center;
	text-align: center;
	line-height: 20px;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	color: #fff;
	padding: 10px;
}



.ys2 {
	position: absolute;
	overflow: hidden;
	top: 350px;
}



.ys2_tu {
	width: 451px;
	height: 279px;
	float: right;
}



.ys2_tu img {
	width: 451px;
	height: 279px;
	float: right;
}



.ys2_ny {
	width: 430px;
	float: left;
	margin-left: 50px;
	margin-right: 140px;
	margin-top: 40px;
}



.ys2_ny b {
	font-size: 18px;
	color: #2f60c0;
	line-height: 50px;
}



.ys2_ny ul {
	margin-top: 20px;
}



.ys2_ny li {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	margin-top: 10px;
}



.ys2_ny li span {
	background: url(../images/ys_y.png) no-repeat center;
	text-align: center;
	line-height: 20px;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	color: #fff;
	padding: 10px;
}



.ys3 {
	position: absolute;
	overflow: hidden;
	top: 640px;
}



.ys3_tu {
	width: 386px;
	height: 196px;
	float: left;
}



.ys3_tu img {
	width: 386px;
	height: 196px;
	float: left;
	margin-left: 40px;
}



.ys3_ny {
	width: 430px;
	float: right;
	margin-left: 250px;
}



.ys3_ny b {
	font-size: 18px;
	color: #2f60c0;
	line-height: 50px;
}



.ys3_ny ul {
	margin-top: 20px;
}



.ys3_ny li {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	margin-top: 10px;
}



.ys3_ny li span {
	background: url(../images/ys_y.png) no-repeat center;
	text-align: center;
	line-height: 20px;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	color: #fff;
	padding: 10px;
}



.ys4 {
	position: absolute;
	overflow: hidden;
	top: 860px;
}



.ys4_tu {
	width: 454px;
	height: 245px;
	float: right;
}



.ys4_tu img {
	width: 454px;
	height: 245px;
	float: right;
}



.ys4_ny {
	width: 430px;
	float: left;
	margin-left: 50px;
	margin-right: 140px;
	margin-top: 20px;
}



.ys4_ny b {
	font-size: 18px;
	color: #2f60c0;
	line-height: 50px;
}



.ys4_ny ul {
	margin-top: 20px;
}



.ys4_ny li {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	margin-top: 10px;
}



.ys4_ny li span {
	background: url(../images/ys_y.png) no-repeat center;
	text-align: center;
	line-height: 20px;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	color: #fff;
	padding: 10px;
}



.ys5 {
	position: absolute;
	overflow: hidden;
	top: 1085px;
}



.ys5_tu {
	width: 438px;
	height: 313px;
	float: left;
}



.ys5_tu img {
	width: 438px;
	height: 313px;
	float: left;
	margin-left: 40px;
}



.ys5_ny {
	width: 430px;
	float: right;
	margin-left: 200px;
	margin-top: 50px;
}



.ys5_ny b {
	font-size: 18px;
	color: #2f60c0;
	line-height: 50px;
}



.ys5_ny ul {
	margin-top: 20px;
}



.ys5_ny li {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	margin-top: 10px;
}



.ys5_ny li span {
	background: url(../images/ys_y.png) no-repeat center;
	text-align: center;
	line-height: 20px;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	color: #fff;
	padding: 10px;
}











/*phone1*/



.phone1_all {
	width: 100%;
	background: url(../images/phone1_bk.jpg) no-repeat center;
	height: 200px;
}



.phone1 {
	width: 1080px;
	margin: auto;
	position: relative;
}



.phone1_w1 {
	position: absolute;
	font-size: 28px;
	color: #fff;
	top: 20px;
	left: 430px;
}



.phone1_w2 {
	position: absolute;
	font-size: 24px;
	color: #fff;
	top: 70px;
	left: 430px;
}



.phone1_w3 {
	position: absolute;
	font-size: 30px;
	color: #fff;
	top: 140px;
	left: 560px;
	font-family: "方正美黑简体";
}



.phone1_w4 {
	position: absolute;
	top: 140px;
	left: 800px;
}











/*gsjj*/



.gsjj_all {
	width: 100%;
	height: 617px;
	background: url(../images/gs_bk.jpg) center no-repeat;
	margin-top: -20px;
}



.gsjj {
	width: 1080px;
	margin: auto;
	overflow: hidden;
}



.gsjj_left {
	float: left;
	width: 600px;
	margin-left: 10px;
	position: relative;
}



.qyjj h3 {
	text-align: center;
	padding-top: 45px;
}



.qyjj h3 a {
	font-size: 24px;
	color: #016db7;
}



.gsjj_xbt {
	color: #777777;
	text-align: center;
	font-size: 13px;
	line-height: 24px;
}



.gsjj_tw {
	overflow: hidden;
	margin-top: 30px;
	margin-left: 10px;
}



.gsjj_tw img {
	float: left;
	width: 200px;
	height: 170px;
}



.gssj_w {
	float: right;
	width: 375px;
}



.gssj_w p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 5px;
	height: 120px;
	overflow: hidden;
}



.gsjj_more {
	width: 80px;
	height: 24px;
	background: #f88c33;
	text-align: center;
	margin-left: 0px;
	margin-top: 20px;
}



.gsjj_more a {
	line-height: 24px;
	color: #fff;
	font-size: 14px;
}



.cqfm h3 {
	text-align: center;
	padding-top: 30px;
}



.cqfm h3 a {
	font-size: 24px;
	color: #016db7;
}



/*厂区图滚动*/



.cq {
	width: 590px;
}



/*向左滚动*/



.cg_picScroll-left {
	width: 590px;
	overflow: hidden;
	position: relative;
}



.cg_picScroll-left .hd {
	overflow: hidden;
}



.cg_picScroll-left .hd1 .prev {
	display: block;
	width: 30px;
	height: 30px;
	float: right;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/cq_l.png) no-repeat;
	position: absolute;
	top: 80px;
	left: 0px;
}



.cg_picScroll-left .hd1 .next {
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/cq_r.png) no-repeat;
	position: absolute;
	top: 80px;
	left: 560px;
}







.cg_picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 0px;
	zoom: 1;
}



.cg_picScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
}



.cg_picScroll-left .hd ul li.on {
	background-position: 0 0;
}



.cg_picScroll-left .bd {}



.cg_picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}



.cg_picScroll-left .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 180px;
	height: 180px;
	margin-top: 20px;
	margin-left: 15px;
	margin-top: 15px;
}



.cg_picScroll-left .bd ul li .pic {
	text-align: center;
}



.cg_picScroll-left .bd ul li .pic img {
	width: 176px;
	height: 126px;
	display: block;
	border: 2px solid #e6e6e6;
}



.cg_picScroll-left .bd ul li .pic a:hover img {
	border-color: #999;
}



.cg_picScroll-left .bd ul li .title {
	text-align: center;
	line-height: 24px;
	background: #e7e7e7;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}



.cg_picScroll-left .bd ul li .title a {
	color: #1e3472;
	font-size: 14px;
}



/*切换滚动*/



.cq_slideTxtBox {
	width: 590px;
	text-align: left;
	position: absolute;
	top: 350px;
	left: 10px;
}



.cq_slideTxtBox .hd {
	height: 40px;
	line-height: 40px;
	position: relative;
}



.cq_slideTxtBox .hd ul {
	float: left;
	position: absolute;
	top: -1px;
	height: 32px;
	border: 1px solid #2f60c0;
	width: 590px;
}



.cq_slideTxtBox .hd ul li {
	float: left;
	width: 100px;
	cursor: pointer;
	font-size: 18px;
	color: #2f60c0;
	text-align: center;
	line-height: 32px;
	background: #e6e6e6;
}



.cq_slideTxtBox .hd ul li.on {
	background: #2f60c0;
	color: #fff;
}

.cq_slideTxtBox .hd ul li.on a {
	color: #fff;
}

.cq_slideTxtBox .bd ul {
	zoom: 1;
}



.cq_slideTxtBox .bd li {}



.cq_slideTxtBox .bd li .date {}



/*end*/



.gsjj_right {
	float: right;
	width: 430px;
}



.gsjj_right h3 {
	text-align: center;
	padding-top: 45px;
}



.gsjj_right h3 a {
	font-size: 24px;
	color: #016db7;
}



/*荣誉图滚动*/



.picMarquee-top {
	margin: 0 auto;
	width: 340px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ccc;
}







.picMarquee-top .bd {
	padding: 10px;
}



.picMarquee-top .bd ul {
	overflow: hidden;
	zoom: 1;
}



.picMarquee-top .bd ul li {
	text-align: center;
	zoom: 1;
	margin-bottom: 10px;
}



.picMarquee-top .bd ul li .pic {
	text-align: center;
}



.picMarquee-top .bd ul li .pic img {
	width: 320px;
	height: 220px;
	display: block;
}



.picMarquee-top .bd ul li .pic a:hover img {
	border-color: #999;
}



.picMarquee-top .bd ul li .title {
	line-height: 24px;
}











/*hp_yx*/



.hp_yx_all {
	width: 100%;
}



.hp_yx {
	width: 1080px;
	margin: auto;
	overflow: hidden;
}



.hp {
	width: 550px;
	float: left;
	position: relative;
}



.hp_m {
	position: absolute;
	font-size: 13px;
	top: 10px;
	left: 500px;
}



.hp_m a {
	color: #2f60c0;
}



.hp h3 a {
	font-size: 24px;
	color: #0065cd;
	text-transform: uppercase;
	border-left: 8px solid #fe9b00;
}



.hp h3 a span {
	font-size: 13px;
	font-weight: normal;
	margin-left: 5px;
}



.hp ul {}



.hp ul li {
	background: url(hp_bk.jpg) no-repeat center;
	width: 550px;
	height: 200px;
	margin-top: 20px;
	overflow: hidden;
}



.hp ul li img {
	width: 230px;
	height: 220px;
	float: left;
	margin-left: 10px;
}



.hp ul li div {
	width: 250px;
	float: left;
	margin-left: 20px;
}



.hp ul li b {
	font-size: 14px;
	color: #666666;
	line-height: 40px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;



}



.hp ul li p {
	color: #888888;
	line-height: 22px;
	height: 110px;
	overflow: hidden;
}



.hp ul li .hp_ny_m {
	width: 70px;
	height: 24px;
	background: #fe9b00;
	float: left;
	text-align: center;
	line-height: 24px;
	margin-top: 10px;
	cursor: pointer;
}



.hp ul li .hp_ny_m a {
	color: #fff;
}



.yx {
	width: 510px;
	float: right;
}



.yx h3 a {
	font-size: 24px;
	color: #0065cd;
	text-transform: uppercase;
	border-left: 8px solid #fe9b00;
}



.yx h3 a span {
	font-size: 13px;
	font-weight: normal;
	margin-left: 5px;
}



.yx img {
	width: 502px;
	height: 418px;
	margin-top: 20px;
}



/*al*/



.al {
	width: 1080px;
	margin: auto;
}



.al h3 {
	width: 346px;
	height: 35px;
	margin: auto;
	margin-top: 30px;
}



.al_xbt {
	text-align: center;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-bottom: 30px;
}











/* 本例子css */



.slideTxtBox {
	width: 1080px;
	text-align: left;
}



.slideTxtBox .hd {
	height: 30px;
	line-height: 30px;
	padding: 0 10px 0 20px;
	position: relative;
}



.slideTxtBox .hd ul {
	height: 51px;
	width: 920px;
	margin: auto;
	overflow: hidden;
}



.slideTxtBox .hd ul li {
	float: left;
	cursor: pointer;
	width: 250px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	background: #a2a2a2;
	margin-right: 40px;
	color: #fff;
}



.slideTxtBox .hd ul li.on {
	width: 250px;
	height: 51px;
	background: url(../images/alt_qh_bk.png) no-repeat;
}

.slideTxtBox .hd ul li.on a {
	color: #fff;
}



.slideTxtBox .bd ul {
	zoom: 1;
	overflow: hidden;
	margin-top: 50px;
}



.slideTxtBox .bd li {
	height: 250px;
	;
	float: left;
	margin-left: 30px;
	width: 300px;
}



.slideTxtBox .bd li .date {
	float: right;
	color: #999;
}



.al_dt {
	width: 300px;
	height: 200px;
}



.al_dt a img {
	width: 300px;
	height: 200px;
	object-fit: cover;
}



.al_w_all {
	width: 300px;
	height: 49px;
	background: url(../images/al_bk.jpg) no-repeat center;
	overflow: hidden;
}



.al_w_all p {
	float: left;
	font-size: 24px;
	line-height: 46px;
	margin-left: 20px;
	color: #fff;
	margin-right: 35px;
}



.al_w {}



.al_w1 {
	font-size: 14px;
	color: #555555;
	line-height: 50px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}



.al_w2 {
	font-size: 13px;
	color: #777777;
	line-height: 24px;
}



.al_more {
	width: 100px;
	height: 28px;
	border: 1px solid #0065cd;
	line-height: 28px;
	cursor: pointer;
	margin: auto
}



.al_more a {
	color: #0065cd;
	font-size: 14px;
}



.al_more:hover {
	background-color: #0065cd;
	border: none;
}



.al_more:hover a {
	color: #fff;
}











/*phone2*/



.phone2_all {
	width: 100%;
	background: url(../images/phone2_bk.jpg) no-repeat center;
	height: 200px;
	margin-top: 20px;
}



.phone2 {
	width: 1080px;
	margin: auto;
	position: relative;
}



.phone2_w1 {
	position: absolute;
	font-size: 28px;
	color: #fff;
	top: 20px;
	left: 0px;
}



.phone2_w2 {
	position: absolute;
	font-size: 24px;
	color: #fff;
	top: 70px;
	left: 0px;
}



.phone2_w3 {
	position: absolute;
	font-size: 30px;
	color: #fff;
	top: 140px;
	left: 80px;
	font-family: "方正美黑简体";
}



.phone2_w4 {
	position: absolute;
	top: 140px;
	left: 300px;
}











/*lc*/



.lc_all {
	width: 100%;
	background: url(../images/lc_bk.jpg) no-repeat center;
	height: 242px;
}



.lc {
	width: 1080px;
	margin: auto;
	padding-top: 20px;
	overflow: hidden;
}



.lc h3 {
	float: left;
}



.lc ul {
	float: right;
	overflow: hidden;
	width: 970px;
	height: 202px;
	border: 1px solid #0065cd;
}



.lc ul li {
	float: left;
	margin-left: 52px;
	margin-top: 25px;
}



.lc1 {
	background: url(../images/lc1.png) no-repeat center;
	width: 100px;
	height: 100px;
}



.lc1:hover {
	background: url(../images/lc11.png) no-repeat center;
	width: 100px;
	height: 100px;
}



.lc2 {
	background: url(../images/lc2.png) no-repeat center;
	width: 100px;
	height: 100px;
}



.lc2:hover {
	background: url(../images/lc22.png) no-repeat center;
	width: 100px;
	height: 100px;
}



.lc3 {
	background: url(../images/lc3.png) no-repeat center;
	width: 100px;
	height: 100px;
}



.lc3:hover {
	background: url(../images/lc33.png) no-repeat center;
	width: 100px;
	height: 100px;
}



.lc4 {
	background: url(../images/lc4.png) no-repeat center;
	width: 100px;
	height: 100px;
}



.lc4:hover {
	background: url(../images/lc44.png) no-repeat center;
	width: 100px;
	height: 100px;
}



.lc5 {
	background: url(../images/lc5.png) no-repeat center;
	width: 100px;
	height: 100px;
}



.lc5:hover {
	background: url(../images/lc55.png) no-repeat center;
	width: 100px;
	height: 100px;
}



.lc6 {
	background: url(../images/lc6.png) no-repeat center;
	width: 100px;
	height: 100px;
}



.lc6:hover {
	background: url(../images/lc66.png) no-repeat center;
	width: 100px;
	height: 100px;
}



.lc ul li p {
	text-align: center;
	color: #555;
	margin-top: 115px;
	text-transform: uppercase;
	color: #555555;
	font-size: 14px;
}



.lc ul li p span {
	color: #777;
	font-size: 13px;
}











/*xw*/



.xw_all {
	width: 100%;
}



.xw {
	width: 1080px;
	margin: auto;
	overflow: hidden;
	position: relative;
}



.gsxw {
	float: left;
	width: 650px;
}



.wt {
	float: right;
	width: 400px;
}



/*新闻切换*/



.gsxw_m {
	position: absolute;
	left: 585px;
	top: 50px;
}



.gsxw_m a {
	font-size: 13px;
	color: #fe9b00;
	font-weight: bold;
}



.cjwt_m {
	position: absolute;
	left: 1020px;
	top: 50px;
}



.cjwt_m a {
	font-size: 13px;
	color: #fe9b00;
	font-weight: bold;
}



.xw_slideTxtBox {
	width: 650px;
	text-align: left;
}



.xw_slideTxtBox .hd {
	position: relative;
}



.xw_slideTxtBox .hd ul {
	float: left;
	position: absolute;
	top: -1px;
}



.xw_slideTxtBox .hd ul li {
	float: left;
	cursor: pointer;
	line-height: 50px;
	width: 100px;
	text-align: center;
}



.xw_slideTxtBox .hd ul li a {
	color: #666;
	font-size: 18px;
}



.xw_slideTxtBox .hd ul li.on {
	background: url(xw_line.png) no-repeat bottom;
	font-weight: bold;
}



.xw_slideTxtBox .hd ul li.on a {
	color: #0065cd;
}



.xw_slideTxtBox .bd ul {
	padding-top: 100px;
	zoom: 1;
}



.xw_slideTxtBox .bd li {
	height: 24px;
	line-height: 24px;
}



.xw_slideTxtBox .bd li .date {
	float: right;
	color: #999;
}



.xw_first {
	overflow: hidden;
	margin-top: -30px;
}



.xw_first img {
	float: left;
	width: 233px;
	height: 148px;
	border: 1px solid #e6e6e6;
}



.xw_first_ny {
	float: right;
	width: 375px;
	margin-right: 10px;
}



.xw_f_w1 {
	font-size: 14px;
	color: #666666;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}



.xw_f_w2 {
	color: #666;
	line-height: 20px;
	height: 80px;
	overflow: hidden;
	margin-top: 15px;
}



.xw_f_w3 {
	width: 70px;
	height: 24px;
	background: #fe9b00;
	text-align: center;
	line-height: 24px;
	margin-top: 12px;
	margin-left: 0px;
	border-radius: 10px;
	cursor: pointer;
}



.xw_f_w3 a {
	color: #fff;
}



.xw_list {
	overflow: hidden;
	margin-top: -80px;
}



.xw_list li {
	width: 315px;
	float: left;
	background: url(../images/xw_sj.png) no-repeat left;
	margin-right: 10px;
	line-height: 50px;
	border-bottom: #d4d4d4 dashed 1px;
	margin-top: 5px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}



.xw_list li span {
	color: #777777;
	font-size: 12px
}



.xw_list li a {
	margin-left: 15px;
	color: #777777;
}



.xw_list li:hover a {
	color: #0065cd
}



.xw_list span {
	float: right;
	margin-right: 10px;
}







/*cjwt*/



.txtMarquee-top {
	padding-top: 15px;
	overflow: hidden;
	height: 320px;
	margin-left: 12px;
}



.wt h3 {
	background: url(../images/xw_line.png) no-repeat bottom;
	line-height: 50px;
	width: 100px;
	margin-left: 0px;
	text-align: center;
}



.wt h3 a {
	color: #0065cd;
	font-size: 18px;
	font-weight: bold;
}



.wd li {
	margin-top: 8px;
}



.wen img {
	padding-right: 8px;
}



.wen {
	margin-top: 5px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}



.wen a {
	font-size: 14px;
	font-weight: bold;
	color: #323232;
}



.da img {
	padding-right: 13px;
	padding-top: 10px;
}



.da {
	font-size: 13px;
	color: #646464;
	line-height: 24px;
	height: 82px;
	overflow: hidden;
}







/*link*/



.link_all {
	width: 100%;
	margin-top: 30px;
}

.link {
	width: 1080px;
	margin: auto;
}

.link h3 {}

.link h3 a img {
	width: 139px;
	height: 19px;
	margin: auto;
	display: block;
}


.link ul {
	float: left;
	overflow: hidden;
	height: 60px;
	border: 2px solid #0065cd;
	width: 1080px;
	margin-top: 15px;
}


.link ul li {
	float: left;
	width: 100px;
	height: 40px;
	line-height: 60px;
	text-align: center;
}


.link ul li a {
	font-size: 14px;
	color: #444;
	font-weight: bold;
}


.link ul li a:hover {
	color: #0065cd;
}



.layout#service-warp H3 {
	BORDER-BOTTOM: #8dc5f6 1px solid;
	POSITION: relative;
	LINE-HEIGHT: 30px;
	BACKGROUND-POSITION: 0px -128px;
	HEIGHT: 30px
}

.layout#service-warp H3 SPAN {
	POSITION: absolute;
	TEXT-ALIGN: center;
	LINE-HEIGHT: 30px;
	WIDTH: 102px;
	DISPLAY: block;
	BACKGROUND-POSITION: 0px -47px;
	HEIGHT: 30px;
	COLOR: #0068b4;
	FONT-SIZE: 14px;
	TOP: 0px;
	FONT-WEIGHT: 700;
	LEFT: -1px
}

#service-warp UL {
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 12px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 3px
}

#service-warp UL LI A {
	LINE-HEIGHT: 30px;
	TEXT-INDENT: 30px;
	WIDTH: 199px;
	DISPLAY: block;
	MARGIN-BOTTOM: 1px;
	BACKGROUND: url(../images/bg_li.png) no-repeat 0px 0px;
	LETTER-SPACING: 1px;
	HEIGHT: 37px;
	FONT-SIZE: 12px;
	FONT-WEIGHT: 700
}

#service-warp UL LI A:hover {
	BACKGROUND-POSITION: 0px -38px;
	COLOR: #05930f;
	TEXT-DECORATION: none
}



.floatApp {
	width: 150px;
	position: fixed;
	top: 210px;
	right: 0px;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop+130));
	font-size: 14px;
	font-family: "微软雅黑";
	text-align: center;
	line-height: 1.5em;
	color: #666;
}

.floatAppClose {
	right: 8px;
	/* width: 15px; */
	/* height: 15px; */
	bottom: 15px;
	color: #ff0000;
	width: 100%;
	text-align: right;
	position: absolute;
	top: -20px;
}

.floatAppClose a {
	color: #ffffff;
	text-decoration: none;
}