@charset "UTF-8";
/*
* @Author: Administrator
* @Date:   2018-07-09 16:00:31
* @Last Modified by:   Administrator
* @Last Modified time: 2018-11-20 16:46:16
*/
/* 
中间放大
    transform: scale;
文本过多省略号
height: 19px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;
斜切效果
transform: perspective(1000px) rotateY(35deg);
transform-origin: 5% 50%; 
倒影
-webkit-box-reflect:below 2px -webkit-linear-gradient(transparent,transparent 80%,rgba(0,0,0,0.5));
水平翻转
transform: rotateY(180deg);
垂直翻转
transform: rotateX(180deg);
亮度
-webkit-filter:brightness(.5);
灰度
filter: grayscale(100%);
滚动条
.address-ul::-webkit-scrollbar-thumb  {border-radius: 0px;  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);   background-color: #555;}
.address-ul::-webkit-scrollbar{width: 10px;  height: 16px;  background-color: #261d18;} 	  
定义滚动条轨道 内阴影+圆角
.address-ul::-webkit-scrollbar-track  {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  border-radius: 0px;  background-color: #F5F5F5;} 
*/
/* 
字体
@font-face {

    font-family: Playfair Display SC;
    src:url('../fonts/PlayfairDisplay-Black.ttf'),  
    url('../fonts/PlayfairDisplay-BlackItalic.ttf'),
    url('../fonts/PlayfairDisplay-Bold.ttf'),
    url('../fonts/PlayfairDisplay-Italic.ttf'),
    url('../fonts/PlayfairDisplay-Regular.ttf'),
    url('../fonts/PlayfairDisplay-BoldItalic.ttf'); 
}
 */
@font-face {
  font-family: NewsGoth;
  src: url("../fonts/NewsGoth BT Bold.ttf"), url("../fonts/NewsGoth BT Bold.ttf"), url("../fonts/NewsGoth BT Bold.ttf"), url("../fonts/NewsGoth BT Bold.ttf"), url("../fonts/NewsGoth BT Bold.ttf"), url("../fonts/NewsGoth BT Bold.ttf");
}

ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

li {
  list-style: none;
}

body {
  font-family: "微软雅黑";
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0px;
}

input {
  outline: none;
}

select {
  outline: none;
}

.pc__ {
  display: block;
}

.m__ {
  display: none;
}

header .header_nav {
  width: 100%;
  max-width: 100%;
  position: relative;
  height: 105px;
  background: #fff;
}

header .header_nav .row_0 {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
}

header .header_nav .row_0 .logo {
  flex: 0 0 25%;
  align-items: center;
  justify-content: left;
}

header .header_nav .row_0 .logo img {
  height: 47px;
}

header .header_nav .row_0 .menu {
  flex: 0 0 58%;
  height: 100%;
  position: relative;
}

