@charset "UTF-8";

@font-face {
  font-family: 'HelveticaNeueLTPro-ThEx';
  src: url("../fonts/HelveticaNeueLTPro-ThEx.otf");
}

@font-face {
  font-family: 'Bebasss';
  src: url("../fonts/BEBAS.ttf");
}

main {
  margin: 0 auto;
  max-width: 1200px;
}

html {
  overflow-x: hidden;
  width: 100%;
  background: #fff;
}

.thy_z {
  position: relative;
  z-index: 5;
}

.news_tit_u {
  color: #656565;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.84;
}

.news_t_d {
  position: relative;
  width: 100%;
  border-bottom: 1px dashed #CCCCCC;
  text-align: center;
  line-height: 40px;
}

.news_t_d span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
  vertical-align: middle;
  text-indent: 25px;
  line-height: 1.8;
}

.news_user {
  background: url("../Image/news_u.png") no-repeat left;
}

.show_t {
  background: url("../Image/time.png") no-repeat left;
}

.to_look {
  background: url("../Image/look.png") no-repeat left;
}

.back {
  float: right;
  margin-top: 11px;
  background: url("../Image/back.png") no-repeat left;
  color: #999;
  text-indent: 25px;
  line-height: 1.8;
}

@-webkit-keyframes imgScale {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
  }

  to {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
    -ms-transform: scale(1.04);
  }
}

@keyframes imgScale {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
  }

  to {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
    -ms-transform: scale(1.04);
  }
}

.imgScale {
  animation: imgScale 5s ease-in-out infinite alternate;
  -webkit-animation: imgScale 5s ease-in-out infinite alternate;
  max-width: 100%;
}

@-webkit-keyframes imgScale2 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
  }

  to {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
    -ms-transform: scale(1.03);
  }
}

@keyframes imgScale2 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
  }

  to {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
    -ms-transform: scale(1.03);
  }
}

.imgScale2 {
  animation: imgScale2 5s ease-in-out infinite alternate;
  -webkit-animation: imgScale2 5s ease-in-out infinite alternate;
}
.ban-dian{
  bottom:15%!important;
}
.ban-dian span{
  width: 40px!important;
  height: 4px!important;
  border-radius: 0!important;
}
.ban-dian span:after{
  display: none;!important;
}
#Banner .b3{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6%;
  z-index: 99;
}
#Banner .b3 a{
  display: block;
  animation: p_move 1000ms ease-in-out infinite alternate;
}
@keyframes p_move{
  from{
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
  }
  to{
    transform: translate(0,20px);
    -webkit-transform: translate(0,20px);
  }
}
@-webkit-keyframes p_move{
  from{
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
  }
  to{
    transform: translate(0,20px);
    -webkit-transform: translate(0,20px);
  }
}
#Banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari*/
  -moz-box-sizing: border-box;
  /* Firefox */
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  background: #fff;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  opacity: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -o-transition-timing-function: ease;
  /* Opera */
  transition-timing-function: ease;
}
.ban-dian .swiper-pagination-bullet-active{
  background: #0cd34f!important;
}
.need_pagination .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari*/
  -moz-box-sizing: border-box;
  /* Firefox */
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  opacity: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -o-transition-timing-function: ease;
  /* Opera */
  transition-timing-function: ease;
}


.need_pagination .swiper-pagination .swiper-pagination-bullet-active {
  border: 2px solid #fff;
}

.need_pagination .swiper-pagination .swiper-pagination-bullet-active:after {
  width: 0;
  height: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -ms-transform: scale(0);
}

