﻿@charset "utf-8";

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeue.ttf');
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  background-clip: padding-box;
}

input[type='button'],
input[type='submit'],
input[type='reset'] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

element {
  -webkit-touch-callout: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-width: thin;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-text-size-adjust: 100%;
  font-weight: normal;
}

* {
  margin: 0;
  padding: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
}

.clear {
  clear: both;
}

html,
body {
  height: 100%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#home .container {
  max-width: 1180px;
  position: relative;
}

.tit {
  padding: 80px 0 40px;
  color: #424242;
}

.tit h3 {
  text-align: center;
  font-size: 28px;
  letter-spacing: 2px;
  color: #333;
  margin-top: 0;
  margin-bottom: 25px;
}

.tit p {
  font-size: 20px;
  margin-top: 12px;
  letter-spacing: 2px;
}

.tit .desc {
  text-align: center;
  font-size: 18px;
  color: #666;
}

.btn {
  display: block;
  margin: auto;
  width: 180px;
  line-height: 32px;
  height: 45px;
  background-color: #ed6d1c;
  color: #fff;
  font-size: 16px;
  margin: 80px auto 70px;
  -o-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
  letter-spacing: 1px;
  border-radius: 4px;
}

.btn:hover {
  background-color: #f7f7f7 !important;
  color: #ed6d1c !important;
  border: 1px solid #ed6d1c !important;
}

.container {
  position: relative;
}

#top1 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #f7f7f7;
  height: 80px;
}

#top1 .contain {
  position: relative;
}

#top1 .logozi {
  text-align: center;
  color: #fff;
  width: 100px;
}

#top1 .logo {
  position: absolute;
  left: 10px;
  top: 20px;
  width: 93px;
}

#top1 .logo img {
  width: 100%;
}

.toggle {
  display: block;
  height: 72px;
  line-height: 72px;
  text-align: center;
  width: 70px;
  right: 10px;
  position: absolute;
  top: 0;
}

.toggle a {
  color: #000;
}

#top1 .logozi h3 {
  color: #000;
  font-size: 12px;
  line-height: 1em;
  text-align: center;
}

#top1 .logozi h3 dd {
  letter-spacing: 1px;
}

#top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #f7f7f7;
}

#top .headtop {
  height: 100px;
  width: auto;
  -webkit-display: flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#top .headtop h3 {
  color: #000;
  text-align: left;
  line-height: 1.7em;
}

#top .headtop h3 dt {
  font-size: 20px;
}

#top .headtop h3 dd {
  font-size: 20px;
  letter-spacing: 1px;
}

#top .headtop h3:hover * {
  text-decoration: underline;
}

#top .headtop .search {
  position: relative;
  width: 264px;
  border: 1px solid #666;
  -webkit-display: flex;
  display: flex;
  align-items: center;
  border-radius: 18px;
}

#top .headtop .search input[type='text'] {
  font-size: 16px;
  width: 214px;
  height: 40px;
  outline: 0;
  padding-left: 10px;
  border: 0;
  color: #666;
  background: transparent;
}

#top input:-webkit-autofill {
  border-radius: 15px 0 0 15px;
}

#top .headtop .search form {
  -webkit-display: flex;
  display: flex;
  align-items: center;
}

#top .headtop .search input[type='submit'] {
  z-index: 3;
  position: absolute;
  right: 10px;
  top: 9px;
  border: 0;
  outline: 0;
  font-size: 19px;
  color: #fff;
  line-height: 26px;
  background: url(../img/seach.png) no-repeat center center;
  width: 25px;
  height: 25px;
}

#top .headtop .search .index {
  margin-left: 35px;
  font-size: 20px;
  color: #fff;
  text-decoration: underline;
}

#top .headtop .search .index:hover {
  text-decoration: none;
}

#top .headtop .search .index img {
  width: 53px;
  height: auto;
  vertical-align: bottom;
}

#left {
  width: 9%;
  height: auto;
  min-width: 140px;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 50%;
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 1px solid #ed6d1c;
}

#left.lefthide {
  -o-transform: translateX(-100%) translateY(-50%);
  -moz-transform: translateX(-100%) translateY(-50%);
  -webkit-transform: translateX(-100%) translateY(-50%);
  transform: translateX(-100%) translateY(-50%);
}

#left .flag {
  position: absolute;
  left: 100%;
  top: 50%;
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 200px;
  background-color: #ed6d1c;
  -webkit-display: flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  line-height: 2em;
  font-size: 20px;
}

