.conbox{
	background: #f2f7fb;
	padding: 0;
}
.conbox .con{
	position: relative;
	padding-top: 50px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
}
.introduce{
	width: 920px;
	background: #FFFFFF;
	padding-top: 25px;
}
.introduce .bt{
	margin: 0 50px 15px 20px;
	font-size: 15px;
	font-weight: bold;
	display: flex;
	align-items: flex-end;
}
.introduce .bt a{
	background: #ffb520;
	color: #FFFFFF;
	padding: 3px 12px;
	margin-right: 5px;
	font-size: 14px;
}
.introduce .bt b{
	font-size: 18px;
	font-weight: bold;
	color: #ffb520;
	margin: 0 5px;
}
.introduce .box{
	margin: 0 30px;
}
.introduce .box h2{
	font-size: 24px;
	font-weight: bold;
	margin-right: 10px;
}
.introduce .box p{
	word-wrap:break-word;
	font-size: 15px;
	margin-bottom: 15px;
}
.introduce .box b{
	display: block;
	font-size: 12px;
	opacity: 0.5;
	margin-bottom: 3px;
}
.introduce .box .bt{
	margin: 15px 0;
	font-size: 16px;
	font-weight: bold;
	display: flex;
	align-items: flex-end;
}
.introduce .box .btn{
	display: flex;
	align-items: flex-end;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid rgba(0,0,0,0.2);
}
.introduce .box .btn a:hover{
	background: #ffb520;
}
.mv{
	width: 100%;
	margin-top: 15px;
	margin-bottom: 55px;
}
.mv .mv-box{
	width: 100%;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mv .mv-box.on{
  display: flex;
}
.mv .mv-box:after {
    content: "";
	width: 30%;
 }
.mv .mv-box a{
	width: 30%;
	margin-bottom: 15px;
	background: #f3f6fb;
	padding-bottom: 5px;
}
    .mv .mv-box a img {
        width: 100%;
        height: 168px;
    }
.mv .mv-box a p{
	font-size: 14px;
	margin-top: 5px;
	padding-left: 5px;
	height: 20px;
}
.mv .mv-box a p:last-child{
	display: flex;
	align-items: center;
}
.mv .mv-box a p img{
	width: 15px;
	height: 15px;
}
.mv .mv-box a p img:first-child{
	margin-right: 5px;
	width: 12px;
}
.mv .mv-box a p img:last-child{
	margin: 0 5px;
}

.tj{
	width: 100%;
	margin-top: 25px;
	margin-bottom: 55px;
}
.tj .tj-box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tj .tj-box:after {
    content: "";
	width: 30%;
 }
.tj .tj-box a{
	width: 30%;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.tj .tj-box a img{
	width: 100%;
}
.tj .tj-box a p{
	font-size: 14px;
	margin-top: 5px;
	padding-left: 5px;
	height: 20px;
}
.tj .tj-box a p:last-child{
	display: flex;
	align-items: center;
}
.tj .tj-box a p img{
	width: 15px;
	height: 15px;
}
.tj .tj-box a p img:first-child{
	margin-right: 5px;
	width: 12px;
}
.tj .tj-box a p img:last-child{
	margin: 0 5px;
}
.introduce .box .img{
	position: relative;
	width: 900px;
	height: 600px;
	margin-bottom: 35px;
}
.recommend{
	background: #FFFFFF;
	width: 265px;
}
.recommend img{
	width: 100%;
}
.recommend .bt{
	font-size: 18px;
	font-weight: 600;
	padding: 25px 40px;
	border-bottom: 1px solid #d2d6d9;
}
.recommend-bq{
	background: #FFFFFF;
}
.recommend-bq div{
	width: 80%;
	margin: 25px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: space-around;
}
.recommend-bq a{
	color: #000000;
	text-align: center;
	border: 1px solid  #d2d6d9;
	border-radius: 3px;
	padding: 5px 0;
	width: 47%;
	margin-top: 10px;
	font-size: 14px;
}
.servicebox{
	border-top: 35px solid #f2f7fb;
}