body {
	background: #f5f5f5;
}

.main1 {
	width: 100%;
	background: #f8f8f8 url(../img/body_bg_left.png) no-repeat left bottom;
}

.main2 {
	width: 100%;
	background: url(../img/body_bg_right.png) no-repeat right bottom;
}

#main {
	background: white;
	width: 1200px;
	margin: 0 auto;
}



#lunbo {
	height: 380px;
	width: 1200px;
	margin: auto;
	position: relative;
	overflow: hidden;
	z-index: 9;
}

.lunbo_top {
	position: absolute;
	width: 1200px;
}

.lunbo_top img {
	width: 1200px;
	height: 379px;
}

#lunbo .left {
	z-index: 10;
	background-image: url(../img/icon_left.png);
	width: 8px;
	height: 15px;
	position: absolute;
	left: 523px;
	bottom: 32px;
	cursor: pointer;
	background-repeat: no-repeat;
}

#lunbo .right {
	z-index: 10;
	background-image: url(../img/icon_right.png);
	width: 8px;
	height: 15px;
	position: absolute;
	right: 523px;
	bottom: 32px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.lunbo .slideBox {
	position: relative;
	height: 413px;
	width: 1200px;
	overflow: hidden;
	border-bottom: 5px solid #00abf5;
}

.lunbo .slideBox ul.items {
	position: absolute;
	float: left;
	background: none;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.lunbo .slideBox ul.items li {
	float: left;
	background: none;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.lunbo .slideBox ul.items li a {
	float: left;
	line-height: normal !important;
	padding: 0px !important;
	border: none;
}

.lunbo .slideBox ul.items li a img {
	margin: 0px !important;
	padding: 0px !important;
	display: block;
	border: none;
	width: 1200px;
	height: 413px;
}

.lunbo .slideBox div.tips {
	display: none;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 42px;
	background-color: #000;
	overflow: hidden;
}

.lunbo .slideBox div.tips div.title {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
}

.lunbo .slideBox div.tips div.title a {
	color: #FFF;
	font-size: 16px;
	line-height: 42px;
	margin-left: 10px;
	text-decoration: none;
	height: 42px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	font-family: "微软雅黑";
}

.lunbo div.nums {
	position: absolute;
	right: 444px;
	bottom: -14px;
	z-index: 111111;
}

.lunbo div.nums a {
	width: 34px;
	height: 34px;
	border: 1px solid #22b6f6;
	display: inline-block;
	>float: left;
	background-color: white;
	margin-right: 12px;
	color: #22b6f6;
	font-size: 18px;
	border-radius: 50%;
	text-align: center;
	line-height: 34px;
}

.lunbo div.nums a.active {
	background-color: #22b6f6;
	color: white;
}

.lunbo {
	position: relative;
}

.weather {
	width: 1200px;
	height: 46px;
	background: #ececec;
}

.weather iframe {
	margin-top: 13px;
	margin-left: 18px;
}

.back1 {
	height: 330px;
	margin-top: 12px;
	margin-bottom: 10px;
}

.back1 .slide {
	width: 480px;
	height: 321px;
	border: 1px solid #ccddf0;
	position: relative;
	padding: 3px;
	float: left;
}

.back1 .out {
	width: 480px;
	height: 321px;
	overflow: hidden;
}

.back1 .out ul li a p {
	position: absolute;
	bottom: 3px;
	background: #ffffff;
	font-family: "微软雅黑";
	font-size: 14px;
	width: 460px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-align: left;
	padding-left: 10px;
	left: 3px;
	padding-right: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.back1 .out ul li {
	display: none;
}

.back1 .out .num {
	position: absolute;
	bottom: 38px;
	right: 4px;
	font-size: 0;
	width: 354px;
	text-align: center;
	background: white url(../img/slide_bg.png) no-repeat right 0;
}

.back1 .out ul li img {
	width: 480px;
	height: 284px;
}

.back1 .out .num li {









	float: right;
	width: 26px;
	height: 20px;
	display: inline-block;
	font-size: 12px;
	/* background-color: black; */
	color: #fff;
	text-align: center;
	line-height: 20px;
	/* margin: 0 3px; */
	cursor: pointer;
	/* border-radius: 4px; */
	border-left: 1px solid white;
}

.back1 .out .num li.active {
	background-color: #e67900;
	color: white;
}

.back1 .out .btn {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 60px;
	margin-top: -30px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	text-align: center;
	line-height: 60px;
	font-size: 40px;
	display: none;
}

.back1 .out:hover .btn {
	display: block;
	cursor: pointer;
}

.back1 .newTab {
	width: 692px;
	height: 321px;
	border: 1px solid #ccddf0;
	position: relative;
	padding: 3px;
	float: left;
	margin-left: 11px;
}

.back1 .newTab .title {
	height: 29px;
	background: #f2f3f3;
	border: 1px solid gainsboro;
	line-height: 29px;
	font-size: 13px;
}

.back1 .newTab .title img {
	float: left;
	margin-right: 35px;
}

.back1 .newTab .title span {
	float: left;
	width: 78px;
	height: 29px;
	color: #32befb;
	text-align: center;
	cursor: pointer;
}

.back1 .newTab .title .active {
	color: white;
	background: url(../img/tab_active.png) no-repeat 0 bottom;
	text-align: center;
	line-height: 28px;
	font-size: 13px;
}

.back1 .newTab .title em {
	float: left;
	margin: 0 12px;
}

.back1 .newTab .body {
	height: 284px;
	padding: 0 12px;
	display: none;
}

.back1 .newTab .body .hot {
	height: 96px;
	margin-top: 8px;
	border-bottom: 2px dashed gainsboro;
}

.back1 .newTab .body .hot h6 {
	font-size: 18px;
	height: 37px;
	text-align: center;
	line-height: 37px;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: "微软雅黑";
	color: #cc3a0f;
}

.back1 .newTab .body .more {
	position: absolute;
	right: 6px;
	top: 10px;
	border-left: 1px solid black;
	padding-left: 10px;
	height: 15px;
	line-height: 15px;
	font-size: 13px;
	font-family: 微软雅黑;
}

.back1 .newTab .body .hot p {
	line-height: 26px;
	color: #999999;
	font-family: "微软雅黑";
	font-size: 14px;
	text-indent: 2em;
	padding: 0 10px;
}

.back1 .newTab .body ul {
	margin-top: 10px;
}

.back1 .newTab .body li {
	height: 32px;
	line-height: 32px;
	padding: 0 6px 0 19px;
	background: url(../img/icon4.png) no-repeat 5px center;
	color: #505050;
	border-bottom: 1px dashed gainsboro;
	font-family: "微软雅黑";
	*margin-top: -3px;
}

.back1 .newTab .body li:nth-child(5) {
	border: 0;
}

.banner img {
	width: 1200px;
}

.back1 .newTab .body li a {
	float: left;
	color: #505050;
	width: 400px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.back1 .newTab .body li span {
	float: right;
}

.back1 .ggTab {
	width: 300px;
	height: 323px;
	float: right;
	position: relative;
}

.back1 .ggTab .title {
	height: 43px;
	background: #00abf5;
	padding-left: 10px;
}

.back1 .ggTab .title span {
	height: 50px;
	line-height: 43px;

	float: left;
	padding: 0 18px;
	font-size: 15px;
	font-family: "微软雅黑";
	color: white;
	cursor: pointer;
}

.back1 .ggTab .title .active {
	background: url(../img/icon2.png) no-repeat center bottom;
}

.back1 .ggTab .body .more {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

.back1 .ggTab .body {
	display: none;
	margin-top: 12px;
}

.back1 .ggTab .body li {
	height: 33px;
	line-height: 33px;
	padding-left: 15px;
	background: url(../img/icon3.png) no-repeat 5px center;
	font-family: "微软雅黑";
	color: #5C5C5C;
	font-size: 14px;
}

.back1 .ggTab .body li a {
	color: #5C5C5C;
	width: 275px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.back2 {
	height: 283px;
	margin-bottom: 15px;
}

.back2 .new {
	width: 577px;
	height: 283px;
	background: url(../img/newBg.png) no-repeat;
}

.back2 .new .title {
	height: 35px;

}

.back2 .new .title span {
	color: #5d5d5d;
	font-size: 14px;
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: bold;
	float: left;
	margin-left: 12px;
	margin-top: 9px;
}

.back2 .new .title strong {
	color: #CFCFCF;
	font-size: 12px;
	font-family: "微软雅黑";
	float: left;
	margin-left: 20px;
	margin-top: 14px;
}

.back2 .new .title img {
	float: right;
	cursor: pointer;
	margin-top: 16px;
	margin-right: 23px;
}

.back2 .new .body {
	padding: 12px 18px 0;
}

.back2 .new .body li {
	color: #5C5C5C;
	font-size: 14px;
	font-family: "微软雅黑";
	height: 32px;
	line-height: 32px;
	border-bottom: 1px dashed gainsboro;
	padding: 0 5px 0 19px;
	background: url(../img/icon5.png) no-repeat 4px center;

}

.back2 .new .body li:nth-child(7) {
	border: 0;
}

.back2 .new .body li a {
	float: left;
	color: #5C5C5C;
	white-space: normal;
	overflow: hidden;
}

.back2 .new .body li span {
	float: right;
}

.linkImg .title {
	height: 40px;
	line-height: 40px;
}

.linkImg .title span {
	float: left;
	font-size: 18px;
	font-family: "微软雅黑";
	color: black;
	font-weight: bold;
	margin-left: 10px;
	font-size: 18px;

}

.linkImg .title strong {
	float: left;
	font-size: 16px;
	color: #aaaaaa;
	margin-left: 5px;
}

.linkImg .body {
	height: 116px;
	margin-bottom: 23px;
}

.linkImg .body li {
	float: left;
	height: 116px;
	width: 156px;
	margin-right: 18px;
	cursor: pointer;
	overflow: hidden;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	-ms-transition: 0.4s ease;
}

.linkImg .body li img {
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	-ms-transition: 0.4s ease;
	height: 116px;
	width: 156px;
}

.linkImg .body li:hover img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.linkImg .body li:hover {
	border-radius: 50%;
}

.linkImg .body .last {
	margin-right: 0;
}


.newContent {
	margin-top: 14px;
	height: 642px;
}

.News_left {
	float: left;
	width: 810px;
}

.News_left .new {
	width: 370px;
	height: 319px;
	float: left;
	margin-left: 18px;
	position: relative;
}

.News_left .new .more {
	position: absolute;
	top: 15px;
	right: 10px;cursor: pointer;
}

.News_left .new .title {
	height: 36px;
	line-height: 36px;
	margin-bottom: 10px;
}

.News_left .new .title span {

	font-size: 16px;
	font-family: "微软雅黑";
	padding: 0px 24px;
	height: 36px;
	color: #153a81;
	border-radius: 20px;
	cursor: pointer;
	float: left;
}

.News_left .new .title .active {
	background: #153a81;
	color: white;
}

.News_left .new .title img {
	cursor: pointer;
	float: right;
	margin-top: 18px;
}

.News_left .new li {
	height: 36px;
	line-height: 36px;
	background: url(../img/icon3.png) no-repeat 2px center;
	padding-left: 15px;
	font-family: "微软雅黑";
	color: #5C5C5C;
	*margin-top: -3px;
}

.News_left .new .rec {

	height: 92px;

	position: relative;

	margin-bottom: 10px;
}

.News_left .new .rec .recImg {

	width: 123px;

	height: 92px;

	position: absolute;
}

.News_left .new .rec .info {

	height: 92px;

	position: absolute;

	width: 235px;

	right: 0;
}

.News_left .new .rec h6 {

	color: #cc3a0f;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

	font-size: 16px;

	line-height: 30px;
}

.News_left .new .rec p {
	height: 61px;
	color: #5c5c5c;
	overflow: hidden;
	font-size: 12px;
	line-height: 21px;
	display: -webkit-box;
	display: box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.News_left .new .body {
	display: none;
}

.News_left .new li a {
	white-space: nowrap;
	overflow: hidden;
	height: 36px;
	width: 100%;
	text-overflow: ellipsis;
	float: left;
	color: #5c5c5c;
}

.News_left .new li:hover a {
	color: red;
}


.new_right {
	float: right;
	width: 387px;
}

.tzgg_gzap {
	width: 300px;
	float: right;
	height: 329px;
}

.tzgg_gzap .title {
	height: 43px;
	background: #153a81;
	padding-left: 10px;
}

.tzgg_gzap .title span {
	float: left;
	width: 112px;
	color: white;
	font-family: "微软雅黑";
	font-size: 20px;
	text-align: center;
	height: 50px;
	line-height: 46px;
	margin-top: 0px;
	cursor: pointer;
}

.tzgg_gzap .title .active {
	background: url(../img/icon2.png) no-repeat center bottom;
}

.tzgg_gzap .body {
	margin-top: 8px;

}

.tzgg_gzap li {
	height: 35px;
	line-height: 33px;
	color: #5C5C5C;
	font-size: 13px;
	font-family: "微软雅黑";
	padding-left: 13px;
	background: url(../img/icon3.png) no-repeat 3px center;
	*margin-top: -3px;
}

.tzgg_gzap li a {
	float: left;
	width: 290px;
	height: 35px;
	color: #5C5C5C;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tzgg_gzap li span {
	float: right;
}

.tzgg_gzap li:hover,
.tzgg_gzap li:hover a {
	color: red;
}

.links div {
	margin-top: 9px;
	margin-left: 9px;
	width: 120px;
	height: 89px;
	float: left;
	cursor: pointer;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	-ms-transition: 0.4s ease;
	overflow: hidden;
}

.links img {
	width: 120px;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	-ms-transition: 0.4s ease;
}

.links div:hover img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.links div:hover {
	border-radius: 50%;
}

.yqlj {
	background: #F1F1F1;
	padding: 18px 0;
}

.yqlj .div1 {
	margin-bottom: 10px;
}

.yqlj img {
	margin-right: 26px;
	cursor: pointer;
	width: 219px;
	cursor: pointer;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	-ms-transition: 0.4s ease;
}

.yqlj img:hover {
	transform: rotateX(33deg) rotateY(-4deg) rotateZ(3deg);
	box-shadow: 14px 11px 10px #b8b8b8;
}

.yqlj .last {
	margin-right: 0;
}

.alunbo1 {
	width: 1200px;
	height: 190px;
	position: relative;
	margin-top: 13px;
	background: url(../img/lunbo.png) no-repeat;
}

.con_left {
	background-repeat: no-repeat;
	position: absolute;
	top: 61px;
	left: 15px;
	height: 63px;
	width: 33px;
}

.con_right {
	position: absolute;
	top: 61px;
	height: 63px;
	width: 33px;
	right: 14px;
}

.alunbo1 li,
.alunbo2 li {
	margin-right: 29px;
	float: left;
	height: 140px;
	margin-top: 16px;
}

.alunbo1 a,
.alunbo2 a {}

.alunbo1 li img {
	display: block;
	height: 140px;
}

.alunbo1 li p {
	text-align: center;
	margin-top: 3px;
}

.alunbo1 .box {
	width: 1090px;
	margin: 0 auto;
	overflow: hidden;
}

#product_scroll1>div {
	height: 188px;
}

.zhyx {
	margin-bottom: 10px;
}

.zhyx img {
	width: 100%;
}

.jydd_xzxx {
	position: relative;
}

.jydd_xzxx img {
	width: 100%;
}

.jydd {
	position: absolute;
	width: 169px;
	height: 44px;
	left: 29px;
	top: 32px;
}

.xzxx {
	position: absolute;
	width: 169px;
	height: 44px;
	left: 209px;
	top: 32px;
}

.new_right .new {
	width: 370px;
	height: 318px;
	
	position: relative;
}

.new_right .new .title {
	height: 36px;
	line-height: 36px;
	margin-bottom: 10px;
}

.new_right .new .title span {
	font-size: 16px;
	font-family: "微软雅黑";
	padding: 0px 24px;
	height: 36px;
	color: #153a81;
	border-radius: 20px;
	cursor: pointer;
	background: #153a81;
	color: white;
	display:inline-block
}

.new_right .new li {
	height: 36px;
	line-height: 36px;
	background: url(../img/icon3.png) no-repeat 2px center;
	padding-left: 15px;
	font-family: "微软雅黑";
	color: #5C5C5C;
	*margin-top: -3px;
}

.new_right .new li a {
	white-space: nowrap;
	overflow: hidden;
	height: 36px;
	width: 100%;
	text-overflow: ellipsis;
	float: left;
	color: #5c5c5c;
}

.new_right .new .more {
	position: absolute;
	top: 15px;
	right: 10px;cursor: pointer;
}

.new_right .new .rec {
	height: 92px;
	position: relative;
	margin-bottom: 10px;
}

.new_right .new .rec .recImg {
	width: 123px;
	height: 92px;
	position: absolute;
}

.new_right .new .rec .info {
	height: 92px;
	position: absolute;
	width: 235px;
	right: 0;
}

.new_right .new .rec .info h6 {
	color: #cc3a0f;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 30px;
}

.new_right .new .rec .info p {
	height: 61px;
	color: #5c5c5c;
	overflow: hidden;
	font-size: 12px;
	line-height: 21px;
	display: -webkit-box;
	display: box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
