@charset "utf-8";
/*-------滚动按钮----------*/
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  outline: none;
  width: 24px;
  height: 46px;
  color: #eee;
  font-size: 2rem;
  margin-top: -23px;
  background: rgba(0, 0, 0, .2);
  transition: opacity ease .4s;
  opacity: 0;
}
.swiper-button-prev {
  border-radius: 0 .3rem .3rem 0;
  left: 0;
  right: auto;
}
.swiper-button-next {
  border-radius: .3rem 0 0 .3rem;
  right: 0;
  left: auto;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  background: rgba(222, 0, 16, .5);
}
.swiper-container:hover .swiper-button-prev, .swiper-container:hover .swiper-button-next {
  opacity: 1;
}
.swiper-button-prev::after, .swiper-button-next::after {
  content: '';
}
/* CSS Document */
#banner {
  width: 100%;
  height: 100%;
}
#banner .swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
}
#banner .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  opacity: 1;
  border-radius: 10px;
  background: white;
  margin: 0 5px;
  cursor: pointer;
  transition: width 0.3s ease-in-out;
}
#banner .swiper-pagination-bullet-active {
  background: #EEB13E;
  width: 16px;
}
#banner .swiper-pagination-bullets {
  bottom: 15px;
}
#banner .swiper-slide .container {
  position: relative;
  top: 28%;
}
#banner .swiper-slide .container .col-lg {
  width: 40%;
}
#banner .swiper-slide h3 {
  font-family: 'Oswald';
  font-weight: 500;
  font-size: 3.2rem;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.6);
  color: #fff;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
}
#banner .swiper-slide p {
  font-size: 2rem;
  line-height: 1.6;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.6);
  color: #fff;
}
#banner .swiper-button-next, #banner .swiper-button-prev {
  margin-top: -35px;
  transition: 0;
  width: 41px;
  height: 69px;
}
#banner .swiper-button-prev {
  background: url("../images/icon-slides.png") no-repeat -84px 50%;
  left: 0;
  right: auto;
}
#banner .swiper-button-prev:hover {
  background-position: 0 50%
}
#banner .swiper-button-next {
  background: url("../images/icon-slides.png") no-repeat -125px 50%;
  right: 0;
  left: auto;
}
#banner .swiper-button-next:hover {
  background-position: -42px 50%
}
#banner .swiper-button-prev::after, #banner .swiper-button-next::after {
  content: '';
}
/*-------段落行间距-------*/
main > section {
  position: relative;
  padding: 6rem 0;
}
main > section hgroup > h2 {
  font-size: 2.5rem;
  /*font-weight: 600;*/
  text-transform: uppercase;
  position: relative;
}
main > section hgroup > h2 a {
  color: #55656e;
}
main > section hgroup > h2::after {
  content: '';
  display: block;
  height: .2rem;
  width: 50px;
  background: #EEB13E;
  margin: 1rem 0 0;
  border-radius: 2px;
}
main > section .title {
  width: 100%;
  position: relative;
  margin: 0 auto 3rem;
  -webkit-justify-content: space-between;
  justify-content: space-between; /*两端对齐*/
  align-items: center; /*垂直居中*/
  border-bottom: 1px solid #e5e5e5;
}
main > section .item-list > li + li {
  margin-left: 1.25rem;
}
main > section .item-list > li > a {
  padding: .75rem 1.5rem;
  display: block;
  background-color: #f1f2f6;
  -webkit-border-radius: .3rem;
  -moz-border-radius: .3rem;
  -ms-border-radius: .3rem;
  -o-border-radius: .3rem;
  border-radius: .3rem;
  text-transform: capitalize;
}
main > section .item-list > li > a:hover, main > section .item-list > li.active a {
  background: #EEB13E;
  color: #fff;
}
/*-----------第一部分-----------*/
#wrapper2 {
  background: url("../images/wrapper2-bg.jpg") no-repeat fixed top left;
  background-size: cover;
}
#wrapper2 .tab-box .tab-conbox {
  transition: all 0.5s ease;
}
#wrapper2 .tab-box .tab-conbox + .tab-conbox {
  display: none;
}
/*------产品--------*/
#wrapper3 {
  background-image: linear-gradient(180deg, #fff, #dcdcdf);
  /*  background:#EAEAED url("../images/wrapper2-bg.png") no-repeat fixed bottom right;*/
}
/*------/产品列表/-------*/
.news-tab-box {
  transition: all 0.5s ease;
}
.news-tab-box .swiper-container:not(:first-child) {
  display: none;
}
.visibility {
  visibility: hidden;
  position: absolute;
  z-index: -1;
  height: 0;
  opacity: 0
}
/*.news-tab-box .news-con{
   display: none;
}*/
#wrapper5 .zoom-gallery a.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
#wrapper5 .swiper-slide {
  transition: all ease .3s;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1);
  margin-bottom: 10px;
  padding-top: .5rem;
}
#wrapper5 .swiper-slide a img {
  width: 100%;
}
#wrapper5 .swiper-slide:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
#wrapper5 .swiper-slide:hover h3 a {
  color: #EEB13E;
}
#wrapper5 .swiper-slide:hover .read-more {
  color: #EEB13E;
}
#wrapper5 section {
  background-color: #fff;
  padding: 2rem;
  transition: all ease .3s;
}
#wrapper5 .post-calendar {
  font-size: 1.5rem;
  color: #1f2428;
  margin-bottom: 1rem;
}
#wrapper5 .post-calendar i {
  color: #EEB13E;
  position: relative;
  margin-right: 5px;
}
#wrapper5 .post-calendar span::before {
  content: '|';
  padding: 0 1rem;
}
#wrapper5 section h3 {
  line-height: 1.4;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 1rem;
  /*min-height: 62px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;*/
}
#wrapper5 section p {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-bottom: 1rem;
  height: 50px;
  overflow: hidden;
}
/*
Read More Btn Area Style*/
.read-more {
  font-size: 16px;
  color: #EEB13E;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
.read-more i {
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.read-more:hover {
  color: #EEB13E;
  letter-spacing: 1px;
}
/*-------第三部分（公司简介）-----*/
#wrapper1 {
  background: #fff url("../images/about-bg.png") no-repeat right center;
}
#wrapper1 .about .about-left {
  width: 50%;
  height: 100%;
  margin-right: 4rem;
  position: relative;
  transition: all 0.2s ease-in-out;
}
#wrapper1 .title {
  margin: 0 auto 2.5rem;
  border-bottom: 0 none;
}
/*------内容------*/
#wrapper1 .gallery-top > .swiper-wrapper > .swiper-slide {
  background: #fff;
}
#wrapper1 .gallery-thumbs .swiper-wrapper {
  cursor: pointer;
  text-align: center;
  font-size: 1.8rem;
  border-top: #ececec solid 1px;
}
#wrapper1 .gallery-thumbs .swiper-slide {
  padding: 2rem 0;
}
#wrapper1 .gallery-thumbs .swiper-slide-thumb-active {
  color: #EEB13E;
  position: relative;
}
#wrapper1 .gallery-thumbs .swiper-slide-thumb-active::after {
  content: '';
  width: 70px;
  background-color: #EEB13E;
  left: 50%;
  margin-left: -35px;
  position: absolute;
  top: 0px;
  height: 3px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper1 .about .content {
  margin-bottom: 2.5rem;
  position: relative;
}
#wrapper1 .about .content .content-scroll {
  width: 100%;
  height: 300px;
}
#wrapper1 .about .content .content-scroll .swiper-slide {
  height: auto;
  padding-right: 3rem;
}
#wrapper1 .about .content h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#wrapper1 .about .content p {
  line-height: 1.75;
}
#wrapper1 .about .content p + p {
  margin-top: 1.5rem;
}
#wrapper1 .about .content ul li {
  position: relative;
  line-height: 1.75;
  margin-bottom: 1rem;
}
#wrapper1 .about .content ul li::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 7px;
  background: url("../images/dot.png") no-repeat center;
  background-size: 14px 14px;
}
#wrapper1 .about .content ul li span {
  display: block;
  margin-left: 2.2rem;
}
#wrapper1 .about .about-right {
  width: calc(50% - 4rem);
  flex: 0 0 auto;
  transition: all 0.2s ease-in-out;
}
#wrapper1 .about .about-right .about-pic {
  display: block;
  position: relative;
}
#wrapper1 .about .about-right .about-pic img {
  width: 100%;
  transition: all 0.2s ease-in-out;
}
#wrapper1 .about .about-right .about-pic .playBtn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
#wrapper1 .about .about-right .about-pic .playBtn .btns {
  width: 73px;
  height: 73px;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*-----查看更多----*/
