@charset "utf-8";

body {
	overflow-x: hidden;
}
.jdt {
	margin-top: 0px;
}

.jdt ul li a {
	display: block;
	width: 100%;
	height: 574px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.jdt ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(../images/jdt-yy.png) repeat-x center bottom;
	height: 99px;
	z-index: 0;
}

.jdt ul li a>img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.jdt ul li:hover a>img {
	transform: scale(1.1);
}

.jdt ul li:hover a::before {
	transform: none;
}

.jdt ul li .date {
	position: absolute;
	left: 30px;
	top: 20px;
	width: 94px;
	height: 56px;
	background-color: rgba(255, 255, 255, 0.7);
	background-image: url(../images/jdt-date.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	z-index: 1;
}

.jdt ul li .date span {
	display: block;
	font-family: 'sySong';
	font-size: 14px;
	color: #9e0c0c;
	line-height: 1;
	padding-top: 8px;
}

.jdt ul li .date p {
	font-family: 'sySong';
	font-size: 24px;
	color: #9e0c0c;
	line-height: 1;
}

.jdt ul li .s1-lintro {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.jdt ul li .s1-lintro h3 {
	padding: 20px 140px 20px 28px;
	font-size: 18px;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;    background: #323232;
}

.jdt .slick-dots {
	right: 28px;
	bottom: 28px;
	text-align: center;
	font-size: 0;
}

.jdt .slick-dots li {
	margin: 0 7px;
	width: auto;
	height: auto;
	font-size: 0;
	font-size: 0;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.7);
	transition: all 0.3s;
	position: relative;
}

.jdt .slick-dots li::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 11px;
	height: 11px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: none;
}

.jdt .slick-dots li button {
	display: none;
}

.jdt .slick-dots li.slick-active {
	background-color: #fff;
}

.jdt .slick-dots li.slick-active::after {
	display: block;
}

.tit{}
.tit h3{}
.tit p{}

.qh-tit44 {
	float: right;
	margin-top: 10px;
}

.qh-tit44 ul li {
	float: left;
	margin-left: 26px;
	padding-right: 52px;
}

.qh-tit44  ul li:first-child {
	margin-left: 0;
}

.qh-tit44 ul li a {
	display: block;
	width: 180px;
	
	/* border: 1px solid #989898; */
	border-radius: 17px;
	text-align: center;
	font-size: 18px;
	color: #666;
}

.qh-tit44 ul li.on a {
	/* background-color: #2b5a9f; */
	/* border-color: #2b5a9f; */
	color: #2b5a9f;
	/* font-weight: bold; */
	font-size: 14px;
}
.qh-tit44 ul li h3{color:#a3a3a3}
.qh-tit44 ul li.on a h3{color: #000;}


.wwkk{width:100% ;position: relative;}
    .section5 {
        padding-bottom: 75px;
    }
 .slick-slider {
     position: relative;
     display: block;
     box-sizing: border-box;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     -webkit-touch-callout: none;
     -khtml-user-select: none;
     -ms-touch-action: pan-y;
     touch-action: pan-y;
     -webkit-tap-highlight-color: transparent;
 }
 
 .slick-list {
     position: relative;
     display: block;
     overflow: hidden;
     margin: 0;
     padding: 0;
 }
 
 .slick-list:focus {
     outline: none;
 }
 
 .slick-list.dragging {
     cursor: pointer;
     cursor: hand;
 }
 
 .slick-slider .slick-track,
 .slick-slider .slick-list {
     -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
 }
 
 .slick-track {
     position: relative;
     top: 0;
     left: 0;
     display: block;
 }
 
 .slick-track:before,
 .slick-track:after {
     display: table;
     content: '';
 }
 
 .slick-track:after {
     clear: both;
 }
 
 .slick-loading .slick-track {
     visibility: hidden;
 }
 
 .slick-slide {
     display: none;
     float: left;
     height: 100%;
     min-height: 1px;
 }
 
 [dir='rtl'] .slick-slide {
     float: right;
 }
 
 .slick-slide img {
     display: block;
 }
 
 .slick-slide.slick-loading img {
     display: none;
 }
 
 .slick-slide.dragging img {
     pointer-events: none;
 }
 
 .slick-initialized .slick-slide {
     display: block;
 }
 
 .slick-loading .slick-slide {
     visibility: hidden;
 }
 
 .slick-vertical .slick-slide {
     display: block;
     height: auto;
     border: 1px solid transparent;
 }
 
 .slick-arrow.slick-hidden {
     display: none;
 }


/*banner*/

.banner {
	overflow: hidden;
	position: relative;
}

.banner .slick-slide a {
	display: block;
	position: relative;
	overflow: hidden;
}

.banner .slick-slide a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: url(../images/top-yy.png) repeat-x center;
	height: 150px;
}

.banner .slick-slide img {
	display: block;
	width: 100%;
	transform: scale(1.1);
	transition: all 5s ease-out;
}

.banner .img_scale img {
	transform: scale(1);
}

.banner .slick-dots {
	bottom: 50px;
	width: 100%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 0;
	z-index: 9;
}

.banner .slick-dots li {
	vertical-align: middle;
	margin: 0 18px;
	padding: 0;
	width: 10px;
	height: 10px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	position: relative;
	transition: all 0.3s;
}

.banner .slick-dots li::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 20px;
	height: 20px;
	border: 1px dashed #fff;
	border-radius: 50%;
	display: none;
}

