
/* =====================招商加盟样式======================== */
.join_tit{
	color: #000000;
	text-align: center;
}
.join_tit h3{
	font-size: 18px;
	line-height: 1;
	font-family: "ITC-Demi";
}
.join_tit p{
	font-size: 18px;
	line-height: 1;
	font-family: "OP-JL";
	margin-top: 8px;
}

/* join_box5 s */
.join_box5{
	padding: 1.3rem 0 1.4rem;
}
.join_box5 .con{
	padding-top: 1rem;
}
.join_box5 .con ul{}
.join_box5 .con ul li{
	position: relative;
	float: left;
	width: calc(100% / 6);
	height: 225px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	color: #808080;;
	text-align: center;
	/* border: 1px solid transparent; */
}
.join_box5 .con ul li::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	margin-top: -0.5px;
	background-color: #808080;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.join_box5 .con ul li::after{
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: -5px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background-color: #808080;
	/* transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s; */
}
.join_box5 .con ul li:hover{
	border: 1px solid #cb0012;
}
.join_box5 .con ul li:hover::before{
	/* opacity: 0; */
	display: none;
}

.join_box5 .con ul li:hover::after{
	width: 26px;
	height: 26px;
	margin-left: -13px;	margin-top: -13px;
	background: url(../image/join_box5_num1.png) no-repeat center;
}

