﻿@charset "utf-8";

/*==========@@HTML默认 开始@@==========*/

.header .header-hd {
    height: 55px;
    line-height: 40px;
    background: url('../image/header_hdbg.png') no-repeat center top;
    font-size: 16px;
    color: #999;
  }
  .header .header-hd a {
    padding-left: 46px;
    display: block;
    background: url('../image/header_ico.png') no-repeat left center;
    color: #999;
  }
  .header .header-bd {
    height: 100px;
  }
  .header .header-bd .logo {
    height: 100px;
    max-width: 850px;
  }
  .header .header-bd .logo a,
  .header .header-bd .logo a img {
    display: block;
    max-width: 100%;
    max-height: 100%;
  }
  .header .header-bd .tel {
    font-size: 18px;
    padding-left: 80px;
    margin-top: 15px;
    background: url('../image/tel.png') no-repeat left center;
  }
  .header .header-bd .tel h5 {
    font-weight: normal;
    width: 153px;
    color: #097ada;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    border: 1px solid #097ada;
    font-size: 12px;
    text-align: center;
    background: linear-gradient(to right,#fff 50%,#097ada 50%);
  }
  .header .header-bd .tel h5 span {
    color: #fff;
    display: inline-block;
    margin-left: 25px;
  }
  .header .header-bd .tel p {
    font-size: 28px;
    color: #333;
    margin-top: 5px;
  }
  .navbar {
    height: 66px;
    line-height: 60px;
    background: linear-gradient(to bottom,#fff 6px,#097ada 6px);
  }
  .navbar ul {
    display: flex;
  }
  .navbar ul li {
    flex: 1 1 auto;
    position: relative;
    background: url('../image/nav_libg.png') no-repeat right center;
  }
  .navbar ul li a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding-top: 6px;
  }
  .navbar ul li a:hover {
    background-color: #ff8400;
  }
  .navbar ul li ul {
    position: absolute;
    width: 100%;
    left: 0;
    top: 66px;
    background-color: #097ada;
    z-index: 999999;
    display: none;
  }
  .navbar ul li ul li {
    background: none;
  }
  .navbar ul li ul li a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background-color: none;
    overflow: hidden;
  }
  .navbar ul li ul li a:hover {
    background-color: rgba(0,0,0,0.2);
  }
  .navbar ul li:last-child {
    background: none;
  }
  .navbar ul li.on>a {
    background-color: #ff8400;
  }
  .navbar ul li:hover ul {
    display: block;
  }
  .i-box {
    line-height: 1;
    box-sizing: border-box;
  }
  .i-box img {
    display: block;
  }
  .i-box * {
    box-sizing: border-box;
  }
  .i-search {
    height: 77px;
    border-bottom: 1px solid #b5b5b5;
    overflow: hidden;
    padding-top: 10px;
    line-height: 50px;
  }
  .i-search .i-search-hd {
    font-size: 18px;
    color: #666;
    width: 800px;
    padding-left: 60px;
    margin-top: 0px;
    background: url('../image/laba.png') no-repeat left center;
  }
  .i-search .i-search-bd {
    width: 300px;
    margin-top: 10px;
  }
  .i-search .i-search-bd .search-key {
    font-size: 20px;
    color: #666;
    height: 34px;
    border: none;
    outline: none;
    line-height: 34px;
  }
  .i-search .i-search-bd .search-button {
    width: 34px;
    height: 34px;
    border: none;
    cursor: pointer;
    outline: none;
    background: url('../image/btn.png') no-repeat center;
    vertical-align: -10px;
  }
  .i-list {
    margin-top: 34px;
    padding: 42px 0 52px;
    background-color: #f9f9f9;
  }
  .i-list .i-list-con ul {
    display: flex;
    justify-content: space-between;
  }
  .i-list .i-list-con ul li {
    text-align: center;
    padding-top: 20px;
    width: 263px;
    height: 276px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    position: relative;
  }
  .i-list .i-list-con ul li .img {
    height: 120px;
    position: relative;
  }
  .i-list .i-list-con ul li .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .i-list .i-list-con ul li h5 {
    font-size: 18px;
    font-weight: normal;
    margin: 5px 0 25px;
    color: #666;
  }
  .i-list .i-list-con ul li i {
    display: block;
    margin: 0 auto;
    width: 56px;
    height: 56px;
    background: url('../image/list_icon1.png') no-repeat center;
  }
  .i-list .i-list-con ul li:after {
    content: "";
    width: 4px;
    height: 276px;
    position: absolute;
    background: url('../image/list_line.png') no-repeat center;
    top: 0px;
    right: -28px;
  }
  .i-list .i-list-con ul li:last-child:after {
    content: "";
    width: 0;
  }
  .i-list .i-list-con ul li:hover {
    background-color: #ff8400;
    border-color: #ff8400;
  }
  .i-list .i-list-con ul li:hover h5 {
    color: #fff;
  }
  .i-list .i-list-con ul li:hover i {
    background: url('../image/list_icon2.png') no-repeat center;
  }
  .i-product {
    padding: 35px 0 94px;
  }
  .i-product .i-product-hd {
    border: 1px solid #a5a5a5;
    padding: 35px 0;
  }
  .i-product .i-product-hd .i-pro-tit {
    width: 260px;
    padding: 0 0 0 35px;
  }
  .i-product .i-product-hd .i-pro-tit h4 {
    font-weight: normal;
    font-size: 30px;
    color: #333;
  }
  .i-product .i-product-hd .i-pro-tit p {
    font-size: 16px;
    color: #666;
    margin: 12px 0 15px;
  }
  .i-product .i-product-hd .i-pro-tit a {
    display: block;
    width: 108px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #ff8400;
    border-radius: 12px;
    font-size: 14px;
    color: #fff;
  }
  .i-product .i-product-hd .i-pro-tit a:hover {
    background-color: #097ada;
  }
  .i-product .i-product-hd .i-pro-list {
    width: 930px;
  }
  .i-product .i-product-hd .i-pro-list ul {
    display: flex;
  }
  .i-product .i-product-hd .i-pro-list ul li {
    text-align: center;
    flex: 1;
    background: url('../image/pro_listline.png') no-repeat right bottom;
  }
  .i-product .i-product-hd .i-pro-list ul li .img {
    height: 60px;
  }
  .i-product .i-product-hd .i-pro-list ul li a {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    color: #666;
  }
  .i-product .i-product-hd .i-pro-list ul li:hover a {
    color: #ff8400;
  }
  .i-product .i-product-hd .i-pro-list ul li:nth-of-type(1) .img {
    background: url('../image/pro_ico1.png') no-repeat center;
  }
  .i-product .i-product-hd .i-pro-list ul li:nth-of-type(1):hover .img {
    background: url('../image/pro_ico12.png') no-repeat center;
  }
  .i-product .i-product-hd .i-pro-list ul li:nth-of-type(2) .img {
    background: url('../image/pro_ico2.png') no-repeat center;
  }
  .i-product .i-product-hd .i-pro-list ul li:nth-of-type(2):hover .img {
    background: url('../image/pro_ico22.png') no-repeat center;
  }
  .i-product .i-product-hd .i-pro-list ul li:nth-of-type(3) .img {
    background: url('../image/pro_ico3.png') no-repeat center;
  }
  .i-product .i-product-hd .i-pro-list ul li:nth-of-type(3):hover .img {
    background: url('../image/pro_ico32.png') no-repeat center;
  }
  .i-product .i-product-hd .i-pro-list ul li:nth-of-type(4) .img {
    background: url('../image/pro_ico4.png') no-repeat center;
  }
  .i-product .i-product-hd .i-pro-list ul li:nth-of-type(4):hover .img {
    background: url('../image/pro_ico42.png') no-repeat center;
  }
  .i-product .i-product-hd .i-pro-list ul li:nth-of-type(5) .img {
    background: url('../image/pro_ico5.png') no-repeat center;
  }
  .i-product .i-product-hd .i-pro-list ul li:nth-of-type(5):hover .img {
    background: url('../image/pro_ico52.png') no-repeat center;
  }
  .i-product .i-product-hd .i-pro-list ul li:nth-of-type(6) .img {
    background: url('../image/pro_ico6.png') no-repeat center;
  }
  .i-product .i-product-hd .i-pro-list ul li:nth-of-type(6):hover .img {
    background: url('../image/pro_ico62.png') no-repeat center;
  }
  .i-product .i-product-hd .i-pro-list ul li:nth-of-type(7) .img {
    background: url('../image/pro_ico7.png') no-repeat  center;
  }
  .i-product .i-product-hd .i-pro-list ul li:nth-of-type(7):hover .img {
    background: url('../image/pro_ico72.png') no-repeat  center;
  }
  .i-product .i-product-bd {
    margin-top: 43px;
  }
  .i-product .i-product-bd ul li {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 19px;
  }
  .i-product .i-product-bd ul li p {
    position: absolute;
    width: 100%;
    height: 53px;
    left: 0;
    line-height: 53px;
    bottom: 0;
    background-color: rgba(249,249,249,0.72);
    font-size: 18px;
    color: #333;
  }
  .i-product .i-product-bd ul li:hover p {
    color: #097ada;
  }
  .i-product .i-product-bd ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  .i-product .i-product-bd ul li:nth-of-type(n+4) {
    margin-top: 19px;
  }
  .i-about {
    height: 578px;
    padding-top: 124px;
    background: url('../image/about_bg.jpg') no-repeat center bottom;
  }
  .i-about .w {
    position: relative;
  }
  .i-about .i-about-hd ul li .img {
    border: 1px solid #bfbfbf;
    width: 590px;
  }
  .i-about .i-about-hd ul li .text {
    background-color: #fff;
    width: 610px;
    height: 225px;
    margin-top: 72px;
    padding: 20px 10px 40px 20px;
  }
  .i-about .i-about-hd ul li .text .tit .xh {
    width: 51px;
    text-align: center;
    line-height: 57px;
    height: 57px;
    font-size: 30px;
    color: #fff;
    background: url('../image/xh.png') no-repeat center;
  }
  .i-about .i-about-hd ul li .text .tit h3 {
    font-size: 24px;
    margin-left: 62px;
    color: #686868;
    font-weight: normal;
    padding-top: 11px;
  }
  .i-about .i-about-hd ul li .text .tit span {
    margin-left: 64px;
    width: 40px;
    display: block;
    margin-top: 8px;
    height: 1px;
    background-color: #097ada;
  }
  .i-about .i-about-hd ul li .text .con {
    font-size: 16px;
    color: #999;
    line-height: 30px;
    margin-top: 10px;
  }
  .i-about .i-about-bd {
    width: 244px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .i-about .i-about-bd span {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    background-color: #fff;
    text-align: center;
    color: #ff8400;
    font-size: 45px;
    line-height: 50px;
    cursor: pointer;
    font-family: '宋体';
    font-weight: bold;
  }
  .i-about .i-about-bd ul {
    text-align: center;
    margin-top: 18px;
    margin-left: 6px;
  }
  .i-about .i-about-bd ul li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    margin-left: 18px;
  }
  .i-about .i-about-bd ul li.on {
    background-color: #ff8400;
  }
  .i-superiority {
    padding: 75px 0 15px;
  }
  .i-superiority .i-sup-tit {
    text-align: center;
  }
  .i-superiority .i-sup-tit h3 {
    font-size: 48px;
    color: #666;
    font-weight: normal;
  }
  .i-superiority .i-sup-tit h3 span {
    color: #097ada;
  }
  .i-superiority .i-sup-tit h3 i {
    font-style: normal;
    color: #373737;
  }
  .i-superiority .i-sup-tit p {
    font-size: 20px;
    color: #666;
    margin-top: 15px;
  }
  .i-superiority .i-sup-con {
    margin-top: 55px;
  }
  .i-superiority .i-sup-con .sup-tit {
    color: #333;
  }
  .i-superiority .i-sup-con .sup-tit h2 {
    font-weight: normal;
    font-size: 81px;
    color: #ff8400;
  }
  .i-superiority .i-sup-con .sup-tit p {
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 100px;
    padding-top: 8px;
  }
  .i-superiority .i-sup-con .sup-tit h3 {
    font-size: 40px;
    font-weight: normal;
    margin-top: 5px;
    margin-left: 95px;
  }
  .i-superiority .i-sup-con .sup-tit h4 {
    font-size: 30px;
    color: #fff;
    margin-top: 15px;
    text-align: center;
    font-weight: normal;
  }
  .i-superiority .i-sup-con .i-sup-hd .item-hd {
    width: 849px;
    padding-top: 300px;
    background: url('../image/sup_bg.jpg') no-repeat left top;
  }
  .i-superiority .i-sup-con .i-sup-hd .item-hd .text {
    background-color: #fff;
    width: 526px;
    padding: 48px 35px 45px 25px;
  }
  .i-superiority .i-sup-con .i-sup-hd .item-hd .text h5 {
    font-size: 36px;
    color: #333;
    font-weight: normal;
  }
  .i-superiority .i-sup-con .i-sup-hd .item-hd .text p {
    font-size: 18px;
    color: #333;
    margin-top: 8px;
    line-height: 34px;
  }
  .i-superiority .i-sup-con .i-sup-hd .item-bd {
    width: 305px;
  }
  .i-superiority .i-sup-con .i-sup-hd .item-bd .sup-tit {
    background-color: #f39800;
    padding: 70px 0 60px;
    color: #fff;
  }
  .i-superiority .i-sup-con .i-sup-hd .item-bd .sup-tit h2 {
    color: #fff;
    margin-left: 5px;
  }
  .i-superiority .i-sup-con .i-sup-bd {
    margin: 48px 0 40px;
  }
  .i-superiority .i-sup-con .i-sup-bd .item-bd {
    width: 530px;
  }
  .i-superiority .i-sup-con .i-sup-bd .item-bd .text {
    margin-top: 24px;
  }
  .i-superiority .i-sup-con .i-sup-bd .item-bd .text h4 {
    margin-bottom: 28px;
    font-weight: normal;
  }
  .i-superiority .i-sup-con .i-sup-ft .item-bd {
    width: 480px;
    padding-left: 58px;
  }
  .i-superiority .i-sup-con .i-sup-ft .item-bd .text {
    margin-top: 24px;
  }
  .i-superiority .i-sup-con .i-sup-ft .item-bd .text h4 {
    margin-bottom: 28px;
    font-weight: normal;
  }
  .i-superiority .i-sup-con .item-bd .text {
    padding-left: 20px;
  }
  .i-superiority .i-sup-con .item-bd .text h4 {
    font-size: 36px;
    color: #333;
  }
  .i-superiority .i-sup-con .item-bd .text p {
    font-size: 16px;
    color: #666;
    line-height: 32px;
    padding-left: 23px;
    position: relative;
  }
  .i-superiority .i-sup-con .item-bd .text p:last-child {
    margin-top: 10px;
  }
  .i-superiority .i-sup-con .item-bd .text p:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #7d7d7d;
    position: absolute;
    left: 0;
    top: 12px;
  }
  .i-process {
    height: 546px;
    background: url('../image/process_bg.jpg') no-repeat center bottom;
  }
  .i-process .i-process-bd {
    width: 781px;
    height: 279px;
    background-color: rgba(83,83,83,0.29);
    margin-top: 210px;
  }
  .i-process .i-process-bd .tit {
    padding-top: 30px;
    text-align: center;
    color: #fff;
  }
  .i-process .i-process-bd .tit h3 {
    font-size: 38px;
    font-weight: normal;
  }
  .i-process .i-process-bd .tit p {
    margin-top: 6px;
    font-size: 18px;
  }
  .i-process .i-process-bd ul {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    padding: 0 20px 0 6px;
  }
  .i-process .i-process-bd ul li {
    width: 87px;
    position: relative;
  }
  .i-process .i-process-bd ul li .img {
    width: 87px;
    height: 101px;
    position: relative;
    background: url('../image/process_icon.png') no-repeat center;
  }
  .i-process .i-process-bd ul li .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .i-process .i-process-bd ul li p {
    margin-top: 12px;
    font-size: 18px;
    color: #fff;
    text-align: center;
  }
  .i-process .i-process-bd ul li:after {
    content: "";
    width: 74px;
    height: 101px;
    position: absolute;
    background: url('../image/process_jt.png') no-repeat center;
    top: 0;
    right: -74px;
  }
  .i-process .i-process-bd ul li:last-child:after {
    width: 0;
  }
  .box-tit {
    text-align: center;
    color: #666;
  }
  .box-tit h3 {
    font-size: 36px;
    font-weight: normal;
  }
  .box-tit p {
    font-size: 18px;
    margin-top: 10px;
    text-transform: uppercase;
  }
  .i-case {
    padding-top: 50px;
  }
  .i-case .i-case-con {
    margin-top: 40px;
  }
  .i-case .i-case-con .i-case-hd {
    width: 720px;
  }
  .i-case .i-case-con .i-case-bd {
    width: 448px;
  }
  .i-case .i-case-con .i-case-bd ul li.li2 {
    margin-top: 24px;
  }
  .i-case .i-case-con .i-case-bd ul li:last-child {
    margin-left: 18px;
  }
  .i-case .i-case-ft {
    font-size: 48px;
    color: #e5e5e5;
    padding: 40px 0 20px;
  }
  .i-case .i-case-ft span {
    display: inline-block;
    width: 535px;
    height: 2px;
    background-color: #d3d3d3;
    vertical-align: 13px;
  }
  .i-case .i-case-ft p a {
    display: inline-block;
    width: 122px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    color: #333;
    border: 1px solid #7d7d7d;
    padding-left: 50px;
    vertical-align: 10px;
    background: url('../image/case_ico.png') no-repeat 9px center;
  }
  .i-case .i-case-ft p a:last-child {
    background: #ff8400 url('../image/case_ico2.png') no-repeat 9px center;
    border-color: #ff8400;
    color: #fff;
    margin-left: 26px;
  }
  .i-news {
    padding: 55px 0 75px;
  }
  .i-news .i-news-con {
    margin-top: 45px;
  }
  .i-news .i-news-con .i-news-hd {
    width: 434px;
    background-color: #f6f6f6;
    padding: 35px 20px;
  }
  .i-news .i-news-con .i-news-hd .item-hd {
    color: #666;
  }
  .i-news .i-news-con .i-news-hd .item-hd h4 {
    font-size: 18px;
    font-weight: normal;
  }
  .i-news .i-news-con .i-news-hd .item-hd p {
    margin-top: 30px;
    font-size: 14px;
    line-height: 26px;
  }
  .i-news .i-news-con .i-news-hd .item-bd {
    margin-top: 35px;
  }
  .i-news .i-news-con .i-news-hd .item-bd .date {
    position: relative;
    font-size: 26px;
    color: #666;
    padding-left: 53px;
  }
  .i-news .i-news-con .i-news-hd .item-bd .date p {
    font-size: 18px;
    margin-top: 12px;
  }
  .i-news .i-news-con .i-news-hd .item-bd .date:after {
    content: '';
    width: 2px;
    height: 82px;
    background-color: #0e7cdb;
    left: 38px;
    top: 8px;
    position: absolute;
  }
  .i-news .i-news-con .i-news-hd .item-bd .img {
    margin-top: 10px;
  }
  .i-news .i-news-con .i-news-hd .item-bd .img img {
    margin: 0 auto;
    display: block;
  }
  .i-news .i-news-con .i-news-bd {
    width: 720px;
  }
  .i-news .i-news-con .i-news-bd .bd {
    overflow: hidden;
    height: 550px;
  }
  .i-news .i-news-con .i-news-bd ul li {
    padding-bottom: 35px;
    height: 150px !important;
    margin-bottom: 25px;
    border-bottom: 1px solid #dcdcdc;
  }
  .i-news .i-news-con .i-news-bd ul li .img {
    width: 202px;
  }
  .i-news .i-news-con .i-news-bd ul li .text {
    width: 490px;
    background: url('../image/jt.png') no-repeat right bottom;
  }
  .i-news .i-news-con .i-news-bd ul li .text h3 {
    font-weight: normal;
    font-size: 18px;
    color: #333;
  }
  .i-news .i-news-con .i-news-bd ul li .text p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #666;
    margin: 18px 0 25px;
  }
  .i-news .i-news-con .i-news-bd ul li .text span {
    font-size: 15px;
    color: #666;
  }
  .i-news .i-news-con .i-news-bd ul li:hover .text h3 {
    color: #097ada;
  }
  .i-news .i-news-con .i-news-bd ul li:last-child {
    border: none;
  }
  .i-link {
    height: 66px;
    line-height: 48px;
    padding-top: 15px;
    font-size: 18px;
    color: #fff;
    background-color: #097ada;
  }
  .i-link .w {
    padding-left: 275px;
  }
  .i-link .w a {
    color: #fff;
    display: inline-block;
    padding: 0 5px;
  }
  .i-link .w a:hover {
    color: #ff8400;
  }
  .footer {
    background-color: #333;
    line-height: 1;
    padding: 50px 0 15px;
  }
  .footer a {
    color: #fff;
  }
  .footer .w {
    position: relative;
  }
  .footer .w .footer-code {
    width: 262px;
    height: 217px;
    position: absolute;
    top: -111px;
    left: 0px;
    background: #fff url('../image/code_bg.png') no-repeat 33px 8px;
    display: flex;
    justify-content: space-between;
  }
  .footer .w .footer-code .img {
    margin: 22px 0 0 46px;
  }
  .footer .w .footer-code p {
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    font-size: 18px;
    margin: 55px 10px 0 0;
    color: #666;
  }
  .footer .w .footer-hd {
    padding-left: 300px;
  }
  .footer .w .footer-hd ul li {
    float: left;
    width: 220px;
  }
  .footer .w .footer-hd ul li h3 {
    font-weight: normal;
    margin-bottom: 30px;
    padding-bottom: 18px;
    background: url('../image/footer_h3bg.png') no-repeat left bottom;
  }
  .footer .w .footer-hd ul li h3 a {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 1;
  }
  .footer .w .footer-hd ul li a {
    display: block;
    font-size: 14px;
    line-height: 32px;
    color: #7c7d7f;
  }
  .footer .w .footer-hd ul li a:nth-of-type(n+3) {
    display: none;
  }
  .footer .w .footer-hd ul li a:hover {
    color: #097ada;
  }
  .footer .w .footer-hd ul li .code img {
    width: 112px;
    height: 112px;
    display: block;
  }
  .footer .w .footer-hd ul li:last-child {
    width: 145px;
  }
  .footer .w .footer-bd {
    width: 315px;
    color: #fff;
  }
  .footer .w .footer-bd p {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
  }
  .footer .w .footer-bd span {
    font-size: 30px;
    color: #ff8400;
    line-height: 42px;
    font-style: italic;
  }
  .footer .copyright .w {
    line-height: 20px;
    margin-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.3);
    color: #7c7d7f;
    text-align: center;
    font-size: 14px;
    padding-top: 15px;
  }
  .footer .copyright .w a {
    color: #7c7d7f;
  }
  .footer .copyright .w p {
    display: inline-block;
  }
  
