﻿@charset "utf-8";

/* CSS Document */

h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
}

body {
    background: none;
    margin: 0 !important;
}

.i-header-hd {
    height: 30px;
    line-height: 30px;
    background-color: #f5f5f5;
    color: #666666;
    font-size: 12px;
}

.i-header-hd a {
    color: #666666;
}

.i-header-hd span {
    margin: 0 10px;
}

.i-header-bd {
    height: 110px;
}

.i-logo {
    max-height: 110px;
    font-size: 0;
}

.i-logo a {
    display: block;
}

.i-logo img {
    max-height: 100%;
}

.i-call {
    background: url(../image/call.png) no-repeat left center;
    padding-left: 68px;
    font-size: 14px;
    color: #666666;
    margin-top: 25px;
    padding-top: 5px;
    margin-right: 15px;
}

.i-call p {
    font-size: 24px;
    line-height: 24px;
    color: #005bac;
    font-weight: bold;
}

img {
    display: block;
}


/*
    顶部导航
*/

.navbar {
    height: 60px;
    z-index: 9;
    width: 100%;
    background-color: #005bac;
}

.navbar li {
    float: left;
}

.navbar li a {
    font-size: 16px;
    line-height: 60px;
    height: 60px;
    display: block;
    color: #fefefe;
}

.navbar li.on a,
.navbar li a:hover {
    background-color: #f73103;
}

.nav>ul {
    display: flex;
}

.navbar li {
    position: relative;
    flex: 1;
    text-align: center;
}

.nav li ul {
    position: absolute;
    left: 0;
    top: 45px;
    width: 133px;
    background: #005bac;
    display: none;
    overflow: hidden;
}

.nav li ul li {
    width: 100%;
    height: 40px;
}

.nav li ul li a {
    font-size: 13px;
    color: #fff;
    line-height: 40px;
    display: block;
    white-space: nowrap;
    padding: 0;
    text-align: center;
    border: none;
    height: 40px;
}

.nav li ul li a:hover {
    color: #fff;
    line-height: 40px;
    border: none;
    background: #fb2f06;
}

.nav .on ul li a {
    background: #005bac;
    color: #fff;
    border: none;
    line-height: 40px;
}

.nav .on ul li a:hover {
    background-color: #fb2f06;
}


/**/

.banner {
    margin-top: -20px;
}


/*
    搜索
*/

.i-search-wrap {
    height: 200px;
    background-color: #1c6db5;
    border-top: 1px solid #0e5fa7;
    box-sizing: border-box;
}

.i-search-hd {
    padding: 40px 25px 0 50px;
    box-sizing: border-box;
    width: 580px;
    height: 199px;
}

.i-search-bd {
    width: 619px;
    padding: 33px 0px;
    box-sizing: border-box;
}

.i-search-bd h3 {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 15px;
}

.i-search-line {
    width: 1px;
    height: 199px;
    background: radial-gradient(#ededee 30%, #acc6dc 40%, #2673b8 80%);
}

.i-search-bd ul li p {
    font-size: 14px;
    color: #ffffff;
    width: 400px;
    padding-left: 16px;
    position: relative;
}

.i-search-bd ul li p:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 8px;
}

.i-search-wrap .item-hd {
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    color: #fff;
    margin-bottom: 35px;
}

.i-search-wrap .item-hd a {
    font-size: 14px;
    color: #fff;
}

.i-search-wrap .item-hd span {
    font-size: 14px;
}

.i-search-wrap .item-bd .search-key {
    width: 337px;
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    line-height: 32px;
    height: 32px;
    padding-left: 30px;
    float: left;
    background-color: rgba(0, 0, 0, .0);
    border: 1px solid #ffffff;
    border-radius: 10px;
    outline: none;
    box-sizing: border-box;
    margin-left: 65px;
}

.i-search-wrap .item-bd .search-key:hover {
    border: 1px solid #ffffff;
    border-radius: 10px;
}

.i-search-wrap .item-bd .search-button {
    outline: none;
    width: 77px;
    height: 32px;
    float: left;
    margin-left: 26px;
    border-radius: 10px;
    border: none;
    background-color: #fff;
    cursor: pointer;
}

.i-search-wrap .item-bd .search-button span {
    width: 20px;
    height: 20px;
    background: url(../image/search_btn.png) no-repeat center;
    display: block;
    margin: 0 auto;
}


/*公司文化*/

.i-culture {
    margin-top: 60px;
}

.i-culture-img {
    width: 144px;
    height: 144px;
    border-radius: 50%;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, .2);
}

.i-culture-desc {
    width: 130px;
    margin-left: 15px;
}

.i-culture-desc h5 {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0 10px;
}

.i-culture-desc p {
    font-size: 14px;
    color: #666666;
    line-height: 19px;
}

.i-culture ul li {
    width: 300px;
}


/*产品*/

.i-product {
    margin-top: 59px;
}

.i-product-con {
    padding: 57px 0 61px;
    margin-top: 56px;
    background-color: #f5f5f5;
}

.i-product-hd {
    width: 230px;
}

