@charset "UTF-8";
html,
body,
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
	width: 100%;
	height: auto;
}

body {
	overflow-x: hidden;
}


/*banner*/

.banner {
	overflow: hidden;
	border-bottom: 6px solid #36438d;
}

.banner a {
	display: block;
}

.banner>img {
	display: block;
	width: 100%;
}

.banner .slick {
	position: relative;
	z-index: 9;
}

.banner .slick-slide a {
	display: block;
	position: relative;
}
.banner .slick-slide a:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: url(../img/banner-bg.png) repeat-x;
	height: 200px;
}
@media (max-width:1024px) {
.banner .slick-slide a:before{
	background: url(#) repeat-x;
}
}
.banner .slick-slide a img {
	display: block;
	width: 100%;
}

.banner .slick-slide a p {
	position: absolute;
	z-index: 9;
	color: #fff;
	left: 0;
	right: 0;
	bottom: 35px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 100px;
}

.banner .slick-slide a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* background: url(../images/banner-zzc.png) repeat-x; */
	background-position: center top;
}

.banner .slick-dots {
	bottom: 20px;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: right;
	font-size: 0;
	height: 36px;
	padding: 6px 0;
	max-width: 184px;
	background: rgba(0,0,0,0.55);
	border-radius: 10px;
}

.banner .slick-dots li {
	width: 24px;
	height: 24px;
	margin: 0 10px;
	color: #fff;
	position: relative;
}

.banner .slick-dots li.slick-active button {
	background: url(../img/dot2.png) no-repeat center;
}

.banner .slick-dots li button {
	background: url(../img/dot1.png) no-repeat center;
	width: 24px;
	height: 24px;
}

/*首页样式*/

.tit {
	line-height: 52px;
	padding: 30px 0;
	position: relative;
	overflow: hidden;
}

.tit:after{
	content: "";
	position: absolute;
	left: 170px;
	right: 68px;
	height: 1px;
	background: rgba(54,67,141,0.52);
	top: 50%;
	transform: translateY(-50%);
}

.tit h3 {
	float: left;
	font-size: 0;
	overflow: hidden;
}
.tit h3 p{
	padding-left: 60px;
}
.tit h3 span{
	display: block;
	font-size: 24px;
	font-weight: 600;
	color: #000;
	line-height: 35px;
}
.tit h3 em{
	display: block;
	font-style: normal;
	font-family: "century";
	font-size: 14px;
	color: rgba(54,67,141,0.52);
	line-height: initial;
}
.tit h3 img {
	vertical-align: middle;
	float: left;
}

.more a {
	display: block;
	font-size: 14px;
	color: #36438d;
	background: url(../img/more.png) no-repeat left center;
	padding-left: 20px;
}


.section1 {
	background: url(../img/section1-bg.jpg) no-repeat center top;
}

.s1-l{
	width: 66%;
	
}
.s1-l-l{
	width: 340px;
	margin-right: 15px;
}

.s1-l-r{
	overflow: hidden;
}
.s1-l-l ul li a {
    display: block;
    position: relative;
}

.s1-l-l ul li a .pic {
    padding-top: 0;
    width: 100%;
    height: 246px;
    border-bottom: 4px solid #36438d;
}
.s1-l-l ul li a .pic:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/yy1.png)repeat-x;
	height: 60px;
}
.s1-l-l ul li a .pic img{
	object-fit: cover;
}

.s1-linfo {
	padding: 32px 15px;
  background-color: rgb(248, 248, 254);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);  
}

.s1-linfo h3{
	font-size: 18px;
	color: #000;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.s1-linfo p{
	font-size: 14px;
	line-height: 22px;
	color: #999;
	text-overflow: -o-ellipsis-lastline;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	line-clamp: 2;
  	-webkit-box-orient: vertical;
  	margin: 10px 0;
}
.s1-linfo span{
	display: block;
	width: 100px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	color: #fff;
	background: #36438d;
	font-size: 14px;
}

.s1-l .slick-prev,
.s1-l .slick-next {
    width: 40px;
    height: 68px;
    z-index: 9;
}

.s1-l .slick-prev {
    background: rgba(0, 0, 0, .64) url(../images/s1-l.png) no-repeat;
    background-position: center center;
}

.s1-l .slick-next {
    background: rgba(0, 0, 0, .64) url(../images/s1-r.png) no-repeat;
    background-position: center center;
}
.s1-l-l ul li a:hover h3{
	color: #073190;
}