#left .flag .open {
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#left .flag a {
  text-decoration: none;
}

#left.hide .flag .open {
  -o-transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

#left .logo {
  margin: 25px auto 20px;
  text-align: center;
}

#left .ul-wrap {
  height: 310px;
  overflow: hidden;
  overflow-y: auto;
}

.sidenav-menu li a {
  color: #666;
}

.sidenav-menu li span {
  color: #666;
}

#left .ul-wrap::-webkit-scrollbar {
  display: none;
}

#left .ul-wrap > ul > li {
  padding-left: 15px;
  color: #666;
  font-size: 14px;
  font-weight: bold;
  line-height: 50px;
}

.menu > a > li {
  color: #666;
}

#left .dropdown {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#left .dropdown .drop {
  margin-left: -20px;
  padding-left: 20px;
  color: #666;
  font-weight: bold;
}

#left .ul-wrap > ul > a > li:hover,
#left .dropdown .drop:hover,
#left .ul-wrap .li:hover {
  text-decoration: none;
  color: #666;
}

#left .ul-wrap .li:hover {
  cursor: pointer;
}

#left .dropdown .menu {
  display: none;
}

#left .dropdown .menu li {
  width: 100%;
  height: auto;
  line-height: 25px;
  margin-bottom: 0;
  padding-left: 10px;
  font-weight: normal;
}

#left .dropdown .menu li:hover {
  color: #ed6d1c;
}

#left .dropdown .menu #lomenu {
  padding-left: 10px;
}

#left .dropdown .menu #lomenu a li {
  font-weight: 100;
}

#left .dropdown .menu a {
  text-decoration: none;
}

#banner {
  height: 100%;
  /* margin-top:-19px; */
}

#banner .swiper-container {
  height: 100%;
}

#banner .swiper-slide {
  position: relative;
  height: 100%;
  z-index: 5;
  overflow: hidden;
}

#banner .swiper-slide > img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 0;
  /* top    :100px; */
  width: 100%;
  z-index: -1;
}

#banner .swiper-slide .content {
  width: 100%;
  height: 100%;
  -webkit-display: flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#banner .swiper-pagination-bullet {
  width: 239px;
  height: 5px;
  opacity: 1;
  border-radius: 0;
  margin: 0 8px;
  padding: 8px 0;
  background: url(../img/index/white_bg.png) repeat-x center center;
}

#banner .swiper-pagination-bullet-active {
  background: url(../img/index/black_bg.png) repeat-x center center;
}

#banner .banner1 h4 {
  font-size: 40px;
  color: #fff;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #banner .banner1 h4 {
    font-size: 36px;
  }
}

@media screen and (min-width: 1280px) {
  #banner .banner1 h4 {
    font-size: 46px;
  }
}

@media screen and (min-width: 1366px) {
  #banner .banner1 h4 {
    font-size: 50px;
  }
}

#banner .banner1 h4 span {
  font-weight: bold;
}

#banner .banner1 p {
  font-size: 18px;
  color: #fff;
  margin: 20px auto 50px;
  letter-spacing: 1px;
}

#banner .banner1 .btn {
  margin: 0;
}

.col-md-2 {
  float: left;
}

#foot {
  text-align: left;
  background-color: #f4f4f4;
  padding-top: 30px;
}

#foot .tit {
  text-align: center;
}

#foot input,
#foot textarea {
  outline: 0;
}

#foot .left .address {
  float: left;
  text-align: center;
  padding-left: 25px;
}

#foot .left .logo {
  padding-bottom: 4px;
  border-bottom: 1px solid #838383;
}

#foot .left .logo img {
  width: 320px;
}

#foot .left .erweima {
  width: 70%;
  padding-top: 35px;
}

#foot .left h4 {
  font-size: 20px;
  color: #000;
  line-height: 30px;
  margin-top: 8px;
}

#foot .left p {
  color: #494949;
  font-size: 14px;
  line-height: 25px;
}

#foot .right {
  font-size: 14px;
  color: #7f7e7e;
  padding-top: 50px;
  padding-right: 30px;
  padding-left: 80px;
}

#foot .right .paddleft {
  padding-left: 28px;
}

#foot .right h5 {
  margin-bottom: 23px;
  padding-top: 10px;
}

#foot .right p {
  margin-bottom: 19px;
}