.i-product-hd .item-hd {
    height: 75px;
    color: #fff;
    border-radius: 2px;
    padding-top: 15px;
    padding-left: 80px;
    background: url('../image/pro_listbg.png') no-repeat 30px 17px;
    background-color: #005bac;
}

.i-product-hd .item-hd h2 {
    font-size: 24px;
    color: #fff;
    line-height: 24px;
}

.i-product-hd .item-hd p {
    font-size: 12px;
    line-height: 12px;
    font-family: arial;
    margin-top: 5px;
    color: #fff;
    text-transform: uppercase;
}

.i-product-hd .item-bd {
    border: 1px solid #005bac;
    border-top: none;
    padding: 10px 15px;
}

.i-product-hd .item-bd li {
    height: 27px;
    line-height: 27px;
    border: 1px dashed #669dcd;
    margin-bottom: 18px;
}

.i-product-hd .item-bd li a {
    display: block;
    background: url(../image/proright.png) no-repeat 10px center;
    padding-left: 50px;
    font-size: 12px;
    color: #666666;
    border-left: 6px solid #f5f5f5;
}

.i-product-hd .item-bd li:hover {
    border: 1px dashed rgba(0, 126, 233, .0);
}

.i-product-hd .item-bd li a:hover {
    background: url(../image/prorighth.png) no-repeat 10px center;
    color: #fff;
    background-color: #005bac;
    border-left: 6px solid #ffc000;
}

.item-bd-img {
    margin: 160px 0 10px;
}

.i-product-bd li {
    width: 295px;
    margin-right: 21px;
    margin-bottom: 39px;
    background: url('../image/pro_lline.png') no-repeat center top;
}

.i-product-bd li:nth-of-type(3n) {
    margin-right: 0;
}

.i-product-bd li:nth-of-type(n+4) {
    margin-bottom: 0;
}

.i-product-bd li .img {
    font-size: 0;
    padding: 7px;
}

.i-product-bd li .img img {
    width: 100%;
}

.i-product-bd li p {
    width: 173px;
    height: 37px;
    border: 1px solid #005bac;
    text-align: center;
    line-height: 37px;
    color: #232323;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 16px;
    background: #fff;
    padding: 0 5px;
    box-sizing: border-box;
}

.i-product-bd li:hover p {
    color: #fff;
    border: none;
    background-color: #005bac;
    border-right: 7px solid #ffc000;
    box-sizing: border-box;
}

.i-product-bd {
    width: 933px;
}


/*中间*/

.i-mid {
    height: 200px;
    background: url('../image/mid.jpg') no-repeat center;
}

.i-mid a {
    display: inline-block;
    width: 136px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #fe9900;
    margin-right: 20px;
    margin-top: 126px;
}

.i-mid a:hover {
    color: #005bac;
}


/*案例*/

.i-case1-tit {
    text-align: center;
    background: url(../image/case_titbg.png) no-repeat center 56px;
    padding: 52px 0 42px;
}

.i-case1-tit h3 {
    font-size: 24px;
    color: #005bac;
    line-height: 24px;
    font-weight: bold;
}

.i-case1-tit p {
    font-size: 16px;
    color: #999999;
}

.i-case1-hd ul li {
    width: 585px;
    position: relative;
}

.i-case1-hd ul li:hover p {
    display: block;
}

.i-case1-hd ul li:nth-of-type(2) {
    margin-left: 30px;
}

.i-case1-hd ul li .img img {
    width: 100%;
}

.i-case1-hd ul li p {
    height: 120px;
    width: 100%;
    line-height: 120px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: calc(50% - 60px);
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, .3);
}

.i-case1-bd {
    margin-top: 33px;
}

.i-case1-bd ul li {
    width: 374px;
    margin-right: 39px;
    position: relative;
}

.i-case1-bd ul li:nth-of-type(3) {
    margin-right: 0;
}

.i-case1-bd ul li .img img {
    width: 100%;
}

.i-case1-bd ul li:hover p {
    display: block;
}

.i-case1-bd ul li p {
    height: 80px;
    width: 100%;
    line-height: 80px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: calc(50% - 40px);
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, .3);
}


/*关于*/

