@charset "UTF-8";
.header .header-top {
  height: 30px;
  line-height: 30px;
  background: #253651;
  color: #fff;
  font-size: 12px;
  overflow: hidden; }
  .header .header-top .right-tip a {
    display: inline-block;
    height: 30px;
    margin-left: 10px;
    color: #fff; }
    .header .header-top .right-tip a .iconfont {
      display: inline-block;
      margin-right: 3px; }
.header .header-main {
  height: 105px; }
  .header .header-main .logo {
    width: 236px;
    height: 53px;
    margin-top: 26px; }
  .header .header-main .nav {
    width: 900px;
    margin-top: 48px;
    text-align: right; }
    .header .header-main .nav li {
      display: inline-block;
      margin-left: 40px; }
      .header .header-main .nav li a {
        display: inline-block;
        padding: 5px;
        color: #302f37;
        font-size: 16px; }
      .header .header-main .nav li .sub-menu {
        display: none;
        position: absolute;
        top: 106px;
        left: 0;
        width: 100%;
        height: 250px;
        padding-top: 50px;
        background: #fff;
        z-index: 1000; }
        .header .header-main .nav li .sub-menu .sub-menu-list {
          width: 400px; }
          .header .header-main .nav li .sub-menu .sub-menu-list a {
            display: inline-block;
            width: 110px;
            padding-left: 5px;
            border-bottom: 1px solid #e6e6e6;
            margin-left: 33px;
            line-height: 33px;
            text-align: left;
            font-size: 14px;
            color: #626262; }
          .header .header-main .nav li .sub-menu .sub-menu-list a:hover {
            color: #253651; }
        .header .header-main .nav li .sub-menu .sub-menu-img {
          width: 265px;
          height: 164px;
          margin-left: 75px; }
          .header .header-main .nav li .sub-menu .sub-menu-img a {
            display: block;
            border: 1px solid #e5e5e5; }
          .header .header-main .nav li .sub-menu .sub-menu-img a:hover {
            border: 1px solid #253651; }
        .header .header-main .nav li .sub-menu .sub-menu-txt {
          width: 390px;
          line-height: 35px;
          text-align: justify;
          color: #626262; }
    .header .header-main .nav li.active > a {
      border-bottom: 2px solid #253651; }
    .header .header-main .nav li:hover > a {
      border-bottom: 2px solid #253651; }

/*banner*/
.banner {
  min-width: 1200px;
  height: 646px;
  position: relative; }
  .banner ul li {
    height: 100%;
    width: 100%;
    position: absolute;
    display: none;
    z-index: 10; }
    .banner ul li a {
      display: block;
      width: 100%;
      height: 100%; }
  .banner .cut {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 20;
    color: #fff;
    font-size: 40px;
    opacity: 0.5; }
  .banner .cut:hover {
    opacity: 1;
    cursor: pointer; }
  .banner .prev {
    left: 3%; }
  .banner .next {
    right: 3%; }
  .banner .indicator {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    text-align: center;
    z-index: 20; }
    .banner .indicator a {
      display: inline-block;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: #fff;
      margin: 0 5px; }
      .banner .indicator a.cur {
        background: #008c45; }

/***产品中心***/
.product-center {
  height: 460px;
  padding: 30px 0; }
  .product-center .head {
    text-align: center; }
    .product-center .head h2 {
      color: #243350;
      font-size: 30px;
      margin-bottom: 10px; }
    .product-center .head span {
      display: block;
      font-size: 36px;
      color: #aba8a8;
      text-transform: uppercase; }
  .product-center .pro-list {
    margin-top: 20px;
    margin-left: -25px; }
    .product-center .pro-list li {
      float: left;
      width: 280px;
      height: 283px;
      margin-left: 25px; }
      .product-center .pro-list li a {
        display: block;
        position: relative; }
        .product-center .pro-list li a .hover {
          position: absolute;
          top: 0;
          left: 0;
          width: 280px;
          height: 250px;
          line-height: 250px;
          text-align: center;
          background: rgba(0, 0, 0, 0.41);
          color: #fff;
          font-size: 24px;
          opacity: 0;
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease; }
      .product-center .pro-list li a:hover .hover {
        opacity: 1; }
      .product-center .pro-list li p {
        margin-top: 15px;
        text-align: center;
        font-size: 18px;
        color: #000; }

/*新闻中心 视频中心*/
.common-title {
  padding: 10px 0; }
  .common-title p {
    display: inline-block;
    margin-right: 5px; }
  .common-title .zh {
    width: 122px;
    height: 31px;
    padding-left: 10px;
    background: url("../img/icon_bg.png") no-repeat center;
    font-size: 20px;
    color: #666; }
    .common-title .zh span {
      font-size: 30px;
      color: #253651; }
  .common-title .en {
    vertical-align: bottom;
    text-transform: uppercase;
    font-size: 14px;
    color: #aba8a8; }

.content1 {
  height: 500px;
  padding: 20px 0;
  background: #F3F3F3; }
  .content1 .container {
    background: #fff; }
    .content1 .container .picScroll-left {
      width: 371px;
      height: 460px;
      margin-right: 30px;
      background: #253651;
      color: #fff;
      overflow: hidden;
      position: relative; }
      .content1 .container .picScroll-left .hd {
        overflow: hidden;
        width: 100%;
        height: 15px;
        position: absolute;
        top: 180px;
        text-align: center;
        z-index: 999; }
        .content1 .container .picScroll-left .hd li {
          display: inline-block;
          width: 15px;
          height: 15px;
          border-radius: 15px;
          overflow: hidden;
          margin: 0 6px;
          text-indent: -999px;
          cursor: pointer;
          background: #c7c7c7; }
          .content1 .container .picScroll-left .hd li.on {
            background: #253651; }
      .content1 .container .picScroll-left .bd {
        overflow: hidden; }
        .content1 .container .picScroll-left .bd .picList {
          overflow: hidden; }
          .content1 .container .picScroll-left .bd .picList .img-box {
            display: block;
            width: 371px;
            height: 206px;
            overflow: hidden; }
            .content1 .container .picScroll-left .bd .picList .img-box img {
              transition: all 0.5s ease;
              -webkit-transition: all 0.5s ease; }
            .content1 .container .picScroll-left .bd .picList .img-box img:hover {
              transform: scale(1.05);
              -webkit-transform: scale(1.05); }
          .content1 .container .picScroll-left .bd .picList .info {
            padding: 20px 15px; }
			.content1 .container .picScroll-left .bd .picList .info .tit{
			  white-space: nowrap;
			  text-overflow: ellipsis;
			  overflow: hidden;
			}
            .content1 .container .picScroll-left .bd .picList .info .tit a {
              color: #fff;
              font-size: 18px;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden; }
            .content1 .container .picScroll-left .bd .picList .info .txt {
              height: 144px;
              margin-top: 20px;
              font-size: 14px;
              line-height: 24px;
              text-indent: 2em;
              text-align: justify;
              overflow: hidden; }
          .content1 .container .picScroll-left .bd .picList .more {
            display: block;
            width: 93px;
            padding-left: 15px;
            text-align: left;
            color: #fff;
            text-transform: uppercase;
            background: url("../img/icon_more.png") no-repeat center right; }
    .content1 .container .news-center {
      width: 410px;
      height: 460px; }
      .content1 .container .news-center .news-menu {
        padding-left: 10px;
        margin: 10px 0;
        border-bottom: 1px solid #EBEBEB; }
        .content1 .container .news-center .news-menu li {
          display: inline-block;
          margin-right: 40px;
          line-height: 30px;
          font-size: 16px;
          color: #253651;
          cursor: pointer; }
        .content1 .container .news-center .news-menu li.on {
          border-bottom: 3px solid #253651; }
      .content1 .container .news-center .news-con .news-show {
        display: none; }
        .content1 .container .news-center .news-con .news-show.on {
          display: block; }
        .content1 .container .news-center .news-con .news-show li {
          width: 410px;
          height: 85px;
          margin-bottom: 10px;
          background: #FAFAFA;
          position: relative; }
          .content1 .container .news-center .news-con .news-show li .time {
            position: absolute;
            left: 0;
            top: 0;
            width: 80px;
            height: 85px;
            padding-top: 35px;
            background: #EEEFF1; }
            .content1 .container .news-center .news-con .news-show li .time span {
              position: absolute;
              top: 0;
              left: 0;
              width: 80px;
              height: 20px;
              line-height: 20px;
              background: #253651;
              font-size: 14px;
              text-align: center;
              color: #fff; }
            .content1 .container .news-center .news-con .news-show li .time p {
              font-size: 36px;
              color: #253651;
              text-align: center; }
          .content1 .container .news-center .news-con .news-show li .news-text {
            padding-left: 90px; }
            .content1 .container .news-center .news-con .news-show li .news-text a {
              display: block;
              padding-top: 8px;
              font-size: 18px;
              color: #000;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden; }
              .content1 .container .news-center .news-con .news-show li .news-text a:hover {
                color: #253651;
                text-decoration: underline; }
            .content1 .container .news-center .news-con .news-show li .news-text p {
              height: 48px;
              line-height: 24px;
              margin-top: 10px;
              padding-right: 10px;
              text-indent: 2em;
              color: #999;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              /*垂直排列*/
              -webkit-line-clamp: 2;
              /*显示的行数*/
              overflow: hidden; }
        .content1 .container .news-center .news-con .news-show .more {
          float: right;
          color: #000; }
          .content1 .container .news-center .news-con .news-show .more:hover {
            color: #253651; }
    .content1 .container .video-center {
      width: 340px;
      height: 460px; }
      .content1 .container .video-center .video {
        width: 340px;
        height: 212px;
        margin-top: 10px;
        background: #253651; }
      .content1 .container .video-center .video-bottom {
        height: 187px;
        padding: 20px 0;
        background: #FAFAFA; }
        .content1 .container .video-center .video-bottom .title {
          height: 27px;
          padding-left: 20px;
          padding-right: 5px;
          font-size: 18px;
          color: #000; }
          .content1 .container .video-center .video-bottom .title a {
            padding: 5px 10px;
            background: #F3F3F3;
            font-size: 14px;
            border-radius: 24px; }
        .content1 .container .video-center .video-bottom .icon-menu li {
          float: left;
          width: 113px;
          text-align: center;
          color: #5b5d58; }
          .content1 .container .video-center .video-bottom .icon-menu li a {
            display: block; }
            .content1 .container .video-center .video-bottom .icon-menu li a span {
              display: block;
              width: 60px;
              height: 60px;
              margin: 20px auto;
              border-radius: 60px;
              border: 1px solid #ccc;
              position: relative; }
              .content1 .container .video-center .video-bottom .icon-menu li a span .iconfont {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                -webkit-transform: translate(-50%, -50%);
                color: #ccc;
                font-size: 40px; }
                .content1 .container .video-center .video-bottom .icon-menu li a span .iconfont:hover {
                  color: #253651; }
            .content1 .container .video-center .video-bottom .icon-menu li a p {
              color: #5b5d58; }

.content2 {
/*  height: 450px;*/
  padding: 20px 0;
  overflow: hidden; }
  .content2 .query {
    width: 250px;
    border: 1px solid #EBEBEB;
    border-bottom: none; }
    .content2 .query li {
      height: 99px;
      border-bottom: 1px solid #EBEBEB; }
      .content2 .query li:hover {
        background: #253651; }
        .content2 .query li:hover .iconfont, .content2 .query li:hover .name p, .content2 .query li:hover .name span {
          color: #fff; }
      .content2 .query li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 25px 0; }
        .content2 .query li a .iconfont {
          display: inline-block;
          vertical-align: middle;
          margin: 0 15px 0 20px;
          font-size: 50px;
          color: #383838; }
        .content2 .query li a .name {
          display: inline-block;
          vertical-align: middle; }
          .content2 .query li a .name p {
            margin-bottom: 5px;
            color: #243350;
            text-transform: uppercase; }
          .content2 .query li a .name span {
            font-size: 18px;
            color: #000; }
  .content2 .scroll {
    width: 373px;
    margin: 0 30px; }
    .content2 .scroll .scroll-container {
      padding: 5px;
      background: #EBEBEB;
      overflow: hidden;
      position: relative; }
      .content2 .scroll .scroll-container .hd {
        position: absolute;
        right: 10px;
        bottom: 45px;
        z-index: 100;
        color: #fff; }
        .content2 .scroll .scroll-container .hd .pageState {
          font-size: 24px; }
          .content2 .scroll .scroll-container .hd .pageState span {
            font-size: 28px; }
      .content2 .scroll .scroll-container .bd .pic li {
        float: left;
        position: relative; }
        .content2 .scroll .scroll-container .bd .pic li .txt {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 80px;
          padding: 15px 10px;
          background: rgba(0, 0, 0, 0.5); }
          .content2 .scroll .scroll-container .bd .pic li .txt a, .content2 .scroll .scroll-container .bd .pic li .txt p {
            display: block;
            width: 300px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden; }
          .content2 .scroll .scroll-container .bd .pic li .txt a {
            margin-bottom: 15px;
            font-size: 24px;
            color: #fff; }
          .content2 .scroll .scroll-container .bd .pic li .txt p {
            font-size: 14px;
            color: #fff; }
  .content2 .decoration {
    width: 510px;
    position: relative; }
    .content2 .decoration .decoration-container {
      height: 335px;
      margin-top: 22px;
      position: relative; }
      .content2 .decoration .decoration-container .decoration-show {
        position: absolute;
        top: 0;
        left: 0;
        width: 510px;
        height: 335px;
        opacity: 0;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease; }
        .content2 .decoration .decoration-container .decoration-show.on {
          display: block;
          z-index: 100;
          opacity: 1; }
        .content2 .decoration .decoration-container .decoration-show li {
          width: 510px;
          height: 186px;/*2019-03-19*/
          margin-bottom: 40px;
          position: relative; }
          .content2 .decoration .decoration-container .decoration-show li .bg {
            position: absolute;
            top: 0;
            left: 0;
            z-index: -10;
            width: 500px;
            height: 126px;
            border: 5px solid #EBEBEB; }
          .content2 .decoration .decoration-container .decoration-show li .item {
            position: absolute;
            top: 10px;
            left: 10px;
            width: 500px;
            height: 186px;/*2019-03-19*/
            padding: 12px;
            border: 1px solid #EBEBEB;
            background: #fff;
            z-index: 10; }
            .content2 .decoration .decoration-container .decoration-show li .item .item-img {
              width: 140px; }
            .content2 .decoration .decoration-container .decoration-show li .item .item-txt {
              width: 320px; }
              .content2 .decoration .decoration-container .decoration-show li .item .item-txt h2 {
                margin-top: 5px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden; }
                .content2 .decoration .decoration-container .decoration-show li .item .item-txt h2 a {
                  color: #000;
                  font-size: 18px; }
                  .content2 .decoration .decoration-container .decoration-show li .item .item-txt h2 a:hover {
                    text-decoration: underline;
                    color: #253651; }
              .content2 .decoration .decoration-container .decoration-show li .item .item-txt p {
                height: 48px;
                margin: 10px 0;
                text-align: justify;
                text-indent: 2em;
                line-height: 24px;
                overflow: hidden; }
    .content2 .decoration .small-ball {
      position: absolute;
      top: 22px;
      right: 0; }
      .content2 .decoration .small-ball span {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        margin-left: 6px;
        background: #D7D6D6;
        cursor: pointer; }
        .content2 .decoration .small-ball span.cur {
          background: #253651; }

.footer {
  height: 240px;
  overflow: hidden; }
  .footer .foot {
    height: 210px;
    background: #32313A;
    padding-top: 25px; }
    .footer .foot .foot-nav {
      width: 700px; }
      .footer .foot .foot-nav li {
        float: left;
        width: 140px;
        padding-left: 35px; }
        .footer .foot .foot-nav li h2 {
          margin-bottom: 15px;
          font-size: 18px;
          color: #fff; }
        .footer .foot .foot-nav li a {
          display: block;
          margin: 7px 0;
          color: #c6c4c4; }
          .footer .foot .foot-nav li a:hover {
            text-decoration: underline; }
    .footer .foot .foot-contact {
      width: 350px;
      text-align: center; }
      .footer .foot .foot-contact .phone .iconfont {
        display: inline-block;
        vertical-align: middle;
        font-size: 40px;
        color: #D7D6D6; }
      .footer .foot .foot-contact .phone .number {
        display: inline-block;
        vertical-align: middle;
        color: #fff; }
        .footer .foot .foot-contact .phone .number p {
          text-align: left;
          margin-bottom: 10px; }
        .footer .foot .foot-contact .phone .number span {
          font-size: 30px; }
      .footer .foot .foot-contact .phone .social {
        margin-top: 30px; }
        .footer .foot .foot-contact .phone .social a {
          display: inline-block;
          margin-right: 32px;
          color: #fff; }
          .footer .foot .foot-contact .phone .social a .iconfont {
            display: inline-block;
            margin-right: 5px;
            font-size: 30px; }
    .footer .foot .qr_code {
      width: 150px;
      text-align: right; }
  .footer .foot-bottom {
    height: 30px;
    line-height: 30px;
    background: #5F5F60;
    color: #fff; }
    .footer .foot-bottom .friends-link {
      width: 200px;
      height: 26px;
      margin-top: 2px;
      line-height: 26px;
      background: #fff;
      color: #000;
      padding-left: 25px;
      cursor: pointer;
      position: relative; }
      .footer .foot-bottom .friends-link .iconfont {
        display: inline-block;
        margin-right: 10px;
        transform: rotate(-90deg); }
      .footer .foot-bottom .friends-link .friends-hide {
        display: none;
        position: absolute;
        left: 0;
        top: -60px;
        z-index: 10;
        width: 200px;
        height: 60px;
        background: #fff; }
        .footer .foot-bottom .friends-link .friends-hide a {
          display: block;
          height: 30px;
          line-height: 30px;
          padding-left: 25px;
          border-bottom: 1px solid #ccc;
          color: #333; }
          .footer .foot-bottom .friends-link .friends-hide a:hover {
            color: #fff;
            background: #253651; }

.big-img {
  width: 100%;
  height: 280px; }

.inside-nav {
  height: 40px;
  margin-bottom: 35px;
  background: #F3F3F3; }
  .inside-nav a {
    float: left;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333; }
    .inside-nav a:hover {
      background: #253651;
      color: #fff; }
    .inside-nav a.active {
      background: #253651;
      color: #fff; }

.inside-title {
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #F3F3F3; }
  .inside-title .title {
    padding-left: 20px;
    font-size: 24px;
    color: #253651; }
    .inside-title .title:before {
      content: '';
      display: inline-block;
      width: 5px;
      height: 26px;
      background: #253651;
      position: relative;
      top: 5px;
      left: -20px; }
  .inside-title .bread-nav {
    margin-top: 10px;
    color: #999; }
    .inside-title .bread-nav a {
      color: #999; }
      .inside-title .bread-nav a:hover {
        color: #253651; }

.about p {
  margin-bottom: 30px;
  line-height: 30px;
  font-size: 16px;
  text-indent: 2em;
  text-align: justify; }

.honor .item {
  float: left;
  width: 260px;
  margin: 10px 16px;
  text-align: center; }
  .honor .item:hover a {
    color: #253651; }
  .honor .item a {
    display: block;
    outline: none;
    color: #000; }
    .honor .item a img {
      width: auto;
      height: 200px;
      max-width: 260px; }
    .honor .item a p {
      line-height: 40px;
      height: 40px; }

.pages {
  margin: 50px auto 30px;
  width: 500px;
  font-size: 14px; }
  .pages span {
    padding: 0 10px;
    line-height: 23px; }
  .pages a {
    display: inline-block;
    line-height: 28px;
    padding: 0 10px;
    border: 1px solid #d9d9d9;
    background-color: #ffffff;
    text-decoration: none;
    color: #666;
    font-family: Simsun;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin-right: 3px; }
    .pages a:hover {
      color: #fff !important;
      background-color: #253651;
      border-color: #fff;
      text-decoration: none; }
  .pages .current {
    display: inline-block;
    line-height: 28px;
    padding: 0 10px;
    text-decoration: none;
    font-family: Simsun;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin-right: 3px;
    color: #fff;
    background-color: #253651;
    border-color: #fff; }

.inside-news .decoration-show {
  width: 1200px;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease; }
  .inside-news .decoration-show.on {
    display: block;
    z-index: 100;
    opacity: 1; }
  .inside-news .decoration-show li {
    width: 1200px;
    height: 136px;
    margin-bottom: 40px;
    position: relative; }
    .inside-news .decoration-show li .bg {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -10;
      width: 1190px;
      height: 126px;
      border: 5px solid #EBEBEB; }
    .inside-news .decoration-show li .item {
      position: absolute;
      top: 10px;
      left: 10px;
      width: 1190px;
      height: 136px;
      padding: 12px;
      border: 1px solid #EBEBEB;
      background: #fff;
      z-index: 10; }
      .inside-news .decoration-show li .item .item-img {
        width: 140px; }
      .inside-news .decoration-show li .item .item-txt {
        width: 1000px; }
        .inside-news .decoration-show li .item .item-txt h2 {
          margin-top: 5px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
          .inside-news .decoration-show li .item .item-txt h2 a {
            color: #000;
            font-size: 18px; }
            .inside-news .decoration-show li .item .item-txt h2 a:hover {
              text-decoration: underline;
              color: #253651; }
        .inside-news .decoration-show li .item .item-txt p {
          height: 48px;
          margin: 10px 0;
          text-align: justify;
          text-indent: 2em;
          line-height: 24px;
          overflow: hidden; }

.img-list ul {
  margin-left: -23px; }
  .img-list ul .img-item {
    float: left;
    width: 378px;
    height: 299px;
    margin-left: 23px;
    margin-bottom: 23px;
    text-align: center; }
    .img-list ul .img-item a {
      display: block; }
      .img-list ul .img-item a:hover {
        color: #253651; }
      .img-list ul .img-item a p {
        height: 40px;
        line-height: 40px; }

.join {
  text-align: center; }

.contact {
  height: 440px;
  margin-bottom: 50px;
  background: #F3F3F3; }
  .contact .map {
    width: 700px; }
  .contact .txt {
    width: 500px;
    padding: 40px 30px; }
    .contact .txt h2 {
      margin-bottom: 20px;
      font-size: 24px;
      color: #253651; }
    .contact .txt p {
      font-size: 16px;
      margin: 15px 0; }

.news-detail {
  margin-bottom: 30px; }
  .news-detail h1 {
    text-align: center;
    font-size: 22px;
    color: #454545; }
  .news-detail h6 {
    margin: 20px 0 30px 0;
    padding-bottom: 8px;
    border-bottom: 1px dashed #D8D8D8;
    text-align: center;
    font-size: 12px;
    color: #999; }
  .news-detail > p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    text-align: justify;
    color: #666; }
  .news-detail img {
    display: block;
    margin: 20px auto; }
  .news-detail .page1 {
    margin-top: 60px;
    padding: 10px 0;
    border-top: 1px dotted #ccc;
    position: relative; }
    .news-detail .page1 p {
      line-height: 24px; }
    .news-detail .page1 .back {
      position: absolute;
      right: 0;
      top: 20px;
      width: 64px;
      height: 35px;
      line-height: 35px;
      background: #253651;
      color: #fff;
      text-align: center; }

.message-online .mess form {
  margin-top: 40px;
  margin-bottom: 40px; }
  .message-online .mess form label {
    background: url(../img/contact.png) no-repeat;
    display: block;
    float: left;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 30px;
    padding-left: 40px;
    color: #000; }
    .message-online .mess form label.name {
      background-position: 0 -32px; }
    .message-online .mess form label.email {
      background-position: 0 -64px; }
    .message-online .mess form label.address {
      background-position: 0 -160px; }
    .message-online .mess form label.city {
      background-position: 0 -96px; }
    .message-online .mess form label.msg_title {
      background-position: 0 -128px; }
    .message-online .mess form label.message {
      background-position: 0 -192px;
      margin-bottom: 10px; }
  .message-online .mess form input {
    border: 1px solid #dbdbdb;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0 45px 30px 0;
    width: 260px; }
    .message-online .mess form input.last {
      margin-right: 0; }
  .message-online .mess form textarea {
    border: 1px solid #dbdbdb;
    display: block;
    height: 125px;
    padding: 10px;
    width: 1200px; }
  .message-online .mess form .msg {
    border-top: 1px dotted #ccc;
    padding: 30px 0; }
  .message-online .mess form .tableRow {
    height: 32px;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden; }
    .message-online .mess form .tableRow input {
      color: #999;
      display: inline-block;
      margin-right: 10px;
      width: 150px; }
  .message-online .mess form .btns {
    background: #253651 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 15px;
    height: 40px;
    margin-bottom: 0;
    margin-right: 10px;
    width: 120px;
    cursor: pointer; }
  .message-online .mess form .reset {
    background: #ccc none repeat scroll 0 0;
    cursor: pointer;
    margin-bottom: 0; }

/*# sourceMappingURL=style.css.map */
