@charset"utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
    font-family: Helvetica, Tahoma, Arial, "Microsoft YaHei", STXihei,  SimSun, Heiti, sans-serif;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;}
.f_l {float: left;}
.f_r {float: right;}

/*content {*/
.banner {
    width: 100%;
    height: 400px;
    margin-bottom: 65px;
    background: url(../images/banner.jpg) no-repeat center;
}
.banner_btn {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: auto;
    background: #f46509;
    color: #fff;
    position: relative;
    top: 310px;
    border-radius: 20px;
    text-decoration: none;
    box-shadow: 0 1px 2px #122570;
}
.banner_btn:hover {background:#f98d48; }
.top_area , .bottom_area {
    width: 100%;
    margin: 0 auto;
}
.content {
    width: 1000px;
    margin: auto;
}
.content p {
    width: 480px;
    color: #666;
    line-height: 2;
}
.content_list {
    width: 480px;
}
.content_list li {
    margin-bottom: 20px;
}
.content_list span {
    color: #666;
    float: left;
    margin: 8px 10px 0 0;
    _margin-right:4px;
}
.content_list p {
    float: left;
    width: 460px;
}

.content_1 p {
    margin-top: 20px;
}
.content_2 {
    margin-top: 65px;
}
.content_3 ,
.content_4 ,
.content_5 ,
.content_6 ,
.content_7 {
    margin-top: 42px;
}
.content_2 p ,
.content_7 p {
    margin-bottom: 20px;
}
.title_line {
    margin-bottom: 30px;
}
.orange_border {
    border-top: 4px solid #f46509;
}
.blue_border {
    border-top: 4px solid #202e5b;
}

.title_line h2 {
    padding: 10px 20px;
    font-size: 20px;
    color:#fff;
    border-radius: 16px;
    margin-top: -22px;
    _position: relative;
    _z-index: 9999;
}
.title_line .orange {
    background: #f46509;
}
.title_line .blue {
    background: #012255;
}

.bottom_area .content {
    padding-bottom: 20px;
}
.bottom_area .customers {
    margin-top: 80px;
}
.bottom_area .f_r a {
    padding-left: 16px;
    background: url(../images/auquanzhou_arrow_bg.png) left center no-repeat;
    margin-top: 20px;
    display: block;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    text-decoration: none;
}
.bottom_area .f_r a:hover {
    color: #398bd4;
    background: url(../images/auquanzhou_arrow_hover.png) left center no-repeat;
}
.customers_list {width: 500px;margin-left: -36px;_margin-left: 0px;}
.customers_list li {
    float: left;
    width: 150px;
    height: 74px;
    line-height: 74px;
    margin-left: 16px;
    text-align: left;
    _margin-left: 10px;
    _overflow: hidden;
}
/*content }*/

/*footer {*/
.footer {
    width: 100%;
    text-align: center;
    background: #012255;
    padding: 30px 0;
}
.footer li {
    display: inline;
    padding: 0 15px;
}
.footer li:nth-child(2) {
    border-style: none solid;
    border-width: 1px;
    border-color: #d9e8ff;
}
.footer p {
    padding-top: 20px;
    color: #d9e8ff;
}
.footer a {color: #d9e8ff;text-decoration: none;}
.footer a:hover {text-decoration: underline;}
img[src="http://icon.cnzz.com/img/pic.gif"],
img[src="http://eiv.baidu.com/hmt/icon/21.gif"] {display: none;}
/*footer }*/