﻿.i-box {
    line-height: 1;
}

.i-box * {
    box-sizing: border-box;
}

.i-box img {
    display: block;
}
.header .header-hd {
  height: 30px;
  line-height: 30px;
  background-color: #f0f0f0;
  color: #4c4c4c;
  font-size: 12px;
}
.header .header-hd a {
  color: #4c4c4c;
}
.header .header-bd {
  height: 120px;
}
.header .header-bd .logo {
  height: 120px;
}
.header .header-bd .logo a {
  display: block;
}
.header .header-bd .logo a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.header .header-bd .tel {
  font-size: 16px;
  color: #333;
  padding-top: 24px;
  line-height: 1;
}
.header .header-bd .tel p {
  color: #116aa6;
  font-size: 26px;
  font-weight: bold;
  font-family: 'impact';
  margin-top: 10px;
}
.header .header-bd .tel p span {
  font-size: 22px;
  font-weight: normal;
}
.nav {
  height: 60px;
  line-height: 60px;
  background-color: #116aa6;
}
.nav ul {
  display: flex;
}
.nav ul li {
  flex: 1 1 auto;
  position: relative;
  text-align: center;
}
.nav ul li a {
  font-size: 16px;
  color: #fff;
}
.nav ul li a:hover {
  border-bottom: 2px solid #fff;
  padding-bottom: 6px;
}
.nav ul li ul {
  position: absolute;
  top: 60px !important;
  width: 100%;
  left: 0;
  display: none;
  z-index: 999;
  background-color: #116aa6;
}
.nav ul li ul li a {
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}
.nav ul li ul li a:hover {
  background: rgba(0,0,0,0.2);
  padding: 0;
  border: none;
}
.nav ul li:hover ul {
  display: block;
}
.nav ul li.on>a {
  border-bottom: 2px solid #fff;
  padding-bottom: 6px;
}
.box-tit {
  text-align: center;
  background: url('../image/box_titbg.png') no-repeat center 54px;
}
.box-tit h3 {
  font-size: 24px;
  color: #1a0b08;
  font-weight: normal;
}
.box-tit span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  margin: 10px 0 30px;
  color: #999;
}
.box-tit p {
  font-size: 14px;
  color: #999;
}
.i-product .i-pro-tit {
  margin: 40px 0 30px;
}
.i-product .i-pro-con .i-pro-hd {
  height: 718px;
  width: 286px;
}
.i-product .i-pro-con .i-pro-hd .tit {
  height: 46px;
  line-height: 46px;
  background-color: #116aa6;
  font-size: 18px;
  color: #fff;
  padding-left: 20px;
}
.i-product .i-pro-con .i-pro-hd .i-pro-list {
  padding: 20px;
  height: 672px;
  background-color: #f5f5f5;
}
.i-product .i-pro-con .i-pro-hd .i-pro-list h3 {
  height: 36px;
  line-height: 36px;
  background-color: #e6e6e6;
  margin-bottom: 10px;
}
.i-product .i-pro-con .i-pro-hd .i-pro-list h3 a {
  display: block;
  padding-left: 25px;
  font-size: 16px;
  color: #333;
  border-left: 2px solid #116aa6;
}
.i-product .i-pro-con .i-pro-hd .i-pro-list h3.on {
  margin-bottom: 0;
}
.i-product .i-pro-con .i-pro-hd .i-pro-list ul {
  margin-bottom: 12px;
}
.i-product .i-pro-con .i-pro-hd .i-pro-list ul li a {
  display: block;
  padding-left: 42px;
  height: 32px;
  font-size: 12px;
  color: #666;
  line-height: 32px;
  background: url('../image/pro_ico.png') repeat-x left bottom;
}
.i-product .i-pro-con .i-pro-hd .i-pro-list ul li a:hover {
  color: #116aa6;
}
.i-product .i-pro-con .i-pro-bd {
  width: 850px;
}
.i-product .i-pro-con .i-pro-bd .tit {
  height: 46px;
  border: 1px solid #ccc;
  line-height: 44px;
  background-color: #f3f3f3;
}
.i-product .i-pro-con .i-pro-bd .tit span {
  display: inline-block;
  margin-left: 13px;
  height: 20px;
  line-height: 20px;
  padding-left: 19px;
  border-left: 6px solid #116aa6;
  font-size: 18px;
  color: #116aa6;
  margin-top: 13px;
}
.i-product .i-pro-con .i-pro-bd .tit a {
  color: #808080;
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 18px;
}
.i-product .i-pro-con .i-pro-bd .tit a:hover {
  color: #116aa6;
}
.i-product .i-pro-con .i-pro-bd ul li {
  width: 260px;
  margin-right: 35px;
  margin-top: 18px;
}
.i-product .i-pro-con .i-pro-bd ul li .img {
  border: 1px solid #bfbfbf;
  border-bottom: none;
  width: 260px;
  overflow: hidden;
}
.i-product .i-pro-con .i-pro-bd ul li .img img {
  transition: all .6s;
}
.i-product .i-pro-con .i-pro-bd ul li h5 {
  font-size: 12px;
  color: #fff;
  text-align: center;
  height: 20px;
  line-height: 20px;
  background-color: #bfbfbf;
  font-weight: normal;
}
.i-product .i-pro-con .i-pro-bd ul li a {
  width: 120px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #3fa8f0;
  font-size: 12px;
  display: inline-block;
  color: #fff;
  margin-top: 3px;
}
.i-product .i-pro-con .i-pro-bd ul li a:hover {
  background-color: #f25d00;
}
.i-product .i-pro-con .i-pro-bd ul li a.a2 {
  float: right;
}
.i-product .i-pro-con .i-pro-bd ul li:nth-of-type(3n) {
  margin-right: 0;
}
.i-product .i-pro-con .i-pro-bd ul li:hover img {
  transform: scale(1.1);
}
.i-mid {
  height: 186px;
  margin: 90px 0 45px;
  background: url('../image/mid.jpg') no-repeat center;
}
.i-mid .i-mid-hd {
  padding: 40px 0 0 40px;
}
.i-mid .i-mid-hd h5 {
  font-size: 22px;
  color: rgba(255,255,255,0.74);
  font-weight: normal;
}
.i-mid .i-mid-hd h3 {
  font-size: 30px;
  color: #fff;
  font-weight: normal;
  padding: 14px 0;
}
.i-mid .i-mid-hd p {
  font-size: 18px;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
}
.i-mid .i-mid-bd {
  font-size: 18px;
  color: #333;
  padding-top: 44px;
  margin-right: -80px;
  padding-left: 85px;
  background: url('../image/mid_tel.png') no-repeat left 35px;
}
.i-mid .i-mid-bd p {
  color: #f25d00;
  font-size: 36px;
  font-weight: bold;
  font-family: 'impact';
  margin-top: 10px;
}
.i-mid .i-mid-bd p span {
  color: #666;
  font-weight: normal;
}
.i-superiority {
  margin-bottom: 60px;
}
.i-superiority .i-sup-tit {
  padding-top: 14px;
  text-align: center;
  background: url('../image/sup_tit.png') no-repeat center top;
}
.i-superiority .i-sup-tit h3 {
  font-size: 44px;
  color: #116aa6;
  letter-spacing: 10px;
}
.i-superiority .i-sup-tit p {
  color: #a3a3a3;
  font-size: 26px;
  padding: 18px 0 12px;
}
.i-superiority .i-sup-tit span {
  font-size: 18px;
  color: #a3a3a3;
}
.i-superiority .i-sup-con {
  padding: 40px 50px 0 12px;
}
.i-superiority .i-sup-con ul li {
  margin-bottom: 40px;
}
.i-superiority .i-sup-con ul li .item-hd {
  width: 550px;
  padding-left: 100px;
  background: url('../image/sup_ico.png') no-repeat left top;
}
.i-superiority .i-sup-con ul li .item-hd dl dt {
  width: 347px;
  border-bottom: 1px dashed #bfbfbf;
}
.i-superiority .i-sup-con ul li .item-hd dl dt h4 {
  font-size: 20px;
  color: #116aa6;
}
.i-superiority .i-sup-con ul li .item-hd dl dt p {
  font-size: 12px;
  color: #666;
  padding: 14px 0;
  text-transform: uppercase;
}
.i-superiority .i-sup-con ul li .item-hd dl dd {
  padding-left: 35px;
  width: 430px;
  margin-top: 17px;
  font-size: 12px;
  color: #666;
  line-height: 1.2;
  background: url('../image/sup_ico2.png') no-repeat left top;
}
.i-superiority .i-sup-con ul li .item-hd dl:nth-child(even) {
  margin-top: 30px;
}
.i-superiority .i-sup-con ul li .item-hd a {
  display: block;
  float: right;
  margin-top: 30px;
  width: 108px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
  border-radius: 13px;
  color: #fff;
  background-color: #f25d00;
}
.i-superiority .i-sup-con ul li .item-hd a:hover {
  background-color: #116aa6;
}
.i-search {
    height: 50px;
    line-height: 50px;
    background-color: #f0f0f0;
    overflow: hidden;
}

