@charset "utf-8";
.header {
    background-color: #050e1b;
  }
  .header .header-hd {
    height: 188px;
    background: url('../image/header_hdbg.png') no-repeat 712px top;
  }
  .header .header-hd .logo {
    height: 188px;
    max-width: 700px;
  }
  .header .header-hd .logo a,
  .header .header-hd .logo a img {
    display: block;
    max-width: 100%;
    max-height: 100%;
  }
  .header .header-hd .tel {
    color: #fff;
    padding-left: 65px;
    font-size: 24px;
    line-height: 1;
    margin-top: 70px;
    background: url('../image/tel.png') no-repeat left center;
  }
  .header .header-hd .tel p {
    font-size: 30px;
    margin-top: 5px;
  }
  .header .header-bd {
    border-top: 2px solid rgba(255,255,255,0.3);
    height: 76px;
    padding: 12px 0;
  }
  .header .navbar ul {
    display: flex;
    justify-content: space-between;
  }
  .header .navbar ul li {
    position: relative;
  }
  .header .navbar ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    padding: 0 15px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
  }
  .header .navbar ul li a:hover {
    background-color: #6c3e24;
  }
  .header .navbar ul li ul {
    position: absolute;
    width: 100%;
    z-index: 999;
    display: none;
    background-color: #fff;
    padding: 10px 0;
  }
  .header .navbar ul li ul li a {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #222;
    border-radius: 0;
    overflow: hidden;
  }
  .header .navbar ul li ul li a:hover {
    background-color: rgba(0,0,0,0.2);
    color: #6c3e24;
  }
  .header .navbar ul li:hover ul {
    display: block;
  }
  .header .navbar ul li:nth-of-type(n+9) {
    display: none;
  }
  .header .navbar ul li.on&gt;a {
    background-color: #6c3e24;
  }
  .i-search {
    margin-bottom: 46px;
  }
  .i-search .i-search-con {
    position: relative;
    top: -29px;
    height: 154px;
    z-index: 9999;
    background-color: #fff;
    padding: 45px 72px 0;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
  }
  .i-search .i-search-con .i-search-hd .search-key {
    width: 821px;
    height: 54px;
    line-height: 54px;
    border-radius: 27px;
    padding-left: 27px;
    border: none;
    background-color: #eaeaea;
    outline: none;
    float: left;
    color: #444;
  }
  .i-search .i-search-con .i-search-hd .search-button {
    float: right;
    width: 209px;
    height: 54px;
    line-height: 54px;
    border-radius: 27px;
    font-size: 25px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    color: #fff;
    border: none;
    background-color: #6c3e24;
  }
  .i-search .i-search-con .i-search-hd .search-button:hover {
    background-color: #050e1b;
  }
  .i-search .i-search-con .i-search-bd {
    color: #ff0000;
    font-size: 17px;
    padding: 10px 0 0 15px;
  }
  .i-search .i-search-con .i-search-bd a {
    color: #ff0000;
    display: inline-block;
    margin-right: 30px;
  }
  .i-search .i-search-con .i-search-bd a:nth-of-type(n+4) {
    color: #010101;
  }
  .i-search .i-search-con .i-search-bd a:hover {
    color: #ff0000;
  }
  .i-box {
    line-height: 1;
  }
  .i-box img {
    display: block;
  }
  .box-tit {
    text-align: center;
  }
  .box-tit h3 {
    font-size: 35px;
    font-weight: normal;
    color: #6c3e24;
  }
  .box-tit h3:before,
  .box-tit h3:after {
    content: "";
    width: 38px;
    height: 1px;
    background-color: #c6c6c6;
    display: inline-block;
    vertical-align: middle;
    margin: 0 16px;
  }
  .box-tit p {
    font-size: 20px;
    margin-top: 10px;
    color: #000;
  }
  .i-choose {
    background-color: #f8f8f8;
    padding-top: 56px;
  }
  .i-choose .i-choose-con {
    margin-top: 65px;
  }
  .i-choose .i-choose-con ul li {
    width: 392px;
    margin-right: 12px;
  }
  .i-choose .i-choose-con ul li .img {
    width: 392px;
  }
  .i-choose .i-choose-con ul li .img img {
    width: 100%;
  }
  .i-choose .i-choose-con ul li .text {
    color: #000;
    padding: 15px 0 0px;
    height: 154px;
    line-height: 28px;
    text-align: center;
  }
  .i-choose .i-choose-con ul li .text h3 {
    font-size: 24px;
  }
  .i-choose .i-choose-con ul li .text h4 {
    font-size: 18px;
    font-weight: bold;
  }
  .i-choose .i-choose-con ul li .text p {
    font-size: 16px;
  }
  .i-choose .i-choose-con ul li:last-child {
    margin-right: 0;
  }
  .i-product {
    padding-top: 125px;
  }
  .i-product .i-product-con {
    margin-top: 42px;
  }
  .i-product .i-product-con ul li {
    width: 392px;
    height: 240px;
    overflow: hidden;
    margin-right: 12px;
    border-radius: 8px;
    background-color: #eaeaea;
    position: relative;
  }
  .i-product .i-product-con ul li .text {
    text-align: center;
    padding-top: 90px;
    width: 192px;
    height: 240px;
  }
  .i-product .i-product-con ul li .text h3 {
    font-weight: normal;
    font-size: 18px;
    color: #000;
  }
  .i-product .i-product-con ul li .text p {
    font-size: 16px;
    color: rgba(0,0,0,0.5);
    margin-top: 8px;
  }
  .i-product .i-product-con ul li .img {
    width: 185px;
    margin-right: 15px;
  }
  .i-product .i-product-con ul li .more {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0.5) url('../image/pro_btn.png') no-repeat 34px 81px;
    color: #fff;
    font-size: 24px;
    padding: 115px 95px;
    display: none;
  }
  .i-product .i-product-con ul li:hover .text {
    display: none;
  }
  .i-product .i-product-con ul li:hover .more {
    display: block;
  }
  .i-product .i-product-con ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  .i-product .i-product-con ul li:nth-of-type(n+4) {
    margin-top: 40px;
  }
  .i-process {
    padding-top: 88px;
  }
  .i-process .i-process-con {
    margin-top: 40px;
    background-color: #f8f8f8;
  }
  .i-process .i-process-con ul {
    display: flex;
    justify-content: space-between;
    margin: 0 -43px;
  }
  .i-process .i-process-con ul li {
    flex: 1;
    height: 356px;
    padding: 60px 43px;
    position: relative;
  }
  .i-process .i-process-con ul li .ico {
    width: 117px;
    height: 117px;
    border-radius: 50%;
    position: relative;
    border: 2px solid #444;
    margin: 0 auto;
    background-color: #f8f8f8;
  }
  .i-process .i-process-con ul li .ico img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .i-process .i-process-con ul li .text {
    text-align: center;
  }
  .i-process .i-process-con ul li .text h3 {
    font-size: 25px;
    color: #444;
    font-weight: normal;
    padding: 17px 0 13px;
  }
  .i-process .i-process-con ul li .text p {
    font-size: 16px;
    line-height: 20px;
    color: rgba(68,68,68,0.8);
  }
  .i-process .i-process-con ul li:hover {
    background-color: #d4d4d4;
  }
  .i-process .i-process-con ul li:after {
    content: "&gt;";
    font-size: 20px;
    color: #444;
    font-weight: bold;
    right: -20px;
    bottom: 140px;
    position: absolute;
    z-index: 9999;
  }
  .i-process .i-process-con ul li:last-child {
    margin-right: 0;
  }
  .i-process .i-process-con ul li:last-child:after {
    content: "";
  }
  .i-about {
    background: url('../image/about_bg.jpg') no-repeat center;
    padding-top: 65px;
    height: 549px;
  }
  .i-about .tit h3 {
    font-size: 48px;
    font-weight: normal;
    padding-bottom: 30px;
    color: #fff;
  }
  .i-about .tit h3 span {
    font-size: 30px;
    color: rgba(255,255,255,0.8);
  }
  .i-about .tit h4 {
    font-size: 20px;
    color: #fff;
  }
  .i-about .tit p {
    margin-top: 3px;
    font-size: 16px;
    color: rgba(255,255,255,0.5);
  }
  .i-about .i-about-desc {
    margin-top: 25px;
    font-size: 18px;
    line-height: 32px;
    color: rgba(255,255,255,0.8);
    height: 192px;
    overflow: hidden;
  }
  .i-about .i-about-more {
    display: block;
    width: 191px;
    height: 49px;
    line-height: 49px;
    border-radius: 24px;
    text-align: center;
    color: #fff;
    margin-top: 26px;
    background-color: #6c3e24;
    font-size: 21px;
  }
  .i-about .i-about-more:hover {
    background-color: #050e1b;
  }
  .box-left,
  .box-right {
    display: block;
    position: absolute;
    width: 59px;
    height: 59px;
    cursor: pointer;
    background: url('../image/box_left.png') no-repeat center;
  }
  .box-right {
    background: url('../image/box_right.png') no-repeat center;
  }
  .i-honor {
    padding: 98px 0 93px;
  }
  .i-honor .i-honor-con {
    position: relative;
    margin-top: 43px;
  }
  .i-honor .i-honor-con .hd .box-left {
    top: 93px;
    left: -83px;
  }
  .i-honor .i-honor-con .hd .box-right {
    top: 93px;
    left: auto;
    right: -83px;
  }
  .i-honor .i-honor-con .bd {
    overflow: hidden;
  }
  .i-honor .i-honor-con .bd ul li {
    width: 224px;
    margin-right: 20px;
  }
  .i-honor .i-honor-con .bd ul li .img {
    box-shadow: 0 0 5px rgba(0,0,0,0.8);
    margin: 5px;
  }
  .i-case {
    padding: 50px 0 80px;
    background-color: #f8f8f8;
  }
  .i-case .i-case-con {
    position: relative;
    margin-top: 52px;
  }
  .i-case .i-case-con .hd .box-left {
    top: 110px;
    left: -83px;
  }
  .i-case .i-case-con .hd .box-right {
    top: 110px;
    left: auto;
    right: -83px;
  }
  .i-case .i-case-con .bd {
    overflow: hidden;
  }
  .i-case .i-case-con .bd ul li {
    width: 392px;
    margin-right: 12px;
  }
  .i-news {
    padding-top: 80px;
  }
  .i-news .i-news-con {
    margin-top: 45px;
  }
  .i-news .i-news-con .i-news-hd {
    width: 665px;
  }
  .i-news .i-news-con .i-news-hd .tit {
    height: 63px;
    line-height: 63px;
    background-color: #e9e9e9;
  }
  .i-news .i-news-con .i-news-hd .tit .a1 {
    display: inline-block;
    width: 148px;
    height: 63px;
    font-size: 17px;
    color: #666;
    text-align: center;
  }
  .i-news .i-news-con .i-news-hd .tit .a1:first-child,
  .i-news .i-news-con .i-news-hd .tit .a1:hover {
    background-color: #6c3e24;
    color: #fff;
  }
  .i-news .i-news-con .i-news-hd .tit .a2 {
    color: #6c3e24;
    font-size: 15px;
    margin-right: 20px;
  }
  .i-news .i-news-con .i-news-hd .con ul li:first-child {
    margin-top: 35px;
  }
  .i-news .i-news-con .i-news-hd .con ul li {
    margin-top: 47px;
  }
  .i-news .i-news-con .i-news-hd .con ul li .xh {
    width: 48px;
    height: 48px;
    background-color: #dcdcdc;
    line-height: 48px;
    text-align: center;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
  }
  .i-news .i-news-con .i-news-hd .con ul li .text {
    width: 605px;
    margin-left: 12px;
  }
  .i-news .i-news-con .i-news-hd .con ul li .text h5 {
    font-size: 15px;
    color: #333;
    padding: 5px 0 12px;
  }
  .i-news .i-news-con .i-news-hd .con ul li .text p {
    font-size: 14px;
    color: #999;
  }
  .i-news .i-news-con .i-news-hd .con ul li:hover .xh {
    background-color: #6c3e24;
  }
  .i-news .i-news-con .i-news-bd {
    width: 483px;
    position: relative;
  }
  .i-news .i-news-con .i-news-bd h5 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 59px;
    line-height: 59px;
    text-align: center;
    background-color: rgba(108,62,36,0.5);
    font-size: 17px;
    color: #fff;
    font-weight: normal;
  }
  .i-cooperate {
    padding: 110px 0 33px;
  }
  .i-cooperate .i-cooperate-con {
    margin-top: 48px;
  }
  .i-cooperate .i-cooperate-con ul {
    padding: 0 58px;
  }
  .i-cooperate .i-cooperate-con ul li {
    width: 335px;
    margin-right: 38px;
  }
  .i-cooperate .i-cooperate-con ul li .img {
    border: 3px solid #595959;
  }
  .i-cooperate .i-cooperate-con ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  .i-cooperate .i-cooperate-con ul li:nth-of-type(n+4) {
    margin-top: 26px;
  }
  .link-region {
    line-height: 58px;
    color: #3c3c3c;
    height: 58px;
    overflow: hidden;
    font-size: 18px;
  }
  .link-region a {
    color: #3c3c3c;
  }
  .link-region a:hover {
    color: #6c3e24;
  }
  .area-region {
    line-height: 58px;
    background: #6c3e24;
    color: #fff;
    font-size: 18px;
  }
  .area-region a {
    color: #fff;
  }
  .footer {
    background-color: #050e1b;
    padding-top: 40px;
  }
  .footer dl dt {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
  }
  .footer dl dd {
    width: 110px;
  }
  .footer dl dd a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
  }
  .footer .footer-hd {
    width: 260px;
    margin-right: 75px;
  }
  .footer .footer-bd {
    width: 630px;
    color: #fff;
  }
  .footer .footer-bd .con {
    line-height: 30px;
    color: #fff;
    font-size: 14px;
  }
  .footer .footer-ft {
    display: flex;
    width: 230px;
    justify-content: space-between;
  }
  .footer .footer-ft .code {
    width: 99px;
    text-align: center;
  }
  .footer .footer-ft .code p {
    font-size: 14px;
    color: #fff;
  }
  .footer .copyright {
    margin-top: 55px;
    color: #fff;
    font-size: 15px;
    border-top: 2px solid rgba(255,255,255,0.3);
    padding: 10px 0;
    text-align: center;
  }
  .footer .copyright a {
    color: #fff;
  }
  .footer .copyright p {
    display: inline-block;
  }
  .npage-tit {
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
  }
  .npage-tit ul {
    display: flex;
    justify-content: space-between;
  }
  .npage-tit ul li {
    flex: 1;
    border-right: 1px solid #DEDEDE;
  }
  .npage-tit ul li a {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #000;
  }
  .npage-tit ul li.on a {
    background: #e2e5ed;
    color: #050e1b;
  }
  .page-content {
    padding: 55px 0;
  }
  .npro-list .npro-list-con {
    margin-top: 40px;
  }
  .npro-list .npro-list-con ul li {
    margin-right: 20px;
    width: 285px;
  }
  .npro-list .npro-list-con ul li h5 {
    padding: 0px 15px;
    width: 285px;
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
    height: 40px;
    color: #535353;
  }
  .npro-list .npro-list-con ul li:nth-of-type(4n) {
    margin-right: 0;
  }
  .npro-list .npro-list-con ul li:nth-of-type(n+5) {
    margin-top: 22px;
  }
  .npro-show .npro-show-con {
    margin-top: 10px;
  }
  .npro-show .npro-show-con .npro-show-img {
    position: relative;
  }
  .npro-show .npro-show-con .npro-show-img .exzoom_preview {
    display: none !important;
  }
  .npro-show .npro-show-con .npro-show-img .item-hd {
    width: 680px;
    height: 680px;
  }
  .npro-show .npro-show-con .npro-show-img .item-hd .exzoom_btn {
    top: -288px;
  }
  .npro-show .npro-show-con .npro-show-img .item-hd .exzoom_btn a {
    width: 32px;
    height: 40px;
    font-size: 40px;
    display: block;
    position: absolute;
    text-align: center;
    line-height: 40px;
    color: #8b8481;
    font-weight: bold;
    font-family: '宋体';
    background: none;
    border: none;
    z-index: 9999999999;
  }
  .npro-show .npro-show-con .npro-show-img .item-hd .exzoom_btn a:hover {
    color: #fff;
  }
  .npro-show .npro-show-con .npro-show-img .item-hd .exzoom_nav {
    position: absolute;
    left: auto;
    width: 500px !important;
    height: 90px !important;
    right: 0;
    bottom: 90px;
  }
  .npro-show .npro-show-con .npro-show-img .item-hd .exzoom_nav .exzoom_nav_inner span:first-child {
    margin-left: 0 !important;
  }
  .npro-show .npro-show-con .npro-show-img .item-hd .exzoom_nav .exzoom_nav_inner span {
    width: 90px !important;
    height: 90px !important;
    margin-left: 12px !important;
    cursor: pointer;
  }
  .npro-show .npro-show-con .npro-show-img .item-hd .exzoom_nav .exzoom_nav_inner span img {
    width: 100%;
  }
  .npro-show .npro-show-con .npro-show-img .item-bd {
    width: 500px;
    background: #f5f5f5;
    padding: 15px;
    height: 480px;
    overflow: hidden;
  }
  .npro-show .npro-show-con .npro-show-img .item-bd .tit {
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: url('../image/bg.png') no-repeat center bottom;
  }
  .npro-show .npro-show-con .npro-show-img .item-bd .tit h1 {
    font-size: 18px;
    color: #000;
    line-height: 35px;
    font-weight: normal;
  }
  .npro-show .npro-show-con .npro-show-img .item-bd .tit p {
    color: #ab9277;
    font-size: 14px;
    line-height: 24px;
  }
  .npro-show .npro-show-con .npro-show-img .item-bd .con {
    line-height: 24px;
    font-size: 14px;
    color: #434343;
  }
  .npro-show .npro-show-con .npro-show-img .item-bd .npro-more {
    height: 80px;
    line-height: 80px;
    background: #7c7b8b;
    width: 500px;
    text-align: center;
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 26px;
    bottom: 0;
  }
  .npro-show .npro-show-con .npro-show-img .item-bd .npro-more:hover {
    background-color: #6c3e24;
  }
  .npro-show .npro-show-con .npro-content {
    margin-top: 36px;
  }
  .xg-pro {
    background: #f5f5f5;
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .xg-pro .xg-pro-tit {
    padding: 10px 0;
  }
  .xg-pro .xg-pro-con {
    position: relative;
  }
  .xg-pro .xg-pro-con .hd span {
    display: block;
    position: absolute;
    left: 0;
    top: 120px;
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: '宋体';
    color: #6c3e24;
    cursor: pointer;
    z-index: 9999;
  }
  .xg-pro .xg-pro-con .hd span.next {
    left: auto;
    right: 0;
  }
  .xg-pro .xg-pro-con .bd {
    overflow: hidden;
    padding: 0 40px;
  }
  .xg-pro .xg-pro-con .bd ul li {
    width: 200px;
    margin-right: 30px;
  }
  .xg-pro .xg-pro-con .bd ul li h5 {
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #000;
  }
  .news-list .news-list-con ul li {
    padding: 15px;
    background: #F7F7F7;
    margin-top: 20px;
  }
  .news-list .news-list-con ul li .img {
    width: 300px;
  }
  .news-list .news-list-con ul li .text {
    width: 690px;
    padding-left: 40px;
  }
  .news-list .news-list-con ul li .text h5 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 1.5;
    font-weight: normal;
  }
  .news-list .news-list-con ul li .text p {
    font-size: 13px;
    line-height: 2;
    margin: 15px 0;
    height: 52px;
    overflow: hidden;
    color: #333;
  }
  .news-list .news-list-con ul li .text span {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 1.5;
    height: 21px;
    line-height: 21px;
  }
  .news-list .news-list-con ul li .date {
    width: 75px;
    padding: 20px 24px 0 0;
    text-align: center;
    box-sizing: content-box;
  }
  .news-list .news-list-con ul li .date h5 {
    font-size: 60px;
    line-height: 70px;
    color: #CCC;
    font-weight: normal;
  }
  .news-list .news-list-con ul li .date p {
    font-size: 14px;
    line-height: 2;
    color: #AAA;
    border-top: 1px solid #CCC;
  }
  .news-list .news-list-con ul li:hover {
    background-color: #6c3e24;
  }
  .news-list .news-list-con ul li:hover * {
    color: #fff !important;
  }
  .news-show {
    padding: 60px 0;
  }
  .news-show .news-show-hd {
    width: 850px;
  }
  .news-show .news-show-hd h1 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    padding: 10px;
    border-bottom: 1px solid #E0E0E0;
    color: #6c3e24;
  }
  .news-show .news-show-hd .con {
    padding-top: 10px;
    line-height: 2;
    font-size: 14px;
  }
  .news-show .news-show-hd .bdsharebuttonbox {
    font-size: 12px;
    color: #888;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #E0E0E0;
    padding: 30px 0 5px 0;
    box-sizing: content-box;
  }
  .news-show .news-show-hd .news-return {
    display: block;
    width: 80px;
    height: 36px;
    line-height: 34px;
    overflow: hidden;
    border: 1px solid #DDD;
    color: #6c3e24;
    font-size: 16px;
    margin: 20px auto;
    text-align: center;
    cursor: pointer;
    background: #FFF;
  }
  .news-show .news-show-hd .news-return:hover {
    background-color: #6c3e24;
    border-color: #6c3e24;
    color: #fff;
  }
  .news-show .news-show-bd {
    width: 300px;
  }
  .news-show .news-show-bd .tit {
    font-weight: normal;
    font-size: 20px;
    color: #6c3e24;
    border-bottom: 1px solid #b7b7b7;
    background: #dddddd;
    margin-top: 0px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    width: 100%;
    text-align: center;
  }
  .news-show .news-show-bd .con ul {
    padding: 30px;
    padding-top: 0;
    background: #F7F7F7;
  }
  .news-show .news-show-bd .con ul li {
    border-bottom: 1px dashed #DDD;
    padding: 10px 0;
  }
  .news-show .news-show-bd .con ul li h5 {
    font-weight: normal;
    font-size: 14px;
    color: #000;
    padding: 10px 0;
  }
  .news-show .news-show-bd .con ul li p {
    color: #666;
    margin: 5px 0;
    height: 42px;
    overflow: hidden;
  }
  .news-show .news-show-bd .con ul li span {
    color: #999;
  }
  .news-show .news-show-bd .con ul li:hover * {
    color: #6c3e24 !important;
  }
  .page-contact {
    height: 650px;
    background: url('../image/map.jpg') no-repeat center;
    position: relative;
  }
  .page-contact .page-contact-con {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 712px;
    height: 448px;
    padding: 30px;
    background: rgba(255,255,255,0.5);
    z-index: 1;
    border: 1px solid #BCBCBC;
    box-shadow: 1px 5px 4px rgba(120,120,120,0.7);
  }
  .page-contact .page-contact-con .tit {
    padding-bottom: 11px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 10px;
  }
  .page-contact .page-contact-con .tit h4 {
    font-size: 16px;
    color: #000;
    line-height: 2;
    padding-top: 20px;
  }
  .page-contact .page-contact-con .tit i {
    width: 30px;
    height: 0;
    border-bottom: 1px solid #6c3e24;
    padding-top: 20px;
    margin-bottom: 20px;
    display: block;
  }
  .page-contact .page-contact-con .tit h5 {
    font-size: 13px;
    color: #666;
    line-height: 2;
  }
  .page-contact .page-contact-con .tit p {
    font-size: 14px;
    color: #000;
    line-height: 2;
  }
  .page-contact .page-contact-con .tit p span {
    color: #6c3e24;
  }
  .page-contact .page-contact-con .con {
    padding-left: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #666;
    background: url('../image/contact_ico.png') no-repeat left 6px;
  }
  .page-yy .page-yy-hd {
    width: 600px;
  }
  .page-yy .page-yy-bd {
    width: 600px;
    padding: 75px 0;
  }
  .page-yy .page-yy-bd .tit {
    text-align: center;
    padding-bottom: 39px;
    background: url('../image/bg.png') repeat-x left bottom;
    margin-bottom: 30px;
  }
  .page-yy .page-yy-bd .tit h3 {
    font-weight: normal;
    font-size: 34px;
    color: #000;
  }
  .page-yy .page-yy-bd .tit p {
    font-size: 12px;
    color: #000;
  }
  .page-yy .page-yy-bd .tit p span {
    font-size: 24px;
    padding: 0 30px;
    color: #6c3e24;
  }
  .page-yy .page-yy-bd .con {
    padding-left: 25px;
  }
  .page-yy .page-yy-bd .con .input-group {
    border: 1px solid #aeaeae;
    border-radius: 3px;
    margin-top: 40px;
    position: relative;
  }
  .page-yy .page-yy-bd .con .input-group label {
    width: 120px;
    padding: 0 15px 0 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    color: #000;
    background: url('../image/yy_ico1.png') no-repeat 15px center;
  }
  .page-yy .page-yy-bd .con .input-group input {
    border: none;
    background: none;
    width: 440px;
    height: 60px;
    color: #939393;
    outline: none;
  }
  .page-yy .page-yy-bd .con .input-group input::input-placeholder {
    background: none;
  }
  .page-yy .page-yy-bd .con .input-group2 label {
    background: url('../image/yy_ico2.png') no-repeat 23px center;
  }
  .page-yy .page-yy-bd .con .input-group3 label {
    background: url('../image/yy_ico3.png') no-repeat 23px center;
  }
  .page-yy .page-yy-bd .con button {
    margin-top: 60px;
    width: 100%;
    background: #b7a188;
    text-align: center;
    font-size: 24px;
    color: #000;
    border-radius: 5px;
    height: 60px;
    line-height: 60px;
    font-weight: 100;
    cursor: pointer;
    border: none;
    outline: none;
  }
  .page-yy .page-yy-bd .con button:hover {
    background-color: #c7b1a4;
  }
  .page-yy .page-yy-bd .con p {
    text-align: center;
    font-size: 12px;
    color: #939393;
    padding-top: 10px;
  }
  