#wrapper1 .button-more {
  margin-bottom: 2.5rem;
}
/*-------第四部分（服务流程）-----*/
#wrapper5 {
  background: #fff;
}
#wrapper5 hgroup > h3 {
  color: #595959;
}
/*-----新闻----------*/
#wrapper5 .col {
  width: 33.3333333%;
  padding: 0 1.5rem;
  position: relative;
  transition: all 0.2s ease-in-out;
}
#wrapper5 ul.post-date {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 55px;
  text-align: center;
  z-index: 99;
}
#wrapper5 ul.post-date li {
  height: 24px;
  line-height: 24px;
}
#wrapper5 ul.post-date li:first-child {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  background: #fff;
  color: #EEB13E;
}
#wrapper5 ul.post-date li:last-child {
  color: #fff;
  background: #EEB13E;
}
/*-------发展历程---------*/
main .content2 {
  padding: 4rem 0;
  position: relative;
}
main #content2::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #f4f4f4;
  z-index: -2;
}
main .content2 .container > hgroup {
  width: 100%;
  line-height: 1.75;
  text-align: center;
  margin: 0 auto 2rem;
}
main .content2 container > hgroup > h1 {
  color: #333333;
  font-size: 2.8rem;
  line-height: 46px;
  text-transform: capitalize;
}
main .content2 .container > hgroup > h3 {
  color: #999;
  font-size: 1.4rem;
  text-transform: uppercase;
  position: relative;
}
#content2 .container > hgroup > h3 span {
  z-index: 999;
  position: relative;
  background: #f4f4f4;
  padding: 0 .75rem;
}
#content3 .container > hgroup > h3 span {
  z-index: 999;
  position: relative;
  background: #fff;
  padding: 0 .75rem;
}
main .content2 .container > hgroup > h3::before, main .content2 .container > hgroup > h3::after {
  position: absolute;
  content: '';
  width: 50%;
  left: 0;
  top: 50%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
main .content2 .container > hgroup > h3::before {
  left: auto;
  right: 0;
}
#content2 .history {
  width: 100%;
  margin-top: 35px;
  position: relative;
}
#content2 .history::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #d0d0d0;
  left: 0;
  top: 50%;
  z-index: -1;
}
#content2 .history-list {
  width: 100%;
  position: relative;
  padding: 0 5px;
}
#content2 .history-list:before, #content2 .history-list:after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  left: 0;
  top: 50%;
  margin-top: -6px;
  background: #fff;
  border: 1px solid #a490a6;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}