.i-search .i-search-hd {
    font-size: 16px;
    color: #4c4c4c;
}

.i-search .i-search-bd {
    font-size: 0;
    padding-top: 5px;
}

.i-search .i-search-bd .search-key {
    display: inline-block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #116aa6;
    color: #999;
    padding-left: 12px;
    font-size: 12px;
}

.i-search .i-search-bd .search-button {
    display: inline-block;
    border: none;
    outline: none;
    background-color: #116aa6;
    text-align: center;
    width: 40px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    vertical-align: -1px;
    cursor: pointer;
}

.i-search .i-search-bd .search-button:hover {
    background-color: #f25d00;
}

.i-about {
    background-color: #f5f5f5;
    position: relative;
    height: 800px;
    margin: 20px 0 65px;
}

.i-about-hd {
    width: 50%;
    min-width: 600px;
    position: absolute;
    left: 0;
    top: 0;
    height: 800px;
    background: url('../image/about_bg.jpg') no-repeat right top;
}

.i-about-bd {
    width: 570px;
    position: relative;
    padding-top: 380px;
}

.i-about-bd h3 {
    font-size: 24px;
    color: #4c4c4c;
    margin-bottom: 20px;
}

.i-about-img {
    position: absolute;
    width: 760px;
    height: 250px;
    top: 73px;
    right: 0;
}

