﻿@charset "utf-8";

/*■■■■■■■■　共同设定 ■■■■■■■■*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, table, tr, th, td, img {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

ul, ul li, input, dl, dd {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img {
    display: block;
    width: 100%;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #444;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

/* HTY Common Atom*/
.clear {
    background: none;
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clear-fix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.c_b {
    clear: both;
}

textarea {
    resize: none;
    overflow: auto;
}

/*■■■■■■■■　基本设定　■■■■■■■■*/

body {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #535353;
    overflow-x: hidden;
    margin: 0 auto;
}

.theme_color {
    background: #00beaf;
}

.theme_color1 {
    background: #ee0062;
}

.theme_color2 {
    background: #222;
}

.wl_1004 {
    width: 1004px;
    margin: 0 auto;
    position: relative;
}

/*-----------------  ■ common -------------------*/
.rollover:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: 0.7;
    zoom: 1;
}

.main {
    width: 1120px;
    margin: 0 auto;
    position: relative;
}

/*-----------------  ■ header -------------------*/
.header {
    width: 100%;
    height: 80px;
    border-top: 2px solid #00beaf;
}

.header .main {
    width: 1120px;
    margin: 0 auto;
}

.header .logo {
    float: left;
    margin-top: 20px;
    height: 40px;
}

.header .logo img {
    width: auto;
    max-height: 40px;
}

.header .tel {
    float: right;
    background-image: url(../images/index_icon01.png);
    background-repeat: no-repeat;
    height: 25px;
    line-height: 25px;
    padding-left: 35px;
    font-size: 16px;
    color: #999;
    margin-top: 23px;
}

.header .tel span {
    font-size: 30px;
}

.header .share_b {
    float: right;
    margin-top: 17px;
}

/*------search-------*/
.search01 {
    float: right;
    width: 244px;
    height: 34px;
    background-color: #fff;
    border-radius: 15px;
    margin-top: 10px;
}

.search02 {
    float: left;
}

.search02 input.search03 {
    width: 120px;
    font-size: 14px;
    color: #333;
    height: 34px;
    line-height: 34px;
    margin-left: 15px;
    border: none;
    outline: none;
    float: left;
}

.search02 input.search04 {
    width: 15px;
    height: 34px;
    float: left;
    background-image: url(../images/index_icon02.png);
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
    background-color: #fff;
    cursor: pointer;
}

.search05 {
    float: left;
    width: 80px;
    height: 34px;
    line-height: 34px;
}

.jslct {
    color: #333;
    font-family: "微软雅黑";
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 12px;
    position: relative;
    vertical-align: middle;
    cursor: default;
    width: 80px;
    height: 34px;
    line-height: 34px;
    z-index: 0;
}

.jslct div.jslct_t {
    position: relative;
    padding-left: 5px;
    z-index: 2;
    *display: block !important;
    *display: inline;
    zoom: 1;
}

