.banner .slick-dots li {
	width: 18px;
	height: 18px;
	border: solid 1px #ffffff;
	border-radius: 50%;
	margin: 0 10px;
}

.banner .slick-dots .slick-active {
	background-color: #ffffff;
}

.banner .slick-dots {
	bottom: 40px;
}

.title {
	text-align: center;
	position: relative;
}

.title>h2 {
	font-size: 42px;
	line-height: 130px;
	color: #333333;
}

.title>a {
	font-size: 18px;
	color: #333333;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.title>a:hover {
	color: #034692;
}

.sect1 ul {
	margin-left: -19px;
	margin-right: -19px;
}

.sect1 ul li {
	width: 31.428%;
	float: left;
	margin: 0 19px;
	padding-bottom: 5px;
}
.sect1 .slick-dots li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #024da3;
	padding: 0;
	float: none;
	transition: all 0.3s;
	margin: 0 10px;
}
.sect1 .slick-dots .slick-active{
	width: 30px;
	border-radius: 5px;
	background-color: #024da3;
}
.sect1 .slick-dots{
	bottom: -20px;
}
.sect1 .slick-arrow {
    width: 60px;
    height: 60px;
    border: solid 1px #034692;
    border-radius: 50%;
}
.sect1 .slick-prev {
	background: url("../image/res-prev.png") no-repeat center center;
	left: -42px;
}

.sect1 .slick-prev:hover {
	background: #034692 url("../image/res-prev-ho.png") no-repeat center center;
}

.sect1 .slick-next {
	background: url("../image/res-next.png") no-repeat center center;
	right: -42px;
}

.sect1 .slick-next:hover {
	background: #034692 url("../image/res-next-ho.png") no-repeat center center;
}
.sect1 ul li a {
	display: block;
	position: relative;
}

.sect1 ul li a .pic {
	padding-top: 68.181%;
}

.sect1 ul li a:hover .news {
	box-shadow: 0px 2px 20px 0px rgba(51, 51, 51, 0.2);
}

.sect1 ul li a:hover .time {
	background-color: #ff7129;
}

.sect1 ul li a:hover .news>h2 {
	color: #034692;
}

.news {
	padding: 50px 29px 30px 24px;
}

.news>h2 {
	font-size: 20px;
	line-height: 32px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 64px;
}

.news>p {
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 84px;
}

.sect1 .time {
	width: 82px;
	height: 82px;
	background-color: #034692;
	border-radius: 50%;
	position: absolute;
	/* left: 30px;
	top: 50%; */
	margin-left: 30px;
	margin-top: -42px;
	text-align: center;
	padding: 10px 0;
	box-sizing: border-box;
}

.sect1 .time h2 {
	font-size: 30px;
	color: #ffffff;
}

.sect1 .time p {
	font-size: 16px;
	color: #ffffff;
}

.sect1 {
	padding-bottom: 60px;
}

.section2 {
	background: url("../image/sect2-bg.png") no-repeat center center;
	background-size: cover;
}

.sect2 {
	padding-bottom: 60px;
}

.sect2 .title h2,
.sect2 .title a {
	color: #ffffff;
}

.sect2 ul {
	overflow: hidden;
	margin-left: -17px;
	margin-right: -17px;
	padding-bottom: 40px;
}

.sect2 ul .slick-list {
	overflow: visible;
}

.sect2 ul li {
	width: 30.714%;
	float: left;
	margin: 0 17px;
}

.sect2 ul li a {
	display: block;
	position: relative;
	min-height: 366px;
}

.sect2 .e-t {
	padding: 45px 25px 70px 25px;
}

