/* css 初始化样式 */  
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }   
body {color:#555; font-size:14px; font-family: Verdana, Arial, Helvetica, sans-serif; }   
td,th,caption { font-size:14px; }   
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }   
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}   
a { color:#555; text-decoration:none; }   
a:hover { text-decoration:underline; }   
img { border:none; }   
ol,ul,li { list-style:none; }   
input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; }   
table { border-collapse:collapse; }   
html {overflow-y: scroll;}   
/* css common */  
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}   
.clearfix { *zoom:1; } 


body {
	background: url(../images/bg.jpg);
}
.main {
    border:5px solid #eee;
    margin-top: -3px;
    border-top: none;
    margin-bottom: 0px;
}
.content {
	width: 1010px;
	margin: 0 auto;
	background: #fff;
    box-sizing: border-box;   
}
.webmoll {
	margin-bottom: 20px;
	padding-top: 20px;
}
.webmoll div.guangfangcc {
	float: right;
	padding: 15px;
	font-size: 14px;
	line-height: 1.5em;
	color: #000;
	width: 535px;
	padding-top: 0px;
}
.carousel {
	padding: 0 15px;
}
.service {
	padding: 0 15px;
}
.service>h1{
	background: url(../images/1.png);
	text-align: center;
	font-size: 20px;
	height: 45px;
	line-height: 45px;
	color: #b70d10;
	font-weight: bold;
	margin-top: 5px;
}
.service .qq {
	padding: 15px 0;
}
.service .qq li{
	float: left;
	border: 4px solid #7e7e80;
	width: 231px;
	box-sizing: border-box;
	padding: 15px 10px;
	margin-right: 15px;
}
.service .qq li img {
	width: 60px;
	float: left;
}
.service .qq li p {
	padding-left: 65px;
	padding-top: 20px;
	color: #000;
	font-size: 15px;
}
.service .qq li p span b {
	color: #5c242d;
}

.service .qqgroup li{
	float: left;
	width: 121px;
	text-align: center;
	border: 3px solid #daac25;
	border-right: none;
	box-sizing: border-box;
	padding: 15px 0;
}
.service .qqgroup li p.gudong{
	font-size: 16px;
	font-weight: bold;
	color: #822015;
	margin: 8px 0;
}
.service .qqgroup li p.qqhao{
	font-weight: bold;
	color: #365874;
}
.service .qqgroup li:last-child{
	border-right: 3px solid #daac25;
}

.notice {
	margin: 30px 15px;
	border: 2px solid #007eff;
}
.notice span {
	display: inline-block;
	background: #255480;
	color: #fff;
	height: 40px;
	line-height: 40px;
	width: 120px;
	text-align: center;
	font-weight: bold;
	float: left;
}

.wrap{width:820px;float: left;margin-left: 20px;}
.roll-wrap{height:40px;overflow:hidden;}
.roll-wrap li{
	height: 40px;
	line-height: 40px;
	color: #6c6c6c;
	font-size: 22px;
}
.login {
	padding:0 15px ;
}
.login img {
	width: 172px;
    height: 157px;
	margin-right: 20px;
}

.qqcontact {
	background: #9c0305;
	padding: 15px;
	margin-top:30px;
}
.qqcontact  h1 {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}





.white_content {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: none;
    z-index: 1002;
    overflow: auto;
}
.chongzhi_box {
    width: 477px;
    margin: 0 auto;
    border: 5px solid #c4c7d0;
    border-radius: 5px;
    background: #f0eff5;
    padding-bottom: 27px;
}

.ceng_dingwei {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -243px;
    margin-top: -190px;
}

.h_s {
    position: relative;
}
.h1_bg {
    background: #2253bc;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: #fff;
    margin: 15px 0;
    font-size: 24px;
}

.h_s .cha {
    position: absolute;
    right: 17px;
    top: 15px;
}
.fr {
    float: right;
}


.ml150 {
    margin-left: 150px;
}

.btn_com {
    background: #2153bc;
    color: #fff;
    width: 124px;
    height: 43px;
    line-height: 43px;
    vertical-align: middle;
    font-size: 18px;
    border-radius: 5px;
    box-shadow: 0px 1px 1px #666;
    text-shadow: 1px 1px 1px #333;
    cursor: pointer;
}


.right_btn {
    width: 190px;
    background: #2253bc url(../images/right_03.png) 130px center no-repeat;
    text-indent: -40px;
}

.black_overlay {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: alpha(opacity=80);
    opacity: 0.8;
    overflow: hidden;
    background-color: #000;
}


.foot {
    background: #fff;

    border-top: solid 1px #d4d4d4;
    padding-top: 20px;
    text-align: center;
    width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 15px;
}
.foot p {
    line-height: 24px;
    text-align: center;
    color: #999;
}
.foot p a {
    color: #999;
    padding: 0px 8px 0px 8px;
}
.foot em {
    font-family: 宋体;
    color: rgb(204, 204, 204);
    font-style: normal;
    margin: 0px 6px;
}
.foot p {
    line-height: 24px;
    text-align: center;
    color: #999;
}
.down_ico {
    margin-top: 10px;
}
.down_ico a {
    margin-right: 10px;
}

.title-tel a {
    color: #000;
    text-decoration: none;
}

.d_nav,.nlinks,.down_ico {
	width: 1000px;
	margin: 0 auto;
}

.foot > ul {
    width: 1000px;
    margin: 0 auto;
    
}
.foot > ul li {
    float: left;
    width: 97px;
    text-align: center;
} 

.foot > ul li:last-child ,.foot > ul li:nth-child(8) {
    width: 114px;
}
.foot > ul li a {
    padding: 0px 8px 0px 8px;
}