/*基本*/

* {
    padding: 0px;
    margin: 0px
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    color: #696868;
    margin: 0px auto;
    font-family: Microsoft YaHei;
    font-size: 14px;
    background: #fff;
}

i {
    font-style: normal;
}

div {
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
   /* display: block;*/
}

p {
    margin: 0px;
}

b,
strong {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    /* Remove most spacing between table cells.*/
}

li {
    list-style: none outside none;
}


/*链接*/

a {
    text-decoration: none;
    color: #626262;
    background: transparent;
    outline: none;
}

a:focus {
    outline: none;
}

a:hover {
    color: #000;
}

a:active {
    outline: none;
}


/*标题*/

h1 {
    font-size: 1.3em;
    margin: 0;
}

h2 {
    font-size: 1.2em;
    margin: 0;
}

h3 {
    font-size: 1.17em;
    margin: 0;
}

h4 {
    font-size: 1em;
    margin: 0;
}

h5 {
    font-size: 0.83em;
    margin: 0;
}

h6 {
    font-size: 0.67em;
    margin: 0;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*其它*/

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

code,
kbd,
pre,
samp {
    font-size: 1em;
}

pre {
    margin: 1em 0;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    /* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}


/*==========@@HTML默认  结束@@==========*/


/*==========@@元件 开始@@==========*/


/*常用颜色*/

.blue {
    color: #00F !important;
}

.green {
    color: #0F0 !important;
}

.red {
    color: #F00 !important;
}

.black {
    color: #000000 !important;
}

.white {
    color: #FFFFFF !important;
}

.gray {
    color: gray;
    !important;
}

.purple {
    color: purple;
    !important;
}


/*浮动*/

.clear:after,
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.float_left,
.left {
    float: left;
}

.float_right,
.right {
    float: right;
}

.center {
    text-align: center;
}


/*按钮*/

.btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    height: 32px;
    line-height: 32px;
    padding: 0px 20px;
    font-weight: 300;
    font-size: 14px;
    margin: 0;
    text-decoration: none;
    text-align: center;
    text-indent: 0;
    cursor: pointer;
    border: 1px solid #d4d4d4;
    color: #666666;
}


/*默认样式*/

.btn {
    background-color: #3aa314;
    color: #fff;
}

.btn:hover {
    background-color: #52a314;
    color: #fff;
}

.btn:active {
    background: #52a314;
    color: #374f00;
}


/*按钮大小*/

.btn-large {
    font-size: 19px;
    height: 38.4px;
    line-height: 38.4px;
    padding: 0px 26px;
}

.btn-small {
    font-size: 12px;
    height: 25.6px;
    line-height: 25.6px;
    padding: 0px 16px;
}

.btn-tiny {
    font-size: 12px;
    height: 22.4px;
    line-height: 22.4px;
    padding: 0px 13px;
}


/*块按钮*/

.btn-block {
    display: block;
}


/*表单类*/

.form_text,
.form_text:hover,
.form_text_verifycode,
.form_text_verifycode:hover {
    border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;
    border-width: 1px;
    height: 20px;
    line-height: 20px;
    clip: rect;
    padding: 2px;
    color: #000000;
}

.form_text {
    width: 95%;
    background-position: 0px 0px;
}

.form_text:hover {
    background-position: 0px -37px;
}

.form_text_verifycode {
    width: 50px;
    margin-right: 3px;
    background-position: 0px 0px;
}

.form_text_verifycode:hover {
    background-position: 0px -37px;
}

.form_radio {
    width: auto;
    border: 0;
}

.form_checkbox {
    width: auto;
    border: 0
}

.form_select {
    height: 25px;
}

.form_textarea {
    width: 95%;
    height: 80px;
    border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;
    border-width: 1px;
    padding: 2px;
}

.form_button {
    width: auto;
    vertical-align: middle;
    border: 0 none;
    /*解决ie焦点是有黑色边框*/
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

.required {
    color: red;
    font-weight: bold;
    text-align: left;
    padding-left: 3px;
}


/*其它*/

.hide {
    display: none;
}


/*隐藏*/

.more {
    float: right;
    padding-right: 5px;
    display: none;
}


/*more链接*/

.code_image {
    cursor: pointer;
    padding-bottom: 6px;
}


/*验证码图片样式*/


/*频道*/

.ChannelContent {
    line-height: 2.0em;
    font-size: 16px;
}

.ChannelSContent,
.ChannelSContent p {
    line-height: 1.8em
}

.ChannelContent a {
    color: #ff9d02
}

.ChannelSContent {
    color: #FFF;
    line-height: 25px;
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
}

.ChannelSContent a {
    color: #ff9d02
}

.ChannelSContent img,
.InfoContent img {
    max-width: 100%
}


/*信息*/

.InfoTitle {
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0px
}

.InfoTitle h1 {
    font-size: 28px;
    line-height: 1.5em;
    font-weight: normal;
}

.InfoTime {
    color: #999;
    text-align: left;
    padding: 2px 0px;
    height: 25px
}

.InfoContent,
.InfoContent p {
    line-height: 2.0em;
    font-size: 16px;
    padding: 10px 0;
}

.InfoAttachment {
    padding: 10px 0px;
    text-align: center;
    width: 81px;
    margin: 0 auto;
}

.InfoPicture {
    text-align: center;
}

.InfoPicture img {
    width: 100%;
    max-width: 100%
}

.info_from_wrap {
    padding: 0 10px;
    text-align: center;
    color: #999;
    border: 0px dashed #ccc;
    line-height: 30px;
    margin-bottom: 5px;
}

.info_from_wrap a {
    color: #999;
}

.info_from_wrap a:hover {
    color: #555;
}

#ReadLevelTip {
    font-weight: bold;
    color: red;
}

.Tag {
    text-align: left;
    font-weight: bold;
}

.Tag a {
    padding: 0 3px;
    font-weight: normal;
    text-decoration: none;
}

.info_previous_next_wrap {
    background: #F0F0F0;
    padding: 5px;
    border: 1px solid #E3E3E3;
    color: #333;
    line-height: 1.8em
}

.Next a {}

.Previous a {}

.slideBox {
    padding: 20px;
    background: #097ada;
    overflow: hidden;
    border-radius: 6px;
}

.slideBox .hd {
    float: left;
    width: 230px;
    padding: 10px;
    background: #fff;
    border-radius: 6px;
}

.slideBox .bd {
    float: right;
    width: 870px;
}


/*==========@@元件 结束@@==========*/


/*==========@@模块  开始@@==========*/


/*左侧*/


/*主体左侧样式*/

.left_title {}

.left_title h2 {}

.left_body {
    overflow: hidden;
    zoom: 1;
    color: #000;
}

.left_bottom {
    margin-bottom: 5px;
}

.left_title1 {
    text-align: center;
}

.left_title1 p {
    line-height: 28px;
    font-size: 32px;
    font-weight: bold;
    color: #e0e0e0;
    font-family: Arial;
    text-transform: uppercase;
}

.left_title1 h2 {
    text-align: center;
    font-size: 24px;
    color: #097ada;
}

.left_title1 h2 a {
    font-size: 24px;
    color: #097ada;
    padding: 0 20px;
}

.left_body1 {
    overflow: hidden;
    zoom: 1;
    color: #000;
    padding: 10px 10px 5px;
}

.left_body1 .viewmore {
    width: 139px;
    height: 26px;
    line-height: 26px;
    border: #c5c5c5 solid 1px;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    color: #6d6d6d;
    margin-top: 30px;
}

.left_body1 .viewmore:hover {
    color: #097ada;
    border: #097ada solid 1px;
}

.left_body1 .next {
    float: left;
    margin-right: 20px;
    position: relative;
    top: 80px;
}

.left_body1 .prev {
    float: right;
    margin-left: 20px;
    position: relative;
    top: 80px;
}

.left_bottom1 {
    margin-bottom: 5px;
}

.left_title2 {
    text-align: left;
}

.left_title2 span {
    line-height: 28px;
    font-size: 26px;
    font-weight: bold;
    color: #e0e0e0;
    font-family: Arial;
    text-transform: uppercase;
}

.left_title2 h2 {
    font-size: 24px;
    color: #000;
    display: inline-block;
}

.left_title2 h2 a {
    font-size: 24px;
    color: #000;
}

.left_body2 {
    overflow: hidden;
    zoom: 1;
    padding: 10px 0;
}

.left_body2 .viewmore {
    float: left;
    width: 139px;
    height: 26px;
    line-height: 26px;
    border: #c5c5c5 solid 1px;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    color: #6d6d6d;
    margin-top: 30px;
}

.left_body2 .viewmore:hover {
    color: #097ada;
    border: #097ada solid 1px;
}

.left_bottom2 {
    margin-bottom: 5px;
}

.left_title3 {
    text-align: center;
    height: 100px;
    line-height: 100px;
    background: #097ada;
}

.left_title3 h2 {
    color: #fff;
    font-size: 22px;
}

.left_body3 {
    overflow: hidden;
    zoom: 1;
    color: #000;
    padding: 10px 0;
    background: #eee;
}

.left_bottom3 {
    margin-bottom: 5px;
    background: #097ada;
}

.left_bottom3 h2 {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    padding: 20px 30px 0;
}

.left_bottom3 h2 img {
    vertical-align: middle;
}

.left_bottom3 p {
    color: #fff;
    font-size: 22px;
    font-family: Impact;
    padding: 0px 30px 20px;
}

.left_title4 {
    text-align: left;
}

.left_title4 p {
    line-height: 28px;
    font-size: 32px;
    font-weight: bold;
    color: #cdcecb;
    font-family: Arial;
    text-transform: uppercase;
}

.left_title4 h2 {
    font-size: 24px;
    color: #097ada;
}

.left_body1 {
    overflow: hidden;
    zoom: 1;
    color: #000;
    padding: 10px 10px 5px;
}

.left_bottom1 {
    margin-bottom: 5px;
}


/*主体右侧*/


/*样式1*/

.right_title {}

.right_title h2 {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    padding: 15px 0;
    color: #01673A;
}

.right_body {
    padding: 5px 0px;
    overflow: hidden;
    zoom: 1;
    border-top: 0;
    border-bottom: 0
}

.right_bottom {}


/*样式2*/

.right_title1 {
    height: 60px;
    line-height: 58px;
    background: url(../image/right_title1.jpg) left bottom repeat-x;
}

.right_title1 h2 {
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    color: #097ada;
}

.right_body1 {
    padding: 5px 0;
    overflow: hidden;
    zoom: 1;
    border-top: 0;
    border-bottom: 0
}

.right_bottom1 {
    height: 5px;
    line-height: 5;
    overflow: hidden;
    font-size: 0px;
    margin-bottom: 5px;
}


/*样式3*/

.right_title2 {
    height: 69px;
    line-height: 69px;
}

.right_title2 h2 {
    font-size: 20px;
    font-weight: normal;
    text-indent: 40px;
    color: #FFF;
}

.right_body2 {
    padding: 5px;
    overflow: hidden;
    zoom: 1;
    border-top: 0;
    border-bottom: 0
}

.right_bottom2 {
    height: 5px;
    font-size: 0px;
    line-height: 0;
    overflow: hidden;
    margin-bottom: 5px;
}


/*==========@@模块  结束@@==========*/


/*==========@@频道布局  开始@@==========*/


/*模型body*/

.body_index,
.body_article,
.body_download,
.body_picture,
.body_product,
.body_single,
.body_video,
.body_job,
.body_feedback,
.body_guestbook {}

.index,
.single,
.article,
.picture,
.download,
.video,
.product,
.job,
.guestbook,
.feedback {
    width: 1200px;
    margin: 5px auto;
}

#top,
#logo,
#banner,
#announcement,
#link,
#copyright,
#floor_1,
#floor_2,
#floor_3,
#floor_4,
#floor_5,
#floor_6,
#floor_7 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    border: 0px dashed red;
}