.join_box5 .con ul li:nth-child(1):hover::after{
	background: url(../image/join_box5_num1.png) no-repeat center;
}
.join_box5 .con ul li:nth-child(2):hover::after{
	background: url(../image/join_box5_num2.png) no-repeat center;
}
.join_box5 .con ul li:nth-child(3):hover::after{
	background: url(../image/join_box5_num3.png) no-repeat center;
}
.join_box5 .con ul li:nth-child(4):hover::after{
	background: url(../image/join_box5_num4.png) no-repeat center;
}
.join_box5 .con ul li:nth-child(5):hover::after{
	background: url(../image/join_box5_num5.png) no-repeat center;
}
.join_box5 .con ul li:nth-child(6):hover::after{
	background: url(../image/join_box5_num6.png) no-repeat center;
}
.join_box5 .con ul li:nth-child(7):hover::after{
	background: url(http://www.fuchn.com.cn/template/default/images/join_box5_num7.png) no-repeat center;
}


.join_box5 .con ul li .ico{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 30px 0 45px;
	display: inline-block;
	overflow: hidden;
}
/* 
.join_box5 .con ul li:hover .ico{
	position: relative;
	filter: drop-shadow(100vw 0px 0 #cb0012);
	-webkit-filter: drop-shadow(100vw 0px 0 #cb0012);
	right: 100vw;
} */
.join_box5 .con ul li .ico img{
	display: inline-block;
	width: auto;
	max-height: 100%;
}
.join_box5 .con ul li .ico img.on{
	display: none;
}

.join_box5 .con ul li:hover .ico img{
	display: none;
}
.join_box5 .con ul li:hover .ico img.on{
	display: inline-block;
}

.join_box5 .con ul li .mid{}

.join_box5 .con ul li .mid i{
	display: inline-block;
	padding-top: 10px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 12px;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.join_box5 .con ul li:hover .mid i{
	/* background: url(../images/join_box5_num.png) no-repeat center;
	background-size: 100% auto;
	-webkit-transform: translateY(-33px);
	transform: translateY(-33px);
	color: white; */
	opacity: 0;
}
.join_box5 .con ul li .mid .num{}
.join_box5 .con ul li .info{
	position: relative;
	padding: 0 0 10px;
	font-family: "OP-R";
	font-size: 14px;
	line-height: 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.join_box5 .con ul li:hover .info{
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	color: #1a1a1a;
}
.join_box5 .con ul li .info::before{
	position: absolute;
	content: "";
	width: 30px;
	height: 1px;
	background-color: #cb0012;
	left: 50%;
	top: 100%;
	margin-left: -15px;
}
/* join_box5 e */


/* join_box6 s */
.join_box6{
	position: relative;
	height: 9rem;
	background: url(../image/join_box6.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
}
/* join_box6 e */


/* join_box7 s */
.join_box7{
	padding: 1.2rem 0 1.4rem;
	text-align: center;
}
.join_box7 .con{
	padding-top: 0.9rem;
	display: inline-block;
}
.join_box7 .con [class*="item"]{
	position: relative;
	color: white;
	display: inline-block;
}
.join_box7 .con [class*="txt"]{
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	color: white;
}
.join_box7 .con li{
	position: relative;
}

.join_box7 .con .item1{
	border-radius: 8px;
	width: 24%;
	width: 3.15rem;
	height: 5.25rem;
	background: url(../image/join_box7_1.jpg) no-repeat center;
	background-size: cover;
	margin-right: 0.2rem;
}
.join_box7 .con .item1 .txt{
	bottom: 0;
	padding: 0 9% 0.3rem;
	text-align: left;
}
.join_box7 .con .item1 .txt h4{
	font-size: 16px;
	font-family: "OP-R";
}
.join_box7 .con .item1 .txt p{
	font-size: 12px;
	line-height: 22px;
	font-family: "OP-R";
	margin-top: 15px;
}

.join_box7 .con .item2{
	width: 4.8rem;
	margin-right: 0.2rem;
}
.join_box7 .con .item2 ul{}
.join_box7 .con .item2 ul li:nth-child(1){
	width: 100%;
	height: 2.5rem;
	background: url(../image/join_box7_2.jpg) no-repeat center;
	background-size: cover;
	margin-bottom: 20px;
	position: relative;
}
.join_box7 .con .item2 ul li:nth-child(1) .txt{
	top: 38%;
}
.join_box7 .con .item2 ul li:nth-child(1) .txt h4{
	font-size: 24px;
	line-height: 30px;
}

.join_box7 .con .item2 ul li:nth-child(1) .txt p{}
.join_box7 .con .item2 ul li:nth-child(1) .ico{
	display: block;
	margin-top: 15px;
}
.join_box7 .con .item2 ul li:nth-child(1) .ico img{
	display: inline-block;
	width: auto;
	max-width: 100%;
}
.join_box7 .con .item2 ul li{
	float: left;
	width: calc((100% - 0.2rem)/2);
	height: 2.55rem;
}
.join_box7 .con .item2 ul li:nth-child(2){
	margin-right: 0.2rem;
	background: url(../image/join_box7_3.jpg) no-repeat center;
	background-size: cover;
}
.join_box7 .con .item2 ul li:nth-child(2) .txt{
	top: 40%;
}
.join_box7 .con .item2 ul li:nth-child(2) .txt p{
	font-size: 16px;
	line-height: 1;
	font-family: "OP-R";
}
.join_box7 .con .item2 ul li:nth-child(2) .txt p span{
	color: #cb0012;
	font-size: 12px;
	line-height: 1;
	display: block;
	font-family: "OP-R";
	margin-bottom: 7px;
}
.join_box7 .con .item2 ul li:nth-child(3){
	background: url(../image/join_box7_4.jpg) no-repeat center;
	background-size: cover;
}


.join_box7 .con .item3{
	width: 4.8rem;
}
.join_box7 .con .item3 ul{}
.join_box7 .con .item3 ul li{
	float: left;
	width: calc((100% - 0.2rem)/2);
	height: 2.55rem;
	margin-right: 0.2rem;
	font-family: "OP-R";
}
.join_box7 .con .item3 ul li:nth-child(1){
	background: url(../image/join_box7_5.jpg) no-repeat center;
	background-size: cover;
}
.join_box7 .con .item3 ul li:nth-child(2){
	background: url(../image/join_box7_6.jpg) no-repeat center;
	background-size: cover;
	margin-right: 0;
}
.join_box7 .con .item3 ul li .txt{
	bottom: 0;
	padding-bottom: 0.35rem;
}
.join_box7 .con .item3 ul li .txt h4{}
.join_box7 .con .item3 ul li  p{
	font-size: 14px;
	line-height: 1;
}
.join_box7 .con .item3 ul li .ico{}
.join_box7 .con .item3 ul li .ico img{}

.join_box7 .con .item3 ul li:nth-child(3){
	margin-top: 0.2rem;
	width: 100%;
	height: 2.5rem;
	background: url(../image/join_box7_7.jpg) no-repeat center;
	background-size: cover;
	text-align: left;
}
.join_box7 .con .item3 ul li:nth-child(3) .txt{
	bottom: 0;
	padding: 0 12.5% 0.45rem;
	text-align: left;
}
.join_box7 .con .item3 ul li:nth-child(3) .ico{
	display: block;
	margin-top: 15px;
}
.join_box7 .con .item3 ul li:nth-child(3) .ico img{
	display: inline-block;
	width: auto;
	max-width: 100%;
}
.join_box7 .con .item3 ul li:nth-child(3) .txt h4{
	font-size: 16px;
	line-height: 1;
	margin-top: 20px;
}

.join_box7 .con .item3 ul li:nth-child(3) .txt p{
	font-size: 12px;
	line-height: 20px;
	margin-top: 15px;
}


/* join_box7 e */


/* join_box8 s */
.join_box8{
	position: relative;
	height: 9rem;
	background: url(../image/join_box8.jpg) no-repeat center;
	background-size: cover;
}
.join_box8 .form{
	padding: 0.5rem 0.8rem;
	top: 16%;
}
.join_box8 .mui-input-row label, .join_box8 .mui-radio>label, .join_box8 .mui-select label{
	width: 100px;
}
/* join_box8 e */


/* join_box9 s */
/* join_box9 e */


/* join_box10 s */
/* join_box10 e */


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
}
@media all and (max-width:768px) {
    /* 移动终端以上 360 适配 */
}
@media all and (max-width:640px) {
}
@media all and (max-width:420px) {
}
@media all and (max-width:376px) {
}
