@charset "utf-8";
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  width: 100%;
}
body {
  font-size: 14px;
  color: #333;
  font-family: "Microsoft YaHei", "SimSun", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  color: #f39801;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
em,
i {
  font-style: normal;
}
img {
  vertical-align: middle;
  border: 0;
}
input,
select,
textarea {
  font-family: "Microsoft YaHei", "SimSun", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
textarea {
  overflow: auto;
}
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: 0;
}
input::-ms-clear {
  display: none;
}
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
button {
  border-radius: 0;
}
.clearfix,
.clear:after,
section:after {
  width: 100%;
  clear: both;
  line-height: 0;
  display: block;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
  content: '.';
}
/* section */
section {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}
/* header */
header {
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  height: 90px;
}
header section {
  max-width: 1060px;
}
header .logo {
  float: left;
  padding-top: 25px;
}
header .logo img {
  height: 42px;
  width: auto;
}
header .tel {
  position: absolute;
  right: 50px;
  top: 5px;
  color: #f8b62c;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 1px;
  font-family: 'Arial';
}
header .tel i {
  display: none;
}
header .tel span {
  -webkit-animation: bounce-up 2s linear infinite;
  animation: bounce-up 2s linear infinite;
  transition: all 0.3s;
  display: inline-block;
}
@-webkit-keyframes bounce-up {
  25% {
    -webkit-transform: translateY(5px);
  }
  50%,
  100% {
    -webkit-transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-5px);
  }
}
@keyframes bounce-up {
  25% {
    transform: translateY(5px);
  }
  50%,
  100% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-5px);
  }
}
header .search {
  position: absolute;
  right: 10px;
  top: 5px;
}
header .search > i {
  color: #f8b62c;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  width: 40px;
  text-align: center;
}
header .search .box {
  display: none;
  position: absolute;
  right: 40px;
  top: 0px;
  width: 180px;
  border-bottom: 1px solid #8b8b8b;
}
header .search .box input[type='text'] {
  width: 100%;
  border: 0;
  height: 40px;
  padding: 0 50px 0 10px;
  background: none;
  float: left;
  color: #fff;
}
header .search .box button {
  border: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  font-size: 24px;
  background: none;
  color: #888;
  font-weight: bold;
}
header nav {
  margin-top: 45px;
  float: right;
}
header nav li {
  float: left;
  text-align: center;
  position: relative;
}
header nav li .iconfont {
  display: none;
}
header nav li > a {
  display: block;
  overflow: hidden;
  font-weight: bold;
  height: 45px;
  line-height: 40px;
  padding: 0 25px;
  color: #fff;
  position: relative;
}
header nav li > a:before {
  content: "";
  width: 2px;
  height: 12px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -1px;
  background: #fff;
  opacity: 0;
  transition: all 0.3s;
}
header nav li:hover > a,
header nav li.on > a {
  color: #fff;
}
header nav li:hover > a:before,
header nav li.on > a:before {
  opacity: 1;
}
header nav .sub {
  display: none;
  position: absolute;
  left: 0px;
  top: 45px;
  min-width: 100%;
  background: rgba(0, 0, 0, 0.6);
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
}
header nav .sub a {
  color: #fff;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 10px;
}
header nav .sub a:hover {
  background: #f39801;
}
header .navbut {
  display: none;
}
.header_height {
  height: 90px;
  width: 100%;
  overflow: hidden;
  clear: both;
  background: #000;
}
/* footer */
footer {
  background: #202020;
  width: 100%;
  overflow: hidden;
  color: #eee;
  padding: 25px 0;
}
footer section {
  padding: 40px 0;
  max-width:1040px;
}
footer a {
  color: #eee;
}
footer a:hover {
  color: #f39801;
}
footer .logo {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
footer .logo img {
  height: 40px;
  width: auto;
}
footer .copy {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 70%;
  padding: 0 160px 0 0;
}
footer .power {
  position: absolute;
  text-align: right;
  right: 0px;
  bottom: 0px;
  width: 50%;
  padding: 0 0 0 160px;
}
/* banner */
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.banner img {
  max-width: 100%;
  height: auto;
}
.banner .banner_next,
.banner .banner_prev {
  top: 50%;
  width: 60px;
  line-height: 90px;
  margin-top: -45px;
  position: absolute;
  color: #ccc;
  font-size: 50px;
  text-align: center;
  z-index: 5;
  transition: all 0.3s;
  cursor: pointer;
  outline: 0;
}
.banner .banner_next:hover,
.banner .banner_prev:hover {
  color: #fff;
}
.banner .banner_next {
  right: 2%;
}
.banner .banner_prev {
  left: 2%;
}
.banner .swiper-pagination-bullets {
  bottom: 15px;
  position: absolute;
  z-index: 5;
  text-align: center;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 5px;
  background: #b6b6b6;
  opacity: 1;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #fff;
}
/* nbanner */
.nbanner {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.nbanner img {
  max-width: 100%;
  height: auto;
}
/* index */
.in_box {
  width: 100%;
  overflow: hidden;
  padding: 40px 0 50px 0;
}
.in_bj {
  background: #ddd;
}
.in_tit {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.in_tit .box {
  padding: 0 18px 0 15px;
  color: #888;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.in_tit .box:before,
.in_tit .box:after {
  position: absolute;
  top: 8px;
  bottom: 8px;
  background: #ccc;
  content: "";
  width: 1px;
}
.in_tit .box:before {
  left: 0px;
}
.in_tit .box:after {
  right: 0px;
}
.in_tit .box i {
  color: #ccc;
  font-size: 70px;
  display: block;
  overflow: hidden;
  float: left;
  font-family: 'Arial';
  line-height: 70px;
  margin-right: 10px;
}
.in_tit .box b {
  color: #555;
  font-size: 24px;
  display: block;
  overflow: hidden;
  font-weight: normal;
  padding: 6px 0;
}
.in_info {
  text-align: center;
  overflow: hidden;
  font-size: 16px;
  color: #666;
  padding: 10px 0 20px 0;
}
.in_abbt {
  overflow: hidden;
}
.in_abbt img {
  max-width: 100%;
  height: auto;
}
.in_wuxun {
  padding: 25px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: center;
}
.in_wuxun li {
  padding: 20px 15px;
  width: 16%;
  overflow: hidden;
}
.in_wuxun li i {
  border: 2px solid #f39801;
  display: inline-block;
  border-radius: 5px;
  transition: all 0.3s;
}
.in_wuxun li i img {
  height: 60px;
  width: auto;
}
.in_wuxun li em {
  display: block;
  overflow: hidden;
  color: #666;
  text-transform: capitalize;
  font-size: 18px;
  padding: 15px 0 0 0;
  font-family: myFirstFont2;
}
.in_wuxun li span {
  font-size: 20px;
  color: #333;
}
.in_wuxun li:hover {
  box-shadow: 0 0 15px #eee;
}
.in_wuxun li:hover i {
  transform: rotate(360deg);
}
.in_erxun {
  color: #666;
  overflow: hidden;
  margin: -8px;
}
.in_erxun li {
  width: 50%;
  float: left;
  padding: 8px;
  text-align: center;
  font-size: 16px;
}
.in_sixun {
  color: #666;
  text-align: center;
  margin: -8px;
  padding: 30px 5% 0 5%;
}
.in_sixun li {
  width: 25%;
  float: left;
  font-size: 16px;
  padding: 8px;
  color: #333;
  height:38px;
  line-height:38px;
  overflow:hidden;
}
.in_case {
  overflow: hidden;
}
.in_case dl {
  width: 33.3333333333%;
  float: left;
}
.in_case dl a {
  display: block;
  overflow: hidden;
  position: relative;
}
.in_case dl a img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.in_case dl a:before {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 0;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  z-index: 1;
  transform: scale(0);
}
.in_case dl a:after {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  font-family: "iconfont" !important;
  transition: all 0.3s;
  content: "\e602";
  z-index: 2;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 40px;
  transform: scale(3);
  opacity: 0;
}
.in_case dl a:hover img {
  transform: scale(1.1);
}
.in_case dl a:hover:before {
  opacity: 1;
  transform: scale(1);
}
.in_case dl a:hover:after {
  opacity: 1;
  transform: scale(1);
}
.in_case dl dt {
  overflow: hidden;
  width: 100%;
  float: left;
  padding: 2px;
  height: 260px;
}
.in_case dl dd {
  overflow: hidden;
  width: 50%;
  float: left;
  padding: 2px;
  height: 130px;
}
.in_case dl dd img {
  max-width: 100%;
}
.in_case dl:last-child dt {
  width: 50%;
  float: right;
}
/* all */
.position {
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
  margin-bottom: 20px;
}
.main {
  padding: 0 0 40px 0;
  overflow: hidden;
  width: 100%;
}
.main section {
  max-width: 1060px;
}
.menutab {
  border-bottom: 1px dotted #999;
  margin-bottom: 20px;
  overflow: hidden;
}
.menutab li {
  float: left;
  margin-left: 40px;
}
.menutab li a {
  display: block;
  overflow: hidden;
  padding: 0 0 15px 0;
  white-space: nowrap;
  text-align: center;
}
.menutab li a span {
  display: block;
  overflow: hidden;
  font-size: 18px;
  padding: 0 0 5px 0;
  font-weight: bold;
}
.menutab li a em {
  font-family: myFirstFont3;
  text-transform: uppercase;
  display: none;
  font-size: 14px;
  color: #f8b62c;
}
.menutab li:first-child {
  margin-left: 0;
}
.menutab li.on a {
  color: #f39801;
}
.menutab li.on a em {
  display: block;
}
.menutaber {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.menutaber:before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-bottom: 1px solid #e5e5e5;
  content: "";
  width: 100%;
}
.menutaber li {
  float: left;
  margin-left: 40px;
}
.menutaber li a {
  color: #333;
  display: block;
  overflow: hidden;
  padding: 0 0 15px 0;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.menutaber li a span {
  display: block;
  overflow: hidden;
  font-size: 24px;
  padding: 0 0 5px 0;
}
.menutaber li a em {
  text-transform: uppercase;
  display: none;
  font-size: 30px;
  font-family: myFirstFont3;
  color: #ff9134;
  fong-weight: bold;
}
.menutaber li a:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #f39801;
  height: 2px;
  opacity: 0;
  transition: all 0.3s;
}
.menutaber li:first-child {
  margin-left: 0;
}
.menutaber li.on a em {
  display: block;
}
.menutaber li.on a:before {
  opacity: 1;
}
.web_tit {
  overflow: hidden;
}
.web_tit span {
  display: block;
  overflow: hidden;
  font-size: 24px;
  padding: 0 0 5px 0;
}
.web_tit em {
  text-transform: uppercase;
  color: #f8b62c;
  font-size: 30px;
  font-family: myFirstFont3;
}
/* 分页 */
.dede_pages {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 30px 0 0 0;
  width: 100%;
  overflow: hidden;
}
.dede_pages li {
  float: left;
  border: 1px solid #d8d8d8;
  margin: 0 3px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 14px;
}
.dede_pages li a {
  padding: 0 12px;
  display: block;
  overflow: hidden;
  color: #666;
}
.dede_pages li a:hover {
  background: #f39801;
  color: #fff;
}
.dede_pages li.pageinfo {
  padding: 0 12px;
  cursor: default;
}
.dede_pages li.thisclass a {
  background: #f39801;
  color: #fff;
}
/* mtlist */
.mtlist {
  margin: -15px -20px;
  overflow: hidden;
}
.mtlist li {
  padding: 15px 20px;
  width: 50%;
  float: left;
}
.mtlist li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.mtlist li img {
  width: 100%;
  height: auto;
  transition: all 1s;
}
.mtlist li .bt {
  position: absolute;
  left: 0px;
  bottom: 10px;
  right: 0px;
  z-index: 1;
}
.mtlist li .bt span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  min-width: 50%;
  float: left;
  padding: 5px 20px 5px 12px;
  background: -webkit-linear-gradient(left, #f39801, transparent);
  background: -moz-linear-gradient(left, #f39801, transparent);
  background: -o-linear-gradient(left, #f39801, transparent);
  background: linear-gradient(left, #f39801, transparent);
  color: #fff;
  font-weight: bold;
}
.mtlist li .box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(243, 152, 1, 0.8);
  z-index: 2;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 10%;
  line-height: 1.8;
  text-indent: 2em;
  transform: scale(1.5);
  transition: all 1s;
  opacity: 0;
}
.mtlist li .box .info {
  max-height: 72%;
  overflow: hidden;
}
.mtlist li.clear {
  width: 100%;
  padding: 0;
  height: 1px;
  position: relative;
}
.mtlist li.clear:before {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0px;
  content: "";
  border-bottom: 1px dotted #aaa;
}
.mtlist li:hover img {
  transform: scale(1.1);
}
.mtlist li:hover .box {
  opacity: 1;
  transform: scale(1);
}
/* caselist */
.caselist {
  overflow: hidden;
  margin: -5px;
}
.caselist li {
  width: 33.33333%;
  float: left;
  overflow: hidden;
  padding: 5px;
  text-align: center;
}
.caselist li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.caselist li a img {
  width: 100%;
  height: auto;
  transition: all 1s;
}
.caselist li a:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(243, 152, 1, 0.8);
  z-index: 1;
  transition: all 1s;
  opacity: 0;
}
.caselist li a:after {
  position: absolute;
  content: "\e602";
  font-family: "iconfont" !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  font-size: 40px;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  transform: scale(3);
  transition: all 1s;
  opacity: 0;
}
.caselist li .bt {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 10px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  padding: 0 10px;
  transition: all 0.3s;
}
.caselist li:hover a img {
  transform: scale(1.1);
}
.caselist li:hover a:before {
  opacity: 1;
}
.caselist li:hover a:after {
  transform: scale(1);
  opacity: 1;
}
/* view_case */
.view_case .tit {
  overflow: hidden;
  background: #eee;
  padding: 30px 40px 35px 40px;
  margin-bottom: 20px;
}
.view_case .tit span {
  font-size: 30px;
}
.view_case .tit ul {
  padding: 15px 0 0 0;
  overflow: hidden;
}
.view_case .tit ul li {
  float: left;
  margin-left: 20px;
  color: #999;
}
.view_case .tit ul li i {
  margin-right: 5px;
}
.view_case .tit ul li:first-child {
  margin-left: 0;
}
.view_case .ban {
  width: 70%;
  float: left;
  position: relative;
  overflow: hidden;
}
.view_case .ban img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.view_case .ban .ban_next,
.view_case .ban .ban_prev {
  top: 50%;
  width: 40px;
  line-height: 80px;
  margin-top: -40px;
  position: absolute;
  color: #ccc;
  font-size: 40px;
  text-align: center;
  z-index: 5;
  transition: all 0.3s;
  cursor: pointer;
  outline: 0;
  background: rgba(0, 0, 0, 0.5);
}
.view_case .ban .ban_next:hover,
.view_case .ban .ban_prev:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
.view_case .ban .ban_next {
  right: 0;
}
.view_case .ban .ban_prev {
  left: 0;
}
.view_case .ban .swiper-button-disabled {
  display: none;
}
.view_case .ban .swiper-pagination-bullets {
  bottom: 10px;
  position: absolute;
  z-index: 5;
  text-align: center;
}
.view_case .ban .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 5px;
  background: #b6b6b6;
  opacity: 1;
}
.view_case .ban .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #fff;
}
.view_case .body {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 130px;
  width: 26%;
  text-align: justify;
  line-height: 1.8;
  overflow-y: auto;
}
.view_case .back {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: #ddd;
  display: block;
  overflow: hidden;
  height: 120px;
  padding: 10px 30px 20px 30px;
  line-height: 1.8;
  text-align: center;
  font-size: 24px;
  color: #f39801;
  width: 26%;
}
.view_case .back span {
  display: block;
  overflow: hidden;
}
.view_case .body .back:hover {
  background: #f39801;
  color: #fff;
}
.view_case .box {
  position: relative;
  overflow: hidden;
}
/* view_news */
.view_news .tit {
  overflow: hidden;
  margin-bottom: 20px;
}
.view_news .tit span {
  font-size: 16px;
  font-weight: bold;
}
.view_news .tit ul {
  padding: 10px 0 0 0;
  overflow: hidden;
  font-size: 12px;
}
.view_news .tit ul li {
  float: left;
  margin-left: 20px;
  color: #999;
}
.view_news .tit ul li:first-child {
  margin-left: 0;
}
.view_news .body {
  overflow: hidden;
  text-align: justify;
  line-height: 1.8;
}
.view_news .body img {
  max-width: 100%;
  height: auto;
}
.prne {
  border-top: 1px dotted #aaa;
  padding: 15px 0 0 0;
  margin-top: 20px;
  text-align: center;
}
.prne li {
  display: inline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 15px;
}
.prne li a {
  padding: 0 10px;
}
.prne li a:hover {
  color: #f39801;
}
.view_news .dyxun {
  margin: -15px 0;
  overflow: hidden;
}
.view_news .dyxun li {
  overflow: hidden;
}
.view_news .dyxun li .box {
  width: 45%;
  float: left;
  text-indent: 2em;
  color: #666;
  padding: 15px 4% 15px 0;
}
.view_news .dyxun li .pic {
  width: 55%;
  float: right;
  border-bottom: 1px dotted #aaa;
  padding: 15px 0;
}
.view_news .dyxun li .pic img {
  width: 100%;
  height: auto;
}
.view_news .dyxun li:last-child .pic {
  border-bottom: 0;
}
/* newslist */
.newslist {
  overflow: hidden;
  margin: -20px 0 0 0;
  position: relative;
}
.newslist:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 0px;
  border-bottom: 1px dotted #aaa;
}
.newslist li {
  width: 50%;
  float: left;
  border-bottom: 1px dotted #aaa;
}
.newslist li a {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 50px 15px;
}
.newslist li .box {
  width: 80%;
}
.newslist li .box span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 16px;
}
.newslist li .box p {
  display: block;
  overflow: hidden;
  color: #888;
  line-height: 24px;
  height: 48px;
  margin: 30px 0 40px 0;
}
.newslist li .box em {
  color: #666;
}
.newslist li .pic {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 0.3s;
}
.newslist li .pic:after {
  position: absolute;
  content: "\e602";
  font-family: "iconfont" !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  font-size: 40px;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background: rgba(243, 152, 1, 0.5);
}
.newslist li .pic img {
  width: 100%;
  height: 100%;
}
.newslist li.all {
  width: 100%;
}
.newslist li.all .box {
  position: absolute;
  left: 15px;
  top: 50%;
  width: 40%;
  transform: translateY(-50%);
}
.newslist li.all .pic {
  position: static;
  width: 50%;
  padding: 0 0 0 15px;
  float: right;
  opacity: 1;
  overflow: hidden;
}
.newslist li.all .pic:after {
  display: none;
}
.newslist li.all .pic img {
  height: auto;
  transition: all 0.3s;
}
.newslist li.all .pic img:hover {
  opacity: 0.8;
}
.newslist li:hover .pic {
  opacity: 1;
}
/* tan_pic */
.tan_pic {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding: 80px;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.85);
}
.tan_pic .swiper-container {
  width: 100%;
  height: 100%;
}
.tan_pic .swiper-container .swiper-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tan_pic .swiper-container .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.tan_pic .close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 36px;
  cursor: pointer;
  color: #fff;
  transition: all 0.3s;
  background: #000;
}
.tan_pic .close:hover {
  background: #f39801;
}
.tan_pic .swiper-pagination-bullets {
  width: 100%;
  z-index: 5;
  left: 0px;
}
.tan_pic .swiper-pagination-bullet {
  width: 35px;
  height: 7px;
  background: #e0e0e0;
  border-radius: 4px;
  opacity: 1;
  margin: 0 10px;
  outline: none;
}
.tan_pic .swiper-pagination-bullet-active {
  background: #f39801;
}
.tan_pic .swiper-button-next,
.tan_pic .swiper-button-prev {
  top: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-top: -40px;
  background: none;
  font-size: 60px;
  z-index: 5;
  opacity: 1;
  outline: none;
  color: #fff;
  transition: all 0.3s;
}
.tan_pic .swiper-button-next:hover,
.tan_pic .swiper-button-prev:hover {
  color: #f39801;
}
.tan_pic .swiper-button-disabled {
  opacity: 0.2;
}
.tan_pic .swiper-button-next {
  right: 0px;
}
.tan_pic .swiper-button-prev {
  left: 0px;
}
/* contact */
.contact {
  overflow: hidden;
}
.contact .web_tit {
  padding: 0 0 15px 0;
}
.contact .left {
  width: 45%;
  float: left;
  padding: 0 100px 0 0;
  font-size: 14px;
  color: #777;
  line-height: 1.5;
}
.contact .left .bt,
.contact .right .bt {
  font-size: 16px;
  overflow: hidden;
  color: #333;
}
.contact .left .text {
  padding: 5px 0 0 0;
  text-indent: 2em;
}
.contact .left ul li {
  overflow: hidden;
  padding: 20px 0 0 0;
}
.contact .left ul li .b {
  border-bottom: 1px solid #aaa;
  line-height: 30px;
  height: 30px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  background-position: 50px center;
  background-repeat: no-repeat;
  letter-spacing: 5px;
}
.contact .left ul li:nth-child(1) .b {
  color: #036eb8;
  background-image: url(../images/icon_con1.png);
}
.contact .left ul li:nth-child(2) .b {
  color: #00a29a;
  background-image: url(../images/icon_con2.png);
}
.contact .left ul li:nth-child(3) .b {
  color: #f39700;
  background-image: url(../images/icon_con3.png);
}
.contact .right {
  width: 55%;
  float: left;
  line-height: 2;
  color: #777;
}
.contact .right .map {
  padding: 20px 0 0 0;
  overflow: hidden;
}
.contact .right .map img {
  max-width: 100%;
  height: auto;
}
/* tan_picd */
.tan_picd {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  padding: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tan_picd .box {
  position: relative;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 15px #ccc;
}
.tan_picd .box img {
  max-height: 100%;
  max-width: 100%;
}
.tan_picd .close {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0px;
  top: -36px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 0 5px #ccc;
  transition: all 0.3s;
}
.tan_picd .close:before,
.tan_picd .close:after {
  width: 18px;
  height: 1px;
  background: #666;
  position: absolute;
  left: 9px;
  top: 17px;
  content: "";
  transform: rotate(45deg);
  transition: all 0.3s;
}
.tan_picd .close:before {
  transform: rotate(45deg);
}
.tan_picd .close:after {
  transform: rotate(-45deg);
}
.tan_picd .close:hover {
  background: #f39801;
}
.tan_picd .close:hover:before,
.tan_picd .close:hover:after {
  background: #fff;
}
.tan_picd .close:hover:before {
  transform: rotate(315deg);
}
.tan_picd .close:hover:after {
  transform: rotate(225deg);
}
/* abouto */
.about {
  padding: 10px 0 0 0;
  overflow: hidden;
}
.about .about_tit {
  overflow: hidden;
}
.about .about_tit img {
  width: 100%;
  max-width: 260px;
  height: auto;
}
.about .qywh {
  overflow: hidden;
  margin: -40px;
  padding: 20px 0 0 0;
}
.about .qywh li {
  width: 50%;
  float: left;
  padding: 40px;
  line-height: 1.7;
}
.about .qywh li img {
  width: 100%;
  height: auto;
}
.about .qywh li .bt {
  font-size: 24px;
  padding: 20px 0 0 0;
  overflow: hidden;
}
.about .line {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  overflow: hidden;
  margin: 30px 0;
}
.about .abpn {
  overflow: hidden;
  padding: 15px 0 0 0;
}
.about .abpn img {
  float: left;
  width: 30%;
  height: auto;
}
.about .abpn .box {
  width: 70%;
  float: right;
  padding: 0 0 0 4%;
  color: #888;
  line-height: 2;
  font-size: 12px;
}
.about .abpn .box .bt {
  font-size: 16px;
  color: #333;
  padding: 0 0 5px 0;
  line-height: 1.6;
}
.about .abpn .box > p {
  text-indent: 2em;
}
.about .zzyy {
  overflow: hidden;
  padding: 15px 0 0 0;
}
.about .zzyy .wz {
  float: left;
  width: 30%;
}
.about .zzyy .wz li {
  padding: 5px 0;
  overflow: hidden;
  color: #888;
}
.about .zzyy .ban {
  width: 65%;
  float: right;
  overflow: hidden;
}
.about .zzyy .ban .swiper-slide {
  background: #000;
}
.about .zzyy .ban .swiper-slide img {
  width: 100%;
  height: auto;
  opacity: 0.6;
}
.about .zzyy .ban .swiper-slide-active img {
  opacity: 1;
}
.about .zzyy .ban .ban_next,
.about .zzyy .ban .ban_prev {
  top: 50%;
  width: 40px;
  line-height: 80px;
  margin-top: -40px;
  position: absolute;
  color: #ccc;
  font-size: 40px;
  text-align: center;
  z-index: 5;
  transition: all 0.3s;
  cursor: pointer;
  outline: 0;
  background: rgba(0, 0, 0, 0.5);
}
.about .zzyy .ban .ban_next:hover,
.about .zzyy .ban .ban_prev:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
.about .zzyy .ban .ban_next {
  right: 0;
}
.about .zzyy .ban .ban_prev {
  left: 0;
}
.about .zzyy .ban .swiper-pagination-bullets {
  padding: 5px 0 0 0;
  text-align: center;
}
.about .zzyy .ban .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 4px;
  background: #b6b6b6;
  opacity: 1;
}
.about .zzyy .ban .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #f39801;
}
.about .zytd {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  text-align: center;
  margin-top: 22px;
}
.about .zytd dl dt {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
}
.about .zytd dl dt img {
  width: 100%;
  max-width: 55px;
  height: auto;
}
.about .zytd dl dt span {
  display: block;
  overflow: hidden;
  padding: 5px 0 10px 0;
}
.about .zytd dl dd a {
  display: block;
  overflow: hidden;
  padding: 5px 0;
  border-bottom: 1px solid #e5e5e5;
}
.about .body {
  overflow: hidden;
  text-align: justify;
  line-height: 1.8;
  padding: 10px 0 0 0;
  color: #666;
}
.about .body img {
  max-width: 100%;
  height: auto;
}
/*izl-rmenu*/
.izl-rmenu {
  position: fixed;
  right: 0;
  margin-right: 20px;
  bottom: 20px;
  padding-bottom: 20px;
  z-index: 999;
}
.izl-rmenu .btn {
  width: 72px;
  height: 73px;
  margin-bottom: 1px;
  cursor: pointer;
  position: relative;
}
.izl-rmenu .btn-qq {
  background: url(../images/r_qq.png) 0px 0px no-repeat;
  background-color: #6da9de;
}
.izl-rmenu .btn-qq:hover {
  background-color: #488bc7;
}
.izl-rmenu a.btn-qq,
.izl-rmenu a.btn-qq:visited {
  background: url(../images/r_qq.png) 0px 0px no-repeat;
  background-color: #6da9de;
  text-decoration: none;
  display: block;
}
.izl-rmenu .btn-wx {
  background: url(../images/r_wx.png) 0px 0px no-repeat;
  background-color: #78c340;
}
.izl-rmenu .btn-wx:hover {
  background-color: #58a81c;
}
.izl-rmenu .btn-wx .pic {
  position: absolute;
  left: -160px;
  top: 0px;
  display: none;
  width: 160px;
  height: 160px;
}
.izl-rmenu .btn-phone {
  background: url(../images/r_phone.png) 0px 0px no-repeat;
  background-color: #fbb01f;
}
.izl-rmenu .btn-phone:hover {
  background-color: #ff811b;
}
.izl-rmenu .btn-phone .phone {
  background-color: #ff811b;
  position: absolute;
  width: 160px;
  left: -160px;
  top: 0px;
  line-height: 73px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  display: none;
}
.izl-rmenu .btn-top {
  background: url(../images/r_top.png) 0px 0px no-repeat;
  background-color: #666666;
  display: none;
}
.izl-rmenu .btn-top:hover {
  background-color: #444;
}
