@charset "UTF-8";
body {
  font-family: "微软雅黑";
  background: url(../images/content-bg.jpg) repeat; }

.container-fluid {
  max-width: 1200px !important;
  margin: 0 auto;
  padding: 0; }
  @media screen and (max-width: 990px) {
    .container-fluid {
      padding: 0 2.0202020202vw; } }

.row {
  margin: 0; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding: 0;
  margin: 0; }

.lt {
  float: left; }

.rt {
  float: right; }

a {
  text-decoration: none; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

.sizeCover {
  background-position: 50% 50%;
  background-size: cover; }

.main-background-1 {
  background: url(../images/bg1.jpg) no-repeat center center;
  background-size: cover; }

.main-pad-1 {
  padding: 55px 0; }
  @media screen and (max-width: 990px) {
    .main-pad-1 {
      padding: 35px 0; } }

.main-pad-2 {
  padding: 30px 0; }

.main-padtop-1 {
  padding-top: 35px; }

.main-martop-1 {
  margin-top: 45px; }

.main-martop-2 {
  margin-top: 45px; }

.main-padBottom-1 {
  padding-bottom: 45px; }

.main-marbottom-1 {
  margin-bottom: 35px; }

.main-marbottom-2 {
  margin-bottom: 25px; }

.main-padleft-1 {
  padding-left: 35px; }
  @media screen and (max-width: 990px) {
    .main-padleft-1 {
      padding-left: 0; } }

.main-padright-1 {
  padding-right: 35px; }
  @media screen and (max-width: 990px) {
    .main-padright-1 {
      padding: 0; } }

.no-paddingTop {
  padding-top: 0; }

.no-paddingBottom {
  padding-bottom: 0; }

.positionRelative {
  position: relative;
  z-index: 1; }

@media screen and (min-width: 991px) {
  .col-md-13 {
    width: 20%; } }

@media screen and (min-width: 991px) {
  .col-md-2-list1 {
    width: 23%; } }

@media screen and (min-width: 991px) {
  .col-md-10-list1 {
    width: 77%; } }

.line-1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 13px;
  width: 100%;
  background: url(../images/line1.png) repeat-x; }

.title-1 .chtit img {
  max-width: 100%; }
.title-1 .stxt {
  margin-top: 10px;
  font-size: 16px;
  color: #907555;
  line-height: 20px; }

.aboutbox-con {
  background: #fff;
  overflow: hidden; }
  .aboutbox-con .picbox {
    float: left;
    width: 50%; }
    @media screen and (max-width: 990px) {
      .aboutbox-con .picbox {
        width: 100%; } }
    .aboutbox-con .picbox img {
      width: 100%; }
  .aboutbox-con .conbox {
    float: right;
    width: 50%;
    padding: 45px 40px 0; }
    @media screen and (max-width: 990px) {
      .aboutbox-con .conbox {
        width: 100%;
        padding: 25px; } }
    .aboutbox-con .conbox .title {
      font-size: 24px;
      color: #323232;
      line-height: 35px;
      height: 35px;
      overflow: hidden; }
    .aboutbox-con .conbox .con {
      margin-top: 15px;
      font-size: 16px;
      color: #7c746d;
      line-height: 28px;
      height: 200px;
      overflow: hidden; }
    .aboutbox-con .conbox .morebtn {
      margin-top: 20px; }

