body {
  background-color: #F6F1EE;
}

.footer {
  padding-left: 16.6666%;
  padding-right: 16.6666%;
}

#banner {
  clear: both;
  position: relative;
  z-index: 1;
}

#banner .textBox {
  position: absolute;
  padding: 0 16.6666%;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
}

#banner .textBox h3, #banner .textBox h4 {
  margin: 0;
  font-weight: normal;
}

#banner .textBox h3 {
  font-size: 3.125rem;
}

#banner .textBox h4 {
  font-family: 'rubik-regular-webfont';
  font-size: 2.5rem;
  padding-bottom: 0.7rem;
}

#banner .textBox .intro {
  line-height: 2rem;
  font-size: 1rem;
}

.ac-page-wrapper {
  clear: both;
  margin-top: -72px;
  padding: 0 0 0 16.6666%;
  position: relative;
  z-index: 2;
}

.ac-page-wrapper .main {
  clear: both;
  background-color: #FFF;
}

.ac-page-wrapper .main .pr {
  padding-right: 20%;
}

.ac-page-wrapper .main .hd {
  height: 72px;
  border-bottom: 1px #E8E8E8 solid;
  position: relative;
}

.ac-page-wrapper .main .hd .pos {
  line-height: 72px;
  padding-left: 2.5rem;
  background-image: url('../images/i_home.png');
  background-repeat: no-repeat;
  background-position: 2.5rem 47%;
  background-size: 0.625rem;
  font-size: 0;
}

.ac-page-wrapper .main .hd .pos a, .ac-page-wrapper .main .hd .pos span {
  display: inline-block;
  padding: 0 1.5rem;
  font-size: 0.875rem;
  background-image: url('../images/i_r.png');
  background-position: 0;
  background-repeat: no-repeat;
}

.ac-page-wrapper .main .hd .pos a:first-child {
  background-image: none;
}

.ac-page-stand {
  clear: both;
  padding: 0 16.6666%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.ac-page-stand.w {
  background-color: #FFF;
}

.column_sub_nav {
  float: right;
  font-size: 0;
}

.column_sub_nav li {
  display: inline-block;
  margin-left: 2rem;
}

.column_sub_nav li a {
  font-size: 1rem;
  line-height: 72px;
  position: relative;
}

.column_sub_nav li.on a {
  color: #F29330;
}

.column_sub_nav li.on a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F29330;
  height: 2px;
}

#about-profile {
  padding: 2.5rem;
  background-image: url('../images/p_bg.jpg');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

#about-profile .a {
  padding-right: 25%;
  position: relative;
}

#about-profile .a h4 {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

#about-profile .a .c{
  line-height: 1.85rem;
  color: #858585;
  text-indent: 2rem;
}

#about-profile .a .c p{
  padding: 0.25rem 0;
}

#about-profile .a .v {
  position: absolute;
  width: 20%;
  top: 3.8rem;
  right: 0;
  border-left: 2px #F0851A solid;
  padding-left: 2rem;
}

#about-profile .a .v .b {
  border: 1px #ECECEC solid;
  margin-top: 2rem;
  padding: 1.25rem 1.25rem 1.25rem 4.2rem;
  font-size: 1rem;
  color: #F08519;
  position: relative;
  cursor: pointer;
}

#about-profile .a .v .b:before {
  content: '';
  position: absolute;
  width: 3.6rem;
  left: -1px;
  top: -1px;
  bottom: -1px;
  background-image: linear-gradient(to bottom right, #FF7902, #FE3E02);
}

#about-profile .a .v .b:after {
  content: '';
  width: 2rem;
  height: 1rem;
  position: absolute;
  left: 0.8rem;
  top: 50%;
  margin-top: -0.5rem;
  background-image: url('../images/i_rr.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#about-profile .a .v .b:hover:after {
  left: 1.2rem;
}


#about-profile .n {
  clear: both;
  padding: 2rem 0;
  font-size: 0;
  margin-top: 1rem;
}

#about-profile .n .ns {
  text-align: center;
  width: 33.3333%;
  display: inline-block;
}

#about-profile .n .ns .an {
  font-size: 1.25rem;
  color: #F08519;
}

