﻿@charset "utf-8";
/* banner */
.banner img{
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.banner .slick-dots li{
    margin-right: 10px;
}
.banner .slick-dots li:last-of-type{
    margin-right: 0;
}
.banner .slick-dots{
    display: flex;
    justify-content: center;
    bottom: 20px;
}
.banner .slick-dots li,.banner .slick-dots li button{
    width: 60px;
    height: 3px;
    background: rgba(255,255,255,0.4);
}
.banner .slick-dots li button:before{
    content: "";
}
.banner .slick-dots li.slick-active button{
    background: #fff;
}

/* 第二页 */
.second {
	display: flex;
	justify-content: space-between;
	margin: 60px auto;
}

.news {
	overflow: hidden;	
}

.news .title {
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}

.news .title P {
	font-size: 32px;
	font-weight: bold;
	text-indent: 35px;
	position: relative;
}

.news .title p::after {
	content: "";
	display: block;
	width: 25px;
	height: 28px;
	background-image: url(.././images/ying.png);
	background-repeat: no-repeat;
	top: 9px;
	position: absolute;
}

.news .title p::before {
	content: "";
	display: block;
	width: 25px;
	height: 28px;
	background-image: url(.././images/ying2.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 175px;
	top: 0;
}

.news .title a {
	margin-right: 10px;
	line-height: 45px;
	font-weight: bold;
	font-size: 16px;
}

.news .title a::after {
	content: "+";
}

.news .title a:hover {
	color: #0035a0;
}

.news .list {
	width: 100%;
	height: auto;
}

.news .list ul {
	width: 100%;
	height: 100%;
}

.news .list ul li {
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #ebebeb;
}
.news .list ul li a{
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	max-height: 52px;
	display: block;
}
.news .list ul li a span {
	display: block;
	width: 18%;
	float: left;
}
.news .list ul li a p {
	width: 82%;
	float: right;
}
.news .list ul li  a:hover {
	color: #0035a0;
}
.second .screen {
	width: 47%;
	height: auto;
	border-radius: 10px;
}

/* 图片新闻 */
.new_center ul.clearfix{
}
.new_center ul li a{
    display: block;
    width: 100%;
    background: #f7f7f7;
    border-radius: 20px;
    overflow: hidden;
}
.new_center ul li a img{
    display: block;
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}
.new_center ul li a p{
    padding: 25px 25px;
}
.new_center ul li a span{
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.new_center ul li a span.time{
    margin: 10px 0;
    color: #999999;
    font-size: 16px;
}
.new_center ul li a span.tit{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
}
.new_center ul li a:hover span.tit{
    color: #0035a0;
}
.new_center ul li a span.txt{
    font-size: 15px;
    line-height: 25px;
    color: #808080;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 75px;
    text-align: justify;
}
.new_center .slick-dots li{
    margin-right: 5px;
}
.new_center .slick-dots li:last-of-type{
    margin-right: 0;
}
.new_center .slick-dots{
    display: flex;
    justify-content: center;
    bottom: 185px;
}
.new_center .slick-dots li,.new_center .slick-dots li button{
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100%;
}
.new_center .slick-dots li button:before{
    content: "";
}
.new_center .slick-dots li.slick-active,.new_center .slick-dots li.slick-active button{
    width: 30px;
    height: 8px;
    border-radius: 4px;
    background: #0035a0;
}


/* 第二页 */

/* 第三页 */
.third {
	background: #0639a4 url(.././images/opic.jpg) no-repeat center;
	margin: 60px 0;
	padding: 60px 0;
}
.third ul li{
	float: left;
	width: calc(91% / 4);
	margin-right: 3%;
}
.third ul li:nth-of-type(4n){
	margin-right:0;
}
.third ul li a{
	display: block;
	width: 100%;
	height: 150px;
	background: #fff;
	border-radius: 5px;
}
.third ul li a p{
	display: block;
	float:left;
	width:50%;
	height: 150px;
	line-height: 150px;
}
.third ul li:nth-of-type(1) a p.img{
	background: url(../images/icon_1.png) no-repeat center;
}
.third ul li:nth-of-type(2) a p.img{
	background: url(../images/icon_2.png) no-repeat center;
}
.third ul li:nth-of-type(3) a p.img{
	background: url(../images/icon_3.png) no-repeat center;
}
.third ul li:nth-of-type(4) a p.img{
	background: url(../images/icon_4.png) no-repeat center;
}
.third ul li a p.txt{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.third ul li:nth-of-type(1) a:hover p.img{
	background: url(../images/icon_11.png) no-repeat center;
}
.third ul li:nth-of-type(2) a:hover p.img{
	background: url(../images/icon_22.png) no-repeat center;
}
.third ul li:nth-of-type(3) a:hover p.img{
	background: url(../images/icon_33.png) no-repeat center;
}
.third ul li:nth-of-type(4) a:hover p.img{
	background: url(../images/icon_44.png) no-repeat center;
}
.third ul li a:hover{
	transform:translateY(-15px);
	box-shadow: 0 0 10px 1px rgb(0,0,0,0.3);
}
.third ul li a:hover p.txt{
	color:#0035a0;
}
/* 第三页 */

/* 第四页 */
.fourth {
	margin: auto;
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
}

.fourth .tel {width: 32%;}

.fourth .tel .title {
	width: 100%;
	height: 55px;
}

.fourth .tel .title .change {
	color: #0035a0;
	background-color: white;
}

.fourth .tel .title p {
	float: left;
	font-weight: bold;
	font-size: 19px;
	line-height: 55px;
	cursor: pointer;
	width: 140px;
	height: 55px;
	text-align: center;
	border-radius: 10px 10px 0 0;
	box-shadow: 0px -3px 8px -6px #000000;
	background-color: #fbfcfd;
}

.fourth .tel .title p:nth-child(2) {
	margin-left: 5px;
}

.fourth .tel .list {
	display: none;
	width: 100%;
	padding: 20px 25px;
	box-sizing: border-box;
	border-radius: 0 10px 10px 10px;
	box-shadow: 0px 0 15px 0 rgba(0,0,0,0.1);
}
.fourth .tel .list.no{
	display: block;
}
.fourth .tel .list li a {
	display: block;
	width: 100%;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	padding-left: 25px;
	box-sizing: border-box;
	position: relative;
}
.fourth .tel .list a::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(.././images/icon.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.tel.course .list a::before {
	width: 20px;
	height: 20px;
	background-image: url(.././images/icont.png);
}
.tel.job .list a::before {
	background-image: url(.././images/icone.png);
}
.fourth .tel .list li span {
	float: right;
	margin-left: 10px;
	line-height: 40px;
}
.fourth .tel .list li a:hover{
	color:#0035a0;
}
@media only screen and (max-width: 1600px) {  
	.banner img{
		height: 710px;
	}
}