.infobox-con .list {
  padding: 0 10px 20px; }
  .infobox-con .list a {
    text-decoration: none;
    display: block;
    border: 1px solid #f5951b;
    background: #fff;
    padding: 10px;
    color: #232323;
    font-size: 16px;
    text-align: center; }
    .infobox-con .list a:hover .picbox .imgbox {
      transform: scale(1.2); }
    .infobox-con .list a:hover .conbox .morebtn {
      border-color: #f5951b;
      background: #f5951b;
      color: #fff; }
    .infobox-con .list a .picbox {
      overflow: hidden; }
      .infobox-con .list a .picbox .imgbox {
        overflow: hidden;
        transition: all .3s; }
        .infobox-con .list a .picbox .imgbox img {
          max-width: 100%;
          max-height: 100%; }
    .infobox-con .list a .conbox {
      padding: 15px 0 10px; }
      .infobox-con .list a .conbox .title {
        line-height: 25px;
        height: 25px;
        overflow: hidden; }
      .infobox-con .list a .conbox .morebtn {
        width: 100px;
        height: 25px;
        line-height: 23px;
        text-align: center;
        border: 1px solid #ddd;
        font-size: 16px;
        color: #a1a1a1;
        margin: 15px auto 0;
        transition: all .3s; }

.advantagesbox-con .a1box {
  overflow: hidden; }
  .advantagesbox-con .a1box .title {
    border-bottom: 1px dashed #9f9f9d;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .advantagesbox-con .a1box .title img {
      max-width: 100%; }
  .advantagesbox-con .a1box .conbox .list {
    overflow: hidden;
    margin-bottom: 25px; }
    .advantagesbox-con .a1box .conbox .list .num {
      float: left;
      width: 75px; }
    .advantagesbox-con .a1box .conbox .list .con {
      float: left;
      width: calc(100% - 75px); }
      .advantagesbox-con .a1box .conbox .list .con .tit {
        margin-top: 2px;
        font-size: 18px;
        font-weight: bold;
        color: #4d4d4d; }
      .advantagesbox-con .a1box .conbox .list .con .cn {
        margin-top: 5px;
        font-size: 16px;
        color: #4d4d4d; }
  .advantagesbox-con .a1box .picbox img {
    max-width: 100%; }
.advantagesbox-con .a2box {
  margin-top: 25px;
  padding-top: 35px;
  border-top: 1px dashed #9f9f9d; }
  @media screen and (max-width: 990px) {
    .advantagesbox-con .a2box {
      padding-top: 20px; } }
  .advantagesbox-con .a2box .list a {
    text-decoration: none;
    display: block; }
    .advantagesbox-con .a2box .list a img {
      max-width: 100%; }

.newsbox-con .nlist {
  padding: 0 10px 20px; }
  .newsbox-con .nlist a {
    text-decoration: none;
    display: block;
    border: 1px solid #f5951b;
    background: #fff;
    padding: 10px;
    color: #232323;
    font-size: 18px;
    text-align: center; }
    .newsbox-con .nlist a:hover .picbox .imgbox {
      transform: scale(1.2); }
    .newsbox-con .nlist a:hover .conbox .morebtn {
      border-color: #f5951b;
      background: #f5951b;
      color: #fff; }
    .newsbox-con .nlist a .picbox {
      overflow: hidden; }
      .newsbox-con .nlist a .picbox .imgbox {
        overflow: hidden;
        transition: all .3s; }
        .newsbox-con .nlist a .picbox .imgbox img {
          max-width: 100%;
          max-height: 100%; }
    .newsbox-con .nlist a .conbox {
      padding: 15px 10px 10px; }
      .newsbox-con .nlist a .conbox .title {
        line-height: 25px;
        height: 25px;
        overflow: hidden; }
      .newsbox-con .nlist a .conbox .con {
        margin-top: 10px;
        font-size: 16px;
        color: #a1a1a1;
        line-height: 23px;
        height: 69px;
        text-align: left;
        overflow: hidden; }
      .newsbox-con .nlist a .conbox .morebtn {
        width: 100px;
        height: 25px;
        line-height: 23px;
        text-align: center;
        border: 1px solid #ddd;
        font-size: 16px;
        color: #a1a1a1;
        margin: 15px auto 0;
        transition: all .3s; }

.news-con .nlist {
  margin-bottom: 20px; }
  .news-con .nlist a {
    text-decoration: none;
    display: block;
    background: #f4f4f4;
    padding: 20px;
    overflow: hidden;
    transition: all .3s; }
    @media screen and (max-width: 990px) {
      .news-con .nlist a {
        padding: 10px; } }
    .news-con .nlist a:hover {
      background: #fff; }
      .news-con .nlist a:hover .conbox .morebtn {
        background: #f69315; }
    .news-con .nlist a .picbox {
      float: left;
      width: 215px; }
      @media screen and (max-width: 990px) {
        .news-con .nlist a .picbox {
          width: 120px; } }
    .news-con .nlist a .conbox {
      float: right;
      width: calc(100% - 250px); }
      @media screen and (max-width: 990px) {
        .news-con .nlist a .conbox {
          width: calc(100% - 135px); } }
      .news-con .nlist a .conbox .title {
        margin-top: 5px;
        font-size: 18px;
        color: #262626;
        line-height: 30px;
        height: 30px;
        overflow: hidden; }
      .news-con .nlist a .conbox .con {
        margin-top: 10px;
        font-size: 16px;
        color: #6c6c6c;
        line-height: 25px;
        height: 50px;
        overflow: hidden; }
      .news-con .nlist a .conbox .morebtn {
        margin-top: 15px;
        font-size: 16px;
        color: #fff;
        background: #d4d4d4;
        width: 85px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        transition: all .3s; }

.about-con .picbox {
  text-align: center;
  margin-bottom: 20px; }
  .about-con .picbox img {
    max-width: 100%; }
.about-con .conbox {
  font-size: 18px;
  line-height: 35px; }
.about-con .conbox  img{
max-width:100%;}
.about-con .conbox  table{
max-width:100%;}
.about-con .conbox  table td{
border:1px solid #CCCCCC}
  
  @media screen and (max-width: 990px) {
    .about-con .conbox {
      font-size: 16px;
      line-height: 30px; } }

.info-con {
  padding: 0 10px; }
  @media screen and (max-width: 990px) {
    .info-con {
      padding: 0; } }
  .info-con .list {
    padding: 0 10px 20px; }
    .info-con .list a {
      text-decoration: none;
      display: block;
      font-size: 16px;
      color: #333;
      background: #fff; }
      .info-con .list a:hover .picbox .imgbox {
        transform: scale(1.2); }
      .info-con .list a .picbox {
        overflow: hidden; }
        .info-con .list a .picbox .imgbox {
          overflow: hidden;
          transition: all .3s; }
          .info-con .list a .picbox .imgbox img {
            max-height: 100%;
            max-width: 100%; }
      .info-con .list a .conbox {
        text-align: center;
        line-height: 45px;
        height: 45px;
        overflow: hidden; }

.title-posit {
  height: 45px;
  background: url(../images/title-posit-bg.jpg) no-repeat;
  background-size: 100% 100%;
  border: 1px solid #eee; }
  .title-posit .tp {
    overflow: hidden; }
    .title-posit .tp .title {
      background: #f69315;
      line-height: 43px;
      padding: 0 25px;
      color: #fff;
      font-size: 18px; }
      .title-posit .tp .title i {
        margin-right: 10px; }
    .title-posit .tp .posit {
      font-size: 16px;
      color: #a8a8a8;
      padding-right: 15px;
      line-height: 43px; }
      .title-posit .tp .posit i {
        margin-right: 10px;
        position: relative;
        top: -2px; }
      .title-posit .tp .posit a {
        display: inline-block;
        color: #a8a8a8; }

.w-title-posit .title {
  font-size: 26px;
  color: #333;
  text-transform: uppercase; }
  .w-title-posit .title span {
    display: block;
    font-size: 20px; }
.w-title-posit .line-wrap {
  margin-top: 10px;
  border-top: 1px solid #ddd;
  text-align: center; }
  .w-title-posit .line-wrap .line {
    margin-top: 15px;
    display: inline-block;
    width: 90px;
    height: 3px;
    background: #f69315;
    position: relative;
    top: -17px; }

.contact-con .conbox {
  font-size: 16px;
  line-height: 40px; }
.contact-con .mappic {
  margin-top: 20px; }
  .contact-con .mappic img {
    max-width: 100%; }

.news-details-con .biaoti {
  text-align: center;
  font-size: 2.4rem;
  color: #333;
  font-weight: bold; }
.news-details-con .timebox {
  margin: 10px 0;
  text-align: center;
  font-size: 1.5rem;
  color: #666; }
.news-details-con .conbox {
  font-size: 1.5rem;
  color: #666;
  line-height: 30px; }
.news-details-con .conbox   img{
max-width:100%;}
.news-details-con .conbox  table{
max-width:100%;}
.news-details-con .conbox  table td{
border:1px solid #CCCCCC}
  

.product-details-con .picbox {
  margin-bottom: 20px;
  text-align: center; }
  .product-details-con .picbox img {
    border: 1px solid #ccc;
    max-width: 100%; }
.product-details-con .dcon .tit {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2d2d2d;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px; }
.product-details-con .dcon .cn {
  font-size: 1.5rem;
  color: #636363;
  line-height: 30px; }
  
.product-details-con .dcon .cn  img{
max-width:100%;}
.product-details-con .dcon .cn table{
max-width:100%;}
.product-details-con .dcon .cn table td{
border:1px solid #CCCCCC}
  

.headerbox-wrap {
  position: relative;
  z-index: 2;
  background: url(../images/headerbg1.jpg) no-repeat center center;
  background-size: cover;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1); }

.topbar-wrap {
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  background: rgba(51, 50, 46, 0.16);
  color: #858077;
  overflow: hidden; }
  .topbar-wrap .tlt {
    float: left; }
  .topbar-wrap .trt {
    float: right; }
    .topbar-wrap .trt a {
      color: #858077; }
    .topbar-wrap .trt span {
      margin: 0 8px; }

.header-wrap .header {
  height: 115px; }
  @media screen and (max-width: 990px) {
    .header-wrap .header {
      height: 65px; } }
  .header-wrap .header .logo {
    line-height: 115px; }
    @media screen and (max-width: 990px) {
      .header-wrap .header .logo {
        line-height: 65px; } }
    .header-wrap .header .logo img {
      max-width: 100%; }
      @media screen and (max-width: 990px) {
        .header-wrap .header .logo img {
          max-width: 60%; } }
  .header-wrap .header .stxt {
    margin-top: 35px;
    border-left: 1px solid #cec8ba;
    margin-left: 15px;
    padding-left: 15px;
    font-size: 16px;
    color: #97907d; }
    .header-wrap .header .stxt span {
      display: block; }
      .header-wrap .header .stxt span:first-child {
        background: #f69315;
        color: #fff;
        width: 165px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        border-radius: 8px; }
      .header-wrap .header .stxt span:nth-child(2) {
        margin-top: 8px; }
  .header-wrap .header .phonebox {
    margin-top: 28px; }
    .header-wrap .header .phonebox .icon {
      width: 65px; }
    .header-wrap .header .phonebox .ptxt {
      width: 190px;
      font-size: 16px;
      color: #807862; }
      .header-wrap .header .phonebox .ptxt span {
        display: block; }
        .header-wrap .header .phonebox .ptxt span:nth-child(2) {
          margin-top: -5px;
          font-size: 30px;
          color: #f69315;
          font-family: "Impact"; }
          .header-wrap .header .phonebox .ptxt span:nth-child(2) img {
            max-width: 100%; }
  @media screen and (max-width: 990px) {
    .header-wrap .header .menu {
      line-height: 65px;
      float: right; } }
  .header-wrap .header .menulist {
    display: none;
    font-size: 16px;
    position: absolute;
    top: 65px;
    right: -10px;
    width: 150px;
    background: #f69315;
    text-align: center;
    z-index: 10; }
    .header-wrap .header .menulist a {
      display: block;
      line-height: 30px;
      color: #fff; }

.nav-wrap {
  height: 50px; }
  .nav-wrap .nav-ul {
    height: 50px;
    background: url(../images/navline.jpg) no-repeat right 18px; }
    .nav-wrap .nav-ul .navlist {
      float: left;
      width: 12.5%;
      text-align: center;
      position: relative;
      z-index: 1;
      background: url(../images/navline.jpg) no-repeat 0 18px; }
      .nav-wrap .nav-ul .navlist .listh1 {
        line-height: 50px;
        height: 50px;
        display: block;
        color: #000;
        font-size: 18px;
        text-decoration: none;
        text-transform: uppercase;
        transition: all .3s; }
        .nav-wrap .nav-ul .navlist .listh1:hover span, .nav-wrap .nav-ul .navlist .listh1.on span {
          background: url(../images/navlist-bg.png) no-repeat;
          background-size: 100% 100%;
          color: #fff; }
        .nav-wrap .nav-ul .navlist .listh1 span {
          position: relative;
          top: 7px;
          display: block;
          height: 39px;
          line-height: 37px;
          background: url(../images/navlist-bg.png) no-repeat 0 100px;
          background-size: 100% 100%;
          transition: all .3s; }
      .nav-wrap .nav-ul .navlist .list2-ul {
        position: absolute;
        top: 50px;
        left: 0;
        display: none;
        background: #f69315;
        width: 180px; }
        .nav-wrap .nav-ul .navlist .list2-ul .list {
          line-height: 35px;
          position: relative;
          background: #f69315; }
          .nav-wrap .nav-ul .navlist .list2-ul .list a {
            display: block;
            text-decoration: none;
            color: #fff;
            font-size: 16px; }
            .nav-wrap .nav-ul .navlist .list2-ul .list a:hover, .nav-wrap .nav-ul .navlist .list2-ul .list a.on {
              background: #9f5c06; }
          .nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul {
            display: none;
            width: 150px;
            background: rgba(0, 0, 0, 0.5);
            position: absolute;
            left: 100%;
            top: 0; }
            .nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 a {
              color: #fff;
              font-size: 16px; }

.banner-wrap {
  position: relative; }
  .banner-wrap .banner-carousel {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto; }
    .banner-wrap .banner-carousel .item {
      display: block; }
    .banner-wrap .banner-carousel img {
      display: block;
      width: 100%; }
  .banner-wrap .owl-theme .owl-controls {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    z-index: 15; }
    .banner-wrap .owl-theme .owl-controls.clickable .owl-page {
      margin: 0 3px; }
      .banner-wrap .owl-theme .owl-controls.clickable .owl-page span {
        opacity: 1;
        background: #9b9b9b;
        border-radius: 0;
        width: 7px;
        height: 7px;
        margin: 0;
        padding: 0; }
    .banner-wrap .owl-theme .owl-controls.clickable .owl-page:hover span {
      background: #f69315; }
    .banner-wrap .owl-theme .owl-controls .owl-page.active span {
      background: #f69315; }
  .banner-wrap .wbanner-carousel img {
    width: 100%; }

.searchbox-wrap {
  background: #fff;
  border-bottom: 1px dashed #ddd;
  padding: 10px 0; }
  .searchbox-wrap .slt {
    float: left;
    width: calc(100% - 300px);
    font-size: 16px;
    color: #717171;
    overflow: hidden;
    line-height: 33px;
    height: 33px; }
    @media screen and (max-width: 990px) {
      .searchbox-wrap .slt {
        display: none; } }
    .searchbox-wrap .slt span {
      font-weight: bold;
      float: left;
      width: 155px; }
    .searchbox-wrap .slt a {
      display: inline-block;
      float: left;
      margin-right: 20px;
      color: #717171; }
  .searchbox-wrap .srt {
    float: right;
    width: 275px;
    overflow: hidden; }
    @media screen and (max-width: 990px) {
      .searchbox-wrap .srt {
        width: 100%; } }
    .searchbox-wrap .srt .textbox1 {
      width: calc(100% - 45px);
      float: left;
      height: 30px;
      background: #eee url(../images/searchbox-icon1.png) no-repeat 5px 10px;
      padding: 0 10px 0 20px;
      border: none;
      font-size: 12px;
      color: #666;
      outline: none; }
    .searchbox-wrap .srt .submitbtn {
      float: left;
      width: 45px;
      height: 30px;
      color: #fff;
      background: url(../images/searchbox-submitbtn.jpg) repeat-x;
      background-size: 100% 100%;
      border: none;
      outline: none;
      font-size: 12px; }

.content-wrap .w-ltside .mb {
  margin-bottom: 20px; }
  .content-wrap .w-ltside .mb .tit-show .title {
    display: block;
    height: 45px;
    line-height: 45px;
    background: #f69315;
    background-size: cover;
    overflow: hidden;
    font-family: '微软雅黑';
    font-size: 16px;
    color: #fff;
    text-indent: 1em;
    cursor: pointer;
    position: relative; }
    .content-wrap .w-ltside .mb .tit-show .title:before {
      content: '';
      position: absolute;
      right: 10px;
      top: 20px;
      background: url(../images/show-arrow.png) no-repeat;
      width: 14px;
      height: 9px; }
    .content-wrap .w-ltside .mb .tit-show .title .arrow {
      float: right;
      margin-right: 15px; }
    .content-wrap .w-ltside .mb .tit-show .title .icon {
      margin-right: 10px; }
.content-wrap .w-ltside .show-hide {
  display: none;
  overflow: hidden;
  width: 100%; }
  .content-wrap .w-ltside .show-hide .div2 {
    display: block;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    background: #eee;
    color: #707070;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #fff; }
    .content-wrap .w-ltside .show-hide .div2 a {
      display: block;
      color: #707070;
      text-decoration: none; }
    .content-wrap .w-ltside .show-hide .div2:hover a {
      background: #f69315;
      color: #fff; }
  .content-wrap .w-ltside .show-hide .div3 {
    display: none; }
    .content-wrap .w-ltside .show-hide .div3 ul {
      margin: 0;
      padding: 0; }
      .content-wrap .w-ltside .show-hide .div3 ul li {
        display: block;
        height: 34px;
        line-height: 34px;
        list-style: none;
        text-align: center;
        background: #fff;
        overflow: hidden;
        border-bottom: 1px solid #eee; }
        .content-wrap .w-ltside .show-hide .div3 ul li a {
          text-decoration: none;
          display: block;
          overflow: hidden;
          color: #666; }
          .content-wrap .w-ltside .show-hide .div3 ul li a:hover {
            color: #f69315; }
.content-wrap .ltside .linkbox .title-arrow {
  background: #f69315;
  color: #fff;
  height: 85px;
  text-align: center;
  padding: 15px 0 0;
  font-size: 24px;
  text-transform: uppercase; }
  .content-wrap .ltside .linkbox .title-arrow .tit span {
    display: block;
    font-size: 16px;
    font-family: "Arial"; }
.content-wrap .ltside .linkbox .link-wrap {
  margin-top: 5px; }
  .content-wrap .ltside .linkbox .link-wrap .lbox {
    margin-bottom: 5px; }
    .content-wrap .ltside .linkbox .link-wrap .lbox .list {
      background: #fff;
      border: 1px solid #ddd;
      display: block;
      height: 50px;
      line-height: 50px;
      text-align: left;
      font-size: 16px;
      text-decoration: none;
      color: #232323;
      overflow: hidden;
      position: relative;
      z-index: 10;
      text-transform: uppercase;
      padding: 0 20px; }
      .content-wrap .ltside .linkbox .link-wrap .lbox .list:hover {
        background: url(../images/searchbox-submitbtn.jpg) no-repeat;
        background-size: 100% 100%;
        color: #fff; }
        .content-wrap .ltside .linkbox .link-wrap .lbox .list:hover:before {
          content: '';
          position: absolute;
          width: 99%;
          height: 94%;
          border: 1px solid #fff;
          left: 1%;
          top: 3%; }
        .content-wrap .ltside .linkbox .link-wrap .lbox .list:hover .icon {
          color: #fff; }
      .content-wrap .ltside .linkbox .link-wrap .lbox .list.on1 {
        background: url(../images/searchbox-submitbtn.jpg) no-repeat;
        background-size: 100% 100%;
        color: #fff; }
        .content-wrap .ltside .linkbox .link-wrap .lbox .list.on1:before {
          content: '';
          position: absolute;
          width: 99%;
          height: 94%;
          border: 1px solid #fff;
          left: 1%;
          top: 3%; }
        .content-wrap .ltside .linkbox .link-wrap .lbox .list.on1 .icon {
          color: #fff; }
      .content-wrap .ltside .linkbox .link-wrap .lbox .list .tit {
        float: left;
        width: calc(100% - 55px); }
      .content-wrap .ltside .linkbox .link-wrap .lbox .list .icon {
        float: left;
        width: 55px;
        color: #b1b1b1; }
    .content-wrap .ltside .linkbox .link-wrap .lbox .list2 {
      display: none;
      padding: 8px 0;
      background: #fff; }
      .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li {
        border-bottom: 1px dashed #ccc; }
        .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li a {
          padding-left: 20px;
          display: block;
          height: 40px;
          text-align: left;
          color: #696969;
          line-height: 40px;
          font-size: 16px;
          text-decoration: none;
          overflow: hidden; }
          .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li a:hover {
            color: #f69315; }
          .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li a i {
            font-style: normal;
            float: left;
            width: 10%; }
          .content-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li a span {
            float: left;
            width: 80%; }
.content-wrap .ltside .contactbox {
  margin-top: 30px; }
  .content-wrap .ltside .contactbox .title-arrow {
    background: #f69315;
    color: #fff;
    height: 85px;
    text-align: center;
    padding: 15px 0 0;
    font-size: 24px;
    text-transform: uppercase; }
    .content-wrap .ltside .contactbox .title-arrow .tit span {
      display: block;
      font-size: 16px;
      font-family: "Arial"; }
  .content-wrap .ltside .contactbox .cbox {
    padding: 20px 15px 30px;
    font-size: 16px;
    color: #222;
    background: #fff; }
    .content-wrap .ltside .contactbox .cbox .list {
      line-height: 33px; }
      .content-wrap .ltside .contactbox .cbox .list span {
        font-weight: bold;
        font-style: italic; }

@media screen and (max-width: 990px) {
  .footer-wrap {
    margin-bottom: 65px; } }
.footer-wrap .footer {
  background: #a1916d;
  color: #fff; }
  .footer-wrap .footer .f1box {
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #b1a384; }
    .footer-wrap .footer .f1box .linkbox a {
      float: left;
      width: 14.25%;
      text-align: center;
      display: block;
      text-decoration: none;
      color: #fff;
      font-size: 16px; }
  .footer-wrap .footer .f2box {
    border-top: 1px solid #94856e;
    border-bottom: 1px solid #b1a384;
    padding: 40px 0; }
    .footer-wrap .footer .f2box .cconbox {
      overflow: hidden; }
      .footer-wrap .footer .f2box .cconbox .list {
        float: left;
        width: 25%;
        line-height: 28px;
        font-size: 16px;
        padding-right: 20px; }
        .footer-wrap .footer .f2box .cconbox .list:nth-child(2) {
          width: 29%; }
        .footer-wrap .footer .f2box .cconbox .list:nth-child(3) {
          width: 22%; }
        .footer-wrap .footer .f2box .cconbox .list:nth-child(4) {
          width: 24%;
          padding-right: 0; }
  .footer-wrap .footer .f3box {
    border-top: 1px solid #94856e;
    padding: 15px 0; }
    .footer-wrap .footer .f3box .flt {
      margin-top: 15px;
      float: left;
      font-size: 16px;
      line-height: 28px; }
      @media screen and (max-width: 990px) {
        .footer-wrap .footer .f3box .flt {
          margin-top: 0;
          float: none;
          text-align: center; } }
    .footer-wrap .footer .f3box .frt {
      float: right; }

.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background: #fff;
  z-index: 999; }
.hot-wrap .list {
  height: 65px;
  width: 20%;
  float: left;
  display: block; }
.hot-wrap .list:nth-child(3) {
  position: relative;
  top: -20px; }
.hot-wrap .list:nth-child(3) a i {
  transform: scale(1.2);
  margin-bottom: 3px; }
.hot-wrap .list a {
  text-decoration: none;
  display: block;
  text-align: center;
  padding-top: 5px; }
.hot-wrap .list a i {
  display: block; }
.hot-wrap .list a span {
  font-size: 12px;
  color: #333; }

.dhzxDdbox {
  display: none;
  position: fixed;
  bottom: 65px;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 20px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-align: center; }
.dhzxDdbox .list a {
  color: #333; }

/*# sourceMappingURL=style.css.map */


.guanzhubox{
  background: rgba(0,0,0,.7);
  position: fixed;
  left: 0;
  bottom: 65px;
  z-index: 100;
  overflow: hidden;
  height: 65px;
  width: 100%;
  padding: 0 10px;
}
.guanzhubox .title{
  color: #fff;
  font-size:14px;
  float: left;
  line-height: 50px;
}
.guanzhubox .btnbox{
  float: right;
}
.guanzhubox .btnbox a{
  color: #fff;
  font-size: 14px;
  margin-left: 10px;
  text-decoration: none;
}
.guanzhubox .btnbox a:first-child{
  margin-top: 13px;
  display: inline-block;
  width: 60px;
  height: 25px;
  line-height: 23px;
  border-radius: 25px;
  text-align: center;
  border: 1px solid #fff;
}


.Eewmbox{
  display: none;
  position: fixed;
  top: 35%;
  left: 50%;
  margin-left: -70px;
  z-index: 999;
  background: rgba(0,0,0,.5);
  width: 140px;
  text-align: center;
  border-radius: 5px;
}
.Eewmbox .closebtn{
  text-align: right;
  padding-right: 10px;
}
.Eewmbox .closebtn a{
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}
.Eewmbox .box{
  padding-bottom: 20px;
}
.Eewmbox img{
  width: 100px;
}

@media (max-width:767px){
  .visible-sm-block {
    display: block!important;
}
}