*{
  box-sizing: border-box;
}
.main {}

.m2 {
    overflow: hidden;
    margin: 30px 0;
}

.m2_l {
    background-color: #ce2123;
    width: 245px;
    padding: 0 0 20px 0;
}

.m2_l .tit {
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    font-weight: bold;
    padding-left: 20px;
    height: 50px;
}

.m2_l .con {
    margin: 0 10px;
    background-color: #fff;
    border-radius: 10px;
}

.m2_l .con ul {
    padding: 10px;
}

.m2_l .con ul li {
    margin: 0 0 2px 0;
}

.m2_l .con ul li a {
    display: block;
    background: url(../image/menuli.jpg) no-repeat;
    height: 37px;
    padding: 0 0 0 30px;
    color: #000;
    font-size: 16px;
    line-height: 37px;
}

.m2_l .con ul li a:hover {
    background: url(../image/menulihover.jpg) no-repeat;
    color: #fff;
}

.m4 {
    overflow: hidden;
    padding: 20px 0;
}

.m4_1 {
    background-color: #f7f7f7;
    width: 280px;
}

.m4_1 .tit {
    font-size: 18px;
    color: #000;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    padding: 0 0 0 10px;
    border-bottom: 1px solid #666;
}

.m4_1 .img {
    padding: 10px 5px;
}

