@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;
}
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;
}
body {
    font-family: Helvetica, Tahoma, Arial, "Microsoft YaHei", STXihei,  SimSun, Heiti, sans-serif;
}
.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;}

/*header {*/
.header {
    width: 100%;
    height: 534px;
    background: url(../images/anquanzhou_header_bg.png) center top no-repeat;
}
.header_wrapper {
    position: relative;
    width: 880px;
    margin: 0 auto;
}
.nav {
    position: absolute;
    top: 280px;
    left: 1px;
    width: 100%;
    height: 50px;
    background: 
}
.nav li {
    float: left;
    margin-right: 5px;
}
.nav li a {
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0 22px;
    color: #fff;
    text-decoration: none;
}
.nav li a:hover {
    background: #398bd4;
}
.nav li a.cur {
    font-size: 24px;
    padding-left: 130px;
    background: url(../images/logo_96.png) 20px center no-repeat #398bd4;
}
.header_wrapper .text_wrapper {
    position: absolute;
    top: 336px;
    left: 22px;
    width: 834px;
    color: #333;
    line-height: 1.5;
}
.header_wrapper p {
    margin-top: 10px;
}

/*header }*/

/*content {*/
.top_area , .bottom_area {
    width: 100%;
    margin: 0 auto;
}
.content {
    width: 880px;
    margin: 0 auto;
}
.top_area {
    padding-top: 108px;
    background: url(../images/anquanzhou_top_area_bg.png) center top no-repeat;

}
.country_point , .ours_point {
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #398bd4;
    text-indent: 80px;
}
.country_point {
    width: 453px;
    background: url(../images/country_point.png) no-repeat;
}
.ours_point {
    width: 232;
    margin-top: 60px;
    background: url(../images/ours_point.png) no-repeat;
}
.country_option_list li {
    float: left;
}
.country_option_list a {
    float: left;
    width: 209px;
    border: 1px solid #398bd4;
    text-align: center;
    font-size: 14px;
    color: #398bd4;
    line-height: 1.5;
    text-decoration: none;
    padding: 10px 0 20px;
    margin-right: 12px;
    background: #fff;
}
.country_option_list a:hover {
    border-color: #ff9c00;
    color: #ff9c00;
}
.country_option_list a.no_mp {margin-right: 0}
.country_option_list a i {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: url(../images/act_icon.png) no-repeat;
}
.country_option_list .country_option1 {background-position:0  0;}
.country_option_list .country_option2 {background-position:0 -60px;}
.country_option_list .country_option4 {background-position:0 -180px;}
.country_option_list .country_option8 {background-position:0 -420px;}

.country_option_list a:hover .country_option1 {background-position:-60px  0;}
.country_option_list a:hover .country_option2 {background-position:-60px -60px;}
.country_option_list a:hover .country_option4 {background-position:-60px -180px;}
.country_option_list a:hover .country_option8 {background-position:-60px -420px;}
.top_area a {margin-top: 20px;}
.top_area p {
    margin-top: 20px;
    line-height: 1.5;
    color: #666;
}
.bottom_area .content {
    background: url(../images/anquanzhou_bottom_bg.png) right 0 no-repeat;
    padding-bottom: 20px;
}
.bottom_area a {
    display: block;
    font-size: 18px;
    color: #666;
    padding-left: 20px;
    font-weight: bold;
    text-decoration: none;
    background: url(../images/auquanzhou_arrow_bg.png) left center no-repeat;
    margin-top: 20px;

}
.bottom_area a:hover {
    color: #398bd4;
    background: url(../images/auquanzhou_arrow_hover.png) left center no-repeat;
}
/*content }*/

/*footer {*/
.footer {
    width: 100%;
    height: 165px;
    text-align: center;
    background: url(../images/anquanzhou_footer_bg.png) center no-repeat;
}
.footer p {
    padding-top: 100px;
    color: #fff;
}
.footer a {color: #fff;text-decoration: none;}
.footer a:hover {text-decoration: underline;}
/*footer }*/