#foot .right .input {
  width: 215px;
  height: 36px;
  border: 1px solid #626262;
  background: transparent;
  color: #252525;
  padding-left: 10px;
}

#foot .right p.first {
  -webkit-display: flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#foot .right span.require {
  position: relative;
}

#foot .right span.require::after {
  position: absolute;
  content: '*';
  display: block;
  color: #f00;
  right: -20px;
  top: 0;
  line-height: 38px;
}

#foot .beizhu span {
  position: absolute;
  top: 28px;
}

#foot .right .beizhu {
  padding-left: 28px;
  position: relative;
}

#foot .right .beizhu .input {
  width: 532px;
  height: 78px;
  padding-top: 5px;
  margin-left: 42px;
}

#foot .right .submit {
  margin: 0;
}

#foot .right .submit .btn {
  margin: 5px 0 0 73px;
  border: 0;
  outline: 0;
  cursor: pointer;
  color: #fff;
}

#foot #hezuo {
  height: 50px;
  background-color: rgba(50, 50, 50, 0.5);
  margin-top: 70px;
}

#foot #hezuo ul {
  height: 50px;
  align-items: center;
  justify-content: center;
  -webkit-display: flex;
  display: flex;
  font-size: 15.28px;
  color: #fff;
}

#foot #hezuo ul li {
  margin: 0 28px;
}

#foot #hezuo ul li a {
  color: #fff;
}

#foot #hezuo ul li a:hover {
  text-decoration: underline;
}

#foot #icp {
  height: 110px;
  padding-top: 20px;
  background-color: #fff;
}

#foot #icp p {
  font-size: 14px;
  color: #707070;
  line-height: 35px;
  text-align: center;
}

#foot #icp p .num {
  color: #000;
}

@media (max-width: 768px) {
  #aside {
    margin-top: 36px;
  }
}

#aside {
  width: 260px;
  padding: 0 5px;
  text-align: left;
  float: right;
}

#aside a {
  text-decoration: none;
}

#aside .header {
  font-size: 14px;
  color: #333;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 4px solid #ed6d1c;
  font-weight: 700;
}

#aside .header span {
  font-size: 16px;
  color: #333;
}

#aside .ft,
#aside .zx {
  margin-bottom: 20px;
}

#aside li {
  padding: 15px 0 30px 0;
  border-bottom: 1px dashed #e0e0e0;
}

#aside .ft li:hover h3,
#aside .zx li:hover h3 {
  color: red;
}

#aside ul > a:last-child li {
  border-bottom: 0;
}

#aside .ft .timg,
#aside .zx .timg {
  float: left;
  width: 60px;
  height: 60px;
}

#aside .ft .timg img,
#aside .zx .timg img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

#aside .ft .caption,
#aside .zx .caption {
  padding-left: 70px;
  font-size: 14px;
}

#aside .ft .caption h3,
#aside .zx .caption h3 {
  color: #292929;
  margin-bottom: 5px;
  line-height: 1.4em;
  height: 1.4em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
  font-size: 14px;
}

#aside .ft .caption p,
#aside .zx .caption p {
  color: #808080;
  line-height: 1.4em;
  height: 2.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}

.shpa {
  width: 668px;
  padding-top: 14px;
}

.shpa b {
  padding: 6px 12px;
  margin-bottom: 10px;
  color: #000;
  display: inline-table;
  border: 1px solid #ccc;
}

.shpa a:hover b {
  color: #fff;
}

.shpa a {
  padding: 6px 12px;
  color: #2b1f26;
  display: inline-table;
  border: 1px solid #ccc;
}

.shpa a:hover {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}

@media (max-width: 1199px) {
  #aside {
    position: relative;
    right: 0;
    width: 100%;
  }

  .shpa {
    width: 100%;
    text-align: center;
  }

  #foot .right .submit {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  #foot .right .submit .btn {
    margin: 0 auto;
    display: block;
  }
}

@media (max-width: 1199px) {
  .img_w100 img {
    height: auto !important;
  }

  #foot .right {
    padding-left: 30px !important;
  }

  /* #foot .left .address{
        padding-left:0!important
    } */
  footer {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ed6d1c;
  }

  footer li {
    list-style: none;
    float: left;
    width: 33.3%;
    border-right: 1px solid #eee;
  }

  footer li:last-child {
    border-right: 0;
  }

  footer li a {
    display: block;
    width: 100%;
    text-align: center;
  }

  footer li a img {
    width: 100%;
    max-height: 50px;
  }

  footer li.last {
    background: 0;
    border-right: 0;
  }
}