.i-about {
    height: 357px;
    margin-top: 118px;
    background: linear-gradient(to bottom, #fff 57px, #005bac 57px)
}

.i-about-hd {
    width: 460px;
    font-size: 0;
    box-shadow: 8px 8px 12px 0px #1b1b1b;
}

.i-about-bd {
    width: 680px;
    color: #fff;
    margin-top: 85px;
}

.i-about-bd * {
    color: #fff;
}

.i-about-bd>h2 {
    font-size: 30px;
    font-weight: bold;
}

.i-about-bd .about-wrap {
    height: 120px;
    font-size: 13px;
    line-height: 24px;
    overflow: hidden;
    margin: 19px 0;
}

.i-about-bd .link {
    display: block;
    width: 140px;
    height: 36px;
    background: #fff;
    border: 1px solid #fff;
    color: #005bac;
    float: right;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
}

.i-about-bd .link:hover {
    background: #005bac;
    color: #fff;
    border-color: #fff;
}


/*案例*/


/**/

.box-tit h2 {
    font-size: 24px;
    color: #005bac;
    font-weight: bold;
    line-height: 30px;
}

.box-tit p {
    font-size: 16px;
    color: #999999;
    text-transform: uppercase;
    position: relative;
}

.box-tit p:before {
    content: "";
    height: 1px;
    width: 380px;
    background-color: #666666;
    position: absolute;
    top: 13px;
    left: 43px;
}

.box-tit p:after {
    content: "";
    height: 1px;
    width: 380px;
    background-color: #666666;
    position: absolute;
    top: 13px;
    right: 43px;
}

.i-case2 {
    padding-top: 60px;
}

.i-case2-bd {
    position: relative;
    margin-top: 35px;
}

.i-case2-bd li {
    width: 295px;
    margin-right: 7px;
    background: url(../image/case2li.png) no-repeat top center;
}

.i-case2-bd li .img {
    width: 100%;
    padding: 9px;
    font-size: 0;
    box-sizing: border-box;
}

.i-case2-bd li img {
    width: 100%;
}

.i-case2-bd li p {
    width: 173px;
    height: 37px;
    border: 1px solid #005bac;
    text-align: center;
    line-height: 37px;
    color: #005bac;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 16px;
    background: #fff;
    padding: 0 5px;
    box-sizing: border-box;
}

.i-case2-bd li:hover p {
    background: #005bac;
    box-sizing: border-box;
    border: none;
    color: #fff;
    border-right: 7px solid #ffc000;
}

.i-case2-bd .btn {
    position: absolute;
    top: 50%;
    margin-top: -18px;
}

.i-case2-bd .prev {
    left: -70px;
}

.i-case2-bd .next {
    right: -70px;
}


/*新闻*/

.i-news {
    padding-top: 60px;
    padding-bottom: 85px;
}

.i-news-hd {
    position: relative;
}

.i-news-date {
    width: 75px;
    color: #999999;
    background-color: #fff;
    padding: 10px 23px;
    position: absolute;
    left: 0;
    top: 143px;
}

.i-news-date p {
    font-size: 18px;
    border-bottom: 1px solid #ccc;
}

.i-news-date span {
    font-size: 14px;
}

.i-news-con ul li {
    width: 600px;
}

.i-news-con {
    margin-top: 55px;
}

.i-news-con-con {
    width: 580px;
    box-sizing: border-box;
    padding: 25px 20px;
    background-color: #fafafa;
}

.i-news-con ul li:nth-of-type(2n) .i-news-con-con {
    margin-left: 20px;
}

.i-news-bd {
    width: 272px;
}

.i-news-bd h5 {
    font-size: 16px;
    color: #666666;
    line-height: 16px;
}

.i-news-bd p {
    font-size: 14px;
    line-height: 18px;
    color: #999999;
    height: 108px;
    overflow: hidden;
}

.i-news-bd span {
    display: block;
    font-size: 12px;
    color: #666666;
    margin: 5px 0 10px;
}

.i-news-more {
    display: block;
    margin-top: 38px;
    margin-left: 90px;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #999999;
    background-color: #e6e6e6;
}

.i-news-more:hover {
    background-color: #005bac;
    color: #fff;
}

.picScroll-left .hd ul li {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 3px solid #cdcdcd;
    margin: 0 15px;
    text-indent: 1000px;
    cursor: pointer;
}

.picScroll-left .hd ul li.on {
    background-color: #ccc;
}

.picScroll-left {
    position: relative;
}

.picScroll-left .hd {
    position: absolute;
    bottom: -76px;
    left: calc(50% - 92px);
}


/**/

.i-link {
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    color: #808080;
    background-color: #f5f5f5;
}

.i-link span {
    font-size: 14px;
    margin-left: 20px;
    font-weight: normal;
}

.i-link a {
    font-size: 14px;
    color: #808080;
}


/*
    footer
*/

.footer {
    background: #005bac;
    color: #fff;
}

.footer a {
    color: #fff;
}

.footer .w {
    padding: 52px 62px 48px 32px;
    box-sizing: border-box;
}

.footer-hd {
    height: 155px;
}

.footer-hd dt {
    font-size: 14px;
    color: #fff;
    font-family: '宋体';
}

.footer-hd dl:nth-of-type(1) dt {
    margin-bottom: 24px;
}

.footer-hd .dl1 {
    width: 170px;
}

.footer-hd .dl1 a {
    display: inline-block;
    width: 50%;
    font-size: 14px;
    line-height: 29px;
}

.footer-hd .dl2 {
    padding-left: 60px;
    margin-top: 50px;
    width: 658px;
}

.footer-hd .dl2 a {
    line-height: 29px;
}

.footer-hd .dl3 {
    margin-top: 30px;
}

.footer-bd {
    background: #005199;
    line-height: 20px;
    padding: 10px 0;
    font-size: 12px;
}

.footer-bd p {
    display: inline-block;
}

.code-tongji,
.code-script {
    display: inline-block;
}


/*-------------------------------------------------*/


/* 内页上方 */

.um-banner {
    height: 300px;
    background: url(../image/um-banner.jpg) no-repeat center;
}

.pos {
    height: 44px;
    margin-bottom: 20px;
    line-height: 44px;
    border-bottom: 1px solid #e4e4e4;
}

.pos .link {
    display: block;
    width: 43px;
    height: 43px;
    background: url(../image/mub02address_homePage.png) no-repeat center;
    float: left;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    margin-right: 18px;
}

.pos,
.pos a {
    color: #999;
    font-size: 13px;
}


/* 内页左右侧 */

.main {
    padding-bottom: 50px;
}

.um-hd {
    width: 245px;
    float: left;
}

.um-bd {
    width: 930px;
    float: right;
    min-height: 500px;
}

.um-left {
    width: 890px;
    float: left;
}

.um-right {
    width: 270px;
    float: right;
}

.um-page {
    width: 1200px;
}


/* 单页 */

.um-page .um-bd_hd {
    margin-bottom: 30px;
}

.um-page .um-bd_hd .tit {
    font-size: 26px;
    color: #005bac;
    height: 40px;
    line-height: 40px;
}

.um-page .um-bd_hd .tit span {
    padding-left: 10px;
    font-size: 16px;
    text-transform: capitalize;
    color: #999;
}

.um-page .um-bd_hd li {
    display: inline-block;
}

.um-page .um-bd_hd li a {
    display: block;
    padding: 0 15px;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    border: 1px solid #ccc;
    margin: 10px 10px 10px 0;
}

.um-page .um-bd_hd li a:hover {
    color: #fff;
    border-color: #005bac;
    background: #005bac;
}


/*内页左侧*/

.um-side {}

.um-hd_hd .title h2 {
    color: #fff;
    font-size: 20px;
    background: #005bac;
    height: 55px;
    line-height: 55px;
    font-weight: bold;
    padding: 0 0 0 20px;
}

.um-hd_hd ul {
    width: 100%;
    border: 1px solid #e7e7e7;
    padding: 10px 15px;
    box-sizing: border-box;
}

.um-hd_hd li {}

.um-hd_hd li a {
    padding-left: 17px;
    font-size: 15px;
    display: block;
    line-height: 37px;
    background: url(../image/ico7.gif) no-repeat left;
    border-bottom: 1px dashed #ddd;
    font-weight: bold;
    color: #5a5a5a;
}

.um-hd_hd li a i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 6px;
}