.m4_1 .con {
    font-size: 14px;
    padding: 10px;
    color: #333;
}

.f_r {
    background: url(../image/f_telbg.png) no-repeat left 20px;
    padding: 10px 0 20px 60px;
    line-height: 24px;
}

.f_r b {
    font-size: 30px;
}

.f_l {
    width: 600px;
}

.f_l .tit {
    color: #fff;
    font-size: 18px;
}

.f_l .con {
    border-bottom: #ccc 1px solid;
    padding: 10px 0;
}

.f_l .con a {
    padding: 0 10px;
}

.site_map {
    padding: 10px 0 0 0;
}

.f_navbox {
    background-color: #2a2a2a;
}

.f_nav {
    text-align: center;
    color: #fff;
}

.f_nav a {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #fff;
}

.inner_wrap {
    padding: 20px 0 45px 0;
}

.inner {
    overflow: hidden;
    padding: 10px 0;
}

.i_con {
    width: 930px;
}

.inner_left {
    width: 240px;
}

.i_menucon {}

.i_menucon h6 {
    height: 34px;
    margin: 8px 0;
}

.i_menucon h6 a {
    display: block;
    font-size: 14px;
    line-height: 34px;
    padding: 0 0 0 20px;
    color: #6D6D6D;
    border: 1px solid #ccc;
}