#content2 .history-list:before {
  left: auto;
  right: 0;
}
#content2 .history-list .l1 {
  width: 100%;
  padding: 0%;
}
#content2 .history-list .l1 .text {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  /*text-align: center;*/
  border-radius: 1rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  padding: .75rem 0;
  height: 120px;
  color: #444444;
  line-height: 1.4;
}
#content2 .history-list .l1 .text.tow {
  margin-top: 62px;
}
#content2 .history-list .l1 .text em {
  display: table;
  height: 100%;
  width: 100%;
  padding: 0 5%;
}
#content2 .history-list .l1 .text em i {
  display: table-cell;
  vertical-align: middle;
  font-style: normal;
}
#content2 .history-list .l1 .time {
  text-align: center;
  margin-top: 62px;
}
#content2 .history-list .l1 .time span {
  display: inline-block;
  width: 108px;
  height: 108px;
  background: #55656E;
  color: #fff;
  line-height: 108px;
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: relative;
}
#content2 .history-list .l1 .time span::before {
  position: absolute;
  content: '';
  width: .1rem;
  height: 35px;
  top: -30px;
  left: 50%;
  margin-left: -.05rem;
  background: #55656E;
}
#content2 .history-list .l1 .time span::after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  top: -42px;
  left: 50%;
  margin-left: -6px;
  background: #55656E;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