.my_row {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.my_row::-webkit-scrollbar-track-piece {
  border-left: 1px solid rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.my_row::-webkit-scrollbar {
  width: 3px;
  height: 13px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.my_row::-webkit-scrollbar-thumb {
  min-height: 28px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.my_row::-webkit-scrollbar-thumb:hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.2);
}

/*
上页下页
*/
.prev_next > li {
  font-size: 14px;
}

.prev_next > li > a:hover {
  color: #fdd746;
}

.sub-page .prev_next > li:first-child {
  float: left;
  width: auto;
  border-bottom: none;
}

.sub-page .prev_next > li:last-child {
  float: right;
  width: auto;
  border-bottom: none;
}

.float_nav {
  position: fixed;
  top: 215px;
  right: 10px;
  z-index: 999;
  width: 96px;
  height: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -o-transition-timing-function: ease;
  /* Opera */
  transition-timing-function: ease;
  -webkit-transform: translateX(150px);
  -moz-transform: translateX(150px);
  -o-transform: translateX(150px);
  transform: translateX(150px);
  -ms-transform: translateX(150px);
}

.float_nav a {
  display: block;
  margin-bottom: 5px;
  width: 96px;
  height: 96px;
  background: #fff;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -o-transition-timing-function: ease;
  /* Opera */
  transition-timing-function: ease;
}

.float_nav a:nth-child(1) {
  background: url("../Image/hi1.jpg") no-repeat center;
  background-size: cover;
}

.float_nav a:nth-child(2) {
  background: url("../Image/hi2.jpg") no-repeat center;
  background-size: cover;
}

.float_nav a:nth-child(3) {
  background: url("../Image/hi3.jpg") no-repeat center;
  background-size: cover;
}

.float_nav a:nth-child(4) {
  background: url("../Image/hi4.jpg") no-repeat center;
  background-size: cover;
}

.float_nav a:last-child {
  background: #717171;
  opacity: 0;
}

.float_nav a:last-child i {
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 96px;
}

.float_nav a:hover {
  opacity: 0.6;
}

.float_nav_on {
  z-index: 999;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -ms-transform: translateX(0px);
}

.float_contact_on {
  right: 0 !important;
}

.float_contact {
  position: fixed;
  right: -190px;
  bottom: 80px;
  z-index: 1000;
  width: 190px;
  height: auto;
  background: #fff;
  -webkit-box-shadow: 0 5px 9px rgba(4, 0, 0, 0.17);
  -moz-box-shadow: 0 5px 9px rgba(4, 0, 0, 0.17);
  box-shadow: 0 5px 9px rgba(4, 0, 0, 0.17);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -o-transition-timing-function: ease;
  /* Opera */
  transition-timing-function: ease;
}

.float_contact .p1 {
  padding: 20px;
  background: #fdd746;
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 16px;
}

.float_contact .p1 i {
  float: right;
  display: block;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -o-transition-timing-function: ease;
  /* Opera */
  transition-timing-function: ease;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.float_contact .p1 i:hover {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}

.float_contact .p2 {
  padding: 12px 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.05);
  line-height: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -o-transition-timing-function: ease;
  /* Opera */
  transition-timing-function: ease;
}

.float_contact .p2:hover {
  background: #333;
}

.float_contact .p2:hover a i {
  color: #fff;
}

.float_contact .p2:hover a div {
  color: #fff;
}

.float_contact .p2 a {
  display: block;
  width: 100%;
  height: 100%;
}

.float_contact .p2 i {
  float: left;
  display: block;
  font-size: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -o-transition-timing-function: ease;
  /* Opera */
  transition-timing-function: ease;
}

.float_contact .p2 div {
  float: left;
  margin-left: 10px;
  height: 20px;
  font-family: HelveticaNeueLTPro-ThEx;
  line-height: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -o-transition-timing-function: ease;
  /* Opera */
  transition-timing-function: ease;
}

.float_contact .p3 {
  padding: 12px 20px;
  color: #333;
}

.float_contact .p3 div {
  margin-top: 4px;
  text-align: center;
}

.float_contact .p3 div span {
  font-size: 14px;
  font-family: HelveticaNeueLTPro-ThEx;
}

#thyNavStyle a:before {
  width: 50%;
}

header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -o-transition-timing-function: ease;
  /* Opera */
  transition-timing-function: ease;
}
.header1{
  background: #fff;
  position: relative;
}

header .header_nav_son {
  position: absolute;
  top: 100px;
  z-index: 9999;
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -o-transition-timing-function: ease;
  /* Opera */
  transition-timing-function: ease;
}

header .header_nav_son .header_nav_li_on {
  visibility: visible;
  opacity: 1;
}

header .header_nav_son li {
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -o-transition-timing-function: ease;
  /* Opera */
  transition-timing-function: ease;
}

