﻿* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}
	body {
		font-size: 14px;
        padding:0;
        font-family: Microsoft YaHei,arial,宋体
	}
	ul li{
		list-style: none;
	}
	a {
		text-decoration: none;
	}
	.left {
		float: left;
	}
	.right {
		float: right;
	}
	.container {
		width: 1024px;
		margin: 0 auto;
	}
	.container:before {
		content: " ";
		display: table;
	}
	.container:after {
		content: " ";
		display: table;
		clear: both;
	}  
    .col-xs-4,.col-xs-3{padding: 0}
    a,a:hover{
        list-style: none;
	    text-decoration: none;
	    color:#FE5E3F;
    }
    .top{width: 100%;
	    height: 80px;
	    background-color: #3A3D44;
	    margin: 0 auto;
    }
    .top_left{float: left;height:90%;line-height: 80px;}
    .top_right{float:right;}
    .top_right a{padding: 0 8px;font-size:19px;height:40px;margin-top:22px}
    .top_right a:hover{color: #FE5E3F;}
	.title {
        padding-bottom:20px;
		display: inline-block;
		vertical-align: middle;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
        color:#fff;
	}
	.title:before {         
		content: "";
		position: absolute;
		z-index: -1;
		left: 50%;
		right:50%;
		bottom: 0;
		background:#FE5E3F;
		height: 4px;
		-webkit-transition-property: left, right;
		transition-property: left, right;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}
	.title:hover:before, .title:focus:before, .title:active:before {
		left: 20%;
		right:20%;
	}
    .index{color: #FE5E3F}
    .top_right li{float: left}
    .anchor{float:right;}
    .content_6{margin: 0 auto;background-color: #32363d;opacity: 0.9;padding: 30px 0 30px 0;min-width: 100%;}
    .content_6 img{width:20px;}
    .content_6 h4{color: white;margin-bottom: 20px}
    .content_6 span{color: white;font-size:12px }
    .content_6 .c6_left div{margin-top: 10px}
    .content_6 .c6_cl{padding-right:3px}
    .content_6 .c6_cr{padding-left:3px}
    .content_6 input{margin:6px;}
    .content_6 .submit{background-color: #f88b2b;border: none;color: white;height:38px;width:100px;border-radius: 4px;}
    .content_6 textarea{margin:6px;height:74px;max-width: 262px;max-height:74px}
    .content_6 .qrcode{width: 113px;line-height: 273px;margin-top: 56px}
    .foot{background-color: black;
	    text-align: center;
	    padding: 10px 0 10px 0;
	    min-width: 1024px;

    }
    .foot,.foot a,.foot span{color: white}
    .foot a:hover{color:#808080}
    .foot p{background-color: #000; padding:0 !important;font-size:14px !important; margin:0 ;}
    .content_3 div.c3 div.col-xs-5>span{
        line-height:36px;
        font-weight:400;
    }
    /*底部小图链接*/
.f_logo_box .fl_list{
	width: 94px;
    height: 42px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.f_logo_box a {
    width: 100%;
    height: 42px;
    background-image: url('../img/home.png');
    display: block;
    cursor: pointer;
    text-decoration: none;
    color: #237db2;
}
.f_logo_box .fl_logo_01 a{
background-position: 0 -122px;
}
.f_logo_box .fl_logo_02 a{background-position: -45px -42px;}
.f_logo_box .fl_logo_03 a{background-position: -136px 0;}
.f_logo_box .fl_logo_04 a{background-position: 0 0;}
.f_logo_box .fl_logo_05 a{ background-position: -139px -42px;}
.f_logo_box .fl_logo_06 a{background-position: -94px 0;}

#register,#login,#recharge,#logout,#identification,#change_pwd{
    font-size:12px !important;
    color:#FE5E3F;
}
#logout:hover,#identification:hover{
    color:#FE5E3F !important;
}






   