#about-profile .n .ns .an sup {
  font-size: 3.75rem;
  position: relative;
  bottom: -0.5rem;
  font-family: 'rubik-regular-webfont';
  padding-right: 0.5rem;
}

#about-profile .n .ns .s {
  font-size: 1.125rem;
  padding-top: 0.25rem;
}

#about-profile .n .ns.m {
  position: relative;
}

#about-profile .n .ns.m:before, #about-profile .n .ns.m:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: -1rem;
  width: 1px;
  background-color: #E8E8E8;
}

#about-profile .n .ns.m:before {
  left: -1px;
}

#about-profile .n .ns.m:after {
  right: -1px;
}

#about-team {
  background-image: linear-gradient(to bottom left, #F4E9D5, #EDDABA);
  padding: 2.5rem;
}

#about-team h4 {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

#about-team .swiper-container {
  margin: 2.5rem 0;
}

#about-team .photo {
  width: 12.5rem;
  height: 12.5rem;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
}

#about-team .intro {
  margin-top: 1rem;
  font-size: 1rem;
  color: #545454;
  line-height: 2rem;
  text-align: center;
}

#about-culture {
  clear: both;
  margin: 2rem 0;
}

#eng-about-culture {
  clear: both;
  margin: 2rem 0;
}

#about-culture .items {
  margin-left: 2rem;
  background-repeat: repeat-y;
  background-size: contain;
  background-position: 0;
}

#about-culture .items .fool {
  padding: 0 18% 0 0;
  font-size: 0;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

#about-culture .items .box {
  padding: 2.5rem;
  display: inline-block;
}

#eng-about-culture .box {
  padding: 0.5rem 2.5rem;
  display: block;
}

#eng-about-culture .box h4, #about-culture .box h5 {
  margin: 0;
  color: #333;
}

#eng-about-culture .box h4 {
  font-size: 1.56rem;
}

#eng-about-culture .box h5 {
  font-size: 1rem;
  margin-top: 1rem;
  font-weight: normal;
}


#about-culture .items .box h4, #about-culture .items .box h5 {
  margin: 0;
  color: #333;
}

#about-culture .items .box h4 {
  font-size: 1.56rem;
}

#about-culture .items .box h5 {
  font-size: 1rem;
  margin-top: 1rem;
  font-weight: normal;
}

#about-culture .items .box .intro {
  color: #858585;
  line-height: 1.85rem;
  font-size: 1rem;
  padding: 1.5rem 0;
}

#about-culture .items .box .intro p {
  padding: 0.5rem 0;
}

#about-culture .items .box a.btns {
  display: inline-block;
  border: 1px #DBB867 solid;
  position: relative;
  padding: 0.7rem 2.5rem;
  font-size: 0.875rem;
  text-align: center;
}

#about-culture .items .box a.btns:before, #about-culture .items .box a.btns:after {
  content: '';
  width: 0.625rem;
  height: 1px;
  background-color: #DBB867;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#about-culture .items .box a.btns:before {
  left: 10%;
}

#about-culture .items .box a.btns:after {
  right: 10%;
}

#about-culture .items .box a:hover:before {
  left: 20%;
}

#about-culture .items .box a:hover:after {
  right: 20%;
}

#about-culture .items .box a.btns:hover {
  color: #F29330;
}

#about-culture .items .box.s {
  width: 37%;
}

#about-culture .items .box.l {
  width: 63%;
}

#about-culture .items.a {
  background-image: url('../images/culture_bg_01_s.jpg');
}

#about-culture .items.a .fool {
  background-image: url('../images/culture_bg_01.jpg');
}

#about-culture .items.b {
  background-image: url('../images/culture_bg_02_s.jpg');
}

#about-culture .items.b .fool {
  background-image: url('../images/culture_bg_02.jpg');
}

#about-culture .items.c {
  background-image: url('../images/culture_bg_03_s.jpg');
}

#about-culture .items.c .fool {
  background-image: url('../images/culture_bg_03.jpg');
}

#about-honor {
  padding: 3rem 0 3rem 3rem;
  clear: both;
}

#about-honor ul {
  font-size: 0;
  margin: -1rem;
}

#about-honor ul li {
  display: inline-block;
  width: 33.3333%;
  text-align: center;
  padding: 1rem;
}