.s1-l-l .slick-dots{
	top: 200px;
	bottom: auto;
}
.s1-l-l .slick-dots li button{
	width: 14px;
	height: 14px;
	padding: 0;
	border: 1px solid #fff;
	border-radius: 50%;
}
.s1-l-l .slick-dots li.slick-active button{
	background: #fff;
}
.s1-l-r ul li{
	line-height: 50px;
	border-bottom: 1px solid rgba(136,149,192,0.38);
}
.s1-l-r ul li a{
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.s1-l-r ul li i{
	font-style: normal;
	font-size: 20px;
	font-weight: 600;
	color: #709fb8;
	padding-right: 10px;
	vertical-align: middle;
}
.s1-l-r ul li span{
	float: right;
	font-size: 14px;
	color: #666;
}
.s1-l-r ul li:hover a{
	color: #073190;
}







.s1-r{
	width: 32%;
}

.s1-r ul li{
	border-bottom: 1px solid rgba(136,149,192,0.38);
	padding: 20px 0;
	overflow: hidden;
}
.s1-r ul li:first-child{
	padding: 7px 0 20px 0;
}
.s1-r ul li a{
	display: block;
}
.s1-r ul li .s1-r-date{
	width: 40px;
	height: 46px;
	border: 1px solid #b0c6d1;
	border-radius: 4px;
	text-align: center;
	padding: 5px 0;
	margin-right: 20px;
}
.s1-r ul li .s1-r-date p{
	font-size: 18px;
	color: #083b90;
}
.s1-r ul li .s1-r-date span{
	display: block;
	font-size: 12px;
	color: #083b90;
	margin-top: -5px;
}
.s1-r ul li h3{
	overflow: hidden;
	font-size: 16px;
	line-height: 20px;
	text-overflow: -o-ellipsis-lastline;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	line-clamp: 2;
  	-webkit-box-orient: vertical;
}

.s1-r ul li:hover a h3{
	color: #073190;
}

.s1-r ul li:hover .s1-r-date{
	background: #36438d;
	border-color: #36438d;
	color: #fff;
}
.s1-r ul li:hover .s1-r-date p, .s1-r ul li:hover .s1-r-date span{
	color: #fff;
}








.section2 {
	background: url(../img/section2.jpg) no-repeat center;
	background-size: cover;
	padding: 30px 0;
}

.section2>div>div {
	margin-left: -15px;
	margin-right: -15px;
}

.s2-c {
	width: 33.333%;
}
.s2-c .s2-c-w{
	margin: 0 15px;
}

.s2-c .tit2 {
	height: 110px;
	text-align: center;
	padding: 20px;
}

.s2-c .tit2 a {
	display: block;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.4);
	height: 70px;
}

.s2-c .tit2 a h3 {
	font-size: 24px;
	padding-top: 10px;
}

.s2-c:nth-child(1) .tit2 {
	background: url(../img/tit2-1.jpg)repeat;
}

.s2-c:nth-child(2) .tit2 {
	background: url(../img/tit2-2.jpg)repeat;
}

.s2-c:nth-child(3) .tit2 {
	background: url(../img/tit2-3.jpg)repeat;
}

.s2-c:nth-child(4) .tit2 {
	background: url(../img/tit2-4.jpg)repeat;
}
.s2-tt{
	margin-bottom: 20px;
}
.s2-tt .pic1 {
	width: 190px;
	height: 150px;
}
.s2-tt .pic1 a{
	display: block;
}
.s2-tt .s2-c-tx{
	overflow: hidden;
	background: rgba(255,255,255,0.5);
	height: 150px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	padding: 25px 15px;
}
.s2-tt a .pic {
	padding-top: 0;
	width: 100%;
	height: 150px;
}

.s2-tt h3 a {
	display: block;
	font-size: 16px;
	line-height: 24px;
	max-height: 72px;
	overflow: hidden;
}

.s2-tt h3 a:hover {
	color: #073190;
}

.s2-tt p {
	background: url(../img/time1.png) no-repeat left center;
	padding-left: 26px;
	font-size: 14px;
	margin-top: 10px;
}

.s2-c ul {
	margin-top: 10px;
}