#left {
    float: left;
    width: 200px;
}

#right {
    float: right;
    width: 940px;
}

#right1 {
    float: left;
    width: 1200px;
}

.w {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.single {
    overflow: hidden;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.text-center {
    text-align: center;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}


/*===招聘频道  开始===*/

.job {}

.joblist {}

.joblist li {
    overflow: hidden;
}

table.job_table {
    margin: 8px 0px;
    padding: 0px;
    text-align: center;
    width: 100%;
    border-collapse: collapse;
}

table.job_table td {
    padding: 8px 5px;
    border: 1px solid #DADBD6;
}

table.job_table .Requirement {
    text-align: left;
    padding: 8px 5px;
    line-height: 1.5em;
}

table.job_table th {
    color: #333;
    font-weight: bold;
    text-align: center;
    border: 1px solid #DADBD6;
}

table.job_table .t1 {
    font-weight: bold;
    padding: 5px 0;
    width: 20%;
}

table.job_table .t2 {
    text-align: left;
    width: 25%;
}

table.job_table .t3 {
    font-weight: bold;
    width: 25%;
}

table.job_table .t4 {
    text-align: left;
    width: 25%;
}

table.job_table .operation {
    text-align: center;
    margin: 0 auto;
}


/*应聘*/

table.resume_table {
    margin: 3px;
    text-align: center;
    width: 97%;
    border-collapse: collapse;
}

table.resume_table th {
    font-weight: bold;
    text-align: left;
    width: 100px;
}

table.resume_table td {
    text-align: left;
}

table.resume_table .operation {
    text-align: center;
}

table.resume_table #Detail {
    height: 200px;
}


/*===招聘频道  结束===*/


/*===留言频道  开始===*/

.guestbook {}

.guestbooklist {}

.guestbooklist li {
    padding: 10px;
    border: 1px solid #CCC;
    margin-bottom: 10px;
}

.MessageTitle {
    color: #227BAD;
    line-height: 1.5em;
    font-weight: bold;
}

.MessageContent {
    padding: 5px;
    margin-bottom: 10px;
}

table.guestbook_table {
    width: 98%;
}

table.guestbook_table th {
    width: 100px;
    text-align: left
}

table.guestbook_table td {
    text-align: left
}

table.guestbook_table .operation {
    text-align: center
}


/*管理员回复*/

.answer_wrap {
    padding: 5px;
    border-top: 1px dashed #CCC;
    line-height: 1.5em
}

.answer_title {}

.answer_body {}

.Administrator {
    text-align: right;
}

.Reply {
    text-align: right;
}

.AnswerTime {
    color: #999
}


/*留言表单*/

.message_title {
    height: 40px;
    padding-left: 35px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.message_body {
    padding-left: 10px;
    padding-right: 10px;
    color: #626262;
}

.message_bottom {}


/*===留言频道  结束===*/


/*===反馈频道 开始===*/

.feedback {}

table.feedback_table {
    width: 99%;
    text-align: center;
    margin: 0 auto;
}

table.feedback_table th {
    width: 100px;
    text-align: left;
    font-weight: bold;
}

table.feedback_table td {
    text-align: left;
}

table.feedback_table .operation {
    text-align: center
}


/*===反馈频道 结束===*/


/*==========@@频道布局  结束@@==========*/


/*==========@@公共板块  开始@@==========*/



/*公告*/

#announcement_main {
    background: #f8f8f8;
}

#announcement {
    height: 45px;
    line-height: 45px;
}