header .header_nav_son li a {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  font-weight: lighter;
  font-size: 14px;
  font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  line-height: 60px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -o-transition-timing-function: ease;
  /* Opera */
  transition-timing-function: ease;
}


header .header_nav_son li a:hover {
  background: rgba(249, 209, 57, 0.6);
}

header .header_logo {
  float: left;
  margin-left: 2%;
  line-height: 100px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -o-transition-timing-function: ease;
  /* Opera */
  transition-timing-function: ease;
}

header .header_tel {
  float: right;
  margin-top:28px;
  margin-right: 2%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -o-transition-timing-function: ease;
  /* Opera */
  transition-timing-function: ease;
}

header .header_tel .p1 {
  float: left;
  margin-right: 12px;
}

header .header_tel .p1 .w1 {
  color:#0cd34f;
  font-size: 16px;
  font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  float: right;
  padding-left: 10px;
}
header .header_tel .p1 .w1 strong{
  font-size: 25px;
  font-weight: bold;
}
header .header_tel .p1 .w2 {
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  letter-spacing: 6px;
  font-size: 12px;
  font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
}

header .header_tel .p2 {
  float: left;
}

header .header_nav {
  float: left;
  margin-left: 21%;
  width:73%;
  height: 100%;
}

header .header_nav li {
  position: relative;
  float: left;
  width: 9.5%;
  width: 13.5%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -o-transition-timing-function: ease;
  /* Opera */
  transition-timing-function: ease;

}
header .header_nav .active span{
  color: #0cd34f;
}
header .header_nav li>a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-size:16px;
  line-height: 100px;
  font-family: '微软雅黑';
}
header .nav1 li>a{
  color: #282828!important;
}
header .header_nav li .nav_erji{
  width: 100%;
  position: absolute;
  z-index: 100;
  display: none;
  top: 75%;
  background: rgba(0,0,0,0.5);
  padding: 6% 0;
}
.header_on .header_nav li .nav_erji{
  top: 100%;
  background: rgba(0,0,0,0.5);
}
header .header_nav li:hover .nav_erji{
  display: block;
}
header .header_nav li .nav_erji a{
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height:35px;

}
header .header_nav li .nav_erji a:hover{
  color: #07cc49;
}


header .nav1 li .nav_erji{
  width: 100%;
  position: absolute;
  z-index: 100;
  display: none;
  top: 100%;
  background: rgba(255,255,255,0.8);
  padding: 6% 0;
}
.header_on .nav1 li .nav_erji{
  top: 100%;
  background: rgba(255,255,255,0.5);
}
header .nav1 li:hover .nav_erji{
  display: block;
}
header .nav1 li .nav_erji a{
  color: #333;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 35px;

}
header .nav1 li .nav_erji a:hover{
  color: #07cc49;
}

header .header_nav li>a:before {
  position: absolute;
  right: 0;
  top:0;
  left: 0;
  margin: 0 auto;
  width: 0%;
  height: 3px;
  background: #0cd34f;
  content: '';
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -o-transition-timing-function: ease;
  /* Opera */
  transition-timing-function: ease;
}
header .header_nav .active>a:before{
  width: 30%;
}
header .header_nav li:hover>a:before {
  width: 30%;
}
.header_on {
  height: 60px;
  background: rgba(0,0,0,0.5);
}

.header_on .header_logo {
  height: 60px;
  line-height: 60px;
}

.header_on .header_tel {
  margin-top: 14px;
}

.header_on .header_nav_son {
  top: 60px;
}

.header_on main .header_nav li>a {
  line-height: 60px;
}

.header_on main .header_nav li>a:before {
  bottom: 2px;
}

.mobile_header {
  display: none;
  height: 0px;
}

.mobile_to_index {
  position: fixed;
  top: 0;
  right: 2%;
  z-index: 99999;
  height: 60px;
}

.mobile_to_index a {
  line-height: 60px;
}

.mobile_to_index a img {
  opacity: 0.8;
}

.mobile_to_index a .img2 {
  display: none;
}