#content2 .history-list .l1 .time.tow {
  margin-top: 0;
}
#content2 .history-list .l1 .time.tow span::before {
  top: auto;
  bottom: -32px;
}
#content2 .history-list .l1 .time.tow span::after {
  top: auto;
  bottom: -43px;
}
/*----------------------*/
#content3 .culture.flex {
  justify-content: space-between;
}
#content3 .culture .left {
  width: 45%;
  height: 100%;
  position: relative;
  transition: all 0.2s ease-in-out;
}
#content3 .culture .right {
  background: #ffffff;
  width: 55%;
  box-shadow: 0 1px 18px 1px rgba(54, 62, 69, 0.3);
  padding: 5rem;
  transition: all 0.2s ease-in-out;
}
/*#content3 .culture .left .about-pic::after {
  width: 60%;
  height: 100%;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background-image: -webkit-linear-gradient(left, rgba(78, 38, 78, 0) 0%, rgba(85, 101, 110, 1) 60%);
  background-image: -moz-linear-gradient(left, rgba(78, 38, 78, 0) 0%, rgba(85, 101, 110, 1) 60%);
  background-image: -o-linear-gradient(left, rgba(78, 38, 78, 0) 0%, rgba(85, 101, 110, 1) 60%);
  background-image: linear-gradient(left, rgba(78, 38, 78, 0) 0%, rgba(85, 101, 110, 1) 60%);
  opacity: .9;
}*/
#content3 .culture .left .about-pic, #content3 .culture .right .about-pic {
  display: block;
  position: relative;
}
#content3 .culture .left .about-pic img, #content3 .culture .right .about-pic img {
  width: 100%;
  transition: all 0.2s ease-in-out;
}
#content3 .culture .left .about-desc {
  position: absolute;
  width: 30%;
  top: 0;
  right: 0;
  padding: 60px 0 0 0;
}
#content3 .culture .right .about-desc h3 {
  width: 100%;
  color: #EEB13E;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  position: relative;
  padding: 0 0 2rem;
  margin-bottom: 2rem;
}
#content3 .culture .right .about-desc h3::after {
  position: absolute;
  content: '';
  width: 48px;
  height: 3px;
  background: #EEB13E;
  bottom: -2px;
  left: 0;
}
#content3 .culture .left .about-desc h1 {
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  z-index: 2;
  margin-bottom: 1.5rem;
}
#content3 .culture .left .about-desc p {
  color: #fff;
  font-size: 1.6rem;
  line-height: 30px;
  position: relative;
  z-index: 2;
}
/*-----标题大小-----*/
#content h1 {
  font-size: 3rem;
  line-height: 1.5;
}
/*-----/产品简介页/-----*/
#content .proshow {
  width: 100%;
  margin: 0 auto 20px;
}
#content .proshow .col-left {
  width: 450px;
  margin-right: 3rem;
}
#content .proshow .col-right {
  flex: 1;
}
#content .proshow .col-right h1 {
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e0e0e0;
}
/*------产品滚动-----*/
#productSlide {
  width: 100%;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  position: relative;
}
#productSlide .swiper-slide {
  position: relative;
  text-align: center;
  transform: translate3d(0, 0, 0);
}
#productSlide img {
  width: 100%;
  display: block;
}
#productSlide .pagination {
  position: absolute;
  z-index: 20;
  bottom: 3px;
  text-align: center;
  right: 0;
}
#productSlide .swiper-pagination-bullet {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #333;
  margin: 0 2px;
  opacity: 0.8;
  cursor: pointer;
}
#productSlide .swiper-pagination-bullet-active {
  background: #DD011B;
}
/*-----标题大小-----*/
#content h1 {
  font-size: 3rem;
  line-height: 1.5;
  text-transform: capitalize;
}
/*-----/产品简介页/-----*/
#content .proshow {
  width: 100%;
  margin: 0 auto 20px;
}
#content .proshow .col-left {
  width: 450px;
  margin-right: 3rem;
}
#content .proshow .col-right {
  flex: 1;
}
#content .proshow .col-right h1 {
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e0e0e0;
}
/*------产品滚动-----*/
#productSlide {
  width: 100%;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  position: relative;
}
#productSlide .swiper-slide {
  position: relative;
  text-align: center;
  transform: translate3d(0, 0, 0);
}
#productSlide img {
  width: 100%;
  display: block;
}
#productSlide .pagination {
  position: absolute;
  z-index: 20;
  bottom: 3px;
  text-align: center;
  right: 0;
}
#productSlide .swiper-pagination-bullet {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #333;
  margin: 0 2px;
  opacity: 0.8;
  cursor: pointer;
}
#productSlide .swiper-pagination-bullet-active {
  background: #EEB13E;
}
/*-------产品详情页--------*/
#content .details {
  width: 100%;
  box-shadow: 0px 3px 9px rgba(120, 120, 120, 0.09);
  /*    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);*/
  border: 1px solid #e2e2e2;
  margin-bottom: 1rem;
}
#content ul.tabs-nav {
  background-color: #f0f0f0;
  border-bottom: 1px solid #e2e2e2;
  height: 40px;
  line-height: 40px;
}
#content ul.tabs-nav li {
  line-height: 40px;
  border-right: 1px solid #e2e2e2;
}
#content ul.tabs-nav li a {
  text-align: center;
  display: block;
  min-width: 10rem;
  padding: 0 1.5rem;
}
#content ul.tabs-nav li a:hover {
  background: #e2e2e2;
}
#content ul.tabs-nav li.active a {
  color: #EEB13E;
  position: relative;
  background-color: #fff;
}
#content ul.tabs-nav li.active a::after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  top: -1px;
  height: 2px;
  background-color: #EEB13E;
  z-index: 10;
}
.tab-box .tab-content:not(:first-child) {
  display: none;
}
.tab-box .tab-content {
  padding: 2rem;
  background-color: #fff;
}
#content .btn-red {
  background: #EEB13E;
  border-color: #EEB13E;
  color: #fff;
}
#content .btn-blue {
  background: #EEB13E;
  border-color: #EEB13E;
  color: #fff;
}
#content .btn-big {
  font-size: 1.6rem;
  padding: 1rem 1.5rem;
  -webkit-border-radius: .3rem;
  -moz-border-radius: .3rem;
  -ms-border-radius: .3rem;
  -o-border-radius: .3rem;
  border-radius: .3rem;
  opacity: 1;
  transition: transform .3s ease 0s;
}
#content .btn-big:hover {
  opacity: 0.8;
  text-decoration: none;
}
/*----相关产品---*/
#product-scroll ul {
  width: 100%;
}
#product-scroll ul li {
  /*width: 25%;*/
  /*padding: 0 1.5rem;*/
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#product-scroll ul li a {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}
#product-scroll ul li a img {
  -webkit-transition: transform .5s ease 0s; /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
  -moz-transition: transform .5s ease 0s;
  -o-transition: transform .5s ease 0s;
  transition: transform .5s ease 0s;
}
#product-scroll ul li:hover a img {
  transform: scale(1.1, 1.1);
}
#product-scroll ul li h3 {
  font-size: 1.5rem;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 1rem .5rem;
  text-transform: capitalize;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
}
/*------内页新闻列表------*/
#content ul.news-list {
  margin-bottom: 3rem;
}
#content ul.news-list li {
  border-bottom: 1px rgba(0, 0, 0, .1) solid;
  padding-bottom: 2rem;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
