.empty {
	height:110px
}
body {
	background:#f2f5fa
}
.nav {
	margin-top:30px;
	border-bottom:1px solid rgba(0,0,0,0.15);
	padding-bottom:20px
}
.nav svg {
	margin-right:15px
}
.nav a {
	display:inline-block;
	font-size:16px;
	font-family:'Roboto';
	font-weight:400;
	color:#666;
	text-transform:uppercase
}
.newBox {
	margin-top:30px;
	margin-bottom:80px;
	/*text-align:center;*/
	background-color:#fff;
	padding:80px 100px;
	box-shadow:0px 1px 6px 0px rgba(0,0,0,0.14)
}
.newBox h2 {
	font-size:30px;
	font-family:'RobotoB';
	font-weight:600;
	color:#000000;
	line-height:24px
}
.newBox h5 {
	font-size:16px;
	font-family:'Roboto';
	color:#666;
	opacity:0.7;
	line-height:40px;
	font-weight:600;
	text-align:center;
	margin-top:20px;
	margin-bottom:40px;
	border-bottom:1px solid rgba(189,189,189,0.5)
}
.newBox section p {
	font-size:18px;
	font-family:'Roboto';
	font-weight:400;
	color:#333;
	line-height:28px;
	text-align:left;
	margin-bottom:40px
}
.newBox .newsalink {
	display:block;
	font-size:16px;
	margin:0 auto;
	font-weight:600;
	color:#fff;
	text-align:center;
	margin-top:70px;
	width:320px;
	padding:19px 0;
	background:#e60012
}
.se3 {
	margin-bottom:100px
}
.se3 h2 {
	text-align:center;
	font-size:36px;
	font-family:"RobotoB";
	font-weight:bold;
	color:#000000;
	margin-bottom:40px
}
.se3 span {
	font-size:16px;
	color:#333;
	line-height:28px
}
.se3 h3 {
	font-size:20px;
	color:#333333;
	line-height:28px;
	margin-bottom:5px
}
.se3 .list {
	width:420px;
	margin-right:15px;
	margin-bottom:60px;
	display:inline-block;
	vertical-align:top;
	transition:all .3s
}
.se3 .list div {
	margin-top:20px
}
.se3 .list p {
	font-size:16px;
	color:#999999;
	line-height:24px;
	text-align:left;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	line-clamp:3;
	-webkit-box-orient:vertical
}
.se3 .list:hover span,.se3 .list:hover h3,.se3 .list:hover p {
	color:#0140A7
}
.se3 .list:hover h3 {
	text-decoration:underline
}
.se3 div:nth-child(3n) {
	margin-right:0
}
.aboutPro h2 {
    font-size: 36px;
    text-align: center;
    font-family: "RobotoB";
    font-weight: bold;
    color: #333333;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    margin-bottom: 40px;
}
.aboutPro {
/*	padding-top:80px;*/
	margin-top:70px;
	background:#F2F5F8;
	padding-bottom: 80px;
}
.aboutPro h2 {
	border:unset;
	padding-bottom:0
}
.aboutPro section {
	position:relative
}
.aboutPro .swiper-container {
	margin-bottom:50px
}
.aboutPro .swiper-slide {
	background:#e4e8ed
}
.aboutPro .swiper-slide h5 {
	background:#1F4990;
	padding:15px 0;
	color:#fff;
	font-size:24px;
	font-family:"RobotoM";
	text-align:center
}
.aboutPro .swiper-slide p {
	font-size:16px;
	color:#666;
	margin-top:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	line-clamp:2;
	-webkit-box-orient:vertical
}
.aboutPro .swiper-slide div {
	padding:70px 20px 40px 20px
}
.aboutPro .swiper-pagination {
	width:100%;
	z-index:1;
	left:50%;
	transform:translateX(-50%)
}
.aboutPro .swiper-pagination-bullet {
	margin:0 10px;
	width:10px;
	height:10px;
	border:1px solid #e60012;
	background-color:unset;
	opacity:1;
	vertical-align:middle
}
.aboutPro .swiper-pagination-bullet-active {
	background:#e60012
}

.aboutPro .swiper-slide div{
position: relative
} 

.aboutPro .swiper-slide div:after{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0);
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
}
.aboutPro .swiper-slide:hover div:after{
background-color: rgba(0,0,0,0.5);
}
@media screen and (max-width:1550px) {
	.se3 .list {
	width:374px
}
}@media screen and (max-width:1200px) {
	.newBox h2 {
	line-height:1.5
}
.newBox h5 {
	font-size:14px
}
.se3 h2 {
	font-size:30px
}
.se3 .list {
	width:305px
}
.newBox section p {
	font-size:16px;
	line-height:1.5;
	margin-bottom:20px
}
}@media screen and (max-width:1199px) {
	.aboutPro h2 {
	font-size:28px
}@media screen and (max-width:999px) {
	.se3 .list {
	width:230px
}
}@media screen and (max-width:767px) {
	.empty {
	height:55px
	}
	.aboutPro {
	padding-top:60px;
	margin-top:60px
	}
	.aboutPro{
		 padding-top: 10px!important;
	}
	.aboutPro h2 {
	font-size:20px;
	padding-bottom:10px;
	margin-bottom:25px
	}
	.aboutPro .swiper-container {
		margin-bottom:20px
	}
	.aboutPro .swiper-slide div {
		padding:30px 20px 30px 20px
	}
	.aboutPro .swiper-slide div h5 {
		font-size:16px;
		padding:13px 0
	}
	.aboutPro .swiper-slide div p {
		font-size:14px
	}
}
.nav {
	margin-top:25px
}
.nav a {
	font-size:14px
}
.newBox {
	margin:60px 20px;
	width:auto;
	padding:40px 20px
}
.newBox h2 {
	font-size:20px;
	line-height:24px
}
.newBox h5 {
	margin-bottom:15px;
	padding-bottom:10px
}
.newBox .times {
	line-height:1.5;
	font-size:12px
}
.newBox section {
	padding:0 10px
}
.newBox section p {
	font-size:14px;
	line-height:1.5;
	margin-bottom:15px;
	font-weight:400
}
.newBox section img {
	margin-top:0px;
	margin-bottom:20px
}
.newBox a {
	width:100%;
	font-size:14px;
	margin-top:45px;
	padding:13px 0
}
.se3 {
	margin-bottom:30px
}
.se3 h2 {
	font-size:22px;
	margin-bottom:20px
}
.se3 span {
	font-size:14px
}
.se3 .list {
	width:100%;
	margin-right:0px;
	margin-bottom:50px
}
.se3 .list h3 {
	font-size:18px;
	line-height:1.5
}
.se3 .list p {
	line-height:1.5
}
}