@charset "UTF-8";
@import url('Base.css');
/**头部**/
.inner {
  width: 1200px;
  margin: 0 auto;
}
header {
  position: fixed;
  height: 70px;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 300;
}
header .logo {
  float: left;
  display: block;
  width: 139px;
  height: 47px;
  background: url(../Images/logo.png) no-repeat;
  margin: 15px 30px 0;
}
header .menu {
  float: left;
}
header .menu li {
  float: left;
  height: 70px;
  padding: 0 20px;
}
header .menu li a {
  display: inline-block;
  font-size: 16px;
  height: 70px;
  line-height: 70px;
  color: #858586;
  position: relative;
}
header .menu li a:hover {
  color: #59bb01;
}
header .menu li.on a:before {
  content: " ";
  width: 100%;
  height: 4px;
  background: #59bb01;
  position: absolute;
  bottom: 0;
  left: 0;
}
header .header-right {
  float: right;
  line-height: 70px;
  padding-right: 30px;
}
header .header-right .tel {
  font-size: 18px;
  color: #333;
  margin-right: 30px;
}
header .header-right .tel::before {
  content: " ";
  width: 22px;
  height: 19px;
  display: inline-block;
  vertical-align: top;
  background: url(Images/icon-tel.png) no-repeat;
  margin: 25px 8px 0 0;
}
header .header-right .btn-login,
header .header-right .btn-reg {
  font-size: 14px;
  color: #666666;
  padding: 0 10px;
}
header .header-right .btn-login:hover,
header .header-right .btn-reg:hover {
  color: #59bb01;
}
section {
  padding-top: 70px;
}
.index-main {
  position: relative;
  z-index: 200;
}
.index-main .banner-index {
  position: relative;
  width: 100%;
  min-width: 1200px;
}
.index-main .banner-index .hd {
  position: absolute;
  bottom: 40px;
  width: 100%;
  min-width: 1200px;
  text-align: center;
  z-index: 1;
}
.index-main .banner-index .hd li {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 6px;
  line-height: 99999px;
  overflow: hidden;
  margin: 0 10px;
}
.index-main .banner-index .hd li.on {
  background: #ffffff;
}
.index-main .banner-index .bd li .image-box {
  width: 100%;
  min-width: 1200px;
  height: 620px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-main .index-box-1 {
  min-height: 300px;
  padding: 60px 0 80px;
  background: #fafafa;
}
.index-main .index-box-1 .title {
  font-size: 28px;
  color: #333333;
  text-align: center;
  line-height: 42px;
  height: 42px;
}
.index-main .index-box-1 .title::before {
  content: " ";
  height: 2px;
  width: 30px;
  background: #c4c5d2;
  display: inline-block;
  vertical-align: top;
  margin: 20px 10px 0 0;
}
.index-main .index-box-1 .title::after {
  content: " ";
  height: 2px;
  width: 30px;
  background: #c4c5d2;
  display: inline-block;
  vertical-align: top;
  margin: 20px 0 0 10px;
}
.index-main .index-box-1 ul {
  text-align: center;
  margin-top: 50px;
}
.index-main .index-box-1 ul li {
  width: 180px;
  height: 230px;
  background: #fff;
  margin: 0 20px;
  border-radius: 5px;
  border: 1px solid #fff;
}
.index-main .index-box-1 ul li:hover {
  border: 1px solid #59bb01;
}
.index-main .index-box-1 ul li img {
  width: 85px;
  height: 70px;
  vertical-align: top;
  margin-top: 40px;
}
.index-main .index-box-1 ul li .desc1 {
  font-size: 24px;
  line-height: 30px;
  color: #333;
  margin-top: 30px;
}
.index-main .index-box-1 ul li .desc1 span {
  font-size: 14px;
}
.index-main .index-box-1 ul li .desc2 {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.index-main .index-box-2 {
  height: 457px;
  width: 100%;
  min-width: 1200px;
  position: relative;
  background: url(Images/img3.jpg) no-repeat left center;
  background-size: auto 100%;
}
.index-main .index-box-2 .box-2-info {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 690px;
  background: rgba(8, 175, 102, 0.94);
  padding: 50px 120px 50px 50px;
}
.index-main .index-box-2 .box-2-info .title {
  font-size: 30px;
  color: #fff;
  line-height: 40px;
  height: 40px;
}
.index-main .index-box-2 .box-2-info .title span {
  font-size: 14px;
}
.index-main .index-box-2 .box-2-info .content {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  margin-top: 15px;
  min-width: 510px;
}
.index-main .index-box-2 .box-2-info .content p {
  text-indent: 2em;
}
.index-main .index-box-2 .box-2-info .btn-contact {
  width: 120px;
  height: 40px;
  border-radius: 2px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  margin-top: 30px;
  border: 2px solid #fff;
  display: block;
}
.index-main .index-box-3 {
  min-height: 300px;
  padding: 60px 0 80px;
  background: #fafafa;
}
.index-main .index-box-3 .title {
  font-size: 28px;
  color: #333333;
  text-align: center;
  line-height: 42px;
  height: 42px;
}
.index-main .index-box-3 .title::before {
  content: " ";
  height: 2px;
  width: 30px;
  background: #c4c5d2;
  display: inline-block;
  vertical-align: top;
  margin: 20px 10px 0 0;
}
.index-main .index-box-3 .title::after {
  content: " ";
  height: 2px;
  width: 30px;
  background: #c4c5d2;
  display: inline-block;
  vertical-align: top;
  margin: 20px 0 0 10px;
}
.index-main .index-box-3 ul {
  text-align: center;
  margin-top: 50px;
}
.index-main .index-box-3 ul li {
  width: 280px;
  background: #fff;
  margin: 0 10px;
  padding: 0 0 15px;
  text-align: left;
}
.index-main .index-box-3 ul li img {
  width: 280px;
  height: 190px;
  vertical-align: top;
}
.index-main .index-box-3 ul li .name {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  line-height: 24px;
  padding: 10px 15px 0;
}
.index-main .index-box-3 ul li .time {
  font-size: 12px;
  color: #333;
  line-height: 20px;
  padding: 0 15px;
}
.index-main .index-box-3 ul li .desc {
  font-size: 12px;
  color: #333;
  line-height: 18px;
  padding: 5px 15px 0;
  height: 54px;
  overflow: hidden;
}
.index-main .index-box-4 {
  padding: 60px 0 80px;
  background: #fff;
}
.index-main .index-box-4 .title {
  font-size: 28px;
  color: #333333;
  text-align: center;
  line-height: 42px;
  height: 42px;
}
.index-main .index-box-4 .title::before {
  content: " ";
  height: 2px;
  width: 30px;
  background: #c4c5d2;
  display: inline-block;
  vertical-align: top;
  margin: 20px 10px 0 0;
}
.index-main .index-box-4 .title::after {
  content: " ";
  height: 2px;
  width: 30px;
  background: #c4c5d2;
  display: inline-block;
  vertical-align: top;
  margin: 20px 0 0 10px;
}
.index-main .index-box-4 ul {
  text-align: center;
  margin-top: 50px;
}
.index-main .index-box-4 ul li {
  margin: 0 10px;
}
.index-main .index-box-4 ul li img {
  width: 200px;
  height: 44px;
  vertical-align: top;
}
/**产品**/
.product-main {
  position: relative;
}
.product-main .product-box-banner {
  height: 350px;
  background: url(Images/product-top-bgs.jpg) no-repeat center center;
  background-size: cover;
}
.product-main .product-box-navs {
  height: 50px;
  background: #eee;
}
.product-main .product-box-navs .navs-inner {
  width: 1180px;
  margin: 0 auto;
}
.product-main .product-box-navs .navs-inner a {
  padding: 0 20px;
  font-size: 14px;
  color: #333;
  line-height: 48px;
  border-bottom: 2px solid #eee;
}
.product-main .product-box-navs .navs-inner a.active {
  border-color: #59bb01;
}
.product-main .title {
  font-size: 28px;
  color: #333333;
  text-align: center;
  line-height: 42px;
  height: 42px;
}
.product-main .title::before {
  content: " ";
  height: 2px;
  width: 30px;
  background: #c4c5d2;
  display: inline-block;
  vertical-align: top;
  margin: 20px 10px 0 0;
}
.product-main .title::after {
  content: " ";
  height: 2px;
  width: 30px;
  background: #c4c5d2;
  display: inline-block;
  vertical-align: top;
  margin: 20px 0 0 10px;
}
.product-main .product-box-1 {
  padding: 60px 0 80px;
  background: #fff;
}
.product-main .product-box-1 .desc {
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  text-align: center;
}
.product-main .product-box-1 ul {
  margin-top: 40px;
  text-align: center;
}
.product-main .product-box-1 ul li {
  margin: 0 20px;
}
.product-main .product-box-1 ul li img {
  width: 259px;
  vertical-align: top;
}
.product-main .product-box-2 {
  padding: 60px 0 80px;
  background: #fafafa;
}
.product-main .product-box-2 .img {
  text-align: center;
  padding-top: 40px;
}
.product-main .product-box-2 .img img {
  vertical-align: top;
}
.product-main .product-box-3 {
  padding: 60px 0 80px;
  background: #fff;
}
.product-main .product-box-3 .img {
  text-align: center;
  padding-top: 40px;
}
.product-main .product-box-3 .img img {
  vertical-align: top;
}
/**服务**/
.service-main {
  position: relative;
}
.service-main .service-box-banner {
  height: 350px;
  background: url(Images/product-top-bgs.jpg) no-repeat center center;
  background-size: cover;
}
.service-main .service-box-navs {
  height: 50px;
  background: #eee;
}
.service-main .service-box-navs .navs-inner {
  width: 1180px;
  margin: 0 auto;
}
.service-main .service-box-navs .navs-inner a {
  padding: 0 20px;
  min-width: 40px;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 48px;
  border-bottom: 2px solid #eee;
}
.service-main .service-box-navs .navs-inner a.active {
  border-color: #59bb01;
}
.service-main .title {
  font-size: 28px;
  color: #333333;
  text-align: center;
  line-height: 42px;
  height: 42px;
}
.service-main .title::before {
  content: " ";
  height: 2px;
  width: 30px;
  background: #c4c5d2;
  display: inline-block;
  vertical-align: top;
  margin: 20px 10px 0 0;
}
.service-main .title::after {
  content: " ";
  height: 2px;
  width: 30px;
  background: #c4c5d2;
  display: inline-block;
  vertical-align: top;
  margin: 20px 0 0 10px;
}
.service-main .service-box-1 {
  padding: 60px 0 80px;
  background: #fff;
}
.service-main .service-box-1 .content {
  width: 1000px;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  margin: 20px auto 0;
  text-indent: 2em;
}
.service-main .service-box-2 {
  padding: 10px 0 80px;
  background: #fff;
}
.service-main .service-box-2 .img {
  text-align: center;
  padding-top: 40px;
}
.service-main .service-box-2 .img img {
  vertical-align: top;
}
.service-main .service-box-3 {
  padding: 50px 0 80px;
  background: #fafafa;
}
.service-main .service-box-3 .img {
  text-align: center;
  padding-top: 40px;
}
.service-main .service-box-3 .img img {
  vertical-align: top;
}
/**案例**/
.case-main {
  position: relative;
}
.case-main .case-box-banner {
  height: 350px;
  background: url(Images/product-top-bgs.jpg) no-repeat center center;
  background-size: cover;
}
.case-main .case-list {
  text-align: left;
}
.case-main .case-list ul {
  width: 1230px;
  margin: 0 auto;
  padding: 25px 0;
}
.case-main .case-list li {
  width: 356px;
  height: 310px;
  margin: 25px;
  border: 1px solid #ccc;
  text-align: left;
}
.case-main .case-list li img {
  width: 356px;
  height: 183px;
  vertical-align: top;
}
.case-main .case-list li .name {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  padding: 0 15px;
  padding-top: 15px;
}
.case-main .case-list li .desc {
  font-size: 12px;
  color: #333333;
  line-height: 18px;
  padding: 10px 12px 15px;
}
.news-main {
  position: relative;
}
.news-main .news-box-banner {
  height: 350px;
  background: url(Images/product-top-bgs.jpg) no-repeat center center;
  background-size: cover;
}
.news-main .news-box {
  width: 1230px;
  margin: 0 auto;
  padding: 50px 0 40px;
  font-size: 0;
  min-height: 400px;
}
.news-main .news-box .news-left {
  display: inline-block;
  vertical-align: top;
  width: 320px;
}
.news-main .news-box .news-left .title {
  font-size: 16px;
  color: #666;
  line-height: 22px;
}
.news-main .news-box .news-left .title::before {
  content: " ";
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  background: url(Images/icon-news.png) no-repeat;
  margin: 3px 5px 0 0;
}
.news-main .news-box .news-left .news-type {
  margin-top: 20px;
  padding-left: 20px;
}
.news-main .news-box .news-left .news-type a {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 22px;
  margin: 10px 0;
}
.news-main .news-box .news-left .news-type a.active {
  color: #73B937;
  font-weight: 500;
}
.news-main .news-box .news-left .news-type a.active::before {
  content: " ";
  display: inline-block;
  vertical-align: top;
  width: 2px;
  height: 14px;
  margin: 5px 4px 0 0;
  background: #73B937;
}
.news-main .news-box .news-right {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 320px);
}
.news-main .news-box .news-right .news-item {
  display: block;
  padding-bottom: 40px;
}
.news-main .news-box .news-right .news-item .img {
  display: inline-block;
  vertical-align: top;
  width: 340px;
  height: 214px;
}
.news-main .news-box .news-right .news-item .img img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.news-main .news-box .news-right .news-item .content {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  width: calc(100% - 370px);
}
.news-main .news-box .news-right .news-item .title {
  font-size: 18px;
  color: #101010;
  font-weight: 600;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.news-main .news-box .news-right .news-item .desc {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  margin-top: 16px;
  height: 120px;
  overflow: hidden;
}
.news-main .news-box .news-right .news-item .time {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-top: 10px;
}
.news-details-main {
  position: relative;
}
.news-details-main .news-details-box {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 30px;
  font-size: 0;
  min-height: 400px;
}
.news-details-main .news-details-left {
  display: inline-block;
  vertical-align: top;
  width: 300px;
}
.news-details-main .news-details-left .title {
  font-size: 18px;
  color: #101010;
  line-height: 24px;
  font-weight: 600;
}
.news-details-main .news-details-left .title span {
  font-size: 12px;
  margin-left: 10px;
}
.news-details-main .news-details-left .news-top-list {
  margin-top: 45px;
  padding-right: 70px;
}
.news-details-main .news-details-left .news-top-list a {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 22px;
  margin: 20px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-details-main .news-details-right {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 300px);
}
.news-details-main .news-details-right .news-bread-level {
  font-size: 14px;
  color: #666;
  line-height: 26px;
}
.news-details-main .news-details-right .news-bread-level span {
  margin-right: 5px;
}
.news-details-main .news-details-right .news-bread-level span:last-child {
  color: #999;
}
.news-details-main .news-details-right .title {
  font-size: 24px;
  color: #101010;
  line-height: 32px;
  margin-top: 40px;
  font-weight: 600;
}
.news-details-main .news-details-right .desc {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  margin-top: 8px;
}
.news-details-main .news-details-right .desc span {
  margin-right: 20px;
}
.news-details-main .news-details-right .content {
  margin-top: 30px;
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
.news-details-main .news-details-right .content img {
  width: 100%;
  vertical-align: top;
}
.news-details-main .news-details-right .content a {
  color: #576b95;
}
.news-details-main .news-details-right .pages {
  margin-top: 80px;
  padding: 40px 20px;
  border-top: 1px solid #E7EBEF;
}
.news-details-main .news-details-right .pages .pages-left {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.news-details-main .news-details-right .pages .pages-right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: right;
}
.news-details-main .news-details-right .pages .label {
  font-size: 14px;
  color: #999;
  line-height: 22px;
}
.news-details-main .news-details-right .pages .value {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  margin-top: 8px;
}
.news-details-main .news-details-right .pages .value a {
  color: #666;
}
/**关于我们**/
.about-main {
  position: relative;
}
.about-main .about-box-banner {
  height: 350px;
  background: url(Images/product-top-bgs.jpg) no-repeat center center;
  background-size: cover;
}
.about-main .about-box-navs {
  height: 50px;
  background: #eee;
}
.about-main .about-box-navs .navs-inner {
  width: 1180px;
  margin: 0 auto;
}
.about-main .about-box-navs .navs-inner a {
  padding: 0 20px;
  min-width: 40px;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 48px;
  border-bottom: 2px solid #eee;
}
.about-main .about-box-navs .navs-inner a.active {
  border-color: #59bb01;
}
.about-main .title {
  font-size: 28px;
  color: #333333;
  text-align: center;
  line-height: 42px;
  height: 42px;
}
.about-main .title::before {
  content: " ";
  height: 2px;
  width: 30px;
  background: #c4c5d2;
  display: inline-block;
  vertical-align: top;
  margin: 20px 10px 0 0;
}
.about-main .title::after {
  content: " ";
  height: 2px;
  width: 30px;
  background: #c4c5d2;
  display: inline-block;
  vertical-align: top;
  margin: 20px 0 0 10px;
}
.about-main .about-box-1 {
  padding: 60px 0 80px;
  background: #fff;
}
.about-main .about-box-1 .content {
  width: 1200px;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  margin: 20px auto 0;
  text-indent: 2em;
  font-family: "Microsoft YaHei";
  color: #666666;
  line-height: 1.858;
  text-align: justifyLeft;
}
.about-main .about-box-1 .content p {
  padding: 0 0 20px 0;
}
.about-main .about-box-2 {
  padding: 60px 0 80px;
  background: #fafafa;
}
.about-main .about-box-3 {
  padding: 60px 0 0 0px;
  background: #FFF;
}
.about-main .about-box-3 .inner {
  width: 1100px;
  margin: auto;
}
.about-main .about-box-3 .history-box {
  position: relative;
  margin-top: 20px;
}
.about-main .about-box-3 .history-box .left-btn {
  position: absolute;
  display: inline-block;
  right: 50px;
  top: 100px;
  width: 40px;
  height: 40px;
  opacity: 0.6;
  z-index: 10;
  background-image: url(../Images/left-btn.png);
  cursor: pointer;
}
.about-main .about-box-3 .history-box .left-btn:hover {
  opacity: 1;
}
.about-main .about-box-3 .history-box .right-btn {
  z-index: 10;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 100px;
  width: 40px;
  height: 40px;
  opacity: 0.6;
  background-image: url(../Images/right-btn.png);
  cursor: pointer;
}
.about-main .about-box-3 .history-box .right-btn:hover {
  opacity: 1;
}
.about-main .about-box-3 .history-box .hd {
  position: absolute;
  width: 100%;
  top: 115px;
  height: 100px;
}
.about-main .about-box-3 .history-box .hd::after {
  position: absolute;
  left: 0px;
  width: 90%;
  content: " ";
  height: 2px;
  background: #cccccc;
}
.about-main .about-box-3 .history-box .hd li {
  float: left;
  width: calc(100%/22);
  position: relative;
}
.about-main .about-box-3 .history-box .hd li i {
  position: absolute;
  top: -7px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #cccccc;
}
.about-main .about-box-3 .history-box .hd li span {
  display: inline-block;
  padding-top: 15px;
  margin-left: -100px;
  font-size: 18px;
  width: 200px;
  font-family: "Microsoft YaHei";
  color: #69c200;
  line-height: 1.2;
  text-align: center;
  visibility: hidden;
}
.about-main .about-box-3 .history-box .hd li.checked {
  z-index: 9;
}
.about-main .about-box-3 .history-box .hd li.checked i {
  position: relative;
  background: #69c200;
}
.about-main .about-box-3 .history-box .hd li.on {
  z-index: 9;
}
.about-main .about-box-3 .history-box .hd li.on i {
  position: relative;
  background: #69c200;
}
.about-main .about-box-3 .history-box .hd li.on i::after {
  left: -9px;
  top: -9px;
  position: absolute;
  content: " ";
  width: 31px;
  height: 31px;
  border-radius: 100%;
  z-index: 10;
  border: 1px solid #69c200;
}
.about-main .about-box-3 .history-box .hd li.on span {
  visibility: visible;
}
.about-main .about-box-3 .history-box .bd li {
  display: none;
}
.about-main .about-box-3 .history-box .bd li h2 {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 1.4;
  padding-top: 15px;
}
.about-main .about-box-3 .history-box .bd li .history-info {
  padding-top: 125px;
  padding-bottom: 50px;
  height: 223px;
}
.about-main .about-box-3 .history-box .bd li .history-info img {
  float: right;
}
.about-main .about-box-3 .history-box .bd li .history-info p {
  display: inline-block;
  font-size: 18px;
  color: #333333;
  line-height: 1.714;
  width: 374px;
  padding-top: 30px;
}
.about-main .about-box-3 .history-box .bd li.on {
  display: block;
}
.about-main .about-box-4 {
  padding: 60px 0 80px;
  background: #fafafa;
}
.about-main .about-box-4 .inner {
  width: 1100px;
  margin: auto;
}
.about-main .about-box-4 .contact-wrap {
  text-align: center;
  padding-top: 50px;
}
.about-main .about-box-4 .contact-wrap .contact-map {
  width: 510px;
  height: 280px;
  border: 10px solid #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
.about-main .about-box-4 .contact-wrap .contact-map img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.about-main .about-box-4 .contact-wrap .contact-info {
  width: 500px;
  margin-left: 10px;
  text-align: left;
}
.about-main .about-box-4 .contact-wrap .contact-info .contact-item {
  margin: 18px 0;
  padding-left: 10px;
}
.about-main .about-box-4 .contact-wrap .contact-info .contact-item span {
  font-size: 14px;
  color: #555;
  line-height: 22px;
}
.about-main .about-box-4 .contact-wrap .contact-info .contact-item p {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-top: 5px;
}
/**底部**/
footer {
  clear: both;
  min-width: 1200px;
  background: #424548;
  text-align: center;
  overflow: hidden;
}
footer .inner {
  padding: 40px 0 30px;
}
footer .footer-box-1 {
  width: 510px;
  text-align: left;
  min-height: 190px;
  position: relative;
}
footer .footer-box-1 .title {
  font-size: 14px;
  color: #aeafb1;
  line-height: 20px;
}
footer .footer-box-1 .footer-box-1-item {
  margin-top: 15px;
  font-size: 14px;
}
footer .footer-box-1 .footer-box-1-item .label {
  color: #737577;
  display: block;
}
footer .footer-box-1 .footer-box-1-item .content {
  color: #aeafb1;
}
footer .footer-box-1:after {
  content: " ";
  width: 1px;
  height: 80%;
  position: absolute;
  top: 10%;
  right: 0;
  background: #535659;
}
footer .footer-box-2,
footer .footer-box-3 {
  width: 320px;
  text-align: center;
  min-height: 190px;
  position: relative;
}
footer .footer-box-2 img,
footer .footer-box-3 img {
  width: 130px;
  height: 130px;
  margin-top: 20px;
}
footer .footer-box-2 .name,
footer .footer-box-3 .name {
  display: block;
  font-size: 14px;
  color: #aeafb1;
  line-height: 30px;
  text-align: center;
}
footer .footer-box-3 {
  width: 220px;
  text-align: right;
}
footer .footer-box-3::before {
  content: " ";
  width: 1px;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 0;
  background: #535659;
}
footer .footer-box-3 .name {
  text-indent: 92px;
}
footer .copyright {
  background: #343638;
  height: 40px;
  line-height: 40px;
}
footer .copyright .copyright-info {
  font-size: 12px;
  color: #717374;
}
footer .copyright .copyright-info img {
  vertical-align: top;
  width: 15px;
  height: 15px;
  margin: 13px 2px 0 8px;
}
footer .copyright .copyright-info a {
  color: #717374;
}