.i-about-desc {
    font-size: 14px;
    line-height: 26px;
    color: #666;
    height: 182px;
    text-align: justify;
    overflow: hidden;
}

.i-about-more {
    display: block;
    width: 130px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #116aa6;
    margin: 15px 0 10px;
}

.i-about-bd .tel {
    font-size: 22px;
    color: #252b3a;
    float: left;
}

.i-about-bd .tel p {
    font-size: 36px;
    font-family: impact;
    font-weight: bold;
    padding-left: 180px;
    line-height: 1;
}

.i-about-bd .tel p i {
    font-size: 22px;
    color: #252b3a;
    vertical-align: 4px;
    font-weight: normal;
}

.i-about-bd .tel span {
    display: inline-block;
    line-height: 51px;
    vertical-align: -6px;
    font-size: 36px;
    font-family: impact;
    font-weight: bold;
    padding-left: 68px;
    background: url('../image/about_tel.png') no-repeat left center;
}


/*box-tit2*/

.box-tit2 {
    height: 42px;
    line-height: 42px;
    background: url('../image/box_titbg2.png') no-repeat center;
    text-align: center;
}

.box-tit2 h3 {
    font-size: 25px;
    color: #004394;
}

.box-tit2 h3 span {
    color: #000;
}


/*base*/

.i-base img {
    display: block;
}

.i-base-hd {
    margin-top: 45px;
}

.i-base-hd ul li {
    border: 1px solid #ccc;
    height: 281px;
}

.i-base-hd ul li i {
    width: 39px;
    height: 39px;
    background: url('../image/base_btn.png') no-repeat center;
    display: block;
}

.i-base-hd ul li.li1 {
    width: 220px;
    background-color: #3fa8f0;
    padding: 70px 0 0 20px;
}

.i-base-hd ul li.li1 p {
    font-size: 18px;
    color: #fff;
}

.i-base-hd ul li.li1 h4 {
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 0 35px;
}

.i-base-hd ul li.li2 {
    width: 466px;
    position: relative;
    margin-left: 22px;
}

.i-base-hd ul li.li2 p {
    width: 100%;
    position: absolute;
    font-size: 15px;
    color: #fff;
    height: 16px;
    left: 0;
    top: calc(50% - 8px);
    display: none;
    text-align: center;
}

.i-base-hd ul li.li2:hover p {
    display: block;
}

.i-base-bd {
    margin-top: 28px;
}

.i-base-bd ul li {
    border: 1px solid #ccc;
    height: 281px;
    position: relative;
}

