* {
  padding: 0;
  margin: 0;
  outline: none;
  font-family: "Microsoft YaHei"; }

li {
  list-style: none; }

a {
  text-decoration: none; }

html {
  font-size: 62.5%; }
@media (max-width: 1600px) {
  html {
    font-size: 58%; } }
@media (max-width: 1300px) {
  html {
    font-size: 55%; } }

.fr {
  float: right; }

.clearFix:after, #header .bottom:after, #header .bottom #nav ul:after, #footer .content-wrap:after, .index-container .banner .swiper-container .banner-page-box .btn-box:after, .index-container .aboutUs-wrap:after, .index-container .product-wrap:after, .index-container .news-wrap:after, .index-container .news-wrap .content-wrap:after, .index-container .search-wrap:after, .default-container .banner:after, .default-container .content-wrap:after, .default-container .content-wrap .swiper-wrap .swiper-info-wrap .swiper-btn-box:after, .bottom-news-wrap .news-list-wrap:after, .aboutUs-container .aboutUs-content-wrap:after, .news-container .bottom-news-wrap .pagination-bar ul:after, .newsDetail-container .newsDetail-wrap:after {
  content: '';
  display: table;
  clear: both; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.transition5, .default-btn, #header .bottom .nav-toggle-btn div i, .index-container .aboutUs-wrap .right .picture-show-wrap .controller-box .option-box ul li:after, .index-container .product-wrap .product-list-box .seach-icon, .index-container .product-wrap .product-list-box .product-list-cover, .index-container .news-wrap .content-wrap .news-list-box .img-box img {
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s; }

.transition10 {
  transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s; }

.transition15 {
  transition: all 1.5s;
  -o-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -webkit-transition: all 1.5s; }

.transition20 {
  transition: all 2s;
  -o-transition: all 2s;
  -ms-transition: all 2s;
  -moz-transition: all 2s;
  -webkit-transition: all 2s; }

.scale12, .index-container .news-wrap .content-wrap .news-list-box:hover .img-box img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

.default-btn {
  color: #666;
  font-size: 1.6rem;
  padding: 10px 30px;
  border: 1px solid #ddd;
  border-radius: 20px;
  margin-top: 40px;
  display: inline-block;
  line-height: 1;
  font-style: inherit; }
.default-btn:hover {
  background: #ae7f3b;
  border: 1px solid #ae7f3b;
  color: #fff; }

.position-center, .index-container .product-wrap .product-list-box .seach-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

input[type="button"], input[type="submit"], input[type="reset"] {
  -webkit-appearance: none; }

textarea {
  -webkit-appearance: none; }

.max-width, #footer .content-wrap, .index-container .news-wrap .content-wrap {
  width: 70%;
  margin: 0 auto; }
@media (max-width: 1600px) {
  .max-width, #footer .content-wrap, .index-container .news-wrap .content-wrap {
    width: 80%; } }
@media (max-width: 1300px) {
  .max-width, #footer .content-wrap, .index-container .news-wrap .content-wrap {
    width: 90%; } }
@media (max-width: 1000px) {
  .max-width, #footer .content-wrap, .index-container .news-wrap .content-wrap {
    width: 96%; } }

.default-width, .default-container {
  width: 90%;
  margin: 0 auto; }
@media (max-width: 1000px) {
  .default-width, .default-container {
    width: 98%; } }

@font-face {
  font-family: 'AG';
  src: url("../fonts/AkzidenzGrotesk-LightCond.otf"); }
.font-ag, #footer .content-wrap ul li:first-child span, .index-container .title span, .index-container .banner .swiper-container .banner-page-box .page-show-box p, .index-container .banner .swiper-container .banner-page-box .page-show-box p span, .index-container .banner .swiper-container .banner-page-box .page-show-box p i, .index-container .banner .swiper-container .banner-page-box .btn-box div, .index-container .product-wrap .product-list-box .product-list-cover h6 span, .default-container .content-wrap .swiper-wrap .swiper-info-wrap .swiper-info-box p, .default-container .content-wrap .swiper-wrap .swiper-info-wrap .swiper-info-box p span, .default-container .content-wrap .swiper-wrap .swiper-info-wrap .swiper-info-box p i, .default-container .content-wrap .swiper-wrap .swiper-info-wrap .swiper-btn-box div, .bottom-news-wrap h4 span {
  font-family: 'AG'; }

