@charset="utf-8";

/*影响整体的个别样式*/
html body .join-hm-header p{
	margin-right: 0;
}

.join-hm-cir .join-cir-intr  .cir-footer{
	margin-right: 0;
}
.join-btn:hover{
	text-decoration: none;
}
/*字体提示*/
.color-red{
	color:#FF0000;
}
.hmzt-bg-two{
	position: relative;
	background: #fff;
}
.footer-Corner{
    -webkit-animation-name: scaleDraw;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 5s;
    -webkit-animation-direction: alternate;
}

/*放大缩小动画*/
@-webkit-keyframes scaleDraw {
    0% {
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:;scale(1);
        -moz-transform:;scale(1);
    }
    25% {
        -webkit-transform:scale(1.1);
         -ms-transform:scale(1.1);
        -o-transform:;scale(1.1);
        -moz-transform:;scale(1.1);
    }
    50% {
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:;scale(1);
        -moz-transform:;scale(1);
    }
    75% {
        -webkit-transform:scale(1.1);
        -ms-transform:scale(1.1);
        -o-transform:;scale(1.1);
        -moz-transform:;scale(1.1);
    }
}
/*头部*/
.hmzt-header{
	width: 100%;
	background: url(../img/hmzt-header.jpg) no-repeat center center;
}
.hmzt-img{
	width: 1200px;
	height: 515px;
	margin: 0 auto;
	overflow: hidden;
}
/*内容*/
.hmzt-content{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/*内容一下的核心内容*/
/*核心内容第一块*/
.hmzt-join-demand{
	width:1200px;
	height: 739px;
	margin: 0 auto;
	overflow: hidden;
}
.join-demand-content .join-demand-one{
	width: 570px;
	height: 569px;
	float: left;
	background: #fff;
	margin-top: 87px;
}
.join-demand-content div:nth-child(1){
	margin-right: 60px;
}
.join-demand-jieshao{
	width: 517px;
	height: 275px;
	overflow: hidden;
	margin: 45px auto;
}
.join-demand-jieshao ul li{
	margin-left: 23px;
	font-size: 18px;
	list-style: disc;
	text-align: left;
	line-height: 33px;
	list-style-image: url(../img/join-list-style.jpg);
}

/*第二块加盟东方*/
.hmzt-join-hm{
	width: 1200px;
	height: 923px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
}
.join-hm-content{
	width: 979px;
	/*height: 721px;*/
	overflow: hidden;
	margin: 98px auto;
}
.join-hm-header{
	text-align: center;
	line-height: 50px;
}
.join-hm-header h1{
	font-size: 36px;
	color: #333333;
}
.join-hm-header p{
	font-size: 20px;
	color: #666666;
}
.join-hm-nav-cir{
	width: 979px;
	height: 592px;
	float: left;
	margin: 55px auto;
}
.join-hm-nav-cir2{
	margin-top: 0;
	float: left;
}
.join-hm-cir{
	width: 979px;
	height: 261px;
	margin: 0 auto;
}
.join-cir-intr{
	width: 239px;
	height: 261px;
	float: left;
	overflow: hidden;
}
.margin-right{margin-right: 110px;}
.margin-right1{margin-right: 103px;}
.cir-width{width: 288px;}
.join-cir-intr .cir-top{
	margin-top: 36px;
	font-weight: normal;
	font-size: 20px;
	color: #333;
	text-align: center;
}
.join-cir-intr .cir-footer{
	font-size: 16px;
	color: #666;
	text-align: center;
	line-height: 40px;
}
.cir{
	width: 167px;
	height: 167px;
	border-radius: 50%;
	margin: 0 auto;
	background:url(img/nav-cir.jpg) no-repeat center center ;
    position: relative;
}.cir-n{
	width: 167px;
	height: 167px;
	border-radius: 50%;

}
.cir-n img{border-radius: 50%;}
.cir:hover .cir-n{
	  -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.cir .cir-n{
	 -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.position-cir{
	position: absolute;
	left: 40px;
	top:60px;
	font-size: 28px;
	color: #fff;
	z-index: 1;
}
/*华美核心优势*/
.hmzt-adv{
	width: 1200px;
	height: 1262px;
	margin: 0 auto;
	overflow: hidden;
}
.hmzt-adv-Core{
	height: 1068px;
	margin: 100px auto;
	overflow: hidden;
}
.hmzt-adv-show-pic{
	height: 914px;
	margin: 54px auto;
	overflow: hidden;
}
.hmzt-adv-show-pic span{float: left;}
/*优势图片处理*/
.pic1,.pic2,.pic3{
	height: 304px;
}
.pic4,.pic5,.pic6{
	height: 299px;
	margin-top: 7.5px;
}
.pic7,.pic8,.pic9{
	height: 303px;
}
.pic1,.pic4,.pic7{
	width: 376px;
}
.pic2,.pic5,.pic8{
	width: 486px;
}
.pic3,.pic6,.pic9{
	width: 325px;
}
.pic1,.pic4,.pic7{
	margin-right: 6px;
}
.pic2,.pic5,.pic8{
	margin-right: 7px;
}
/*简介与资质*/
.hmzt-cation{
	width: 1200px;
	height: 1012px;
	margin: 0 auto;
	overflow: hidden;
}
.hmzt-cation-bri{
	height: 688px;
	margin: 60px auto;
	overflow: hidden;
}
.cation-word{
	width: 1044px;
	height: 123px;
	margin: 0 auto;
	text-indent: 14px;
	line-height: 36px;
	font-size: 18px;
}
.cation-pic{
	height: 515px;
	margin: 50px auto;
}
.cation-pic-show{
	height: 419px;
	margin: 45px auto;
}
.cation-pic-show span{
	width: 292px;
	float: left;
}
.cation-pic-show span i{
	display: block;
	height: 202px;
}
/*加盟流程*/
.hmzt-join-pro{
	width:1200px;
	height: 660px;
	margin: 0 auto;
	overflow: hidden;
}
.join-pro-process{
	height: 211px;
	margin: 70px auto;
}
.join-pro-cir{
	width: 1176px;
	height: 120px;
	margin: 0 auto;
	background: url(../img/pro-d_03.jpg) no-repeat center center;
}
.join-pro-cir ul li{
	width: 120px;
	height: 120px;
	float: left;
	margin-left: 56px;
}
.join-pro-cir-intr{
	width: 1176px;
	height: 51px;
	line-height: 40px;
	margin: 39px auto;
	/*overflow: hidden;*/
}
.join-pro-cir-intr p{
	font-size: 20px;
	color: #d9000e;
	float: left;
}
.join-pro-cir-intr p:nth-child(1),p:nth-child(2),p:nth-child(3){
	/*margin-right: 100px;P影响到头部LOGO的右边距*/
	padding-left:4px;
	font-weight: bold;
}
.join-pro-cir-intr p:nth-child(4),p:nth-child(5),p:nth-child(6){
	padding-right: 80px;
	font-weight: bold;
}
.join-pro-cir-intr p:nth-child(8),p:nth-child(9),p:nth-child(10),p:nth-child(11),
p:nth-child(12),p:nth-child(13),p:nth-child(14){
	color: #333;
	font-size: 15px;
}
.join-pro-cir-intr p:nth-child(8){
	margin-right: 78px;
}
.join-pro-cir-intr p:nth-child(9){
	margin-right: 52px;
}
.join-pro-cir-intr p:nth-child(10){
	margin-right: 55px;
}
.join-pro-cir-intr p:nth-child(11){
	margin-right: 55px;
}
.join-pro-cir-intr p:nth-child(12){
	margin-right: 47px;
}
.join-pro-cir-intr p:nth-child(13){
	margin-right: 49px;
}
.join-pro-cir-intr p:nth-child(7){
	padding-left:22px ;
	font-weight: bold;
}
.join-pro-cir-intr p:nth-child(5){
	padding-left: 8px;
}
.join-pro-cir-intr p:nth-child(6){
	padding-left: 10px;
}
/*立刻加盟*/
.join-btn{
	display: block;
	width: 211px;
	height: 51px;
	margin: 92px auto;
	border-radius: 10px;
	background: #ef413d;
	color: #fff;
	text-align: center;
	line-height: 51px;
	font-size: 20px;
}
.join-btn:hover{
	color: #fff;
}

/*第六块 多 快 专*/
.adv-bg{
	background: url(../img/adv-bg_03.jpg) repeat-x;
}
.hmzt-my-advantage{
	width: 1200px;
	height: 709px;
	margin: 0 auto;
	overflow: hidden;
}
.hmzt-my-advantage-many{
	height: 539px;
	margin: 93px auto;
	overflow: hidden;
}
.hmzt-my-advantage-many p{
	width: 336px;
	height: 137px;
	margin: 34px auto;
	font-size: 16px;
	color: #666;
	line-height: 31px;
}
.my-advantage-many{
	width: 390px;
	height: 540px;
	margin-right: 15px;
	float: left;
}
.my-ban-cir{
	width: 128px;
	height: 76px;
	margin: 0 auto;
	z-index: -1;
	font-size: 40px;
	text-align: center;
	line-height: 86px;
	color: #d9000e;
	font-weight: bold;
	background: url(../img/b-cir.png) no-repeat top center;
	background-size: cover;
}
.my-pic-word{
	width: 376px;
	height: 448px;
	border: 7px solid #f4f4f5;
}
.my-pic{
	height: 252px;
	margin: 0 auto;
}
/*第七块 加盟商 介绍*/
.hmzt-join-Farn-bg{
	/*height: 325px;*/
	margin-top: 61px;
	
}
.hmzt-join-Farn-bg img{
	width: 100%;
	height: auto;
	
	
}
.hmzt-join-Farn-top{
	height: 545px;
	overflow: hidden;
}
.hmzt-join-Fran{
	width: 1200px;
	height: 611px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;;
}
.join-Fran{
	width: 1057px;
	height: 446px;
	margin: 88px auto;
	overflow: hidden;
}
.join-Fran-left{
	width: 422px;
	height: 417px;
	margin-top: 11px;
	float: left;
}
.join-Fran-right{
	width: 566px;
	height: 446px;
	float: right;
}
.join-Fran-right-show1{
	width: 322px;
	height: 446px;
	float: left;
}
.join-Fran-right-show2{
	width: 240px;
	height: 446px;
	float: right;
}
.show1-top{
	height: 222px;
}
.show1-down{
	margin-top: 7px;
	height: 218px;
}
.show2-top{
	height: 239px;
}
.show2-down{
	margin-top:7px ;
	height: 199px;
}
/*第八快 底部模块*/
.hmzt-bg-footer{
	margin-top: 106px;
	
	background: #fafafa;

}
.hmzt-bg-content{
	margin-top: 18px;
	height:190px;
	background: url(../img/footer-bg1_02.jpg) no-repeat center center;
	background-size:cover ;
}

.hmzt-footer-top{
	width: 1200px;
	height: 228px;
	margin: 0 auto;
	background: url(../img/footer-cont_03.jpg) no-repeat top center;
	background-size: 100%;
	position: relative;
}
.footer-Corner{
	position: absolute;
	right: 306px;
	bottom: 62px;
	width: 62px;
	height:62px;
}
/*报名框*/
.hmzt-join-sign{
	position: absolute;
	left: 105px;
	top: -20px;
	background: #fff;
	width: 346px;
	height: 228px;
	z-index: 1;
}
.join-sign{
	width: 300px;
	height: 168px;
	margin: 28px auto;
}
.join-sign input{
	width: 300px;
	height: 48px;
	border-radius: 5px;
}
.bot{
	margin-bottom: 12px;
}
.join-sign input[type="text"]{
	border: 1px solid #fe413d;
	color:#333;
	font-size: 14px;
	text-indent: 10px;
}
.join-sign input[type="submit"]{
	background: #fe413d;
	border: none;
	margin: 12px auto;
	color:#fff;
	font-size: 16px;
}

/*底部 和中部*/
.hmzt-footer-mid{
	height: 105px;
	background: url(../img/footer-mid1_02.jpg) no-repeat center center;
	background-size:cover ;
	margin:  0 auto;
	z-index: -1;
}
.hmzt-footer-bottom{
	height: 138px;
	background: #3c3c3c;
}
.hmzt-footer-address{
	width:1200px;
	height: 138px;
	overflow: hidden;
	margin: 0 auto;
}
.footer-address{
	width: 588px;
	height: 94px;
	margin: 24px auto;
}
.footer-address h1{
	font-size: 38px;
	color: #ff3333;
	text-align: center;
}
.footer-address .footer-add{
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	color: #ccc;
	margin-right: 0;
	padding-left: 0;
	font-weight: normal;
}
/*返回顶部*/
.scrollTop{
	position: fixed;
	right: 187px;
	bottom: 173px;
	width: 44px;
	height: 44px;
}
