@charset "utf-8";
@import url(bootstrap.min.css);
@import url(swiper.min.css);

/* 全局控制 */
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 25px;
    font-family: "微软雅黑", Arial;
    color: #323232;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
p {
    margin: 0;
    padding: 0;
}

input,
select,
textarea {
    font-size: 12px;
    line-height: 16px;
}

img {
    border: 0;
    max-width: 100%;
}

ul,
li {
    list-style-type: none;
}

a {
    color: #323232;
    text-decoration: none;
}

a:hover {
    color: #ff0000;
    text-decoration: underline;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
}

input,
img {
    vertical-align: middle;
}

input {
    border: none;
    outline: medium;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.bt {
    font-size: 16px;
    font-weight: bold;
}

.bt2 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

#keyword {
    border: 1px solid #c8c8c8;
    width: 90%;
    background: #fff;
    padding: 5px 10px;
}

.bk {
    border: 1px solid #dcdcdc;
}

.p10 {
    padding: 10px;
}

.p20 {
    padding: 20px;
}

.p_top40_bottom40 {
    padding: 40px 0;
}

.p_top40 {
    padding-top: 40px;
}

.m_top10 {
    margin-top: 10px;
}

.m_top20 {
    margin-top: 20px;
}

.m_top30 {
    margin-top: 30px;
}

.m_top_bottom5 {
    margin: 5px 0px;
}

.m_top_bottom10 {
    margin: 10px 0px;
}

.m_bottom20 {
    margin-bottom: 20px;
}

.text_l {
    text-align: left;
}

.text_r {
    text-align: right;
}

.text_c {
    text-align: center;
}

.p_top_bottom20 {
    padding: 2rem 0;
}

.p_top_bottom10 {
    padding: 1rem 0;
}

.main_btop_bfoot {
    padding: 4rem 0;
}

.font_color_w {
    color: #fff;
}

.font_color_b {
    color: #000;
}

.font_color_red {
    color: #ae2a1d;
}

.navbar-default .navbar-nav li.action a {
    color: #fff;
    background-color: #cc0905;
}

@media (max-width: 640px) {
    .navbar-brand img {
        max-height: 67px !important
    }
}

/*顶部*/
.met-head {
    width: 100%;
    background: rgb(255, 255, 255, .8);
    filter: drop-shadow(0 0 0.16rem rgba(0, 0, 0, .4));
}

.topbg {
    width: 100%;
    background: url(../images/topbg.png);
}

.toptxt {
    width: 1200px;
    margin: 0 auto;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: right;
}

.toptxt a {
    color: #fff;
}

.toptxt a:hover {
    color: #ff0;
}

.headerbg {
    background: #5e5280;
}

.header {
    width: 1200px;
    margin: 0 auto;
    padding: 15px 0px;
}

.logo {
    float: left;
    padding: 15px 0;
}

.toptel {
    color: #000;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: right;
    text-align: right;
}

.toptel span {
    display: block;
    margin-left: 8px;
}

.tel_text {
    color: #cc0905;
    font-weight: bold;
    font-size: 20px;
}

.top_right {
    float: right;
    text-align: center;
}

/*导航*/
.mainnavbg {
    width: 100%;
    background: #a00000;
}

.mainnav {
    width: 600px;
    float: right;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}

.mainnav ul {
    list-style: none;
}

.mainnav ul li {
    position: relative;
    width: 120px;
    float: left;
    height: 92px;
    line-height: 92px;
    text-align: center;
    font-size: 16px;
    color: #000;
}

.mainnav ul li a {
    display: block;
    text-decoration: none;
    color: #000;
}

.mainnav ul li a:hover {
    color: #c9a35a;
    border-bottom: 3px solid #c9a35a;
}

.mainbnt {
    margin-top: 15px;
    float: right;
}

.mainbnt ul li {
    width: 90px;
    float: left;
    margin-left: 15px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #000;
}

.mainbnt ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    border: 1px solid #646464;
    border-radius: 5px;
}

.mainbnt ul li a:hover {
    color: #fff;
    background: #c9a35a;
    border-radius: 5px;
    border: none;
}