#content ul.news-list li + li {
  padding: 2rem 0;
}
#content ul.news-list li .thumb {
  width: 20%;
  margin-right: 2rem;
  overflow: hidden;
}
#content ul.news-list li .thumb img {
  width: 100%;
  min-height: 100%;
  transition: transform .3s ease-out;
}
#content ul.news-list li section {
  flex: 1;
  position: relative;
}
#content ul.news-list li:hover .thumb img {
  transform: scale(1.1, 1.1);
}
#content ul.news-list li:hover {
  cursor: pointer;
}
#content ul.news-list li:hover a {
  color: #EEB13E;
}
#content ul.news-list li section h3 {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
#content ul.news-list li section h3 a {
  color: #333;
}
#content ul.news-list li section p.desc {
  line-height: 1.75;
  color: #828a92;
  height: 48px;
  overflow: hidden;
}
#content ul.news-list li section p.tags {
  position: absolute;
  bottom: 0;
  color: #a3afb7;
}
#content ul.news-list li section p.tags span:not(:first-child) {
  margin-left: 1rem;
}
#content ul.news-list li section p.tags span i {
  margin-right: .5rem;
}
/*-------新闻详情页------*/
#article header {
  text-align: center;
}
#article header .meta {
  line-height: 1.5;
  font-size: 1.4rem;
  color: #999;
  border-bottom: 1px solid #e5e7eb;
  padding: 1.25rem 0;
}
#article header .meta span {
  padding-left: 1rem;
}
/* -----新闻内容----- */
#article section.main-body {
  padding: 2rem 0;
}
/*---联系我们---*/
#content .tab-area {
  text-align: center;
}
#content .tab-area ul.nav-tabs {
  position: relative;
  border: 0;
  margin-bottom: 65px;
  display: inline-block;
}
#content .tab-area ul.nav-tabs > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px;
}
#content .tab-area ul.nav-tabs > li > a {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  transition: .5s;
  margin: 0 1px;
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
  border: 0;
  padding: 2.25rem 5rem;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}