header .header_nav .row_0 .menu ul {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

header .header_nav .row_0 .menu ul li {
  height: 100%;
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: center;
  transition: all 0.5s ease;
}

header .header_nav .row_0 .menu ul li a {
  color: #404040;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

header .header_nav .row_0 .menu ul li span {
  margin-left: 5px;
  position: relative;
  opacity: 0;
  bottom: 5px;
  transition: all 0.5s ease;
}

header .header_nav .row_0 .menu ul li span img {
  height: 10px;
  transform: rotate(90deg);
  filter: grayscale(100%);
  -webkit-filter: brightness(10);
}

header .header_nav .row_0 .menu ul li:hover {
  background: #e62129;
}

header .header_nav .row_0 .menu ul li:hover a {
  color: #fff;
  text-decoration: none;
}

header .header_nav .row_0 .menu ul li:hover span {
  bottom: 0px;
  opacity: 1;
}

header .header_nav .row_0 .menu::after {
  content: "";
  width: 1px;
  height: 80px;
  background: #e9e9e9;
  position: absolute;
  top: 12.5px;
  right: -1px;
}

header .header_nav .row_0 .right {
  flex: 1;
  display: flex;
  justify-content: space-around;
  position: relative;
}

header .header_nav .row_0 .right .header_search {
  position: absolute;
  right: -5px;
  top: 35px;
  overflow: hidden;
  width: 0px;
  transition: all 0.5s ease;
}

header .header_nav .row_0 .right .header_search .kuang {
  padding-left: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 14px;
  max-width: 100%;
  width: 130px;
}

header .header_nav .row_0 .right .header_search .h_anniu {
  border: 1px solid #ccc;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 12px;
  background: #fff;
  height: 25px;
}

header .header_nav .row_0 .right .header_search.active {
  width: 180px;
}

header .header_nav .row_0 .right .box {
  width: 30px;
  height: 30px;
  background: #64d562;
  border-radius: 100%;
}

header .header_nav .row_0 .right .box .icon {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .header_nav .row_0 .right .box .icon img {
  height: 14px;
}

header .header_nav .row_0 .right .box .code {
  position: absolute;
  opacity: 0;
  margin-top: 10px;
  z-index: -1;
  transition: all 0.5s ease;
}

header .header_nav .row_0 .right .box:hover .code {
  z-index: 60;
  opacity: 1;
}

header .header_nav .row_0 .right .box:first-child {
  background: #dc1313;
}

header .header_nav .row_0 .right .box:first-child img {
  height: 17px;
}

header .header_nav .row_0 .right #open_sear {
  background: #e6e6e6;
}

header .header_nav .dou_nav {
  width: 100%;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.75);
  z-index: 100;
  position: relative;
}

header .header_nav .dou_nav .dou_bg {
  width: 680px;
  max-width: 100%;
  margin: 0 auto;
  height: 0px;
  transition: all 0.5s ease;
  overflow: hidden;
  z-index: 1;
  position: relative;
  opacity: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}

header .header_nav .dou_nav .dou_bg ul {
  display: flex;
  margin-top: 150px;
  height: 0px;
  transition: all 0.5s ease;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  display: flex;
  align-items: center;
}

header .header_nav .dou_nav .dou_bg ul .box_0 {
  height: 135px;
  width: 100%;
  display: flex;
  position: relative;
  flex: 0 0 50%;
}

header .header_nav .dou_nav .dou_bg ul .box_0 .left {
  flex: 0 0 50%;
}

header .header_nav .dou_nav .dou_bg ul .box_0 .left .xiahua {
  width: 40px;
  height: 4px;
  background: #dc1313;
  margin-bottom: 22px;
}

header .header_nav .dou_nav .dou_bg ul .box_0 .left .f_t {
  font-size: 21px;
  font-weight: bold;
  color: #000;
  margin-bottom: 25px;
}

header .header_nav .dou_nav .dou_bg ul .box_0 .left .more {
  display: flex;
  font-size: 11px;
  color: #808080;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 30px;
  border: 1px solid #ccc;
}

header .header_nav .dou_nav .dou_bg ul .box_0 .left .more a {
  color: #808080;
}

header .header_nav .dou_nav .dou_bg ul .box_0 .right {
  flex: 0 0 50%;
  text-align: center;
  border-right: 1px solid #808080;
}

header .header_nav .dou_nav .dou_bg ul .box_0 .right .f_0 {
  margin-bottom: 10px;
  margin-top: 5px;
}

header .header_nav .dou_nav .dou_bg ul .box_0 .right .f_0 a {
  color: #808080;
  font-size: 15px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 50%;
  text-decoration: none;
  padding-bottom: 5px;
  position: relative;
  border-bottom: 0px solid #000000;
  transition: all 0.5s ease;
}

header .header_nav .dou_nav .dou_bg ul .box_0 .right .f_0 a:hover {
  border-bottom: 1px solid #dc1313;
  color: #dc1313;
}

header .header_nav .dou_nav .dou_bg ul .box_0:last-child .left {
  text-align: center;
  padding-top: 15px;
}

header .header_nav .dou_nav .dou_bg ul .box_0:last-child .left a {
  color: #808080;
  font-size: 14px;
}

header .header_nav .dou_nav .dou_bg ul .box_0:last-child .right {
  border-right: none;
}

header .header_nav .dou_nav .dou_bg ul .box_0:last-child .right img {
  max-width: 75%;
  opacity: 0.8;
  border: 1px solid #ccc;
}

header .header_nav .dou_nav .dou_bg ul.active {
  opacity: 1;
  z-index: 5;
  margin-top: 0px;
  height: 100%;
}

header .header_nav .dou_nav .dou_bg.active {
  height: 235px;
  opacity: 1;
  z-index: 5;
}

footer .footer_0 {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background: #2a2a2a;
  padding-top: 74px;
  padding-bottom: 60px;
}

footer .footer_0 .row_0 {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  position: relative;
}

footer .footer_0 .row_0 .gotop {
  position: absolute;
  right: 0;
  top: -74px;
  background: #444;
}

footer .footer_0 .row_0 .gotop img {
  width: 35px;
  height: 35px;
  padding: 9px;
}

footer .footer_0 .row_0 .left {
  flex: 0 0 50%;
  display: flex;
}

footer .footer_0 .row_0 .left ul {
  padding-right: 30px;
  margin-right: 30px;
}

footer .footer_0 .row_0 .left ul .tit {
  color: #fff;
  margin-bottom: 20px;
}

footer .footer_0 .row_0 .left ul li {
  font-size: 14px;
  color: #999;
  margin-bottom: 15px;
}

footer .footer_0 .row_0 .left ul li a {
  color: #999;
}

footer .footer_0 .row_0 .right {
  flex: 1;
  padding-left: 12%;
  display: flex;
}

footer .footer_0 .row_0 .right .box_0 {
  margin-right: 55px;
}

footer .footer_0 .row_0 .right .box_0 .cont {
  background: #fff;
  color: #808080;
  font-size: 12px;
  text-align: center;
}

footer .footer_0 .row_0 .right .box_0 .cont .font {
  display: flex;
  height: 25px;
  align-items: center;
  justify-content: center;
}

footer .footer_0 .row_0 .right .box_1 {
  position: relative;
}

footer .footer_0 .row_0 .right .box_1 .cont {
  position: relative;
}

footer .footer_0 .row_0 .right .box_1 .cont .f_0 {
  font-size: 12px;
  color: #bfbfbf;
  margin-bottom: 5px;
}

footer .footer_0 .row_0 .right .box_1 .cont .f_1 {
  font-size: 23px;
  color: #bfbfbf;
  font-weight: bold;
  margin-bottom: 10px;
}

footer .footer_0 .row_0 .right .box_1 .cont select {
  height: 35px;
  width: 195px;
  font-size: 12px;
  background: transparent;
  color: #808080;
  padding-left: 5px;
  margin-bottom: 25px;
}

footer .footer_0 .row_0 .right .box_1 .cont .f_2 {
  font-size: 14px;
  color: #595959;
  display: flex;
}

footer .footer_0 .row_0 .right .box_1 .cont .f_2 a {
  display: flex;
  height: 25px;
  width: 25px;
  background: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

footer .footer_0 .row_0 .right .box_1 .cont .f_2 a img {
  height: 15px;
}

footer .footer_0 .row_0 .right .box_1 .cont .f_2 a:last-child img {
  height: 12px;
}

footer .footer_1 {
  width: 100%;
  max-width: 100%;
  background: #fff;
  height: 55px;
}

footer .footer_1 .row_0 {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}

footer .footer_1 .row_0 .left {
  flex: 0 0 100%;
  position: relative;
  text-align: center;
}

footer .footer_1 .row_0 .left .font {
  font-size: 14px;
  color: #595959;
}

footer .footer_1 .row_0 .left .font a {
  color: #595959;
}

footer .footer_1 .row_0 .right {
  flex: 1;
  position: relative;
}

footer .footer_1 .row_0 .right .font {
  font-size: 14px;
  color: #595959;
  text-align: right;
}

footer .footer_1 .row_0 .right .font a {
  color: #595959;
}

.wap_header {
  display: none;
  width: 100%;
  max-width: 100%;
  background: #f5f5f5;
  height: auto;
}

.wap_header .wap_bg {
  height: 60px;
  width: 100%;
  max-width: 100%;
}

.wap_header .wap_nav {
  height: 60px;
  align-items: center;
  position: fixed;
  top: 0px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  z-index: 500;
  background: #fff;
}

.wap_header .wap_nav .left {
  padding-left: 6%;
  flex: 0 0 23%;
}

.wap_header .wap_nav .left img {
  width: 25px;
}

.wap_header .wap_nav .logo {
  text-align: center;
  flex: 1;
}

.wap_header .wap_nav .logo img {
  width: 37px;
  max-width: 100%;
}

.wap_header .wap_nav .search {
  text-align: right;
  padding-right: 6%;
  flex: 0 0 23%;
}

.wap_header .wap_nav .search img {
  width: 22px;
}

.wap_header .wap_block_banner .swiper-wrapper img {
  max-width: 100%;
}

.wap_header .wap_block_banner .swiper-pagination-bullet-active {
  background: #e62129;
}

.wap_header .row_3 {
  height: 0px;
  overflow: hidden;
  top: 60px;
  z-index: 600;
  position: fixed;
  width: 100%;
  transition: all 0.5s ease;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.wap_header .row_3 form {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.wap_header .row_3 .text {
  height: 50px;
  width: 100%;
  border: none;
  background: #2b2b2b;
  padding-left: 14px;
  font-size: 15.5px;
  border: none;
  color: #808080;
}

.wap_header .row_3 .subb {
  height: 50px;
  width: 50px;
  background: transparent;
  color: #fff;
  right: 0px;
  position: absolute;
  border: none;
  font-size: 12px;
  border-radius: 100%;
  background: url("../images/wap_0.png") no-repeat center transparent;
  background-size: contain;
}

.wap_header .leftMenu a {
  text-decoration: none;
  display: block;
  padding-left: 20px;
}

.wap_header .leftMenu {
  background: #2b2b2b;
  left: -100%;
  position: fixed;
  top: 60px;
  display: block;
  height: 100%;
  width: 50%;
  min-width: 140px;
  max-width: 440px;
  z-index: 90002;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  position: fixed;
  overflow: auto;
  opacity: 0;
}

.wap_header .leftMenu.menu-open {
  left: 0;
  opacity: 1;
}

.wap_header .leftMenu ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
}

.wap_header .leftMenu ul li {
  border-bottom: 1px solid #727272;
  position: relative;
  padding: 10px 0px 10px 0px;
  overflow: hidden;
  font-size: 13px;
}

.wap_header .leftMenu ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
}

.wap_header .leftMenu ul li img {
  height: 7px;
}

.wap_header .leftMenu ul li form {
  display: flex;
  position: relative;
}

.wap_header .leftMenu ul li form #wap_search {
  position: relative;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid #1b785f;
  outline: none;
}

.wap_header .leftMenu ul li form #sub_se {
  position: absolute;
  right: 0px;
  border: none;
  background: url(../images/search.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  z-index: 1;
  outline: none;
}

.wap_header .leftMenu ul li.hasChild > a:after {
  content: ">";
  position: absolute;
  right: 20px;
  font-size: 15px;
  font-weight: bolder;
  font-family: serif;
  transition: all 0.5s ease;
}

.wap_header .leftMenu ul li.hasChild.open > a:after {
  content: ">";
  right: 23px;
  font-size: 15px;
  transform: rotate(90deg);
  font-family: serif;
}

.wap_header .f2, .wap_header .f3 {
  height: 0;
  padding-left: 0px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.wap_header .f2 ul li, .wap_header .f3 ul li {
  padding: 5px 0px;
  border: none;
}

.wap_header .f2 ul li a, .wap_header .f3 ul li a {
  padding-bottom: 0px;
}

.wap_header #menu .f1 {
  padding-top: 1px;
}

.wap_header #menu .f1 ul li a {
  color: #bfbfbf;
}

