body {
	background: #f5f5f5;
}

.main1 {
	width: 100%;
	background: #fbfbfb url(../img/body_bg_left.png) no-repeat left bottom;
}

.main2 {
	width: 100%;
	background: url(../img/footBg1.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: 10;
}

.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;
	overflow: hidden;
}

.back1 .slide {
	width: 560px;
	height: 321px;
	border: 1px solid #ccddf0;
	position: relative;
	padding: 3px;
	float: left;
	overflow: hidden;
}

.back1 .out {
	width: 560px;
	height: 321px;
	overflow: hidden;
}

.back1 .out ul li a p {
	position: absolute;
	bottom: 3px;
	background: #ffffff;
	font-family: "微软雅黑";
	font-size: 14px;
	width: 540px;
	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: 3px;
	font-size: 0;
	width: 560px;
	text-align: center;
	background: white url(../img/slide_bg.png) no-repeat right 0;
}

.back1 .out ul li img {
	width: 560px;
	height: 266px;
}

.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: #f48c084d;
	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: 614px;
	height: 321px;
	border: 1px solid #ccddf0;
	position: relative;
	padding: 3px;
	float: right;
}

.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: #319573;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
}

.back1 .newTab .title .active {
	color: white;
	background: url(../img/tab_active.png) no-repeat 0 bottom;
	text-align: center;
	line-height: 28px;
	font-size: 16px;
}

.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: 16px;
	height: 37px;
	text-align: center;
	line-height: 37px;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: "微软雅黑";
	color: red;

}

.back1 .newTab .body .more {
	position: absolute;
	right: 10px;
	top: 10px;
	border-left: 1px solid black;
	padding-left: 10px;
	height: 15px;
	line-height: 15px;
	font-size: 13px;
	font-family: 微软雅黑;
	cursor: pointer;
}

.back1 .newTab .body .hot p {
	line-height: 26px;
	color: #999999;
	font-family: "微软雅黑";
	font-size: 13px;
	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: 500px;
	overflow: hidden;
	white-space: nowrap;
	font-size:13px;
	text-overflow: ellipsis;
}
.back1 .newTab .body li a:hover {
	color: #ffa631;
}

.back1 .newTab .body li span {
	float: right;
	font-family: "微软雅黑";
	font-size: 13px;
}

.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: 13px;
}

.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: 13px;
	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: 16px;
	font-family: "微软雅黑";
	color: black;
	font-weight: bold;
	margin-left: 10px;

}

.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: 640px;
	overflow: hidden;
}

.News_left {
	float: left;
	width: 810px;
	position: relative;
}

.News_left .body {
	display: none;
}

.News_left .new {
	width: 370px;
	height: 324px;
	float: left;
	margin-left: 18px;
	position: relative;
}

.News_left .new .hotNew {
	margin: 16px auto;
	height: 98px;
}

.News_left .new .hotNew img {
	width: 126px;
	height: 92px;
}

.News_left .new .hotNew .fr {
	width: 236px;
	margin-left: 8px;
	cursor:pointer;
}

.News_left .new .hotNew p {

    color: #646464;
    font-size: 13px;
    line-height: 1.5;

}

.News_left .new .hotNew h5 {
	font-size: 14px;
	color: #cc3a0f;
	line-height: 28px;
}

.News_left .new .title {
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}

.News_left .new .title span {
	background: #fff;
	padding: 0px 24px;
	height: 36px;
	float: left;
	color: #73a1ab;
	font-size: 20px;
	font-family: "微软雅黑";
	cursor: pointer;
	line-height: 36px;
}

.News_left .new .title span.active {
	color: white;
	font-size: 16px;
	font-family: "微软雅黑";
	padding: 0px 24px;
	height: 36px;
	background: #319573;
	border-radius: 20px;
	float: left;

}

.News_left .new .title img {
	cursor: pointer;
	float: right;
	margin-top: 18px;
}

.News_left .new .body .more {
	position: absolute;
	right: 0;
	top: 15px;
	cursor: pointer;
margin-right: 10px;
}