.um-hd_hd li dd {}

.um-hd_hd li.on dd {
    display: block;
}

.um-hd_hd li dd a {
    border-bottom: 1px dashed #ccc;
    height: 36px;
    line-height: 36px;
    background: none;
    font-weight: normal;
    color: #5a5a5a;
}

.um-hd_hd li dd a i {
    font-size: 13px;
}

.um-hd_hd li dd.cur {
    display: block;
}

.um-hd_hd li.on>a,
.um-hd_hd li a:hover {
    color: #005bac;
}

.um-hd_bd {
    padding: 10px;
    margin: 10px auto;
    border: 1px solid #cecbcb;
    background: #005bac;
    color: #fff;
}

.um-hd_bd .title {
    height: 50px;
    line-height: 50px;
    color: #fff;
}

.um-hd_bd .title h2 {
    font-size: 18px;
    border-bottom: 2px solid #fff;
    padding-left: 5px;
    color: #fff;
}

.um-hd_bd .title h2 i {
    font-size: 32px;
    margin-right: 15px;
    color: #fff;
}

.um-hd_bd .menu {
    padding: 20px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
}

.um-hd_hd li dd a:hover,
.um-hd_hd li dd.cur a {
    color: #005bac;
}


/* 列表页右上 */

.um-bd_hd2 {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.um-bd_hd2 a:last-child {
    color: #005bac;
    ;
}


/* 产品列表页 */

.items-img li {
    width: 295px;
    margin-right: 22px;
    margin-bottom: 15px;
}

.items-img li .img {
    width: 100%;
}

.items-img li img {
    display: block;
}

.items-img li p {
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 14px;
}

.items-img li:hover p {
    background: #005bac;
    color: #fff;
}


/* 产品图 */

.product_detail {
    padding-left: 20px;
}

.um-imgZoom {
    float: left;
    margin-right: 20px;
}

.um-imgZoom p {
    text-align: center;
    padding-bottom: 10px;
}

#zoom_box {
    display: block;
    zoom: 1;
    width: 350px;
    height: 350px;
    text-align: center;
    border: 1px solid #ddd;
    vertical-align: middle;
    font-size: 170px;
    padding: 0;
}

#zoom_box img {
    margin: 0;
    padding: 0;
}

#zoom_box img.big_small {
    max-width: 298px;
    max-height: 298px;
    width: 298px;
    height: 298px;
    width: expression(this.width>300&&this.width>this.height?300: true);
    height: expression(this.height>300?300: true);
}

