@charset "utf-8";
body,ul,ol,h1,h2,h3,h4,h5,h6,p,input,select,textarea,dl,dd,a{margin: 0;padding: 0;}
ul,ol{list-style: none;}
input,select,textarea{background-color: transparent; border: none; outline: none;}
textarea{resize: none;}
img{border: none; vertical-align: top;}
a{text-decoration: none;}

.clearfix:after,.clearfix:before{content: "";display: table;}
.clearfix:after{clear: both;}
.clearfix{*zoom:1;}

.fl{float: left;} .fr{float: right;}
.show{ display: block;} .hide{ display: none;}
.gWidth{margin-left: auto;margin-right: auto;}


html {
	height: 100%;
	border: none;
}

div, ul, li, img, dl, dd, dt, p {
	padding: 0;
	margin: 0;
	border: none;
}
ul, dl {
	list-style-type: none;
}
h1, h2, h3, h4, h5,h6{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #004da1;
	text-decoration: none;
}
.clear {
	clear: both;
}

/* 悬浮框 */
.xuanfukuang{z-index:999;display:block;position:fixed;top:40%;right:-123px;}
.xuanfukuang li{width:165px;height:40px;line-height:40px;margin-bottom:10px;box-sizing:border-box;padding-right:10px;font-size:14px;transition:.3s;color:#fff;border-radius:5px 0 0 5px;font-weight:bold;text-align:center;overflow:hidden;}
.xuanfukuang li a{ color:#fff;}
.xuanfukuang li span{float:left;display:block;width:40px;height:40px;}
.xuanfukuang li img{ width:130px; height:130px; margin:10px;}
.xuanfukuang li:hover{transform:translateX(-110px);}
.xuanfukuang li:nth-child(6):hover{transform:translateX(-110px);height:150px;}
.xuanfukuang li:nth-child(6):hover span{display:none;}
.xuanfukuang li:nth-child(3):hover{transform:translateX(-110px);height:150px;}
.xuanfukuang li:nth-child(3):hover span{display:none;}

.xuanfukuang li:nth-child(1){background:#35afe2;}
.xuanfukuang li:nth-child(2){background:#ea201c;}
.xuanfukuang li:nth-child(3){background:#62b900;}
.xuanfukuang li:nth-child(4){background:#333;}
.xuanfukuang li:nth-child(5){background:#333;}
.xuanfukuang li:nth-child(6){background:#333;}

.xuanfukuang li:nth-child(1) span{background:url(../images/QQ.png);}
.xuanfukuang li:nth-child(2) span{background:url(../images/tell.png);}
.xuanfukuang li:nth-child(3) span{background:url(../images/weixin2.png);}
.xuanfukuang li:nth-child(4) span{background:url(../images/fhdb.png);}
.xuanfukuang li:nth-child(5) span{background:url(../images/fhsy.png);}
.xuanfukuang li:nth-child(6) span{background:url(../images/wxewm.png);}


.xuanfukuang li:nth-child(1):hover span{background:url(../images/QQ1.jpg);}
.xuanfukuang li:nth-child(2):hover span{background:url(../images/tel1.jpg);}
.xuanfukuang li:nth-child(3):hover span{background:url(../images/weixin2.jpg);}
.xuanfukuang li:nth-child(4):hover span{background:url(../images/fhdb1.jpg);}
.xuanfukuang li:nth-child(5):hover span{background:url(../images/fhsy1.jpg);}
.xuanfukuang li:nth-child(6):hover span{background:url(../images/ewm1.jpg);}






.pagination {
    display:inline-block;
    padding-left:0;
    margin:17px 0;
    border-radius:3px;
}
.pagination > li {
    display:inline;
}
.pagination > li > a,.pagination > li > span {
    position:relative;
    float:left;
    padding:6px 12px;
    line-height:1.42857143;
    text-decoration:none;
    color:#2c3e50;
    background-color:#fff;
    border:1px solid #ddd;
    margin-left:-1px;
}
.pagination > li:first-child > a,.pagination > li:first-child > span {
    margin-left:0;
    border-bottom-left-radius:3px;
    border-top-left-radius:3px;
}
.pagination > li:last-child > a,.pagination > li:last-child > span {
    border-bottom-right-radius:3px;
    border-top-right-radius:3px;
}
.pagination > li > a:hover,.pagination > li > span:hover,.pagination > li > a:focus,.pagination > li > span:focus {
    z-index:2;
    color:#11181f;
    background-color:#eeeeee;
    border-color:#ddd;
}
.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus {
    z-index:3;
    color:#fff;
    background-color:#2c3e50;
    border-color:#2c3e50;
    cursor:default;
}
.pagination > .disabled > span,.pagination > .disabled > span:hover,.pagination > .disabled > span:focus,.pagination > .disabled > a,.pagination > .disabled > a:hover,.pagination > .disabled > a:focus {
    color:#777777;
    background-color:#fff;
    border-color:#ddd;
    cursor:not-allowed;
}
.pagination-lg > li > a,.pagination-lg > li > span {
    padding:10px 16px;
    font-size:15px;
    line-height:1.3333333;
}
.pagination-lg > li:first-child > a,.pagination-lg > li:first-child > span {
    border-bottom-left-radius:5px;
    border-top-left-radius:5px;
}
.pagination-lg > li:last-child > a,.pagination-lg > li:last-child > span {
    border-bottom-right-radius:5px;
    border-top-right-radius:5px;
}
.pagination-sm > li > a,.pagination-sm > li > span {
    padding:5px 10px;
    font-size:11px;
    line-height:1.5;
}
.pagination-sm > li:first-child > a,.pagination-sm > li:first-child > span {
    border-bottom-left-radius:2px;
    border-top-left-radius:2px;
}
.pagination-sm > li:last-child > a,.pagination-sm > li:last-child > span {
    border-bottom-right-radius:2px;
    border-top-right-radius:2px;
}