#announcement .announcement_title {
    float: left;
    text-indent: 35px;
    background: url(../image/announcement_title.gif) no-repeat 8px center;
    font-size: 15px;
    font-weight: bold;
    line-height: 45px;
}

#announcement .announcement_body {
    float: left;
    width: 700px;
    line-height: 45px;
    font-size: 14px;
    color: #555;
}

#announcement .announcement_bottom {
    float: right;
    width: 280px;
}

.announcementlist {}

.announcementlist li {
    line-height: 45px;
}

.announcementlist li span {
    margin-left: 30px;
}


/*当前位置*/

#location_main {}

#location {
    color: #999;
    float: right;
}

#location a {
    color: #999;
}


/*子频道列表*/

.subchannel_main {
    margin: 10px 0;
}

.subchannel {}

.subchannellist {
    text-align: center;
}

.subchannellist li {
    display: block;
    line-height: 46px;
    padding: 0 10px;
    height: 46px;
    overflow: hidden;
    background: #f6f6f6 url(../image/subchannellist.png) 160px center no-repeat;
    border-bottom: #e5e5e5 solid 1px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.subchannellist li a {
    font-weight: normal;
    display: block;
    color: #000;
    font-size: 14px;
}

.subchannellist li:hover {
    background: #097ada url(../image/subchannellist_hover.png) 160px center no-repeat;
    color: #FFF;
}

