﻿html, body, div, p, dl, dt, dd, ul, ol, li, table, tr, th, td, h1, h2, h3, h4, h5, h6, pre, img, form, fieldset, input, textarea, p, blockquote {
    margin:0px;
    padding:0px;
    box-sizing:border-box;
}
body,html{
    font-family: Arial,"微软雅黑";
    font-size:16px;
    min-width:1400px;
}
ul,ol li{
    list-style: none;
}
a{
    text-decoration: none;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.clear:after{
    display: block;
    height:0;
    content:"";
    visibility: hidden;
    clear:both;
}
.center{
    width:1203px;
    margin:0 auto;
}

/*固定定位*/
.fixedBox{
    position: fixed;
    z-index:999;
    right:0;
    top:265px;
    width:60px;
}
.fixedBox li{
    width:60px;
    height:60px;
    border-radius: 50%;
    font-size:12px;
    line-height:90px;
    text-align: center;
    color:#fff;
    margin-bottom:5px;
    cursor: pointer;
}
.fixedBox li.fixedQQ{
    background:#3fdee0 url("../statics/fixedIco.png") no-repeat center top;
}
.fixedBox li.fixedQQ:hover{
    background-color:#277e7f;
}
.fixedBox li.fixedSignIn{
    background:#ff656a url("../statics/fixedIco.png") no-repeat 1px -124px;
}
.fixedBox li.fixedSignIn:hover{
    background-color:#dd5b5f;
}
.fixedBox li.fixedWX{
    background:#92df79 url("../statics/fixedIco.png") no-repeat center -187px;
}
.fixedBox li.fixedWX:hover{
    background-color:#6ba458;
}
.sigut,.callUs{
    position:fixed;
    width:110px;
    height:102px;
    background:#f18f0f;
    border-radius:5px;
    top:275px;
    right:60px;
    z-index:99;
    color:#fff;
    text-align:center;
    display: none;
}
.wxEwm{
    position:fixed;
    top:268px;
    right:60px;
	z-index:999;
	display: none;
}
.sigut h1,.callUs h1{
    font-size:18px;
    margin-top:8px;
}
.sigut p,.callUs p{
    font-size:12px;
    margin:8px 0 10px;
}
.sigut a,.callUs a{
    display: block;
    width: 90px;
    height: 28px;
    margin:0 auto;
    z-index: 100;
    border-radius: 5px;
    background:#febb01;
    color: #c06f05;
    box-shadow:0 0 5px #dd7f0f;
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
}
.sigut a:hover,.callUs a:hover{
	background:#fdc730;
}
/*回到顶部*/
.goTop{
    width:60px;
    height:60px;
    background:#00b374 url("../statics/goTop1.png") no-repeat;
    position:fixed;
    right:0;
    top:641px;
    border-radius:50%;
    cursor:pointer;
	display:none;
}
.goTop:hover{
    background-color: #096d4a;
}

#c{
			background-color: #00bb00;
			color: #fff;
		}
.page{
padding: 20px;
}
        	.page a{
			border:1px solid #ededed;
			color: #8b8b8b;
			padding:2px 12px;
			    display: inline-block;
			height:30px;
			line-height:30px;
			border-radius: 3px;
		}
		.page a:hover{
			text-decoration: none;
			 background-color: #00ff00;
color: #fff;
		}
