@charset "utf-8";
/* CSS Document */
body {
/*	background: url("../img/tmp/index.jpg") no-repeat top center;*/
}

/*二、主体部分*/
.mainWrap .news-bar {
	width: 100%;
	height: 52px;
	line-height: 52px;
	border-bottom:2px solid #a0cae2;
	margin-bottom:13px;
/*	margin-top:30px;*/
}
.mainWrap .sec04 .news-bar{
	margin-bottom:7px;
}
.mainWrap .news-bar .title {
	font-weight: bold;
	font-size: 30px;
	color: var(--dark-blue);
}
.mainWrap .news-bar img.col_icon {
	vertical-align: top;
	display: inline-block;
	margin-right: 15px;
	margin-top: 12px;
}
.mainWrap .news-bar img.more {
	vertical-align: top;
	display: inline-block;
	margin-left: 15px;
	margin-top: 25px;
}
.mainWrap .sec04 .news-bar img.col_icon {
	margin-top: 2px;
}
.mainWrap .sec04 .news-bar img.more {
	margin-top: 16px;
}
.mainWrap .news-ul {
	width: 100%;
	height: auto;
}
/*sec01*/
.mainWrap .sec01 {
/*	height:950px;*/
	height:auto;
}
.mainWrap .sec02 {
	padding-top: 47px;
}
.mainWrap .sec02 .left {
	width: 750px;
	height: auto;
}
.mainWrap .sec02 .left .news-ul li {
	width: 100%;
	height: auto;
	margin-bottom: 61px;
}
.mainWrap .sec02 .left .news-ul li .a-img {
	width: 276px;
	height: 152px;
	overflow: hidden;
	background: #cccccc;
}
.mainWrap .sec02 .left .news-ul li .a-img img {
	width: 100%;
	min-height: 100%;
        transition: all 2s ease;
}
.mainWrap .sec02 .left .news-ul li .a-img:hover img {
	transform: scale(1.2, 1.2);
}
.mainWrap .sec02 .left .news-ul li .a-title {
	width: 450px;
	height: auto;
}
.mainWrap .sec02 .left .news-ul li .a-title .sj {
	font-size: 24px;
	color: #999999;
	margin-top: 4px;
}
.mainWrap .sec02 .left .news-ul li .a-title .sj img {
	vertical-align: top;
	display: inline-block;
	margin: 6px 12px 0px 9px;
}
.mainWrap .sec02 .left .news-ul li .a-title .sj span {
	font-size: 24px;
	color: #b8b8b8;
}
.mainWrap .sec02 .left .news-ul li .a-title .title {
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	margin: 8px 0px;
}
.mainWrap .sec02 .left .news-ul li:hover .a-title .title {
	color: var(--blue);
	font-weight: bold;
}
.mainWrap .sec02 .left .news-ul li .a-title .summary {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	padding-right:15px;
}
.mainWrap .sec02 .right {
	width: 410px;
	height: auto;
}
.mainWrap .sec02 .right .news-ul {
	margin-top: 7px;
}
.mainWrap .sec02 .right .news-ul li {
	width: 100%;
	height: 90px;
	background: #afe2ff;
}
.mainWrap .sec02 .right .news-ul li:not(:last-child) {
	margin-bottom: 50px;
}
.mainWrap .sec02 .right .news-ul li .a-sj {
	width: 90px;
	height: 100%;
	text-align: center;
	background: var(--blue);
}
.mainWrap .sec02 .right .news-ul li .a-sj .dd {
	font-size: 30px;
	color: #ffffff;
	line-height: 48px;
	font-weight: bold;
	margin-top: 7px;
}
.mainWrap .sec02 .right .news-ul li .a-sj .mm {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
.mainWrap .sec02 .right .news-ul li .a-title {
	width: 320px;
	height: auto;
}
.mainWrap .sec02 .right .news-ul li .a-title .title {
	width: 251px;
	height: auto;
	display: block;
	margin: 18px 24px;
	font-size: 17px;
	color: #333333;
	line-height: 26px;
}
.mainWrap .sec02 .right .news-ul li:hover .a-title .title {
	color: var(--blue);
	font-weight: bold;
}
.mainWrap .sec03 img {
	width: 100%;
	margin-top: 59px;
}
.mainWrap .sec04 {
	margin-top: 7px;
}
.mainWrap .sec04 .box {
	width: 367px;
	height: auto;
}
.mainWrap .sec04 .left, .mainWrap .sec04 .center {
	margin-right: 48px;
}
.mainWrap .sec04 .news-list{
	position: relative;
	width: 100%;
	height: 505px;
}
.mainWrap .sec04 .news-list .pic{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.mainWrap .sec04 .news-list .pic img{
	width: 100%;
	height: 100%;
	transition: all 2s ease;
}
.mainWrap .sec04 .news-list:hover .pic img{
	transform: scale(1.2, 1.2);
}
.mainWrap .sec04 .news-ul {
	padding: 20px 14px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.mainWrap .sec04 .news-ul li {
	width: 100%;
	height: 90px;
}
.mainWrap .sec04 .news-ul li:not(:last-child) {
	margin-bottom: 35px;
}
.mainWrap .sec04 .news-ul li .a-sj {
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	color: #333333;
}
.mainWrap .sec04 .news-ul li .a-title .title {
	width: 100%;
	height: auto;
	display: block;
	font-size: 17px;
	color: #333333;
	line-height: 26px;
}
.mainWrap .sec04 .news-ul li:hover .a-title .title {
	color: var(--blue);
	font-weight: bold;
}
/*
.mainWrap .sec04 .left:hover .news-ul {
	background: url("../img/news/bg1.jpg") no-repeat center;
}
.mainWrap .sec04 .center:hover .news-ul {
	background: url("../img/news/bg2.jpg") no-repeat center;
}
.mainWrap .sec04 .right:hover .news-ul {
	background: url("../img/news/bg3.jpg") no-repeat center;
}
*/
.news-bar2 {
	width: 100%;
	height: 80px;
	text-align: center;
}
.news-bar2 a {
	display: inline-block;
	font-size: 30px;
	line-height: 24px;
	color: var(--dark-blue);
	font-weight: bold;
	margin-top: 50px;
}
.news-bar2 img {
	vertical-align: top;
	display: inline-block;
	margin-top: 50px;
}
.mainWrap .sec05 {
/*	margin-top: 40px;*/
	padding-bottom: 75px;
}