.subchannellist li:hover a {
    color: #FFF;
}

.subchannellist #current a {
    background: #097ada url(../image/subchannellist_hover.png) 160px center no-repeat;
    color: #FFF;
}

.subchannellist .subnav a {
    font-size: 12px;
    display: block;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}

.subchannellist1 {
    text-align: center;
}

.subchannellist1 li {
    display: block;
    line-height: 60px;
    border: 1px solid #D2D2D2;
    border-radius: 6px;
    background: #097ada;
}

.subchannellist1 li a {
    display: block;
    color: #FFF;
}

.subchannellist1 li:first-child a,
.subchannellist1 li a:hover {
    background: #3aa314;
    color: #FFF;
    text-decoration: none;
    border-radius: 6px;
}

.subchannellist1 li.on a {
    background: #3aa314;
    border-radius: 6px;
}


/*搜索 */

table.search_table {
    width: 99%;
    text-align: center;
}

table.search_table th {
    vertical-align: middle;
    text-align: center;
    padding: 0px 3px;
}

table.search_table td {
    vertical-align: middle;
    width: 60px;
    padding: 0px 3px;
}

.form1 {
    line-height: 59px;
}

.form_text1 {
    float: left;
    width: 168px;
    height: 34px;
    line-height: 34px;
    text-indent: 10px;
    outline: none;
    border: 1px solid #dcdcdc;
    margin: 3px 0;
    color: #999;
}