.i-base-bd ul li.li1 {
    width: 220px;
    margin-right: 22px;
}

.i-base-bd ul li.li3 {
    background-color: #acd598;
    margin-left: 4px;
}

.i-base-bd ul li.li3 span {
    display: block;
    font-size: 12px;
    line-height: 29px;
    color: #fff;
    text-align: center;
}

.i-base-bd ul li.li3 {
    padding-top: 90px;
}

.i-base-bd ul li:hover p {
    display: block;
}

.i-base-bd ul li p {
    width: 100%;
    position: absolute;
    font-size: 15px;
    color: #fff;
    height: 16px;
    left: 0;
    top: calc(50% - 8px);
    display: none;
    text-align: center;
}


/*honor*/

.i-honor {
    padding: 60px 0 45px;
}

.i-honor-con {
    margin-top: 25px;
    position: relative;
}

.i-honor-con>span {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: calc(50% - 20px);
    left: -75px;
    background: url('../image/honor_left.png') no-repeat center;
    cursor: pointer;
}

.i-honor-con>span.next {
    right: -75px;
    left: auto;
    background: url('../image/honor_right.png') no-repeat center;
}

.i-honor-con .bd {
    overflow: hidden;
    width: 1200px;
}

.i-honor-con ul li {
    width: 280px !important;
    margin-right: 26px;
}

.i-honor-con ul li .img {
    border: 1px solid #bfbfbf;
}

.i-honor-con ul li .tit {
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #666;
    font-size: 14px;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #bfbfbf;
    border-top: none;
}

.i-honor-con ul li:hover .tit {
    border-color: #0093e3;
}


/*case*/

.i-case {
    margin: 60px 0 40px;
}

.i-case-tit {
    margin-bottom: 30px;
}

.i-case-con {
    position: relative;
}

.i-case-hd div {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 128px;
}

.i-case-left {
    left: -48px;
}

.i-case-right {
    right: -48px;
}

.i-case-bd ul li {
    width: 295px;
    text-align: center;
    margin-right: 6px;
    background: url('../image/case_libg.png') no-repeat center top;
}

.i-case-bd ul li p {
    display: inline-block;
    width: 171px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #333333;
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #005bac;
}

.i-case-bd ul li:hover p {
    color: #fff;
    background-color: #116aa6;
    border: none;
    border-right: 7px solid #ffc000;
}

.i-case-img {
    margin: 7px 7px 27px;
}


/*news*/

.i-news-tit p {
    text-transform: uppercase;
}

.i-news-hd {
    width: 374px;
    height: 438px;
    background-color: #3fa8f0;
    padding-top: 72px;
    padding-left: 40px;
    box-sizing: border-box;
}

.i-news-hd h3 {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
}

.i-news-hd h3 span {
    font-size: 25px;
}

.i-news-hd h4 {
    font-size: 19px;
    color: #fff;
    padding: 70px 0 15px;
}

.i-news-hd p {
    font-size: 13px;
    line-height: 28px;
    color: #fff;
}

.i-news-line {
    width: 94px;
    height: 1px;
    background-color: #fff;
    margin-top: 65px;
}

.i-news-con {
    margin-top: 38px;
}

.i-news-bd {
    width: 790px;
}

.i-news-bd ul li {
    background-color: #f0f0f1;
    position: relative;
}

.i-news-bd ul li:first-child {
    margin-bottom: 18px;
}

.i-news-bd ul li img {
    display: block;
}

.i-news-bd ul li:hover .item-hd h3,
.i-news-bd ul li:hover .item-hd h4 {
    color: #3fa8f0;
}

.i-news-bd .item-hd {
    width: 434px;
    background-color: #fff;
    position: absolute;
    top: 30px;
    left: 35px;
    padding: 32px 64px 26px 34px;
    box-sizing: border-box;
}

.i-news-bd .item-hd h3 {
    font-weight: normal;
    color: #4c4c4c;
    font-size: 24px;
}

.i-news-bd .item-hd h3 span {
    font-size: 30px;
}

.i-news-bd .item-hd h4 {
    font-size: 19px;
    color: #4c4c4c;
    margin: 15px 0 10px;
}

.i-news-bd .item-hd p {
    color: #4c4c4c;
    font-size: 15px;
}

.i-news-bd .item-bd {
    border: 1px solid #bfbfbf;
}


/*link*/