#zoom_list {
    width: 352px;
    height: 60px;
    background: #EFEFEF;
    padding-top: 4px;
    position: relative;
    z-index: 99;
}

#zoom_list .pre {
    float: left;
    width: 14px;
    height: 54px;
    margin-top: 2px;
    text-align: center;
    overflow: hidden;
    background: #EFEFEF url(../images/pre.gif) no-repeat -3px 18px;
}

#zoom_list .next {
    float: right;
    width: 14px;
    height: 54px;
    margin-top: 2px;
    text-align: center;
    overflow: hidden;
    background: #EFEFEF url(../images/next.gif) no-repeat -3px 18px;
}

#zoom_list #zoom_list_box {
    float: left;
    width: 323px;
    overflow: hidden;
    height: 56px;
    position: relative;
}

#thumblist {
    position: absolute;
}

#thumblist li {
    float: left;
    width: 53px;
    overflow: hidden;
    text-align: center;
    margin: 2px 0;
}

#thumblist li span {
    width: 52px;
    height: 52px;
}

#thumblist li span a {
    width: 50px;
    height: 50px;
    font-size: 42px;
    border: 1px solid #FFF;
}

#thumblist li span img {
    max-height: 50px;
    max-width: 50px;
    width: 50px;
    height: 50px;
}

#big_box {
    float: left;
}

#big_box span {
    width: 302px;
    height: 242px;
}

#big_box span a {
    width: 300px;
    height: 240px;
    font-size: 200px;
}

#big_box span img {
    max-width: 300px;
    max-height: 240px;
}

.p_info li {
    margin-bottom: 10px;
}

.um-imgDetail {}

.um-imgDetail .cent {
    padding: 20px 0;
    font-size: 14px;
}

.um-imgDetail .cent img {
    max-width: 100%;
}

.um-imgDetail table {
    border-spacing: 0;
    border-left: #ddd solid 1px;
    border-top: #ddd solid 1px;
}

.um-imgDetail table td {
    padding: 5px 10px;
    border-right: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
}

.um-imgDetail-news a {
    display: block;
    width: 50%;
    float: left;
    padding-right: 20px;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 5px;
}

.um-imgDetail-news a span {
    font-size: 12px;
    color: #999;
}


/* 缩略图旁 */

.um-imgInfo {
    width: 515px;
}

.um-imgInfo .tit {
    font-size: 23px;
    color: #005bac;
    font-weight: normal;
    line-height: 1.8;
}

.um-imgInfo .p_tabs {
    background: #f2f2f2;
    padding: 20px 15px;
    min-width: 325px;
}

.um-imgInfo .p_tabs li {
    line-height: 35px;
    font-size: 14px;
}

.um-imgInfo .p_tabs li em {
    font-style: italic;
}

.um-imgInfo-but a {
    display: inline-block;
    width: 200px;
    height: 45px;
    background: #005bac;
    color: #fff;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #005bac;
}

.um-imgInfo-but a:last-child {
    background: #fff;
    border: 1px solid #005bac;
    color: #333;
    background: #fff;
}


/* 下方推荐 */

.um-bd_recommend {
    margin-top: 35px;
}

.um-bd_imgShow_bd .tag,
.um-bd_recommend .tag {
    height: 30px;
    margin-bottom: 20px;
    background: #e6e6e6;
    border-left: 1px solid #005bac;
}

.um-bd_imgShow_bd .tag b,
.um-bd_recommend .tag b {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #005bac;
    text-align: center;
    font-size: 16px;
    padding-left: 20px;
}

.um-bd_recommend .items-img li {
    width: 206px;
}

.um-bd_recommend .items-img li p {
    height: 35px;
    line-height: 35px;
    font-size: 13px;
}


/* 城市分销 */

.um-bd_recommend .citybox a {
    display: inline-block;
    padding-right: 10px;
    line-height: 30px;
}


/* 图片列表 */

.case-show li {
    width: 293px;
    margin-right: 25px;
    margin-bottom: 15px;
}

.case-show li img {
    width: 100%;
}

.case-show li p {
    line-height: 25px;
    font-size: 14px;
}


/* 图片推荐 */

.um-bd_recommend li {
    width: 203px;
}


/* 新闻通用 */

.items-desc-text li {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #999;
}

.items-desc-text li h2 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 8px;
}

.items-desc-text li span {
    font-size: 12px;
    line-height: 20px;
    color: #999;
    display: block;
}

.items-desc-text li img {
    margin-right: 20px;
}

.items-desc-text li p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    overflow: hidden;
    height: 100px;
    margin-bottom: 20px;
}

.items-desc-text li:hover h2 {
    color: #005bac;
}

.items-desc-text li .desc-click,
.items-desc-text li .desc-time {
    background: url(../image/click.png) no-repeat left center;
    padding-left: 20px;
    background-size: 12px;
    float: left;
    display: block;
    padding-right: 15px;
}

.items-desc-text li .desc-time {
    background: url(../image/time.png) no-repeat left center;
    background-size: 12px;
}


/* 新闻详情页 */