.jslct em {
    font-style: normal;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jslct dl, .jslct dl dd {
    padding: 0;
    margin: 0;
    list-style: none
}

.jslct dl {
    background: #00beaf;
    position: absolute;
    top: 32px;
    left: 0;
    cursor: default;
    width: 80px;
    padding: 0 2px 8px;
    overflow: hidden;
    z-index: 1;
    display: none;
    font-size: 12px;
}

.jslct dl dd {
    box-sizing: border-box;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    border- /
    bottom: #ccc solid 1px;
    white-space: nowrap;
    cursor: pointer;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
}

.jslct dl dd:hover {
    color: #fff;
    background: #21a28a;
}

.jslct dl dd.hover {
    color: #fff;
    background: #21a28a;
}

/*********nav*********/
.g_nav {
    height: 54px;
    width: 100%;
    position: relative;
    background-color: #00beaf;
}

.g_nav01 {
    width: 1120px;
    margin: 0 auto;
}

.g_nav01 ul li {
    text-align: center;
    height: 54px;
    position: relative;
    line-height: 54px;
}

.g_nav01 a {
    color: #fff;
    font-size: 18px;
    position: relative;
    text-align: left;
}

.g_nav01 a.now div {
    width: 65px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 25px;
}

.g_nav01 a span {
    font-size: 12px;
    color: #baa58c;
}

.g_nav01 .nav_tan {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 54px;
    padding: 5px 5px;
    background-color: #00beaf;
    opacity: 0.95;
    z-index: 100;
    line-height: 30px;
}

.g_nav01 .nav_tan a {
    display: inline-block;
    height: 30px;
    font-size: 16px;
}

/*********footer*********/
.footer {
    width: 100%;
    line-height: 1.6
}

.footer .top_b {
    border-bottom: 1px solid #00beaf;
    background-color: #f5f5f5;
    padding: 10px 0;
}

.footer .top_b .clear-fix {
    padding: 10px 0;
}

.footer .lb {
}

.footer .friend_links {
}

.footer .friend_links span {
    font-size: 14px;
    color: #666;
    float: left;
}

.footer .friend_links a {
    float: left;
    color: #999;
    margin-left: 30px;
    font-size: 14px;
}

.footer .friend_links a:hover {
    color: #02beaf;
}

.footer .info_b {
    font-size: 14px;
}

.footer .info_b span {
    float: left;
    color: #666;
}

.footer .info_b div {
    float: left;
    color: #999;
    margin-left: 15px;
    font-size: 14px;
}

.footer .rb {
    float: right;
    background-image: url(../images/index_icon03.png);
    background-repeat: no-repeat;
    line-height: 22px;
    height: 22px;
    padding-left: 45px;
    margin-top: 27px;
}

.footer .rb a {
    font-size: 14px;
    color: #999;
}

.footer .rb a:hover {
    color: #02beaf;
}

.manager_info {
    clear: both;
    width: 1120px;
    margin: 0 auto;
    line-height: 52px;
    font-size: 14px;
    color: #999;
    text-align: center;
}

.manager_info a {
    color: #999;
}

.manager_info a:hover {
    color: #02beaf;
}

.manager_info span {
    padding-left: 20px;
}

/*pub*/
.wl_1120 {
    width: 1120px;
    margin: 0 auto;
    position: relative;
}

/*-----首页 banner-----*/
.slideBox {
    width: 100%;
    overflow: hidden;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    width: 100%;
}

.slideBox .bd img {
    display: block;
    margin: 0 auto;
}

.banner_cont {
    height: 100% !important;
}

.slider_img {
    display: block;
    text-align: center;
    height: 100%;
}

/*---成果----*/
.icheng h2 {
    background: url(../images/k4.gif) left top no-repeat;
    height: 66px;
    color: #666666;
    font-size: 14px;
    padding: 45px 0 0 88px;
}

.icheng h2 label {
    font-size: 24px;
    color: #000;
}

.accordion {
    width: 1180px;
    overflow: hidden;
    height: 330px;
    margin: 44px auto 0;
}

.accordion ul li {
    margin: 0 1px 0 0;
    overflow: hidden;
    background-repeat: no-repeat;
    float: left;
    width: 180px;
    height: 330px;
    cursor: pointer;
    position: relative;
}

.accordion ul li.active {
    width: 460px;
}

.accordion ul li a {
    display: block;
    width: 180px;
    height: 330px;
    cursor: pointer;
}

.accordion ul li a span {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 460px;
    transition: 0;
    height: 330px;
}

.accordion ul li.active span {
    display: none;
}

.accordion ul li .iccon {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    padding-left: 32px;
    width: 428px;
    height: 330px;
    display: none;
}

.accordion ul li.active .iccon {
    display: block;
}

.accordion ul li .iccon h4 {
    font-size: 14px;
    color: #fff;
    padding: 230px 0 0;
    height: 30px;
}

.accordion ul li .iccon h4 b {
    font-size: 24px;
}

.accordion ul li .iccon p {
    font-size: 16px;
    color: #fff;
    padding: 10px 0 0
}

.ic_more {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    margin: 29px 0 0
}

/*---行业动态-----*/
.inew {
    height: 501px;
    margin-top: 83px
}

.in_fl {
    float: left;
    width: 466px;
    padding: 0 0 0 28px
}

.in_name {
    display: block;
    font-size: 24px;
    color: #fff;
    padding: 52px 0 16px;
    background: url(../images/k5.gif) left bottom no-repeat;
}

.inew_ul {
    display: block;
    padding: 6px 0 0
}

.inew_ul li {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}

.inew_ul li img {
    float: left;
}

.inew_ul li .irr {
    float: right;
    width: 312px;
}

.inew_ul li .irr h4 {
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    padding: 5px 0 0
}

.inew_ul li .irr span {
    display: block;
    font-size: 14px;
    line-height: 21px;
    height: 42px;
    overflow: hidden;
    color: #fff;
    padding: 7px 0 0
}

.inew_ul li a:hover h4 {
    color: #ee0049
}

/*---风采----*/
.ifeng_fr {
    float: right;
    width: 467px;
    background: url(../images/k5.png) right bottom no-repeat;
    height: 452px;
}

.if_con {
    padding: 65px 0 0 37px;
}

.if_con img {
    float: left;
}

.if_crr {
    float: right;
    width: 188px;
    padding: 0 25px 0 0
}

.if_crr h4 {
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    display: block;
    padding: 100px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.if_crr span {
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 5px 0 0;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
}

.if_crr .icc {
    color: #fff;
    font-size: 16px;
}

/*book*/
.ibook h2 {
    text-align: center;
    padding: 70px 0 0
}

.message {
    float: left;
    padding: 45px 0 0
}

.message input, .message textarea {
    float: left;
    margin-bottom: 11px;
    border: 1px solid #000;
    line-height: 40px;
    height: 40px;
    text-indent: 20px;
    color: #999999;
    font-size: 14px;
    font-family: 微软雅黑;
}

.message textarea {
    height: 144px;
}

.inp_fl {
    float: left;
    width: 362px;
    padding-right: 16px;
}

.yzm {
    width: 100%;
    margin: 20px 0 0
}

.message .subbut {
    border: 0;
    width: 100%;
    height: 46px;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    font-family: "Microsoft Yahei"
}

.viewcon {
    overflow: hidden;
    ma /
    rgin: 0 12px 36px;
    width: 940px;
    display: inline;
    word-break: break-all;
    color: #6c4c30;
    font-size: 14px;
    float: left;
    padding: 0 20px 20px;
    line-height: 30px;
    font-size: 14px
}

.focus {
    width: 358px !important;
    height: 38px !important;
    border: 2px solid #ee0049 !important;
}

.focus1 {
    width: 618px !important;
    height: 142px !important;
    border: 2px solid #ee0049 !important;
}

/*圆圈分类*/
.circle_bg {
    height: 0;
    width: 1004px;
    margin: 0 auto;
    position: relative;
}

.circle_b {
    top: -100px;
    position: absolute;
    z-index: 5;
}

.circle_type {
    width: 200px;
    height: 200px;
    float: left;
    background-color: #f00;
    border-radius: 100%;
    margin: 0 24px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
}

.circle_type a {
    display: block;
}

.circle_type .titlea {
    width: 55px;
    height: 57px;
    border: 4px solid #fff;
    margin-left: 65px;
    margin-top: 68px;
    font-size: 20px;
    color: #fff;
    padding-left: 10px;
}

/*首页两条咨询*/
.two_news {
    width: 1440px;
    height: 250px;
    clear: both;
}

.two_news_b {
    width: 1004px;
    margin: 0 auto;
}

.two_news_b li {
    float: left;
    width: 490px;
    height: 190px;
    background-color: #4f1c00;
}

.two_news_b li + li {
    margin-left: 20px;
}

.two_news_b li a {
    display: block;
}

.two_news_b .img {
    float: left;
    width: 201px;
    height: 151px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 20px;
    margin-top: 20px;
}

.two_news_b .infob {
    float: left;
    width: 235px;
    padding-left: 20px;
    padding-top: 30px;
}

.two_news_b .title {
    font-size: 18px;
    line-height: 18px;
    color: #ff9a64;
}

.two_news_b .other {
    clear: both;
    color: #8e502f;
    font-size: 14px;
    line-height: 16px;
    padding-top: 15px;
}

.two_news_b .time {
    float: left;
    background-image: url(../images/two_itemicon1.png);
    background-repeat: no-repeat;
    padding-left: 25px;
}

.two_news_b .looks {
    float: left;
    background-image: url(../images/two_itemicon2.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    margin-left: 25px;
    background-position: 0 3px;
}

.two_news_b .msg {
    font-size: 14px;
    line-height: 28px;
    color: #c9987d;
    clear: both;
    padding-top: 10px;
}

/*产品中心*/
.pro_bg {
    width: 1440px;
    margin: 0 auto;
    height: 385px;
}

.pro_bg ul {
    width: 1004px;
    margin: 0 auto;
    padding-top: 150px;
}

.pro_bg li {
    float: left;
    width: 176px;
    height: 176px;
    border-radius: 100%;
    border: 1px solid #b49b63;
    overflow: hidden;
}

.pro_bg li + li {
    margin-left: 26px;
}

.pro_col {
    width: 166px;
    height: 166px;
    margin-left: 5px;
    margin-top: 5px;
    border-radius: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pro_col .info {
    height: 80px;
    width: 166px;
    margin-top: 46px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    display: none;
}

.pro_col .title {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    padding-top: 15px;
}

.pro_col .msg {
    font-size: 14px;
    line-height: 14px;
    color: #f2b797;
    padding-top: 12px;
}

/*企业资讯+留言*/
.msgnews_bg {
    width: 1440px;
    margin: 0 auto;
    height: 356px;
}

.company_b {
    float: left;
    padding-top: 105px;
}

.company_b li {
    height: 16px;
    width: 452px;
    background-image: url(../images/company_bg.png);
    background-repeat: repeat-x;
    font-size: 14px;
    line-height: 16px;
    margin-top: 23px;
    float: left;
    margin-right: 40px;
}

.company_b li a {
    display: block;
}

.company_b li .title {
    float: left;
    color: #ff9a64;
    background-color: #0d0400;
    padding-right: 20px;
}

.company_b li .time {
    float: right;
    color: #ff9a64;
    background-color: #0d0400;
    padding-left: 20px;
}

.in_msg_b {
    float: right;
    width: 492px;
}

.in_msg_b form {
    padding-top: 95px;
}

.in_msg_b label {
    clear: both;
    display: block;
    margin-top: 20px;
}

.in_msg_b label:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.in_msg_b label span {
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #ff9a64;
    padding-right: 20px;
}

.in_msg_b label textarea {
    float: left;
    width: 415px;
    height: 85px;
    outline: none;
    border: none;
    background-color: #4f1c00;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-indent: 1em;
}

.in_msg_b label input {
    float: left;
    width: 150px;
    height: 30px;
    border: none;
    outline: none;
    background-color: #4f1c00;
    color: #fff;
    font-size: 14px;
    text-indent: 1em;
}

.in_msg_b .name {
    float: left;
}

.in_msg_b .phone {
    float: left;
    clear: none;
    padding-left: 40px;
}

.in_msg_b .sub_b {
    clear: both;
    padding-top: 20px;
    padding-left: 76px;
}

.in_msg_b .sub_b input {
    width: 80px;
    height: 30px;
    border: none;
    outline: none;
    background-color: #4f1c00;
    color: #ff9a64;
    font-size: 14px;
    cursor: pointer;
}

/*分类+关于我们*/
.type_b {
    float: left;
    width: 260px;
    margin-top: -62px;
}

.type_b .head_b {
    height: 62px;
    background-color: #00beaf;
    background-image: url(../images/index_type01.png);
    background-repeat: no-repeat;
    background-position: 19px 16px;
    padding-left: 85px;
    font-size: 24px;
    line-height: 62px;
    color: #fff;
}

.type_b ul {
    border: 1px solid #ddd;
    border-top: none;
}

.type_b li {
    height: 49px;
    width: 218px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 49px;
}

.type_b li + li {
    border-top: 1px dashed #ddd;
}

.type_b li a {
    display: block;
    padding-left: 30px;
    color: #999;
    background-image: url(../images/index_type02.png);
    background-repeat: no-repeat;
    background-position: 190px 18px;
}

.type_b li a:hover {
    color: #009286;
    background-image: url(../images/index_type02h.png);
}

.index_about {
    width: 820px;
    float: left;
    margin-left: 40px;
}

.index_about .head_bg {
    height: 53px;
    border-left: 8px solid #00beaf;
    margin-top: 24px;
}

.index_about .line_b {
    border-bottom: 1px solid #ddd;
    height: 52px;
}

.index_about .line_b .title {
    line-height: 52px;
    font-size: 24px;
    color: #666;
    float: left;
    padding-left: 10px;
}

.index_about .line_b .more {
    float: right;
    font-size: 16px;
    line-height: 52px;
    color: #00beaf;
}

.index_about .img {
    width: 410px;
    height: 260px;
    float: left;
    margin-top: 20px;
    overflow: hidden;
}

.index_about .r_b {
    float: left;
    width: 365px;
    padding-left: 25px;
    padding-top: 20px;
    height: 300px;
    overflow: hidden;
}

.index_about .msg_b {
    line-height: 28px;
}

.index_about .get_all {
    width: 145px;
    height: 26px;
    display: block;
    margin: 20px auto 0 auto;
    border: 1px solid #00beaf;
    color: #009286;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    clear: both;
}

/*联系我们+服务之星*/
.contact_b {
    float: left;
    width: 260px;
}

.contact_b .head_bg {
    height: 53px;
    border-left: 8px solid #00beaf;
    margin-top: 24px;
}

.contact_b .line_b {
    border-bottom: 1px solid #ddd;
    height: 52px;
}

.contact_b .line_b .title {
    line-height: 52px;
    font-size: 24px;
    color: #666;
    float: left;
    padding-left: 10px;
}

.contact_b .line_b .more {
    float: right;
    font-size: 16px;
    line-height: 52px;
    color: #00beaf;
}

.contact_b .tel_b .name {
    font-size: 14px;
    line-height: 14px;
    color: #999;
    padding-top: 20px;
}

.contact_b .tel_b .num {
    font-size: 30px;
    line-height: 30px;
    color: #00beaf;
    padding-top: 15px;
    font-family: arial;
}

.contact_b .allmap {
    width: 258px;
    height: 256px;
    border: 1px solid #ddd;
    margin-top: 12px;
}

.index_team {
    width: 100%
}

.index_team .head_bg {
    height: 53px;
    border-left: 8px solid #00beaf;
    margin-top: 24px;
}

.index_team .line_b {
    border-bottom: 1px solid #ddd;
    height: 52px;
}

.index_team .line_b .title {
    line-height: 52px;
    font-size: 24px;
    color: #666;
    float: left;
    padding-left: 10px;
}

.index_team .line_b .more {
    float: right;
    font-size: 16px;
    line-height: 52px;
    color: #00beaf;
}

.index_team .type_col {
    clear: both;
    padding-top: 15px;
}

.index_team .type_col li {
    float: left;
    width: 78px;
    height: 78px;
    border: 1px solid #02beaf;
    font-size: 18px;
    color: #999;
    border-radius: 100%;
    margin-left: 15px;
    margin-right: 20px;
}

.index_team .type_col li a {
    display: block;
    color: #999;
}

.index_team .type_col li .title {
    width: 36px;
    margin: 12px auto 0 auto;
}

.index_team .team_b {
    clear: both;
    padding-top: 24px;
}

.index_team .team_b li {
    float: left;
    width: 270px;
    height: 230px;
    background-color: #f5f5f5;
}

.index_team .team_b li + li {
    margin-left: 5px;
}

.index_team .team_b li .img {
    width: 270px;
    height: 177px;
    overflow: hidden;
}

.index_team .team_b li .name {
    font-size: 16px;
    height: 53px;
    line-height: 53px;
    text-align: center;
}

.index_team .team_b li .name span {
    font-size: 14px;
    color: #999;
    padding-left: 10px;
}

/*新闻资讯*/
.index_news {
    width: 1120px;
}

.index_news .head_bg {
    height: 53px;
    border-left: 8px solid #00beaf;
    margin-top: 30px;
}

.index_news .line_b {
    border-bottom: 1px solid #ddd;
    height: 52px;
}

.index_news .line_b .title {
    line-height: 52px;
    font-size: 24px;
    color: #666;
    float: left;
    padding-left: 10px;
}

.index_news .line_b .more {
    float: right;
    font-size: 16px;
    line-height: 52px;
    color: #00beaf;
}

.index_news .news_b ul {
    clear: both;
    padding-top: 20px;
}

.index_news .news_b li {
    width: 280px;
    float: left;
    margin-bottom: 20px;
}

.index_news .news_b li a {
    display: block;
    font-size: 16px;
    font-weight: bold;
}
.index_news .news_b li p{
    text-indent: 2em;
    color: #666;
    line-height: 2;
    font-size: 14px;

}
.index_news .news_b li .img {
    width: 100%;
    height: 173px;
    overflow: hidden;
}

.index_news .news_b li .title {
    font-size: 16px;
    color: #666;
    padding-left: 5px;
    padding-top: 15px;
    margin-bottom: 10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

#allmap {
    width: 80%;
    height: 300px;
}

.menuNav > li {
    float: left;
    height: 54px;
    margin-left: 30px;
    padding: 0;
}

.bbdd {
    z-index: 2;
    position: absolute;
    bottom: 2%;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.bbdd li {
    margin: 0 8px 10px 0;
    list-style-type: none;
    display: inline-block;
}

.bbdd a {
    display: inline-block;
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    background: url(../images/dot.png) /*tpa=http://www.dqf4.net/Content/C_IMG/m35/blue/dot.png*/ no-repeat 0 -16px;
    border-radius: 16px;
    overflow: hidden
}

.bbdd a.wmuActive {
    background-position: 0 0;
}
.lam_box .box{
max-width:1120px;
}