.e-t {
	background-color: #ffffff;
	position: absolute;
	z-index: 6;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.e-t>h2>p {
	font-size: 18px;
	line-height: 20px;
	color: #034692;
	border-left: 3px solid #034692;
	display: inline-block;
	padding-left: 15px;
}

.e-t>h2>span {
	font-size: 30px;
	color: #034692;
	display: inline-block;
}

.e-t>p {
	font-size: 20px;
	line-height: 36px;
	color: #333333;
	margin-top: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 108px;
}

.e-t>span {
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	margin-top: 14px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 60px;
}

.e-t .e-dot {
	position: absolute;
	width: 70px;
	height: 70px;
	background: #ff7129 url("../image/event-dot.png") no-repeat center center;
	box-shadow: 0px 2px 20px 0px rgba(51, 51, 51, 0.3);
	border-radius: 50%;
	margin-top: 50px;
}

.sect2 ul li a .pic {
	padding-top: 82.558%;
}

.e-b {
	position: absolute !important;
	z-index: 5;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.e-b>p {
	width: 100%;
	padding-left: 30px;
	padding-right: 25px;
	box-sizing: border-box;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	line-height: 36px;
	color: #ffffff;
	bottom: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-bottom: 20px;
}

.e-b::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: url("../image/event-bg.png") repeat-x bottom center;
}

.sect2 ul li a:hover .e-b {
	z-index: 10;
}

.sect2 ul li a:hover .e-dot {
	display: none;
}

.sect3 {
	padding-bottom: 160px;
	
}

.res {
	/* overflow: hidden; */
	position: relative;
}

.res-con {
	overflow: hidden;
	padding: 30px 0 80px 60px;
}

.res-con>h2 {
	font-size: 24px;
	line-height: 40px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 120px;
}

.res-con>p {
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	margin-top: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 52px;
}

.res-l a {
	display: block;
	overflow: hidden;
}
.res-l div:hover .res-con>h2{
	color: #034692;
}
.res-show {
	float: left;
	width: 47.14%;
	position: relative;
}

.res-show img {
	width: 100%;
}

/* .res-nav {
	overflow: hidden;
} */

.res-r {
	width: 50%;
	position: absolute;
	bottom: 160px;
	right: 0;
}
.section3{
	position: relative;background: url("../image/resarch-bg.png") no-repeat bottom center;
}
.res-dot{
	padding: 0 20px;
	outline: none;
}

.res-dot img {
	width: 100%;
}

.res-show .time {
	position: absolute;
	right: -40px;
	top: 20px;
	z-index: 999;
	width: 80px;
	height: 80px;
	background-color: #034692;
	border-radius: 50%;
	text-align: center;
	padding: 10px 0;
	box-sizing: border-box;
}

.res-show .time h2 {
	font-size: 30px;
	color: #ffffff;
}

.res-show .time p {
	font-size: 16px;
	color: #ffffff;
}

.res-nav .slick-slide.slick-current.slick-active img {
	border: 5px solid #034692;
}

.res-nav .slick-arrow {
	width: 60px;
	height: 60px;
	border: solid 1px #034692;
	border-radius: 50%;
	top: 140%;
}

.res-nav .slick-prev {
	background: url("../image/res-prev.png") no-repeat center center;
	left: -8%;
}

.res-nav .slick-prev:hover {
	background: #034692 url("../image/res-prev-ho.png") no-repeat center center;
}

.res-nav .slick-next {
	background: url("../image/res-next.png") no-repeat center center;
	right: 91%;
}

.res-nav .slick-next:hover {
	background: #034692 url("../image/res-next-ho.png") no-repeat center center;
}





.sect4 {
	padding-bottom: 40px;
}

.sect4 .title a {
	width: 120px;
	height: 120px;
	border: solid 1px #034692;
	border-radius: 50%;
	line-height: 120px;
	color: #ffffff;
	background: url("../image/more-bg.png") no-repeat center center;
	transform: translateY(-40%);
}

.sect4 ul {
	overflow: hidden;
	margin-left: -20px;
	margin-right: -20px;
}

.sect4 ul li {
	float: left;
	width: 47.14%;
	margin: 0 20px;
}

.sect4 ul li:nth-child(even) {
	margin-top: 25px;
}

.sect4 ul li a {
	display: block;

}

.sect4 ul li a .pic {
	padding-top: 69.696%;
}

.cs p {
	font-size: 30px;
	line-height: 100px;
	color: #333333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 25px;
	box-sizing: border-box;
}

.sect5 {
	position: relative;
}

.sect5 img {
	width: 100%;
}

.sect5 h2 {
	font-size: 50px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 140px;
	color: #ffffff;
}

#play {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 300px;
	width: auto;
}

.sect6 {
	padding-bottom: 60px;
}

.sect6 ul {
	overflow: hidden;
}

.sect6 ul li {
	float: left;
	width: 20%;
}

.sect6 ul li{
	display: block;
	text-align: center;
}

.sect6 ul li h2 {
	font-size: 50px;
	color: #034692;
	display: inline-block;
}

.sect6 ul li p {
	font-size: 18px;
	color: #034692;
	display: inline-block;
}

.sect6 ul li span {
	font-size: 20px;
	line-height: 26px;
	color: #333333;
	margin-top: 10px;
	display: block;
	
}
@media screen and (max-width: 1520px){
	.sect1 .slick-prev{
		left: 0px;
	}
	.sect1 .slick-next{
		right: 0px;
	}
}
@media screen and (max-width: 1450px) {
	.sect1 ul {
		margin-left: 0px;
		margin-right: 0px;
	}

	.sect4 ul {
		margin-left: 0px;
		margin-right: 0px;
	}

	.sect2 ul {
		margin-left: 0px;
		margin-right: 0px;
	}
	.res-nav .slick-prev {
		left: -11%;
	}
	
	
	.res-nav .slick-next {
		right: 88%;
	}
}