.form_button1 {
    width: 34px;
    height: 36px;
    background: url(../image/btn.png) no-repeat center #fe9b00;
    border: 0;
    outline: none;
    color: #FFF;
    margin: 3px 0;
    float: left;
    cursor: pointer;
    position: relative;
    left: -34px;
}


/*联系我们*/

.contact_wrap {
    line-height: 1.8em;
    color: #FFF;
}

.contact_wrap b {
    font-weight: bold;
}

.contact_wrap .WebUrl {
    color: #F00;
}


/*联系我们1*/

.contact_wrap1 {
    line-height: 26px;
    ;
    background: url(../image/contact.png) no-repeat;
    width: 315px;
    height: 154px;
    padding-left: 30px;
    padding-top: 20px;
    color: #FFF;
    overflow: hidden;
}

.contact_wrap1 b {
    font-weight: normal;
}

.contact_wrap1 .ico1 {
    background: url(../image/phone.gif) no-repeat 8px center;
    padding: 5px 0px 5px 25px;
}

.contact_wrap1 .ico2 {
    background: url(../image/fax.gif) no-repeat left center;
    padding: 5px 0px 5px 25px;
}

.contact_wrap1 .ico3 {
    background: url(../image/email.gif) no-repeat 1px center;
    padding: 5px 0px 5px 25px;
}