#about-honor ul li .p {
  border: 1px #E8E8E8 solid;
  padding: 1.25rem;
}

#about-honor ul li .p img {
  max-width: 100%;
  margin: 0 auto;
}

#about-honor ul li .t {
  font-size: 1rem;
  padding-top: 1rem;
}

#article-list {
  padding: 3rem 0 3rem 3rem;
  clear: both;
  overflow: hidden;
}

#article-list dl {
  clear: both;
  overflow: hidden;
}

#article-list dl dt{
  width: 33.3333%;
  float: left;
  margin-right: 2rem;
}

#article-list dl dd .time {
  color: #DAB866;
  font-size: 1.125rem;
}

#article-list dl dd .t {
  font-size: 1.875rem;
  padding: 1rem 0;
}

#article-list dl dd .i {
  color: #999;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

#article-list ul {
  clear: both;
  overflow: hidden;
  margin-top: 1rem;
}

#article-list ul li {
  padding: 2rem 0;
  border-bottom: 2px #E8E8E8 solid;
  position: relative;
  font-size: 0;
}

#article-list ul li:after {
  height: 2px;
  content: '';
  position: absolute;
  background-color: #F08519;
  width: 0;
  left: 0;
  bottom: -2px;
}

#article-list ul li:hover:after {
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#article-list ul li .p {
  display: inline-block;
  vertical-align: top;
}

#article-list ul li .p.a {
  width: 16%;
  color: #DAB866;
  font-size: 1.125rem;
}

#article-list ul li .p.b {
  font-size: 0.875rem;
  color: #999999;
  width: 70%;
}

#article-list ul li .p.b a {
  font-size: 1.125rem;
  padding-bottom: 1rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#article-list ul li:hover .p.b a {
  color: #F08519;
}

#article-list ul li .p.c {
  width: 14%;
  text-align: right;
}

#article-list ul li .p.c span {
  width: 3.125rem;
  height: 3.125rem;
  display: inline-block;
  border-radius: 100%;
  border: 1px #DAB866 solid;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#article-list ul li .p.c span:before, #article-list ul li .p.c span:after {
  content: '';
  position: absolute;
  width: 1.1rem;
  left: 50%;
  margin-left: -0.4rem;
  height: 1px;
  background-color: #DAB866;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#article-list ul li .p.c span:before {
  top: 1.1rem;
  transform: rotate(45deg);
}

#article-list ul li .p.c span:after {
  bottom: 1.1rem;
  transform: rotate(-45deg);
}

#article-list ul li:hover .p.c span {
  border: 1px #F08519 solid;
}

#article-list ul li:hover .p.c span:before, #article-list ul li:hover .p.c span:after {
  background-color: #F08519;
}

#article-details {
  clear: both;
}

#article-details .intro {
  padding: 3rem;
}

#article-details .intro .time {
  font-size: 1.125rem;
  color: #DBB867;
}

#article-details .intro h4 {
  margin: 1rem 0 0 0;
  font-size: 1.57rem;
}

#article-details .m {
  clear: both;
}

#article-details .m .c {
  width: 72%;
  padding: 1rem 3rem;
  border-top: 1px #E8E8E8 solid;
}

#article-details .m .c img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

#article-details .m .c p {
  padding: 1rem 0;
  line-height: 2rem;
  text-indent: 2rem;
}

#article-details .m .s {
  width: 24%;
  float: right;
  padding: 2rem;
  background-color: #F6F1EE;
  font-size: 1rem;
  line-height: 1.875rem;
}

#article-details .m .s .x {
  clear: both;
  margin-top: 1rem;
}

#article-details .m .s .x h5 {
  margin: 0;
  font-size: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px #F4E9DB solid;
}

#article-details .m .s .x ul {
  clear: both;
}

#article-details .m .s .x ul li {
  padding: 0.6rem 0;
}

#article-details .m .s .x ul li .time {
  color: #DBB867;
}

#article-details .m .s .x ul li a {
  font-size: 1.125rem;
}

#ac-contact {
  clear: both;
  padding: 3rem 0 3rem 3rem;
}

#ac-contact h4 {
  font-size: 1.56rem;
}

#ac-contact ul {
  clear: both;
  margin: -1rem;
  font-size: 0;
}