.i_menucon h6 a:hover {
    background-color: #0065b4;
    color: #fff;
    border: 1px solid #0065b4;
}

.i_menucon h6.on a {
    background-color: #0065b4;
    color: #fff;
    border: 1px solid #0065b4;
}

.i_menucon ul li {
    padding: 5px 20px;
    border-bottom: 1px dotted #999;
}

.i_menucon ul li a {
    color: #666;
    font-size: 12px;
    background: url(../image/imenulia.png) no-repeat left center;
    padding: 0 0 0 10px;
}

.i_contact {
    margin: 10px 0 0 0;
    background: none;
}

.i_contact .img {
    height: 57px;
    background-color: #f1f1f1;
    border: 1px solid #e5e5e5;
}

.i_contact .img img {
    padding: 5px 8px;
    width: 224px;
}

.i_contact .con {
    padding: 10px 0;
}

.inner_tit {
    height: 50px;
    overflow: hidden;
    border-bottom: solid 2px #ce2123;
    line-height: 50px;
}

.inner_tit .tit {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.site_add {
    color: #000;
    font-size: 14px;
}

.site_add a {
    color: #000;
}

.titbox .tit {
    font-size: 18px;
    font-weight: bold;
    color: #4e4e4e;
}

.news-show_seo {
    font-size: 14px;
}

.news-show_seo span {
    padding: 0 0 0 15px;
}

.inner_img {
    overflow: hidden;
}

.inner_img li {
    float: left;
    padding: 0 17px 17px 17px;
    width: 276px;
}

.inner_img li a {
    display: block;
    border: solid 1px #ce2123;
    padding: 7px;
}

.inner_img li img {
    width: 260px;
    height: 260px;
}

.inner_img li span {
    display: block;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
}

.icontact {
    padding: 20px 0 0 0;
    width: 240px;
}

.icontact .tit {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background-color: #ce2123;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 10px;
}

.icontact .img img {
    width: 232px;
    height: 147px;
}


/************
	可以复制
**************************/

.img-con-deta {
    overflow: hidden;
}

.go_top a.top img {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.inner_page {
    padding: 15px 0 0 0;
    font-size: 13px;
    line-height: 2;
}

.inner_page p {
    padding: 0 0 10px 0;
}

.inner_news {}

.inner_news li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dashed #999;
    background: url(../image/nav-li-a.png) no-repeat 7px 17px;
    padding: 5px 0;
}

.inner_news li a {
    font-size: 14px;
    padding-left: 13px;
    background: url(../images/ico_3.gif) no-repeat left center;
}

.inner-image-date {
    padding-top: 20px;
}

.ind-tit {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #900;
}

.ind-time {
    text-align: center;
    border-bottom: 1px dashed #ccc;
    padding: 5px 0;
}

.ind-con {
    padding-top: 10px;
    font-size: 14px;
    color: #515D6B;
}

.img-deta {
    text-align: center;
}

.img-deta img {
    max-width: 850px;
}

.img-tit-deta {
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    color: #333;
    font-size: 18px;
}


/*============== inner-grestbook ==========*/

.grestbook_list {
    margin: 12px 0;
    line-height: 26px;
    background: #fff;
}

#pages {
    text-align: center;
    font: 12px '宋体';
}