.contact_wrap1 .ico4 {
    background: url(../image/address.gif) no-repeat left center;
    padding: 5px 0px 5px 25px;
}


/*公共百度地图*/

#Map {
    overflow: hidden;
    width: 100%;
}

#Map .MapInfo {
    float: left;
    border: 1px dashed #ccc;
    padding: 8px;
}

#Map .MapInfo #MapContainer {
    width: 870px;
    height: 380px;
}

#Map .ContactInfo {
    width: 300px;
    float: right;
    line-height: 2.7em;
}

#Map .ContactInfo .Company {
    font-size: 24px;
    margin-bottom: 8px;
}

#Map .ContactInfo img {
    width: 18px;
    vertical-align: middle;
    margin-right: 8px;
}


/*订购*/

.order {
    margin: 0px auto
}

.order .WantOrder h1 {
    border-bottom: 1px dotted #999999;
    padding: 5px 0px;
}

.order .f1 {
    float: right;
    color: red;
}

table.order_table {
    width: 98%;
}

table.order_table th {
    width: 100px;
    text-align: left;
}

table.order_table td {
    text-align: left
}

table.order_table .operation {
    text-align: center
}


/* 友情链接 */

#link_main {
    margin: 15px;
}

#link {
    padding: 0;
    border: 1px solid #D6D6D6;
}

.link_title {
    line-height: 59px;
    height: 59px;
    color: #fff;
}

.link_title h2 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
    text-indent: 15px;
}

.link_body {
    color: #000;
    border-top: 0px;
    border-bottom: 0px;
}

.link_bottom {}

.link_pic {
    overflow: auto;
    zoom: 1;
}

.link_pic ul li {
    float: left;
    padding: 1px 5px;
    text-align: center;
    width: 112px;
}

.link_pic img {
    width: 86px;
    height: 30px;
    padding: 2px;
    border: 1px solid #CCC;
}

.link_pic ul li a:hover img {
    border: 1px solid #00a4ef;
}

.link_text {
    overflow: hidden;
    zoom: 1;
    padding: 8px 0 8px 0;
}

.link_text ul li {
    float: left;
    text-align: center;
    padding: 1px 15px;
    overflow: hidden;
    white-space: nowrap;
}

.link_text a {
    line-height: 22px;
    color: #666;
}

.link_text a:hover {
    line-height: 22px;
    color: #00a4ef;
}


/* 版权信息 */

#copyright_main {
    color: #FFF;
    background: #044c96;
}

#copyright {
    line-height: 40px;
}

#copyright .bottom_navigation {
    text-align: center;
    padding: 5px 0px;
}

#copyright a {
    color: #FFF;
    text-decoration: none;
}

#copyright a:hover {
    color: #00a4ef;
    text-decoration: none;
}

#copyright .bottom_info {
    text-align: center;
    padding-top: 5px;
    padding-right: 10px;
    line-height: 20px;
}

#copyright .TechnicalSupport {
    float: right;
    margin: 0
}

.bottom_navigation a {
    display: inline-block;
    font-size: 14px;
    padding: 0 8px;
    color: #fff;
}

.bottom_navigation .subnavigationlist1 li {
    float: none;
    padding: 0;
    line-height: 28px;
    display: block;
}