@media screen and (max-width: 1330px) {
	.res-nav .slick-next {
		/* right: 550px; */
	}
}
@media screen and (max-width: 1220px){
	.res-nav .slick-prev {
	    left: -15%;
	}
}
@media screen and (max-width: 1024px) {
	.res-nav .slick-arrow{
		display: none !important;
	}
	.res-l .slick-arrow {
		width: 60px;
		height: 60px;
		border: solid 1px #034692;
		border-radius: 50%;
		top: 90%;
	}
	
	.res-l .slick-prev {
		background: url("../image/res-prev.png") no-repeat center center;
		left: 80%;
	}
	
	.res-l .slick-prev:hover {
		background: #034692 url("../image/res-prev-ho.png") no-repeat center center;
	}
	
	.res-l .slick-next {
		background: url("../image/res-next.png") no-repeat center center;
	}
	
	.res-l .slick-next:hover {
		background: #034692 url("../image/res-next-ho.png") no-repeat center center;
	}
	.res-r {
	    width: 100%;
		position: relative;
		bottom: 75px;
		right: 0;
	}
	.title>h2 {
		font-size: 26px;
		line-height: 85px;
	}

	.sect1 .time {
		width: 70px;
		height: 70px;
		margin-left: 20px;
		margin-top: -35px;
	}

	.sect1 .time h2 {
		font-size: 26px;
	}

	.news {
		padding: 50px 20px 15px 15px;
	}

	.news>h2 {
		font-size: 18px;
		line-height: 30px;
		height: 60px;
	}

	.news>p {
		font-size: 16px;
		line-height: 25px;
		height: 75px;
	}

	.sect2 ul li a {
		min-height: 330px;
	}

	.e-t .e-dot {
		margin-top: 13px;
	}

	.sect2 {
		padding-bottom: 25px;
	}

	.sect3 {
		padding-bottom: 100px;
	}

	/* .res-nav .slick-arrow {
		top: 160px;
	} */

	.sect4 .title a {
		width: 100px;
		height: 100px;
		line-height: 100px;
	}

	.cs p {
		font-size: 26px;
		line-height: 70px;
	}

	.sect6 ul li h2 {
		font-size: 40px;
	}

	.sect6 ul li span {
		font-size: 18px;
	}

	.res-nav .slick-next {
		right: 70%;
	}

	.res-con {
		padding: 10px 0 0px 60px;
	}

	.res-con>p {
		margin-top: 10px;
	}
	/* .res-nav .slick-arrow {
		top: 160px;
		width: 40px;
		height: 40px;
	}
	.res-nav .slick-arrow {
		top: 50%;
	}
	
	.res-nav .slick-prev {
		left: 0;
	}
	
	.res-nav .slick-next {
		right: 0;
	} */
}

@media screen and (max-width: 768px) {
	.res-l .slick-arrow {
		width: 40px;
		height: 40px;
		top: 115%;
	}
	.sect1 {
		padding-bottom: 35px;
	}

	.title>h2 {
		font-size: 24px;
		line-height: 65px;
	}

	.banner .slick-dots {
		bottom: 15px;
	}

	.res-con>h2 {
		font-size: 22px;
		line-height: 20px;
		height: 60px;
	}

	

	.res-show .time {
		right: -30px;
		top: 20px;
		width: 60px;
		height: 60px;
overflow: hidden;
	}

	.res-show .time h2 {
		font-size: 20px;
		color: #ffffff;
	}

	.res-show .time span {
		font-size: 16px;
	}

	.sect1 .time {
		width: 60px;
		height: 60px;
		margin-left: 15px;
		margin-top: -30px;
	}

	.sect1 .time h2 {
		font-size: 20px;
		color: #ffffff;
	}

	.sect1 .time span {
		font-size: 16px;
	}

	.sect6 ul li h2 {
		font-size: 18px;
	}

	.sect6 ul li p {
		font-size: 14px;
	}

	.sect6 ul li span {
		font-size: 16px;
	}

	.sect6 {
		padding-bottom: 20px;
	}

	.res-r {
		margin-top: 100px;
		width: auto;
		position: relative;
	}

	

	.sect3 {
		padding-bottom: 40px;
	}

	.cs p {
		font-size: 20px;
		line-height: 60px;
	}

	.sect4 .title a {
		width: 70px;
		height: 70px;
		line-height: 70px;
	}

	.e-t>h2>p {
		font-size: 16px;
		padding-left: 5px;
	}

	.e-t>h2>span {
		font-size: 22px;
	}

	.e-t>p {
		font-size: 18px;
		line-height: 22px;
		height: 66px;
	}

	.sect2 ul li a {
		min-height: 250px;
	}

	.sect2 .e-t {
		padding: 15px 5px 70px 5px;
	}

}
@media screen and (max-width: 600px){
.sect1 .slick-arrow{width:30px;height:30px;}.sect1 .slick-next{background-size:20px auto;}.sect1 .slick-prev{background-size:20px auto;}.e-t .e-dot{width: 45px;
    height: 45px;}}
@media screen and (max-width: 440px){
	.res-l .slick-prev {
	    background: url(../image/res-prev.png) no-repeat center center;
	    left: 65%;
	}
.res-show{float:none;
     width:auto;}
.res-show .time{right:0;
    top: 0;}
.res-con{padding-left:0;}
.res-r{bottom:20px;}
.sect4 .title a{width: 40px;
    height: 40px;
    line-height: 40px;
font-size:12px;}
.res-con>h2{font-size: 16px;height: 42px;}
.sect6 ul li{width:50%;}
}
@media screen and (max-width: 375px){
	.sect4 ul li:nth-child(even) {
	    margin-top: 0;
	}
	.sect4 .title>h2{
		text-align: left;
	}
}