/*变幻图*/
#main-slide .item img {
    width: 100%;
    min-height: 150px;
}

#main-slide .item .slider-content {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

#main-slide .item.active .slider-content {
    z-index: 0;
    opacity: 1;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
}

#main-slide .item.active .slider-content .logo {
    color: #f39c12;
    font-weight: bold;
}

#main-slide .slider-content {
    top: 50%;
    margin-top: -110px;
    left: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
}

#main-slide .carousel-indicators {
    bottom: 10px;
}

.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    background: #fff;
    border: 0px solid #fff !important;
    margin: 1px !important;
}

#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

#main-slide .carousel-control.left span {
    padding: 15px;
}

#main-slide .carousel-control.right span {
    padding: 15px;
}

#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
    position: absolute;
    top: 40%;
    z-index: 5;
    display: inline-block;
}

#main-slide .carousel-control .fa-angle-left {
    left: 0;
}

#main-slide .carousel-control .fa-angle-right {
    right: 0;
}

#main-slide .carousel-control i {
    background: rgba(0, 0, 0, .2);
    color: #fff;
    line-height: 36px;
    font-size: 32px;
    padding: 15px 15px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#main-slide .carousel-control i:hover {
    background: rgba(0, 0, 0, .7);
    color: #fff;
    line-height: 36px;
    font-size: 32px;
    padding: 15px 15px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#main-slide .slider-content h2 {
    font-size: 60px;
    font-weight: 500;
    text-transform: uppercase;
    color: #eee;
}

#main-slide .slider-content h2.white,
#main-slide .slider-content h3.white {
    color: #fff;
}

#main-slide .slider-content h3 {
    font-size: 36px;
    font-weight: 300;
    margin-top: 40px;
    text-align: center;
    color: #eee;
}

