﻿@charset "utf-8";
input,
textarea {
  border-radius: 0;
}
input,
textarea,
select {
  -webkit-appearance: none;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
select::-ms-expand {
  display: none;
}
a {
  transition: all 400ms ease;
}
@font-face {
  font-family: "DIN-Medium";
  src: url("../font/DIN-Medium.woff2") format("woff2"), url("../font/DIN-Medium.woff") format("woff"), url("../font/DIN-Medium.ttf") format("truetype"), url("../font/DIN-Medium.eot") format("embedded-opentype"), url("../font/DIN-Medium.svg") format("svg");
}
@font-face {
  font-family: "impact";
  src: url("../font/impact.woff2") format("woff2"), url("../font/impact.woff") format("woff"), url("../font/impact.ttf") format("truetype"), url("../font/impact.eot") format("embedded-opentype"), url("../font/impact.svg") format("svg");
}
@font-face {
  font-family: myFont;
  src: url(../font/RuiZiZhenYanTiMianFeiShangYong-2.ttf);
}
@font-face {
  font-family: wy;
  src: url(../font/字由文艺黑.ttf);
}
@keyframes slideInDown2 {
  from {
    -webkit-transform: translate3d(0, -70px, 0);
    transform: translate3d(0, -70px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown2 {
  -webkit-animation-name: slideInDown2;
  animation-name: slideInDown2;
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
@keyframes mymove4 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes mymove4 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .container {
    width: 100%;
    max-width: 1200px;
  }
}
@media (max-width: 1240px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
.header {
  height: 110px;
}
.header .logo {
  float: left;
  z-index: 2;
  margin-left: -180px;
  position: relative;
  display: inline-block;
}
.header .text {
  color: #3f3f3f;
  font-size: 16px;
  padding-top: 30px;
  padding-left: 50px;
  position: relative;
  display: inline-block;
}
.header .text:before {
  top: 40px;
  left: 35px;
  content: "";
  width: 1px;
  height: 30px;
  position: absolute;
  background: linear-gradient(to bottom, #ececec, #adadad, #ececec);
}
.header .tel {
  color: #333333;
  float: right;
  font-size: 14px;
  line-height: 30px;
  position: relative;
  padding: 32px 35px 0 50px;
  display: inline-block;
}
.header .tel img {
  top: 42px;
  left: 0;
  position: absolute;
}
.header .tel em {
  color: #e3b236;
  font-size: 30px;
  font-family: wy;
  font-style: normal;
  display: block;
  margin-top: -7px;
}
.header .search {
  float: right;
  margin-top: 60px;
  margin-right: 40px;
  display: inline-block;
  position: relative;
}
.header .search:after {
  content: "";
  width: 1px;
  height: 20px;
  right: -20px;
  top: 0;
  position: absolute;
  background: #d0d0d0;
}
.header .menu {
  right: 20px;
  top: 14px;
  display: none;
  position: absolute;
}
@media (max-width: 1600px) {
  .header .logo {
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 100;
    height: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  }
  .header .logo {
    margin-left: 0;
    margin-top: 0;
  }
  .header .logo img {
    max-height: 60px;
  }
  .header .menu {
    display: block;
  }
  .header .text,
  .header .tel {
    display: none;
  }
}
.nav {
  height: 67px;
  background: #333;
}
.nav li {
  float: left;
  font-size: 18px;
  line-height: 67px;
  position: relative;
  width: 12.5%;
  text-align: center;
  border-left: solid 1px #454867;
  transition: all 334ms ease;
}
.nav li:before {
  content: "";
  top: -9px;
  left: 0;
  width: 100%;
  height: 76px;
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease;
  position: absolute;
  background: url(../images/nav-top.png) no-repeat top center;
}
.nav li > a {
  display: block;
  color: #fff;
  z-index: 4;
  position: relative;
}
.nav li .subnav {
  top: 66px;
  left: 7px;
  width: 96%;
  z-index: 2;
  display: none;
  padding: 10px 0;
  padding-bottom: 20px;
  background: #e3b236;
  position: absolute;
}
.nav li .subnav a {
  color: #fff;
  display: block;
  font-size: 15px;
  padding: 0 10px;
  line-height: 30px;
  height: 30px;
  overflow:hidden;
}
.nav li .subnav a:hover {
  background: #333;
}
.nav li:hover:before,
.nav .active:before {
  opacity: 1;
}
.nav li:hover a,
.nav .active a {
  color: #fff;
}
@media (max-width: 1200px) {
  .nav {
    display: none;
  }
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.phone-nav .box::-webkit-scrollbar {
  width: 2px;
  height: 1px;
}
.phone-nav .box::-webkit-scrollbar-thumb {
  background: #000;
  width: 2px;
}
.phone-nav .box::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.phone-nav {
  top: 0;
  z-index: 1999;
  position: fixed;
  right: -150%;
  width: 60%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.phone-nav .close {
  position: absolute;
  z-index: 99;
  top: 40px;
  right: 20px;
}
.phone-nav .close img {
  max-height: 40px;
}
.phone-nav .box {
  height: 100%;
  overflow-y: auto;
  padding: 0px 20px 0 20px;
  -webkit-overflow-scrolling: touch;
  background: url(../images/bg-2.png) no-repeat bottom center #ffffff;
}
.phone-nav .list-menu {
  padding-top: 100px;
  background: url(../images/pbg.png) no-repeat top center rgba(255, 255, 255, 0.5);
}
.phone-nav .list-menu li {
  font-size: 18px;
  position: relative;
  line-height: 30px;
  border-bottom: solid 1px rgba(179, 179, 179, 0.3);
}
.phone-nav .list-menu li a {
  padding: 15px 20px;
  display: block;
  position: relative;
  color: #000;
}
.phone-nav .list-menu li a span {
  z-index: 9;
  display: inline-block;
  position: relative;
}
.phone-nav .list-menu li i {
  position: absolute;
  right: 0;
  top: 14px;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 30px;
  display: block;
  font-style: inherit;
  cursor: pointer;
}
.phone-nav .list-menu li i:after {
  content: "+";
  color: #666;
  font-size: 28px;
  width: 38px;
  height: 38px;
  cursor: pointer;
  text-align: center;
  line-height: 38px;
  font-family: arial;
}
.phone-nav .list-menu .submenu {
  display: none;
  padding-bottom: 20px;
}
.phone-nav .list-menu .submenu a {
  color: #555;
  font-size: 16px;
  padding: 0px 0px 0 20px;
}
.banner {
  text-align: center;
}
.banner .pic {
  text-align: center;
}
.banner .pic img {
  display: inline-block;
}
.banner .slick-dots {
  bottom: 24px;
}
.banner .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #fff;
}
.banner .slick-dots li.slick-active button {
  background: #d70203;
  width: 14px;
}
@media (max-width: 1000px) {
  .banner {
    margin-top: 60px;
    display: none;
  }
  .banner .slick-prev,
  .banner .slick-next {
    opacity: 0;
  }
  .banner .slick-dots {
    opacity: 1;
  }
}
.ph-bannerbox {
  margin-top: 60px;
  display: none;
}
.ph-bannerbox .slick-dots {
  bottom: 24px;
}
.ph-bannerbox .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #fff;
}
.ph-bannerbox .slick-dots li.slick-active button {
  background: #d70203;
  width: 14px;
}
@media (max-width: 1000px) {
  .ph-bannerbox {
    display: block;
  }
}
.index-search {
  height: 290px;
  z-index: 9;
  width: 100%;
  margin-top: -290px;
  position: relative;
}
.index-search .bg {
  height: 200px;
  padding: 0 170px;
  padding-top: 45px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.36);
}
.index-search .tag strong {
  color: #fff;
  font-size: 20px;
}
.index-search .tag a {
  margin-left: 10px;
  width: 104px;
  height: 30px;
  line-height: 30px;
  padding-left: 25px;
  display: inline-block;
  font-size: 16px;
  color: #333;
  background: url(../images/tag-1.png) no-repeat;
}
.index-search .tag a:hover {
  background: url(../images/tag-2.png) no-repeat;
}
.index-search .search {
  height: 60px;
  position: relative;
  line-height: 60px;
  background: #fff;
  border-radius: 5px;
  padding-left: 40px;
  margin-top: 25px;
}
.index-search .search label {
  color: #333;
  font-size: 20px;
  font-weight: 700;
}
.index-search .search input {
  width: 60%;
  padding: 0 30px;
  border: 0;
  color: #999;
  font-family: "微软雅黑";
  font-size: 20px;
}
.index-search .search .button {
  right: 0;
  top: 0;
  height: 100%;
  color: #fff;
  max-width: 160px;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  text-align: center;
  background: #e3b236;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.index-search .search .button img {
  margin: 17px 10px 0 0;
}
.index-search .search .button:hover {
  background: #cea231;
}
@media (max-width: 1000px) {
  .index-search {
    height: 140px;
    margin-top: -140px;
  }
  .index-search .bg {
    padding: 0 10px;
    height: 140px;
  }
}
@media (max-width: 640px) {
  .index-search {
    margin-top: 0px;
    height: auto;
  }
  .index-search .container {
    padding-left: 0;
    padding-right: 0;
  }
  .index-search .bg {
    background: #f8f8f8;
    height: auto;
    padding: 20px;
    border-radius: 0;
  }
  .index-search .tag strong {
    color: #333;
    font-size: 14px;
  }
  .index-search .tag a {
    width: 60px;
    padding-left: 20px;
    font-size: 13px;
  }
  .index-search .search {
    height: 50px;
    padding-left: 0;
    line-height: 50px;
  }
  .index-search .search label {
    display: none;
  }
  .index-search .search input {
    width: 100%;
    color: #333;
    font-size: 14px;
    padding-left: 10px;
  }
  .index-search .search .button {
    max-width: 100px;
  }
  .index-search .search .button img {
    margin-top: 14px;
  }
}
.index-title {
  color: #333;
  text-align: center;
  position: relative;
}
.index-title .cn {
  z-index: 2;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  position: relative;
}
.index-title .txt {
  font-size: 20px;
  margin-top: 5px;
}
.index-title .en {
  top: 50%;
  width: 100%;
  z-index: 1;
  color: #f2f2f2;
  font-size: 93px;
  line-height: 100px;
  font-weight: 700;
  position: absolute;
  transform: translateY(-60%);
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .index-title .en {
    display: none;
  }
  .index-title .cn {
    font-size: 24px;
    line-height: 40px;
  }
  .index-title .txt {
    font-size: 14px;
    color: #999;
    margin-top: 0;
    line-height: 20px;
  }
}
.index-box {
  padding-top: 90px;
}
.index-box .bg {
  padding-bottom: 40px;
}
.index-box .leftpic {
  width: 23.13%;
  float: left;
  margin-top: 70px;
  border-radius: 5px;
  position: relative;
}
.index-box .leftpic:after {
  content: "";
  display: block;
  padding-bottom: 172%;
}
.index-box .leftpic:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 3;
  opacity: 0;
  border-radius: 5px;
  transition: all 500ms ease;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
}
.index-box .leftpic img {
  border-radius: 5px;
}
.index-box .leftpic .txtbox {
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 220px;
  top: 50%;
  z-index: 3;
  padding: 0 35px;
  transform: translateY(-50%);
  position: absolute;
}
.index-box .leftpic .tit {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}
.index-box .leftpic .tag {
  padding-top: 20px;
}
.index-box .leftpic .tag span {
  margin-top: 20px;
  width: 50%;
  float: left;
  font-size: 20px;
  height: 24px;
  overflow: hidden;
  padding-left: 15px;
  background: url(../images/tuanjian-dian.png) no-repeat left 7px;
}
.index-box .leftpic .more {
  color: #333;
  font-size: 16px;
  margin-top: 40px;
  background: #fff;
  width: 90px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
}
.index-box .leftpic:hover:before {
  opacity: 1;
}
.index-box .rightpic {
  width: 75.5%;
  float: right;
  margin-top: 70px;
}
.index-box .rightpic ul {
  width: 101%;
}
.index-box .rightpic li {
  width: 50%;
  float: left;
  padding: 0 16px;
  margin-bottom: 33px;
}
.index-box .rightpic li .pic {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.index-box .rightpic li .pic:after {
  content: "";
  display: block;
  padding-bottom: 52.5%;
}
.index-box .rightpic li .pic img {
  border-radius: 5px;
}
.index-box .rightpic li .pic:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 3;
  opacity: 0;
  border-radius: 5px;
  transition: all 500ms ease;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
}
.index-box .rightpic li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.index-box .rightpic li .tit {
  bottom: 0;
  left: 0;
  height: 50px;
  width: 100%;
  z-index: 1;
  color: #333333;
  font-size: 18px;
  padding: 0 15px;
  line-height: 50px;
  background: #fff;
  overflow: hidden;
  position: absolute;
  font-weight: 700;
  border-radius: 5px;
  border: solid 1px #ddd;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  white-space: nowrap;
  border-top-color: #fff;
  text-overflow: ellipsis;
}
.index-box .rightpic li .tit span {
  color: #555;
  float: right;
  font-size: 14px;
  padding-left: 20px;
  display: inline-block;
  font-weight: normal;
}
.index-box .rightpic li .tit i {
  font-size: 22px;
  color: #fb7f48;
  font-weight: 700;
  font-style: normal;
}
.index-box .rightpic li .txtbox {
  top: 50%;
  width: 100%;
  color: #fff;
  z-index: 4;
  opacity: 0;
  text-align: center;
  transition: all 500ms ease;
  transform: translateY(-50%);
  position: absolute;
}
.index-box .rightpic li .txtbox .tit-2 {
  font-size: 20px;
  height: 24px;
  overflow: hidden;
  font-weight: 700;
}
.index-box .rightpic li .txtbox .txt {
  margin-top: 20px;
}
.index-box .rightpic li .txtbox .txt span {
  padding: 0 20px;
  display: inline-block;
}
.index-box .rightpic li .txtbox .txt i {
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
}
.index-box .rightpic li .txtbox .more {
  padding: 0 25px;
  height: 32px;
  margin-top: 20px;
  line-height: 30px;
  display: inline-block;
  border: solid 1px #fff;
  border-radius: 5px;
}
.index-box .rightpic li:hover .tit {
  opacity: 0;
}
.index-box .rightpic li:hover .pic:before {
  opacity: 1;
}
.index-box .rightpic li:hover .txtbox {
  opacity: 1;
}
.index-box .bg-2 {
  background: #f9f9f9;
  padding-bottom: 40px;
}
@media (max-width: 480px) {
  .index-box {
    padding-top: 40px;
  }
  .index-box .bg {
    padding-bottom: 0;
  }
  .index-box .bg-2 {
    padding-bottom: 15px;
  }
  .index-box .leftpic {
    margin-top: 20px;
    padding: 30px;
    background: #e3b236;
    width: 100%;
    float: none;
  }
  .index-box .leftpic:after {
    display: none;
  }
  .index-box .leftpic:before {
    display: none;
  }
  .index-box .leftpic .pic {
    display: none;
  }
  .index-box .leftpic .tit {
    font-size: 24px;
    line-height: 30px;
  }
  .index-box .leftpic .txtbox {
    top: 0;
    left: auto;
    height: auto;
    padding: 0;
    transform: translate(0);
    position: relative;
  }
  .index-box .leftpic .more {
    margin-top: 20px;
    font-size: 14px;
  }
  .index-box .leftpic .tag {
    text-align: left;
  }
  .index-box .leftpic .tag span {
    width: 33.33%;
    font-size: 16px;
    margin-top: 0;
  }
  .index-box .rightpic {
    width: 100%;
    float: none;
    margin-top: 0px;
  }
  .index-box .rightpic ul {
    width: 100%;
  }
  .index-box .rightpic li {
    width: 100%!important;
    float: none!important;
    padding: 0;
    margin-bottom: 0;
    margin-top: 15px;
  }
}
.index-ad {
  overflow: hidden;
}
.index-ad .item {
  position: relative;
}
.index-ad .txtbox {
  bottom: 40px;
  left: 0;
  color: #fff;
  width: 100%;
  text-align: center;
  position: absolute;
}
.index-ad .txtbox .bg {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background: rgba(0, 0, 0, 0.24);
}
.index-ad .txtbox .tit {
  font-size: 43px;
  line-height: 50px;
  font-weight: 700;
  height: 50px;
  overflow: hidden;
}
.index-ad .txtbox .txt {
  font-size: 25px;
  line-height: 40px;
  overflow: hidden;
  height: 40px;
  margin-top: 20px;
}
.index-ad .slick-dots {
  bottom: auto;
  top: 50%;
  width: 60px;
  left: auto;
  right: 30px;
  text-align: right;
}
.index-ad .slick-dots li {
  position: relative;
}
.index-ad .slick-dots li:before {
  left: -20px;
  top: 50%;
  content: "";
  width: 0px;
  height: 1px;
  opacity: 0;
  transition: all 334ms ease;
  position: absolute;
  background: #fff;
  display: inline-block;
}
.index-ad .slick-dots .slick-active:before {
  width: 20px;
  opacity: 1;
}
.index-ad .slick-dots .slick-active button {
  font-size: 24px;
}
.index-ad .slick-dots .slick-active button:before {
  font-size: 24px;
}
.index-ad .slick-dots li button {
  color: #fff;
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 0;
  background: none;
  position: relative;
  font-family: "DIN-Medium";
}
.index-ad .slick-dots li button:before {
  content: "0";
  font-size: 18px;
  display: inline-block;
}
@media (max-width: 1200px) {
  .index-ad .txtbox .tit {
    font-size: 20px;
    line-height: 30px;
  }
  .index-ad .txtbox .txt {
    display: none;
  }
}
@media (max-width: 767px) {
  .index-ad {
    display: none;
  }
}
.index-jingcai {
  padding-top: 110px;
  overflow: hidden;
}
.index-jingcai .list {
  margin-top: 15px;
  margin: 0 -5px;
}
.index-jingcai .list ul {
  margin-top: 80px;
}
.index-jingcai .list li:first-child {
  border-left: 0;
}
.index-jingcai .list .active {
  width: 48.3%;
}
.index-jingcai .list .active .box .pic:before {
  opacity: 0;
}
.index-jingcai .list .active .box .pic:after {
  background: #fff;
}
.index-jingcai .list li {
  float: left;
  width: 17.2%;
  padding: 0 5px;
  cursor: pointer;
  transition: all 0.5s ease;
  border-left: solid 3px #fbfbfb;
}
.index-jingcai .list li .box {
  overflow: hidden;
  border-radius: 5px;
}
.index-jingcai .list li .box img {
  max-width: none;
}
.index-jingcai .list li .box .item {
  position: relative;
}
.index-jingcai .list li .box .pic {
  float: left;
  position: relative;
}
.index-jingcai .list li .box .pic:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 334ms ease;
  background: rgba(0, 0, 0, 0.3);
}
.index-jingcai .list li .box .pic:after {
  bottom: 50px;
  left: 60px;
  content: ">";
  width: 30px;
  height: 30px;
  color: #333;
  font-size: 20px;
  line-height: 30px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  position: absolute;
  text-align: center;
  font-family: 宋体;
}
.index-jingcai .list li .box .pic img {
  border-radius: 5px;
}
.index-jingcai .list li .box .txtbox {
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  height: 100%;
  color: #fff;
  padding: 0 60px;
  position: absolute;
}
.index-jingcai .list li .box .t1 {
  font-size: 50px;
  line-height: 60px;
  margin-top: 50px;
  font-family: "DIN-Medium";
}
.index-jingcai .list li .box .t2 {
  font-size: 20px;
  font-family: "DIN-Medium";
}
.index-jingcai .list li .box .tit {
  font-size: 20px;
  font-weight: 700;
  height: 48px;
  top: 0%;
  left: 0;
  width: 100%;
  padding: 0 60px;
  margin-top: 250px;
  position: absolute;
}
@media (max-width: 1200px) {
  .index-jingcai {
    display: none;
  }
}
.index-case {
  overflow: hidden;
  padding: 110px 0;
  background: #f9f9f9;
}
.index-case ul {
  padding-top: 70px;
  margin: 0 -13px;
}
.index-case li {
  float: left;
  width: 33.333%;
  padding: 0 13px;
}
.index-case li a {
  display: block;
  position: relative;
}
.index-case li .tag {
  top: 24px;
  right: 34px;
  width: 80px;
  height: 80px;
  z-index: 1;
  line-height: 28px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  padding: 12px 15px;
  color: #fff;
  text-align: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.index-case li .pic {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.index-case li .pic img {
  border-radius: 5px;
  transition: all 700ms ease;
}
.index-case li .pic:after {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.index-case li .pic:before {
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 500ms ease;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}
.index-case li .tit {
  overflow: hidden;
  text-align: center;
  height: 65px;
  line-height: 65px;
  font-size: 18px;
  color: #333;
}
.index-case li:hover .pic:before {
  opacity: 1;
}
.index-case li:hover .pic img {
  transform: scale(1.1);
}
@media (max-width: 640px) {
  .index-case {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .index-case ul {
    padding-top: 30px;
  }
  .index-case li {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .index-case li {
    width: 100%;
    float: none;
  }
  .index-case li .tag {
    width: 60px;
    height: 60px;
    line-height: 20px;
    font-size: 14px;
    padding: 10px;
    right: 20px;
  }
}
.index-hot {
  padding: 100px 0;
}
.index-hot .list {
  margin: 0 -16px;
  padding-top: 60px;
}
.index-hot .list li {
  float: left;
  padding: 16px;
  width: 33.333%;
}
.index-hot .list li a {
  display: block;
  position: relative;
}
.index-hot .list li .pic {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.index-hot .list li .pic:before {
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 500ms ease;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}
.index-hot .list li .pic img {
  border-radius: 15px;
  transition: all 700ms ease;
}
.index-hot .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 124%;
}
.index-hot .list li .txtbox {
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: 1;
  color: #fff;
  padding: 0 35px;
  position: absolute;
  font-size: 18px;
}
.index-hot .list li .tit {
  font-size: 40px;
  line-height: 70px;
  height: 70px;
  overflow: hidden;
  border-bottom: solid 1px #fff;
}
.index-hot .list li .tag {
  margin: 20px 0  0 0;
}
.index-hot .list li .tag span {
  padding: 0 15px;
  position: relative;
  display: inline-block;
}
.index-hot .list li .tag span:before {
  top: 3px;
  right: 0;
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.index-hot .list li .tag span:first-child {
  padding-left: 0;
}
.index-hot .list li:hover .pic:before {
  opacity: 1;
}
.index-hot .list li:hover .pic img {
  transform: scale(1.1);
}
.index-hot .list-2 {
  padding-top: 16px;
  margin: 0;
}
.index-hot .list-2 .li01 {
  width: 55%;
  padding: 0;
}
.index-hot .list-2 .li01 .pic:after {
  padding-bottom: 62%;
}
.index-hot .list-2 .li02 {
  margin: 0;
  width: 42%;
  float: right;
  padding: 0;
}
.index-hot .list-2 .li02 .pic:after {
  padding-bottom: 81%;
}
@media (max-width: 640px) {
  .index-hot {
    padding: 40px 0;
  }
}
@media (max-width: 420px) {
  .index-hot .list {
    padding-top: 10px;
  }
  .index-hot .list li {
    width: 100% !important;
    float: none !important;
  }
  .index-hot .list li .tit {
    font-size: 20px;
  }
  .index-hot .list li .txtbox {
    font-size: 14px;
  }
  .index-hot .list .li01 {
    margin-bottom: 15px;
  }
}
.index-hezuo {
  padding: 80px 0;
  overflow: hidden;
  background: #f9f9f9;
}
.index-hezuo .index-title .en {
  color: #efefef;
  z-index: 1;
}
.index-hezuo .index-title .cn {
  z-index: 2;
  position: relative;
}
.index-hezuo ul {
  margin: 0 -20px;
  padding-top: 40px;
}
.index-hezuo li {
  width: 20%;
  float: left;
  padding: 20px;
}
.index-hezuo li span {
  display: block;
  position: relative;
  border-radius: 5px;
  background: #fff;
  transition: all 400ms ease;
  border: solid 1px #e6e6e6;
}
.index-hezuo li span img {
  border-radius: 5px;
}
.index-hezuo li span:after {
  content: "";
  display: block;
  padding-bottom: 40%;
}
.index-hezuo li:hover span,.index-hezuo li.cur span {
  border-color: #e3b236;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
@media (max-width: 640px) {
  .index-hezuo {
    padding: 40px 0;
  }
  .index-hezuo ul {
    margin: 0 -10px;
    padding-top: 20px;
  }
  .index-hezuo li {
    padding: 10px;
    width: 33.333%;
  }
}
@media (max-width: 420px) {
  .index-hezuo li {
    width: 50%;
  }
  .index-hezuo li:last-child {
    display: none;
  }
}
.index-message {
  color: #fff;
  padding: 35px 0;
  background: #e3b236;
}
.index-message .lefttext {
  width: 40%;
  float: left;
}
.index-message .cn {
  font-size: 41px;
  line-height: 63px;
  font-weight: 700;
}
.index-message .cn img {
  margin-right: 20px;
}
.index-message .en {
  font-size: 27px;
  line-height: 30px;
  margin-top: 30px;
}
.index-message .rightlist {
  width: 60%;
  float: right;
  font-size: 16px;
}
.index-message .rightlist li {
  width: 40%;
  float: left;
  padding-left: 28px;
  padding-bottom: 15px;
}
.index-message .rightlist li input {
  height: 56px;
  width: 100%;
  padding: 15px;
  border: 0;
  line-height: 56px;
  border-radius: 5px;
}
.index-message .rightlist li p:first-child {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}
.index-message .rightlist .button {
  width: 20%;
  margin-top: 34px;
}
.index-message .rightlist .button a {
  color: #fff;
  display: block;
  font-size: 16px;
  background: #2c3035;
  text-align: center;
  line-height: 56px;
  border-radius: 5px;
}
.index-message .rightlist .button a:hover {
  background: #000;
}
.index-message .rightlist .txt {
  padding-left: 28px;
}
@media (max-width: 640px) {
  .index-message .lefttext {
    width: 100%;
    float: none;
  }
  .index-message .lefttext .cn {
    font-size: 24px;
  }
  .index-message .lefttext .en {
    margin-top: 0;
    font-size: 18px;
  }
  .index-message .rightlist {
    width: 100%;
    float: none;
    margin-top: 15px;
  }
  .index-message .rightlist li {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .index-message .rightlist li input {
    height: 44px;
    line-height: 44px;
    padding: 10px;
  }
  .index-message .rightlist li .name {
    display: none;
  }
  .index-message .rightlist .button {
    margin-top: 15px;
  }
  .index-message .rightlist .button a {
    height: 44px;
    line-height: 44px;
  }
  .index-message .rightlist .txt {
    display: none;
  }
}
.index-news {
  padding: 80px 0;
  overflow: hidden;
}
.index-news ul {
  margin: 0 -18px;
}
.index-news li {
  float: left;
  width: 33.333%;
  padding: 0 18px;
}
.index-news li .pic {
  margin-bottom: 10px;
  position: relative;
}
.index-news li .pic .tu {
  position: relative;
}
.index-news li .pic .tu:after {
  content: "";
  display: block;
  padding-bottom: 42%;
}
.index-news li .pic .tag {
  width: 186px;
  height: 65px;
  top: 50%;
  overflow: hidden;
  left: 50%;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 65px;
  position: absolute;
  text-align: center;
  background: rgba(229, 178, 41, 0.7);
  transform: translate(-50%, -50%);
}
.index-news li a {
  display: block;
   overflow: hidden;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #333;
  margin: 0 15px;
  border-bottom: dotted 1px #acacac;
}
.index-news li a:hover {
  text-decoration: underline;
}
@media (max-width: 640px) {
  .index-news {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .index-news li {
    width: 100%;
    float: none;
  }
  .index-news li .pic .tag {
    font-size: 20px;
    height: 50px;
    width: 150px;
    line-height: 50px;
  }
}
.footer {
  color: #fff;
  padding: 70px 0 30px 0;
  background: #222222;
}
.footer li {
  width: 33.333%;
  float: left;
}
.footer li a {
  color: #fff;
}
.footer .logo {
  margin-bottom: 20px;
}
.footer .contact {
  width: 36%;
  font-size: 20px;
  padding-left: 80px;
}
.footer .contact p {
  margin-bottom: 20px;
}
.footer .contact p:nth-child(2) {
  font-size: 18px;
}
.footer .contact .tel {
  margin-bottom: 30px;
  padding-left: 100px;
  position: relative;
}
.footer .contact .tel img {
  top: 0;
  left: 0;
  position: absolute;
}
.footer .contact .tel span {
  font-family: impact;
  font-size: 39px;
  line-height: 40px;
}
.footer .wx {
  width: 30%;
}
.footer .item {
  width: 50%;
  float: left;
  font-size: 16px;
  text-align: center;
}
.footer .item p {
  margin-bottom: 10px;
}
.footer .item img {
  padding: 10px;
  border: solid 1px #fff;
}
.footer .copy {
  padding-top: 30px;
  text-align: center;
  margin-top: 60px;
  border-top: solid 1px rgba(255, 255, 255, 0.4);
}
.footer .copy span {
  padding-left: 60px;
  display: inline-block;
}
@media (max-width: 1200px) {
  .footer li {
    display: none;
  }
  .footer .contact,
  .footer .wx {
    display: block;
    width: 100%;
    float: none;
    padding-left: 0;
    text-align: center;
  }
  .footer .contact .tel,
  .footer .wx .tel {
    padding-left: 0;
  }
  .footer .contact .tel img,
  .footer .wx .tel img {
    display: none;
  }
}
.inside-banner {
  height: 347px;
  color: #fff;
  padding-top: 110px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.inside-banner .cn {
  font-size: 32px;
  line-height: 40px;
}
.inside-banner .en {
  font-size: 24px;
  margin-top: 20px;
  line-height: 34px;
}
@media (max-width: 1200px) {
  .inside-banner {
    height: 240px;
    margin-top: 60px!important;
  }
  .inside-banner .cn {
    display: none;
    font-size: 24px;
    line-height: 30px;
  }
  .inside-banner .en {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    display: none;
  }
}
.inside-banner-2 {
  margin-top: 67px;
}
.inside-current {
  height: 50px;
  line-height: 49px;
  overflow: hidden;
  border-bottom: solid 1px #eeeeee;
  text-align: right;
}
.inside-current img {
  margin: 15px 5px 0 0;
}
.inside-current span {
  color: #333;
}
.inside-title {
  color: #333;
  padding: 50px 0;
  text-align: center;
  position: relative;
}
.inside-title .en {
  z-index: 1;
  color: #f2f2f2;
  font-size: 93px;
  line-height: 100px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.inside-title .cn {
  z-index: 2;
  color: #333;
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  position: relative;
  margin-top: -74px;
}
.inside-title .txt {
  color: #333;
  z-index: 2;
  font-size: 20px;
  position: relative;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .inside-title {
    padding: 30px 0;
  }
  .inside-title .en {
    font-size: 40px;
    line-height: 60px;
  }
  .inside-title .cn {
    font-size: 24px;
    line-height: 30px;
    margin-top: -45px;
  }
  .inside-title .txt {
    font-size: 14px;
    color: #999;
    margin-top: 0;
    line-height: 20px;
  }
}
.inside-menu {
  text-align: center;
}
.inside-menu ul {
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: solid 2px #ebebeb;
}
.inside-menu ul li {
  width: 100%;
  max-width: 130px;
  font-size: 16px;
  position: relative;
  display: inline-block;
}
.inside-menu ul li:before {
  content: "";
  width: 1px;
  height: 14px;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
  background: #d8d8d8;
  position: absolute;
}
.inside-menu ul li a {
  display: block;
  color: #333;
  line-height: 40px;
  height: 40px;
  overflow:hidden;
}
.inside-menu ul li:first-child a:before {
  display: none;
}
.inside-menu ul .active {
  z-index: 1;
  position: relative;
}
.inside-menu ul .active:before {
  display: none;
  background: #e3b236;
}
.inside-menu ul .active a {
  color: #fff;
  background: #e3b236;
}
@media (max-width: 640px) {
  .inside-menu ul li {
    max-width: 90px;
  }
}
@media (max-width: 768px) {
  .inside-menu-2 {
    margin-top: 30px;
  }
}
.inside-menu-2 .scroll {
  text-align: center;
  padding: 0 70px;
  height: 48px;
  border-bottom: solid 2px #ebebeb;
}
@media (max-width: 768px) {
  .inside-menu-2 .scroll {
    padding-left: 0;
  }
}
.inside-menu-2 .scroll span {
  height: 40px;
  display: block;
  line-height: 40px;
  text-align: center;
  position: relative;
  font-size: 16px;
}
.inside-menu-2 .scroll span:before {
  content: "";
  width: 1px;
  height: 14px;
  top: 12px;
  left: 0px;
  position: absolute;
  background: #d8d8d8;
}
.inside-menu-2 .scroll span a {
  color: #333;
}
.inside-menu-2 .scroll span a:hover {
  color: #e3b236;
}
.inside-menu-2 .scroll .active {
  background: #e3b236;
}
.inside-menu-2 .scroll .active:before {
  background: #e3b236;
}
.inside-menu-2 .scroll .active a {
  color: #fff!important;
}
.inside-menu-2 .scroll .slick-track {
  display: inline-block;
}
.inside-menu-2 .scroll .slick-prev {
  left: auto;
  right: 32px;
  background: url(../images/arrow-l.png) no-repeat center center #e3b236;
}
.inside-menu-2 .scroll .slick-next {
  right: 0;
  background: url(../images/arrow-r.png) no-repeat center center #e3b236;
}
.inside-menu-2 .scroll .slick-prev,
.inside-menu-2 .scroll .slick-next {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 100%;
  margin-top: -15px;
}
.inside-news li {
  padding: 35px 0;
  overflow: hidden;
  border-bottom: dotted 1px #c5c5c5;
}
.inside-news li .pic {
  width: 31%;
  float: left;
  overflow: hidden;
  position: relative;
}
.inside-news li .pic img {
  transition: all 700ms ease;
}
.inside-news li .pic:after {
  content: "";
  display: block;
  padding-bottom: 61%;
}
.inside-news li .txtbox {
  width: 69%;
  float: right;
  padding-left: 30px;
  padding-top: 30px;
}
.inside-news li .date {
  color: #000;
  line-height: 35px;
}
.inside-news li .date span {
  font-size: 35px;
}
.inside-news li .tit {
  font-size: 20px;
  color: #333;
  height: 24px;
  overflow: hidden;
  font-weight: 700;
  margin: 15px 0 10px 0;
}
.inside-news li .txt {
  height: 48px;
  color: #666;
  overflow: hidden;
}
.inside-news li .more {
  color: #333333;
  font-size: 15px;
  margin-top: 30px;
}
.inside-news li:hover .pic img {
  transform: scale(1.05);
}
.inside-news li:hover .tit,
.inside-news li:hover .more {
  color: #e3b236;
}
@media (max-width: 1200px) {
  .inside-news li .txtbox {
    padding-top: 0;
  }
  .inside-news li .tit {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .inside-news li .more {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .inside-news li {
    padding: 20px 0;
  }
  .inside-news li .pic {
    width: 100%;
    float: none;
  }
  .inside-news li .pic img {
    /*width: 100%;*/
  }
  .inside-news li .txtbox {
    width: 100%;
    float: none;
    padding: 20px;
    padding-bottom: 0;
  }
}
.inside-news {
  padding-top: 35px;
  padding-bottom: 80px;
}
@media (max-width: 1000px) {
  .inside-news {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.inside-page {
  text-align: center;
  margin-top: 80px;
}
.inside-page a {
  width: 40px;
  height: 40px;
  color: #202020;
  text-align: center;
  line-height: 38px;
  border-radius: 100%;
  margin: 0 5px;
  font-size: 12px;
  display: inline-block;
  border: solid 1px #e7eff4;
}
.inside-page a:hover,.inside-page a.cpb {
  border-color: #e3b236;
  background: #e3b236;
  color:#fff;
}
.inside-page .prev,
.inside-page .next {
  width: 106px;
  position: relative;
  border-radius: 30px;
}
.inside-page .prev:before {
  content: "<";
  margin-right: 6px;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
.inside-page .next:after {
  content: ">";
  margin-left: 6px;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
@media (max-width: 640px) {
  .inside-page {
    margin-top: 30px;
  }
  .inside-page a {
    display: none;
  }
  .inside-page .prev,
  .inside-page .next {
    display: inline-block;
  }
}
.inside-newsshow {
  padding: 80px 0;
  font-size: 16px;
}
.inside-newsshow h1 {
  color: #333;
  font-size: 30px;
  text-align: center;
  padding-bottom: 20px;
  line-height: 40px;
}
.inside-newsshow .item {
  margin-top: 70px;
  padding-left: 35px;
}
.inside-newsshow .info {
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  background: #f7f8f9;
  text-align: center;
  margin-bottom: 40px;
}
.inside-newsshow .info span {
  padding: 0 30px;
  display: inline-block;
}
.inside-newsshow .info img {
  margin: 14px 5px 0 0px;
}
.inside-newsshow .tag {
  width: 50%;
  float: left;
  font-size: 16px;
}
.inside-newsshow .tag span {
  color: #c51723;
  font-size: 16px;
  font-weight: 700;
}
.inside-newsshow .share {
  width: 50%;
  float: right;
  text-align: right;
}
.inside-newsshow .share a {
  margin-left: 10px;
  display: inline-block;
}
.inside-newsshow .bt {
  font-size: 16px;
  color: #fff;
  padding-left: 15px;
  line-height: 32px;
  background: url(../images/bt.png) no-repeat top left;
}
.inside-newsshow .box-3 {
  margin-top: 120px;
  padding: 50px 0;
  background: #f7f7f7;
  overflow: hidden;
}
.inside-newsshow .box-3 ul {
  margin: 0 -50px;
  padding-top: 30px;
}
.inside-newsshow .box-3 ul li {
  width: 50%;
  float: left;
  height: 40px;
  padding: 0 50px;
  line-height: 40px;
  overflow: hidden;
  font-size: 16px;
}
.inside-newsshow .box-3 ul li a {
  color: #333;
  padding-left: 15px;
  position: relative;
}
.inside-newsshow .box-3 ul li a:before {
  content: "";
  top: 6px;
  left: 0px;
  position: absolute;
  border-left: solid 5px #666;
  border-top: solid 3px transparent;
  border-bottom: solid 3px transparent;
}
.inside-newsshow .box-3 ul li span {
  float: right;
  padding-left: 50px;
  font-family: arial;
}
.inside-newsshow .box-3 ul li:hover a {
  color: #e3b236;
}
.inside-newsshow .box-3 ul li:hover a:before {
  border-left: solid 5px #e3b236;
}
@media (max-width: 640px) {
  .inside-newsshow .box-3 {
    margin-top: 40px;
  }
}
.inside-newsshow .index-box {
  padding: 50px 0 0 0;
}
.inside-newsshow .index-box .rightpic {
  width: 100%;
  float: none;
  margin-top: 0;
}
.inside-newsshow .index-box .rightpic ul {
  margin: 0 -16px;
}
.inside-newsshow .index-box .rightpic li {
  width: 33.3333%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .inside-newsshow .index-box .rightpic ul {
    margin-left: 0;
    margin-right: 0;
  }
  .inside-newsshow .index-box .rightpic ul li {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 1000px) {
  .inside-newsshow {
    padding: 50px 0;
  }
  .inside-newsshow h1 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 30px;
  }
  .inside-newsshow .item {
    margin-top: 30px;
    padding-left: 0;
  }
  .inside-newsshow .tag {
    width: 100%;
    float: none;
  }
  .inside-newsshow .share {
    width: 100%;
    float: none;
    text-align: left;
  }
  .inside-newsshow .inside-page-news ul {
    height: auto;
  }
  .inside-newsshow .inside-page-news li {
    width: 100%;
    float: none;
  }
  .inside-newsshow .inside-page-news .fanhui {
    top: auto;
    left: auto;
    display: none;
    margin-left: auto;
    position: relative;
  }
  .inside-newsshow .box-3 {
    padding-top: 30px;
  }
  .inside-newsshow .box-3 ul li {
    width: 100%;
    float: none;
  }
}
.inside-page-news {
  margin-top: 20px;
  position: relative;
}
.inside-page-news ul {
  height: 48px;
  line-height: 48px;
  background: #eee;
  position: relative;
}
.inside-page-news li {
  width: 43%;
  float: left;
  font-size: 16px;
  height: 48px;
  color: #333;
  padding: 0 30px;
  overflow: hidden;
}
.inside-page-news li a {
  color: #333;
  transition: all 0s;
}
.inside-page-news li img {
  margin-top: 14px;
}
.inside-page-news li:last-child {
  float: right;
}
.inside-page-news li:last-child img {
  float: right;
}
.inside-page-news li:hover {
  color: #fff;
  background: #e3b236;
}
.inside-page-news li:hover a {
  color: #fff;
}
.inside-page-news .fanhui {
  top: 0;
  left: 50%;
  width: 14%;
  color: #333;
  font-size: 16px;
  text-align: center;
  transform: translateX(-50%);
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  vertical-align: top;
  line-height: 48px;
  position: absolute;
}
.inside-page-news .fanhui:before {
  content: "";
  width: 23px;
  height: 18px;
  vertical-align: top;
  margin: 15px 10px 0 0;
  background: url(../images/fh.png) center left no-repeat;
  display: inline-block;
}
.inside-page-news .fanhui:hover {
  color: #fff;
  background: #e3b236;
}
.inside-gl {
  padding-bottom: 70px;
}
.inside-gl ul {
  margin: 0 -20px;
}
.inside-gl li {
  float: left;
  padding: 20px;
  width: 33.3333%;
}
.inside-gl li a {
  display: block;
  padding: 20px;
  border: solid 1px #e2e2e2;
}
.inside-gl li .pic {
  overflow: hidden;
  position: relative;
}
.inside-gl li .pic:after {
  content: "";
  display: block;
  padding-bottom: 42.9%;
}
.inside-gl li .pic img {
  transition: all 700ms ease;
}
.inside-gl li .tit {
  font-size: 18px;
  color: #333;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
}
.inside-gl li .txt {
  font-size: 16px;
  color: #767676;
  height: 60px;
  overflow: hidden;
  line-height: 30px;
}
.inside-gl li .time {
  color: #bbb;
}
.inside-gl li .more {
  color: #999;
  margin-top: 30px;
  padding-top: 10px;
  border-top: solid 1px #e6e6e6;
}
.inside-gl li:hover .pic img {
  transform: scale(1.05);
}
.inside-gl li:hover a {
  border-color: #e3b236;
}
.inside-gl li:hover .more {
  color: #e3b236;
  border-color: #e3b236;
}
@media (max-width: 640px) {
  .inside-gl {
    padding-bottom: 40px;
  }
  .inside-gl ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .inside-gl li {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .inside-gl ul {
    margin-left: 0;
    margin-right: 0;
  }
  .inside-gl li {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
}
.inside-case {
  padding-top: 50px;
  padding-bottom: 90px;
}
.inside-case ul {
  margin: 0 -20px;
}
.inside-case li {
  width: 50%;
  float: left;
  padding: 20px;
}
.inside-case li .picbox {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.inside-case li .picbox img {
  border-radius: 5px;
  transition: all 700ms ease;
}
.inside-case li .pic {
  position: relative;
}
.inside-case li .pic:after {
  content: "";
  display: block;
  padding-bottom: 68.5%;
}
.inside-case li .icon {
  top: 50%;
  left: 50%;
  z-index: 1;
  position: absolute;
  transform: translate(-50%, -50%);
}
.inside-case li .tit {
  font-size: 20px;
  color: #333;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-top: 20px;
}
.inside-case li:hover .pic img {
  transform: scale(1.05);
}
@media (max-width: 480px) {
  .inside-case {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .inside-case ul {
    margin-left: 0;
    margin-right: 0;
  }
  .inside-case li {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .inside-case li .tit {
    font-size: 16px;
    text-align: center;
  }
}
.inside-more {
  margin-top: 50px;
  text-align: center;
}
.inside-more a {
  width: 250px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  background: #e3b236;
}
.inside-more a:hover {
  background: #fac43b;
}
@media (max-width: 640px) {
  .inside-more {
    margin-top: 30px;
  }
  .inside-more a {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    width: 200px;
  }
}
.inside-casebox .index-hezuo {
  padding: 40px 0;
}
.inside-casebox .index-hezuo ul {
  padding-top: 0;
}
.inside-casebox .index-case {
  padding: 60px 0;
  background: none;
}
.inside-casebox .index-case ul {
  padding-top: 0;
}
.inside-qa {
  padding-top: 40px;
  padding-bottom: 100px;
}
.inside-qa li {
  margin-top: 30px;
  box-shadow: 0 0 20px #eee;
  padding: 35px 60px;
}
.inside-qa li .time {
  width: 50px;
  float: left;
  color: #999;
  line-height: 20px;
  font-family: arial;
  text-align: center;
}
.inside-qa li .ask {
  width: 42px;
  height: 42px;
  color: #fff;
  margin-top: 10px;
  line-height: 42px;
  font-size: 30px;
  margin-bottom: 6px;
  font-weight: bold;
  background: #c7c7c7;
  display: inline-block;
  border-radius: 3px;
  transition: all 500ms ease;
}
.inside-qa li .date {
  font-size: 22px;
}
.inside-qa li .txtbox {
  width: 94%;
  float: left;
  padding-bottom: 25px;
  padding-left: 40px;
}
.inside-qa li .tit {
  font-size: 22px;
  height: 40px;
  color: #333;
  cursor: pointer;
  line-height: 40px;
  overflow: hidden;
  position: relative;
}
.inside-qa li .tit:before {
  content: "";
  width: 80px;
  height: 2px;
  bottom: 0;
  left: 0;
  border-radius: 3px;
  position: absolute;
  background: #d9d9d9;
  transition: all 500ms ease;
}
.inside-qa li .tit span {
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  position: absolute;
  background: url(../images/j1.png) no-repeat center center #efefef;
}
.inside-qa li .txt {
  color: #333;
  height: 48px;
  margin-top: 10px;
  overflow: hidden;
  font-size: 16px;
  position: relative;
  width: 90%;
  padding-left: 50px;
}
.inside-qa li .txt span {
  top: 7px;
  left: 0;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  background: #fff;
  font-weight: 700;
  border-radius: 3px;
  font-family: arial;
  background: #d9d9d9;
  position: absolute;
  transition: all 500ms ease;
}
.inside-qa li .txt span:before {
  content: "";
  left: 50%;
  margin-left: -5px;
  bottom: -7px;
  position: absolute;
  transition: all 500ms ease;
  border-top: solid 10px #d9d9d9;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
}
.inside-qa .cur {
  background: #f6f6f6;
  transition: all 334ms ease;
}
.inside-qa .cur .ask {
  color: #fff;
  background: #e3b236;
}
.inside-qa .cur .tit:before {
  background-color: #e3b236;
}
.inside-qa .cur .tit span {
  background: url(../images/j2.png) no-repeat center center #e3b236;
}
.inside-qa .cur .txt {
  height: auto;
}
.inside-qa .cur .txt span {
  background: #494949;
}
.inside-qa .cur .txt span:before {
  border-top-color: #494949;
}
@media (max-width: 1100px) {
  .inside-qa {
    padding-bottom: 40px;
  }
  .inside-qa li {
    padding: 15px;
  }
  .inside-qa li .ask {
    font-size: 20px;
  }
  .inside-qa li .txtbox {
    width: 80%;
    padding-left: 30px;
  }
  .inside-qa li .tit {
    font-size: 16px;
  }
  .inside-qa li .txt {
    font-size: 14px;
  }
  .inside-qa li .txt span {
    font-size: 12px;
  }
  .inside-qa li:hover {
    background: none;
  }
}
@media (max-width: 640px) {
  .inside-qa li .time {
    display: none;
  }
  .inside-qa li .txtbox {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .inside-qa li .tit span {
    display: none;
  }
  .inside-qa li:first-child {
    margin-top: 0;
  }
}
.inside-title-2 {
  text-align: center;
}
.inside-title-2 .cn {
  font-size: 28px;
  color: #e3b236;
  line-height: 30px;
  font-weight: 700;
}
.inside-title-2 .en {
  font-size: 21px;
  color: #8b8b8b;
  font-family: arial;
  padding-top: 5px;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .inside-title-2 .cn {
    font-size: 20px;
  }
  .inside-title-2 .en {
    font-size: 16px;
    padding-top: 0;
  }
}
.inside-about .box-1 {
  padding-top: 10px;
  padding-bottom: 80px;
}
.inside-about .box-1 .inside-title-2 {
  text-align: left;
}
.inside-about .box-1 .leftpic {
  width: 53%;
  float: left;
}
.inside-about .box-1 .txtbox {
  width: 47%;
  float: right;
  font-size: 16px;
  color: #333;
  padding-top: 100px;
  padding-left: 60px;
  line-height: 32px;
}
.inside-about .box-1 .txtbox p {
  margin-top: 25px;
}
.inside-about .box-1 .button {
  margin-top: 30px;
  text-align: right;
}
.inside-about .box-1 .button a {
  color: #fff;
  width: 130px;
  height: 34px;
  line-height: 34px;
  border-radius: 5px;
  text-align: center;
  background: #e3b236;
  display: inline-block;
}
.inside-about .box-1 .button a:hover {
  background: #fac43b;
}
.inside-about .box-2 {
  padding: 80px 0;
  background: #f6f6f6;
}
.inside-about .box-2 .inside-title-2 {
  padding-bottom: 90px;
}
.inside-about .box-2 .txtbox {
  width: 46%;
  float: left;
  padding-right: 20px;
}
.inside-about .box-2 .txtbox li {
  color: #333;
  font-size: 16px;
  padding-left: 55px;
  min-height: 110px;
  position: relative;
}
.inside-about .box-2 .txtbox li img {
  top: 0;
  left: 0;
  position: absolute;
}
.inside-about .box-2 .txtbox li .tit {
  font-size: 22px;
  padding-bottom: 10px;
}
.inside-about .box-2 .pic {
  width: 54%;
  float: right;
}
.inside-about .box-3 {
  height: 448px;
  background: url("../images/about3.jpg") no-repeat top center;
}
.inside-about .box-3 .text {
  float: right;
  width: 47%;
  color: #fff;
  padding-top: 55px;
  overflow: auto;
}
.inside-about .box-3 .text .cn {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
.inside-about .box-3 .text .jsh {
  font-size: 18px;
  line-height: 36px;
  padding-top: 30px;
}
.inside-about .box-4 {
  padding: 100px 0;
}
.inside-about .box-4 ul {
  margin: 0 -10px;
  padding-top: 80px;
}
.inside-about .box-4 li {
  padding: 0 10px;
  width: 20%;
  float: left;
}
.inside-about .box-4 li .item {
  padding-top: 40px;
  min-height: 310px;
  text-align: center;
  position: relative;
  border-radius: 5px;
  transition: all 700ms ease;
  border: solid 1px #e5e5e5;
  background: #f9f9f9;
}
.inside-about .box-4 li .item:before {
  content: "";
  width: 48px;
  height: 48px;
  top: 30px;
  left: 0px;
  position: absolute;
  background: url(../images/about-07.png) no-repeat top center;
}
.inside-about .box-4 li .txtbox {
  color: #333;
  font-size: 18px;
  margin-top: 40px;
  padding-left: 40px;
}
.inside-about .box-4 li .txtbox .tit {
  height: 70px;
  line-height: 70px;
  font-size: 43px;
  background: #f6eedc;
  font-weight: 700;
}
.inside-about .box-4 li .txtbox .txt {
  margin-top: 10px;
}
.inside-about .box-4 li:hover .item {
  background: #fff;
}
@media (max-width: 640px) {
  .inside-about .box-1 {
    padding-bottom: 40px;
  }
  .inside-about .box-1 .leftpic {
    width: 100%;
    float: none;
  }
  .inside-about .box-1 .txtbox {
    width: 100%;
    float: none;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    padding: 30px 20px 0 20px;
  }
  .inside-about .box-1 .button {
    text-align: center;
  }
  .inside-about .box-2 {
    padding: 50px 0;
  }
  .inside-about .box-2 .inside-title-2 {
    padding-bottom: 40px;
  }
  .inside-about .box-2 .txtbox,
  .inside-about .box-2 .pic {
    width: 100%;
    float: none;
  }
  .inside-about .box-2 .txtbox li {
    font-size: 14px;
  }
  .inside-about .box-2 .txtbox li .tit {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .inside-about .box-3 {
    padding: 30px 0;
    height: auto;
  }
  .inside-about .box-3 .text {
    width: 55%;
    padding-top: 0;
  }
  .inside-about .box-3 .text .jsh {
    font-size: 16px;
  }
  .inside-about .box-4 {
    padding: 50px 0 20px 0;
  }
  .inside-about .box-4 ul {
    padding-top: 40px;
  }
  .inside-about .box-4 li {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .inside-about .box-4 li .item {
    padding-top: 30px;
    min-height: 200px;
  }
  .inside-about .box-4 li .icon img {
    max-height: 40px;
  }
  .inside-about .box-4 li .txtbox {
    font-size: 16px;
    margin-top: 20px;
    padding-left: 0;
  }
  .inside-about .box-4 li .txtbox .tit {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
  }
}
.inside-tj {
  margin-top: 67px;
  position: relative;
  overflow: hidden;
}
.inside-tj .box-1 .container {
  padding: 40px 25px;
  background: #f8f8f8;
}
.inside-tj .box-1 .search {
  height: 60px;
  line-height: 58px;
  padding: 0 15px;
  border-radius: 5px;
  background: #fff;
  position: relative;
  border: solid 1px #c0c0c0;
}
.inside-tj .box-1 .search:hover {
  border-color: #e3b236;
}
.inside-tj .box-1 .search label {
  font-size: 20px;
  color: #333;
  font-weight: 700;
}
.inside-tj .box-1 .search input {
  width: 50%;
  border: 0;
  color: #666;
  font-size: 20px;
  padding-left: 20px;
}
.inside-tj .box-1 .btn {
  top: 0;
  right: 50px;
  font-size: 18px;
  position: absolute;
}
.inside-tj .box-1 .btn img {
  margin: 17px 10px 0 0;
}
.inside-tj .box-1 dl {
  padding-top: 30px;
}
.inside-tj .box-1 dt {
  width: 9%;
  float: left;
  color: #121212;
  font-size: 18px;
}
.inside-tj .box-1 dd {
  width: 91%;
  float: right;
  color: #626262;
  font-size: 16px;
}
.inside-tj .box-1 .label-01 {
  cursor: pointer;
  margin-right: 15px;
}
.inside-tj .box-1 .checkbox-01 {
  position: relative;
}

    .inside-tj .box-1 .checkbox-01 input[type="radio"] {
        width: 0;
        height: 0;
        opacity: 0;
        position: absolute;
        left: -10px;
        border-radius: 0;
    }

        .inside-tj .box-1 .checkbox-01 input[type="radio"]:checked + em {
            border-color: #e3b236;
        }

            .inside-tj .box-1 .checkbox-01 input[type="radio"]:checked + em:after {
                background: #e3b236 url(../images/icon/checked.svg) no-repeat center;
                transform: scale(1);
            }

.inside-tj .box-1 .checkbox-01 input[type="checkbox"] {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  left: -10px;
  border-radius: 0;
}
.inside-tj .box-1 .checkbox-01 input[type="checkbox"]:checked + em {
  border-color: #e3b236;
}
.inside-tj .box-1 .checkbox-01 input[type="checkbox"]:checked + em:after {
  background: #e3b236 url(../images/icon/checked.svg) no-repeat center;
  transform: scale(1);
}
.inside-tj .box-1 .checkbox-01 em {
  display: inline-block;
  vertical-align: middle;
  border: 1px #ccc solid;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  position: relative;
  margin-top: -2px;
  cursor: pointer;
  margin-right: 10px;
}
.inside-tj .box-1 .checkbox-01 em:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: all .4s;
  background-position: center;
  transform: scale(0);
}
.inside-tj .box-2 {
  padding: 60px 0 90px 0;
}
.inside-tj .box-2 .bt {
  font-size: 20px;
  color: #333;
  padding-bottom: 10px;
  border-bottom: solid 1px #bfbfbf;
}
.inside-tj .box-2 .leftlist {
  width: 70%;
  float: left;
}
.inside-tj .box-2 .leftlist li {
  padding: 30px 0;
  overflow: hidden;
  border-bottom: solid 1px #dfdfdf;
}
.inside-tj .box-2 .leftlist li .pic {
  width: 37%;
  float: left;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  border: solid 1px #dfdfdf;
}
.inside-tj .box-2 .leftlist li .pic img {
  border-radius: 5px;
  transition: all 700ms ease;
}
.inside-tj .box-2 .leftlist li .pic:after {
  content: "";
  display: block;
  padding-bottom: 52.5%;
}
.inside-tj .box-2 .leftlist li .txtbox {
  width: 63%;
  float: right;
  font-size: 16px;
  padding-top: 20px;
  padding-left: 35px;
}
.inside-tj .box-2 .leftlist li .tit {
  font-size: 20px;
  color: #333333;
  font-weight: 700;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.inside-tj .box-2 .leftlist li .tag {
  margin: 20px 0 30px 0;
}
.inside-tj .box-2 .leftlist li .tag span {
  padding: 0 15px;
  background: #f5f5f5;
  line-height: 33px;
  border-radius: 5px;
  margin-right: 10px;
  display: inline-block;
}
.inside-tj .box-2 .leftlist li .txt span {
  float: right;
  padding-left: 40px;
  display: inline-block;
}
.inside-tj .box-2 .leftlist li .txt em {
  color: #ff0000;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
}
.inside-tj .box-2 .leftlist li:hover .pic img {
  transform: scale(1.05);
}
.inside-tj .box-2 .leftlist li:hover .tit {
  color: #e3b236;
}
@media (max-width: 1200px) {
  .inside-tj {
    margin-top: 60px;
  }
  .inside-tj .box-1 .search {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .inside-tj .box-1 .search label {
    display: none;
  }
  .inside-tj .box-1 .search input {
    font-size: 14px;
    width: 100%;
    padding-left: 10px;
  }
  .inside-tj .box-1 .btn {
    right: 10px;
    font-size: 14px;
  }
  .inside-tj .box-1 .btn img {
    max-height: 16px;
    margin-right: 5px;
  }
  .inside-tj .box-1 dl {
    padding-top: 15px;
  }
  .inside-tj .box-1 dt {
    font-size: 16px;
  }
  .inside-tj .box-1 dd {
    font-size: 14px;
  }
  .inside-tj .box-1 .checkbox-01 em {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
  .inside-tj .box-1 .label-01 {
    margin-right: 10px;
  }
}
@media (max-width: 1100px) {
  .inside-tj .box-2 .leftlist {
    width: 100%;
    float: none;
  }
  .inside-tj .box-2 .dzfalist {
    width: 100%;
    float: none;
    display: none;
  }
}
@media (max-width: 640px) {
  .inside-tj .box-1 dt {
    width: 100%;
    float: none;
    padding-bottom: 5px;
  }
  .inside-tj .box-1 dd {
    width: 100%;
    float: none;
  }
  .inside-tj .box-1 dd .label-01 {
    width: 33.333%;
    margin-right: 0;
    display: block;
    float: left;
  }
  .inside-tj .box-2 {
    padding: 40px 0;
  }
  .inside-tj .box-2 .leftlist li .pic {
    width: 100%;
    float: none;
  }
  .inside-tj .box-2 .leftlist li .pic img {
    /*width: 100%;*/
  }
  .inside-tj .box-2 .leftlist li .tit {
    font-size: 16px;
  }
  .inside-tj .box-2 .leftlist li .txtbox {
    width: 100%;
    float: none;
    padding-left: 0;
    font-size: 14px;
    padding-top: 10px;
  }
  .inside-tj .box-2 .leftlist li .tag {
    margin: 10px 0;
  }
  .inside-tj .box-2 .leftlist li .tag span {
    padding: 0 5px;
    margin-right: 5px;
  }
}
.dzfalist {
  width: 27%;
  float: right;
  margin-top: 50px;
  border-radius: 5px;
  padding: 30px;
  background: #fff;
  border: solid 1px #e3b236;
}
.dzfalist .bt-2 {
  font-size: 25px;
  color: #333;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  position: relative;
}
.dzfalist .bt-2:after {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: 15px;
  vertical-align: top;
  margin-left: 10px;
  border-radius: 5px;
  background: #e3b236;
  display: inline-block;
}
.dzfalist .bt-2 img {
  margin-right: 10px;
}
.dzfalist ul li {
  position: relative;
  margin-top: 20px;
}
.dzfalist ul li select {
  height: 47px;
  line-height: 47px;
  width: 100%;
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  color: #a1a1a1;
  background: url(../images/arrow-bot.png) no-repeat center right #f8f8f8;
}
.dzfalist ul li input {
  height: 47px;
  line-height: 47px;
  background: #f8f8f8;
  width: 100%;
  border: 0;
  font-size: 16px;
  font-family: "微软雅黑";
  padding-left: 90px;
  padding-right: 10px;
}
.dzfalist ul li label {
  top: 13px;
  left: 20px;
  color: #333;
  font-size: 16px;
  position: absolute;
}
.dzfalist ul li i {
  top: 14px;
  left: 10px;
  font-family: "宋体";
  color: #e84040;
  position: absolute;
  font-style: normal;
}
.dzfalist .button a {
  color: #fff;
  display: block;
  height: 47px;
  line-height: 47px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  background: #e3b236;
}
.dzfalist .button a:hover {
  background: #000;
}
.inside-tjshow {
  margin-top: 67px;
}
.inside-tjshow .bt-2 {
  font-size: 25px;
  color: #333;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  position: relative;
}
.inside-tjshow .bt-2:after {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: 15px;
  vertical-align: top;
  margin-left: 10px;
  border-radius: 5px;
  background: #e3b236;
  display: inline-block;
}
.inside-tjshow .bt-2 img {
  margin-right: 10px;
}
.inside-tjshow .bt-3 {
  position: relative;
  font-size: 20px;
  color: #333;
  margin: 50px 0  30px 0;
  padding-left: 17px;
  font-weight: 700;
}
.inside-tjshow .bt-3:before {
  content: "";
  top: 2px;
  left: 0;
  position: absolute;
  border-top: solid 7px transparent;
  border-bottom: solid 7px transparent;
  border-left: solid 10px #e3b236;
}
.inside-tjshow .box-1 {
  padding: 80px 0;
}
.inside-tjshow .box-1 .leftbox {
  z-index: 1;
  position: relative;
  width: 47%;
  float: left;
}
.inside-tjshow .box-1 .leftbox .bigimg .pic {
  border-radius: 5px;
  display: block;
  position: relative;
}
.inside-tjshow .box-1 .leftbox .bigimg .pic img {
  border-radius: 5px;
}
.inside-tjshow .box-1 .leftbox .bigimg .pic:after {
  content: "";
  display: block;
  padding-bottom: 52.5%;
}
.inside-tjshow .box-1 .leftbox .smallimg {
  padding: 0 7px;
  margin-top: 10px;
}
.inside-tjshow .box-1 .leftbox .smallimg .pic {
  cursor: pointer;
  margin: 0 5px;
  display: block;
  position: relative;
}
.inside-tjshow .box-1 .leftbox .smallimg .pic:after {
  content: "";
  display: block;
  padding-bottom: 52.5%;
}
.inside-tjshow .box-1 .leftbox .slick-prev {
  width: 10px;
  height: 100%;
  border-color: #616161;
  border: 0;
  left: 0;
  top: auto;
  margin-top: auto;
  background: url(../images/prev.png) no-repeat center center #dadada;
}
.inside-tjshow .box-1 .leftbox .slick-next {
  width: 10px;
  height: 100%;
  border-color: #616161;
  border: 0;
  top: 0;
  right: 0;
  margin-top: 0;
  background: url(../images/next.png) no-repeat center center #dadada;
}
.inside-tjshow .box-1 .rightbox {
  width: 53%;
  float: right;
  line-height: 30px;
  font-size: 16px;
  padding-left: 60px;
}
.inside-tjshow .box-1 .rightbox h1 {
  font-size: 28px;
  line-height: 38px;
  color: #333;
}
.inside-tjshow .box-1 .rightbox .tag {
  margin: 25px 0 30px 0;
}
.inside-tjshow .box-1 .rightbox .tag span {
  color: #fff;
  border-radius: 5px;
  padding: 0 15px;
  line-height: 33px;
  display: inline-block;
  margin-right: 10px;
  background: #e3b236;
}
.inside-tjshow .box-1 .rightbox .item {
  margin-top: 30px;
  position: relative;
}
.inside-tjshow .box-1 .rightbox .item i {
  color: #ff0000;
  font-size: 22px;
  font-family: arial;
  font-weight: 700;
  font-style: normal;
}
.inside-tjshow .box-1 .rightbox .share {
  right: 0;
  top: 0;
  text-align: center;
  position: absolute;
}
.inside-tjshow .box-1 .rightbox .share a {
  margin-left: 30px;
  display: inline-block;
}

.inside-tjshow .box-1 .rightbox .share .fx {
  margin-left: 30px;
  display: inline-block;
  cursor:pointer;
}

.inside-tjshow .box-1 .rightbox .share span {
  display: block;
}



.inside-tjshow .box-1 .rightbox .share .bdsharebuttonbox {
    position: absolute;
    top: 10px;
    left: 50%;
    height: 166px;
    z-index: 666;
    width: 160px;
    margin-left: -95px;
    padding: 23px;
    background: url("../images/sbg.png") no-repeat center -16px;
    text-align: center;
    display: none;
}


.inside-tjshow .box-1 .rightbox .share .fx:hover .bdsharebuttonbox {
    display: block;
}

.inside-tjshow .box-1 .rightbox .share .bdsharebuttonbox a {
    display: block;
    width: 99px !important;
    height: 40px !important;
    transition: all .9s;
    vertical-align: top;
    margin: 8px auto !important;
    padding: 0 0 0 23px !important;
    line-height: 40px;
}

.inside-tjshow .box-1 .rightbox .share .bdsharebuttonbox a.bds_weixin {
    background: url(../images/share-1.png) no-repeat 17px center;
    background-size: auto;
    background-size: 19px !important;
}

.inside-tjshow .box-1 .rightbox .share .bdsharebuttonbox a.bds_tsina {
    background: url(../images/share-3.png) no-repeat 17px center; 
    background-size: auto;
    background-size: 18px !important;
}

.inside-tjshow .box-1 .rightbox .button {
  font-size: 20px;
  margin-top: 30px;
}
.inside-tjshow .box-1 .rightbox .button a {
  height: 47px;
  line-height: 45px;
  max-width: 240px;
  width: 100%;
  margin-right: 30px;
  text-align: center;
  display: inline-block;
  border: solid 1px #bfbfbf;
}
.inside-tjshow .box-1 .rightbox .button a:hover {
  color: #fff;
  border-color: #e3b236;
  background: #e3b236;
}
.inside-tjshow .box-1 .rightbox .button a:first-child {
  color: #fff;
  border-color: #e3b236;
  background: #e3b236;
}
.inside-tjshow .box-1 .rightbox .button a:first-child:hover {
  background: #000;
  border-color: #000;
}
.inside-tjshow .box-2 {
  padding: 60px 0;
  background: #fbfbfb;
}
.inside-tjshow .box-2 .leftbox {
  width: 67%;
  float: left;
}
.inside-tjshow .box-2 .leftbox .tj-menu {
  z-index: 2;
  position: relative;
  background: #222;
  height: 60px;
  padding: 0 35px;
  line-height: 60px;
  padding-top: 10px;
}
.inside-tjshow .box-2 .leftbox .tj-menu li {
  width: 19%;
  float: left;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
}
.inside-tjshow .box-2 .leftbox .tj-menu li a {
  display: block;
  color: #fff;
}
.inside-tjshow .box-2 .leftbox .tj-menu .active {
  background: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.inside-tjshow .box-2 .leftbox .tj-menu .active a {
  color: #000;
  text-shadow: 0 0 1px #000;
}
.inside-tjshow .box-2 .leftbox .content-bg {
  background: #fff;
  padding: 30px;
  font-size: 16px;
  color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
}
.inside-tjshow .box-2 .leftbox .content-1 {
  padding-bottom: 70px;
  position: relative;
}
.inside-tjshow .box-2 .leftbox .content-2 {
  margin-top: 20px;
  padding-bottom: 120px;
  position: relative;
}
.inside-tjshow .box-2 .leftbox .content-3 {
  margin-top: 20px;
  padding: 40px;
  position: relative;
}
.inside-tjshow .box-2 .leftbox .list {
  padding-bottom: 30px;
}
.inside-tjshow .box-2 .leftbox .list li {
  width: 50%;
  float: left;
  text-align: center;
  font-size: 18px;
}
.inside-tjshow .box-2 .leftbox .list li p {
  margin-top: 15px;
}
.inside-tjshow .box-2 .leftbox .list li p:first-child {
  margin-top: 0;
}
.inside-tjshow .box-2 .leftbox .list-2 li {
  line-height: 30px;
  margin-bottom: 12px;
}
.inside-tjshow .box-2 .leftbox .list-2 li span {
  display: inline-block;
}
.inside-tjshow .box-2 .leftbox .list-2 li span:first-child {
  width: 18%;
  text-align: center;
  background: #eee;
  border-right: solid 30px #fff;
}
.inside-tjshow .box-2 .leftbox .list-3 {
  margin-top: 40px;
  padding-bottom: 30px;
  background: #f8f8f8;
}
.inside-tjshow .box-2 .leftbox .list-3 li {
  width: 50%;
  float: left;
}
.inside-tjshow .box-2 .leftbox .list-3 li h3 {
  color: #fff;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px;
  background: #e3b236;
}
.inside-tjshow .box-2 .leftbox .list-3 li p {
  font-size: 17px;
  margin-top: 20px;
  line-height: 30px;
  padding-left: 70px;
  padding-right: 10px;
  position: relative;
}
.inside-tjshow .box-2 .leftbox .list-3 li p span {
  top: 0;
  left: 30px;
  font-weight: 700;
  position: absolute;
}
.inside-tjshow .box-2 .leftbox .list-3 li p i {
  top: 10px;
  left: 53px;
  width: 6px;
  height: 6px;
  background: #36385a;
  border-radius: 100%;
  position: absolute;
}
.inside-tjshow .box-2 .leftbox .list-4 {
  background: none;
}
.inside-tjshow .box-2 .leftbox .list-4 li {
  width: 100%;
  float: none;
}
.inside-tjshow .box-2 .leftbox .list-4 li p {
  padding-left: 30px;
}
.inside-tjshow .box-2 .leftbox .list-4 li p i {
  left: 10px;
}
.inside-tjshow .box-2 .leftbox .hezi {
  margin-top: 30px;
  position: relative;
  border-top: solid 1px #dfdfdf;
}

.inside-tjshow .box-2 .leftbox .hezi .pin-wrapper {
  width: 14% !important;
  float: left;
}

.inside-tjshow .box-2 .leftbox .hezi .maodian {
  width: 100% !important;
  float: left;
  z-index: 2;
  margin-top: 40px;
}
.inside-tjshow .box-2 .leftbox .hezi .maodian li {
  padding-bottom: 10px;
  position: relative;
}
.inside-tjshow .box-2 .leftbox .hezi .maodian li:before {
  content: "";
  width: 16px;
  height: 16px;
  right: 0;
  top: 4px;
  position: absolute;
  z-index: 1;
  background: url(../images/tj-icon-7.png) no-repeat center center;
}
.inside-tjshow .box-2 .leftbox .hezi .maodian li:after {
  content: "";
  width: 1px;
  height: 100%;
  right: 7px;
  top: 0;
  position: absolute;
  background: #eeeeee;
}
.inside-tjshow .box-2 .leftbox .hezi .maodian li a {
  color: #333;
  font-size: 14px;
  display: block;
  width: 67px;
  line-height: 27px;
  text-align: center;
  border-radius: 5px;
  background: #eeeeee;
}
.inside-tjshow .box-2 .leftbox .hezi .maodian .active:before {
  background: url(../images/tj-icon-6.png) no-repeat center center;
}

.inside-tjshow .box-2 .leftbox .hezi .maodian .active a {
  color: #fff;
  background: #e3b236;
}
.inside-tjshow .box-2 .leftbox .hezi .maodian-nr {
  width: 81%;
  float: right;
  position: relative;
  /*margin-top: -150px;*/
}
.inside-tjshow .box-2 .leftbox .hezi .maodian-nr:before {
  content: "";
  width: 70px;
  top: 4px;
  left: -10px;
  height: 30px;
  z-index: 1;
  background: #fff;
  position: absolute;
}
.inside-tjshow .box-2 .leftbox .hezi .maodian-nr .bt-4 {
  position: relative;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  line-height: 39px;
  border-bottom: solid 1px #eeeeee;
}
.inside-tjshow .box-2 .leftbox .hezi .maodian-nr .bt-4 img {
  margin: 0 10px;
  margin-top: 5px;
}
.inside-tjshow .box-2 .leftbox .hezi .maodian-nr .bt-4 span {
  top: 0;
  left: -59px;
  width: 31px;
  height: 39px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  position: absolute;
  font-family: arial;
  background: url(../images/tj-icon-1.png) no-repeat center top;
}
.inside-tjshow .box-2 .leftbox .hezi .maodian-nr .tu {
  overflow: hidden;
  margin: 0 -7px;
  margin-top: 20px;
}
.inside-tjshow .box-2 .leftbox .hezi .maodian-nr .tu img {
  width: 50%;
  float: left;
  padding: 0 7px;
}
.inside-tjshow .box-2 .leftbox .hezi .maodian-nr .time {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  margin: 50px 0 30px 0;
  position: relative;
}
.inside-tjshow .box-2 .leftbox .hezi .maodian-nr .time span {
  width: 24px;
  height: 24px;
  top: 0;
  left: -56px;
  position: absolute;
  border-radius: 100%;
  background: #e3b236;
}
.inside-tjshow .box-2 .leftbox .hezi .nr-1 {
  padding-top: 40px;
  padding-left: 45px;
  position: relative;
}
.inside-tjshow .box-2 .leftbox .hezi .nr-1:before {
  top: 0;
  left: 0px;
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #eeeeee;
}
.inside-tjshow .box-2 .dzfalist {
  margin-top: 0;
}
.inside-tjshow .box-2 .dzfalist.asideFixed {
    margin-top: 50px;
}

@media (max-width: 1200px) {
  .inside-tjshow {
    margin-top: 80px;
  }
  .inside-tjshow .box-1 {
    padding-top: 0;
  }
  .inside-tjshow .box-1 .rightbox {
    line-height: 24px;
  }
  .inside-tjshow .box-1 .rightbox h1 {
    font-size: 20px;
  }
  .inside-tjshow .box-1 .rightbox .tag {
    margin: 10px 0;
  }
  .inside-tjshow .box-1 .rightbox .item {
    margin-top: 20px;
  }
  .inside-tjshow .box-1 .rightbox .button {
    font-size: 16px;
  }
  .inside-tjshow .box-1 .rightbox .button a {
    width: 49%;
    display: block;
    float: left;
    height: 40px;
    margin-right: 0;
    line-height: 38px;
  }
  .inside-tjshow .box-1 .rightbox .button a:last-child {
    float: right;
  }
}
@media (max-width: 1000px) {
  .inside-tjshow .bt-2 {
    font-size: 20px;
  }
  .inside-tjshow .bt-2 img {
    max-height: 30px;
    margin-top: 6px;
  }
  .inside-tjshow .bt-3 {
    font-size: 18px;
  }
  .inside-tjshow .box-1 {
    padding-bottom: 0px;
  }
  .inside-tjshow .box-1 .leftbox {
    width: 100%;
    float: none;
  }
  .inside-tjshow .box-1 .leftbox .pic img {
   /* width: 100%;*/
  }
  .inside-tjshow .box-1 .rightbox {
    width: 100%;
    float: none;
    font-size: 14px;
    padding: 30px 0;
  }
  .inside-tjshow .box-1 .rightbox h1 {
    font-size: 16px;
    line-height: 24px;
  }
  .inside-tjshow .box-1 .rightbox .tag span {
    line-height: 24px;
    padding: 0 5px;
    margin-right: 5px;
  }
  .inside-tjshow .box-2 {
    padding: 30px 0;
  }
  .inside-tjshow .box-2 .leftbox {
    width: 100%;
    float: none;
  }
  .inside-tjshow .box-2 .leftbox .tj-menu {
    height: 50px;
    padding: 0;
    line-height: 50px;
  }
  .inside-tjshow .box-2 .leftbox .tj-menu li {
    width: 25%;
    font-size: 15px;
  }
  .inside-tjshow .box-2 .leftbox .tj-menu .active {
    border-radius: 0;
    background: #e3b236;
  }
  .inside-tjshow .box-2 .leftbox .tj-menu .active a {
    color: #fff;
    text-shadow: 0 0 1px #fff;
  }
  .inside-tjshow .box-2 .leftbox .content-bg {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
  }
  .inside-tjshow .box-2 .leftbox .content-1 {
    padding-bottom: 40px;
  }
  .inside-tjshow .box-2 .leftbox .content-2 {
    padding-bottom: 30px;
  }
  .inside-tjshow .box-2 .leftbox .list {
    padding-bottom: 20px;
  }
  .inside-tjshow .box-2 .leftbox .list li {
    font-size: 16px;
  }
  .inside-tjshow .box-2 .leftbox .list-2 li span:first-child {
    width: 45%;
    border-width: 10px;
  }
  .inside-tjshow .box-2 .leftbox .list-3 li {
    width: 100%;
    float: none;
    padding: 30px 0 0 0;
  }
  .inside-tjshow .box-2 .leftbox .list-3 li h3 {
    margin-bottom: 20px;
  }
  .inside-tjshow .box-2 .leftbox .list-3 li p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
  .inside-tjshow .box-2 .leftbox .list-3 li:nth-child(2) p {
    padding-left: 30px;
  }
  .inside-tjshow .box-2 .leftbox .list-4 {
    margin-top: 0;
  }
  .inside-tjshow .box-2 .leftbox .hezi .pinned {
    top: 20px!important;
    padding: 20px;
    padding-bottom: 10px;
    width: 100%!important;
    left: 0!important;
    background: #f8f8f8;
  }
  .inside-tjshow .box-2 .leftbox .hezi .maodian {
    width: 100%;
    float: none;
  }
  .inside-tjshow .box-2 .leftbox .hezi .maodian li {
    padding: 0 5px;
    width: 25%;
    float: left;
  }
  .inside-tjshow .box-2 .leftbox .hezi .maodian li a {
    width: auto;
  }
  .inside-tjshow .box-2 .leftbox .hezi .maodian li:before,
  .inside-tjshow .box-2 .leftbox .hezi .maodian li:after {
    display: none;
  }
  .inside-tjshow .box-2 .leftbox .hezi .maodian-nr {
    width: 100%;
    float: none;
    margin-top: 0;
  }
  .inside-tjshow .box-2 .leftbox .hezi .maodian-nr:before {
    display: none;
  }
  .inside-tjshow .box-2 .leftbox .hezi .maodian-nr .bt-4 {
    font-size: 14px;
  }
  .inside-tjshow .box-2 .leftbox .hezi .maodian-nr .bt-4 img {
    max-height: 13px;
    margin: 13px 5px 0 5px;
  }
  .inside-tjshow .box-2 .leftbox .hezi .maodian-nr .time {
    font-size: 18px;
    margin: 30px 0 10px 0;
  }
  .inside-tjshow .box-2 .leftbox .hezi .nr-1 {
    padding-top: 0;
    margin-top: 100px;
    padding-left: 35px;
  }
  .inside-tjshow .box-2 .leftbox .hezi .nr-1:before {
    left: 10px;
  }
  .inside-tjshow .box-2 .leftbox .hezi .nr-1 .bt-4 span {
    left: -39px;
  }
  .inside-tjshow .box-2 .leftbox .hezi .nr-1 .time span {
    left: -36px;
  }
  .inside-tjshow .box-2 .dzfalist {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}
.dw {
  top: -100px;
  z-index: -1;
  zoom: 1;
  position: absolute;
  outline: solid 1px #f30;
}
.inside-qw {
  padding-top: 58px;
  padding-bottom: 90px;
}
.inside-qw .rightpic {
  width: 100%;
  float: none;
  margin-top: 0;
}
.inside-qw .rightpic ul {
  width: auto;
  margin: 0 -22px;
}
.inside-qw .rightpic li {
  width: 33.333%;
  float: left;
  margin-bottom: 0;
  padding: 22px;
}
.inside-qw .inside-page {
  margin-top: 50px;
}
@media (max-width: 480px) {
  .inside-qw {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .inside-qw .rightpic ul {
    margin-left: 0;
    margin-right: 0;
  }
  .inside-qw .rightpic li {
    padding: 0;
  }
}
.inside-tjxq {
  height: 383px;
  color: #fff;
  font-size: 16px;
  padding: 80px 0 30px 0;
  background: url(../images/tj-bg.jpg) no-repeat top center;
}
.inside-tjxq .title {
  text-align: center;
  font-size: 41px;
  line-height: 50px;
  font-weight: 700;
}
.inside-tjxq ul {
  padding: 60px 100px 30px 100px;
}
.inside-tjxq ul li {
  padding: 0 15px;
  line-height: 56px;
  width: 35%;
  float: left;
}
.inside-tjxq ul li label {
  width: 15%;
  float: left;
  font-size: 18px;
  font-weight: 700;
}
.inside-tjxq ul li span {
  display: block;
  width: 85%;
  float: left;
}
.inside-tjxq ul li input {
  background: #fff;
  border: 0;
  width: 100%;
  height: 56px;
  padding: 0 15px;
  font-size: 16px;
  color: #333;
  font-family: "微软雅黑";
  border-radius: 5px;
}
.inside-tjxq ul .button {
  width: 26%;
}
.inside-tjxq ul .button a {
  display: block;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  background: #e3b236;
}
@media (max-width: 780px) {
  .inside-tjxq {
    font-size: 14px;
    padding: 30px 0;
  }
  .inside-tjxq ul {
    padding: 20px;
  }
  .inside-tjxq ul li {
    margin-bottom: 15px;
    line-height: 46px;
    overflow: hidden;
    width: 100%;
    float: none;
    padding: 0;
  }
  .inside-tjxq ul li input {
    height: 46px;
    line-height: 46px;
  }
  .inside-tjxq ul .button {
    width: 160px;
    margin: 0 auto;
  }
  .inside-tjxq .title {
    font-size: 20px;
  }
}
.inside-hot {
  padding: 80px 0;
  overflow: hidden;
}

.inside-hot ul {
  margin: 0 -8px;
  
}

.inside-hot ul:first-child {
    margin-top: 70px;
}

.inside-hot li {
  margin-bottom: 20px;
  padding: 0 8px;
  vertical-align: top;
  display: inline-block;
  width: 25%;
}

.inside-hot .cjlist li:nth-child(3n) {
    width: 50%;
}

.inside-hot .cjlist:nth-child(2n) li:first-child{
  width: 50%;
}

.inside-hot .cjlist:nth-child(2n) li:nth-child(2),.inside-hot .cjlist:nth-child(2n) li:nth-child(3){
  position: relative;
  margin-top: -100px;
  width: 25%;
}

.inside-hot li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.inside-hot li .pic {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}

.inside-hot li .pic:after {
    content: "";
    display: block;
    padding-bottom: 126.5%;
}

.inside-hot .cjlist li:nth-child(3n) .pic:after {
    padding-bottom: 44.5%;
}


.inside-hot li .pic:after {
    content: "";
    display: block;
    padding-bottom: 126.5%;
}

.inside-hot .cjlist:nth-child(2n) li:first-child .pic:after {
    padding-bottom: 44.5%;
}

.inside-hot .cjlist:nth-child(2n) li:nth-child(3n) .pic:after {
    padding-bottom: 126.5%;
}

.inside-hot li .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  position: absolute;
  transition: all 500ms ease;
  background: rgba(0, 0, 0, 0.5);
}
.inside-hot li .pic img {
  border-radius: 5px;
  transition: all 700ms ease;
}
.inside-hot li .tit {
  left: 0;
  width: 100%;
  bottom: 0;
  color: #fff;
  height: 70px;
  font-size: 20px;
  overflow: hidden;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  z-index: 2;
}

.inside-hot .phmudi {
    display:none;
}

.inside-hot li:hover .pic:before {
  opacity: 1;
}
.inside-hot li:hover .pic img {
  transform: scale(1.05);
}
@media (max-width: 1350px) {
  .inside-hot .container {
    max-width: 630px;
  }
}
@media (max-width: 1000px) {
    .inside-hot .mudidi {
        display:none;
    }

    .inside-hot .phmudi {
        display:block;
    }
  .inside-hot {
    padding: 50px 0;
  }
  .inside-hot ul{
    margin-top: 50px !important;
  }
  .inside-hot li {
    width: 50%!important;
    float: left;
    display: block;
  }

    .inside-hot li .pic::after {
        padding-bottom: 0!important;
    }
}
.inside-youshi {
  height: 640px;
  overflow: hidden;
  background: url(../images/bg-2.jpg) no-repeat center center;
}
.inside-youshi .txtbox {
  width: 47%;
  float: right;
  font-size: 16px;
  color: #fff;
  padding-top: 70px;
}
.inside-youshi .txtbox .cn {
  font-size: 24px;
  font-weight: 700;
}
.inside-youshi .txtbox ul li {
  width: 32%;
  padding-top: 60px;
  display: inline-block;
}
.inside-youshi .txtbox ul li p:nth-child(2) {
  font-weight: 700;
  font-size: 30px;
  padding-top: 30px;
  margin-bottom: 10px;
}
.inside-youshi .txtbox ul li img {
  transition: all 700ms ease;
}
.inside-youshi .txtbox ul li:hover img {
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .inside-youshi {
    background: #e3b236;
  }
  .inside-youshi .txtbox {
    width: 100%;
    float: none;
    font-size: 14px;
  }
  .inside-youshi .txtbox ul li {
    text-align: center;
  }
  .inside-youshi .txtbox ul li p:nth-child(2) {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .inside-youshi {
    text-align: center;
  }
  .inside-youshi .txtbox {
    padding-top: 40px;
  }
  .inside-youshi .txtbox ul li {
    width: 50%;
    display: block;
    float: left;
    padding-top: 30px;
  }
  .inside-youshi .txtbox ul li p:nth-child(2) {
    padding-top: 15px;
    margin-bottom: 0;
  }
}
.inside-nh {
  padding: 0 0 90px 0;
  overflow: hidden;
}
.inside-nh ul {
  margin: 0 -16px;
  margin-top: -20px;
}
.inside-nh li {
  width: 25%;
  float: left;
  padding: 30px 16px;
}
.inside-nh li a {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  border: solid 1px #e5e5e5;
}
.inside-nh li .pic {
  overflow: hidden;
  position: relative;
}
.inside-nh li .pic img {
  transition: all 700ms ease;
}
.inside-nh li .pic:after {
  content: "";
  display: block;
  padding-bottom: 72.7%;
}
.inside-nh li .txtbox {
  padding: 20px 10px;
  border-top: solid 2px #e3b236;
}
.inside-nh li .tit {
  font-size: 20px;
  color: #333;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  font-weight: 700;
}
.inside-nh li .tag {
  margin: 10px 0;
  line-height: 33px;
  height: 33px;
  overflow:hidden;
}
.inside-nh li .tag span {
  line-height: 33px;
  border-radius: 5px;
  padding: 0 10px;
  display: inline-block;
  background: #f5f5f5;
}
.inside-nh li .txt {
  color: #333;
  height: 24px;
  overflow: hidden;
}
.inside-nh li .info span {
  float: right;
}
.inside-nh li .info i {
  color: #fb7f48;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
}
.inside-nh li:hover a {
  border-color: #e3b236;
}
.inside-nh li:hover .tit {
  color: #e3b236;
}
.inside-nh li:hover .pic img {
  transform: scale(1.05);
}
.inside-nh .inside-page {
  margin-top: 50px;
}
@media (max-width: 1200px) {
  .inside-nh {
    padding-bottom: 50px;
  }
  .inside-nh .inside-page {
    margin-top: 30px;
  }
  .inside-nh li .tit {
    font-size: 16px;
    height: 30px;
  }
}
@media (max-width: 640px) {
  .inside-nh ul {
    margin: 0 -10px;
  }
  .inside-nh li {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .inside-nh li {
    width: 100%;
    float: none;
  }
  .inside-nh li .pic img {
    /*width: 100%;*/
  }
}
.inside-message {
  color: #fff;
  height: 554px;
  padding-top: 80px;
  background: url(../images/bg-3.jpg) no-repeat center center;
}
.inside-message .title {
  font-size: 41px;
  line-height: 51px;
  font-weight: 700;
  text-align: center;
}
.inside-message ul {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}
.inside-message li {
  margin-top: 20px;
}
.inside-message li p {
  position: relative;
  width: 33.333%;
  float: left;
  padding: 0 10px;
}
.inside-message li i {
  color: #f30;
  font-style: normal;
  font-family: "宋体";
}
.inside-message li label {
  top: 12px;
  left: 20px;
  z-index: 1;
  color: #333;
  font-size: 16px;
  position: absolute;
}
.inside-message li select,
.inside-message li input,
.inside-message li textarea {
  height: 47px;
  line-height: 47px;
  width: 100%;
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  color: #a1a1a1;
  font-family: "微软雅黑";
  background: url(../images/arrow-bot.png) no-repeat center right #ffffff;
}
.inside-message li input {
  padding-left: 85px;
}
.inside-message li input,
.inside-message li textarea {
  background-image: none;
}
.inside-message li:nth-child(2) p:first-child input,
.inside-message li:nth-child(2) p:last-child input {
  padding-left: 60px;
}
.inside-message .weben p {
  width: 100%;
  float: none;
}
.inside-message .weben textarea {
  resize: none;
  height: 90px;
  color: #a1a1a1;
}
.inside-message .btn {
  margin-right: 10px;
  text-align: right;
}
.inside-message .btn a {
  color: #fff;
  width: 270px;
  height: 47px;
  font-size: 16px;
  font-weight: 700;
  line-height: 47px;
  text-align: center;
  display: inline-block;
  background: #e3b236;
}
.inside-message .btn a:hover {
  background: #fac43b;
}
@media (max-width: 1200px) {
  .inside-message {
    padding: 40px 0;
    height: auto;
  }
  .inside-message .title {
    font-size: 24px;
    line-height: 30px;
  }
  .inside-message .btn {
    margin-right: 0;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .inside-message li {
    margin-top: 0;
  }
  .inside-message li p {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  .inside-message li select,
  .inside-message li input,
  .inside-message li textarea {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 10px;
  }
  .inside-message li label {
    font-size: 14px;
    top: 7px;
  }
  .inside-message li:nth-child(2) p:nth-child(2) input {
    padding-left: 90px;
  }
  .inside-message .btn {
    margin: 0 10px;
    margin-top: 10px;
  }
  .inside-message .btn a {
    width: 100%;
  }
}
.inside-nhlc {
  overflow: hidden;
  padding-bottom: 60px;
}
.inside-nhlc ul {
  margin: 0 -25px;
}
.inside-nhlc li {
  width: 20%;
  float: left;
  font-size: 16px;
  padding: 0 25px;
  text-align: justify;
}
.inside-nhlc li span {
  vertical-align: top;
  display: block;
  position: relative;
}
.inside-nhlc li span:after {
  content: "";
  top: 50%;
  right: 0;
  width: 100%;
  height: 1px;
  z-index: -1;
  position: absolute;
  vertical-align: top;
  border-bottom: dashed 1px #d9d9d9;
}
.inside-nhlc li .tit {
  color: #333;
  font-size: 25px;
  line-height: 30px;
  margin: 20px 0 10px 0;
}
@media (max-width: 640px) {
  .inside-nhlc {
    padding-bottom: 0;
  }
  .inside-nhlc ul {
    margin-left: 0;
    margin-right: 0;
  }
  .inside-nhlc li {
    width: 50%;
    padding: 0 10px;
    font-size: 14px;
    line-height: 20px;
    height: 230px;
  }
  .inside-nhlc li .tit {
    font-size: 18px;
    line-height: 24px;
  }
  .inside-nhlc li:last-child {
    width: 100%;
  }
}
.inside-fuwu {
  overflow: hidden;
  padding: 30px 0 60px 0;
  background: #f9f9f9;
}
.inside-fuwu ul {
  margin: 0 -15px;
}
.inside-fuwu li {
  width: 25%;
  float: left;
  font-size: 16px;
  color: #333;
  text-align: center;
  padding: 40px 15px;
}
.inside-fuwu li .pic {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.inside-fuwu li .pic img {
  border-radius: 5px;
  transition: all 700ms ease;
}
.inside-fuwu li .pic:after {
  content: "";
  display: block;
  padding-bottom: 101.5%;
}
.inside-fuwu li .tit {
  font-size: 25px;
  font-weight: 700;
  margin-top: 20px;
  height: 24px;
  overflow: hidden;
}
.inside-fuwu li .txt {
  height: 24px;
  overflow: hidden;
  margin-top: 10px;
}
.inside-fuwu li:hover .pic img {
  transform: scale(1.05);
}
@media (max-width: 640px) {
  .inside-fuwu ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .inside-fuwu li {
    width: 50%;
    padding: 10px;
  }
  .inside-fuwu li .tit {
    font-size: 18px;
  }
}
.inside-case-show {
  padding-top: 0;
  position: relative;
  padding-bottom: 60px;
  background: #fbfbfb;
}
.inside-case-show .item {
  margin-right: 20px;
}
.inside-case-show .inside-page-news {
  padding: 0 20px;
}
.inside-case-show .leftbox {
  width: 72.5%;
  float: left;
  background: #fff;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
}
.inside-case-show .leftbox .logo {
  border-radius: 5px;
  background: #fff;
  max-width: 220px;
  width: 100%;
  z-index: 2;
  margin-top: -40px;
  text-align: center;
  position: relative;
}
.inside-case-show .leftbox .logo:after {
  content: "";
  display: block;
  padding-bottom: 45%;
}
.inside-case-show .leftbox h1 {
  padding: 30px;
  font-size: 30px;
  color: #333;
  line-height: 40px;
}
.inside-case-show .leftbox .info {
  height: 40px;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 0 20px;
  line-height: 40px;
  background: #f7f8f9;
}

@media (max-width:480px) {
    .inside-case-show .leftbox .info {
        height:auto;
        overflow:auto;
    }
}

.inside-case-show .leftbox .info span {
  padding-left: 40px;
  display: inline-block;
}
.inside-case-show .leftbox .info span img {
  margin-top: 14px;
  margin-right: 5px;
}
.inside-case-show .leftbox p {
  padding: 20px;
}
.inside-case-show .rightbox {
  width: 26%;
  float: right;
}
.inside-case-show .rightbox .dzfalist {
  width: auto;
  float: right;
}
.inside-case-show .rightbox .title {
  font-size: 30px;
  color: #333;
  line-height: 40px;
  font-weight: 700;
  padding-bottom: 30px;
  padding-top: 70px;
}
.inside-case-show .rightbox .miaoshu {
  margin-bottom: 10px;
}
.inside-case-show .rightbox .miaoshu img {
  margin: 3px 5px 0 0;
}
.inside-case-show .rightbox .hdjs {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
}
.inside-case-show .rightbox .hdjs ul li {
  text-align: center;
}
.inside-case-show .rightbox .hdjs ul li .tit {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  color: #333333;
  font-size: 18px;
  margin-top: 10px;
}
.inside-case-show .rightbox .hdjs ul li .pic {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.inside-case-show .rightbox .hdjs ul li .pic img {
  border-radius: 5px;
  transition: all 700ms ease;
}
.inside-case-show .rightbox .hdjs ul li .pic:after {
  content: "";
  display: block;
  padding-bottom: 69%;
}
.inside-case-show .rightbox .hdjs ul li:hover .pic img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .inside-case-show .leftbox {
    margin-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    float: none;
  }
  .inside-case-show .leftbox h1 {
    font-size: 18px;
    line-height: 24px;
    padding-top: 0;
  }
  .inside-case-show .leftbox .logo {
    margin-top: 0;
  }
  .inside-case-show .rightbox {
    display: none;
    width: 100%;
    float: none;
  }
  .inside-case-show .rightbox .title {
    font-size: 20px;
    padding-top: 30px;
  }
  .inside-case-show .rightbox .hdjs ul li .pic img {
    width: 100%;
  }
  .inside-case-show .item {
    padding: 0 20px;
  }
}
.insider-contact {
  color: #333;
  padding: 80px 0;
}
.insider-contact .tag {
  font-size: 18px;
  height: 178px;
  margin-top: 60px;
  padding-left: 260px;
  padding-top: 45px;
  position: relative;
  background: url(../images/cot-bg.jpg) repeat;
}
.insider-contact .tag .img {
  top: -80px;
  left: 70px;
  position: absolute;
}
.insider-contact .font30 {
  color: #e3b236;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
.insider-contact ul {
  margin: 100px 0 0 0;
}
.insider-contact ul li {
  float: left;
  width: 25%;
  font-size: 16px;
  padding-top: 30px;
  text-align: center;
  min-height: 220px;
  transition: all 700ms ease;
  border-left: solid 1px #e7e7e7;
}
.insider-contact ul li img {
  transition: all 700ms ease;
}
.insider-contact ul li a {
  color: #333;
}
.insider-contact ul li:first-child {
  border-left: 0;
}
.insider-contact ul li:hover {
  border-left: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.insider-contact ul li:hover img {
  transform: rotateY(180deg);
}
@media (max-width: 1000px) {
  .insider-contact {
    padding: 40px 0;
  }
  .insider-contact .tag {
    margin-top: 0;
    height: auto;
    padding: 40px 20px;
    font-size: 15px;
  }
  .insider-contact .tag .img {
    left: 0;
    display: none;
  }
  .insider-contact .font30 {
    font-size: 18px;
    line-height: 24px;
  }
  .insider-contact ul {
    margin-top: 20px;
  }
  .insider-contact ul li {
    width: 50%;
    border: 0;
    font-size: 14px;
    min-height: 150px;
  }
  .insider-contact ul li p:first-child {
    margin-bottom: 10px;
  }
}
.inside-job {
  padding: 80px 0;
  background: #fbfbfb;
}
.inside-job .leftbox {
  width: 35%;
  float: left;
}
.inside-job .leftbox .t1 {
  font-size: 27px;
  line-height: 30px;
  color: #1e2223;
  font-weight: 700;
}
.inside-job .leftbox .t2 {
  color: #e3b236;
  font-size: 27px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
.inside-job .leftbox .t3 {
  font-size: 30px;
  color: #333;
  font-weight: 700;
  margin-top: 30px;
  line-height: 40px;
}
.inside-job .leftbox .t4 {
  color: #8b8b8b;
  font-size: 18px;
  margin-top: 10px;
}
.inside-job .rightlist {
  width: 65%;
  float: right;
}
.inside-job .rightlist .tit {
  margin-top: 20px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  padding: 0 25px;
  position: relative;
  color: #000000;
  cursor: pointer;
  overflow:hidden;
  font-size: 16px;
}

@media (max-width:480px) {
    .inside-job .rightlist .tit {
      padding-right: 110px;
    }
}

.inside-job .rightlist .tit .arrow {
  right: 4px;
  top: 4px;
  width: 104px;
  height: 41px;
  color: #fff;
  line-height: 41px;
  position: absolute;
  text-align: center;
  background-color: #e3b236;
}
.inside-job .rightlist .txt {
  font-size: 18px;
  line-height: 30px;
  padding: 25px;
  position: relative;
  display: none;
}
.inside-job .rightlist .active {
  color: #fff;
  background-color: #e3b236;
}
.inside-job .rightlist .active .arrow {
  color: #000;
  background: #fff;
}
@media (max-width: 1000px) {
  .inside-job {
    padding: 40px 0;
  }
  .inside-job .leftbox {
    width: 100%;
    float: none;
  }
  .inside-job .leftbox .t3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 0;
  }
  .inside-job .leftbox .t2 {
    font-size: 20px;
  }
  .inside-job .rightlist {
    width: 100%;
    float: none;
  }
  .inside-job .rightlist .txt {
    font-size: 15px;
    line-height: 24px;
  }
}
.inside-message-2 {
  background: none;
  height: auto;
  padding-bottom: 80px;
}
.inside-message-2 .cn,
.inside-message-2 .en {
  text-align: center;
}
.inside-message-2 .cn {
  font-size: 28px;
  color: #e3b236;
  line-height: 38px;
}
.inside-message-2 .en {
  font-size: 18px;
  color: #777;
}
.inside-message-2 .en em {
  color: #f30;
  font-style: normal;
  font-family: "宋体";
}
.inside-message-2 ul {
  max-width: none;
  margin-top: 60px;
}
.inside-message-2 li {
  margin-top: 30px;
}
.inside-message-2 li p {
  width: 50%;
}
.inside-message-2 li select,
.inside-message-2 li input,
.inside-message-2 li textarea {
  background-color: #f8f8f8;
}
.inside-message-2 li textarea {
  height: 150px!important;
}
.inside-message-2 .weben {
  position: relative;
}
.inside-message-2 .weben img {
  top: 0;
  right: -20px;
  position: absolute;
}
.inside-message-2 .btn {
  text-align: center;
}
.inside-message-2 .btn a {
  border: solid 1px #e3b236;
}
.inside-message-2 .btn a:last-child {
  background: none;
  color: #000;
  border: solid 1px #000;
}
.inside-message-2 .btn a:last-child:hover {
  color: #fff;
  background: #000;
}
.inside-message-2 .ms {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 1000px) {
  .inside-message-2 {
    padding-bottom: 30px;
  }
  .inside-message-2 .cn {
    font-size: 20px;
  }
  .inside-message-2 .en {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .inside-message-2 ul {
    margin-top: 30px;
  }
  .inside-message-2 li {
    margin-top: 0;
  }
  .inside-message-2 li p {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .inside-message-2 li:nth-child(2) p:nth-child(2) input {
    padding-left: 60px;
  }
  .inside-message-2 li:nth-child(3) p:nth-child(1) input {
    padding-left: 90px;
  }
  .inside-message-2 li:nth-child(3) p:nth-child(2) input {
    padding-left: 70px;
  }
  .inside-message-2 .weben img {
    right: 0;
  }
  .inside-message-2 .btn a:last-child {
    margin-top: 10px;
  }
}
.map {
  width: 100%;
}
@media (max-width: 1000px) {
  .map {
    display: none;
  }
}
#allmap {
  height: 500px;
  width: 100%;
}
.fudongbox {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
}
.fudongbox .boxbg {
  max-width: 657px;
  width: 100%;
  height: 600px;
  top: 50%;
  left: 50%;
  padding: 40px;
  padding-top: 0;
  background: #fff;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  position: absolute;
}
@media (max-width: 700px) {
  .fudongbox .boxbg {
    max-width: 300px;
    padding: 0;
    padding-top: 20px;
  }
}
.fudongbox .inside-message-2 {
  padding-top: 60px;
}
.fudongbox .inside-message-2 .cn {
  color: #333;
  font-weight: 700;
}
.fudongbox .inside-message-2 .en {
  padding: 0 35px;
  margin-top: 10px;
  text-align: left;
}
.fudongbox .inside-message-2 .en span {
  float: right;
  display: inline-block;
}
.fudongbox .inside-message-2 .en span i {
  font-style: normal;
  color: #f30;
  font-weight: 700;
}
.fudongbox .inside-message-2 .btn a {
  color: #fff;
  border-color: #e3b236;
  background: #e3b236;
}
@media (max-width: 700px) {
  .fudongbox .inside-message-2 {
    padding-top: 20px;
    padding-top: 40px;
  }
  .fudongbox .inside-message-2 .cn {
    font-size: 16px;
    line-height: 24px;
  }
  .fudongbox .inside-message-2 .en {
    padding: 0;
  }
  .fudongbox .inside-message-2 li p {
    margin-top: 10px;
  }
  .fudongbox .inside-message-2 .ms {
    margin-top: 10px;
  }
}
.fudongbox .gb {
  right: 20px;
  top: 20px;
  position: absolute;
}
.fudongbox .gb img {
  max-height: 24px;
}
.asideFixed {
  right: 50%;
  position: fixed;
  width: 346px;
  top: 0;
  margin-right: -650px;
}
.asideBottom {
  right: 50%;
  top: auto;
  bottom: 50px;
  position: absolute;
  width: 346px;
  margin-right: -650px;
}
.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform, opacity;
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.animated.slideDown {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.animated.slideUp {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
.nav-2 {
  top: 110px;
  left: 0;
  width: 100%;
  z-index: 1;
  position: fixed;
}
.fixed {
  top: 0!important;
  left: 0;
  width: 100%;
  z-index: 19;
  position: fixed;
  animation: 1s dong;
}
.headerFixed {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  z-index: 111;
  background: #fff;
  transition: all 334ms ease;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
}
.transparent {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	display: none
}

.video-popup {
	position: fixed;
	z-index: 999;
	width: 600px;
	background: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: none;
	-webkit-overflow-scrolling: touch
}

.video-popup .box {
	height: 100%;
    padding: 20px;
    background: #fff;
}

.video-popup .close {
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	z-index: 999999;
	position: absolute;
	right: 15px;
	top: 15px;
	background: #e3b236 url(../images/close1.png) no-repeat
}