#ac-contact ul li {
  display: inline-block;
  width: 33.3333%;
  padding: 1rem;
}

#ac-contact ul li .m {
  border: 1px #E8E8E8 solid;
  padding: 1rem 1.5rem;
  font-size: 1rem;
}

#ac-contact ul li .m p.s {
  color: #999;
  padding-top: 0.4rem;
}

#ac-contact ul li .m p.c {
  padding: 1.6rem 0 1rem 0;
}

#ac-industry {
  clear: both;
  background-color: #FFF;
}

#ac-industry .items {
  font-size: 0;
  position: relative;
  clear: both;
}

#ac-industry .items .part {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  vertical-align: middle;
  cursor: pointer;
}

#ac-industry .items .part.intro {
  padding: 1rem 4rem;
}

#ac-industry .items .part.intro h5 {
  margin-top: 0;
  font-size: 1.875rem;
  font-weight: normal;
  margin-bottom: 1rem;
}

#ac-industry .items .part.intro .c {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.7rem;
  text-indent: 1.75rem;
  padding: 0 0 1rem 0;
}

#ac-industry .items .part.intro .c p {
  padding: 0.2rem 0;
}

#ac-industry .items .part.intro .btns a {
  display: inline-block;
  border: 1px #DBB867 solid;
  position: relative;
  padding: 0.7rem 2.5rem;
  font-size: 0.875rem;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#ac-industry .items .part.intro .btns a:before, #ac-industry .items .part.intro .btns a:after {
  content: '';
  width: 0.625rem;
  height: 1px;
  background-color: #DBB867;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#ac-industry .items .part.intro .btns a:before {
  left: 10%;
}

#ac-industry .items .part.intro .btns a:after {
  right: 10%;
}

#ac-industry .items .part.intro .btns a:hover {
  color: #F29330;
}

#ac-industry .items .part.intro .btns a:hover:before {
  left: 15%;
}

#ac-industry .items .part.intro .btns a:hover:after {
  right: 15%;
}

#ac-industry .items .part .cover {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(112, 186, 47, 0.9);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#ac-industry .items .part:hover .cover {
  opacity: 1;
  z-index: 2;
}

#ac-industry .items .part a.link-to {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  text-align: center;
  line-height: 2rem;
  transform: translate(-50%, -50%);
  font-size: 1.25rem;
  color: #FFF;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
  opacity: 0;
}

#ac-industry .items .part .link-to img {
  margin: 0 auto 1rem auto;
}

#ac-industry .items .part:hover .link-to {
  opacity: 1;
  z-index: 3;
}


#ac-mfg-wrapper {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}

.ac-cs-tit h3, .ac-cs-tit h4, .ac-cs-tit h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.ac-cs-tit h3 {
  font-size: 1.875rem;
  font-family: 'rubik-regular-webfont';
  position: relative;
}

.ac-cs-tit h3:before {
  content: '';
  width: 3rem;
  height: 1px;
  background-color: #F29330;
  position: absolute;
  left: -4rem;
  top: 50%;
  transform: translateY(-50%);
}

.ac-cs-tit h4 {
  font-size: 1.25rem;
}

#ac-mfg-wrapper .sec-about {
  padding: 5rem 0;
  position: relative;
}

#ac-mfg-wrapper .sec-about:after {
  content: '';
  width: 400px;
  height: 232px;
  border: 2px #F29330 solid;
  position: absolute;
  right: 0;
  bottom: 6rem;
  z-index: 1;
}

#ac-mfg-wrapper .sec-about .profile {
  width: 50%;
}

#ac-mfg-wrapper .sec-about .profile .intro {
  font-size: 0.875rem;
  line-height: 1.45rem;
  color: #999;
  padding: 1.5rem 0;
  text-indent: 2rem;
}

#ac-mfg-wrapper .sec-about .profile .contact {
  margin-top: 1rem;
}

#ac-mfg-wrapper .sec-about .profile .contact h3 {
  font-size: 1.25rem;
  font-family: 'rubik-regular-webfont';
  font-weight: normal;
}

#ac-mfg-wrapper .sec-about .profile .contact ul {
  clear: both;
  margin-top: 1rem;
  font-size: 0;
}

