.banner .slick-arrow {
	width: 49px;
	height: 49px;
	border-radius: 50%;
}

.banner .slick-prev {
	background: url("../image/ban-l.png") no-repeat center center;
	background-size: cover;
	left: 135px;
}

.banner .slick-next {
	background: url("../image/ban-r.png") no-repeat center center;
	background-size: cover;
	right: 135px;
}

.banner .slick-dots {
	bottom: 30px;
}

.banner .slick-dots li {
	width: 48px;
	height: 6px;
	background-color: #e5eef1;
	border-radius: 3px;
	opacity: 0.36;
	transition: all 0.3s;
	margin: 0 11px;
}

.banner .slick-dots .slick-active {
	opacity: 1;
}

.title {
	text-align: center;
}
.title a{
	display: inline-block;
}

.title h2 {
	font-size: 48px;
	color: #000000;
	position: relative;
	display: inline-block;
	line-height: 185px;
}

.title h2:after {
	content: "";
	position: absolute;
	width: 170px;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #d1ddeb;
}

.sect1 .title h2:after {
	right: -140%;
}

.sect1 .title h2:before {
	left: -140%;
}

.title h2:before {
	content: "";
	position: absolute;
	width: 170px;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #d1ddeb;
}

.new {
	overflow: hidden;
	margin-left: -1.63%;
	margin-right: -1.63%;
}

.new li {
	float: left;
	width: 30.07%;
	margin: 0 1.63%;
}

.new li:nth-child(even) {
	margin-top: 90px;
	padding-bottom: 50px;
}

.new li a {
	display: block;
}

.new li .pic {
	padding-top: 70.183%;
	cursor: pointer;
}

.new-text p {
	font-size: 20px;
	line-height: 30px;
	color: #022222;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 90px;
}

.new-text span {
	display: inline-block;
	font-size: 20px;
	color: #6982a0;
	text-align: center;
	margin-top: 20px;
}

.new-text div {
	padding: 30px 8px 25px 8px;
	text-align: center;
}

.new-text div:first-child {
	border-bottom: 1px solid #abc6e8;
}

.new-text div:hover {
	background-color: #1d5193;
	box-shadow: 0px 19px 29px 0px rgba(47, 119, 209, 0.6);
}

.new-text div:hover p,
.new-text div:hover span {
	color: #fff;
}

.sect1 .more {
	text-align: center;
}

.more>a {
	display: inline-block;
	width: 172px;
	line-height: 35px;
	background-color: #d3e2f4;
	border-radius: 18px;
	font-size: 16px;
	color: #1a4f93;
	text-align: center;
}

.more>a:hover {
	background-color: #1a4f93;
	color: #fff;
}

.section2 {
	background: url("../image/about-bg.png") no-repeat center center;
	background-size: cover;
}

.sect2 {
	padding: 170px 0;
	overflow: hidden;
}

.sect2-l {
	    overflow: hidden;
	    padding-right: 72px;
}

.sect2-l>h2 {
	font-size: 48px;
	color: #ffffff;
	margin-bottom: 40px;
	text-align: center;
}

.sect2-l>p {text-align: justify;
	font-size: 20px;
	line-height: 35px;
	color: #ffffff;
	
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
	height:315px;
}

.sect2 .more {
	text-align: left;
	margin-top: 40px;
}

.sect2-r {
	width:616px;
	    float: right;
	    background-color: #1a4f93;
	    margin-top: 15px;
}

.sect2-r .pic {
	padding-top: 67.532%;
	background-color: #1a4f93;
	transform: translate(-15px, -15px);
}

.sect3 .title h2:after {
	right: -45%;
}

.sect3 .title h2:before {
	left: -45%;
}

.med {
	/* overflow: hidden; */
	margin-left: -23px;
	margin-right: -23px;
}