.um-bd_recommend .related a {
    width: 50%;
    display: block;
    line-height: 30px;
    color: #333;
    float: left;
    padding-right: 10px;
    font-size: 14px;
    margin-bottom: 5px;
}

.um-bd_recommend .related a span {
    color: #999;
}


/* 详情页推荐 */

.um-bd_recommend .article li {
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 15px;
}

.um-bd_recommend .article li {
    width: 100%;
}

.um-bd_recommend .article li img {
    width: 150px;
    margin-right: 20px;
}

.um-bd_recommend .article li h2 {
    font-size: 16px;
    font-weight: normal;
    font-weight: bold;
    margin-bottom: 5px;
    color: #222;
    margin-top: 5px;
}

.um-bd_recommend .article li p {
    font-size: 13px;
    color: #666;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.um-bd_recommend .article li span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    color: #999;
}

.um-bd_recommend .article li:hover h2 {
    color: #005bac;
}


/* 详情页标题 */

.um-bd_bd .tit h3 {
    line-height: 1.5;
    font-size: 26px;
    color: #005bac;
    font-weight: normal;
}

.meta {
    margin-top: 10px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: '宋体';
}

.content {
    font-size: 16px;
}


/* 内容页正文 */

.um-page-content {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}


/* 内页右侧 */

.um-right .tit {
    font-size: 1em;
    color: #005bac;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 2px;
    background: #f7f7f7;
    padding: .35em .6em .35em .6em;
    margin-bottom: 20px;
    border-left: 2px solid #005bac;
    font-weight: bold;
}

.um-right .tit a {
    color: #0b67c5;
    font-weight: normal;
}

.r-module-img li {
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #eaeaea;
}

.r-module-img li:last-child {
    margin-bottom: 0;
}

.r-module-img li .img {
    position: relative;
}

.r-module-img li .img img {
    display: block;
}

.r-module-img li .con p {
    line-height: 22px;
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
    height: 22px;
    overflow: hidden;
    color: #525252;
    padding: 0 11px;
}

.r-module-img li .con span {
    display: block;
    margin: 0 15px 15px;
    font-size: 12px;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    color: #8a8a8a;
}

.r-module-img li:hover .con p {
    color: #005bac;
}

.r-module-desc li {
    margin-top: 14px;
}

.r-module-desc li .con {
    width: 162px;
}

.r-module-desc li .con h3 {
    font-size: 13px;
    font-weight: normal;
    color: #555;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
}

.r-module-desc li .con h3 span {
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    background: #999;
    line-height: 12px;
    padding: 3px 6px;
    border-radius: 3px;
    color: #fff;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 8px;
    font-weight: normal;
}

.r-module-desc li:nth-child(1) .con h3 span {
    background: red;
}

.r-module-desc li:nth-child(2) .con h3 span {
    background: #FF5722;
}

.r-module-desc li:nth-child(3) .con h3 span {
    background: orange;
}

.r-module-desc li .con p {
    display: block;
    text-align: left;
    float: none;
    color: #c5c5c5;
    font-size: 12px;
}

.r-module-desc li:hover .con h3 {
    color: #000;
}

.r-module-desc li:nth-child(1n+4) {
    margin-top: 5px;
}

.r-module-desc li:nth-child(4) {
    margin-top: 14px;
}

.r-module-desc li:nth-child(1n+4) img {
    display: none;
}

.r-module-desc li:nth-child(1n+4) .con {
    width: 100%;
}

.r-module .li2 a {
    display: block;
    margin-top: 14px;
    color: #c5c5c5;
    font-size: 12px;
    color: #8a8a8a;
}

.r-module-related a {
    width: 9em;
    color: #717171;
    line-height: 1.8em;
    margin-bottom: 20px;
}

.r-module-related a span {
    float: left;
    width: 1.5em;
    font-size: 28px;
    color: #e0e0e0;
    line-height: 1.1em;
    font-family: Impact, Arial, sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
}

.r-module-related a:hover {
    color: #000;
}

.r-module-related a:hover span {
    color: #c3c3c3;
}

.r-module-keywords a {
    display: inline-block;
    padding: 0 10px;
    margin-right: 5px;
    background: #333;
    color: #fff;
    line-height: 30px;
    margin-bottom: 3px;
}

.r-module-keywords a:hover {
    background: #005bac;
}

.um-right .con a {
    font-size: 12px;
    font-family: '宋体';
    margin-right: 10px;
    display: inline-block;
    line-height: 20px;
}


/*新闻详情页*/

.content {
    font-size: 15px;
    line-height: 2;
    color: #333;
}


/*----------------------------------------------------------------------------------------------------------------*/


/*
** 产品列表
**/

.catelist {}

.catelist li {
    margin-top: 20px;
    overflow: hidden;
}

.catelist .img {
    width: 120px;
    height: 120px;
    margin: 0 30px;
    border: #ddd solid 2px;
    overflow: hidden;
}

.catelist .com {
    margin-left: 30px;
}

.catelist .t {
    padding-bottom: 6px;
}


/*产品详细*/

.um-imgDetail {}

.um-imgDetail .cent {
    padding: 20px 0;
    font-size: 14px;
}