#ac-mfg-wrapper .sec-about .profile .contact ul li {
  display: inline-block;
  font-size: 0.875rem;
  margin-right: 1.5rem;
  line-height: 2rem;
  color: #999;
}
#ac-mfg-wrapper .sec-about .profile .contact ul li p {
  padding: 0.4rem 0;
}


#ac-mfg-wrapper .sec-about .picture {
  position: absolute;
  top: 6rem;
  right: 1rem;
  width: 500px;
  z-index: 2;
}

.sec-product {
  clear: both;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: cover;
  padding: 5rem 0;
}

.sec-product .box {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}

.sec-product .box .ac-cs-tit {
  color: #FFF;
}

.sec-product .box .ac-cs-tit h3:before {
  background-color: #FFF;
}

.sec-product .box .ac-cs-tit h5 {
  margin-top: 1rem;
}

.sec-product .box .products {
  clear: both;
  margin-top: 5rem;
  background-color: #FFF;
  position: relative;
}

.sec-product .box .swiper-slide {
  background-color: #FFF;
  padding: 2rem 1rem 1rem 1rem;
}

.sec-product .box .swiper-slide img {
  display: block;
  margin: 0;
  max-width: 100%;
}

.sec-product .box .swiper-slide .n {
  padding: 1rem;
  font-size: 1rem;
  text-align: center;
}

.sec-product .box {
  --swiper-navigation-color: #FFFFFF;
}

.sec-product .box .swiper-button-prev {
  left: -3.5rem;
  outline: none;
}

.sec-product .box .swiper-button-next {
  right: -3.5rem;
  outline: none;
}

.sec-product .box .swiper-slide:hover {
  background-color: #F29330;
}

.sec-product .box .swiper-slide:hover .n {
  color: #FFF;
}

.sec-article {
  clear: both;
  width: 1200px;
  margin: 5rem auto;
}

.ac-cs-tit a.btns {
  display: inline-block;
  border: 1px #DBB867 solid;
  position: relative;
  padding: 0.7rem 2.5rem;
  font-size: 0.875rem;
  text-align: center;
  float: right;
  z-index: 9;
}

.ac-cs-tit a.btns:before, .ac-cs-tit a.btns:after {
  content: '';
  width: 0.625rem;
  height: 1px;
  background-color: #DBB867;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.ac-cs-tit a.btns:before {
  left: 10%;
}

.ac-cs-tit a.btns:after {
  right: 10%;
}

.ac-cs-tit a:hover:before {
  left: 20%;
}

.ac-cs-tit a:hover:after {
  right: 20%;
}

.ac-cs-tit a.btns:hover {
  color: #F29330;
}

.sec-article .box {
  clear: both;
  margin-top: 3rem;
  font-size: 0;
}

.sec-article .box ul {
  margin: 0 -1rem;
}

.sec-article .box ul li {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  padding: 1rem;
}

.sec-article .box ul li .picture img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.sec-article .box ul li .intro {
  padding: 1rem;
  border: 1px #EEEEEE solid;
  border-top: none;
}

.sec-article .box ul li .intro .timer {
  font-size: 1.125rem;
  color: #DAB866;
}

.sec-article .box ul li .intro a.t {
  padding: 1rem 0;
  display: block;
  font-size: 1.25rem;
}

.sec-article .box ul li .intro .ito {
  font-size: 0.875rem;
  color: #999;
  line-height: 1.25rem;
}

.sec-article .box ul li .intro .m {
  margin-top: 1rem;
  font-size: 0.875rem;
  font-family: 'rubik-regular-webfont';
}

.pagination {
  clear: both;
  display: block;
  text-align: center;
  font-size: 0;
  margin: 0 auto 30px auto;
}
.pagination li {
  display: inline-block;
  margin: 0 3px;
}

.pagination li span, .pagination li a {
  display: inline-block;
  padding: 6px 10px;
  border: 1px #DADADA solid;
  color: #999;
  font-size: 14px;
}

.pagination li.disable span {
  color: #CCC;
}

.pagination li.active span, .pagination li a:hover {
  background-color: #F29330;
  color: #FFF;
  border: 1px #F29330 solid;
}

#ac-map {
  clear: both;
  width: 100%;
  height: 500px;
  background-color: #FAFAFA;
}