.News_left .new li {
	height: 30px;
	line-height: 30px;
	background: url(../img/icon3.png) no-repeat 2px center;
	padding-left: 15px;
	font-family: "微软雅黑";
	color: #5C5C5C;
	*margin-top: -3px;
}

.News_left .new li a {
	white-space: nowrap;
	overflow: hidden;
	height: 30px;
	width: 100%;
	text-overflow: ellipsis;
	float: left;
		font-size:13px;
}

.News_left .new li:hover a {
	color: #ffa631;
}


.new_right {
	float: right;
	width: 387px;
}

.tzgg_gzap {
	width: 100%;
	height: 315px;
}

.tzgg_gzap .title {
	height: 43px;
	background: #319573;
	padding-left: 10px;
}

.tzgg_gzap .title span {
	float: left;
	width: 112px;
	color: white;
	font-family: "微软雅黑";
	font-size: 16px;
	text-align: center;
	height: 50px;
	line-height: 46px;
	margin-top: 0px;
	cursor: pointer;
}

.tzgg_gzap .title .active {
	background: url(../img/arrowBottom2.png) no-repeat center bottom;
}

.tzgg_gzap .body {
	display: none;
	margin-top: 8px;

}

.tzgg_gzap li {
	height: 33px;
	line-height: 33px;
	color: #5C5C5C;
	
	padding-left: 13px;
	background: url(../img/icon3.png) no-repeat 3px center;
	*margin-top: -3px;
}

.tzgg_gzap li a {
	float: left;
	width: 313px;
	height: 33px;
	color: #5C5C5C;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 13px;
	font-family: "微软雅黑";
}

.tzgg_gzap li span {
	float: right;
	margin-right: 10px;
}

.tzgg_gzap li:hover,
.tzgg_gzap li:hover a {
	color: #ffa631;
}

.scenery{
	margin: 0 auto;
	height:238px;
	position: relative;
	padding-bottom: 16px;    
	margin-top: 5px;
	overflow:hidden;
	height:286px;
}
.scenery .tit{
	width: 100%;
	height: 42px;
	border-bottom: 1px solid #a7a7a7;
	
}
.scenery2 .tit2{
	width: 100%;
	height: 42px;
	border-bottom: 1px solid #a7a7a7;
  background-color: #f1f1f1;
}

.scenery .tit a{
	height: 42px;
	font-size:16px;
	line-height: 42px;
	font-family: "microsoft yahei";
	display: inline-block;
    color: #666;
	padding: 0 8px;
	margin-right: 10px;
}
.scenery .tit a.active{
	height: 42px;
	font-size: 16px;
	line-height: 42px;
	font-family: "microsoft yahei";
	display: inline-block;
	border-bottom: 3px solid #319573;
    color: #319573;
}

.scenery2 .tit2 a{
	height: 42px;
	font-size: 16px;
	line-height: 42px;
	font-family: "microsoft yahei";
	display: inline-block;
	border-bottom: 3px solid #319573;
    color: #319573;
	padding: 0 8px;
}

.scenery  .marquee{
	
    height:230px;
    width: 100%;
    margin-top: 24px;
    overflow: hidden;
	display:none;
   
}
.scenery  .marquee li{
	height: 230px;
	width: 232px;
	margin-right: 24px;
	float: left;
}
.scenery  .marquee li img{
	margin:4px auto;
	height: 150px;
	/* width: 232px; */
	display: block;
}
.scenery  .marquee li p{
	color: #3f3f3f;
	text-align: center;
	font-size: 14px;
	font-family: "microsoft yahei";
	line-height: 18px;
	overflow: hidden;
	margin: 10px auto;width: 100%;
	white-space: nowrap
}

#marquee4 .bofang{
	position: relative;
    top: -45%;
    height: 20%;
    margin-bottom: -50px;
}


.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: 23px;
	cursor: pointer;
	width: 218px;
	height: 55px;
	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;
}