.i-link {
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #4c4c4c;
}

.i-link a {
    color: #4c4c4c;
}

.footer {
    padding-bottom: 10px;
    background-color: #116aa6;
}

.footer .footer-hd {
    width: 200px;
}

.footer .footer-hd .img {
    width: 200px;
}

.footer .footer-hd .img img {
    display: block;
    width: 100%;
}

.footer .footer-bd {
    width: 850px;
}

.footer .footer-bd .footer-nav {
    height: 66px;
    line-height: 55px;
    padding-top: 10px;
    border-bottom: 1px solid #fff;
    display: flex;
}

.footer .footer-bd .footer-nav a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    flex: 1 1 auto;
}

.footer .footer-bd .footer-nav a:hover {
    text-decoration: underline;
}

.footer .footer-bd .con .footer-logo {
    width: 285px;
    padding-top: 39px;
}

.footer .footer-bd .con .text {
    width: 550px;
    font-size: 0;
    margin-top: 27px;
}

.footer .footer-bd .con .text p {
    display: inline-block;
    width: 270px;
    padding-left: 28px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    height: 24px;
    box-sizing: border-box;
}

.footer .footer-bd .con .text p:nth-of-type(1) {
    background: url('../image/footer_ico1.png') no-repeat 5px center;
}

.footer .footer-bd .con .text p:nth-of-type(2) {
    background: url('../image/footer_ico2.png') no-repeat left center;
}

.footer .footer-bd .con .text p:nth-of-type(3) {
    background: url('../image/footer_ico3.png') no-repeat left center;
}

.footer .footer-bd .con .text p:nth-of-type(4) {
    background: url('../image/footer_ico4.png') no-repeat left center;
}

.footer .copyright {
    color: #fff;
    font-size: 14px;
    margin-top: 30px;
    line-height: 24px;
    text-align: center;
}

.footer .copyright p {
    display: inline-block;
}

.footer .copyright a {
    color: #fff;
}


/* 内页上方 */

.um-banner {
    height: 300px;
}

#um-banner-hide {
    display: none;
}

.pos {
    display: none;
    background: url(../image/umhome.png) no-repeat left center;
    padding-left: 28px;
}

.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;
}


/**/

.um-page-tit {
    background: #fff;
    padding: 40px 0;
    text-align: center;
}

.um-page-tit h2 {
    display: inline-block;
    color: #bbb;
    font-size: 24px;
    border-bottom: 1px solid #bbb;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 20px;
}

.um-page-tit ul li {
    display: inline-block;
    position: relative;
}

.um-page-tit ul li a {
    font-size: 16px;
    display: block;
    width: 150px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background-color: #333;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 20px;
    position: relative;
    z-index: 9;
}

.um-page-tit ul li::after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
    z-index: 8;
    border-top: 10px solid #116aa6;
}

.um-page-tit ul li.on a,
.um-page-tit ul li:hover a {
    background-color: #116aa6;
}

.um-page-tit ul li.on::after,
.um-page-tit ul li:hover::after {
    bottom: 0;
}

.um-bd_page {
    padding-top: 40px;
}

.um-bd_bd {
    height: auto;
    line-height: 2;
    color: #505050;
    font-size: 16px;
    overflow: hidden;
}


/* 内页左右侧 */

.main {
    padding-bottom: 50px;
}

.main .w {
    position: relative;
}

.um-bd {}

.um-left {
    width: 890px;
    float: left;
}

.um-right {
    width: 270px;
    float: right;
}


/* 单页 */

.um-hd {
    margin-bottom: 20px;
    background: #fff;
    padding: 15px;
}

.um-hd .tit {
    font-size: 26px;
    color: #116aa6;
    line-height: 50px;
    padding: 0 15px 0 0;
}

.um-hd .tit span {
    padding-left: 10px;
    font-size: 16px;
    text-transform: capitalize;
    color: #999;
}

.um-hd ul {
    text-align: right;
}

.um-hd li {
    display: inline-block;
    position: relative;
    border: 1px solid #ccc;
    height: 40px;
    line-height: 38px;
    margin: 5px 10px;
}

.um-hd li a {
    display: block;
    padding: 0 20px;
    font-size: 14px;
}

.um-hd li a:hover {
    color: #fff;
    border-color: #116aa6;
    background: #116aa6;
}

