.menu {
	display: flex;
	box-shadow: 0px 0px 20px rgba(0,0,0,.2);
}

.menu>div {
	flex: 1;
	text-align: center;
	line-height: 80px;
	font-size: 25px;
	cursor: pointer;
}

.menu-select {
	border-bottom: 3px solid #1475F6;
	box-sizing: border-box;
}
.websiteList-img-row{
	background-color: #F6F6F6;width: 94%;margin-bottom:20px;overflow: hidden;display: flex;
	justify-content: center;
	padding: 68px 0;
	height: 65px;
}
.websiteList-img-row>img{
	margin-bottom:0;width: auto;width: 65%;
	object-fit: contain;
}
.constructionBox{
	padding-top: 0;
}
.websiteList{
	padding-bottom: 60px;
	width: 300px;
}
.video-row{
	background-image: url(../img/index/39.png) !important;
    padding-top: 0;
    box-sizing: border-box;
    background-size: 100%;
    background-repeat: no-repeat;
	background-position: 0 12%;
	padding-bottom: 130px;
}
.constructionTitle{
	padding-top: 40px
}
.video-website{
	display: flex;
	margin: 50px 0;
	justify-content: center;
}
.video-website-left{
	/* width: 44.5%; */
}
.video-website-right{
	width: 40%;
	margin-left: 30px;
}
.video-website-left-content{
	display: flex;flex-direction: column;align-items: end;
}
.video-website-left-item{
	background: #fff;
    border-radius: 10px;
	display: flex;
	width: 379px;
	padding: 21px 30px;
	align-items: center;
	margin-bottom: 20px;
	cursor: pointer;

}
.video-website-left-item-select{
	background: #0C72F6;

}
.video-website-left-item-num{
	color: #EAEBEC;font-size: 46px;font-weight: 700;font-style: italic;margin-right: 15px;
}
.video-website-left-item-select {
	color: #fff;
}
.video-website-right-item{
	
	width: 45%;
	color: #fff;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	border-radius: 10px;
	display: inline-block;
	padding: 28px 0;
	margin-bottom: 15px;
	margin-right: 15px;
	background-repeat: round;
	position: relative;
	transition: all .5s;

}
.video-website-right-item:hover{
	position: relative;
    top: -10px;
}
.video-website-left-item:hover{
	color: #fff;
	background-color: #0C71F5;
}
.video-website-right-item-title{
	position: relative;
	z-index: 999;
	line-height: 50px;
	font-size: 18px;
}
.video-website-right-item-content{
	position: relative;
	z-index: 999;
	line-height: 30px;    width: 277px;margin: 0 auto;
	font-size: 14px;
}
.video-website-right-item::after{
	content: " ";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;

}
.constructionSubtitle {
    font-size: 17px;
}
/*  */
.my-team{
	background-image: url(../img/index/40.png) !important;
	background-position:initial;
	background-repeat: round;
}
.my-team-item{
	border: 2px solid #3386D7;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-items: center;
	transition: all .5s;

}
.my-team-item:hover{
	margin-top: -76px;
	color: #fff;
}
.my-team-line{
	height: 80px;
	background: #3386D7;
	width: 1px;
	margin: 0 30px;
}
.my-team-item-title,.my-team-item-content{
	font-size: 32px;
	font-weight: bold;
	color: #0C71F5;
}
.my-team-item-content{
	color: #fff;
	
}
.websiteList-row{
	display: inline-flex;flex-flow: row nowrap;justify-content: flex-start;align-items: center;transition: all 0.3s ease-out 0.1s;
	position: relative;
	left: 0;
}
.websiteList-row>div{
	/* display: inline-block; */
}
.websiteList:hover {
    background-color: #117CF7;
    margin-top: 4px;
    color: #fff;
}

/*  */
.pinpai-a {
    padding: 76px 0 40px;
    background: url(../img/index/pinpai-a.png) no-repeat 0 0 #fff;
    background-size: 100% auto;
    text-align: center;
}

.pinpai-in {
    /* width: 1200px; */
    margin: 0 auto;
    color: #3d3d3d;
}
.pinpai-a .hd {
    margin-bottom: 38px;
}
.pinpai-a .hd h2 {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 72px;
    font-weight: normal;
}
.pinpai-a .hd p {
    font-size: 20px;
    padding: 0px 190px;
}
.str {
    position: relative;
    /* width: 1200px; */
    height: 590px;
    overflow: hidden;
}
.str img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
	object-fit: contain;
}


@media (max-width: 767px) {
	.my-team-line{
	margin: 0 30px;
	}
}