.um-imgDetail .cent img {
    max-width: 100%;
}

.um-imgDetail table {
    border-spacing: 0;
    border-left: #ddd solid 1px;
    border-top: #ddd solid 1px;
}

.um-imgDetail table td {
    padding: 5px 10px;
    border-right: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
}

.pagenav {
    padding: 10px 0 0 0;
    border-top: #ddd solid 1px;
    font-size: 14px;
}

.pagenav a {
    color: #005bac;
}

.pagenav p {
    margin-top: 10px;
}

.citybox {}

.citybox a {
    display: inline-block;
    margin-right: 20px;
    line-height: 28px;
}


/*
** 图片
**/

.photo_box {
    overflow: hidden;
}

.photo_box .photo {
    position: relative;
    float: left;
    width: 625px;
    margin-left: 40px;
    overflow: hidden;
}

.photo_box .btn_left,
.photo_box .btn_right {
    display: block;
    width: 8px;
    height: 30px;
    margin-top: 195px;
    background: url(../image/roll.jpg) no-repeat;
}

.photo_box .btn_left {
    float: left;
}

.photo_box .btn_right {
    float: right;
    background-position: -8px 0;
}

.photo_view li {
    float: left;
    width: 625px;
}

.photo_desc h3 {
    margin: 20px 0;
    padding-bottom: 10px;
    border-bottom: #eee solid 1px;
}


/*
** 下载
**/

.down_list dl.img {
    margin: 5px 10px;
}

.down_list dl.img dt {
    font-size: 14px;
    background: #EFEFEF;
    line-height: 28px;
    padding-left: 5px;
}

.down_list dl.img dt a {
    color: #855352
}

.down_list dl.img dd.ext {
    line-height: 22px;
    text-align: right;
    color: #333;
}

.down_list dl.img dd.desc {
    line-height: 22px;
    color: #9E9E9E
}

.down_info {
    margin-bottom: 20px;
    border: 1px solid #EFEFEF;
    border-bottom: none;
}

.down_info ul li label {
    float: left;
    width: 65px;
    border-right: 1px solid #EFEFEF;
    text-align: center;
    margin-right: 5px;
}

.down_info ul li {
    height: 28px;
    line-height: 28px;
    border-bottom: 1px solid #EFEFEF;
    font-size: 12px;
}

.down_info ul li a {
    font-weight: bold;
    color: #F30;
}

#content {
    line-height: 30px;
    font-size: 14px;
}

#content h1.tit {
    font-size: 20px;
    font-family: 'Microsoft YaHei';
    color: #333;
    text-align: center;
    margin: 20px 0;
}

#content h1.tit span {
    font-size: 14px;
    font-weight: normal;
}

#content .content p {
    font-size: 12px;
}

#content .content img {
    max-width: 590px;
    _width: expression(this.width > 590 && this.width > this.height ? 590: true);
}

#content .content strong {
    color: #000;
}

#content .content ol {
    list-style-position: inside;
    margin: 20px;
}

#content .content ul {
    list-style-position: inside;
    margin: 20px;
}

#content .content ul li {
    list-style-type: disc;
}

#content .content ol li {
    list-style-type: decimal;
}

#content .content h1,
#content .content h2,
#content .content h3,
#content .content h4,
#content .content h5,
#content .content h6 {
    color: #000;
    font-size: 100%;
    font-weight: bold;
}

#pages {
    padding: 10px 0 10px;
    text-align: center;
    font: 12px '宋体';
}

#pages a {
    display: inline-block;
    padding: 0px 14px;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333
}

#pages a.a1 {
    padding: 0px 12px;
    height: 40px;
    line-height: 40px;
    margin-top: 0px;
}

#pages a:hover {
    background: #f1f1f1;
    color: #000;
    text-decoration: none;
}

#pages span {
    display: inline-block;
    padding: 0px 14px;
    height: 40px;
    line-height: 40px;
    background: #005bac;
    border: 1px solid #005bac;
    color: #fff;
    text-align: center;
}

.page .noPage {
    display: inline-block;
    padding: 0px 14px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #a4a4a4;
}

.kefu {
    width: 99px;
    height: 60px;
    position: absolute;
    top: 0px;
}

.kefu .kftop {
    background: url(../images/kefu_top.gif) no-repeat;
    height: 20px;
}

.kefu .kfbottom {
    background: url(../images/kefu_bottom.gif) no-repeat;
    height: 14px;
}

.kefu .kfbox {
    border-left: 1px solid #DDE6EC;
    border-right: 1px solid #DDE6EC;
    overflow: hidden;
    zoom: 1;
    padding: 1px;
    background: #FFF;
    color: #f00;
    line-height: 26px;
}

.kefu .kfbox ul {
    padding-left: 6px;
}

.kefu .kfbox ul li.tit {
    color: #800000;
}

.kefu .kfbox ul li img {
    vertical-align: middle;
}


/*留言反馈*/

.table-list td,
.table-list th {
    padding-left: 12px;
}

.table-list td img {
    vertical-align: middle;
}