.um-hd li ul {
    position: absolute;
    top: 39px;
    left: 0;
    width: 100%;
    display: none;
    z-index: 999;
}

.um-hd li ul li {
    margin: 0;
    border: none;
    display: block;
    height: 30px;
    line-height: 30px;
}

.um-hd li ul a {
    border: none;
    height: 30px;
    line-height: 30px;
    background: rgba(1, 107, 196, 0.9);
    color: #fff;
    text-align: center;
}

.um-hd li:hover ul {
    display: block;
}


/* 列表页左侧 */

.um-side {
    background: #116aa6;
}

.um-side .title h2 {
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: normal;
    text-align: center;
}

.um-side .title h2 span {
    text-transform: uppercase;
    ;
    font-size: 14px;
    padding-left: 5px;
}

.um-hd_hd {
    padding-bottom: 20px;
}

.um-hd_hd .menu {
    margin: 0 10px;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}

.um-hd_hd .menu h3 {
    margin-bottom: 2px;
}

.um-hd_hd .menu h3 a {
    display: block;
    background: url(../image/right.png) no-repeat 13px center #dfdfdf;
    background-size: 8px;
    padding-left: 30px;
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    color: #000;
    font-weight: normal;
}

.um-hd_hd .menu h3 a:hover {
    background: url(../image/right2.png) no-repeat 13px center #dfdfdf;
    background-size: 8px;
    background-color: #116aa6;
    color: #fff;
}

.um-hd_hd .menu li {
    margin-bottom: 1px;
}

.um-hd_hd .menu li a {
    background: url(../image/liright.png) no-repeat 23px center #efeeee;
    background-size: 7px;
    height: 34px;
    line-height: 34px;
    padding-left: 40px;
    display: block;
    color: #444;
    font-size: 13px;
}

.um-hd_hd .menu li a:hover {
    background: url(../image/liright2.png) no-repeat 23px center #99cc01;
    background-size: 7px;
    color: #fff;
}

.um-hd_bd .con {
    background: #efefef;
    padding: 10px 20px 20px;
    color: #000;
    font-size: 12px;
    line-height: 2;
}


/* 列表页右上 */

.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: #116aa6;
    ;
}


/* 产品列表页 */

.um_product {
    width: 920px;
    float: right;
}

.items-img li {
    width: 220px;
    margin-right: 13px;
    margin-bottom: 15px;
    border: 1px solid #eee;
    padding: 4px;
}

.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: 16px;
}

.items-img li:hover {
    border-color: #116aa6;
}


/* 产品图 */

.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: 473px;
}

.um-imgInfo .tit {
    font-size: 23px;
    color: #116aa6;
    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: #116aa6;
    color: #fff;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #116aa6;
}


/**/

.um-bd_recommend2 {
    border: 1px solid #e5e5e5;
    margin-top: 20px;
}

.um-bd_recommend2 .tag2 {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 10px;
    overflow: hidden;
}

.um-bd_recommend2 .tag2 b {
    display: inline;
    color: #116aa6;
    font-size: 18px;
    font-weight: bold;
}

.um-bd_recommend2 .article2 {
    padding: 10px 20px;
}

.um-bd_recommend2 .article2 li {
    float: left;
    width: 320px;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    background-image: url(../image/ico4.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 80px;
}

.um-bd_recommend2 .article2 li a {
    font-size: 14px;
    color: #676767;
    transition: all .3s;
}

.um-bd_recommend2 .article2 li:hover a {
    color: #116aa6;
    transform: translateX(5px);
}


/* 下方推荐 */

.um-bd_recommend {
    margin-top: 35px;
    background: #fff;
}

.um-bd_imgShow_bd .tag,
.um-bd_recommend .tag {
    height: 30px;
    margin-bottom: 20px;
    background: rgba(1, 107, 196, 0.1);
    border-left: 1px solid #116aa6;
}

.um-bd_imgShow_bd .tag b,
.um-bd_recommend .tag b {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #116aa6;
    text-align: center;
    font-size: 16px;
    padding-left: 20px;
}

.um-bd_recommend .items-img li {
    width: 196px;
}

.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;
}


/* 图片列表 */

.um_picture_tit {
    background-color: #fff;
    padding: 10px;
    border-bottom: 1px solid #f4f4f4;
}

.um_picture_tit h3 {
    font-size: 20px;
    border-bottom: 1px solid #116aa6;
    color: #116aa6;
    display: inline-block;
    font-weight: normal;
}