@media (min-width: 767px) {
  .hidden_pc {
    display: none !important;
  }

  .article_footer {
    padding-top: 40px;
  }
}

@media (min-width: 800px) {
  .hidden_900 {
    display: none !important;
  }
}

@media (max-width: 800px) {
  .hidden-900 {
    display: none !important;
  }
  #foot .right p {
    margin-bottom: 0;
  }
  #foot .right .beizhu {
    padding-left: 0;
  }
}

#home .container {
  min-height: 300px;
}

.dianhua .teleimg {
  width: 18px;
  height: 30px;
  padding: 6px 20px;
  border: 1px solid #fff;
  border-radius: 8px;
  float: left;
  background: url(../img/tele1.png) no-repeat center center;
  margin-top: 8px;
}

.dianhua .tele {
  color: #666;
  float: left;
  margin: 0 0 0 10px;
}

.dianhua .tele strong {
  font-size: 26px;
  font-weight: bold;
  color: #666;
}

.dianhua .tele p {
  margin: 0;
}

.dianhua .tele a {
  color: #666;
}

.module-title {
  position: relative;
  text-align: center;
  color: #333;
  font-size: 28px;
  width: 1196px;
  margin: 0 auto;
  padding-top: 55px;
}

.module-title h2 {
  color: #333;
  font-size: 28px;
  font-weight: normal;
}

.module-title-mt50 {
  padding-top: 50px;
}

.module-title div {
  font-size: 18px;
  color: #666;
  padding-top: 15px;
}

.module-link {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  height: 38px;
  width: 125px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border: 2px solid #ed6d1c;
  background: #ed6d1c;
  text-decoration: none;
}

.module-link:hover {
  color: #ed6d1c;
  border-color: #ed6d1c;
  background-color: #fff;
  text-decoration: none;
}

.art-wrap {
  text-align: center;
  padding-top: 50px;
  min-height: 411px;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}

.art-wrap .container {
  max-width: 1220px;
  padding: 0;
}

.art {
  position: relative;
  height: 373px;
  cursor: pointer;
}

.art:hover img {
  transform: scale(1.2);
}

.art-pic {
  width: 100%;
  overflow: hidden;
}

.art-pic img {
  width: 100%;
  cursor: pointer;
  transition: all 1s;
}

.art-content {
  position: absolute;
  left: 50%;
  bottom: 90px;
  width: 300px;
  height: 145px;
  margin-left: -150px;
  background-color: #fff;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 50px;
  -webkit-box-shadow: 0 0 9px rgba(29, 23, 60, 0.1);
  box-shadow: 0 0 9px rgba(29, 23, 60, 0.1);
  bottom: 30px;
}

.art-open .art-content {
  -webkit-box-shadow: 0 0 43px rgba(29, 23, 60, 0.17);
  box-shadow: 0 0 43px rgba(29, 23, 60, 0.17);
  -webkit-animation: openTop 0.6s 0.1s ease both;
  -moz-animation: openTop 0.6s 0.1s ease both;
}

.art_title {
  font-size: 22px;
  color: #000;
  text-decoration: none !important;
}

.art_title span {
  display: block;
  font-size: 16px;
  padding-top: 5px;
}

.art_title em {
  display: block;
  margin: 0 auto;
  height: 7px;
  width: 38px;
  background-color: #ed6d1c;
  margin-bottom: 25px;
}

.J_art:hover strong {
  color: #ed6d1c;
}

.art_title div {
  margin: 0 auto;
  width: 160px;
  height: 34px;
  border: 2px solid #ed6d1c;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
  color: #444;
  display: none;
}

.art-content p {
  line-height: 28px;
  color: #89898a;
  font-size: 16px;
  padding: 30px 0;
  display: none;
  margin: 0;
}

.art-content .btn-link {
  display: none;
}

.art-open p,
.art-open .btn-link,
.art-open div {
  display: block;
}

.sidenav-overlay {
  cursor: pointer;
}

@media (max-width: 1199px) {
  .hidden_min_1200 {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  #foot .right {
    padding-left: 30px !important;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #foot .right .input {
    width: 135px;
  }
}

@media (min-width: 1200px) {
  .hidden_max_1200 {
    display: none !important;
  }
}