#header {
  position: relative;
  z-index: 99999;
  padding: 30px 5% 22px;
  border-bottom: 8px solid #bf0008; }
@media (max-width: 820px) {
  #header {
    padding: 0 0 9px;
    border-bottom: 4px solid #bf0008; } }
#header .top {
  text-align: right; }
@media (max-width: 820px) {
  #header .top {
    display: none; } }
#header .top span {
  display: inline-block;
  margin-left: 20px;
  color: #333;
  font-size: 1.4rem; }
#header .top span img {
  margin-right: 5px;
  position: relative;
  top: 3px; }
#header .bottom {
  background: #fff;
  padding-top: 15px; }
@media (max-width: 820px) {
  #header .bottom {
    position: relative; } }
#header .bottom .logo {
  display: inline-block;
  position: absolute;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
@media (max-width: 820px) {
  #header .bottom .logo {
    position: relative;
    width: 90px;
    left: 2%;
    top: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%); } }
#header .bottom .nav-toggle-btn {
  display: none;
  position: absolute;
  right: 2%;
  top: 18px; }
@media (max-width: 820px) {
  #header .bottom .nav-toggle-btn {
    display: block; } }
#header .bottom .nav-toggle-btn div {
  display: inline-block; }
#header .bottom .nav-toggle-btn div i {
  height: 4px;
  width: 36px;
  border-radius: 8px;
  background: #333;
  display: block;
  margin-bottom: 9px;
  opacity: 1; }
#header .bottom .nav-toggle-btn div i:last-child {
  margin-bottom: 0; }
@media (max-width: 480px) {
  #header .bottom .nav-toggle-btn div i {
    height: 4px;
    margin-bottom: 7px; } }
#header .bottom .nav-toggle-btn.on div i {
  background: #333; }
#header .bottom .nav-toggle-btn.on div i:first-child {
  transform: rotate(38deg);
  transform-origin: left; }
#header .bottom .nav-toggle-btn.on div i:nth-child(2) {
  opacity: 0; }
#header .bottom .nav-toggle-btn.on div i:last-child {
  transform: rotate(-38deg);
  transform-origin: left; }
#header .bottom #nav {
  float: right; }
@media (max-width: 820px) {
  #header .bottom #nav {
    display: none;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 75px;
    box-shadow: 2px 2px 8px #c5c2c2; } }
#header .bottom #nav ul li {
  float: left;
  margin-left: 90px;
  line-height: 50px;
  position: relative; }
@media (max-width: 1600px) {
  #header .bottom #nav ul li {
    line-height: 40px;
    margin-left: 70px; } }
@media (max-width: 1300px) {
  #header .bottom #nav ul li {
    margin-left: 50px; } }
@media (max-width: 1000px) {
  #header .bottom #nav ul li {
    margin-left: 30px; } }
@media (max-width: 820px) {
  #header .bottom #nav ul li {
    float: initial;
    margin-left: 10px; } }
#header .bottom #nav ul li a {
  color: #333;
  font-size: 1.8rem;
  position: relative; }
#header .bottom #nav ul li a:hover {
  color: #bf0008; }
@media (min-width: 820px) {
  #header.index-header {
    border-color: #fff;
    height: 88px; }
  #header.index-header .bottom .logo {
    padding: 33px 70px;
    left: 0; } }

#footer {
  background: #333;
  padding: 60px 0; }
#footer .content-wrap ul {
  float: left;
  width: 28%; }
#footer .content-wrap ul li {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.73);
  margin-bottom: 20px; }
#footer .content-wrap ul li:first-child {
  font-size: 2.4rem;
  margin-bottom: 40px; }
#footer .content-wrap ul li:first-child span {
  font-size: 2rem;
  margin-left: 6px; }
#footer .content-wrap .link-box {
  min-width: 220px; }
#footer .content-wrap .link-box li a {
  color: rgba(255, 255, 255, 0.73); }
#footer .content-wrap .link-box li a:last-child {
  float: right; }
#footer .content-wrap .copyright-box {
  width: 30%;
  float: right; }
#footer .content-wrap .copyright-box .footer-logo {
  margin: 30px 0; }
#footer .content-wrap .copyright-box p {
  margin-bottom: 8px;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.73); }
#footer .content-wrap .copyright-box p a {
  margin-right: 6px; }