.table-list thead th {
    height: 30px;
    background: #eef3f7;
    border-bottom: 1px solid #d5dfe8;
    font-weight: normal;
    line-height: 30px;
}

.table-list tbody td,
.table-list .btn {
    border-bottom: #eee 1px solid;
    line-height: 30px;
}

div.btn {
    background: #f6f6f6;
    padding: 6px 12px;
    height: 30px;
    line-height: 30px
}

.table-list tr:hover,
.table-list table tbody tr:hover {
    background: #fbffe4
}

.nHover tr:hover,
.nHover tr:hover td {
    background: none
}

.table-list .input-text-c {
    padding: 0;
    height: 18px
}

.input-text-c {
    border: 1px solid #A7A6AA;
    height: 18px;
    padding: 2px 0 0;
    text-align: center
}

.td-line {
    border: 1px solid #eee
}

.td-line td,
.td-line th {
    border: 1px solid #eee
}

.button {
    background: #005bac;
    border: none;
    padding: 5px 12px;
    margin-right: 6px;
    cursor: pointer;
    color: #fff;
}

[type=reset] {
    background: #999;
}

.button:hover {
    background: #005bac;
}

[type=reset]:hover {
    background: #777;
}

.table-list tr.on,
.table-list tr.on td,
.table-list tr.on th,
.table-list td.on,
.table-list th.on {
    background: #fdf9e5;
}

a.close-own {
    background: url(../Images/cross.png) no-repeat left 3px;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    outline: none;
    right: 7px;
    top: 8px;
    text-indent: 200px;
    overflow: hidden
}

a.close-own:hover {
    background-position: left -46px
}

.input-text,
.measure-input,
textarea,
input.date,
input.endDate,
.input-focus {
    border: 1px solid #A7A6AA;
    line-height: 18px;
    height: 18px;
    margin: 0 5px 0 0;
    padding: 1px 0 1px 5px;
    border: 1px solid #d0d0d0;
    background: #FFF url(../Images/admin_img/input.png) repeat-x;
    font-family: Verdana, Geneva, sans-serif, "宋体";
    font-size: 12px;
}

.input-focus {
    background: #FFF;
    border-color: #afcee6;
    font-size: 12px;
}

input.date,
input.endDate {
    background: #fff url(../Images/admin_img/input_date.png) no-repeat right 3px;
    padding-right: 18px;
    font-size: 12px;
}

textarea,
textarea.input-text,
textarea.input-focus {
    font-size: 12px;
    height: auto;
    padding: 5px;
    margin: 0;
}

select {
    vertical-align: middle;
    background: none repeat scroll 0 0 #F9F9F9;
    border-color: #666666 #CCCCCC #CCCCCC #666666;
    border-style: solid;
    border-width: 1px;
    color: #333;
    padding: 2px;
}

.search-form {
    margin-bottom: 10px
}


/*宋体宋体*/

.table_form {
    margin: 10px;
    width: 95%;
}

.table_form input {}

.table_form td {
    padding-left: 12px
}

.table_form th {
    font-weight: normal;
    text-align: right;
    padding-right: 10px;
    color: #777
}

.table_form td label {
    vertical-align: middle
}

.table_form td,
.table_form th {
    padding: 8px 0 5px 8px;
    line-height: 22px;
}

.table_form tbody td,
.table_form tbody th {
    border-bottom: 1px solid #eee;
}

.colorpanel tbody td,
.colorpanel tbody th {
    padding: 0;
    border-bottom: none;
}

em.error {
    overflow: hidden;
    zoom: 1;
    background: url("../Images/unchecked.gif") no-repeat 0px 0px;
    padding-left: 19px;
    color: red;
}

em.success {
    overflow: hidden;
    zoom: 1;
    background: url("../Images/checked.gif") no-repeat 0px 0px;
    padding-left: 19px;
    color: red;
}

.guestbook_list {
    margin: 12px 0;
    line-height: 26px;
    font-size: 14px;
}

.guestbook_list dl {
    border: 1px solid #E9E9EB;
    margin: 8px auto;
    padding: 15px;
}

.guestbook_list dl dt {
    border-bottom: 1px dashed #E9E9EB;
    height: 26px;
    line-height: 26px;
    color: #005bac;
}

.guestbook_list dl dt span {
    float: right;
    line-height: 26px;
}

.guestbook_list dl dd.g_content {
    padding: 5px;
    line-height: 26px;
}

.post_box {
    border: 1px solid #eee;
}

.post_box h5 {
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    height: 35px;
    background: #f5f5f5;
}


/*user login*/


/*sitemap*/

.mapbox {
    border: 1px solid #ccc;
    background: #fff;
}

.mapbox h4 {
    margin: 10px 0;
    padding: 6px;
    border: none;
    border-top: 1px solid #ccc;
    margin-top: -1px;
    border-bottom: 1px solid #eee;
}

.smallcat ul {
    overflow: hidden;
}

.smallcat ul li {
    float: left;
    line-height: 24px;
}

.smallcat ul li a {
    margin: 0 8px;
}