.banner img {
  width: 100%;
}
.am-gotop-fixed {
  width: 55px;
  min-height: auto;
  opacity: 1;
}
.am-gotop-fixed .am-gotop-icon-custom {
  opacity: 0.9;
  max-width: 55px;
}
#header {
  padding: 0 20px;
  box-shadow: 0 6px 6px #EEE;
}
#header .logo img {
  max-width: 100%;
}
#header .header {
  padding: 15px 0;
}
#header .header .nav ul.flex > li {
  position: relative;
  margin-right: 80px;
}
#header .header .nav ul.flex > li:hover .children {
  top: 0;
  opacity: 1;
  z-index: 1;
  transition: all 0.3s ease-out;
  background-color: #FFF;
}
#header .header .nav ul.flex > li .cname {
  position: relative;
  background-color: #FFF;
  z-index: 2;
}
#header .header .nav ul.flex > li .cname a {
  position: relative;
  font-size: 1.7rem;
  padding: 7px 0;
}
#header .header .nav ul.flex > li .cname a:hover {
  color: #D81E43;
}
#header .header .nav ul.flex > li .cname a.active {
  color: #D81E43;
}
#header .header .nav ul.flex > li .cname a.active::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 2px;
  background-color: #F5AB18;
  bottom: -5px;
}
#header .header .nav ul.flex > li .children {
  transition: all 0.3s ease-in;
  opacity: 0;
  position: absolute;
  width: 145px;
  background-color: transparent;
  padding: 40px 0 10px 0;
  top: 30px;
  left: 50%;
  margin-left: -72.5px;
  z-index: -1;
}
#header .header .nav ul.flex > li .children li {
  text-align: center;
}
#header .header .nav ul.flex > li .children li a {
  display: block;
  padding: 6px 0;
  font-size: 1.6rem;
  color: #959595;
}
#header .header .nav ul.flex > li .children li a:hover {
  color: #D81E43;
}
#header .header .taobao {
  color: #999;
}
#header .header .taobao .iconfont {
  font-size: 30px;
  color: #F67D07;
}
.am-slider {
  background-color: transparent;
  box-shadow: none;
}
.am-slider .am-control-nav li a {
  background: #BFBFBF;
  box-shadow: none;
}
.am-slider .am-control-nav li a.am-active {
  background: #D81E43;
}
.am-slider-a1 .am-control-nav {
  bottom: 20px;
}
.am-slider-a1 .am-control-nav li a {
  width: 20px;
  height: 20px;
}
.products .my-container {
  max-width: 1540px;
}
.products .product-header {
  margin-top: 70px;
  padding: 0 30px;
}
.products .product-header .title-box {
  flex: 0 0 260px;
  margin-bottom: 20px;
}
.products .product-header .title-box .title {
  line-height: 1;
  font-size: 2.8rem;
  margin-right: 10px;
}
.products .product-header .title-box .en {
  line-height: 1.2;
  max-width: 72px;
  font-size: 1.4rem;
  color: #B2B2B2;
}
.products .product-header .product-type {
  position: relative;
  flex: 1 0 auto;
}
.products .product-header .product-type .product-type-box {
  max-width: 540px;
  margin: 0  auto;
}
.products .product-header .product-type .product-type-box .product-type-item {
  position: relative;
  text-align: center;
  font-size: 1.4rem;
}
.products .product-header .product-type .product-type-box .product-type-item a {
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: #FFF;
  color: #E5E5E5;
  padding: 0 10px;
}
.products .product-header .product-type .product-type-box .product-type-item a .iconfont {
  font-size: 4.2rem;
  line-height: 1;
}
.products .product-header .product-type .product-type-box .product-type-item p {
  position: relative;
  font-size: 1.4rem;
  padding: 10px 0;
}
.products .product-header .product-type .product-type-box .product-type-item p::before {
  display: none;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F5AB18;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -3px;
}
.products .product-header .product-type .product-type-box .product-type-item.active a {
  color: #F5AB18;
}
.products .product-header .product-type .product-type-box .product-type-item.active p::before {
  display: block;
}
.products .product-header .product-type .product-type-box .product-type-item.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border: 10px solid transparent;
  border-bottom-color: #F6F6F6;
}
.products .product-header .product-type .line {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #E5E5E5;
  top: 26px;
}
.products .product-header .product-type .line::before,
.products .product-header .product-type .line::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: -6px;
  border-radius: 50%;
  background-color: #E5E5E5;
}
.products .product-header .product-type .line::before {
  left: 0;
}
.products .product-header .product-type .line::after {
  right: 0;
}
.products .product-body {
  width: 100%;
  overflow-x: hidden;
  padding: 50px 0;
  background-color: #F6F6F6;
}
.products .product-body ul li {
  padding: 0 30px;
}
.products .product-body ul li .item {
  position: relative;
  margin: 30px 0;
}
.products .product-body ul li .item:hover {
  box-shadow: 0 0 20px #999;
}
.products .product-body ul li .item:hover .wrap {
  opacity: 1;
  transition: opacity 0.5s;
}
.products .product-body ul li .item .thumb img {
  width: 100%;
}
.products .product-body ul li .item img {
  max-width: 100%;
}
.products .product-body ul li .item .wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.5s;
}
.products .product-body ul li .item .box {
  width: 100%;
}
.products .product-body ul li .item .box .img {
  text-align: center;
  flex: 0 0 45%;
  pointer-events: none;
}
.products .product-body ul li .item .box .info {
  color: rgba(255, 255, 255, 0.9);
}
.products .product-body ul li .item .box .info .title {
  position: relative;
  font-size: 2.4rem;
  line-height: 1;
  padding-bottom: 15px;
}
.products .product-body ul li .item .box .info .title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 26px;
  background: #F5AB18;
}
.products .product-body ul li .item .box .info .desc {
  margin-top: 10px;
  line-height: 1.6;
  font-size: 1.8rem;
}
.products .product-body ul li .item .box .info .desc p {
  margin: 0;
}
.products .product-body ul li .item .box .info .buy {
  margin-top: 20px;
}
.products .product-body ul li .item .box .info .buy a {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  background-color: #F5AB18;
  color: #FFF;
  border-radius: 12px;
  font-size: 1.2rem;
}
.products .product-body .more {
  display: table;
  margin: 20px auto;
  line-height: 1;
  padding: 12px 50px;
  font-size: 1.8rem;
  cursor: pointer;
  border: 1px solid #A0A0A0;
  color: #777;
}
.products .product-body .more:hover {
  color: #D81E43;
  border-color: #D81E43;
}
#product {
  padding: 50px 0;
}
#product .products .my-container {
  max-width: 1670px;
}
#product .products .title-box {
  text-align: center;
}
#product .products .title-box .title {
  font-size: 2.8rem;
  padding-bottom: 15px;
  position: relative;
}
#product .products .title-box .title::after {
  content: '';
  position: absolute;
  width: 64px;
  margin-left: -32px;
  bottom: 0;
  left: 50%;
  height: 3px;
  background-color: #DEDEDE;
}
#product .products .product-body {
  padding: 20px 0;
  background-color: transparent;
}
#product .products .product-body ul li {
  padding: 0 10px;
}
#product .products .product-body ul li .item {
  margin: 10px 0;
}
#product .products .product-body ul li .item .wrap .box .tags {
  margin-top: 20px;
}
#product .products .product-body ul li .item .wrap .box .tags span {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  margin-bottom: 5px;
  background-color: #F5AB18;
  color: #FFF;
  border-radius: 12px;
  font-size: 1.2rem;
}
#product .products .product-body ul li .item .wrap .box .taobao {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
#product .products .product-body ul li .item .wrap .box .taobao a {
  padding: 8px 15px;
  background-color: #F5AB18;
  color: #FFF;
  font-size: 1.6rem;
}
#product .products .product-body ul li .item .wrap .box .taobao a .iconfont {
  font-size: larger;
}
#product #other.products {
  margin-top: 50px;
}
#product #other.products .product-body ul li .item .wrap .box .tags span,
#product #other.products .product-body ul li .item .wrap .box .taobao a {
  background-color: #D31C43;
}
#e-shop {
  margin-bottom: 40px;
}
#e-shop .my-container {
  max-width: 1420px;
}
#e-shop .my-container a img {
  width: 100%;
  max-width: 100%;
}
.development {
  background: url(/assets/images/index/development.png) no-repeat;
  background-size: cover;
  padding: 175px 15px;
}
.development .introduce {
  color: rgba(255, 255, 255, 0.9);
}
.development .introduce .title-box .title {
  font-size: 3.6rem;
  color: #F5AB18;
}
.development .introduce .title-box .en {
  position: relative;
  margin: 20px 0;
  max-width: 110px;
  font-size: 1.5rem;
  line-height: 1.2;
  padding-bottom: 50px;
}
.development .introduce .title-box .en::after {
  content: '';
  position: absolute;
  width: 80%;
  height: 2px;
  left: 0;
  top: 70px;
  background-color: #FFF;
}
.development .introduce p {
  max-width: 390px;
  line-height: 1.6;
  font-size: 1.5rem;
}
.development .introduce .more {
  display: inline-block;
  margin: 70px 0;
  padding: 8px 30px;
  background-color: #F5AB18;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  font-size: 1.4rem;
  border-radius: 6px;
}
.development .imgs ul li {
  padding: 10px;
}
.development .imgs ul li img {
  width: 100%;
}
.about {
  margin-top: 90px;
}
.about .about-box {
  background: #F6F6F6;
}
.about .about-box .introduce {
  max-width: 600px;
  padding: 0 30px;
}
.about .about-box .introduce .title-box .title {
  font-size: 3.6rem;
  color: #D81E43;
}
.about .about-box .introduce .title-box .en {
  position: relative;
  margin: 5px 0;
  max-width: 110px;
  font-size: 1.8rem;
  line-height: 1.2;
  padding-bottom: 30px;
  color: #888;
}
.about .about-box .introduce .title-box .en::after {
  content: '';
  position: absolute;
  width: 80%;
  height: 2px;
  left: 0;
  top: 40px;
  background-color: #BDBDBD;
}
.about .about-box .introduce p {
  line-height: 1.6;
  font-size: 1.5rem;
  color: #777;
}
.about .about-box .introduce .more {
  display: inline-block;
  margin: 30px 0;
  padding: 6px 30px;
  border: 1px solid #F5AB18;
  color: #F5AB18;
  text-align: center;
  cursor: pointer;
  font-size: 1.4rem;
  border-radius: 6px;
}
.about .about-box .introduce .imgs ul li {
  flex: 0 0 30%;
  margin: 20px 0 0 0;
}
.about .about-box .introduce .imgs ul li img {
  width: 100%;
}
#about .img img {
  max-width: 100%;
}
#about .introduct {
  max-width: 1480px;
  margin-top: 115px;
}
#about .introduct .box {
  max-width: 600px;
}
#about .introduct .box .title-box .title {
  line-height: 1;
  font-size: 3.2rem;
}
#about .introduct .box .title-box .en {
  margin-left: 15px;
  line-height: 1.2;
  font-size: 1.6rem;
  color: #BBB;
  max-width: 120px;
}
#about .introduct .box .line {
  margin: 50px 0;
  height: 3px;
  width: 34px;
  background-color: #F5AB18;
  overflow: hidden;
}
#about .introduct .box .content {
  font-size: 1.4rem;
}
#about .introduct .box .content p {
  line-height: 1.6;
  margin: 0;
  margin-bottom: 10px;
}
#about .qualification {
  margin-top: 75px;
}
#about .qualification .my-container {
  max-width: 1480px;
  padding: 0 15px;
}
#about .qualification .title-box {
  margin-bottom: 15px;
}
#about .qualification .title-box .title {
  line-height: 1.4;
  font-weight: bold;
  font-size: 2rem;
}
#about .qualification .title-box .en {
  font-size: 1.6rem;
  color: #BBB;
}
#about .qualification .content {
  background-color: #F5F5F5;
  border-top: 2px solid #D81E43;
  padding: 50px 0;
}
#about .qualification .content ul.list {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
#about .qualification .content ul.list li {
  text-align: center;
  padding: 0 5px;
  margin: 20px auto;
}
#about .qualification .content .pages {
  margin: 0 auto;
  max-width: 300px;
}
#about .qualification .am-slider ul li {
  text-align: center;
}
#about .qualification .am-slider ul li img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
#about .qualification .am-slider-default {
  bottom: 0;
}
#about .qualification .am-slider-default .am-control-nav li a {
  width: 10px;
  height: 10px;
}
#about .culture {
  margin-top: 70px;
}
#about .culture .title-box {
  padding: 50px 15px;
  background-color: #F5F5F5;
}
#about .culture .title-box .title {
  font-size: 2.4rem;
  line-height: 1;
}
#about .culture .title-box .line {
  height: 3px;
  width: 65px;
  margin: 15px auto;
  overflow: hidden;
  background-color: #DEDEDE;
}
#about .culture .title-box p {
  margin: 0;
  color: #595959;
}
#about .culture .box {
  width: 100%;
  max-width: 1632px;
  margin: 25px auto;
}
#about .culture .box ul li {
  position: relative;
}
#about .culture .box ul li > img {
  max-width: 100%;
}
#about .culture .box ul li .text-layer {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  padding: 0 15px;
  background: #F9F9F9;
}
#about .culture .box ul li .text {
  width: 100%;
}
#about .culture .box ul li .text .title {
  line-height: 1;
  padding: 15px 0;
  font-size: 1.8rem;
}
#about .culture .box ul li .text .line {
  height: 1px;
  overflow: hidden;
  margin: 0 auto;
  width: 50px;
  background-color: #D81E43;
}
#about .culture .box ul li .text .subtitle {
  margin: 10px auto;
  font-size: 1.6rem;
  color: #595959;
}
#about .culture .box ul li .text .content {
  color: #595959;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  font-size: 1.4rem;
}
#about .culture .box ul li .text .content p {
  margin-top: 10px;
}
#about .news {
  background-color: #F5F5F5;
  padding: 50px 0;
}
#about .recruit {
  margin: 20px 0;
  padding: 85px 0;
  background: url(/assets/images/about/zp-bg.jpg) center no-repeat;
}
#about .recruit .my-container {
  max-width: 1350px;
  background-color: #FFF;
}
#about .recruit .title-box {
  flex: 0 0 35%;
  min-height: 300px;
  background: url(/assets/images/about/zp.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
  color: #ffffff;
}
#about .recruit .title-box .title {
  font-size: 4rem;
  line-height: 1;
}
#about .recruit .title-box .en {
  margin-top: 5px;
  font-size: 1.6rem;
}
#about .recruit .box {
  flex: 1 1 auto;
  padding: 70px 30px;
}
#about .recruit .box .job-type a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #BFBFBF;
  margin-right: 20px;
  font-size: 1.6rem;
}
#about .recruit .box .job-type a:last-child {
  margin-right: 0;
}
#about .recruit .box .job-type a:hover {
  border-color: #F5AB18;
  color: #F5AB18;
}
#about .recruit .box .job-type a.active {
  background-color: #F5AB18;
  border-color: #F5AB18;
  color: #FFF;
}
#about .recruit .box .job-list {
  margin-top: 40px;
}
#about .recruit .box .job-list ul li .dot {
  font-size: 1.2rem;
  margin-right: 10px;
}
#about .recruit .box .job-list ul li .dot i {
  color: #DBDBDB;
  line-height: 1;
}
#about .recruit .box .job-list ul li:hover .dot i {
  color: #F5AB18;
}
#about .recruit .box .job-list ul li .title {
  flex: 1 1 auto;
  font-size: 1.8rem;
  padding: 10px 0;
  border-bottom: 2px solid transparent;
}
#about .recruit .box .job-list ul li .title .position {
  width: 45%;
}
#about .recruit .box .job-list ul li .title .date,
#about .recruit .box .job-list ul li .title .more {
  color: #BBB;
}
#about .recruit .box .job-list ul li .title .more:hover {
  color: #F5AB18;
}
#about .recruit .box .job-list ul li .title:hover {
  border-color: #BCBCBC;
}
#about .contactus {
  margin-bottom: 50px;
}
#about .contactus .title-box .title {
  font-size: 2.4rem;
}
#about .contactus .title-box .en {
  font-size: 1.6rem;
  color: #BBB;
}
#about .contactus .title-box .icon {
  line-height: 1;
  font-size: 2.4rem;
}
#about .contactus .box {
  margin: 30px 0;
  text-align: center;
}
#about .contactus .box .company-name {
  line-height: 2;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
}
#about .contactus .box .line {
  margin: 10px auto;
  height: 3px;
  width: 45px;
  background-color: #F5AB18;
  overflow: hidden;
}
#about .contactus .box .info .item {
  margin: 5px 15px;
  line-height: 1;
}
#about .contactus .box .info .item .icon {
  flex: 0 0 20px;
  width: 20px;
  text-align: left;
  line-height: 1;
  display: flex;
  align-items: center;
}
#about .contactus .box .info .item .right {
  flex: 0 0 auto;
  font-size: 1.4rem;
  color: #888;
}
.zhaoshang {
  position: relative;
}
.zhaoshang img {
  max-width: 100%;
}
.zhaoshang .bg {
  background: url(/assets/images/index/zhaoshang-bg.jpg) top center no-repeat;
  background-size: cover;
}
.zhaoshang .container {
  position: absolute;
  background: url(/assets/images/index/zhaoshang-bg.jpg) top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
}
.zhaoshang .container .box {
  padding: 60px 0;
  width: 100%;
  background-size: cover;
  z-index: 1;
}
.zhaoshang .container p {
  font-size: 1.4rem;
}
.zhaoshang .container .tel {
  font-size: 2.4rem;
}
.zhaoshang .container .more {
  display: inline-block;
  margin-top: 100px;
  background-color: #F6AC1D;
  padding: 10px 40px;
  color: #FFF;
}
.news {
  margin-top: 50px;
}
.news .my-container {
  max-width: 1650px;
}
.news a:hover {
  color: #D81E43;
}
.news .title-box {
  padding-left: 10px;
}
.news .title-box .title {
  display: inline-block;
  font-size: 2.4rem;
  padding: 6px 20px;
  color: #FFF;
  background-color: #D81E43;
}
.news .title-box .more {
  line-height: 1.3;
  font-size: 1.8rem;
  color: #BFBFBF;
  margin-left: 10px;
}
.news .title-box .more:hover {
  color: #D81E43;
}
.news ul {
  padding: 20px 0;
}
.news ul li {
  padding: 10px;
}
.news ul li .item .thumb {
  position: relative;
}
.news ul li .item .thumb img {
  width: 100%;
}
.news ul li .item .thumb .date {
  position: absolute;
  height: 26px;
  line-height: 1;
  width: 100%;
  bottom: 0;
  z-index: 2;
  border-bottom: 2px solid #D81E43;
  overflow: hidden;
}
.news ul li .item .thumb .date span {
  position: relative;
  display: inline-block;
  height: 100%;
  line-height: 1;
  padding: 5px 15px;
  font-size: 1.4rem;
  color: #FFF;
  background: #D81E43;
}
.news ul li .item .thumb .date span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: -26px;
  top: 0;
  border-bottom: 26px solid #D81E43;
  border-right: 26px solid transparent;
}
.news ul li .item .title {
  padding: 5px 0;
  font-size: 1.6rem;
  color: #454545;
  font-weight: 600;
}
.news ul li .item .summary {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  color: #888;
}
#article {
  padding: 80px 0;
}
#article .title-box {
  position: relative;
  padding: 40px 60px 30px 60px;
  box-shadow: -6px 6px 6px #EEE;
}
#article .title-box h1 {
  font-size: 2.8rem;
  color: #666;
  line-height: 1.6;
}
#article .title-box .date {
  position: absolute;
  top: -20px;
  padding: 8px 30px;
  font-size: 1.8rem;
  color: #FFF;
  background-color: #D81E43;
}
#article .content {
  margin-top: 60px;
  color: #999;
  font-size: 1.6rem;
  line-height: 1.6;
}
#article .content p {
  margin-bottom: 10px;
}
#industry .title-box {
  text-align: center;
}
#industry .title-box .num {
  font-family: 'ZurichBT';
  line-height: 1;
  font-size: 4.2rem;
  font-weight: bold;
  color: #D81E43;
}
#industry .title-box .title {
  font-size: 2.8rem;
  color: #D81E43;
}
#industry .title-box .en {
  margin-bottom: 30px;
  color: #999;
  font-size: 1.4rem;
  font-weight: bold;
}
#industry .title-box .subtitle {
  font-weight: bold;
  font-size: 1.6rem;
  color: #595959;
}
#industry .title-box .desc {
  margin: 0 auto;
  color: #595959;
  font-size: 1.4rem;
}
#industry .title-box .desc p {
  margin: 0;
  text-align: center;
}
#industry .img {
  padding: 30px 0;
}
#industry .img img {
  max-width: 100%;
}
#industry .model {
  padding: 50px 20px;
  max-width: 1605px;
  margin: 0 auto;
}
#industry .model .box {
  margin-top: 20px;
  padding: 40px 0;
}
#industry .model .box .model-title {
  margin-bottom: 40px;
  color: #727171;
}
#industry .model .box .model-title span {
  font-size: 2.4rem;
}
#industry .model .box .model-title strong {
  font-size: 3rem;
}
#industry .ys {
  padding: 50px 0;
}
#industry .ys .ys-title-box {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1;
}
#industry .ys .ys-title-box span {
  color: #727171;
  font-size: 2.8rem;
}
#industry .ys .ys-title-box strong {
  font-size: 4.4rem;
}
#industry .ys .ys-title-box .en {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #999;
  font-size: 1.4rem;
  font-weight: bold;
}
#industry .ys2 .img-title {
  margin-top: 20px;
  line-height: 1;
  font-weight: bold;
  font-size: 1.4rem;
  color: #595959;
}
#industry .ys3 .title-box {
  padding: 0 15px;
}
#industry .ys4 .am-slider {
  border: none;
  box-shadow: none;
}
#industry .ys4 .am-slider ul {
  padding: 0 10px;
}
#industry .ys4 .am-slider.am-slider-c3 .am-direction-nav a {
  width: 40px;
  height: 40px;
}
#industry .ys4 .am-slider.am-slider-c3 .am-direction-nav a:before {
  font-size: 3rem;
  line-height: 40px;
}
#industry .ys4 .am-slider.am-slider-c3 .am-direction-nav a.am-prev:before {
  content: "\f104";
}
#industry .ys4 .am-slider.am-slider-c3 .am-direction-nav a.am-next:before {
  content: "\f105";
}
#industry .ys5 .box {
  max-width: 1600px;
  margin: 0 auto;
  padding: 20px 15px;
  overflow: hidden;
  overflow-x: auto;
}
#industry .ys5 .box ul li {
  margin-right: 45px;
}
#industry .ys5 .box ul li:last-child {
  margin-right: 0;
}
#industry .ys5 .box ul li .item .icon {
  margin: 20px 0;
}
#industry .ys5 .box ul li .item .icon img {
  height: 55px;
}
#industry .ys5 .box ul li .item .item-img {
  line-height: 0;
}
#industry .ys5 .box ul li .item .item-img img {
  max-height: 242px;
  width: auto;
}
#industry .ys5 .box ul li .item .item-title-box .item-title {
  font-size: 1.7rem;
  font-weight: bold;
}
#industry .ys5 .box ul li .item .item-title-box p {
  line-height: 1.4;
  max-width: 220px;
  margin: 5px auto;
  font-size: 1.4rem;
}
#job {
  padding: 80px 0;
}
#job .title-box {
  position: relative;
  padding: 40px 60px 30px 60px;
  box-shadow: -6px 6px 6px #EEE;
}
#job .title-box h1 {
  font-size: 2.8rem;
  color: #666;
  line-height: 1.6;
}
#job .title-box .date {
  position: absolute;
  top: -20px;
  padding: 8px 30px;
  font-size: 1.8rem;
  color: #FFF;
  background-color: #D81E43;
}
#job .list {
  margin-bottom: 20px;
}
#job .list .item {
  padding: 40px 0;
  border-bottom: 1px solid #333;
}
#job .list .item .title {
  margin-bottom: 20px;
  color: #333;
  font-size: 1.7rem;
  font-weight: 600;
}
#job .list .item .date {
  color: #888;
  margin-top: 20px;
}
#job .list .item .content {
  line-height: 1.8;
  color: #888;
}
#job .list .item .content p {
  margin: 0 0 5px 0;
}
#footer {
  background-color: #F7F7F7;
}
#footer .footer {
  max-width: 1375px;
  color: #959595;
  padding: 20px;
  padding-top: 70px;
}
#footer .footer a {
  color: #959595;
}
#footer .footer .left {
  flex: 1 1 auto;
}
#footer .footer .left .logo {
  margin-bottom: 20px;
}
#footer .footer .left .logo img {
  width: 100%;
  max-width: 165px;
}
#footer .footer .left .company-name {
  line-height: 2;
  font-size: 1.8rem;
  font-weight: bold;
  color: #606060;
}
#footer .footer .left p {
  line-height: 1.5;
  font-size: 1.4rem;
  margin: 4px 0;
}
#footer .footer .left p span {
  display: inline-block;
  flex: 0 1 auto;
}
#footer .footer .left p span.label {
  flex: 0 0 72px;
}
#footer .footer .left .merchants {
  color: #606060;
  margin-top: 10px;
  font-size: 1.8rem;
}
#footer .footer .right {
  max-width: 742px;
}
#footer .footer .right .contact-box .title {
  font-size: 1.8rem;
}
#footer .footer .right .contact-box a {
  margin-right: 10px;
}
#footer .footer .right .contact-box a .iconfont {
  font-size: 3.8rem;
  color: #A3A3A3;
}
#footer .footer .right .ewm a {
  flex: 0 0 48%;
}
#footer .footer .right .ewm a img {
  max-width: 100%;
}
#footer .footer .right .links-box .title {
  font-weight: bold;
  font-size: 1.8rem;
  color: #636363;
}
#footer .footer .right .links-box .links a {
  line-height: 1;
  padding: 5px 0;
  font-size: 1.6rem;
  margin-right: 8px;
}
#footer .footer .divider {
  margin: 10px 0;
  border-color: #D4D4D4;
}
#footer .footer .menus {
  text-align: left;
}
#footer .footer .menus a {
  display: inline-block;
  margin-right: 10px;
}
#footer .footer .menus a:nth-last-child {
  margin-right: none;
}
@media only screen and (max-width: 1024px) {
  #mHeader {
    width: 100%;
    background: #FFF;
    z-index: 999;
  }
  #mHeader .m-header {
    padding: 10px 20px;
    box-shadow: 0 2px 6px #DDD;
  }
  #mHeader .m-header .logo img {
    max-height: 60px;
  }
  #mHeader .m-header .menu-bar {
    padding: 0 10px;
    font-size: 2.4rem;
  }
  #mHeader nav {
    background-color: #F6F6F6;
    padding: 20px 0;
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.2);
  }
  #mHeader nav ul.am-nav {
    margin: 0;
  }
  #mHeader nav ul.am-nav li {
    padding: 5px 15px;
  }
  #mHeader nav ul.am-nav li .cname a {
    font-size: 1.5rem;
  }
  #mHeader nav ul.am-nav li .cname.active a {
    color: #D81E43;
  }
  #mHeader nav ul.am-nav li ul.children {
    margin: 0;
    padding: 0;
  }
  #mHeader nav ul.am-nav li ul.children li a {
    font-size: 1.4rem;
  }
  #mHeader nav .taobao {
    padding: 8px 15px;
    color: #999;
    font-size: 1.6rem;
  }
  #mHeader nav .taobao .iconfont {
    font-size: 26px;
    color: #F67D07;
  }
  .products .product-header {
    padding: 0 15px;
  }
  .products .product-header .title-box {
    flex: 0 0 220px;
  }
  .products .product-body {
    padding: 30px 0;
  }
  .products .product-body ul li {
    padding: 0 15px;
  }
  .products .product-body ul li .item {
    margin: 15px 0;
  }
  .products .product-body ul li .item .box .img {
    flex: 0 0 40%;
  }
  .products .product-body ul li .item .box .info .title {
    font-size: 2rem;
    padding-bottom: 15px;
  }
  .products .product-body ul li .item .box .info .desc {
    font-size: 1.6rem;
  }
  .products .product-body ul li .item .box .info .buy {
    margin-top: 20px;
  }
  .products .product-body .more {
    display: table;
    padding: 6px 30px;
    font-size: 1.8rem;
    color: #777;
  }
  .about {
    margin-top: 50px;
  }
  .about .about-box .introduce {
    padding: 50px;
  }
  .about .about-box .introduce .title-box .title {
    font-size: 2.8rem;
  }
  .about .about-box .introduce p {
    line-height: 1.6;
    font-size: 1.5rem;
    color: #020202;
  }
  .zhaoshang .bg {
    display: none;
  }
  .zhaoshang .container {
    position: relative;
    background: url(/assets/images/index/zhaoshang-bg.jpg) top center no-repeat;
    background-size: cover;
  }
  .zhaoshang .container .box {
    padding: 60px 0;
  }
  .zhaoshang .container .tel {
    font-size: 1.8rem;
  }
  .zhaoshang .container .more {
    padding: 10px 20px;
    margin-top: 50px;
  }
  #footer .footer .right-top {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 640px) {
  body {
    padding-top: 60px;
  }
  body #gotop {
    display: none !important;
  }
  #mHeader {
    position: fixed;
    top: 0;
  }
  #mHeader .m-header {
    padding: 10px 20px;
  }
  #mHeader .m-header .logo img {
    max-height: 40px;
  }
  #mHeader .m-header .menu-bar {
    padding: 0 10px;
    font-size: 2rem;
  }
  #mHeader .m-header .menu-bar i {
    transition: all 0.3s;
    transform: rotate(90deg);
  }
  #mHeader .m-header .menu-bar.am-collapsed i {
    transition: all 0.3s;
    transform: rotate(0);
  }
  .am-slider-a1 .am-control-nav {
    bottom: 10px;
  }
  .am-slider-a1 .am-control-nav li a {
    width: 10px;
    height: 10px;
  }
  .products .product-header .title-box {
    margin-bottom: 50px;
  }
  .products .product-header .title-box .title {
    font-size: 2.8rem;
  }
  .products .product-header .title-box .en {
    font-size: 1.2rem;
  }
  .products .product-header .product-type .product-type-box .product-type-item a .iconfont {
    font-size: 3.2rem;
  }
  .products .product-header .product-type .product-type-box .product-type-item p {
    font-size: 1.2rem;
  }
  .products .product-header .product-type .line {
    top: 20px;
  }
  .products .product-body {
    padding: 20px 0;
  }
  .products .product-body ul li {
    padding: 0 15px;
  }
  .products .product-body ul li .item {
    margin: 15px 0;
  }
  .products .product-body ul li .item .box .info .title {
    font-size: 1.8rem;
    padding-bottom: 15px;
  }
  .products .product-body ul li .item .box .info .desc {
    font-size: 1.5rem;
  }
  .products .product-body ul li .item .box .info .buy {
    margin-top: 15px;
  }
  .products .product-body .more {
    padding: 8px 20px;
    font-size: 1.6rem;
  }
  #product {
    padding: 50px 0;
  }
  #product .products .title-box .title {
    font-size: 2.4rem;
  }
  #product .products .title-box .title::after {
    width: 56px;
    margin-left: -28px;
  }
  #product .products .product-body ul li .item .wrap .box .tags {
    margin-top: 15px;
  }
  #product .products .product-body ul li .item .wrap .box .tags span {
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    border-radius: 12px;
    font-size: 1.1rem;
  }
  #product .products .product-body ul li .item .wrap .box .taobao a {
    padding: 5px 15px;
    font-size: 1.5rem;
  }
  .development {
    padding: 70px 15px;
  }
  .development .introduce {
    padding: 0 10px;
  }
  .development .introduce .title-box .title {
    font-size: 2.8rem;
  }
  .development .introduce .title-box .en {
    margin: 20px 0;
    padding-bottom: 30px;
  }
  .development .introduce .title-box .en::after {
    top: 50px;
  }
  .development .introduce .more {
    margin: 20px 0 50px 0;
    padding: 8px 30px;
  }
  .about {
    margin-top: 50px;
  }
  .about .about-box .introduce {
    padding: 20px;
  }
  .about .about-box .introduce .title-box .title {
    font-size: 2.8rem;
  }
  .about .about-box .introduce p {
    line-height: 1.6;
    font-size: 1.5rem;
    color: #777;
  }
  .news {
    padding: 0 15px;
  }
  .news .title-box {
    justify-content: space-between;
    padding: 0;
  }
  .news .title-box .title {
    font-size: 1.8rem;
    padding: 4px 15px;
  }
  .news .title-box .more {
    font-size: 1.6rem;
  }
  .news ul {
    padding: 10px 0;
  }
  .news ul li {
    padding: 10px 0;
    border-bottom: 1px solid #F5F5F5;
  }
  .news ul li:last-of-type {
    border-bottom: none;
  }
  .news ul li .item {
    display: flex;
    align-items: start;
    width: 100%;
  }
  .news ul li .item .thumb {
    flex: 0 0 35%;
  }
  .news ul li .item .thumb .date {
    position: relative;
    height: 16px;
    display: flex;
    align-items: center;
    border: none;
  }
  .news ul li .item .thumb .date span {
    font-size: 1rem;
    padding: 3px 3px 3px 6px;
  }
  .news ul li .item .thumb .date span::after {
    right: -16px;
    border-top: 16px solid #D81E43;
    border-right: 16px solid transparent;
  }
  .news ul li .item .box {
    flex: 1 1 auto;
    overflow: hidden;
    padding-left: 15px;
  }
  .news ul li .item .title {
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 1.4rem;
    line-height: 1;
    padding: 0;
  }
  .news ul li .item .summary {
    font-size: 1rem;
    -webkit-line-clamp: 3;
  }
  #article {
    padding: 40px 15px;
  }
  #article .title-box {
    position: relative;
    padding: 25px 20px 5px 20px;
    box-shadow: -6px 6px 6px #EEE;
  }
  #article .title-box h1 {
    font-size: 2rem;
  }
  #article .title-box .date {
    top: -10px;
    padding: 6px 15px;
    font-size: 1.4rem;
    line-height: 1;
  }
  #article .content {
    margin-top: 30px;
    color: #999;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #article .content p {
    margin-bottom: 10px;
  }
  .zhaoshang .bg {
    display: none;
  }
  .zhaoshang .container {
    position: relative;
    background: url(/assets/images/index/zhaoshang-bg.jpg) top center no-repeat;
    background-size: cover;
  }
  .zhaoshang .container .box {
    padding: 60px 0;
  }
  .zhaoshang .container .tel {
    font-size: 1.6rem;
  }
  .zhaoshang .container .more {
    padding: 6px 20px;
    margin-top: 50px;
  }
  #industry .title-box {
    text-align: center;
  }
  #industry .title-box .num {
    font-size: 3.6rem;
  }
  #industry .title-box .title {
    font-size: 2.2rem;
  }
  #industry .title-box .en {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  #industry .title-box .subtitle {
    font-size: 1.5rem;
  }
  #industry .title-box .desc {
    font-size: 1.2rem;
  }
  #industry .img {
    padding: 20px 0;
  }
  #industry .model {
    padding: 50px 20px;
  }
  #industry .model .box {
    margin-top: 20px;
    padding: 40px 0;
  }
  #industry .model .box .model-title {
    margin-bottom: 20px;
    color: #727171;
  }
  #industry .model .box .model-title span {
    font-size: 1.8rem;
  }
  #industry .model .box .model-title strong {
    font-size: 2.4rem;
  }
  #industry .ys {
    padding: 20px;
  }
  #industry .ys .ys-title-box {
    padding: 20px 0;
    text-align: center;
    line-height: 1;
  }
  #industry .ys .ys-title-box span {
    color: #727171;
    font-size: 2.2rem;
  }
  #industry .ys .ys-title-box strong {
    font-size: 3.6rem;
  }
  #industry .ys .ys-title-box .en {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
  #industry .ys2 .img-title {
    margin-top: 20px;
    line-height: 1;
    font-weight: bold;
    font-size: 1.4rem;
    color: #595959;
  }
  #industry .ys5 {
    padding-left: 0;
    padding-right: 0;
  }
  #industry .ys5 .title-box {
    padding: 0 15px;
  }
  #industry .ys5 .box ul li {
    margin: 0 15px;
  }
  #industry .ys5 .box ul li .item .icon {
    margin: 15px 0;
  }
  #industry .ys5 .box ul li .item .icon img {
    height: 30px;
  }
  #industry .ys5 .box ul li .item .item-img img {
    max-height: 128px;
  }
  #industry .ys5 .box ul li .item .item-title-box .item-title {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #industry .ys5 .box ul li .item .item-title-box p {
    max-width: 120px;
    font-size: 1.2rem;
  }
  #about .introduct {
    margin-top: 50px;
  }
  #about .introduct .box {
    margin-top: 30px;
  }
  #about .introduct .box .title-box .title {
    font-size: 2.8rem;
  }
  #about .introduct .box .title-box .en {
    font-size: 1.4rem;
  }
  #about .introduct .box .line {
    margin: 20px 0;
  }
  #about .qualification .title-box {
    margin-bottom: 10px;
  }
  #about .qualification .content {
    padding: 20px 0;
  }
  #about .culture {
    margin-top: 35px;
  }
  #about .culture .box {
    margin: 15px auto;
  }
  #about .news {
    margin-top: 0;
    padding: 30px 15px;
  }
  #about .recruit {
    padding: 0;
  }
  #about .recruit .title-box {
    flex: 0 0 100%;
    min-height: 120px;
  }
  #about .recruit .title-box .title {
    font-size: 2.4rem;
  }
  #about .recruit .title-box .en {
    font-size: 1rem;
  }
  #about .recruit .box {
    flex: 1 1 auto;
    padding: 30px 15px;
  }
  #about .recruit .box .job-type a {
    padding: 5px 15px;
    margin-right: 15px;
    font-size: 1.4rem;
  }
  #about .recruit .box .job-list {
    margin-top: 20px;
  }
  #about .recruit .box .job-list ul li .dot {
    font-size: 1rem;
  }
  #about .recruit .box .job-list ul li .title {
    padding: 6px 0;
    font-size: 1.4rem;
  }
  #about .recruit .box .job-list ul li .title .position {
    width: 45%;
  }
  #about .recruit .box .job-list ul li .title:hover {
    border-color: #BCBCBC;
  }
  #about .contactus {
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0 15px;
  }
  #about .contactus .box {
    margin: 30px 0;
    text-align: left;
  }
  #about .contactus .box .company-name {
    line-height: 2;
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
  }
  #about .contactus .box .line {
    margin: 10px 0;
    height: 3px;
    width: 45px;
    background-color: #F5AB18;
    overflow: hidden;
  }
  #about .contactus .box .info {
    justify-content: start;
  }
  #about .contactus .box .info .item {
    flex: 0 0 100%;
    margin: 5px 0;
    align-items: start;
  }
  #about .contactus .box .info .item .icon {
    margin-top: 3px;
  }
  #about .contactus .box .info .item .icon img {
    height: 14px;
  }
  #about .contactus .box .info .item .right {
    flex: 1 1 auto;
    display: block;
    line-height: 1.4;
  }
  #about .contactus .box .info .item .right span,
  #about .contactus .box .info .item .right strong {
    display: block;
    width: 100%;
  }
  #about .contactus .box .info .item .right span {
    margin-top: 2px;
  }
  #job {
    padding: 40px 0;
  }
  #job .title-box {
    padding: 25px 20px 5px 20px;
    box-shadow: -6px 6px 6px #EEE;
  }
  #job .title-box h1 {
    font-size: 2rem;
  }
  #job .list {
    margin-bottom: 20px;
  }
  #job .list .item {
    padding: 40px 0;
    border-bottom: 1px solid #333;
  }
  #job .list .item .title {
    margin-bottom: 20px;
    color: #333;
    font-size: 1.7rem;
    font-weight: normal;
  }
  #job .list .item .title strong {
    font-weight: normal;
  }
  #job .list .item .content {
    font-size: 1.4rem;
  }
  #job .list .item .content p {
    margin: 0 0 5px 0;
  }
  #footer .footer {
    padding: 30px 15px 20px 15px;
  }
  #footer .footer .left .logo img {
    width: auto;
    max-height: 70px;
  }
  #footer .footer .left .merchants {
    font-size: 1.6rem;
  }
  #footer .footer .right .contact-box {
    padding: 20px 0;
  }
  #footer .footer .right .contact-box .title {
    font-size: 1.8rem;
  }
  #footer .footer .right .contact-box a .iconfont {
    font-size: 3.8rem;
    color: #A3A3A3;
  }
  #footer .footer .right .links-box .title {
    font-size: 1.5rem;
  }
  #footer .footer .right .links-box .links a {
    display: inline-block;
    font-size: 1.4rem;
  }
  #footer .footer .copyright {
    font-size: 1.1rem;
  }
  #footer .footer .menus {
    text-align: center;
    margin-top: 10px;
  }
  #footer .footer .menus a {
    font-size: 1.4rem;
  }
}