.med li {
	float: left;
	width: 30.07%;
	margin: 0 23px;
	box-sizing: border-box;
	margin-top: 35px;
	transition: all .5s;
	border: solid 1px transparent;
	box-shadow: 0px 0px 90px 0px 
			rgba(20, 20, 20, 0.11);
	padding: 50px 45px 40px 35px;
}

.med li a {
	display: block;
	overflow: hidden;
}
.med li a h2 {
	font-size: 24px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.med li a div {
	width: 52px;
	height: 4px;
	background-color: #acca44;
	margin: 35px 0;
}
.med li a p{
	font-size: 14px;
	line-height: 18px;
	color: #9aaabf;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	height:108px;
	overflow: hidden;
}
.med li a img{
	display: inline-block;
	float: right;
	width: 122px;
	height: 122px;
	padding-left: 10px;
}
.med li:hover{
	box-shadow: 0px 22px 73px 0px 
			rgba(15, 86, 177, 0.77);
		border: solid 1px #1d5193;
		margin-top: 0;
}
.med .slick-list{
	padding-top: 20px;
	padding-bottom: 20px;
}
.med li:hover h2{
	color: #1a4f93;
}
.med li:hover div{
	background-color: #1a4f93;
}
.sect3{
	padding-bottom: 140px;
}
.section4{
	background: url("../image/ed-bg.png") no-repeat -44% bottom;
	background-size: 100%;
}
.sect4{
	overflow: hidden;
	padding-bottom: 130px;
}
.s4{
	width: 47.85%;
}
.ed{
	float: left;
	position: relative;
}
.ed p{
	position: absolute;
	font-size: 48px;
	color: #fdfdfd;
	top: 40px;
	right: 40px;
}
.re{
	float: right;
	position: relative;
}
.re p{
	position: absolute;
	font-size: 48px;
	color: #fdfdfd;
	bottom: 40px;
	right: 40px;
}
.sect4 a{
	display: block;
}
.sect4 .pic{
	padding-top: 63.97%;
}
.banner img{
	width: 100%;
}
@media screen and (max-width: 1450px){
	.new {
	    margin-left: 0px;
	    margin-right: 0px;
	}
	.med {
	    margin-left: 0px;
	    margin-right: 0px;
	}
}
@media screen and (max-width: 1310px){
	.top-r>ul>li>a {
	    font-size: 18px !important;
	}
	.top-r>ul>li {
	    margin-right: 11px !important;
	}
}
@media screen and (max-width: 1024px){
	.section4 {
	    background: url("../image/ed-bg.png") repeat-x center bottom;
	    background-size: cover;
	}
	.title h2 {
	    line-height: 120px;
		font-size: 35px;
	}
	.sect1 .title h2:before {
	    left: -170%;
	}
	.sect1 .title h2:after {
	    right: -170%;
	}
	.new-text div {
	    padding: 20px 8px 20px 8px;
	    text-align: center;
	}
	.new-text p {
	    font-size: 18px;
	    line-height: 25px;
	    height: 75px;
	}
	.new-text span {
	    font-size: 18px;
	    margin-top: 10px;
	}
	.sect2-l>h2 {
	    font-size: 35px;
	    margin-bottom: 40px;
	}
	.sect2-l>p{
		font-size: 18px;
	}
	.sect2-l {
	    padding-right: 20px;
	}
	.sect2-r {
	    width: 480px;
	    margin-top: 15px;
	}
	.sect3 .title h2:before {
	    left: -55%;
	}
	.sect3 .title h2:after {
	    right: -55%;
	}
	.med li a img {
	    width: 90px;
	    height: 90px;
	}
	.med li{
		padding: 35px 20px;
	}
	.ed p {
	    font-size: 30px;
	    top: 20px;
	    right: 20px;
	}
	.re p {
	    font-size: 30px;
	    bottom: 20px;
	    right: 20px;
	}
	.sect4 {
	    padding-bottom: 65px;
	}
	.sect3 {
	    padding-bottom: 65px;
	}
}
@media screen and (max-width: 768px){
	.med li:hover{
		box-shadow: 0px 22px 73px 0px 
				rgba(15, 86, 177, 0.77);
			border: solid 1px #1d5193;
	}
	.banner .slick-prev {
	    left: 30px;
	}
	.banner .slick-next {
	    right: 30px;
	}
	.banner .slick-arrow {
	    width: 35px;
	    height: 35px;
	}
	.title h2 {
	    line-height: 45px;
	    font-size: 22px;
	}
	.title h2:before{
		width: 50px;
	}
	.title h2:after{
		width: 50px;
	}
	.sect2-r {
	    width: auto;
		float: none;
	}
	.sect2-l>h2 {
	    font-size: 22px;
		margin-top: 10px;
	    margin-bottom: 5px;
	}
	.sect2-l>p {
	    font-size: 16px;
	    line-height: 25px;
	    height: 225px;
	}
	.sect2 .more {
	    text-align: center;
	    margin-top: 10px;
	}
	.sect2 {
	    padding: 75px 0;
	}
	.sect3 {
	    padding-bottom: 20px;
	}
	.ed p {
	    font-size: 20px;
	    top: 20px;
	    right: 20px;
	}
	.re p {
	    font-size: 20px;
	    bottom: 20px;
	    right: 20px;
	}
	.med li a h2{
		font-size: 20px;
		text-align: left;
	}
	.med li a div {
	    margin: 20px 0;
	}
	.sect4 {
	    padding-bottom: 35px;
	}
	.new li {
	   float: none;
	   width: auto;
	}
	.med li{
		margin: 0 15px;
	}
	.med li a img {
	    width: 70px;
	    height: 70px;
		float: none;
		padding-left: 0;
	}
	.med li a{
		text-align: center;
	}
	
	.med li {
	    padding: 25px 5px;
	}
	.sect3 .title h2:before {
	    left: -28%;
	}
	.sect3 .title h2:after {
	    right: -28%;
	}
	.sect1 .title h2:before {
	    left: -80%;
	}
	.sect1 .title h2:after {
	    right: -80%;
	}
	.sect2-l {
	    padding-right: 0px;
	}
	.new-text p {
	    font-size: 16px;
	    line-height: 20px;
	    height: 60px;
	}
	.new-text span {
	    font-size: 16px;
	    margin-top: 10px;
	}
	.new-text div {
	    padding: 10px 8px 10px 8px;
	    text-align: center;
	}
	.new li:nth-child(odd) {
	    margin-top: 0px;
	    padding-bottom: 20px;
	}
	.more>a {
	    width: 150px;
	    line-height: 30px;
	    font-size: 14px;
	}
}

@media screen and (max-width: 375px){
	.title h2:before{
		width: 0 !important;
	}
	.title h2:after{
		width: 0 !important;
	}
	.ed p {
	    font-size: 14px;
	    top: 10px;
	    right: 10px;
	}
	.re p {
	    font-size: 14px;
	    bottom: 10px;
	    right: 10px;
	}
	.new li:nth-child(odd) {
	    margin-top: 0px;
	    padding-bottom: 50px;
	}
	.sect2 {
	    padding: 50px 0;
	}
	.title h2 {
	    line-height: 30px;
	    font-size: 20px;
	}
	.banner .slick-dots li{
		width: 35px;
		margin: 0 7px;
	}
	.banner .slick-dots {
	    bottom: 15px;
	}
	.med li a img {
	    width: 50px;
	    height: 50px;
	}
	.med li a p {
	    font-size: 14px;
	    line-height: 18px;
	    -webkit-line-clamp: 3;
	    height: 54px;
	}
}
@media screen and (max-width: 530px){
	.foot-l{
		width: auto !important;
		float: none !important;
	}
	.foot-r{
		width: auto !important;
		float: none !important;
	} 
}