.post_box {
    border: 1px solid #eee;
    background: #fff;
    padding-bottom: 20px;
}

.post_box h5 {
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    height: 35px;
    background: #f5f5f5;
}

.table_form {
    margin: 10px;
    width: 95%;
}

.table_form tbody td {
    border-bottom: 1px solid #eee;
}

.table_form td {
    padding: 8px 0 5px 8px;
    line-height: 22px
}

.button {
    background: #ddd;
    height: 22px;
    border-top: 0;
    border-left: 0;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    padding: 3px 6px;
    margin-right: 5px;
}

#content {
    margin: 0;
    line-height: 22px;
}


/*====== inner-product-date ======*/

.inner-meta-img-big img {
    width: 302px;
    height: 302px;
    border: 1px solid #ccc;
}

.w12 {
    float: left;
}

#zoom_list {
    width: 302px;
    height: 60px;
    background: #EFEFEF;
}

#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 .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 #zoom_list_box {
    float: left;
    width: 232px;
    overflow: hidden;
    height: 56px;
    position: relative;
}

#thumblist li {
    float: left;
    width: 58px;
    overflow: hidden;
    text-align: center;
    margin: 2px 0;
    padding: 10px 0 0px 12px;
}

#thumblist li span {
    height: 52px;
    width: 220px;
    line-height: 30px;
}