.mobile_nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 60px;
  background: #333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -o-transition-timing-function: ease;
  /* Opera */
  transition-timing-function: ease;
}

.mobile_nav i {
  padding-left: 20px;
  color: #fff;
  font-size: 30px;
  line-height: 60px;
  opacity: 0.8;
}

#mobileStyle {
  background: #F1F1F1;
}

#mobileStyle .main_a {
  color: #3d3d3d;
}

#mobileStyle .main_a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 3px;
  height: 10px;
  background: #fdd746;
  content: '';
}

.mobile_nav_on {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -ms-transform: translateX(0px);
}

.mobile_nav_main_on {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(-320px);
  -moz-transform: translateX(-320px);
  -o-transform: translateX(-320px);
  transform: translateX(-320px);
  -ms-transform: translateX(-320px);
}

.mobile_nav_main {
  position: fixed;
  top: 0;
  right: -320px;
  left: auto !important;
  z-index: 99999;
  width: 225px;
  height: 100%;
  background: #FAFAFA;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -o-transition-timing-function: ease;
  /* Opera */
  transition-timing-function: ease;
}

.mobile_nav_main p {
  height: 60px;
}

.mobile_nav_main li {
  width: 100%;
  height: auto;
  border-top: 1px solid #EBEBEB;
}

.mobile_nav_main li:last-child {
  border-bottom: 1px solid #EBEBEB;
}

.mobile_nav_main li .li_son {
  width: 100%;
  background: #FAFAFA;
}

.mobile_nav_main li .li_son a {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  color: #b7b7b7;
  font-size: 13px;
  line-height: 40px;
  text-indent: 30px;
}

.mobile_nav_main li .li_son a:after {
  position: absolute;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 20px;
  height: 1px;
  background: #208c47;
  content: '';
}

.mobile_nav_main li .li_son a span {
  padding-left: 40px;
}

.mobile_nav_main li .main_a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #b7b7b7;
  font-size: 13px;
  line-height: 60px;
}

.mobile_nav_main li .main_a .layui-icon {
  float: right;
  margin-top: 20px;
  margin-right: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -o-transition-timing-function: ease;
  /* Opera */
  transition-timing-function: ease;
}