#footer .content-wrap .copyright-box p a img {
  width: 20px; }
@media (max-width: 820px) {
  #footer {
    padding: 30px 0; }
  #footer .content-wrap ul {
    width: 100%; }
  #footer .content-wrap ul li {
    margin-bottom: 10px; }
  #footer .content-wrap ul li:first-child {
    margin-bottom: 20px; }
  #footer .content-wrap .link-box {
    margin-top: 30px; }
  #footer .content-wrap .copyright-box {
    width: 100%; }
  #footer .content-wrap .copyright-box .footer-logo {
    width: 100px;
    margin: 20px 0 10px; } }

.index-container .title {
  font-size: 4rem;
  color: #666666;
  text-align: center;
  margin-bottom: 60px; }
.index-container .title span {
  display: block;
  color: #666;
  font-weight: 100; }
@media (max-width: 820px) {
  .index-container .title {
    margin-bottom: 30px;
    font-size: 2.4rem; } }
.index-container .banner .swiper-container .banner-info-box {
  width: 100px;
  background: #fff4ec;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99; }
@media (max-width: 820px) {
  .index-container .banner .swiper-container .banner-info-box {
    display: none; } }
.index-container .banner .swiper-container .banner-info-box .share-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
.index-container .banner .swiper-container .banner-info-box .share-box li {
  text-align: center;
  margin-bottom: 20px; }
.index-container .banner .swiper-container .banner-page-box {
  position: absolute;
  top: 0;
  left: 100px;
  background: #fff4ec;
  z-index: 9;
  width: 220px; }
@media (max-width: 820px) {
  .index-container .banner .swiper-container .banner-page-box {
    display: none; } }
.index-container .banner .swiper-container .banner-page-box .page-show-box p {
  margin-top: 80px;
  color: #333;
  font-size: 4rem;
  font-weight: bold; }
.index-container .banner .swiper-container .banner-page-box .page-show-box p span {
  font-size: 8rem; }
.index-container .banner .swiper-container .banner-page-box .page-show-box p i {
  font-style: inherit; }
.index-container .banner .swiper-container .banner-page-box .btn-box {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 90%;
  height: 40px;
  padding: 0 5%; }
.index-container .banner .swiper-container .banner-page-box .btn-box div {
  font-size: 2rem;
  color: #fff;
  cursor: pointer; }
.index-container .banner .swiper-container .banner-page-box .btn-box div.prev-btn {
  float: left;
  padding-left: 30px;
  background: url("../img/prev_icon.png") center left no-repeat; }
.index-container .banner .swiper-container .banner-page-box .btn-box div.next-btn {
  float: right;
  padding-right: 30px;
  background: url("../img/next_icon.png") center right no-repeat; }
.index-container .banner .swiper-container .swiper-pagination {
  bottom: 20px; }
.index-container .banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 90px;
  height: 6px;
  border-radius: 0;
  opacity: 1;
  background: rgba(253, 252, 252, 0.61); }
@media (max-width: 820px) {
  .index-container .banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 6px; } }
.index-container .banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff; }
.index-container .banner .swiper-container .swiper-button-next {
  background: url("../img/index_banner_next.jpg") right center no-repeat;
  right: 0;
  min-width: 130px;
  height: 80px;
  margin-top: -40px;
  padding: 10px 90px 10px 10px; }