.banner .slick-dots li.slick-active {
	background-color: #fff;
}

.banner .slick-dots li.slick-active::after {
	display: block;
}

.banner .slick-dots li button {
	display: none;
}


/*首页样式*/

.title {
	position: relative;
}

.title h3 {
	float: left;
	font-size: 32px;
	font-weight: bold;
	color: #000;
	/* width: 200px; */
	width: 300px;
}

.title h3 p {
	font-family: Georgia;
	font-size: 14px;
	color: #2b5a9f;
}

.more {
	float: right;
	margin-top: 19px;
}

.more a {
	float: right;
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #2b5a9f;
	transition: all 0.3s;
}

.more:hover a {
	margin-right: 5px;
}

/*主体*/

.s-w {
	width: 47.85%;
}

.section1 {
	background: url(../images/section1-bg.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 65px 0 70px 0;
}


.ffhg{
    float: right;
    position: absolute;background: #fff;
    right: 0px;
    top: 21px;
}
.ffhg a{font-size: 14px !important;color: #2561b5 !important;}
.section1 .title {
	margin-bottom: 40px;
}

.jdt {
	width: 780px;
}

.jdt ul li a {
	display: block;
}

.jdt ul li .pic {
	padding-top: 50.97%;
}

.jdt ul li .jdt-tx {
	background-color: #fff;
	padding: 27px 30px;
}

.jdt ul li .jdt-tx span {
	display: block;
	width: 90px;
	height: 28px;
	background-color: #2b5a9f;
	border-top-left-radius: 12px;
	border-bottom-right-radius: 12px;
	text-align: center;
	line-height: 28px;
	color: #fff;
	font-size: 14px;
}

.jdt ul li .jdt-tx h3 {
	font-size: 17px;
	line-height: 28px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-top: 10px;
	transition: all 0.3s;
}

.jdt ul li .jdt-tx p {
	font-size: 14px;
	line-height: 23px;
	height: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: rgba(51, 51, 51, 0.7);
	margin-top: 10px;
}

.jdt ul li:hover .pic img {
	transform: scale(1.1);
}

.jdt ul li:hover .jdt-tx h3 {
	color: #2b5a9f;
}

.qh-tit {
	float: right;
	margin-top: 10px;
}

.qh-tit ul li {
	float: left;
	margin-left: 26px;
}

.qh-tit ul li:first-child {
	margin-left: 0;
}

.qh-tit ul li a {
	display: block;
	width: 120px;
	line-height: 35px;
	border: 1px solid #989898;
	border-radius: 17px;
	text-align: center;
	font-size: 18px;
	color: #666;
}

.qh-tit ul li.on a {
	background-color: #2b5a9f;
	border-color: #2b5a9f;
	color: #fff;
	font-weight: bold;
}

.qh-bd {
	position: relative;
}

.qh-bd>div {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	z-index: 8;
}

.qh-bd>div.on {
	position: relative;
	z-index: 9;
	opacity: 1;
}

.s1-r {
	overflow: hidden;
	background: url(../images/s1-rbg.jpg) no-repeat;
	background-size: 100% 100%;
	padding-left: 45px;
	padding-bottom: 31px;
	padding-right: 20px;
}

.s1-r ul li .pic {
	width: 184px;
	height: 130px;
	padding-top: 0;
	margin-right: 24px;
}

.s1-r ul li a {
	display: block;
	overflow: hidden;
	padding: 30px 0;
	border-bottom: 1px solid #e5e5e5;
	transition: all 0.3s;
}

.s1-r ul li:first-child a {
	padding-top: 0;
}

.s1-r ul li .s1-rtx {
	overflow: hidden;
}

.s1-r ul li .s1-rtx h3 {
	font-size: 17px;
	line-height: 28px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.3s;
}

.s1-r ul li .s1-rtx span {
	display: block;
	font-family: 'CenturyGothic';
	font-size: 15px;
	font-weight: bold;
	color: #b2b2b2;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-top: 10px;
	transition: all 0.3s;
}

.s1-r ul li .s1-rtx p {
	font-size: 14px;
	line-height: 23px;
	height: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: rgba(51, 51, 51, 0.7);
	margin-top: 10px;
}

.s1-r ul li:hover .pic img {
	transform: scale(1.1);
}

.s1-r ul li:hover a {
	border-bottom-color: #2b5a9f;
}

.s1-r ul li:hover .s1-rtx h3,
.s1-r ul li:hover .s1-rtx span {
	color: #2b5a9f;
}

.section2 {
	padding-bottom: 104px;
	overflow: hidden;
}

.s2-r {
	width: 34%;
	background: url(../images/s2-r.jpg) no-repeat center;
	background-size: cover;
	height: 669px;
	position: relative;
	margin-left: 47px;
}

.s2-r .title {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.s2-r .title h3 {
	position: relative;
}

.s2-r .title h3>div {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	width: 32px;
	line-height: 1;
	text-align: center;
}

.s2-r .title h3 p {
	position: absolute;
	top: 136px;
	left: -100px;
	color: #fff;
	line-height: 1;
	text-align: center;
	transform: rotate(90deg);
	width: 160px;
}

.s2-l {
	overflow: hidden;
	padding-top: 55px;
	position: relative;
}

.s2-l .qh-tit {
	float: none;
	position: relative;
	z-index: 1;
}

.s2-l .qh-tit::after {
	content: '';
	position: absolute;
	top: 19px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e19f9f;
	z-index: -1;
}

.s2-l .qh-tit ul li {
	margin-left: 130px;
}

.s2-l .qh-tit ul li:first-child {
	margin-left: 20px;
}

.s2-l .qh-tit ul li a {
	width: auto;
	border: none;
	border-radius: 0;
	font-size: 18px;
	color: #666;
	line-height: inherit;

}

.s2-l .qh-tit ul li.on a {
	background-color: transparent;
	color: #2b5a9f;
}

.s2-l .qh-tit ul li p {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #e19f9f;
	border: none;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 16px;
}

.s2-l .qh-tit ul li.on p {
	width: 40px;
	height: 40px;
	background-color: #2b5a9f;
	background-image: url(../images/s2-zs.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0;
	position: relative;
	z-index: 1;
}

.s2-l .qh-tit ul li.on p::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 4px solid rgba(181, 15, 15, 0.45);
}

.s2-l .qh-tit ul li.on p::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 8px solid rgba(181, 15, 15, 0.2);
}

.s2-l .qh-more {
	position: absolute;
	right: 0;
	top: 43px;
	z-index: 8;
}

.s2-l .qh-more>a {
	display: none;

}

.s2-l .qh-more>a.on {
	display: block;
	font-size: 14px;
	color: #2b5a9f;
}

.s2-l .qh-bd {
	margin-top: 30px;
}

.s2-l .qh-bdk ul li a {
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all 0.3s;
}

.s2-l .qh-bdk ul li:hover a {
	padding: 20px;
}

.s2-l .qh-bdk ul li a::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	background-color: #2b5a9f;
	transition: all 0.3s;
	z-index: -1;
}

.s2-l .qh-bdk ul li:hover a::before {
	width: 100%;
}

.s2-l .qh-bdk ul li .date {
	width: 75px;
	height: 75px;
	border-radius: 4px;
	background-color: #d7e4f6;
	text-align: center;
	margin-right: 28px;
	overflow: hidden;
	transition: all 0.3s;
}

.s2-l .qh-bdk ul li:hover .date {
	background-color: #fff;
}

.s2-l .qh-bdk ul li .date p {
	font-size: 32px;
	font-family: Arial;
	color: #2b5a9f;
	line-height: 44px;
}

.s2-l .qh-bdk ul li .date span {
	display: block;
	font-size: 15px;
	font-family: Arial;
	background-color: #2b5a9f;
	color: #fff;
	line-height: 31px;
	transition: all 0.3s;
}

.s2-l .qh-bdk ul li:hover .date span {
	background-color: #fff;
	color: #2b5a9f;
}

.s2-l .qh-bdk ul li .s2-ltx {
	overflow: hidden;
}

.s2-l .qh-bdk ul li .s2-ltx h3 {
	line-height: 60px;
	height: 60px;
	margin-top: 7px;
	font-size: 0;
	overflow: hidden;
}

.s2-l .qh-bdk ul li .s2-ltx h3 p {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 30px;
	transition: all 0.3s;
}

.s2-l .qh-bdk ul li:hover .s2-ltx h3 p {
	color: #fff;
}

.section3 {
	background: url(../images/section3-bg.png) repeat-x;
	background-size: 100% 100%;
	padding: 40px 0 85px 0;
	overflow: hidden;
}

.s3-l {
	width: 62.85%;
}

.s3-lt {
	overflow: hidden;
	margin-top: 22px;
}

.s3-lt ul {
	margin-left: -13px;
	margin-right: -13px;
}

.s3-lt ul li {
	float: left;
	width: 50%;
}

.s3-lt ul li a {
	display: block;
	margin: 0 13px;
}

.s3-lt ul li .pic {
	padding-top: 65.49%;
}

.s3-lt ul li .s2-lttx {
	background: #cfdff7;
	padding: 17px 20px;
}

.s3-lt ul li .s2-lttx h3 {
	font-size: 18px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	position: relative;
	top: 0;
	transition: all 0.3s;
}

.s3-lt ul li:hover .s2-lttx h3 {
	color: #2b5a9f;
	font-weight: bold;
	top: -5px;
}

.s3-lt ul li:hover .pic img {
	transform: scale(1.1);
}

.s3-ld ul li span {
	float: right;
	padding-left: 20px;
	font-size: 15px;
	color: #808080;
}

.s3-ld ul li {
	line-height: 57px;
	background-color: #cfdff7;
	margin-top: 14px;
	padding: 0 20px;
	position: relative;
	transition: all 0.3s;
	left: 0;
}

.s3-ld ul li:hover {
	background-color: #2b5a9f;
	left: 5px;
	color: #fff;
}

.s3-ld ul li a {
	display: block;
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.3s;
}

.s3-ld ul li:hover a {
	color: #fff;
}

.s3-ld ul li:hover span {
	color: rgba(255, 255, 255, 0.8);
}

.s3-ld ul li a em {
	font-style: normal;
	font-size: 15px;
	font-weight: bold;
	color: #2b5a9f;
	padding-right: 12px;
}

.s3-ld ul li:hover a em {
	color: #fff;
}

.s3-r {
	width: 34.07%;
}

.s3-r ul {
	margin-top: 22px;
}

.s3-r ul li {
	padding-right: 16px;
	overflow: hidden;
	line-height: 81px;
	border-bottom: 1px solid #ccc;
	position: relative;
	z-index: 1;
}

.s3-r ul li::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	background-color: #2b5a9f;
	transition: all 0.3s;
	z-index: -1;
}