.um_picture_tit h3 span {
    font-size: 16px;
    color: #bcbcbc;
    text-transform: uppercase;
}

.case-show li {
    width: 268px;
    margin-right: 15px;
    margin-bottom: 25px;
    border: 1px solid #e4e4e4;
    padding: 5px;
}

.case-show li img {
    width: 100%;
}

.case-show li p {
    line-height: 30px;
    font-size: 14px;
    padding: 0 5px;
}

.case-show li:hover {
    border-color: #116aa6;
}


/* 图片推荐 */

.um-bd_recommend li {
    width: 203px;
}

.um_page_index {
    background: #f4f4f4;
}

.um-page_content {
    padding: 22px;
    background: #fff;
}


/* 新闻通用 */

.items-desc-text li {
    margin-bottom: 18px;
    overflow: hidden;
}

.items-desc-text li img {
    display: block;
    width: 210px;
}

.items-desc-text li .con {
    margin-left: 210px;
    height: 130px;
    background: #fff;
    transition: all .3s;
    padding: 6px 25px;
}

.items-desc-text li .con h2 {
    font-size: 16px;
    color: #222;
    transition: all .3s;
    margin-bottom: 5px;
}

.items-desc-text li .con p {
    font-size: 13px;
    color: #666;
    line-height: 23px;
    height: 46px;
    transition: all .3s;
    overflow: hidden;
    margin-bottom: 5px;
}

.items-desc-text li .con span {
    font-size: 12px;
    padding-right: 10px;
    color: #999;
    font-family: '宋体';
}

.items-desc-text li:hover .con {
    transition: all .3s;
}

.items-desc-text li:hover .con h2 {
    color: #116aa6;
}

.items-desc-text li:hover .con h2,
.items-desc-text li:hover .con p {
    transition: all .3s;
}

.items-desc-text li:hover .con span {}


/* 新闻详情页 */

.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: bold;
    color: #222;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    margin-bottom: 1px;
}

.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;
    color: #999;
}

.um-bd_recommend .article li:hover h2 {
    color: #116aa6;
}


/* 详情页标题 */

.um-bd_hd {
    float: left;
    width: 250px;
    min-height: 800px;
    background: #fff;
    padding: 15px;
    transition: all .3s;
}

.um-bd_hd_on {
    position: fixed;
    top: 0;
    transition: all .3s;
}

.um-bd_hd_ft {
    position: fixed;
    bottom: 360px;
    transition: all .3s;
}

.um-bd_hd dl {
    padding-bottom: 20px;
    border-bottom: 1px dotted #c5c5c5;
    margin-bottom: 20px;
}

.um-bd_hd dt {
    border-left: 2px solid #116aa6;
    color: #116aa6;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.um-bd_hd dd {
    font-size: 13px;
    color: #444;
    line-height: 25px;
}

.um-bd_hd .um-bd_habout {
    height: 150px;
    overflow: hidden;
}

.um-bd_hd .um-bd_nav li a {
    display: block;
    border: 1px solid rgba(51, 153, 51, .4);
    line-height: 30px;
    float: left;
    width: 47%;
    margin: 2px 1%;
    text-align: center;
}

.um-bd_hd .um-bd_nav li a:hover {
    background: rgba(51, 153, 51, 1);
    color: #fff;
}

.um-bd_hd .um-bd_hpro li {
    margin-bottom: 15px;
}

.um-bd_hd .um-bd_hpro li img {
    width: 100%;
    display: block;
}

.um-bd_hd .um-bd_hpro li p {
    padding: 0 15px;
}

.um-bd_hd .um-bd_hpro li:hover p {
    background: #116aa6;
    color: #fff;
}

.um-bd_hd .um-bd_hpro li:last-child {
    margin-bottom: 0;
}

.um-bd_hd .um-bd_harticle li {
    line-height: 30px;
    width: 100%;
}

.um-bd_hd .um-bd_harticle li i {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #116aa6;
    border-radius: 10px;
    margin-right: 4px;
    vertical-align: 3px;
}

.um-bd_hd .um-bd_hwords a {
    display: inline-block;
    line-height: 30px;
    padding: 0 12px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #dedede;
    color: #444;
}

.um-bd_hd .um-bd_hwords a:hover {
    background: #116aa6;
    color: #fff;
}