#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;
}

.w14 {
    padding: 20px 0 0 20px;
    float: left;
    width: 600px;
}

.p_tabs li {
    padding: 10px 0 0 0;
    float: inherit;
    width: 380px;
}

.linkproduct-con {
    padding: 10px 0 0 0;
}

.linkproduct-con-img {
    padding-top: 20px;
}

h1.p_tit {
    font-size: 18px;
}

.pagenav {
    overflow: hidden;
    width: 100%;
}
.pagenav a{
    color: #050e1b;
}
.pagenav a:hover{
    color:#6c3e24;
}
.big_small {
    width: 302px;
    height: 302px;
}

.zoomWrapperImage img {
    max-width: none;
}

.mate-title {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    background-color: #eee;
}

.mate-title b {
    padding-left: 10px;
}

.linkproduct {
    padding: 10px 0 0 0;
    float: left;
    width: 100%;
}

.mate-product {
    padding: 10px 0 0 0;
}

.mate-product li {
    float: left;
    padding: 0 8px;
}

.mate-product li img {
    width: 170px;
    height: 170px;
}

.mate-product li span a {
    display: block;
    line-height: 30px;
    text-align: center;
}


/*===== kefu ====*/

.kefu {
    width: 99px;
    height: 60px;
    position: absolute;
    top: 0px;
    z-index: 999
}