.s2-c ul li {
	border-bottom: 1px solid rgba(136,149,192,0.38);
	padding: 20px 0;
}
.s2-c ul li:first-child{
	padding: 0 0 20px 0;
}
.s2-c ul li span{
	float: right;
	font-size: 14px;
	margin-left: 10px;
}
.s2-c ul li a {
	display: block;
	color: #333;
	line-height: 20px;
	text-overflow: -o-ellipsis-lastline;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	line-clamp: 2;
  	-webkit-box-orient: vertical;
}
.s2-c ul li a i{
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
	font-size: 18px;
	font-weight: 600;
	color: #333;
	padding-right: 10px;
}

.s2-c ul li a:hover {
	color: #073190;
}

.section3 {
	padding-bottom: 30px;
}

.s3-c {
	position: relative;
}

.s3-c>div {
	overflow: hidden;
	padding: 20px 0;
}

.s3-c ul {
	margin-left: -8px;
	margin-right: -8px;
}

.s3-c ul li a {
	display: block;
	margin: 0 8px;
	text-align: center;
	padding-bottom: 20px;
	position: relative;
}

.s3-c ul li a .pic {
	padding-top: 70%;
}

.s3-c ul li a img {
	vertical-align: middle;
	display: inline-block;
	opacity: 0.7;
	transition: all 0.3s;
}

.s3-c ul li a p {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
}

.s3-c .slick-prev,
.s3-c .slick-next {
	display: none !important;
}

.s3-btn {
	font-size: 24px;
	font-family: 宋体;
	font-weight: 600;
	color: #0e599d;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	cursor: pointer;
	padding: 0 !important;
}

.s3-prev {
	left: 15px;
}

.s3-next {
	right: 15px;
}

.s3-c ul li a:hover img {
	opacity: 1;
}

.s3-c ul li a:hover p {
	color: #fff;
}

.s3-c ul li.lj1 a .pic, .s3-c ul li.lj1 a p{
	background: #719762;
}
.s3-c ul li.lj2 a .pic, .s3-c ul li.lj2 a p{
	background: #b6b76f;
}
.s3-c ul li.lj3 a .pic, .s3-c ul li.lj3 a p{
	background: #c7756f;
}
.s3-c ul li.lj4 a .pic, .s3-c ul li.lj4 a p{
	background: #4aa5b5;
}
.s3-c ul li.lj5 a .pic, .s3-c ul li.lj5 a p{
	background: #7da2c1;
}
.s3-c ul li.lj6 a .pic, .s3-c ul li.lj6 a p{
	background: #946fc7;
}

.s3-c ul li.lj1 a p{
	background: #719762;
}
















@media screen and (max-width:1200px) {
	.tit h3 em{
		font-size: 12px;
		font-family: arial;
	}
}


@media screen and (max-width: 1024px) {
	html,
	body,
	.banner,
	.banner .slick,
	.banner .slick div,
	.banner .slick-slide a,
	.banner .slick-slide a img {
		height: auto !important;
	}
	.s1-l,.s1-r{
		float: none;
		width: 100%;
	}
	.s1-r{
		margin-top: 20px;
	}
	.s2-c{
		float: none;
		width: 100%;
	}
	.tit{
		padding: 20px 0;
	}
	.s3-c ul li a p{
		font-size: 16px;
	}
	
}

@media screen and (max-width: 768px) {
	.banner .slick-dots {
		bottom: 15px;
	}
	.tit{
		line-height: 50px;
	}
	.tit h3 span{
		font-size: 22px;
	}
	.tit h3 img{
		max-height: 50px;
	}
	.s1-l-l{
		float: none;
		width: 100%;
	}
	.s1-l-l ul li a .pic{
		padding-top:72%;
		height: auto;
	}
	.s1-l-l .slick-dots{
		top: auto;
		bottom: 150px;
	}
	.s1-l-l .slick-dots li button{
		width: 10px;
		height: 10px;
	}
	.s1-linfo{
		padding: 15px;
	}
	.s1-l-r{
		margin-top: 15px;
	}
	.s1-r ul li{
		padding: 15px 0;
	}
	.s1-r{
		margin-top: 10px;
	}
	.section2{
		padding: 10px 0;
	}
	.s2-c ul li{
		padding: 15px 0;
	}
	.s3-c>div{
		padding: 10px 0 0 0;
	}
	.s3-c ul li a p{
		left: 10px;
		right: 10px;
	}
	
}

@media screen and (max-width: 320px) {
	
}