.um-newsShow {
    float: right;
    width: 930px;
    padding: 22px;
    background: #fff;
    min-height: 800px;
    border: 18px solid #f4f4f4;
}

.um-page {
    width: 1200px;
}

.um-bd_picture {
    background-color: #f4f4f4;
}

.um_picture_list {
    background: #fff;
    padding: 40px;
}

.um-bd_bd .tit h1 {
    line-height: 1.5;
    font-size: 22px;
    color: #333;
}

.meta {
    margin-top: 10px;
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
    margin-bottom: 20px;
    font-size: 12px;
    border-top: 1px dashed #ccc;
}

.content {
    font-size: 16px;
}


/* 内容页正文 */

.um-page-content {}


/* 内页右侧 */

.um-right .tit {
    font-size: 1em;
    color: #116aa6;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 2px;
    background: rgba(51, 153, 51, .1);
    padding: .35em .6em .35em .6em;
    margin-bottom: 20px;
    border-left: 2px solid #116aa6;
    font-weight: bold;
}

.um-right .tit a {
    color: #0b67c5;
    font-weight: normal;
}

.r-module {
    padding: 15px;
    background: #fff;
    margin-top: 30px;
}

.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: #116aa6;
}

.r-module-desc li {
    margin-top: 14px;
}

.r-module-desc li .con {
    margin-right: 95px;
}

.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: #116aa6;
}

.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;
}


/**/

.um-bd-lside {
    width: 250px;
}

.um-lside-tit {
    background-color: #fcfcfc;
    padding: 15px 0;
}

.um-lside-tit h2 {
    color: #116aa6;
    font-size: 30px;
    font-weight: bold;
    height: 35px;
    line-height: 30px;
}

.um-lside-tit h2 i {
    float: left;
    width: 30px;
    height: 30px;
    background-color: #116aa6;
    margin-right: 5px;
}

.um-lside-tit p {
    font-size: 16px;
    font-weight: bold;
    color: #bcbcbc;
    text-transform: uppercase;
    padding-left: 5px;
}

.um-lside-menu dl {
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}

.um-lside-menu dl.mhide dd {
    display: none;
}

.um-lside-menu dt {
    height: 45px;
    line-height: 45px;
    margin-bottom: -2px;
    background-color: #116aa6;
    background-image: url(../image/ico1.png);
    background-repeat: no-repeat;
    background-position: 230px center;
    position: relative;
}

.um-lside-menu dt i {
    display: block;
    width: 16px;
    height: 8px;
    background-color: #fff;
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-64%);
}

.um-lside-menu dt i:hover {
    height: 3px;
}

.um-lside-menu dt a {
    color: #fff;
    font-size: 18px;
    display: block;
    width: 185px;
    height: 45px;
    line-height: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 30px;
}

.um-lside-menu dd {
    position: relative;
}

.um-lside-menu dd a {
    display: block;
    height: 30px;
    line-height: 30px;
    border-top: 2px solid #fff;
    background-color: #f1f1f1;
    padding: 0 30px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
}

.um-lside-menu dd i {
    display: none;
    width: 16px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 7px;
    top: 50%;
}

.um-lside-menu dd:hover i {
    display: block;
}

.um-lside-menu dd:hover a {
    background-color: #116aa6;
    color: #fff;
}


/*----------------------------------------------------------------------------------------------------------------*/


/*
** 产品列表
**/

.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 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pagenav:after {
    display: none;
}

.pagenav a {}

.pagenav p {
    padding: 0 1%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #e5e5e5;
    background: #fafafa;
    width: 340px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #333;
}

.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 '宋体';
    clear: both;
}

#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: #116aa6;
    border: 1px solid #116aa6;
    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: #99cc01;
    border: none;
    padding: 5px 12px;
    margin-right: 6px;
    cursor: pointer;
    color: #fff;
}

[type=reset] {
    background: #999;
}

.button:hover {
    background: #116aa6;
}

[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: #116aa6;
}

.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;
}

.f-video {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    display: none;
}

.f-video.on {
    display: block;
}

.f-video .video-box {
    position: absolute;
    right: -148px;
    top: -186px;
    width: 398px;
    height: 485px;
}

.f-video .video-box .videosp {
    width: 100%;
    height: 485px;
    outline: none;
}

.f-video .video-box .close {
    background: url(../image/close.png) no-repeat center center;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 999;
    cursor: pointer;
}