.bottom_navigation .subnavigationlist1 li a {
    color: #fff;
    display: block;
    line-height: 30px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    font-size: 13px;
    text-align: left;
}

.bottom_navigation .subnavigationlist1 li a:hover {
    color: #00a4ef;
}


/*分页样式*/

.page {
    padding: 20px 0 30px;
    text-align: center;
}

.page a,
.page span {
    display: inline-block;
    border: 1px solid #D3D1D1;
    padding: 2px 8px;
    margin: 0 3px;
}

.page a:hover,
.page span {
    background: #097ada;
    color: #fff;
    border: 1px solid #097ada;
}


/*网站地图列表*/

.maplist {}

.maplist li {
    padding: 1px;
}

.maplist li a {
    background: #d1e8fc;
    line-height: 25px;
    display: block;
    padding: 0 20px;
    border: 0px solid #A6CC93;
}

.maplist li a:hover {
    text-decoration: none;
    background: #FFF;
}

.maplist .depth1 {
    font-weight: bold;
    text-indent: 0px;
    font-weight: bold
}

.maplist .depth2 {
    text-indent: 2em
}

.maplist .depth3 {
    text-indent: 4em
}

.maplist .depth4 {
    text-indent: 6em
}

.maplist .depth5 {
    text-indent: 8em
}

.maplist .depth6 {
    text-indent: 10em
}


/*==========@@公共板块  结束@@==========*/


/*==========@@通用列表 开始@@==========*/


/*文字列表*/

.textlist {}

.textlist li {
    line-height: 40px;
    height: 40px;
    text-indent: 24px;
    background: url(../image/textlist.png) no-repeat 0 center;
    overflow: hidden;
    width: 100%;
    /*解决ie6bug*/
    border-bottom: 1px dashed #999999;
}

.textlist li a {}


/*文字列表*/

.textlist1 {
    overflow: hidden;
}

.textlist1 li {
    text-align: left;
    margin-top: 15px;
    height: 120px;
    width: 520px;
    border: 1px solid #e7e7e7;
    background: #FFF;
    position: relative;
    padding: 10px 0;
    float: left;
    margin-left: 36px;
}

.textlist1 li:nth-child(2n) {
    float: right;
}

.textlist1 li .InfoTitle {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 18px;
    text-indent: 58px;
}

.textlist1 li a:hover {
    color: #097ada;
}

.textlist1 li p {
    margin-left: 35px;
    padding: 0 20px;
    color: #5d5d5d;
    font-size: 14px;
}

.textlist1 li .time {
    float: left;
    width: 56px;
    background: #097ada;
    color: #FFF;
    line-height: 25px;
    padding: 10px 8px;
    position: absolute;
    left: -37px;
    top: 34.5px;
    text-align: center;
}

.textlist1 li .time .day {
    font-size: 28px;
    font-weight: bold;
}

.textlist1 li .time .month {
    float: left;
    width: 56px;
}

.textlist1 li .time .year {
    float: left;
    font-size: 18px;
    width: 48px;
}


/*带缩略图文字列表*/

.thumblist {}

.thumblist li {}


/*橱窗列表*/

.gridlist {
    margin-top: 5px;
}

.gridlist li {
    float: left;
    width: 296px;
    margin-bottom: 10px;
    margin-right: 26px;
    text-align: center;
    overflow: hidden;
    display: inline/*解决ie6 双边距bug*/
    ;
}

.gridlist li:nth-child(3n) {
    float: right;
    margin-right: 0;
}

.gridlist li img {
    border: 1px solid #D6D6D6;
    width: 294px;
}

.gridlist li a {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 28px;
}

.gridlist li a:hover img {
    border: 1px solid #097ada;
}


/*橱窗列表1*/

.gridlist1 {
    overflow: hidden;
}

.gridlist1 li {
    position: relative;
    float: left;
    text-align: center;
    overflow: hidden;
    display: inline/*解决ie6 双边距bug*/
    ;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 25px;
    width: 273px;
}

.gridlist1 li:nth-child(3n) {
    float: right;
    margin-right: 0;
}

.gridlist1 li img {
    width: 273px;
    vertical-align: middle;
}

.gridlist1 li a {
    display: block;
    white-space: nowrap;
    line-height: 28px;
    color: #FFF;
}


/*橱窗列表2*/

.gridlist2 {
    overflow: hidden;
    width: 100%;
}

.gridlist2 li {
    width: 342px;
    position: relative;
    float: left;
    text-align: center;
    margin-right: 16px;
    overflow: hidden;
    display: inline/*解决ie6 双边距bug*/
    ;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: #e7e7e7 solid 1px;
    box-shadow: #ddd 0 0 7px;
    padding: 4px;
    margin-top: 15px;
}

.gridlist2 li img {
    vertical-align: middle;
    width: 340px;
    border: 1px solid #e7e7e7;
}

.gridlist2 li a {
    white-space: nowrap;
    line-height: 28px;
    display: block;
}


.albumlist1 {
    padding-top: 10px;
}

.albumlist1 li {
    text-align: left;
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
}

.albumlist1 li img {
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.channelalbumlist {
    overflow: hidden;
}

.channelalbumlist li {
    float: left;
    margin-top: 10px;
}

.channelalbumlist li img {
    display: block;
    width: 290px;
    margin-right: 10px;
}


/*==========@@通用列表  结束@@==========*/

img {
    max-width: 100%;
}

.table_form {
    margin: 10px;
    width: 95%;
}

.table_form input {
    height: 26px;
}

.table_form input,
.table_form textarea {
    background: transparent;
    border: 1px solid #ddd;
}

.table_form td {
    padding-left: 12px
}

.table_form th {
    font-weight: normal;
    text-align: right;
    padding-right: 10px;
    color: #fff
}

.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 rgba(255, 255, 255, .1);
}

.colorpanel tbody td,
.colorpanel tbody th {
    padding: 0;
    border-bottom: none;
}

.table_form .button {
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
    color: #fff;
    background: #666;
    cursor: pointer;
    border: none;
}

.table_form .button1 {
    background: #185ab2;
}

.xg-tit {
    font-size: 20px;
    font-weight: normal;
    color: #097ada;
    line-height: 60px;
    margin: 20px 0;
    background: url(../image/right_title1.jpg) left bottom repeat-x;
}

.xg-img {
    display: flex;
}

.xg-img li {
    flex: 1;
    margin-right: 20px;
}

.xg-img li a {}

.xg-img li:last-child {
    margin-right: 0;
}

.xg-news li {
    display: flex;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.xg-news li a {
    flex: 1;
}

.xg-keyword a {
    display: inline-block;
    margin: 0 20px 10px 0;
    color: #ba760a;
}
