#footer .footer_guide a, #footer .footer_guide span,#footer .footer_guide div{
	text-decoration:none;
	margin: 0;
	padding: 0;
	font-family: "Microsoft Yahei";
	color: #b4b4b4;

}
#footer ul, ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}
/* footer area */
#footer{
	width:100%;
	min-width:1200px;
	margin:0 auto;
	background:#333333;
	position:relative;
	font-family: "Microsoft Yahei";
}
#footer .footer_guide{
	width:1200px;
	margin:0 auto;
	position:relative;
}

#footer .features {
    width: 100%;
    height: 160px;
}
#footer .features .single_feature{
    margin: 0;
    float: left;
    position: relative;
    width: 25%;
    height: 100%;
}
.single_feature .feature_tit{
    font-size: 30px;
    color: #ff6699;
    position: absolute;
    top: 20px;
    left: 20px;
}
.single_feature .why{
    width: 95%;
    font-size: 30px;
    font-weight: bold;
    color: #ff6699;
    position: absolute;
    bottom: 40px;
    left: 20px;
}
.single_feature .colorbar{
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 100%;
}
.yellow-bar{
    background-color: #ffe699;
}
.red-bar{
    background-color: #ff6699;
}
.purple-bar{
    background-color: #cc99fe;
}
.green-bar{
    background-color: #98e0d2;
}
.single_feature .why .point{
    color: #b4b4b4;
    position: relative;
    width: 44%;
    float: left;
    line-height: 25px;
    font-size: 12px;
    font-weight: normal;
}

#footer .bottom_info {
    width: 100%;
    height: 200px;
}

.bottom_info .info_clm {
    position: relative;
    height: 100%;
    width: 20%;
    float: left;
}
.bottom_info .info_clm a:hover{
	cursor:pointer;
	color:#ff6699;
}
.verticle_bar {
    position: absolute;
    top: 20px;
    right: 0;
    width: 1px;
    height: 80%;
    background-color: #727272;
}

.bottom_nav {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 18px;
    color: #eaeaea;
}

.nav_items{
    position: absolute;
    left: 20px;
    height: 100px;
    top: 60px;
}

.nav_items .singel_items {
    display: block;
    font-size: 15px;
    line-height: 28px;
    color: gray;
    cursor: default;
}

.bottom_info .follows{
    position: absolute;
    top: 60px;
    left: 20px;
    height: 100px;
}

.follows .social {
    position: relative;
    float: left;
    width: 60px;
    height: 120px;
    margin-right: 25px;
    text-align: center;
}