#content .tab-area ul.nav-tabs > li.active > a {
  color: #29166F;
  border-color: #999;
}
.contact-info-wrap > ul > li {
  text-align: center;
  flex: 1 1 25%;
  padding: 0 1.5rem;
  margin-bottom: 4rem;
}
.contact-info-wrap > ul > li + li {
  border-left: 1px solid #e0e0e0;
}
.contact-info-wrap > ul > li .icon {
  margin-bottom: 4rem;
  margin-top: 2rem;
}
.contact-info-wrap > ul > li .icon i {
  color: #EEB13E;
  font-size: 5rem;
}
.contact-info-wrap > ul > li h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.contact-info-wrap > ul > li .text {
  font-size: 1.8rem;
  line-height: 1.5;
}
.contact-info-wrap > ul > li .text a {
  color: #555;
}
#content .tab-area + .tab-area {
  display: none;
}
#content .tab-content .tab-pane + .tab-pane {
  display: none;
}
/*成功案例*/
#content ul.case {
  width: 100%;
}
#content ul.case > li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 1.5rem;
  height: 100%;
  margin-bottom: 3rem;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#content ul.case > li > a {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 5px #d8d7d7;
  background: #f0f0f0;
  display: block;
}
#content ul.case > li h3 {
  font-weight: normal;
  text-align: center;
  font-size: 1.6rem;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 1.5rem .5rem;
  text-transform: capitalize;
}
#content ul.case > li .img {
  overflow: hidden;
}
#content ul.case > li .img img {
  width: 100%;
  display: block;
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
}
#content .zoom-gallery a.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
#content ul.case > li:hover a {
  color: #fff;
  background: #818086;
}
#content ul.case > li:hover img {
  transform: scale(1.1, 1.1);
}
#content ul.case > li:hover h3 {
  color: #ffffff;
}
/*-----/在线留言页/-----*/
ul.widget-box {
  position: relative;
}
ul.widget-box li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
ul.widget-box li label {
  float: left;
  width: 100px;
  text-align: right;
  line-height: 30px;
  cursor: pointer;
}
ul.widget-box li span.field {
  display: block;
  position: relative;
  margin-left: 110px;
}
ul.widget-box li span.field img {
  vertical-align: middle;
  cursor: pointer;
  margin-left: 5px;
}
ul.widget-box li em.required {
  color: #f00;
}
ul.widget-box li input {
  height: 30px;
  max-width: 100%;
}
ul.widget-box li textarea {
  max-width: 100%;
}
ul.widget-box li input:not(.valcode) {
  width: 500px;
}
ul.widget-box li textarea {
  width: 600px;
}
.form-actions {
  padding: 12px 0 12px 105px;
}
.form-actions button[type="submit"] {
  margin-right: 10px;
}
/*
form.validate-form input.error, form.validate-form select.error, form.validate-form textarea.error {
  border: 1px solid rgba(223, 6, 15, 0.8);
}
*/
.tipinfo span.error {
  background: url("../images/unchecked.jpg") no-repeat left;
  padding-left: 17px;
  color: #eb0000;
  display: block;
}
.tipinfo span.valid {
  background: url("../images/checked.gif") no-repeat left;
  width: 14px;
  height: 13px;
  overflow: hidden;
  padding: 0;
  margin: 5px 0 0 5px;
  display: inline-block;
}
.stdbtn {
  padding: 6px 15px;
  border: 1px solid #ccc;
  background: #eee url(../images/buttons.png) repeat-x top left;
  color: #333;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  opacity: 0.8;
  font-size: 1.4rem;
}
.stdbtn:hover {
  text-decoration: none;
  opacity: 1;
}
.btn_blue {
  background-position: 0 -76px;
  border-color: #0282ce;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn_red {
  background-position: 0 -228px;
  border-color: #a31314;
  color: #fff;
}
/*--------人才招聘--------*/
#content .job-title {
  background-color: #55656E;
}
#content .job-title ul li {
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 1.6rem;
  width: 20%;
}
#content .job-list {
  background-color: #f6f4f4;
  margin-bottom: 20px;
}
#content .job-list .job-content .job-desc {
  display: none;
}
#content .job-list .job-content > ul {
  cursor: pointer;
  border-bottom: 1px solid #e8e7e7;
}
#content .job-list .job-content > ul > li {
  padding: 15px 0;
  text-align: center;
  width: 20%;
}
#content .job-list .job-content.active > ul > li, #content .job-list .job-content > ul:hover > li {
  color: #6e4800;
}
#content .job-tip {
  line-height: 1.7;
  margin-bottom: 20px;
}
#content .job-contact h2 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
}
#content .job-contact p {
  line-height: 1.7;
}
/*-------职位描述-----*/
#content .job-list .job-desc {
  width: 100%;
  padding: 20px 50px;
  border-bottom: 1px solid #e5e5e5;
}
#content .job-list .job-desc > ul {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
#content .job-list .job-desc > ul > li {
  flex: 1 1 25%;
  line-height: 1.8;
}
#content .job-list .job-desc ul li span {
  color: #666;
}
/*--------岗位职责-----*/
#content .job-list .job-desc .zhize.z1 {
  margin-bottom: 20px;
}
#content .job-list .job-desc h2 {
  font-weight: bold;
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 10px;
}
#content .job-list .job-desc p {
  line-height: 1.75;
}
/*------资料下载-------*/
main .files-list img {
  vertical-align: middle;
  padding-right: 5px;
}
main .scroll-wrapper {
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-style: none;
}
main .scroll-wrapper .files-list {
  display: inline-table;
}
main .scroll-wrapper::-webkit-scrollbar {
  display: none;
}