.mobile_nav_main li .main_a .layui-icon_on {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.mobile_nav_main li .main_a span {
  padding-left: 25px;
}
@media screen and (max-width: 1700px) {
  header main .header_nav {
    width: 67%;
   margin-left: 13%;
  }
}
@media screen and (max-width: 1600px) {
  header main .header_nav{
    width: 65%;
    margin-left: 5%;
  }
  header .header_nav li a{
    font-size: 14px;
  }
  header .header_tel .p2 {
    display: none;
  }
}
@media screen and (max-width: 1500px) {
  header main .header_nav{
    width: 59%;
    margin-left: 6%;
  }
  header .header_nav li a{
    font-size: 14px;
  }
  header .header_tel .p2 {
    display: none;
  }
}

@media screen and (max-width: 1400px) {
  header .header_tel {
    margin-right: 0;
  }
  header .header_nav{
    width: 55%!important;
    margin-left: 3%!important;
  }
  header .header_tel .p2 {
    display: none;
  }

  header .header_nav li a{
    font-size: 14px;
  }
}

@media screen and (max-width: 1300px) {
  header .header_tel {
    display: none;
  }
  header main .header_nav {
    width: 67%!important;
    float: right;
  }
}

@media screen and (max-width: 1200px) {
  header .header_nav{
    float: right;
    width: 65%!important;
  }

  .float_nav {
    width: 70px;
    opacity: 0.8;
  }

  .float_nav a {
    width: 70px;
    height: 70px;
  }

  .float_nav a:last-child {
    width: 70px;
    height: 70px;
  }

  .float_nav a:last-child i {
    line-height: 70px;
  }
}

@media screen and (max-width: 992px) {
  .mobile_add {
    position: absolute;
    top: 0;
    left: 100px;
    z-index: 10;
    height: 40px;
  }

  .mobile_add i {
    padding-left: 0;
    color: #fff;
    font-size: 22px;
    line-height: 40px !important;
  }

  .mobile_add .mobile_i {
    float: left;
    -webkit-box-sizing: border-box;
    /* Safari*/
    -moz-box-sizing: border-box;
    /* Firefox */
    box-sizing: border-box;
    margin-top: 10px;
    margin-right: 14px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
    text-align: center;
  }

  .pc_header {
    display: none;
  }

  .mobile_header {
    display: block;
  }

  .banner .banner_container {
    top: 60px !important;
  }

  .float_nav {
    opacity: 0.7;
  }

  header {
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .mobile_add {
    position: absolute;
    top: 0;
    left: 70px;
    z-index: 10;
    height: 40px;
  }

  .mobile_add i {
    padding-left: 0;
    color: #fff;
    font-size: 18px;
    line-height: 30px !important;
  }

  .mobile_add .mobile_i {
    float: left;
    -webkit-box-sizing: border-box;
    /* Safari*/
    -moz-box-sizing: border-box;
    /* Firefox */
    box-sizing: border-box;
    margin-top: 5px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
    text-align: center;
  }

  .banner {
    height: 240px !important;
  }

  .banner .banner_container{
    margin-top: 40px;
  }

  .banner .banner_container .swiper-container {
    height: 240px !important;
  }

  .banner .banner_container .swiper-container .swiper-slide {
    overflow: hidden;
  }

  .banner .banner_container .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  header {
    height: 40px;
  }

  .mobile_header .mobile_nav {
    height: 40px;
  }

  .mobile_header .mobile_nav i {
    line-height: 40px;
  }

  .mobile_header .mobile_to_index {
    height: 40px;
  }

  .mobile_header .mobile_to_index a img {
    height: 30px;
  }

  .mobile_header .mobile_to_index a .img1 {
    display: none;
  }

  .mobile_header .mobile_to_index a .img2 {
    display: block;
    margin-top: 5px;
  }

  .mobile_header .mobile_nav_main {
    right: -160px;
    width: 160px;
  }

  .mobile_header .mobile_nav_main p {
    height: 40px;
  }

  .mobile_header .mobile_nav_on {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -ms-transform: translateX(0px);
  }

  .mobile_header .mobile_nav_main_on {
    -webkit-transform: translateX(-160px);
    -moz-transform: translateX(-160px);
    -o-transform: translateX(-160px);
    transform: translateX(-160px);
    -ms-transform: translateX(-160px);
  }

  .float_nav {
    width: 50px;
    opacity: 0.6;
  }

  .float_nav a {
    margin-bottom: 1px;
    width: 50px;
    height: 50px;
  }

  .float_nav a:last-child {
    width: 50px;
    height: 50px;
  }

  .float_nav a:last-child i {
    font-size: 18px;
    line-height: 50px;
  }
}

#pro-list li {
  position: relative;
  float: left;
  overflow: hidden;
  margin-right: 30px;
  margin-bottom: 15px;
  width: 280px;
  height: 260px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -o-transition-timing-function: ease;
  /* Opera */
  transition-timing-function: ease;
}

#pro-list li a {
  display: block;
  width: 100%;
  height: 100%;
}

#pro-list li .pic {
  position: relative;
  overflow: hidden;
  width: 278px;
  height: 228px;
  border: 1px solid #fdd746;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -o-transition-timing-function: ease;
  /* Opera */
  transition-timing-function: ease;
}

#pro-list li .pic img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -o-transition-timing-function: ease;
  /* Opera */
  transition-timing-function: ease;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

#pro-list li .pic:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: '';
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -o-transition-timing-function: ease;
  /* Opera */
  transition-timing-function: ease;
}

#pro-list li .pic:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  margin: auto;
  width: 99%;
  height: 99%;
  border: 1px solid #fff;
  background: none;
  content: '';
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -o-transition-timing-function: ease;
  /* Opera */
  transition-timing-function: ease;
}

#pro-list li .w {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 30px;
  background: #fdd746;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  line-height: 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -o-transition-timing-function: ease;
  /* Opera */
  transition-timing-function: ease;
}

#pro-list li:hover {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
  -ms-transform: translateY(-6px);
}

#pro-list li:hover .pic {
  border-color: #fdd746;
}

#pro-list li:hover .pic img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -ms-transform: scale(1.1);
}