.social_icon_weixin, .social_icon_weibo, .social_icon_tengxun {
    margin: 0 auto;
    width: 52px;
    height: 60px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.social_icon_weixin{
    background: url(../../images/content/weixin_gray.png) center no-repeat;
}
.social_icon_weibo{
    background: url(../../images/content/weibo_gray.png) center no-repeat;
}
.social_icon_tengxun{
    background: url(../../images/content/tengxun_gray.png) center no-repeat;
}
.social:hover .social_icon_weixin{
    background: url(../../images/content/weixin.png) center no-repeat;
}
.social:hover .social_icon_weibo{
    background: url(../../images/content/weibo.png) center no-repeat;
}
.social:hover .social_icon_tengxun{
    background: url(../../images/content/tengxun.png) center no-repeat;
}
.social:hover .weixin{
    color: #5cca8d;
}
.social:hover .weibo{
    color: #ffd863;
}
.social:hover .tengxun{
    color: #73adc2;
}


.social .social_name {
    font-size:14px;
    text-align: center;
    color: gray;
}
.social:hover .social_detail{
	display:block;
}
.social .social_detail{
	display: none;
	width: 121px;
	height: 128px;
	background-color: white;
	position: absolute;
	top: 89px;
	left: -29px;
	z-index: 10;
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	border: 1px solid #eaeaea;
	text-align: left;
}
.social .social_detail.weibo{
	height: 110px;
	width: 110px;
}
.social .social_detail.weibo .weibo_btn{
    position: absolute;
	bottom: 19px;
	left: 42px;
}
.social .social_detail.weibo .footer_weibo{
    display: block;
	overflow: hidden;
	width: 100%;
	height: 100px;
	position: absolute;
	top: 8px;
	left: 10px;
}
.social .social_detail.weibo .footer_weibo .footer_weibo_content{
	display: block;
	position: absolute;
	top: -36px;
}
.social .social_detail:before{
	content: "◆";
	font-size: 25px;
	font-style: normal;
	color: #DDDDDD;
	position: absolute;
	left: 52px;
	top: -17px;
}
.social .social_detail:after{
	content: "◆";
	font-size: 25px;
	font-style: normal;
	color: #fff;
	position: absolute;
	left: 52px;
	top: -16px;
}
.social .social_detail img{
	margin-top:5px;
	width: 120px;
}
.social .social_detail .footer_weibo img{
	margin-top:5px;
	width: 90px;
}
.bottom_phone_icon {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 55px;
    left: 20px;
    background: url(../../images/content/phone_bottom.png) center no-repeat;
}

.bottom_phone {
    position: absolute;
    top: 54px;
    left: 55px;
    width: 220px;
    height: 33px;
    text-align: right;
    font-size: 30px;
    font-weight: bold;
    color: #ff6699;
}

.bottom_app {
    position: absolute;
    top: 100px;
    left: 20px;
    font-size: 16px;
    color: #aaa;
}

#footer .footer_guide div .app_btn{
    width: 100px;
    height: 30px;
    position: absolute;
    background-color: #ff6699;
    color: white;
    text-align: center;
    line-height: 30px;
    text-indent: 18px;
    border-radius: 3px;
    background-position:12px;
    background-repeat: no-repeat;
    cursor: default;
	font-size:14px;
}
.app_btn:hover{
    background-color: #ff87b0;
}
.app_btn.apple{
    top: 130px;
    left: 20px;
    background-image: url(../../images/content/apple_icon.png);
}
.app_btn.android{
    top: 130px;
    left: 130px;
    background-image: url(../../images/content/andriod_icon.png);
}
#footer .app_btn:hover .app_qrcode{
	display:block;
}
#footer .app_qrcode{
	display: none;
	width: 164px;
	height: 161px;
	background-color: white;
	position: absolute;
	top: 33px;
	left: -30px;
	z-index: 10;
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	border: 1px solid #eaeaea;
	text-align: left;
}
#footer .app_qrcode .footer_app_qr{
	display: inline-block;
	margin: 0 auto;
}
#footer .app_qrcode .footer_app_qr img{
	display: block;
	margin-left: -10px;
	margin-top: 6px;
	width: 150px;
}
#footer .app_qrcode:before{
	content: "◆";
	font-size: 25px;
	font-style: normal;
	color: #DDDDDD;
	position: absolute;
	left: 22px;
	top: -15px;
}
#footer .app_qrcode:after{
	content: "◆";
	font-size: 25px;
	font-style: normal;
	color: #fff;
	position: absolute;
	left: 22px;
	top: -14px;
}

.links {
    height: 120px
}

.links .link_tab {
    display: inline-block;
    margin-right: -4px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-bottom: 4px solid #333333;
    text-align: center;
    cursor: default;
    color: gray;
    *display:inline;
    *zoom:1;
}
.links .link_tab:hover{
    background-color: #464646;
    border-bottom: 4px solid #464646;
    color: #ff6699;
}
.links .link_tab.active{
    border-bottom: 4px solid #ff6699;
    color: #ff6699;
}



.link_content li{
    display: inline-block;
    margin-right: 8px;
    *display:inline;
    *zoom:1;
}
.link_content a:hover{
    color: #ff6699;
}
.link_content a{
    font-size: 10px;
}
.link_content {
    width: 100%;
    height: 70px;
    position: relative;
    padding-top: 20px;
    border-top: 1px solid #606060;
}

.bottom_navigation {
    padding-top: 10px;
    width: 100%;
    height: 80px;
    text-align: center;
    border-top: 1px solid #606060;
    padding-bottom: 30px;
	color: #b4b4b4;
}
.bottom_navigation a{
    cursor: default;
}
.bottom_navigation a:hover{
    color: #ff6699;
}
.bottom_navigation li{
    font-size:14px;
    display: inline-block;
    *display:inline;
    *zoom:1;
}
.bottom_navigation li a{
    padding: 0 5px;
    cursor:pointer;
}

.bottom_navigation .copyright {
    padding-top: 5px;
    font-size: 10px;
}


#beian{
	font-size: 10px;
}
#cnzz_stat_icon_1253900766{
	position:fixed;
	bottom:-30px;
	visibility:hidden;
}

.min-foot{font-size:18px;padding:24px 0;color:#dadada;text-align:center;background-color:#727171;display:none;	margin: 0 auto;}