.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;
}

.kefu .kfbox .tit {
    padding-left: 0;
    font-size: 12px;
}


/*======= flip =====*/

.flip {
    overflow: hidden;
    font-family: "微软雅黑";
    padding: 10px 0;
    font-size: 14px;
}

.flip_left {
    float: left;
}

.flip_right {
    float: right;
}


/*====== 上一页-下一页 =====*/

.page {
    text-align: center;
    line-height: 40px;
    clear: both;
    padding: 30px 0 20px 0;
}

.page a {
    font-size: 14px;
    margin: 5px;
    padding: 5px 10px;
    color: #666;
    border: 1px solid #666;
}
.page span{
    padding: 5px 10px;
    border: 1px solid #050e1b;
    background-color: #050e1b;
    color: #fff;
    font-size: 14px;
}
.page a:hover {
    border: 1px solid #050e1b;
    color: #fff;
    background-color: #050e1b;
}


/*=========
	图片详细
=========*/

.picture-date-txt {
    font-size: 14px;
    text-align: center;
    display: block;
    padding-top: 10px;
}

.inner-picture-date-con {
    font-family: "微软雅黑";
    font-size: 14px;
    padding: 0 10px;
}

.picture-date {
    text-align: center;
    padding: 10px 0 0 0;
}

.picture-date img {
    max-width: 650px;
}


/*文章分享*/

.bshare-custom {
    padding-top: 10px;
}


/*留言反馈*/

.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: #ff343f;
    border: none;
    padding: 0 12px;
    margin-right: 6px;
    cursor: pointer;
    color: #fff;
}

[type=reset] {
    background: #999;
}

.button:hover {
    background: #b70910;
}

[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: 13px;
}

.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: #b70910;
}

.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;
}