html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, img,input,textarea,table,tr,td,th,button{
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
}
html{
	overflow-x: hidden;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
a img{
	border: #000000;
}
input,textarea,button{
	outline: none;
}
button,li:hover{
	cursor: pointer;
}
.cursor_p{
	cursor: pointer;
}
.color_red{
	color: #8DBA81!important;
}
.choice_bacchange{
	background: #DFDFDF!important;
	color: #585657;
	font-weight: bold;
}
.dis_no{
	display: none;
}
.green_button{
	background: #A1DE66;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
}
.green_button:hover{
	background: #94BF6B;
	-webkit-box-shadow: 0 0 5px #94BF6B;
	box-shadow: 0 0 5px #94BF6B;
}




/*已收藏div样式*/

.yishoucang{
	height:100px;
	width:200px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	background:#fff;
	line-height:100px;
	color:#A1DE66;
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-100px;
	margin-top:-50px;
}
/********************************咨询固定栏---Start---*************************************/

.fixed_box{
	position: fixed;
	top: 160px;
	right: 0;
	height: 223px;
	width: 90px;
	background: #FFFFFF;
	z-index: 99;
}
.fixed_box1{
	border-bottom: 1px dashed #A1DE66;
	height: 120px;
	width: 100%;
}
.fixed_box2{
	height: 100px;
	width: 100%;
}
.fixed_box2>img:hover{
	width: 140px;
	height: 140px;
	margin-left: -60px;
	margin-top: -10px;
}
.fixed_box img{
	clear: all;
	width: 70px;
	height: 70px;
	padding: 10px 10px 0 10px ;
	cursor: pointer;
	transition: all .2s linear;
}
.fixed_box p{
	height: 20px;
	line-height: 30px;
	font-size: 16px;
	color: #A1DE66;
	text-align: center;
}
.fixed_box2 p{
	font-size: 12px;
	line-height: 10px;
}
/*vip*/
.vip{
	position: fixed;
	height: 120px;
	width: 150px;
	top: 160px;
	left: -50px;
	z-index: 999;
	cursor: pointer;
}
.vip>img{
	height: 100px;
	width: 100px;
	float: left;
}
.vip>p{
	float: left;
	height: 80px;
	width: 50px;
	padding-top: 20px;
}
.vip>p>button{
	height: 30px;
	width: 50px;
	background: #B5DE86;
	margin: 5px 0;
	color: #3E3F3F;
	border: none;
}
.vip>p>button:hover{
	background: #A6BD8B;
	color: #FFFFFF;
}
p.huiyuanguanli{
	hanging-punctuation: 20px;
	width: 100px;
	height: 20px;
	float: right;
	line-height: 16px;
	background: #FFFFFF;
	font-size: 16px;
	text-align: center;
	margin-top: -10px;
	color: #B5DE86;
}
/********************************咨询固定栏---End---*************************************/
/*登录注册*/
.mengban{
	background: rgba(0,0,0,.5);
	height: 100%;
	width: 100%;
	position: fixed;
	/*这里是个问题     很有意思的问题         */
	left: 0px;
	top: 0;
	z-index: 200;
}
.inmengban{
	height: 100%;
	width: 100%;
	position: relative;
}


/*登录注册*/


/********************************header部分*************************************/
header{
	width: 100%;
	height: 35px;
	background: #596A46;
	z-index: 100;
}
.inheader{
	height: 100%;
	width: 1130px;
	line-height: 30px;
	margin: 0 auto;
}
.inheader ul{
	float: right;
}
.inheader ul li{
	float: left;
	font-family: "微软雅黑";
	height: 30px;
	width: 75px;
	text-align: center;
	font-size: 12px;
}
.inheader ul li:hover a{
	color: gold!important;
}
.inheader ul li img{
	position: absolute;
	display: none;
	padding-top: 10px;
	height: 90px;
	width: 90px;
	z-index: 100;
}
.inheader ul li:hover img{
	display: block;
}
.inheader ul li a{
	width: 100%;
	height: 100%;
	color: #fff;
}
.inheader ul li:nth-of-type(4),.inheader ul li:nth-of-type(5){
	height: 16px;
	width: 45px;
	color: #fff;
	background: #83A061;
	border-radius: 5px;
	line-height: 16px;
	margin: 7px 3px;
}
.inheader ul li:nth-of-type(4):hover,.inheader ul li:nth-of-type(5):hover{
	color:#FFFFFF;
	background: #B5DE86;
}



/******************************nav部分**********************************/
nav{
	height: 65px;
	width: 100%;
}
.nav_shadow{
	box-shadow: 0 10px 10px #DCDCDC;
}
/*1*/
.innav{
	width: 1130px;
	height: 100%;
	margin: 0 auto;
}
.logo{
	height: 65px;
	width: 140px;
	float: left;
}
.logo>a>img{
	height: 50px;
	width: auto;
	padding-top: 7px;
}
.nav_bar,.movie_nav_bar,.exer_bar{
	height: 65px;
	float: right;
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: bold;
}

.nav_bar >ul >li,.movie_nav_bar >ul >li,.exer_bar>ul>li{
	float: left;
	width: 80px;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	text-align: center;
	margin-top: 10px;
}
.exer_bar>ul>li{
	width: 140px;
}
.nav_small >ul >li{
	width: 80px;
}
.nav_color_change{
	color: #99C28C!important;
}
.nav_bar ul li a,.movie_nav_bar ul li a,.exer_bar>ul>li>a{
	color: #242E45;
	height: 100%;
	padding: 10px 0;
}
.nav_bar ul li:hover{
	float: left;
	background: #A1DE66;
}
.nav_choice{
	float: left;
	background: #A1DE66;
	color: #FFFFFF;
}
.nav_choice a{
	color: #FFFFFF!important;
}
.nav_bar ul li:hover a{
	color: #FFFFFF!important;
}
.nav_bar ul li a:hover{
	color: #FFFFFF;
}
.user_online{
	float: right;
	height: 65px;
	width: 120px;
	line-height: 65px;
	position: relative;
	font-size: 12px;
	cursor: pointer;
}
.user_online:hover .user_views>img{
	transform: rotate(-180deg);
}

.user_imgtouxiang{
	height: 40px;
	width: 40px;
	margin: 12px 12px 12px 0;
	vertical-align: middle;
	float: left;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.user_imgtouxiang>img{
	height: 40px;
	width: 40px;
}
.user_views>img{
	height: 6px;
	width: 12px;
	transition: all .2s linear; 
}
.user_views{
	position: relative;
	height: 100%;
	width: 100%;
}
.user_views ul{
	background: #FFFFFF;
	height: 0px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 65px;
	z-index: 100;
	transition: all .2s linear;
}
.user_views ul li{
	text-align: center;
	height: 30px;
	width: 120px;
	line-height: 30px;
}
.user_views ul li a:hover{
	color: red!important;
}
/*2*/
.movie_nav_bar ul li:hover a,.exer_bar ul li:hover a{
	color: #A4C899!important;
}
.Movies_nav_choice,.exer_bar_choice{
	color: #A4C899!important;
}
/***********************大图***********************************/
.greatImg,.greatImg img{
	width: 1920px;
	height: 690px;
}


/***********************main(主体)部分*****************************/
.main{
	overflow: hidden;
	padding-bottom: 50px;
	width: 100%;
}
.inmain{
	width: 1130px;
	height: 100%;
	margin: 0 auto;
}
.inmain_left{
	float: left;
	overflow: hidden;
	width: 200px;
	margin: 50px 40px 0 70px;
}
.About_us{
	overflow: hidden;
	width: 200px;
}
.Join_us{
	height: 330px;
	width: 100%;
}
.About_us p{
	height: 60px;
	width: 100%;
	line-height: 60px;
	text-align: center;
	color: #FFFFFF;
	background: #399624;
	font-size: 22px;
}
.Join_us p{
	height: 80px;
	width: 100%;
	line-height: 40px;
	padding-top: 20px;
	text-align: center;
	color: #FFFFFF;
	background: #399624;
	font-size: 22px;
}
.About_us p span,.Join_us p span{
	font-size: 12px;
}
.About_us ul li,.Join_us ul li{
	padding-left: 40px;
	height: 39px;
	margin-top: 1px;
	background: #F3F3F3;
	line-height: 39px;
	font-size: 14px;
	color: #5E5E5E;
}
.About_us ul li:hover,.Join_us ul li:hover{
	background: #DFDFDF;
	color: #585657;
	font-weight: bold;
}
.Call_us{
	margin-top: 25px;
	width: 100%;
}
.Call_us p:nth-of-type(1){
	height: 40px;
	width: 100%;
	color: #FFFFFF;
	background: #399624;
	font-size: 18px;
	line-height: 40px;
	margin-bottom: 10px;
}
.Call_us p:nth-of-type(1) img{
	vertical-align: middle;
	height: 18px;
	width: 18px;
	padding: 0 10px;
}
.Call_us p:not(:first-child){
	line-height: 30px;
	font-size: 14px;
	padding-left: 5px;
	color: #5E5E5E;
}
.Code_img img{
	height: 130px;
	width: 130px;
	padding: 30px 30px 0 30px;
}
.Code_img p{
	line-height: 30px;
	font-size: 14px;
	padding-left: 40px;
	color: #5E5E5E;
}
.inmain_right{
	float: left;
	width: 750px;
	height: 750px;
	background: #DCDCDC;
	margin-top: 50px;
}


/************************footer部分****************************/
footer{
	width: 100%;
	height: 750px;	/*待定*/
}
footer>img{
	height: 80px;
}
.phone_num{
	height: 80px;
	width: 100%;
	background: #7bac4f;
}
.phone_num p{
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 80px;
	letter-spacing: 10px;
	color: #FFFFFF;
	font-size: 32px;
	font-weight: bold;
}
.phone_num p img{
	height: 60px;
	width: 60px;
	vertical-align: middle;
	margin-right: 10px;
}
.infooter-mid,.infooter-foot{
	width: 1130px;
	margin: 0 auto;
}
.footer-mid{
	height: 330px;
	background: #191919;
}
.infooter-mid{
	height: 100%;
}
.Woshikehu_div{
	height: 210px;
	width: 270px;
	float: left;
	margin-top: 80px;
	color: #AACE78;
}
.Woshikehu_div:nth-of-type(1){
	padding-left: 70px;
}
.Woshikehu_div:nth-of-type(2){
	border: 1px dashed #FFFFFF;
	border-bottom: none;
	border-top: none;
}
.Woshikehu_div p{
	line-height: 36px;
	font-size: 30px;
	padding-left: 65px;
	padding-bottom: 32px;
}
.Woshikehu_div ul li{
	font-size: 18px;
	padding-left: 65px;
	height: 26px;
}
.Woshikehu_div ul li a{
	color: #AACE78;
}
.Woshikehu_div ul li a:hover{
	color: #FFFFFF!important;
}
/*************************logo和二维码***************************/
.Woshikehu_right{
	float: right;
	height: 220px;
	width: 180px;
	padding-right: 66px;
	margin-top: 70px;
}
.footer-foot{
	height: 265px;
}
.infooter-foot{
	height: 100%;
}
.infooter-foot p:nth-of-type(1){
	font-size: 18px;
	font-family: "微软雅黑";
	font-weight: bold;
	color: #477A03;
	height: 32px;
	line-height: 32px;
	padding-top: 36px;
}
.infooter-foot ul{
	width: 100%;
	height: 58px;
	padding-bottom: 30px;
}
.infooter-foot ul li{
	float: left;
	height: 58px;
	width: 16%;
	text-align: center;
	line-height: 58px;
	font-size: 18px;
	font-family: "微软雅黑";
}
.infooter-foot ul li a{
	color: #878787;
}

.infooter-foot p:nth-of-type(2),.infooter-foot p:nth-of-type(3){
	text-align: center;
	font-size: 12px;
	color: #878787;
}
.infooter-foot p:nth-of-type(4){
	text-align: center;
	padding-top: 20px;
}
.infooter-foot p:nth-of-type(4) img{
	width: 60px;
	height: auto;
}

/*回到顶部*/
.totop{
	height: 50px;
	width: 50px;
	position: fixed;
	z-index: 999;
	right: 0;
	bottom: 100px;
	color: #FFFFFF;
	background: #FFFFFF;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	border: 1px solid #A1DE66;
	border-right: none;
}
.totop img{
	height: 30px;
	width: 30px;
	padding: 10px;
}





/*dingzhifuwu     Start*/
.dingzhifuwu_main{
	width: 1130px;
	margin: 10px auto;
	text-align: center;
}
.dingzhifuwu_main h3{
	color: #3F3F3F;
}
.dingzhixieyi_txt{
	height: 400px;
	width: 1130px;
	resize: none;
	background: #FFFFFF;
	font-size: 14px;
}
.yueduwanbi{
	padding: 10px 20px;
	text-align: center;
	margin-top: 20px;
}
.dzlc dt{
	width: 700px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #A1DE66;
}
.dzlc dd{
	width: 700px;
	line-height: 30px;
	font-size: 16px;
	color: #3f3f3f;
}
#cjwt dt,.fkcjwt dt{
	cursor: pointer;
	min-height: 30px;
	line-height: 30px;
	width: 700px;
	font-size: 20px;
	border-bottom: 1px solid #A1DE66;
	color: #A1DE66;
}
#cjwt dd,.fkcjwt dd{
	font-size: 16px;
	width: 700px;
	color: #3F3F3F;
	line-height: 30px;
	overflow: hidden;

}
/*dingzhifuwu     End*/