@media (min-width: 820px) {
  .index-container .banner .swiper-container .swiper-button-next:hover {
    background: #ae7f3b url("../img/index_banner_next.jpg") right center no-repeat; }
  .index-container .banner .swiper-container .swiper-button-next:hover h4, .index-container .banner .swiper-container .swiper-button-next:hover p {
    display: block; } }
.index-container .banner .swiper-container .swiper-button-prev {
  background: url("../img/index_banner_prev.jpg") left center no-repeat;
  left: 0;
  min-width: 130px;
  height: 80px;
  margin-top: -40px;
  padding: 10px 10px 10px 90px; }
@media (min-width: 820px) {
  .index-container .banner .swiper-container .swiper-button-prev:hover {
    background: #ae7f3b url("../img/index_banner_prev.jpg") left center no-repeat; }
  .index-container .banner .swiper-container .swiper-button-prev:hover h4, .index-container .banner .swiper-container .swiper-button-prev:hover p {
    display: block; } }
.index-container .banner .swiper-container .swiper-button-prev h4, .index-container .banner .swiper-container .swiper-button-next h4 {
  font-size: 1.8rem;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 20px;
  display: none; }
.index-container .banner .swiper-container .swiper-button-prev p, .index-container .banner .swiper-container .swiper-button-next p {
  font-size: 1.2rem;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: none; }
@media (max-width: 820px) {
  .index-container .banner .swiper-container .swiper-button-prev, .index-container .banner .swiper-container .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: -20px; } }
.index-container .aboutUs-wrap {
  padding: 90px 0; }
@media (max-width: 820px) {
  .index-container .aboutUs-wrap {
    padding: 50px 0; } }
.index-container .aboutUs-wrap .left {
  width: 50%;
  float: left; }
@media (max-width: 820px) {
  .index-container .aboutUs-wrap .left {
    width: 100%; } }
.index-container .aboutUs-wrap .left p {
  font-size: 1.4rem;
  color: #666666;
  line-height: 3; }
.index-container .aboutUs-wrap .left hr {
  border: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
  margin: 30px 0; }
.index-container .aboutUs-wrap .right {
  width: 42%;
  float: right; }
@media (max-width: 820px) {
  .index-container .aboutUs-wrap .right {
    width: 100%;
    margin-top: 40px;
    overflow: hidden; } }
.index-container .aboutUs-wrap .right .picture-show-wrap {
  display: flex;
  max-height: 375px;
  overflow: hidden; }
@media (max-width: 1400px) {
  .index-container .aboutUs-wrap .right .picture-show-wrap {
    max-height: 298px; } }
.index-container .aboutUs-wrap .right .picture-show-wrap .controller-box {
  position: relative;
  width: 70px;
  min-width: 70px;
  background: #ae7f3b; }
.index-container .aboutUs-wrap .right .picture-show-wrap .controller-box .text-box p {
  font-size: 1.6rem;
  margin: 0 auto;
  color: #fff;
  margin-top: 20px;
  width: 20px;
  letter-spacing: 2px;
  left: 50%; }
.index-container .aboutUs-wrap .right .picture-show-wrap .controller-box .text-box p:nth-child(n+2) {
  display: none; }
.index-container .aboutUs-wrap .right .picture-show-wrap .controller-box .option-box {
  position: absolute;
  bottom: 30px;
  width: 100%; }
@media (max-width: 768px) {
  .index-container .aboutUs-wrap .right .picture-show-wrap .controller-box .option-box {
    bottom: 10px; } }
.index-container .aboutUs-wrap .right .picture-show-wrap .controller-box .option-box ul li {
  position: relative;
  cursor: pointer; }
.index-container .aboutUs-wrap .right .picture-show-wrap .controller-box .option-box ul li span {
  text-align: center;
  font-size: 1.6rem;
  padding: 10px 0;
  color: #fff;
  display: inline-block;
  margin-left: 20px; }
@media (max-width: 768px) {
  .index-container .aboutUs-wrap .right .picture-show-wrap .controller-box .option-box ul li span {
    padding: 6px 0; } }
.index-container .aboutUs-wrap .right .picture-show-wrap .controller-box .option-box ul li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 50%;
  border-bottom: 1px solid #fff; }
.index-container .aboutUs-wrap .right .picture-show-wrap .controller-box .option-box ul li.on:after {
  width: 100%; }
.index-container .aboutUs-wrap .right .picture-show-wrap .picture-box {
  flex: 1; }
.index-container .aboutUs-wrap .right .picture-show-wrap .picture-box img {
  float: left;
  width: 100%; }
.index-container .aboutUs-wrap .right .picture-show-wrap .picture-box img:nth-child(n+2) {
  display: none; }
.index-container .product-wrap {
  padding: 90px 0; }
@media (max-width: 820px) {
  .index-container .product-wrap {
    padding: 50px 0; } }
.index-container .product-wrap .product-list-box {
  width: 25%;
  float: left;
  display: block;
  position: relative; }
@media (max-width: 820px) {
  .index-container .product-wrap .product-list-box {
    width: 50%; } }
.index-container .product-wrap .product-list-box > img {
  float: left; }
.index-container .product-wrap .product-list-box .seach-icon {
  width: 86%;
  max-width: 140px;
  opacity: 0; }
.index-container .product-wrap .product-list-box .product-list-cover {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  background: rgba(0, 0, 0, 0.6) url("../img/index_product_more.png") 10% 90% no-repeat; }
.index-container .product-wrap .product-list-box .product-list-cover h6 {
  font-size: 4rem;
  color: #fff;
  text-align: left;
  margin: 80px 0 0 40px; }
@media (max-width: 820px) {
  .index-container .product-wrap .product-list-box .product-list-cover h6 {
    font-size: 3rem;
    margin: 40px 0 0 20px; } }
.index-container .product-wrap .product-list-box .product-list-cover h6 span {
  display: block;
  font-weight: 100;
  text-transform: uppercase; }
.index-container .product-wrap .product-list-box:hover .seach-icon {
  opacity: 1; }
.index-container .product-wrap .product-list-box:hover .product-list-cover {
  opacity: 0; }
.index-container .news-wrap {
  padding: 90px 0; }
@media (max-width: 820px) {
  .index-container .news-wrap {
    padding: 50px 0; } }
.index-container .news-wrap .content-wrap .news-list-box {
  display: block;
  width: 31%;
  float: left; }
.index-container .news-wrap .content-wrap .news-list-box:nth-child(3n-1) {
  margin: 0 3%; }
@media (max-width: 820px) {
  .index-container .news-wrap .content-wrap .news-list-box {
    display: block;
    width: 94%;
    float: left;
    margin: 0 3% 40px !important; } }
.index-container .news-wrap .content-wrap .news-list-box .img-box {
  overflow: hidden; }
.index-container .news-wrap .content-wrap .news-list-box h6 {
  font-size: 2rem;
  color: #000;
  text-align: center;
  margin: 20px 0;
  font-weight: 100;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.index-container .news-wrap .content-wrap .news-list-box .time {
  display: block;
  text-align: center;
  margin-top: 20px;
  color: #333; }
.index-container .news-wrap .content-wrap .news-list-box p {
  text-align: center;
  font-size: 1.4rem;
  height: 48px;
  overflow: hidden;
  color: #333;
  line-height: 2; }
.index-container .news-wrap .content-wrap .news-list-box span {
  display: block; }
.index-container .search-wrap {
  padding: 40px 0;
  background: #eee; }
.index-container .search-wrap .search-box {
  display: flex;
  height: 60px;
  width: 30%;
  margin: 0 auto;
  min-width: 300px; }
.index-container .search-wrap .search-box input[type='text'] {
  background: #fff;
  border: none;
  text-indent: 1em;
  font-size: 2rem;
  flex: 1; }
.index-container .search-wrap .search-box .submit-btn {
  background: #bf0008;
  font-size: 2rem;
  text-align: center;
  border: none;
  width: 160px;
  min-width: 100px;
  color: #fff;
  cursor: pointer; }
@media (max-width: 820px) {
  .index-container .search-wrap .search-box {
    height: 40px;
    width: 90%; }
  .index-container .search-wrap .search-box .submit-btn {
    min-width: 60px;
    width: 100px; } }

.default-container {
  padding: 90px 0; }
@media (max-width: 1300px) {
  .default-container {
    padding: 50px 0; } }
.default-container .banner {
  margin-bottom: 90px; }
@media (max-width: 1300px) {
  .default-container .banner {
    margin-bottom: 30px; } }
.default-container .banner img {
  float: left;
  width: 100%; }
.default-container .content-wrap {
  margin-bottom: 100px; }
.default-container .content-wrap .text-wrap {
  width: 46%;
  float: left;
  margin-right: 4%; }
@media (max-width: 820px) {
  .default-container .content-wrap .text-wrap {
    width: 100%;
    margin: 0 0 40px 0; } }
.default-container .content-wrap .text-wrap p {
  font-size: 1.6rem;
  color: #333;
  line-height: 2; }
.default-container .content-wrap .swiper-wrap {
  width: 50%;
  float: left; }
@media (max-width: 820px) {
  .default-container .content-wrap .swiper-wrap {
    width: 100%; } }
.default-container .content-wrap .swiper-wrap .swiper-pagination {
  display: none; }
.default-container .content-wrap .swiper-wrap .swiper-info-wrap {
  position: absolute;
  top: 50%;
  left: 2%;
  z-index: 9; }
.default-container .content-wrap .swiper-wrap .swiper-info-wrap .swiper-info-box p {
  color: #333;
  font-size: 4rem;
  font-weight: bold; }
.default-container .content-wrap .swiper-wrap .swiper-info-wrap .swiper-info-box p span {
  font-size: 8rem; }
.default-container .content-wrap .swiper-wrap .swiper-info-wrap .swiper-info-box p i {
  font-style: inherit; }
@media (max-width: 820px) {
  .default-container .content-wrap .swiper-wrap .swiper-info-wrap .swiper-info-box p {
    font-size: 3rem; }
  .default-container .content-wrap .swiper-wrap .swiper-info-wrap .swiper-info-box p span {
    font-size: 6rem; } }
.default-container .content-wrap .swiper-wrap .swiper-info-wrap .swiper-btn-box {
  width: 90%;
  height: 40px;
  padding: 0 5%;
  width: 150px;
  margin-top: 40%; }
@media (max-width: 820px) {
  .default-container .content-wrap .swiper-wrap .swiper-info-wrap .swiper-btn-box {
    width: 120px; } }
.default-container .content-wrap .swiper-wrap .swiper-info-wrap .swiper-btn-box div {
  font-size: 2rem;
  color: #333;
  cursor: pointer;
  font-weight: bold; }
.default-container .content-wrap .swiper-wrap .swiper-info-wrap .swiper-btn-box div.prev-btn {
  float: left;
  padding-left: 30px;
  background: url("../img/default_prev_icon.png") center left no-repeat; }
.default-container .content-wrap .swiper-wrap .swiper-info-wrap .swiper-btn-box div.next-btn {
  float: right;
  padding-right: 30px;
  background: url("../img/default_next_icon.png") center right no-repeat; }

.bottom-news-wrap h4 {
  font-size: 3rem;
  color: #666; }
.bottom-news-wrap h4 span {
  display: block;
  font-weight: 100; }
.bottom-news-wrap h4 .more {
  font-weight: 100;
  font-size: 1.6rem;
  color: #666;
  diaplay: inline-block;
  float: right;
  padding-right: 26px;
  margin-top: 10px;
  background: url("../img/bottom_news_more.png") right center no-repeat; }
.bottom-news-wrap .news-list-wrap {
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid #ddd; }
.bottom-news-wrap .news-list-wrap .news-list-box {
  float: left;
  width: 25%; }
@media (max-width: 1300px) {
  .bottom-news-wrap .news-list-wrap .news-list-box {
    width: 50%;
    margin-bottom: 50px; }
  .bottom-news-wrap .news-list-wrap .news-list-box .default-btn {
    margin-top: 20px; } }
@media (max-width: 820px) {
  .bottom-news-wrap .news-list-wrap .news-list-box {
    width: 100%; } }
.bottom-news-wrap .news-list-wrap .news-list-box span {
  display: block;
  text-align: center;
  color: #000;
  font-size: 1.6rem; }
.bottom-news-wrap .news-list-wrap .news-list-box span img {
  margin: 0 5px; }
.bottom-news-wrap .news-list-wrap .news-list-box h6 {
  font-size: 2rem;
  color: #000;
  text-align: center;
  margin: 20px 0;
  font-weight: 100; }
.bottom-news-wrap .news-list-wrap .news-list-box p {
  text-align: center;
  font-size: 1.4rem;
  color: #000;
  line-height: 2;
  height: 48px;
  padding: 0 30px;
  overflow: hidden; }

.aboutUs-container .aboutUs-content-wrap {
  margin-bottom: 100px; }
.aboutUs-container .aboutUs-content-wrap p {
  font-size: 1.6rem;
  color: #333;
  line-height: 2; }
.aboutUs-container .aboutUs-content-wrap .box {
  width: 50%;
  float: left; }
@media (max-width: 820px) {
  .aboutUs-container .aboutUs-content-wrap .box {
    width: 100%; } }

.news-container .banner {
  margin-bottom: 0; }
.news-container .bottom-news-wrap .news-list-wrap {
  margin-top: 0;
  padding-top: 0;
  border-top: none; }
.news-container .bottom-news-wrap .news-list-wrap .news-list-box {
  position: relative;
  padding: 60px 0 30px; }
.news-container .bottom-news-wrap .news-list-wrap .news-list-box:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #ddd; }
.news-container .bottom-news-wrap .news-list-wrap .news-list-box:nth-child(4n):after {
  display: none; }
@media (max-width: 1300px) {
  .news-container .bottom-news-wrap .news-list-wrap .news-list-box {
    margin-bottom: 0; }
  .news-container .bottom-news-wrap .news-list-wrap .news-list-box:after {
    display: none; } }
.news-container .bottom-news-wrap .pagination-bar {
  text-align: center;
  margin-top: 80px; }
.news-container .bottom-news-wrap .pagination-bar ul {
  display: inline-block; }
.news-container .bottom-news-wrap .pagination-bar ul li {
  float: left;
  margin: 0 5px; }
.news-container .bottom-news-wrap .pagination-bar ul li a {
  font-size: 1.6rem;
  display: block;
  height: 50px;
  min-width: 50px;
  line-height: 50px;
  color: #666;
  border-radius: 50px;
  border: 1px solid #d2d2d2;
  text-align: center; }
.news-container .bottom-news-wrap .pagination-bar ul li a.on {
  color: #fff;
  background: #ae7f3b; }
.news-container .bottom-news-wrap .pagination-bar ul li:first-child a, .news-container .bottom-news-wrap .pagination-bar ul li:last-child a {
  padding: 0 20px; }

.newsDetail-container .newsDetail-wrap {
  width: 96%;
  margin: 0 auto; }
.newsDetail-container .newsDetail-wrap .text-box {
  width: 48%;
  float: left; }
.newsDetail-container .newsDetail-wrap .text-box h6 {
  font-size: 2rem;
  text-align: center; }
.newsDetail-container .newsDetail-wrap .text-box .time {
  display: block;
  font-size: 1.4rem;
  color: #666;
  text-align: center;
  margin: 20px 0 50px; }
.newsDetail-container .newsDetail-wrap .text-box p {
  font-size: 1.4rem;
  color: #666;
  line-height: 2; }
.newsDetail-container .newsDetail-wrap .img-box {
  width: 48%;
  float: right; }
.newsDetail-container .newsDetail-wrap .img-box p {
  margin-top: 20px; }
.newsDetail-container .newsDetail-wrap .img-box p a {
  color: #666;
  font-size: 1.4rem; }
.newsDetail-container .newsDetail-wrap .img-box p a:hover {
  color: #bf0008; }
@media (max-width: 820px) {
  .newsDetail-container .newsDetail-wrap {
    width: 100%; }
  .newsDetail-container .newsDetail-wrap .text-box {
    width: 100%; }
  .newsDetail-container .newsDetail-wrap .img-box {
    margin-top: 30px;
    width: 100%; } }

.contact-contaienr .contact-wrap {
  margin-bottom: 100px;
  position: relative; }
@media (max-width: 820px) {
  .contact-contaienr .contact-wrap {
    margin-bottom: 50px; } }
.contact-contaienr .contact-wrap h6 {
  font-size: 2.4rem;
  color: #333;
  margin-bottom: 40px; }
.contact-contaienr .contact-wrap p {
  font-size: 1.6rem;
  color: #666;
  line-height: 2;
  width: 50%; }
@media (max-width: 820px) {
  .contact-contaienr .contact-wrap p {
    width: 100%; } }
.contact-contaienr .contact-wrap ul {
  width: 100%;
  margin-top: 60px; }
@media (max-width: 820px) {
  .contact-contaienr .contact-wrap ul {
    margin-top: 30px; } }
.contact-contaienr .contact-wrap ul li {
  font-size: 1.6rem;
  color: #333;
  line-height: 80px;
  border-bottom: 1px solid #ddd; }
@media (max-width: 820px) {
  .contact-contaienr .contact-wrap ul li {
    line-height: 60px; } }
.contact-contaienr .contact-wrap ul li:first-child {
  border-top: 1px solid #ddd; }
.contact-contaienr .contact-wrap ul li span {
  margin-left: 10px; }
.contact-contaienr .contact-wrap ul li img {
  position: relative;
  top: 8px; }
.contact-contaienr .contact-wrap .contact-person-img {
  position: absolute;
  right: 10%;
  height: 100%;
  bottom: 0; }
@media (max-width: 820px) {
  .contact-contaienr .contact-wrap .contact-person-img {
    display: none; } }

/*# sourceMappingURL=style.css.map */
