@charset "utf-8";
body {}

.tit {
	height: 40px;
	border-bottom: 1px solid #a0a0a0;
}

.tit h3 {
	float: left;
	font-size: 24px;
	position: relative;
}

.tit h3:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 100%;
	height: 5px;
	background: #1460a9;
}

.more a {
	display: block;
	line-height: 40px;
	font-size: 14px;
	color: #666;
}

.more a:hover {
	color: #177EC1;
}

.section1 {
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 960px;
	height: 200px;
	z-index: 9;
}

.section1>div {
	background: rgba(255, 255, 255, 0.7);
	width: 100%;
	height: 100%;
}

.s1-tit {
	background: #177ec1;
	height: 50px;
	line-height: 50px;
}

.s1-tit ul {
	overflow: hidden;
}

.s1-tit ul li {
	float: left;
	width: 16.666%;
}

.s1-tit ul li a {
	display: block;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.s1-tit ul li.on a {
	background: #1a5fb1;
}

.s1-tit ul li:hover a {
	background: #1a5fb1;
}

.s1-bd>ul {
	display: none;
	height: 150px;
	padding: 20px 102.5px;
	overflow: hidden;
}

.s1-bd>ul:first-child {
	display: block;
}

.search {
	position: relative;
	width: 755px;
	height: 50px;
	margin: 0 auto;
}

input,
button {
	border: none;
	outline: none;
}

.search .text {
	width: 755px;
	padding-left: 15px;
	padding-right: 50px;
	height: 50px;
	font-size: 14px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 5px 5px 0px rgba(9, 2, 4, 0.05);
}

.search .button {
	width: 50px;
	height: 50px;
	background: #1a5fb1 url(../img/fdj.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	text-align: center;
}

input::-webkit-input-placeholder {
	color: #666;
}

input::-moz-input-placeholder {
	color: #666;
}

input::-ms-input-placeholder {
	color: #666;
}

.s1-lj {
	margin-top: 12px;
}

.s1-lj p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.s1-lj p.lj1 a {
	display: inline-block;
	color: #666;
	padding-left: 10px;
}

.s1-lj p.lj1 a:first-child {
	padding-left: 45px;
}

.s1-lj p.lj1 a:hover {
	color: #177EC1;
}

.s1-bd>ul.s1-bd2 {
	padding: 20px;
	position: relative;
}

.s1-bd>ul.s1-bd2>div {
	overflow: hidden;
	height: 100%;
}

.s1-bd>ul.s1-bd2 li {
	float: left;
	width: 33.333%;
}

.s1-bd>ul.s1-bd2 li a {
	display: block;
	font-size: 14px;
	line-height: 36px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	padding: 0 10px;
}

.s1-bd>ul.s1-bd2 li a:hover {
	color: #177EC1;
}

.s1-bd>ul.s1-bd2 .more11 {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 14px;
	height: auto;
	z-index: 1;
}

.s1-bd>ul.s1-bd2 .more11 a {
	display: block;
	color: #666;
}

.s1-bd>ul.s1-bd2 .more11 a:hover {
	color: #177EC1;
}

.section2 {
	width: 960px;
	position: absolute;
	top: 275px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
}

.section2 ul li {
	float: left;
	width: 12.5%;
}

.section2 ul li a {
	display: block;
	text-align: center;
	color: #fff;
}

.section2 ul li a>div {
	line-height: 36px;
	font-size: 0;
}

.section2 ul li a>div img {
	vertical-align: middle;
	transition: all 0.5s;
}

.section2 ul li a p {
	font-size: 14px;
	margin-top: 10px;
}

.section2 ul li a:hover>div img {
	transform: rotateY(360deg);
}

.section3 {
	margin-top: 30px;
}

.section3>div {
	height: 300px;
	background: #eeeeee;
	padding: 30px;
}

.s3-l {
	width: 320px;
	height: 240px;
}

.s3-l ul li a {
	display: block;
	position: relative;
}

.s3-l ul li a .pic {
	width: 320px;
	height: 240px;
}

.s3-l ul li a .pic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.s3-linfo {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	z-index: 9;
}

.s3-l .slick-prev,
.s3-l .slick-next {
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	z-index: 9;
}

.s3-l .slick-prev {
	left: 0;
	background: #e6a916 url no-repeat;
	background-position: center center;
}

.s3-l .slick-next {
	right: 0;
	background: #c00f20 url no-repeat;
	background-position: center center;
}

.s3-linfo p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	color: #fff;
	padding: 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s3-l .slick-dots {
	bottom: 17px;
	right: 5px;
}

.s3-l .slick-dots li {
	margin: 0px 5px;
}

.s3-l .slick-dots li button {
	width: 12px;
	height: 12px;
	background: rgba(255, 255, 255, 0.5);
	border: 0;
}

.s3-l .slick-dots li.slick-active button {
	width: 12px;
	height: 12px;
	background: rgba(255, 255, 255, 1);
}

.s3-r {
	width: 380px;
	margin-left: 30px;
}

.s3-r ul {
	margin-top: 10px;
}

.s3-r ul li {
	line-height: 32px;
}

.s3-r ul li span {
	float: right;
	padding-left: 10px;
	color: #666;
}

.s3-r ul li a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s3-r ul li a:hover {
	color: #177EC1;
}

.section4 {
	margin-top: 30px;
}

.s4-c {
	background: #dee8f4;
	width: 100%;
	height: 340px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-top: 30px;
	padding: 30px;
	overflow: hidden;
}

.s4-c>div {
	height: 100%;
}

.s4-tit {
	float: left;
	width: 160px;
	height: 50px;
	line-height: 50px;
}

.s4-tit ul {
	overflow: hidden;
}

.s4-tit ul li {
	width: 100%;
	text-align: center;
}

.s4-tit ul li a {
	display: block;
	font-size: 20px;
	color: #1460a9;
	text-align: center;
	height: 45px;
	line-height: 45px;
	margin-top: 10px;
}

.s4-tit ul li:first-child a {
	margin-top: 0;
}

.s4-tit ul li.on a {
	background: #1460a9;
	border-radius: 5px;
	color: #fff;
}

.s4-tit ul li:hover a {
	background: #1460a9;
	border-radius: 5px;
	color: #fff;
}

.s4-bd {
	overflow: hidden;
}

.s4-bd>ul {
	display: none;
	overflow: hidden;
}

.s4-bd>ul:first-child {
	display: block;
}

.s4-bd>ul .s4-bd-lj {
	width: 806px;
}

.s4-bd>ul .s4-bd-lj dl dd {
	float: left;
	width: 50%;
	line-height: 34px;
	padding-left: 40px;
}

.s4-bd>ul .s4-bd-lj dl dd a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	padding-left: 14px;
	position: relative;
}

.s4-bd>ul .s4-bd-lj dl dd a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 14px;
	background: #1460A9;
}

.s4-bd>ul .s4-bd-lj dl dd a:hover {
	color: #1460A9;
}

.s4-bd-k {
	width: 160px;
}

.s4-bd-k p a {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	border: 1px solid #1460A9;
	border-radius: 5px;
	margin-top: 15px;
	text-align: center;
	font-size: 20px;
	color: #1460a9;
}

.s4-bd-k p:first-child a {
	margin-top: 0;
}

.s4-bd-k p a img {
	vertical-align: -6px;
	padding-right: 10px;
}

.s4-bd-k p a:hover {
	font-weight: bold;
}






