@charset "UTF-8";
body {
  background-color: #f5f5f5;
  margin: 0;
  padding: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: 0;
  font-family: Arial, 微软雅黑, "Microsoft yahei", "Hiragino Sans GB", "冬青黑体简体中文 w3", "Microsoft Yahei", "Hiragino Sans GB", "冬青黑体简体中文 w3", STXihei, 华文细黑, SimSun, 宋体, Heiti, 黑体, sans-serif;
}

body.active {
  opacity: 1;
}

#bg-animation {
  position: fixed;
  z-index: -1;
}

a {
  text-decoration: none;
}

header, div, section, a, tr, td, table, p, li, ul, span, h1, h2, h3, h4, h5, time, img, input, button {
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.container {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-1 {
  position: relative;
  width: 61.8%;
  float: left;
}

.l-2 {
  position: relative;
  width: 38.2%;
  float: left;
}

.l-3 {
  position: relative;
  width: 27.63%;
  float: left;
}

.l-4 {
  position: relative;
  width: 44.74%;
  float: left;
}

.iw_poi_title {
  color: #CC5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}

.iw_poi_content {
  font: 12px arial,sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}

header {
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 0;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.69) 0%, transparent 82%);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.69) 0%, transparent 82%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.69)), color-stop(82%, transparent));
  background-image: linear-gradient(rgba(0, 0, 0, 0.69) 0%, transparent 82%);
}

header .logo {
  float: left;
  margin: 40px 0;
}

header .logo .w {
  display: block;
}

header .logo .d {
  display: none;
}

header .menu {
  float: right;
  margin: 40px 0;
}