.s3-r ul li span {
	display: block;
	float: right;
	width: 33px;
	height: 33px;
	background: url(../images/down1.png) no-repeat center;
	background-size: cover;
	margin-top: 26px;
	margin-left: 20px;
}

.s3-r ul li a {
	display: block;
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s3-r ul li a em {
	font-style: normal;
	font-size: 15px;
	font-weight: bold;
	color: #2b5a9f;
	padding-right: 12px;
}

.s3-r ul li:hover {
	padding-left: 18px;
}

.s3-r ul li:hover::before {
	width: 100%;
}

.s3-r ul li:hover a {
	color: #fff;
}

.s3-r ul li:hover a em {
	color: #fff;
}

.s3-r ul li:hover span {
	background-image: url(../images/down2.png);
}




@media screen and (max-width:1500px) {}

@media screen and (max-width:1420px) {}

@media screen and (max-width:1300px) {
	.s3-r ul li {
		line-height: 77px;
	}
}

@media screen and (max-width:1200px) {
	.jdt {
		width: 522px;
	}

	.s1-r ul li a {
		padding: 16px 0;
	}

	.jdt ul li .jdt-tx {
		padding: 26px 30px 27px 30px;
	}

	.s2-l .qh-tit ul li {
		margin-left: 85px;
	}

	.s3-r ul li {
		line-height: 74px;
	}
}

@media screen and (max-width: 1024px) {
	.banner .slick-dots {
		bottom: 25px;
	}

	.banner .slick-dots li {
		margin: 0 10px;
	}

	.section1 {
		padding: 40px 0 60px 0;
	}

	.title h3 {
		font-size: 26px;
	}

	.title h3 p {
		font-size: 12px;
	}

	.section1 .title {
		margin-bottom: 30px;
	}

	.jdt {
		width: 445px;
	}

	.s1-r {
		padding-left: 30px;
	}

	.s1-r ul li .pic {
		width: 150px;
		height: 106px;
		margin-right: 20px;
	}

	.s1-r ul li .s1-rtx span,
	.s1-r ul li .s1-rtx p {
		margin-top: 6px;
	}

	.jdt ul li .jdt-tx {
		padding: 20px;
	}

	.s1-r ul li a {
		padding: 18px 0;
	}

	.qh-tit ul li {
		margin-left: 20px;
	}

	.qh-tit ul li a {
		width: 100px;
		line-height: 30px;
		font-size: 16px;
	}

	.s2-r .title h3>div {
		font-size: 26px;
	}

	.s2-r .title h3 p {
		top: 110px;
	}

	.s2-l .qh-tit ul li a {
		font-size: 16px;
	}

	.s2-l .qh-more>a.on {
		font-size: 12px;
	}

	.s2-l .qh-tit ul li.on p {
		width: 30px;
		height: 30px;
		background-size: 14px auto;
	}

	.s3-r ul li {
		line-height: 69px;
	}

}

@media screen and (max-width: 768px) {
	.section1 {
		padding: 30px 0 40px 0;
	}

	.jdt,
	.s1-r {
		float: none;
		width: 100%;
	}

	.s1-r {
		padding-top: 30px;
	}

	.section2 {
		padding-bottom: 40px;
	}

	.s2-l,
	.s2-r {
		float: none;
		width: 100%;
	}

	.s2-r {
		margin-left: 0;
		height: auto;
		background: none;
	}

	.s2-r .title {
		position: static;
		transform: none;
		text-align: center;
		margin-top: 30px;
	}

	.s2-r .title h3 {
		float: none;
		display: inline-block;
	}

	.s2-r .title h3>div {
		width: auto;
		color: #000;
	}

	.s2-r .title h3 p {
		position: static;
		width: auto;
		transform: none;
		margin-top: 5px;
		color: #2b5a9f;
	}

	.s2-l {
		padding-top: 20px;
	}

	.s2-l .qh-more {
		top: 80px;
	}

	.s2-l .qh-bdk ul li .s2-ltx h3 p {
		font-size: 17px;
	}

	.s2-l .qh-bdk ul li .date {
		width: 65px;
		height: 65px;
	}

	.s2-l .qh-bdk ul li .date p {
		font-size: 26px;
		line-height: 38px;
	}

	.s2-l .qh-bdk ul li .date span {
		font-size: 13px;
		line-height: 27px;
	}

	.s2-l .qh-bdk ul li .s2-ltx h3 {
		margin-top: 2px;
	}

	.s2-l .qh-bdk ul li a {
		padding: 10px 0;
	}

	.section3 {
		padding: 30px 0 40px 0;
	}

	.s3-l,
	.s3-r {
		float: none;
		width: 100%;
	}

	.s3-r {
		margin-top: 30px;
	}

	.s3-r ul {
		margin-top: 10px;
	}

	.more a {
		font-size: 12px;
	}

	.s3-lt ul li .s2-lttx h3 {
		font-size: 17px;
	}

	.s3-ld ul li a {
		font-size: 17px;
	}

	.s3-ld ul li span {
		font-size: 14px;
	}

	.s3-r ul li a {
		font-size: 17px;
	}

	.s3-ld ul li {
		line-height: 55px;
	}

	.s3-r ul li {
		line-height: 55px;
	}

	.s3-r ul li span {
		width: 25px;
		height: 25px;
		margin-top: 15px;
	}
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
	.section1 .title {
		text-align: center;
	}

	.section1 {
		padding: 15px 0 30px 0;
	}

	.section1 .title h3 {
		float: none;
		display: inline-block;
	}

	.qh-tit {
		float: none;
		margin-top: 20px;
	}

	.section1 .title {
		margin-bottom: 20px;
	}

	.jdt ul li .jdt-tx h3 {
		font-size: 16px;
	}

	.jdt ul li .jdt-tx p {
		font-size: 12px;
		line-height: 20px;
		height: auto;
		max-height: 40px;
	}

	.s1-r ul li .s1-rtx h3 {
		font-size: 16px;
		line-height: 26px;
	}

	.s1-r ul li .s1-rtx span {
		font-size: 13px;
	}

	.s1-r ul li .s1-rtx p {
		font-size: 12px;
		line-height: 20px;
		height: 40px;
	}

	.s1-r ul li .pic {
		width: 135px;
		height: 95px;
	}

	.s1-r {
		padding: 20px;
	}

	.section2 {
		padding-bottom: 30px;
	}

	.s2-l .qh-more {
		top: 30px;
	}

	.s2-l .qh-bd {
		margin-top: 40px;
	}

	.s2-l .qh-bdk ul li .s2-ltx h3 p {
		font-size: 16px;
	}

	.s2-l .qh-bdk ul li .date {
		width: 60px;
		height: 60px;
		margin-right: 20px;
	}

	.s2-l .qh-bdk ul li .date p {
		font-size: 22px;
		line-height: 34px;
	}

	.s2-l .qh-bdk ul li .date span {
		font-size: 12px;
		line-height: 26px;
	}

	.s2-l .qh-bdk ul li .s2-ltx h3 {
		margin-top: 0;
	}

	.section3 {
		padding: 30px 0;
	}

	.s3-lt ul li .s2-lttx {
		padding: 10px 15px;
	}

	.s3-lt ul li .s2-lttx h3 {
		font-size: 16px;
		line-height: 26px;
		height: 52px;
	}

	.s3-ld ul li {
		line-height: 50px;
		padding: 0 10px;
	}

	.s3-ld ul li a {
		font-size: 16px;
	}

	.s3-r ul li {
		line-height: 50px;
		padding-right: 10px;
	}

	.s3-r ul li a {
		font-size: 16px;
	}
}

@media screen and (max-width: 375px) {
	.qh-tit ul li {
		margin-left: 15px;
	}

	.s2-l .qh-tit ul li {
		margin-left: 58px;
	}
}

@media screen and (max-width: 320px) {
	.qh-tit ul li {
		margin-left: 5px;
	}

	.qh-tit ul li a {
		width: 90px;
	}

	.s2-l .qh-tit ul li:first-child {
		margin-left: 0;
	}

	.s2-l .qh-tit ul li {
		margin-left: 40px;
	}
}

    .section5 {
        padding-bottom: 75px;
        padding-top: 20px;
    }
    
    .s5 {
        margin-top: 40px;
    }
    
    .s5 ul li a {
        position: relative;
        display: block;
        margin: 0 10px;
        padding-bottom: 65px;
    }
    
    .s5 ul li a .pic {
        padding-top: 69.56%;
    }
    
    .s5 ul li a .text {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        padding-top: 25px;
        padding-bottom: 15px;
        z-index: 3;
        transition: all .3s;
    }
    
    .s5 ul li a .text h2 {
        font-size: 22px;
        color: #333;
        font-weight: normal;
    }
    
    .s5 ul li a .text p {
        font-size: 14px;
        margin-top: 10px;
        color: #eff6fc;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: none;
    }
    
    .s5 ul li:hover a .text {
        background: #227cc6;
        margin-top: -35px;
        margin-left: 30px;
        margin-right: 17px;
        text-align: left;
        padding: 15px 20px;
    }
    
    .s5 ul li:hover a .text h2 {
        color: #fff;
    }
    
    .s5 ul li:hover a .text p {
        display: block;
    }