@charset "gb2312";

.warp {
	float: left;
	width: 100%;
	height: auto;
}

.sy_bt {
	width: 100%;
	height: 40px;
	margin-bottom: 30px;
	border-bottom: 2px solid #f7941e;
}

.sy_bt h3 {
	float: left;
	color: #333;
	font: 22px/24px "΢ź";
	text-align: left;
}

.sy_bt .on span {
	float: left;
	color: #4E6BA5;
	font: 22px/22px "΢ź";
	text-align: left;
	font-weight: 600;
}

.sy_bt .on img {
	padding-right: 10px;
	float: left
}

.sy_bt a {
	color: #eb815d;
	font-size:15px;
	float: right;
	height: 24px;
	line-height: 24px;
}
.sy_bt a img{
	padding-left: 8px;
	float: right;
	padding-top: 2px;
}


/****  bk01  ****/
.bk01 {
	width: 100%;
	height: 539px;
	background-color: #ECF5FF;
}

.bk01 .bk01_mian {
	width: 1200px;
	height: auto;
	padding-top: 40px;
}

.bk01 .bk01_l {
	width: 820px;
	float: left;
}

/*********** 图片新闻 ***********/
.bk01 .pic_new {
	position: relative;
	width: 400px;
	height: 348px;
	overflow: hidden;
	float: left;
}

.bk01 .pic_new .pic {
	width: 400px;
	height: 300px;
	display: block;
	overflow: hidden;
}

.bk01 .pic_new .pic img {
	width: 400px;
	height: 300px;
	display: block;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 01s;
	-o-transition: all 1s;
}