header .menu ul {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

header .menu ul li {
  display: inline-block;
  border-bottom: 3px solid rgba(255, 255, 255, 0);
  margin-bottom: -1px;
  position: relative;
  opacity: .5;
  cursor: pointer;
}

header .menu ul li a {
  color: #fff;
  padding: 15px 20px;
  line-height: 40px;
  font-size: 14px;
}

header .menu ul li.current-menu-item, header .menu ul li:hover {
  border-color: #E84831;
  opacity: 1;
}

header.fixed {
  background-color: rgba(255, 255, 255, 0.92);
  background-image: none;
  position: fixed;
  top: 0px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

header.fixed .logo {
  margin: 0;
}

header.fixed .logo img {
  height: 40px;
  margin: 10px 0;
}

header.fixed .logo .d {
  display: block;
}

header.fixed .logo .w {
  display: none;
}

header.fixed .menu {
  margin: 0;
}

header.fixed .menu li a {
  line-height: 60px;
  color: #000;
}

.page-title {
  text-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  height: 420px;
  position: relative;
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center;
  background-size: cover;
}

.page-title .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: .5;
  z-index: 1;
}

.page-title h1 {
  display: block;
  color: #fff;
  font-size: 40px;
  font-weight: lighter;
  margin: 0;
}

.page-title h1 span {
  font-weight: bolder;
}

.page-title p {
  display: block;
  color: #fff;
  font-weight: normal;
  margin: 0;
}

.slider {
  position: relative;
  height: 580px;
}

.slider .swiper-container {
  width: 100%;
  height: 100%;
}

.slider .swiper-slide {
  text-align: center;
  background-position: center;
  background-size: cover;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider .swiper-slide h1 {
  display: block;
  color: #fff;
  font-size: 40px;
  font-weight: lighter;
  margin-bottom: 0;
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.slider .swiper-slide h1 span {
  font-weight: bolder;
}

.slider .swiper-slide p {
  display: block;
  color: #fff;
  font-weight: normal;
  margin: 0;
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.slider .swiper-button-prev, .slider .swiper-button-next {
  color: #fff;
}

.img-bg {
  background-position: center;
  background-size: cover;
}

.home {
  padding: 40px 0;
}

.home .img-bg {
  background-position: center;
  background-size: cover;
}

.home .more-link {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  padding: 10px 20px;
}

.home .more-link.red {
  background-color: #E84831;
}

.home .more-link.blue {
  background-color: #49AEE9;
}

.home .more-link.green {
  background-color: #6DB641;
}

.home .more-link.purple {
  background-color: #C354A8;
}

.home .about {
  background: #fff;
}

.home .about .left {
  width: 40%;
  float: left;
  padding: 50px 0 100px;
}

.home .about .left img {
  margin-left: -20%;
}

.home .about .right {
  padding: 60px 5% 20px;
  width: 50%;
  float: right;
}

.home .about .right span {
  font-size: 12px;
  color: #aaa;
}

.home .about .right h3 {
  margin: 0;
  font-size: 24px;
}

.home .about .right p {
  color: #666;
  line-height: 2;
  width: 80%;
}

.home .product-container {
  overflow: hidden;
  background-color: #E6ECF5;
}

.home .product-container .swiper-slide {
  height: 500px;
  text-align: center;
  background-position: center;
  background-size: cover;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home .product-container .swiper-slide h1 {
  color: #62809A;
  margin: 0;
}

.home .product-container .swiper-slide p {
  color: #666;
  margin: 0;
}

.home .product {
  background: #fff;
}

.home .product .title {
  padding: 40px 40px 10px 40px;
}

.home .product .title span {
  font-size: 12px;
  color: #aaa;
}

.home .product .title h3 {
  margin: 0;
  font-size: 24px;
}

.home .product .title p {
  color: #666;
  line-height: 2;
  width: 100%;
}

.home .product .products-list {
  padding: 0 40px;
}

.home .product .products-list ul {
  margin: 0;
  padding: 0;
}

.home .product .products-list ul li {
  width: 100%;
  float: left;
  list-style-type: none;
  position: relative;
}

.home .product .products-list ul li a {
  line-height: 2;
  font-size: 16px;
  color: #333;
}

.home .product .products-list ul li a span {
  color: #666;
}

.home .product .products-list ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #aaa;
  border-radius: 50%;
  position: absolute;
  left: -12px;
  top: 14px;
}

.home .product .products-list ul li:hover a {
  color: #E84831;
}
.home .product .products-list ul li:hover a span {
  color: #E84831;
}
.home .contact, .home .join {
  background: #fff;
}

.home .contact .title, .home .join .title {
  padding: 40px 40px 10px 40px;
}

.home .contact .title span, .home .join .title span {
  font-size: 12px;
  color: #aaa;
}

.home .contact .title h3, .home .join .title h3 {
  margin: 0;
  font-size: 24px;
}

.home .contact .title p, .home .join .title p {
  color: #666;
  line-height: 2;
  width: 100%;
}

.home .contact .more, .home .join .more {
  padding: 0 40px 50px;
}

.home .contact .more address, .home .join .more address {
  font-style: normal;
}

.home .contact .more ul, .home .join .more ul {
  margin: 40px 0;
  padding: 0;
}

.home .contact .more ul li, .home .join .more ul li {
  list-style-type: none;
}

.home .contact .more ul li a, .home .join .more ul li a {
  line-height: 2;
  color: #333;
}

.home .contact .more ul li a .type, .home .join .more ul li a .type {
  border: 1px solid #ccc;
  text-align: center;
  padding: .2rem .5rem;
  margin-left: 10px;
  text-indent: 0;
  color: #666;
  line-height: 18px;
  font-size: 12px;
}

.home .contact .more ul li a:hover, .home .join .more ul li a:hover {
  color: #E84831;
}

.home .about:hover, .home .product:hover, .home .contact:hover, .home .join:hover {
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

.home .about:hover .more-link, .home .product:hover .more-link, .home .contact:hover .more-link, .home .join:hover .more-link {
  padding: 15px 30px;
}

.products .product-filter {
  width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  margin: 0;
  padding: 0;
  margin-top: -30px;
}

.products .product-filter li {
  display: inline-block;
  width: 14.2857%;
  float: left;
  text-align: center;
}

.products .product-filter li a {
  line-height: 60px;
  color: #666;
}

.products .product-filter li.active, .products .product-filter li.current-menu-item, .products .product-filter li:hover {
  background: #E84831;
}

.products .product-filter li.active a, .products .product-filter li.current-menu-item a, .products .product-filter li:hover a {
  color: #fff;
}

.products .products-list {
  margin-top: 20px;
  width: 100%;
}

.products .products-list .product {
  width: 100%;
  position: relative;
  line-height: 50px;
  padding: 15px 0px;
  background: #fff;
  display: block;
  margin-bottom: 2px;
}

.products .products-list .product h3 {
  margin: 0px 20px;
  float: left;
  color: #E84831;
  position: relative;
  letter-spacing: 4px;
}

.products .products-list .product h3:after {
  content: "®";
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  margin-left: 10px;
  float: right;
  color: #666;
}

.products .products-list .product span {
  color: #666;
}

.products .products-list .product .more {
  float: right;
  font-size: 14px;
  color: #888;
  margin: 0 20px;
}

.products .products-list .product .more:hover {
  color: #E84831;
}

.products .products-list .product:hover {
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

.products .products-list .product:hover h3 {
  margin-left: 50px;
}

.news.page {
  margin: 40px 0;
}

.news.page .posts-list {
  margin: 0;
  padding: 0;
}

.news.page .posts-list .post {
  list-style-type: none;
  display: block;
  background: #fff;
}

.news.page .posts-list .post .post-item {
  position: relative;
  overflow: hidden;
}

.news.page .posts-list .post .post-item .inner {
  padding: 50px 15px;
}

.news.page .posts-list .post .post-item:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 99;
}

.news.page .posts-list .post .post-item:hover a {
  color: #E84831;
}

.news.page .posts-list .post .post-item:hover a h3 .more {
  opacity: 1;
}

.news.page .posts-list .post .time {
  width: 13%;
  float: left;
}

.news.page .posts-list .post .time time {
  line-height: 20px;
  font-style: italic;
  color: #aaa;
  font-size: 12px;
  padding: 10px;
}

.news.page .posts-list .post .cat {
  width: 12%;
  float: left;
}

.news.page .posts-list .post .cat .category {
  padding: 10px;
  border-radius: 200px;
  color: #fff;
  font-size: 13px;
}

.news.page .posts-list .post .cat .category.red {
  background: #E84831;
}

.news.page .posts-list .post .cat .category.green {
  background: #6DB641;
}

.news.page .posts-list .post .cat .category.blue {
  background: #49AEE9;
}

.news.page .posts-list .post .cat .category.black {
  background: #333;
}

.news.page .posts-list .post .content {
  width: 75%;
  float: left;
}

.news.page .posts-list .post .content a {
  color: #000;
}

.news.page .posts-list .post .content h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
}

.news.page .posts-list .post .content h3 .more {
  font-weight: lighter;
  color: #aaa;
  font-size: 12px;
  padding: 5px 10px;
  line-height: 1;
  border-radius: 100px;
  border: 1px solid #aaa;
  opacity: 0;
  margin-top: -2px;
  margin-left: 10px;
}

.news.page .posts-list .post .content p {
  color: #888;
  font-size: 14px;
  line-height: 2;
}

.join.page {
  padding: 40px 0;
}

.join.page .intro {
  text-align: center;
  display: block;
  padding: 50px 20px;
  background-color: #fff;
  margin-top: -120px;
  position: relative;
  z-index: 100;
  line-height: 2;
  font-size: 16px;
  font-weight: lighter;
  color: #000;
}

.join.page .fuli {
  overflow: hidden;
}

.join.page .fuli .btitle {
  border-top: 1px solid #eee;
  border-bottom: 1px dashed #eee;
  padding: 40px 0;
  text-align: center;
  background-color: #fff;
}

.join.page .fuli .btitle span {
  color: #aaa;
}

.join.page .fuli .btitle h3 {
  font-size: 30px;
  margin: 0;
}

.join.page .fuli .box {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  height: 220px;
  float: left;
  text-align: center;
  cursor: pointer;
}

.join.page .fuli .box:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 99;
  color: #E84831;
}

.join.page .page-title h3 {
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 0;
}

.join.page .page-title p {
  opacity: .5;
  margin: 10px auto 50px;
}

.join.page .page-title a {
  padding: 15px 30px;
  color: #E84831;
  font-size: 13px;
  margin-top: 40px;
  background-color: #fff;
}

.join.page .page-title a:hover {
  color: #fff;
  background-color: #E84831;
}

.join.page .section .l-2 {
  background: #fff;
  overflow: hidden;
}

.join.page .section .l-2 .right {
  padding: 50px;
}

.join.page .section .l-2 .right span {
  color: #aaa;
}

.join.page .section .l-2 .right h1 {
  margin-top: 0;
}

.join.page .section .l-2 .right p {
  color: #888;
  line-height: 2;
}

.join.page .job-list {
  background: #fff;
  padding: 50px;
}

.join.page .job-list .ttitle span {
  color: #aaa;
}

.join.page .job-list .ttitle h1 {
  margin-top: 0;
}

.join.page .job-list .ttitle p {
  font-size: 14px;
}

.join.page .job-list .ttitle p a {
  color: #49AEE9;
}

.join.page .job-list .top {
  width: 100%;
  border-bottom: 2px solid #eee;
  color: #aaa;
  position: relative;
}

.join.page .job-list .top span {
  display: inline-block;
  margin: 0;
  padding: 0px 2%;
  font-size: 14px;
  line-height: 60px;
}

.join.page .job-list .job .s {
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.join.page .job-list .job span {
  display: inline-block;
  margin: 0;
  padding: 0px 2%;
  font-size: 14px;
  line-height: 60px;
}

.join.page .job-list .job .type {
  border: 1px solid #ccc;
  text-align: center;
  padding: 0 .5rem;
  text-indent: 0;
  color: #999;
  line-height: 18px;
  font-size: 12px;
}

.join.page .job-list .job .content {
  padding: 0 2%;
  padding-bottom: 20px;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  color: #888;
  line-height: 1.6;
  overflow: hidden;
  display: none;
}

.join.page .job-list .job .content h3 {
  font-size: 14px;
  color: #000;
  font-weight: normal;
}

.join.page .job-list .job .content a {
  padding: 15px 50px;
  background-color: #E84831;
  color: #fff;
  line-height: 4;
}

.join.page .job-list .job .content a:hover {
  background-color: #C11800;
}

.join.page .job-list .job.active .s {
  background-color: #eee;
}

.join.page .job-list .job.active .content {
  display: block;
}

.join.page .job-list .job:hover .s {
  background-color: #eee;
}

.join.page .job-list .career-title {
  width: 40%;
}

.join.page .job-list .cat {
  width: 30%;
}

.join.page .job-list .city {
  width: 10%;
}

.contact.page {
  margin-bottom: 50px;
}

.contact.page #dituContent {
  position: relative;
  z-index: 100;
  margin-top: -50px;
}

.contact.page .contact {
  background: #fff;
}

.contact.page .contact .title {
  padding: 40px 40px 10px 40px;
}

.contact.page .contact .title span {
  font-size: 12px;
  color: #aaa;
}

.contact.page .contact .title h3 {
  margin: 0;
  font-size: 24px;
}

.contact.page .contact .title p {
  color: #666;
  line-height: 2;
  width: 100%;
}

.contact.page .contact .more {
  padding: 0 40px 50px;
}

.contact.page .contact .more address {
  font-style: normal;
}

.contact.page .contact .more ul {
  margin: 40px 0;
  padding: 0;
}

.contact.page .contact .more ul li {
  list-style-type: none;
}

.contact.page .contact .more ul li a {
  line-height: 2;
  color: #aaa;
}

.contact.page .contact-form {
  background: #E84831;
}

.contact.page .contact-form .title {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 62px;
}

.contact.page .contact-form .title span {
  color: #fff;
  opacity: .5;
}

.contact.page .contact-form .title h3 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: normal;
}

.contact.page .contact-form input {
  display: block;
  width: 90%;
  padding: 0 5%;
  background-color: transparent;
  border: 1px solid #fff;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
  opacity: .5;
}

.contact.page .contact-form input::-webkit-input-placeholder {
  color: #fff;
  opacity: .5;
}

.contact.page .contact-form input:-ms-input-placeholder {
  color: #fff;
  opacity: .5;
}

.contact.page .contact-form input::placeholder {
  color: #fff;
  opacity: .5;
}

.contact.page .contact-form input:focus {
  opacity: 1;
  outline: none;
}

.contact.page .contact-form textarea {
  display: block;
  width: 90%;
  padding: 20px 5%;
  margin-bottom: 10px;
  border-color: #fff;
  background-color: transparent;
  font-size: 14px;
  opacity: .5;
}

.contact.page .contact-form textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: .5;
}

.contact.page .contact-form textarea:-ms-input-placeholder {
  color: #fff;
  opacity: .5;
}

.contact.page .contact-form textarea::placeholder {
  color: #fff;
  opacity: .5;
}

.contact.page .contact-form textarea:focus {
  opacity: 1;
  outline: none;
}

.contact.page .contact-form input[type='submit'] {
  display: block;
  text-align: center;
  color: #E84831;
  background-color: #fff;
  width: 100%;
  border: 0;
  opacity: 1;
}

footer {
  background-color: #fff;
  border-top: 2px solid #E84831;
  padding: 20px 0;
}

footer .colums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .colums .colum {
  width: 33.333%;
}

footer .colums .colum ul {
  margin: 0;
  padding: 0;
}

footer .colums .colum ul li {
  width: 50%;
  float: left;
}

footer .colums .colum ul li a {
  color: #aaa;
  font-size: 13px;
  line-height: 2;
  color: #666;
}

footer .colums .colum ul li a:hover {
  color: #E84831;
}

footer .colums .colum p {
  font-size: 13px;
  color: #888;
}

footer hr {
  margin: 20px 0;
  opacity: .2;
}

footer .copyright {
  display: block;
  font-size: 13px;
  color: #aaa;
  margin-bottom: 10px;
  text-align: center;
}

.about.page p {
  line-height: 2;
  color: #666;
}

.about.page .container {
  position: relative;
  z-index: 100;
}

.about.page .container .title {
  display: block;
}

.about.page .container .title span {
  border: 1px solid #E84831;
  color: #E84831;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 14px;
}

.about.page .container .intro {
  background-color: #fff;
  margin-top: -100px;
  padding: 50px 80px;
}

.about.page .container .intro h1 {
  line-height: 2;
  margin: 30px auto 20px;
  font-weight: normal;
}

.about.page .container .intro hr {
  opacity: .2;
}

.about.page .container .section.two .l-1 {
  background-color: #E84831;
}

.about.page .container .section.two .l-1 .title {
  padding: 70px 80px 10px;
}

.about.page .container .section.two .l-1 .title span {
  border-color: #Fff;
  color: #E84831;
  background-color: #fff;
}

.about.page .container .section.two .l-1 .content {
  color: #fff;
  padding: 10px 80px  70px;
}

.about.page .container .section.two .l-1 .content h3 {
  letter-spacing: 2px;
}

.about.page .container .section.two .l-1 .content p {
  color: #fff;
  opacity: .8;
}

.about.page .container .three {
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}

.about.page .container .three .title {
  margin: 80px auto 30px;
  width: 100%;
}

.about.page .container .three h1 {
  margin-bottom: 0px;
  width: 100%;
  line-height: 2;
  letter-spacing: 4px;
  position: relative;
  font-weight: normal;
}

.about.page .container .three img {
  width: 100%;
  height: auto !important;
}

.post.single .product-detail {
  margin-top: -80px;
  background: #fff;
}

.post.single .product-detail img {
  width: 100%;
  margin-bottom: -4px;
}

.post.single .product-detail .others h1 {
  font-weight: normal;
  font-size: 16px;
  padding: 20px;
  background: #E84831;
  color: #fff;
  margin: 0;
}

.post.single .product-detail .others .product {
  cursor: pointer;
  padding: 20px;
  border-bottom: 1px solid #ccc;
  display: block;
}

.post.single .product-detail .others .product h3 {
  margin: 0;
  color: #333;
}

.post.single .product-detail .others .product span {
  color: #aaa;
  font-weight: normal;
}

.post.single .product-detail .others .product:hover {
  border-color: #E84831;
  background: #fff;
}

.post.single .product-detail .others .product:hover h3 {
  color: #E84831;
}

.post.single .product-detail .l-1 .title {
  padding: 40px 50px;
  border-bottom: 1px solid #eee;
}

.post.single .product-detail .l-1 .title h1 {
  color: #E84831;
}

.post.single .product-detail .l-1 .title p {
  margin-bottom: 40px;
  margin-top: 0;
}

.post.single .product-detail .l-1 .title a {
  margin-top: 20px;
  background-color: #E84831;
  color: #fff;
  padding: 15px 20px;
}

.post.single .product-detail .l-1 .title a.disable {
  background-color: #ddd;
}

.post.single .product-detail .l-1 .details {
  padding: 40px 50px;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
}

.post.single .product-detail .l-1 .details table {
  width: 100%;
  line-height: 2;
}

.post.single .product-detail .l-1 .details p {
  font-weight: 400;
  line-height: 2;
  color: #333;
}

.post.single .content {
  background: #fff;
  padding: 50px 10%;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
}

.post.single .content img {
  max-width: 100%;
  height: auto;
  margin: 2% auto;
}

.post.single .content p {
  font-weight: 400;
  line-height: 2;
  color: #333;
}

.post.single .page-nav {
  background: #fff;
  padding: 40px 10%;
  border-top: 1px solid #eee;
  line-height: 2;
  color: #666;
  margin-bottom: 40px;
}

.post.single .page-nav a {
  color: #333;
  border-bottom: 1px dashed #ddd;
  padding: 5px 0;
}

.post.single .page-nav a:hover {
  color: #E84831;
  border-color: #E84831;
}

.post.single .job-list .apply-now {
  padding: 15px 50px;
  background-color: #E84831;
  color: #fff;
  line-height: 4;
}

.post.single .job-list .apply-now:hover {
  background-color: #C11800;
}

.post.single .job-list .ttitle {
  padding: 50px;
}

.post.single .job-list .ttitle span {
  color: #aaa;
}

.post.single .job-list .ttitle h1 {
  margin-top: 0;
}

.post.single .job-list .ttitle p {
  font-size: 14px;
}

.post.single .job-list .ttitle p a {
  color: #49AEE9;
}

.post.single .job-list .product span {
  font-size: 14px;
  color: #aaa;
}

.togglemenu {
  display: none;
  line-height: 30px;
  color: #fff;
}

.togglemenu img {
  width: 30px;
  float: left;
  margin-right: 10px;
}

#headermenu {
  display: none;
}
@media (max-width: 1201px) {
  .news.page .posts-list .post .time {
    width: 15%;
  }
  .news.page .posts-list .post .cat {
    width: 10%;
  }
  .join.page .job-list{
    display: block !important;
    overflow: hidden;
  }
  .join.page .section .l-2{
    width: 100%;
  }
  .join.page .section .l-1{
    width: 100%;
  }

}
@media (max-width: 1025px) {
  #topmenu {
    display: none;
  }
  .togglemenu {
    display: block;
  }
  .togglemenu .mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: .8;
    z-index: 9;
    display: none;
  }
  footer .colums {
    display: none;
  }
  #headermenu {
    position: fixed;
    margin: 0;
    z-index: 999;
    padding: 0;
    top: 110px;
    left: 0;
    right: 0;
    display: none;
    background: rgba(51, 51, 51, 0.88);
    z-index: 1000;
  }
  #headermenu li {
    display: block;
  }
  #headermenu li a {
    line-height: 3;
    display: block;
  }
  header.fixed .togglemenu {
    padding: 15px 0;
  }
  header.fixed #headermenu {
    top: 60px;
  }
  header.fixed #headermenu li a {
    color: #fff;
  }
  body.showmenu .togglemenu {
    color: #ddd;
  }
  body.showmenu .togglemenu .mask {
    display: block;
    z-index: -1;
  }
  body.showmenu #headermenu {
    display: block;
  }
  header.fixed .togglemenu {
    color: #aaa;
  }
  .container {
    width: 96%;
  }
  .l-1, .l-2, .l-3, .l-4, .l-5 {
    width: 100%;
    min-height: 420px;
  }
  .home .more-link {
    left: 0;
    padding: 20px;
    text-align: center;
    display: block;
  }
  .home .about .right {
    width: 80%;
    float: none;
    position: relative;
    z-index: 9;
    margin: 0 10%;
    padding: 60px 0 20px;
  }
  header .logo {
    margin: 36px 0;
  }
  header .logo img {
    height: 48px;
  }
  .home .product .products-list {
    padding: 0 40px;
    overflow: hidden;
    margin-bottom: 90px;
  }
  .home .about .left img {
    margin-left: 0%;
  }
  #bg-animation {
    display: none;
  }
  .home .about .left {
    width: 100%;
    float: left;
    position: absolute;
    padding: 50px 0 20px;
    z-index: 1;
  }
  .home .about .right p {
    width: 100%;
  }
  .products .products-list .product .more {
    display: block;
    float: none;
    background-color: #E84831;
    color: #fff;
    text-align: center;
  }
  .post.single .product-detail .l-2 {
    min-height: auto;
  }
  .product-detail .others {
    display: none;
  }
  .post.single .product-detail .l-1 .title {
    padding: 0px 20px 40px;
  }
  .post.single .product-detail .l-1 .details {
    padding: 40px 20px;
  }
  .about.page .container .intro {
    padding: 50px 30px;
  }
  .about.page .container .intro h1 {
    font-size: 20px;
  }
  .about.page .container .section.two .l-1 .title {
    padding-left: 30px;
    padding-right: 30px;
  }
  .about.page .container .section.two .l-1 .content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .about.page .container .three h1 {
    font-size: 20px;
  }
  .products .product-filter li:first-child {
    width: 100%;
  }
  .products .product-filter li {
    width: 50%;
  }
  .news.page .posts-list .post .time {
    width: 50%;
    float: right;
    text-align: right;
  }
  .news.page .posts-list .post .cat {
    width: 50%;
    float: left;
  }
  .news.page .posts-list .post .content {
    width: 100%;
  }
  .news.page .posts-list .post .content h3 {
    line-height: 1.6;
    text-align: justify;
    margin: 10px 0;
  }
  .news.page .posts-list .post .post-item .inner {
    padding: 5px 30px;
  }
  .news.page .posts-list .post .time time {
    padding: 0;
    font-style: normal;
  }
  .news.page .posts-list .post .post-item {
    padding: 20px 0;
    border-bottom: 1px dashed #ddd;
  }
  .news.page .posts-list .post .cat .category {
    padding: 8px 12px;
    font-size: 12px;
  }
  .page-title h1 {
    font-size: 25px;
    margin: 0 auto;
  }
  .join.page .fuli .box {
    width: 50%;
  }
  .join.page .section .l-2 {
    min-height: auto;
  }
  .join.page .section .l-2 .right {
    padding: 50px 30px;
  }
  .join.page .job-list {
    padding: 50px 30px;
  }
  .join.page .job-list .top{
    display: none;
  }
  .join.page .job-list .job span{
    line-height: 2;
    padding:0;
  }
  .join.page .job-list .career-title{
    width: 100%;
  }
    .join.page .job-list .career-title:before{
      content:"职位：";
      color: #aaa;
    }
  .join.page .job-list .cat{
    width: 100%;
  }
  .join.page .job-list .cat:before{
    content:"分类：";
    color: #aaa;
  }
  .join.page .job-list .city{
    width: 100%;
  }
  .join.page .job-list .city:before{
    content:"城市：";
    color: #aaa;
  }
  #menu-product li {
    width: 50% !important;
  }
  footer {
    margin-top: 20px;
  }
  footer hr {
    display: none;
  }
}

#menu-product {
  margin: 0;
  padding: 0;
}
