@charset "utf-8";



body {
	overflow-x: hidden;
}

.tit {
	padding: 20px 0;
	line-height: 60px;
	font-size: 0;
}

.tit h3 {
	float: left;
	font-size: 28px;
	position: relative;
}

.tit h3 span {
	position: absolute;
	top: 28px;
	left: 0;
	font-size: 16px;
	color: #999;
}

.more a {
	display: inline-block;
	font-size: 14px;
	border: 1px dashed #cb9800;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	width: 92px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #cb9800;
	vertical-align: middle;
	position: relative;
}

.more a:before {
	content: "";
	position: absolute;
	left: -42px;
	top: 50%;
	transform: translateX(-50px);
	width: 90px;
	height: 1px;
	border-top: 1px dashed #cb9800;
}

.more a:after {
	content: "";
	position: absolute;
	left: -92px;
	top: 50%;
	margin-top: -3.5px;
	width: 7px;
	height: 7px;
	background: #cb9800;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.more a:hover {
	background: #cb9800;
	color: #fff;
}

.more a:hover:before {
	border-top: 1px solid #cb9800;
}

.section1-bg {
	background: url(../img/section1-bg.jpg) no-repeat center;
	padding: 0 0 40px 0;
}

.section1 {}

.section1 h3 {
	text-align: center;
	font-size: 28px;
	margin: 30px 0;
}

.s1-c {
	position: relative;
}

.s1-c>div {
	overflow: hidden;
	border: 1px solid #dddddd;
}

.s1-c ul {}

.s1-c ul li a {
	display: block;
	text-align: center;
	border-left: 1px solid #ddd;
	padding: 10px 0;
}

.s1-c ul li:first-child a {
	border-left: 0;
}

.s1-c ul li a .s1-tb {
	line-height: 60px;
	font-size: 0;
}

.s1-c ul li a .s1-tb img {
	display: inline-block;
	vertical-align: middle;
	transition: all 0.5s;
}

.s1-c ul li a p {
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 10px;
	color: #333;
}

.s1-c .slick-prev,
.s1-c .slick-next {
	display: none !important;
}

.s1-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;
}

.s1-prev {
	left: 15px;
}

.s1-next {
	right: 15px;
}

.s1-c ul li a:hover p {
	color: #005bac;
}

.s1-c ul li a:hover .s1-tb img {
	transform: rotateY(360deg);
}

.section2 {}

.s2-l {
	width: 715px;
	margin-right: 50px;
	padding-left: 130px;
	padding-top: 40px;
	position: relative;
}

.s2-l:before {
	content: "";
	position: absolute;
	left: 95px;
	top: 0;
	background: rgba(0, 91, 172, 0.1);
	width: 530px;
	height: 456px;
}

.slider-nav {
	max-width: 120px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 145px;
}

.slider-nav .s2-l-sj {
	border-bottom: 1px solid #005bac;
	padding-bottom: 40px;
	font-size: 16px;
	color: #005BAC;
}

.slider-nav .s2-l-sj em {
	font-size: 44px;
	color: #005BAC;
	font-style: normal;
	padding-right: 5px;
}

.slider-for {
	width: 550px;
}

.slider-for .pic a {
	display: block;
}

.slider-for .pic {
	margin-left: 35px;
	padding-top: 58%;
	overflow: hidden;
}

.slider-for .s2-linfo {
	padding-bottom: 10px;
}

.slider-for .s2-linfo p {
	font-size: 18px;
	line-height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	padding-right: 60px;
}

.slider-for .s2-linfo span {
	font-size: 14px;
	color: #666;
}

.slider-for .s2-linfo span img {
	display: inline-block;
	padding-right: 10px;
	vertical-align: middle;
}

.slider-for .s2-linfo .more a {
	width: 53px;
	height: 53px;
	line-height: 18px;
	border-radius: 50%;
	padding: 10px;
	margin-top: -14px;
}

.s1-c .slick-prev,
.s1-c .slick-next {
	width: 75px;
	height: 70px;
	z-index: 9;
	top: inherit;
	transform: translateY(0);
	bottom: 0;
}

.s1-c .slick-prev {
	background: #0f6ab5 url() no-repeat;
	background-position: center center;
	right: 135px;
	left: inherit;
}

.s1-c .slick-prev:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 24px;
	background: #d7feff;
}

.s1-c .slick-next {
	background: #0f6ab5 url() no-repeat;
	background-position: center center;
	right: 60px;
}

.s1-c .slick-dots {
	bottom: 27px;
	text-align: left;
	left: 0;
	width: auto;
	font-size: 0;
}

.s1-c .slick-dots li {
	width: 10px;
	height: 10px;
	background: #0E62B7;
	margin-left: 10px;
	transition: all 0.3s;
	position: relative;
	border-radius: 50%;
	vertical-align: middle;
}

.s1-c .slick-dots li:before {
	content: "";
	position: absolute;
	left: -5px;
	top: -5px;
	border: 1px solid #0E62B7;
	width: 10px;
	height: 10px;
	padding: 3px;
	border-radius: 50%;
	display: none;
}

.s1-c .slick-dots li.slick-active {
	background: #0e62b7;
	width: 8px;
	height: 8px;
	vertical-align: middle;
}

.s1-c .slick-dots li.slick-active:before {
	display: block;
}

.s2-r {
	overflow: hidden;
}

