@charset "utf-8";
/*reset start*/
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    margin: 0;
    padding: 0;
}

* {
-webkit-text-size-adjust: none;
box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html, body, fieldset, img, iframe, abbr {
    border: 0;
}

/*i, cite, em, var, address, dfn {*/
/*font-style: normal;*/
/*}*/


li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6, small {
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
}

textarea {
    overflow: auto;
    resize: none;
}

label{
    cursor: default;
}
img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}
a, button {
    cursor: pointer;
}
fieldset, img, input, button { 			/*fieldset组合表单中的相关元素*/
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}
del, ins, u, s, a, a:hover {
    text-decoration: none;
}

body, textarea, input, button, select, keygen, legend {
    color: #333;

}
i{
    font-style: normal;
}
.clearfix:after {
    content: ".";
    display: block;
    overflow: hidden;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}
input {
    padding-top: 0;
    padding-bottom: 0;
}
select, input {
    vertical-align: middle;
}
input, textarea, select {
    font-size: 12px;
    margin: 0;
    outline: none;
}

.clearOver {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*公共类*/
.fl {
    float: left
}

.fr {
    float: right
}

.db {
    display: block;
}

.dn {
    display: none;
}

.dib {
    display: inline-block;
}
.pr{
    position: relative;
    z-index: 10;
}
.wrap{
    width: 1000px;
    margin:0 auto;
}
html, body{
    width: 100%;
    height: 100%;
    font-family: "Arial";
}

/*header start*/
.header{
    width: 100%;
    height: 88px;
    padding-top: 25px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 528920;
    box-shadow: 0px 0px 4px blue;
    background: url("../images/nav_bg.jpg") 0 0 no-repeat;
}
.header_left img{
    margin-top: -5px;
}
.header_right ul{
    margin-left: 31px;
}
.header_right ul li{
    float: left;
}
.header_right a{
    height: 41px;
    font-size: 14px;
    color: #6e6e6e;
    font-weight:bold;
    line-height: 41px;
    margin:0 13px;
    padding:0 20px;
    display: block;
    border: 1px solid #fff;
}
.header_right a:hover{
    color: #333;
    border: 1px solid #ffa538;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.header_right .active_a{
    color: #333;
    border: 1px solid #ffa538;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
/*header end*/

/*footer aboutus start */

.footer_aboutus_box{
    width: 100%;
    height: 377px;
    position: relative;
    margin-top: 33px;
    background-color: #e9e9e7;
}
.footer_aboutus_box .faub{
    width: 960px;
    /*height: 452px;*/
    margin:0 auto;
    position: relative;
    z-index: 100;
}
.footer_aboutus_box .faub_list_nav{
    float: left;
    width: 222px;
    margin-right: 18px;
    color: #1d1b23;
}
.footer_aboutus_box .faub_list_nav h3{
    font:bold 14px/34px "Arial";
    color: #1da2fb;
}
.footer_aboutus_box .faub_list_nav .footer_line{
    width: 222px;
    height: 1px;
    margin-bottom: 18px;
    background-color: #d4d3d3;
}

.faub_list_nav ul li a{
    font:14px/30px "Arial";
    color: #929090;
}
.faub_list_nav ul li a:hover{
    text-decoration: underline;
}
.footer_aboutus_box .faub_share{
    width: 960px;
    margin:10px auto 0;
}
.faub_share .faub_share_line{
    width: 406px;
    height: 1px;
    background-color: #b2defa;
    margin-top: 12px;
}
.faub_share .faub_share_icon li{
    float: left;
    margin:0 8px;
}
.footer_aboutus_box .footer_text{
    width: 948px;
    margin:24px auto 0;
    padding-left: 12px;
    text-align: center;
    font:12px/12px "Arial";
    color: #1b1d23;
}
.footer_left_btbg{
    position: absolute;
    left: 0;
    top: -230px;
}
.footer_right_btbg{
    position: absolute;
    right: 0;
    top: -230px;
}
.footer_left_btbg img,
.footer_right_btbg img{
    width: 603px;
    height: 606px;
}
.content_position{
    position: relative;
    z-index: 100;
}

/*footer aboutus end */

/*选服 start*/
.serverPop {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
}

.serverBox {
    width: 779px;
    height: 499px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left:-390px;
    margin-top: -250px;
    padding-top: 74px;
    background-color:#eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.serverBox .closeImg {
    position: absolute;
    top: 18px;
    right: 14px;
    width: 26px;
    height: 17px;
    background: url("../images/closeNormal.png") no-repeat center center;
    cursor: pointer;
}

.serverBox .closeImg:hover {
    background: url("../images/closeHover.png") no-repeat center center;
}

.serverList {
    margin-left: 40px;
    width: 720px;
    height: 324px;
    overflow: scroll;
}

.serverList li {
    float: left;
    width: 161px;
    height: 30px;
    margin-right: 14px;
    margin-bottom: 28px;
    background: url("../images/sNormal.png") no-repeat center center;
}

.serverList li:hover {
    background: url("../images/sHover.png") no-repeat center center;
}

.serverList li a {
    display: block;
    width: 161px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    -webkit-text-shadow:#545454 1px 0 0,#545454 0 1px 0, #545454 -1px 0 0,#545454 0 -1px 0;
    -moz-text-shadow:#545454 1px 0 0,#545454 0 1px 0,#545454 -1px 0 0,#545454 0 -1px 0;
    text-shadow:#545454 1px 0 0,#545454 0 1px 0,#545454 -1px 0 0,#545454 0 -1px 0;
}

/*选服 end*/






