.wap_header #menu .f1 ul li.open a {
  color: #737373;
}

.wap_header #index-sear {
  transition: all 0.5s ease;
  border-radius: 4px;
  border: 1px solid #ccc;
  position: absolute;
  font-size: 12px;
  width: 0px;
  opacity: 0;
  height: 30px;
  outline: none;
  padding: 10px;
  color: #333;
  bottom: -15px;
  right: 130px;
}

.menu-dark-backdrop {
  background: transparent;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  width: 100%;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.menu-dark-backdrop.in {
  height: 100%;
  z-index: 90001;
  background: transparent;
}

.wap_footer {
  display: none;
  background: #2b2b2b;
  width: 100%;
  max-width: 100%;
  padding-top: 15px;
}

.wap_footer .wap_block_0 {
  max-width: 100%;
  width: 88%;
  margin: 0 auto;
}

.wap_footer .wap_block_0 .f_0 {
  font-size: 12px;
  color: #595959;
  text-align: center;
  margin-bottom: 5px;
}

.wap_footer .wap_block_0 .f_1 {
  font-size: 14px;
  color: #999999;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
}

.wap_footer .wap_block_0 .box {
  display: flex;
  position: relative;
  justify-content: center;
}

.wap_footer .wap_block_0 .box .pic {
  margin-right: 15px;
}

.wap_footer .wap_block_0 .box .pic img {
  width: 43px;
}

.wap_footer .wap_block_0 .box_1 {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 5px;
}

.wap_footer .wap_block_0 .box_1 li a {
  color: #5c5c5c;
  font-size: 12px;
  text-decoration: none;
}

.wap_footer .wap_block_1 {
  font-size: 12px;
  text-align: center;
  padding-bottom: 15px;
}

.wap_footer .wap_block_1 a {
  color: #5c5c5c;
  text-decoration: none;
}

.bsTop {
  max-width: 100%;
}

.bsBox {
  height: 255px !important;
}

footer .footer_0 .row_0 .right .box_1 .cont .f_2 a {
  padding-left: 0px;
}

@media (max-width: 450px) {
  header {
    display: none;
  }
  footer {
    display: none;
  }
  .wap_header, .wap_footer {
    display: block;
  }
  .pc__ {
    display: none;
  }
  .m__ {
    display: block;
  }
}