.s2-r ul li {
	border-bottom: 1px solid #e2e2e2;
	padding: 8px 0;
	line-height: 40px;
}

.s2-r ul li a {
	display: block;
}

.s2-r ul li span {
	display: block;
	float: left;
	width: 60px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #e2e2e2;
	margin-right: 20px;
	transition: all 0.3s;
}

.s2-r ul li h3 {
	line-height: 40px;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s2-r ul li a:hover span {
	background: #005bac;
	color: #fff;
}

.s2-r ul li a:hover h3 {
	color: #005BAC;
}

.section3 {
	margin-top: 40px;
}

.s3-c {
	position: relative;
}

.s3-c>div {
	overflow: hidden;
}

.s3-c ul {
	margin-left: -20px;
	margin-right: -20px;
}

.s3-c ul li {
	margin: 0 20px;
}

.s3-c ul li a {
	display: block;
	position: relative;
	overflow: hidden;
}

.s3-c ul li a .pic {
	padding-top: 63.5%;
}

.s3-c ul li a p {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
	font-size: 30px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 10px;
	color: #fff;
}

.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;
}

@media screen and (max-width: 1400px) {
	.banner .slick{
		width: 100%;
	}
}

@media screen and (max-width: 1200px) {
	.s2-l{
		width: 550px;
		margin-right: 30px;
		padding-left: 100px;
	}
	.s2-l:before{
		width: 440px;
		left: 50px;
	}
	.slider-nav{
		width: 100px;
	}
	.slider-nav .s2-l-sj{
		font-size: 14px;
		padding-bottom: 30px;
	}
	.slider-nav .s2-l-sj em{
		font-size: 32px;
	}
	.slider-for{
		width: 450px;
	}
	.slider-for .s2-linfo p{
		padding: 15px 60px 15px 0;
	}
}

@media screen and (max-width: 1024px) {
	
	
	.s2-l{
		width: 100%;
		float: none;
		margin-right: 0;
	}
	
	.s2-l:before{
		width: 88%;
		height: 100%;
	}
	.slider-for{
		width: 100%;
	}
	.slider-for .s2-linfo p{
		padding: 15px 0;
	}
	.slider-for .s2-linfo .more a{
		margin-top: 0;
	}

	.s2-r{
		float: none;
		width: 100%;
		margin-top: 30px;
	}
}

@media screen and (max-width: 768px) {
	.section1 h3{
		font-size: 24px;
		margin: 20px 0;
	}
	.tit{
		line-height: 50px;
	}
	.tit h3{
		font-size: 24px;
	}
	.tit h3 span{
		font-size: 12px;
		top: 22px;
	}
	.more a{
		font-size: 12px;
		width: 70px;
		line-height: 26px;
		height: 26px;
	}
	.more a:before{
		width: 50px;
		left: 0;
	}
	.more a:after{
		left: -56px;
		width: 5px;
		height: 5px;
		margin-top: -2.5px;
	}
	.s1-c ul li a .s1-tb{
		line-height: 40px;
	}
	.s1-c ul li a{
		padding: 10px 0 0 0;
	}
	.s1-c ul li a p{
		font-size: 14px;
	}
	.s2-l{
		padding-left: 65px;
		padding-top: 30px;
	}
	.s2-l:before{
		width: 76%;
	}
	.s2-r ul li{
		line-height: 30px;
	}
	.s2-r ul li span{
		width: 54px;
		font-size: 14px;
		height: 30px;
		line-height: 30px;
	}
	.s2-r ul li h3{
		line-height: 30px;
	}
	.slider-nav{
		width: 80px;
	}
	.slider-for .s2-linfo p{
		font-size: 16px;
	}
	.slider-nav .s2-l-sj{
		font-size: 12px;
		padding-bottom: 20px;
	}
	.slider-nav .s2-l-sj em{
		font-size: 22px;
	}
	.slider-for .s2-linfo p{
		padding: 5px 0;
	}
	.slider-for .s2-linfo span{
		font-size: 12px;
	}
	.slider-for .s2-linfo span img{
		max-height: 12px;
	}
	.slider-for .s2-linfo .more a{
		width: 50px;
		height: 50px;
		padding: 8px;
		line-height: 16px;
	}
	.section1-bg{
		padding: 0 0 30px 0;
	}
	.section3{
		margin-top: 0;
	}
	.s3-c ul li a p{
		font-size: 20px;
	}
}
}

@media screen and (max-width: 480px) {
	
}

@media screen and (max-width: 375px) {
	.s3-c ul li a p{
		font-size: 16px;
	}
	.section1 h3{
		font-size: 20px;
	}
	.s1-c ul li a p{
		font-size: 12px;
	}
	.s1-c ul li a .s1-tb{
		line-height: 30px;
	}
	.s1-c ul li a .s1-tb img{
		max-height: 25px;
	}
	.tit h3{
		font-size: 20px;
	}
	.slider-nav{
		top: 30px;
	}
	.s2-l:before{
		left: 30px;
	}
	.slider-nav .s2-l-sj em{
		font-size: 20px;
	}
	.slider-for .s2-linfo p{
		font-size: 14px;
		padding: 0;
	}
	.s2-r ul li span{
		font-size: 12px;
	}
	.s2-r ul li h3{
		font-size: 14px;
	}
	.s3-c ul li a p{
		font-size: 14px;
	}
}

@media screen and (max-width: 320px) {}