.bk01 .pic_new .txt-bg {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	height: 48px;
	width: 400px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff;
	-moz-opacity: 0.70;
	/* FF 3.5以下 */
	opacity: 0.70;
	/* FF 3.5及以?*/
	filter: alpha(opacity=80);
	/* IE6及以?*/
	/*针对IE8*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
}

.bk01 .pic_new .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	height: 48px;
	display: block;
	width: 400px;
	overflow: hidden;
	margin-top: 53px;
}

.bk01 .pic_new .txt li {
	height: 48px;
	position: absolute;
	bottom: -48px;
	display: block;
	width: 400px;
	overflow: hidden;
}

.bk01 .pic_new .txt li a {
	display: block;
	width: 300px;
	height: 48px;
	color: #333;
	font: 14px/48px "΢ź";
	overflow: hidden;
	text-align: left;
	padding-left: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bk01 .pic_new .num {
	position: absolute;
	z-index: 3;
	bottom: 20px;
	right: 5px;
}

.bk01 .pic_new .num li {
	float: left;
	position: relative;
	width: 8px;
	height: 8px;
	font: 12px/15px "宋体";
	overflow: hidden;
	text-align: center;
	margin-bottom: 0px;
	cursor: pointer;
	margin-right: 5px;
	border-radius: 4px;
}

.bk01 .pic_new .num li a,
.pic_new .num li span {
	position: absolute;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
}

.bk01 .pic_new .num li span {
	z-index: 1;
	background: #aaa;
	filter: alpha(opacity=90);
	opacity: 0.90;
	font: 14px/15px "΢ź";
}

.bk01 .pic_new .num li.on a,
.bk01 .pic_new .num a:hover {
	background: #f7941e;
}

.bk01 .pic_new:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

/*********** 新闻列表 ***********/
.bk01 .news_list {
	width: 390px;
	float: left;
	margin-left: 30px;
	margin-top: -10px;
}

.bk01 .news_list li {
	width: 390px;
	height: 60px;
	background: url(/templates/lygl_new/images/ico.png) no-repeat left;
}

.bk01 .news_list li a {
	color: #333;
	font: 16px/60px "΢ź";
	margin-left: 20px;
	width: 260px;
	display: block;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}

.bk01 .news_list li a:hover {
	color: #4E6BA5;
	text-decoration: underline;
}

.bk01 .news_list li span {
	float: right;
	font: 13px/60px "΢ź";
	color: #999;
}


/****通知公告****/
.bk01 .notice {
	float: left;
	width: 340px;
	margin-left: 40px;
}

.bk01 .notice_main {
	margin-top: -16px;
}

.bk01 .notice_main li {
	width: 340px;
	float: left;
	border-bottom: 1px #fff dashed;
	padding: 17px 0;
}

.bk01 .notice_main h3 {
	width: 62px;
	height: 61px;
	border: 1px solid #EC815D;
	color: #EC815D;
	font: 24px/37px "΢ź";
	text-align: center;
	float: left;
}

.bk01 .notice_main h3 span {
	color: #fff;
	width: 62px;
	height: 24px;
	float: left;
	background-color: #EC815D;
	font: 12px/24px "΢ź";
}

.bk01 .notice_main a {
	width: 265px;
	float: left;
	font: 18px/31px "΢ź";
	color: #383838;
	/* font-weight: bold; */
	margin-left: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.bk01 .notice_main a:hover {
	color: #EC815D;
	text-decoration: underline;
	font-weight: bold;
}

.bk34 {
	width: 100%;
	height: 840px;
	float: left;
	background: url(/templates/lygl_new/images/bg222.png) center bottom;
	background-size: cover;
}

/****  bk02  ****/
.bk02 {
	width: 100%;
	height: auto;
	padding: 30px 0;
	float: left;
	background: url(/templates/lygl_new/images/bg111.png) center center;
	background-size: cover;
}

.bk02 .bk02_mian {
	width: 1200px;
	height: auto;
}

.bk02 .zy1 {
	background: #FFFFFF;
	width: 232px;
	height: 340px;
	float: left;
	box-shadow: 0 0 20px 1px rgba(0,0,0,0.1);
	position: relative;
}

.bk02 .zy2 {
	background: #FFFFFF;
	width: 232px;
	height: 340px;
	float: left;
	margin-left: 10px;
	box-shadow: 0 0 20px 1px rgba(0,0,0,0.1);
	position: relative;
}

.bk02 .zy_title {
	color: #fff;
	text-align: center;
	font-size: 24px;
	padding-top: 20px;
	width: 212px;
	padding-left: 10px;
}
.bk02 .zy_title span {
	font-size: 18px;
	color: #4E6BA5;
	font-weight: bold;
}
.bk02 .zy_title span::before {
	content: url(/templates/lygl_new/images/yun1.png);
	margin-right: 10px;
	display: none;
}
.bk02 .zy_title span::after {
	content: "";
	width: 30px;
	display: block;
	height: 3px;
	background: #4e6ba8;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 10px;
}

.bk02 .zy_pic {
	width: 100%;
	height: 160px;
	border-top: 4px solid #EC815D;
	overflow: hidden;
}

.bk02 .zy_pic img {
	width: 100%;
	height: 100%;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 01s;
	-o-transition: all 1s;
}

.bk02 .zy1 > p,
.bk02 .zy2 > p {
	font: 14px/22px "΢ź";
	color: #fff;
	width: 182px;
	margin-left: 30px;
	margin-top: 10px;
	font-size: 0.875rem;
	color: #939393;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	-webkit-line-clamp: 3;
}

.bk02 .zy1:hover img,
.bk02 .zy2:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

.bk02 .det {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	background: rgba(80, 88, 113, 0.85);
	box-sizing: border-box;
	padding: 60px 20px 0;
	border-bottom: 4px solid #EC815D;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
}
.bk02 .zyjs > div {
	overflow: hidden;
}
.bk02 .zyjs > div:hover .det {
	top: 0;
}
.bt1 {
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.bt1 span {
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	position: relative;
	font-weight: 600;
	height: 44px;
}
.bt1 span::before {
	content: url(/templates/lygl_new/images/xian.png);
	position: absolute;
	right: 110%;
	top: -6px;
	display: none;
}
.bt1 span::after {
	content: "";
	position: absolute;
	top: 40px;
	width: 32px;
	height: 4px;
	background: #fff;
	left: 80px;
}
.bk02 .det .det1 {
	width: 100%;
	box-sizing: border-box;
	margin-top: 30px;
	height: 140px;
	background: url(/templates/lygl_new/images/shu.png) no-repeat right bottom;
}
.bk02 .det .det1 p {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 2.4;
}
.bk02 .det a {
	display: block;
	margin: 0 auto;
	width: 192px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	background: #EC815D;
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.bk02 .det a:hover {
	background: #4E6BA5;
	box-shadow: 0 0 20px 1px rgba(255,255,255,0.3);
}

.bk02 .bk02_bt{text-align:center;width:100%;height: 32px;font-size:24px;color:#4e6ba5;font-weight:600;background:url(/templates/lygl_new/images/bk02-bt-bg.png) no-repeat center top;float: left;line-height: 20px;margin: 20px 0;}
.zyjs,.bxcg{margin-bottom:30px;float:left;}
.bxcg-Scroll{overflow:hidden;position:relative;float: left;width:1200px;}
.bxcg-Scroll .bd{}
.bxcg-Scroll .bd ul{ overflow:hidden; zoom:1; }
.bxcg-Scroll .bd ul li{width:232px;margin-right: 10px;float:left;_display:inline;overflow:hidden;text-align:center;}
.bxcg-Scroll .bd ul li .pic{ text-align:center; }
.bxcg-Scroll .bd ul li .pic img{width:232px;height:160px;display:block;}
.bxcg-Scroll .bd ul li .pic a:hover img{ border-color:#999;  }
.bxcg-Scroll .bd ul li .title{padding-bottom:3px;font-size:18px;width: 100%;border-top:3px solid #88a3cc;margin-top:8px;transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.bxcg-Scroll .bd ul li .title a{width: 90%;color:#333;line-height:48px;padding: 0 5%;}
.bxcg-Scroll .hd{overflow:hidden;height: 72px;width: 100%;float: left;}
.bxcg-Scroll .hd ul{display:none;}
.bxcg-Scroll .hd .prev,.bxcg-Scroll .hd .next{display:block;width: 28px;height: 29px;overflow:hidden;cursor:pointer;float: left;}
.bxcg-Scroll .hd .next{background:url(/templates/lygl_new/images/l_r.png) no-repeat center;top: 36px;position: relative;left: 720px;}
.bxcg-Scroll .hd .prev{background:url(/templates/lygl_new/images/l_l.png) no-repeat center;position: relative;left: 420px;top: 36px;}
.bxcg-Scroll .hd .more{position: absolute;left: 500px;display: block;width: 200px;height: 40px;margin-top: 30px;background-color: #4E6BA5;color: #fff;font: 16px/40px "΢ź";text-align: center;-webkit-border-radius: 24px;-moz-border-radius: 24px;transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;}
.bxcg-Scroll .bd ul li:hover .title{ line-height:24px;border-top:3px solid #ec815d;background:#ec815d;margin-top:8px;}
.bxcg-Scroll .bd ul li:hover .title a{color:#fff;}
.bxcg-Scroll .hd .more:hover{background:#ec815d;}



/****  bk03  ****/
.bk03 {
	width: 100%;
	height: 400px;
	float: left;
}

.bk03 .bk03_mian {
	width: 1200px;
	height: auto;
}

.bk03 .tab_qh01 {
	float: left;
	width: 570px;
	height: 340px;
	padding-top: 40px;
}

.bk03 .tab_qh02 {
	float: right;
	width: 570px;
	height: 340px;
	padding-top: 40px;
}

.bk03 .tab_qh01 .hd,
.bk03 .tab_qh02 .hd {
	height: 36px;
	position: relative;
	border-bottom: 2px solid #F0A37F;
	margin-bottom: 16px;
}

.bk03 .tab_qh01 .hd ul,
.bk03 .tab_qh02 .hd ul {
	width: 570px;
	z-index: 5;
	position: absolute;
	height: 36px;
	overflow: hidden;
	zoom: 1;
	margin-left: 32px;
	margin-top: -30px;
}

.bk03 .tab_qh01 .hd ul li,
.bk03 .tab_qh02 .hd ul li {
	cursor: pointer;
	float: left;
	color: #333;
	font: 22px/24px "΢ź";
	text-align: left;
	margin-right: 10px;
}

.bk03 .tab_qh01 .hd ul li span,
.bk03 .tab_qh02 .hd ul li span {
	float: left;
	color: #333;
	font: 22px/24px "΢ź";
	text-align: left;
	margin-right: 10px;
}

.bk03 .tab_qh01 .hd ul span,
.bk03 .tab_qh02 .hd ul span {
	float: left;
	height: 36px;
	font: 18px/36px "΢ź";
	color: #2b2b2b;
	margin-right: 6px;
	font-weight: bold;
}

.bk03 .tab_qh01 .hd ul li.on,
.bk03 .tab_qh02 .hd ul li.on {
	float: left;
	color: #4E6BA5;
	font: 22px/24px "΢ź";
	text-align: left;
	font-weight: 600;
}

.bk03 .tab_qh01 .hd .more,
.bk03 .tab_qh02 .hd .more {
	position: relative;
	z-index: 6;
	float: right;
}

.bk03 .tab_qh01 .hd .more a,
.bk03 .tab_qh02 .hd .more a {
	color: #eb815d;
	font-size:15px;
	float: right;
	height: 24px;
	line-height: 24px;
}
.bk03 .tab_qh01 .hd .more a img,
.bk03 .tab_qh02 .hd .more a img{
	padding-left: 8px;
	float: right;
	padding-top: 2px;
}



.bk03 .tab_qh01 .bd ul,
.bk03 .tab_qh02 .bd ul {
	width: 570px;
	height: 380px;
	overflow: hidden;
}

.bk03 .tab_qh01 .bd ul li,
.bk03 .tab_qh02 .bd ul li {
	width: 570px;
	height: 40px;
	background: url(/templates/lygl_new/images/ico.png) no-repeat left;
}

.bk03 .tab_qh01 .bd ul li a,
.bk03 .tab_qh02 .bd ul li a {
	color: #333;
	font: 18px/40px "΢ź";
	/* font-weight: 600; */
	margin-left: 20px;
	width: 370px;
	display: block;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}

.bk03 .tab_qh01 .bd ul li a:hover,
.bk03 .tab_qh02 .bd ul li a:hover {
	color: #EC815D;
	text-decoration: underline;
	font-weight: bold;
}

.bk03 .tab_qh01 .bd ul li span,
.bk03 .tab_qh02 .bd ul li span {
	float: right;
	font: 13px/40px "΢ź";
	color: #999;
}

.bk03 .tab_qh01 .bd ul .news_m,
.bk03 .tab_qh02 .bd ul .news_m {
	height: 120px;
	float: left;
}

.bk03 .tab_qh01 .bd ul .news_m a,
.bk03 .tab_qh02 .bd ul .news_m a {
	font-size: 16px;
	font-weight: bold;
	margin-left: 0;
	float: left;
}

.bk03 .tab_qh01 .bd ul .news_m p,
.bk03 .tab_qh02 .bd ul .news_m p {
	width: 520px;
	height: 44px;
	font: 14px/24px "΢ź";
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.bk03 .tab_qh01 .bd ul .news_m span,
.bk03 .tab_qh02 .bd ul .news_m span {
	float: right;
	font: 13px/48px "΢ź";
	color: #999;
}




/****  bk04  ****/
.bk04 {
	width: 100%;
	height: 420px;
	float: left;
}

.bk04 .bk04_mian {
	width: 1200px;
	height: auto;
}

.slideGroup {
	width: 1100px;
}

.slideGroup .parHd {
	width: 100%;
	margin: 10px 0 40px 0;
	text-align: center;
	background: url(/templates/lygl_new/images/bg_title.png) no-repeat center;
}

.slideGroup .parHd span {
	font-size: 24px;
	color: #4E6BA5;
	text-align: center;
}

.slideGroup .slideBox {
	zoom: 1;
	position: relative;
}

.slideGroup .sPrev,
.slideGroup .sNext {
	position: absolute;
	left: -49px;
	top: 80px;
	display: block;
	width: 28px;
	height: 29px;
	background: url(/templates/lygl_new/images/l_l.png) left center no-repeat;
}

.slideGroup .sNext {
	left: auto;
	right: -49px;
	background: url(/templates/lygl_new/images/l_r.png) right center no-repeat;
}

.slideGroup .more {
	position: absolute;
	left: 456px;
	top: 200px;
	display: block;
	width: 200px;
	height: 40px;
	margin-top: 30px;
	background-color: #4E6BA5;
	color: #fff;
	font: 16px/40px "΢ź";
	text-align: center;
	-webkit-border-radius: 24px;
	/*适配以webkit为核心的浏览?chrome、safari?*/
	-moz-border-radius: 24px;
	/*适配firefox浏览?/
	-ms-border-radius: 24px;
	/*适配IE浏览?/
	-o-border-radius: 24px;
	/*适配opera浏览?/
	border-radius: 24px;
	/*适配所有浏览器(需要放在最后面，类似于if..else if..else..)*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.slideGroup .more:hover {
	background: #f7941e;
	color: #fff;
}

.slideGroup .parBd ul {
	overflow: hidden;
	zoom: 1;
}

.slideGroup .parBd ul li {
	width: 240px;
	height: 180px;
	margin: 0 17.5px;
	float: left;
}

.slideGroup .parBd ul li a {
	width: 240px;
	height: 180px;
	position: relative;
	overflow: hidden;
	display: block;
}
.slideGroup .parBd ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* background: #9DCDFF; */
	opacity: 0.6;
	z-index: 10;
	transition: all 0.3s;
}
.slideGroup .parBd ul li:hover a::before {
	opacity: 0;
}

.slideGroup .parBd ul li a p {
	width: 240px;
	height: 180px;
	display: block;
	text-align: center;
	background-color: rgba(13, 89, 167, 0.16);
	overflow: hidden;
	line-height: 180px;
}

.slideGroup .parBd ul li a p img {
	max-width: 100%;
	max-height: 100%;
	min-height: 100%;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}

.slideGroup .parBd ul li a:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

.slideGroup .parBd ul li a span {
	width: 330px;
	height: 40px;
	position: absolute;
	display: block;
	font: 14px/40px "΢ź";
	text-align: center;
	bottom: 0px;
	left: 0px;
	color: #666;
	background: #fff;
	transition-duration: 400ms;
	-webkit-transition-duration: 400ms;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tempWrap {
	width: 100% !important;
}
#foot_w {
	float: left;
}
.new11 {
	width: 782px;
	height: 384px;


}
.new11 li {
	width: 100%;
	height: 119px;
	margin-bottom: 12px;
}
.new11-lef {
	width: 752px;
	height: 100%;
	background: #FFFFFF;
	float: left;
}
.new11-lef .img {
	float: left;
	overflow: hidden;
	height: 100%;
	width: 196px;
}
.new11-lef .img img {
height: 100%;
width: 100%;
}
.new11-det {
	display: inline-block;
	float: left;
	width: 556px;
	height: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
}
.new11more {
	display: inline-block;
	width: 30px;
	height: 98px;
	color: #FFFFFF;
	background: #EC815D;
	margin-top: 10.5px;
	text-align: center;
	line-height: 98px;
	border-radius: 0 5px 5px 0;
}
.new11-det .bt {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	color: #383838;
	font-weight: 600;
	margin-bottom: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}
.new11-det .tim {
	font-size: 14px;
	color: #9F9F9F;
}
.new11-det p {
	font-size: 14px;
	color: #9F9F9F;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	-webkit-line-clamp: 2;
}
.new11 li .new11-lef:hover .new11-det span ,
.new11 li .new11-lef:hover .new11-det p {
	color: #EC815D;
}