@charset "utf-8";

/*BANNER*/
.swiper-slide {
	overflow: hidden;
	cursor: pointer;
}

.swiper-slide img {
	width: 100%;
}
.home-tit{
	background: url(../images/tit03.png) no-repeat center;
	height: 88px;
	padding: 50px 0;
	text-align: center;
}
.home-tit span{
	display: block;
	font-size: 30px;
	color: #333;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
}
.home-tit em{
	font-size: 20px;
	text-transform: uppercase;
	color: #666;
}

.section1{
	overflow: hidden;
	background: url(../images/about_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 50px 0;
	margin: 50px 0;
}
.section1 .left{
	float: left;
	width: 400px;
}
.section1 .left img{
	width: 100%;
}
.section1 .right{
	float: left;
	width: 750px;
	margin-left: 50px;
}
.section1 .right .tit{
	font-size: 30px;
	font-weight: bold;
}
.section1 .right .line{
	display: block;
	width: 90px;
	height: 5px;
	background: #333;
	margin: 20px 0;
}
.section1 .right .text{
	font-size: 15px;
	line-height: 30px;
	text-indent: 35px;
	text-align: justify;
}
.section1 .right .more{
   display: inline-block;
   border: 1px solid #222;
   border-radius: 30px;
   padding: 10px 40px;
   margin-top: 30px;
   font-size: 15px;
}

.section2{
	
}
.section2 .tit{
	text-align: center;
	margin-bottom: 50px;
}
.section2 .tit span{
	color: #0962c5;
	font-size: 38px;
	font-weight: bold;
}
.section2 .tit span b{
	font-size: 78px;
	color: #fe9a04;
}
.section2 .tit p{
	display: block;
	font-size: 28px;
	color: #333;
	margin-top: 20px;
}

.section2 .item{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
   margin: 30px 0;
}

.section2 .item:nth-child(2n) .left{
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.section2 .item .left{
	width: 55%;
}
.section2 .item .left .tits{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.section2 .item .left .tits i{
	background: #fe9a04;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 40px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

.section2 .item .left .tits .p1{
	margin-left: 30px;
}
.section2 .item .left .tits .p1 h2{
	color: #0962c5;
	font-size:28px;
	font-weight: bold;
}
.section2 .item .left .tits .p1 p{
	font-size:22px;
	margin-top: 10px;
	color: #666;
}
.section2 .item .left .text{
	font-size:15px;
	color: #666;
	line-height: 28px;
}
.section2 .item .right{
	width: 40%;
}
.section2 .item .right img{
	width: 100%;
}

.section3{
	background: url(../images/adbg.png) no-repeat center;
	height: 235px;
}
.section3 .box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.section3 .left{
	margin-top: 50px;
	width: 960px;
}
.section3 .left h2{
	color: #FFF;
	font-size: 40px;
	font-weight: bold;
}
.section3 .left h2 b{
	color: #fe9a04;
}
.section3 .left p{
	color: #FFF;
	font-size: 20px;
	margin-top: 20px;
}
.section3 .right{
	margin-top: 105px;
	width: 240px;
	text-align: center;
	color: #0962c5;
}
.section3 .right h2{
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.section3 .right p{
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
}

.section4{
	padding: 50px 0;
	background: #f5f5f5;
}
.section4 .box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
}
.section4 .item{
	width: 31%;
	margin-bottom: 2rem;
	border-radius: 1rem;
	box-shadow:0 8px 17px rgba(0,0,0,.1);
}
.section4 .item .img{
	overflow: hidden;
	border-radius: 1rem 1rem  0 0;
}
.section4 .item .text{
	padding: 2rem;
}
.section4 .item .text .name{
	font-size: 1.3rem;
	font-weight: bold;
}

.section4 .item .text .p1{
	font-size: 1rem;
	line-height: 2rem;
	color: #666;
	margin: 1rem 0;
}
.section4 .item .text .more{
	font-size: 1rem;
	color: #133677;
}


.gongchenanli_all{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.gongchenanli_tu{
	width:290px;
	height: 218px;
	border: 1px #ccc solid;
	overflow: hidden;
}
.gongchenanli_tu img{
	width:100%;
	height:100%;
transition: 1s all;
	
}
.gongchenanli_mz{
	width:290px;
	height:40px;
	background: #0962c5;
	text-align: center;
	line-height:40px;
	color: #fff;
	font-size:14px;
	transition: 1s all;
	
}
.gongchenanli_one{
	display: block;
	margin-top:26px;
}
.gongchenanli_m_o{
	overflow: hidden;
}
.gongchenanli_m_o>div{
	overflow: hidden;
	margin-left:10px;
	width: 290px;
	float: left;
}

.gongchenanli_one:hover .gongchenanli_mz{
	color: #fff;
	background: #0962c5;
	transition: 1s all;
	
}
.gongchenanli_one:hover img{
	transition: 1s all;
	transform: scale(1.1);
}


.honor_m{
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
    margin-top:40px;
}
.honor0{
	width: 290px;
	height: 255px;
	background: #fff;
	overflow: hidden;
	float: left;
	margin-left:24px;
}

.rongyu{
	width: 290px;
	height: 218px;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid #eee;
}
.rongyu img{
	width: 100%;
	height: 218px;
	transition: 1s;
	overflow: hidden;
}
.rongyu_mz{
	text-align: center;
	color: #666;
	line-height: 37px;
}
.honor0:hover .rongyu_mz{
	color: #1269c1;
	transition: 1s;
}
.honor0:hover img{
	transform:scale(1.1);
}