#pro-list li:hover .pic:before {
  opacity: 1;
}

#pro-list li:hover .pic:after {
  width: 85%;
  height: 85%;
  opacity: 1;
}

#pro-list li:nth-child(3n) {
  margin-right: 0;
}

#pro-list3 li {
  float: left;
  margin-top: 30px;
  margin-right: 15px;
  width: 290px;
  height: 265px;
}

#pro-list3 li:nth-child(3n) {
  margin-right: 0;
}

#pro-list3 li:hover .pic {
  border: 1px solid #fdd746;
}

#pro-list3 li:hover .pic img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -ms-transform: scale(1.05);
}

#pro-list3 li:hover .pic:before {
  opacity: 1;
}

#pro-list3 li:hover .pic:after {
  width: 85%;
  height: 85%;
  opacity: 1;
}

#pro-list3 li:hover .word {
  color: #fdd746;
}

#pro-list3 li:hover .word p {
  border-color: #fdd746;
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -o-transform: translateX(8px);
  transform: translateX(8px);
  -ms-transform: translateX(8px);
}

#pro-list3 li:hover .word p i {
  color: #fdd746;
}

#pro-list3 li a {
  display: block;
  width: 100%;
  height: 100%;
}

#pro-list3 li a .pic {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  /* Safari*/
  -moz-box-sizing: border-box;
  /* Firefox */
  box-sizing: border-box;
  width: 100%;
  height: 228px;
  border: 1px solid #c4c4c4;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -o-transition-timing-function: ease;
  /* Opera */
  transition-timing-function: ease;
}

#pro-list3 li a .pic img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -o-transition-timing-function: ease;
  /* Opera */
  transition-timing-function: ease;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

#pro-list3 li a .pic:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: '';
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -o-transition-timing-function: ease;
  /* Opera */
  transition-timing-function: ease;
}

#pro-list3 li a .pic:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  margin: auto;
  width: 99%;
  height: 99%;
  border: 1px solid #fff;
  background: none;
  content: '';
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -o-transition-timing-function: ease;
  /* Opera */
  transition-timing-function: ease;
}

#pro-list3 li a .word {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  /* Safari*/
  -moz-box-sizing: border-box;
  /* Firefox */
  box-sizing: border-box;
  padding-left: 22px;
  width: 100%;
  height: 35px;
  border: 1px solid #c4c4c4;
  border-top: none;
  background: #fff;
  color: #868686;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  line-height: 35px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -o-transition-timing-function: ease;
  /* Opera */
  transition-timing-function: ease;
  -o-text-overflow: ellipsis;
}

#pro-list3 li a .word p {
  position: absolute;
  top: 8px;
  right: 16px;
  width: 18px;
  height: 18px;
  border: 1px solid #868686;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -o-transition-timing-function: ease;
  /* Opera */
  transition-timing-function: ease;
}

#pro-list3 li a .word p i {
  color: #868686;
  font-size: 12px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -o-transition-timing-function: ease;
  /* Opera */
  transition-timing-function: ease;
}

.search {
  height: 70px;
  background: #fdd746;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  line-height: 70px;
}

.search div:first-child {
  float: left;
  width: 800px;
  color: #fff;
  font-size: 16px;
  font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
}

.search div:first-child a {
  color: #c8dafe;
  font-size: 14px;
  font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
}

.search div:first-child a:first-child {
  margin-right: 25px;
  margin-left: 10px;
}

.search div:last-child {
  float: right;
  width: 315px;
  height: 36px;
}

.search div:last-child form {
  margin-top: 17px;
  width: 100%;
  height: 100%;
}

.search div:last-child form input {
  float: left;
  box-sizing: border-box;
  padding-left: 28px;
  width: 240px;
  height: 36px;
  background: #ebebeb;
}

.search div:last-child form button {
  float: right;
  width: 75px;
  height: 36px;
  background: #fdd746;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  line-height: 36px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -o-transition-timing-function: ease;
  /* Opera */
  transition-timing-function: ease;
}

.search div:last-child form button:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
  -ms-transform: translateY(-3px);
}

/*# sourceMappingURL=header.css.map */