.slider.btn {
    padding: 6px 20px;
    margin-top: 60px;
    font-size: 16px;
    line-height: 28px;
    border: 0;
    color: #fff;
    background-color: rgba(243, 156, 18, 0.8);
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.slider.btn.btn-default {
    margin-left: 4px;
    background: #ECECEC
}

.slider.btn:hover {
    background-color: rgba(243, 156, 18, 1);
}

.slider.btn:focus,
.slider.btn:active:focus,
.slider.btn:active:hover {
    outline: none;
}

.page_banner {
    width: 100%;
    height: 600px;
    line-height: 600px;
    margin-bottom: 1.5rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
}

/*搜索*/
.ssbg {
    background: #f1f1f1;
    padding: 1rem;
}


/*合作伙伴*/
.home_title {
    color: #cb0900;
    font-size: 28px;
    font-weight: bold;
    background: url(../images/titlebg.png) no-repeat center;
    background-size: 100%;
}

.home_title a {
    color: #cb0900;
    ;
}

.home_title a:hover {
    color: #e94925;
}

.home_title h4 {
    font-size: 16px;
    color: #646464;
    margin: .5rem 0;
}

.huoban {
    border: 1px solid #c8c8c8;
    text-align: center;
    margin-top: 1.5rem;
}

.huobanimg {
    width: 100%;
    height: 110px;
}


/*服务项目*/
.xmtitle {
    background: url(../images/xmtitlebg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    padding: 1.5rem 0;
    border-bottom: 6px solid #820500;
}

.xmlist {
    border: 1px solid #c8c8c8;
}

.xmlist ul li {
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.xmlist ul li a {
    display: block;
    text-decoration: none;
}

.xmlist ul li a:hover {
    color: #fff;
    background: #c80a00;
}

.piclist {
    border: 1px solid #c8c8c8;
    padding: 2px;
    margin-top: 2rem;
    margin-bottom: .5rem;
    border-radius: 4px;
}
.piclist_title a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.piclist img {
    width: 100%;
    display: block;
    border-radius: 4px;
}

/*作品案例*/
.case_container {
    width: 100%;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.case-title {
    background: url(../images/case-titlebg.jpg) no-repeat left center;
    height: 46px;
    line-height: 40px;
    border: 1px solid #c8c8c8;
    padding: 0 15px 0 30px;
    font-weight: bold;
    font-size: 18px;
}

.case-title span {
    float: right;
}

.case-title h2 {
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: -3px;
    transform: scale(1, 3);
    -ms-transform: scale(1, 1.5);
    -webkit-transform: scale(1, 1.5);
    -moz-transform: scale(1, 1.5);
    -o-transform: scale(1, 1.5);
}

.case_title h2 a:hover {
    text-decoration: none;
    color: #e60013;
}

.case_title h4 {
    font-size: 24px;
}

.case_more {
    background: #1e1e1e;
    color: #fff;
    text-align: center;
    font-size: 40px;
    height: 260px;
    line-height: 260px;
}

.case_more a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.case_more a:hover {
    color: #fff;
    background: #aa110c;
}



.case_bnt {
    width: 100%;
    height: 50px;
    text-align: center;
    background: #fff;
    line-height: 50px;
}

.case_bnt a {
    display: block;
    text-decoration: none;
}

.case_bnt a:hover {
    color: #fff;
    background: #e60013;
}

.case_bnt2 {
    width: 100%;
    height: 50px;
    text-align: center;
    background: #eeeeee;
    line-height: 50px;
}

.case_bnt2 a {
    display: block;
    text-decoration: none;
}

.case_bnt2 a:hover {
    color: #fff;
    background: #e60013;
}

.home_case_box {
    height: 260px;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

.home_case_box img {
    width: 100%;
    height: 260px;
}

.cese_left {
    width: 20%;
    float: left;
}

.cese_right {
    width: 80%;
    float: left;
}

.case_rightbox {
    border-left: 1px solid #c8c8c8;
    padding: 4em;
}

.case_rightbox h1 {
    font-size: 24px;
}

.casetitle_p {
    margin-top: 3em;
    margin-bottom: 2em;
}

.caselist_title {
    font-size: 36px;
    color: #000;
}

.case_entitle {
    text-transform: uppercase;
    color: #646464;
    margin-top: 10px;
}

.casenav {
    border: 1px solid #c8c8c8;
    padding: 1rem;
}

.case_nav {
    text-align: center;
    font-size: 18px;
    color: #000;
    line-height: 50px;
}

.case_nav a {
    display: block;
    text-decoration: none;
}

.case_nav a:hover {
    color: #fff;
    background: #c92834;
}

.case_nav_y {
    text-align: center;
    background: url(../images/casenavbg.png) no-repeat left center;
    font-size: 18px;
    color: #fff;
    height: 44px;
    position: relative;
    line-height: 44px;
}

.case_nav_y .case_nav_child {
    position: absolute;
    left: 0;
    color: #000;
    top: 0;
    height: 100%;
    cursor: pointer;
    width: 60px;
}
.childnavleft_item{
    margin-bottom: 20px;
}
.case_nav_y.active a,
.case_nav_y.active span{
    color: #c92834;
}
.case_nav_y a {
    display: block;
    text-decoration: none;
}

.case_navchild {
    display: none;
}

.case_navchild.active {
    display: block;
}

.case_hover a {
    color: #fff;
    background: #c92834;
}

.caselist_box {
    padding-left: 0;
    padding-right: 0;
}

.caselist {
    margin-bottom: 20px;
}

.caselist img {
    width: 100%;
    height: 240px;
}

.casenav-title {
    background: url(../images/case-titlebg.jpg) no-repeat left center;
    height: 46px;
    line-height: 40px;
    border: 1px solid #c8c8c8;
    padding: 0 15px 0 30px;
    font-size: 16px;
}

/*优势*/
.youshi_bg {
    background: #0341a6;
    padding: 3em 0;
    color: #fff;
    margin: 1rem 0;
}

.shuzi1 {
    background: url(../images/shuzi1.png) no-repeat left top;
    padding-left: 70px;
    margin-top: 3em;
}

.shuzi2 {
    background: url(../images/shuzi2.png) no-repeat left top;
    padding-left: 70px;
    margin-top: 3em;
}

.shuzi3 {
    background: url(../images/shuzi3.png) no-repeat left top;
    padding-left: 70px;
    margin-top: 3em;
}

.shuzi4 {
    background: url(../images/shuzi4.png) no-repeat left top;
    padding-left: 70px;
    margin-top: 3em;
}

.youshi_title {
    font-size: 2rem;
    color: #000;
}

.youshi_entitle {
    padding-bottom: 0.5rem;
    margin: 0.5rem 0;
    color: #cb0900;
}

.youshi_cont p {
    background: url(../images/youshi_ico.png) no-repeat;
    padding-left: 25px;
    line-height: 2.5rem;
}


/*新闻中心*/
.news-box {
    background: #fff;
    padding: 1rem;
}
.news-wapnone{
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.preNext{
    margin-top: 20px;
}
.news-title {
    font-size: 16px;
    color: #cb0900;
    font-weight: bold;
}

.newsbg {
    background: url(../images/hts_08.png) center;
    color: #fff;
}

.news_time {
    color: #969696;
    margin-top: 15px;
}

.home_newspic {
    width: 100%;
    max-height: 240px;
    margin-bottom: 15px;
}

.newstitle {
    font-size: 20px;
    color: #000;
    line-height: 50px;
}

.newstitle a {
    color: #000;
}

.newstitle a:hover {
    color: #c82832;
}

.newstitle span {
    float: right;
    font-size: 16px;
    color: #646464;
}

.news_info {
    border-bottom: 1px dashed #c8c8c8;
    margin: 1em 0;
    padding-bottom: 10px;
}


.newslist {
    margin-top: 10px;
}

.newslist img {
    width: 100%;
    border-radius: 4px;
    display: block;
}

.news-more {
    width: 100px;
    text-align: center;
    background: #969696;
    margin-top: 1rem;
}

.news-more a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.news-more a:hover {
    color: #fff;
    background: #c82832;
}

.news-list {
    margin-bottom: .2rem;
}

.news-list span {
    font-weight: bold;
    margin-right: .3rem;
    font-size: 1.2rem;
}

.list-title {
    border-bottom: 1px solid #c8c8c8;
}

.list-title .biaoti {
    background: #000000;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    width: 100px;
    float: left;
    line-height: 30px;
}

.list-title .more {
    float: right;
}


/*关于我们*/
.aboutbg {
    background: url(../images/aboutbg.jpg) no-repeat center;
    background-size: cover;
    padding: 3rem 1rem;
}

.about_title {
    background: url(../images/about_titlebg.jpg) no-repeat top left;
    padding: 50px 20px;
    color: #fff;
}

.about_title h2 {
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: -3px;
    transform: scale(1, 3);
    -ms-transform: scale(1, 1.5);
    -webkit-transform: scale(1, 1.5);
    -moz-transform: scale(1, 1.5);
    -o-transform: scale(1, 1.5);
}

.about_title h2 a:hover {
    text-decoration: none;
    color: #e60013;
}

.about_title h4 {
    font-size: 24px;
}

.about_video {
    padding: 20px 0;
}

.about_content {
    padding: 20px 0;
    text-indent: 2em;
}

.about_bnt {
    width: 200px;
    height: 50px;
    text-align: center;
    border: 1px solid #c8c8c8;
    line-height: 50px;
    border-radius: 10px;
}

.about_bnt a {
    display: block;
    line-height: 50px;
    text-decoration: none;
    height: 50px;
}

.about_bnt a:hover {
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #e60013;
    border-radius: 10px;
}

.about_pic img {
    width: 100%;
}

.img100 {
    max-width: 100%;
}


/*留言栏目*/
.message span {
    color: #ff0000;
}

.message_box {
    width: 100%;
    margin: 20px 0;
}

.msgtitle {
    display: block;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}

.message_block {
    color: #666;
}

.message_block p {
    padding: 12px;
}

.msg_input {
    width: 100%;
    border: 1px solid #c8c8c8;
    padding: 10px 15px;
    color: #c8c8c8;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    border-radius: 2px;
    resize: none;
}

.msg_input_on {
    width: 200px;
    padding: 10px 30px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    border-radius: 2px;
    font-size: 13px;
    color: #888;
}

.message_labes {
    font-size: 14px;
}

.message_title {
    height: 34px;
    line-height: 34px;
    background: #f6f9fb;
    padding: 0 12px;
}

.message_title h2 {
    color: #376b88;
    font-size: 14px;
    float: left;
}

.message_title span {
    float: right;
    font-weight: bold;
    color: #999;
}

.message_info {
    color: #8ea6b6;
    text-align: right;
}

.message_replay {
    background: #f5f5f5;
    padding: 0 12px;
}

.msg_btn_area button {
    display: block;
    width: 100%;
    border: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #c92834;
    border-radius: 5px;
    margin-top: 1.5rem;
    outline: none;
    display: block;
    text-decoration: none;
    color: #fff;
}

.msg_btn_area button:hover {
    color: #ff0;
    background: #646464;
    border-radius: 5px;
}


/*底部*/
.footerbg {
    background: #333333;
    color: #a5a5a5;
}

.footerbg a {
    color: #a5a5a5;
}

.footerbg a:hover {
    color: #ff0;
    text-decoration: none;
}

.copyright {
    text-align: center;
    padding: 1em 0;
    background: #141414;
    color: #c8c8c8;
}

.copyright a {
    color: #c8c8c8;
}

.copyright a:hover {
    color: #ff0;
    text-decoration: none;
}

.footer_tel {
    font-size: 24px;
    margin-top: 10px;
}

.footer_nav_title {
    font-weight: bold;
    color: #fff;
    line-height: 2.0em;
    margin: 0.5em 0 1em 0;
}

.footer_nav ul li {
    float: left;
    width: 12%;
}

.footer_nav_title a {
    color: #fff;
}

.footer_nav_title a:hover {
    color: #ff0;
    text-decoration: none;
}

.foot_address {
    padding: 0 15px;
    text-align: center;
}

.foot_address span {
    margin-right: 10px;
}


/*友情链接*/
.weblink {
    background: #000000;
    padding: 10px 0;
    color: #c8c8c8;
    margin-top: 30px;
}

.weblink a {
    color: #c8c8c8;
}

.weblink a:hover {
    color: #ff0;
    text-decoration: none;
}


/*内页样式*/
.rightboxtitle {
    border-left: 8px solid #c92834;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 2em;
}

.rightboxtitle span {
    float: right;
    font-size: 12px;
    font-weight: normal;
}

.about_page {
    padding: 2em 0;
}

.pro_nav {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 20px;
}

.pro_nav ul {
    position: relative;
    left: 50%;
    float: left;
}

.pro_nav ul li {
    position: relative;
    background: #fff;
    right: 50%;
    display: inline;
    float: left;
    margin: 5px;
    line-height: 40px;
}

.pro_nav ul li a {
    display: block;
    line-height: 40px;
    text-decoration: none;
    height: 40px;
    padding: 0px 20px;
}

.pro_nav ul li a:hover {
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #e60013;
    padding: 0px 20px;
}


.yewu_navbox {
    border-bottom: 1px solid #c8c8c8;
}

.yewu_nav {
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.yewu_hover {
    background: #c82832;
    color: #fff;
}

.yewu_hover a {
    color: #fff;
}

.yewu_hover a:hover {
    border-bottom: none;
}

.yewu_hottitle {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.textarea img {
    max-width: 100%;
}

/*left*/
.leftertitle {
    background: #e60013;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.lefterbox {
    padding: 10px;
}

.lefterbox ul li {
    border-bottom: 1px dashed #c8c8c8;
    line-height: 40px;
}

.about_video {
    width: 100%;
    display: block;
}

@media screen and (max-width:768px) {

    /*导航*/
    .logo img {
        width: 100%;
    }

    #main-slide .item img {
        margin-top: 68px;
    }

    .page_banner {
        width: 100%;
        height: 200px;
        line-height: 200px;
    }

    .mainnav {
        width: 23%;
        font-size: 14px;
        font-weight: normal;
        border: 1px solid #fac86e;
        padding: 0px;
        margin: 1%;
        height: 40px;
        line-height: 40px;
    }

    .mainnav a {
        height: 40px;
        line-height: 40px;
        color: #FFF;
    }

    .mainnav a:hover {
        height: 40px;
        line-height: 40px;
        color: #000;
        background: #fac86e;
    }

    .toptel {
        display: none;
    }

    .aboutbg {
        background: #e5dcd5;
        padding: 2em 0;
    }

    .about_box {
        width: 94%;
        margin: 0 auto;
    }

    .main_title h2 img {
        width: 20%;
    }

    .case_rightbox {
        border-left: none;
        padding: 1em;
    }

    .caselist_title {
        font-size: 24px;
    }

    .zj_banner {
        display: none;
    }

    .msg_btn_area {
        width: 100%;
    }

    .zs_right {
        display: none;
    }

    .p_bottom15 {
        padding-bottom: 5px;
    }

    .about_page {
        padding: 2em 15px;
    }

    .about_page img {
        width: 100%;
    }

    .news_list span {
        display: none;
    }

    .zs_pagebg {
        background: #f6f6f6;
    }

    .home_case_box {
        height: 180px;
    }

    .home_case_box img {
        width: 100%;
        height: 180px;
    }

    .case_title {
        height: 180px;
        padding-top: 2em;
    }

    .case_more {
        height: 180px;
        line-height: 180px;
    }

    .caselist img {
        width: 100%;
        height: 120px;
    }

    .mainnav {
        display: none;
    }

    .mainbnt {
        display: none;
    }

    .main_wapnav {
        display: block;
        float: right;
    }

    .main_btop_bfoot {
        padding: 1.5em 0em;
    }

    .main_title {
        text-align: center;
    }

    .main_title h2 {
        font-size: 1.4em;
    }

    .main_title h4 {
        font-size: 1.0em;
    }

    .main_bt {
        font-size: 1.2em;
    }

    .news_pic img {
        width: 100%;
        margin-bottom: 10px;
    }

    .about_bnt {
        width: 100%;
        margin-bottom: 20px;
    }

    .caselist img {
        width: 100%;
    }

    .footer_nav {
        display: none;
    }

    .tuandui_list img {
        width: 100%;
    }
}


/*分页样式*/
.page_info {
    text-align: center;
    margin-top: 10px;
    color: #333;
}

.page_info span {
    padding: 0 2px;
    font-weight: bold;
}

.page_list {
    height: 24px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0;
    font-family: "Arial Black";
    font-size: 12px;
    margin-top: 20px;
}

.news_textarea img {
    display: block;
    max-width: 100%;
    margin: 5px auto!important;
    border-radius: 4px;
}

.page_list span,
.page_list a {
    display: inline-block;
    color: #898989;
    border: 1px solid #e8e8e8;
    background: #f8f8f8;
    text-align: center;
    padding: 0 8px;
    margin: 0 1px;
}

.page_list span:hover .page_list a:hover {
    color: #fff;
    border: 1px solid #898989;
    background: #898989;
}

.page_list span.on,
.page_list a.on {
    color: #333;
    border: 1px solid #ccc;
    background: #E5EDF2;
}


/*内容分页*/
.contPage {
    height: 20px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0;
    font-family: "Arial Black";
    font-size: 10px;
    margin-top: 20px;
}

.contPage a {
    display: inline-block;
    color: #898989;
    background: #fff;
    text-align: center;
    padding: 0 7px;
    margin: 0 1px;
}

.contPage a:hover {
    color: #fff;
    background: #898989;
}

.contPage a.on {
    color: #333;
    background: #E5EDF2;
    border: 1px solid #C2D5E3;
}

/*Top按钮*/
*html {
    background-image: url(about:blank);
    background-attachment: fixed;
}




/*解决IE6下不兼容 position:fixed 的问题*/
.tbox #gotop {
    width: 50px;
    height: 50px;
    background: url(../images/icon.png) no-repeat 0 0;
    display: block;
}

/*解决IE6下滚动抖动的问题*/
.tbox {
    width: 50px;
    float: right;
    position: fixed;
    right: 10px;
    bottom: 15px;
    display: none;
    _position: absolute;
    _bottom: auto;
    _margin-bottom: 15px;
    /* _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0))); */
}