﻿body {
  background: fixed;
}
.wrap {
  width: 1300px;
  margin: 0 auto;
}
.bshare-custom .bshare-more.more-style-addthis {
  background: none !important;
}
.bshare-custom .bshare-more.more-style-addthis a {
  color: #fff;
}
.bshare-custom span {
  color: #fff !important;
}
.inner-banner {
  position: relative;
  width: 100%;
  height: 480px;
}
.inner-banner img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.head-titles span:nth-child(1) {
  font-size: 30px;
  color: #333333;
  line-height: 30px;
  vertical-align: middle;
}
.head-titles span:nth-child(2) {
  font-size: 30px;
  color: #C7C7C7;
  vertical-align: middle;
  line-height: 30px;
  margin-left: 5px;
}
.head-titles span:nth-child(3) {
  font-size: 18px;
  color: #1568AC;
  line-height: 30px;
  vertical-align: middle;
  margin-top: -15px;
  margin-left: 10px;
}
.common-nav {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  justify-content: flex-end;
  margin-top: -20px;
  /*右对齐*/
}
.common-nav li {
  padding: 0 19px;
  border-right: 1px solid #d2d2d2;
}
.common-nav li.active a {
  color: #009944;
}
.common-nav a {
  color: #3d3d3d;
}
.hover-more:hover {
  color: #fff;
  border: none !important;
  background: #009944;
}
.hover-more:hover a {
  color: #fff !important;
}
.common-title .title {
  text-align: center;
  font-weight: 400;
  color: #009944;
  font-size: 30px;
}
.common-title .english_title {
  text-align: center;
  font-weight: 400;
  color: #6a6a6a;
  margin: 19px auto 0;
  display: flex;
  justify-content: center;
}
.common-title .english_title .text-title {
  margin: 0 10px;
}
.common-title .english_title > div {
  display: inline-block;
}
.common-title .english_title > div.line {
  width: 60px;
  height: 1px;
  background: #bfbfbf;
  margin-top: 7px;
}
.page {
  margin: 70px auto;
}
.page ul {
  display: flex;
  justify-content: center;
}
.page ul li {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #d2d2d2;
  margin-left: 25px;
  text-align: center;
}
.page ul li.active {
  background-color: #009944;
  color: #fff;
}
.page ul li.active a {
  color: #fff;
}
.page ul li a {
  color: #2c2c2c;
}
.header {
  height: 132px;
}
.header:hover {
  background: #fff;
}
.header .white-nav a {
  color: #fff !important;
}
.header .nav {
  height: 132px;
  display: flex;
  font-size: 16px;
  position: relative;
}
.header .nav .call {
  float: right;
  margin-right: 80px;
  margin-top: 7px;
  overflow: hidden;
}
.header .nav .call .call-img {
  width: 21px;
  height: 21px;
  vertical-align: middle;
  margin-right: 17px;
}
.header .nav .call span {
  font-size: 16px;
  margin-top: -10px;
  vertical-align: middle;
}
.header .nav .call span:nth-child(1) {
  color: #666666;
}
.header .nav .call span:nth-child(2) {
  color: #333333;
}
.header .nav .nav-list {
  display: flex;
  justify-content: end;
  height: 80px;
  line-height: 80px;
  width: 955px;
  font-weight: 400;
  margin-left: 85px;
}
.header .nav .nav-list a {
  color: #333;
}
.header .nav .nav-list li:hover a{
  color:#0165b1;
}

}
.header .nav .logo {
  height: 105x;
  line-height: 105px;
}
.header .nav .logo img {
  width: 260px;
  height: 90px;
  margin-top: 17px;
}
.header .nav li {
  height: 78px;
  line-height: 80px;
  float: left;
  width: 149px;
  text-align: center;
  position: relative;
}
.header .nav li.active {
  border-bottom: 4px solid #0165b1;
}
.header .nav li.active a {
  color: #0165b1;
}
.header .nav li:hover .two {
  display: block;
}
.header .nav li .two {
  display: none;
  color: #009944;
  position: absolute;
  z-index: 100000;
  width: 160px;left:-20px;
  top: 78px;
  background: #009944;
  font-size: 14px;
}
.header .nav li .two li {
  background: #f5f5f5;
  width: 100%;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  border-bottom: 1px solid #ffffff;
}
.header .nav li .two li a{
	color: #333!important;
}

.header .nav li .two li:hover a {
  color: #0165b1!important;
}
.section .new {
  width: 100%;
  height: 646px;
  background: #fff;
  overflow: hidden;
}
.section .new .wrap {
  display: flex;
  justify-content: space-between;
}
.section .new .news-left {
  width: 668px;
  margin-top: 70px;
}
.section .new .news-left .head {
  display: flex;
  justify-content: space-between;
}
.section .new .news-left .head div:nth-child(1) span:nth-child(1) {
  font-size: 34px;
  color: #333333;
}
.section .new .news-left .head div:nth-child(1) span:nth-child(2) {
  font-size: 22px;
  margin-left: 16px;
  color: #d0d0d0;
}
.section .new .news-left .head div:nth-child(1) span:nth-child(3) {
  font-size: 22px;
  margin-left: 16px;
  color: #1568ac;
}
.section .new .news-left .head div:nth-child(2) {
  width: 80px;
  height: 24px;
  background: #cfcfcf;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  border-radius: 12px;
}
.section .new .news-left .head div:nth-child(2):hover {
  background: #1568ac;
}
.section .new .news-left .head div:nth-child(2) a {
  border-radius: 12px;
  color: #ffffff;
}
.section .new .news-left ul {
  margin-top: 50px;
}
.section .new .news-left ul > li {
  height: 56px;
  border-bottom: 1px dashed #bfbfbf;
}
.section .new .news-left ul > li:hover {
  height: 197px;
  border-bottom: 2px solid #1568ac;
}
.section .new .news-left ul > li:hover .show {
  display: none;
}
.section .new .news-left ul > li:hover .hide {
  display: block;
}
.section .new .news-left ul > li .show {
  line-height: 56px;
  display: block;
}
.section .new .news-left ul > li .show span {
  display: inline-block;
  vertical-align: middle;
}
.section .new .news-left ul > li .show span:nth-child(1) {
  width: 68px;
  font-size: 24px;
  color: #999999;
}
.section .new .news-left ul > li .show span:nth-child(2) {
  width: 443px;
  font-size: 16px;
  margin-left: 20px;
  color: #333333;
}
.section .new .news-left ul > li .show span:nth-child(3) {
  font-size: 14px;
  margin-left: 50px;
}
.section .new .news-left ul > li .show span:nth-child(3) a {
  color: #999999;
}
.section .new .news-left ul > li .hide {
  height: 197px;
  display: none;
}
.section .new .news-left ul > li .hide:nth-child(1) {
  margin-top: -20px;
}
.section .new .news-left ul > li .hide > div {
  overflow: hidden;
}
.section .new .news-left ul > li .hide > div:nth-child(1) {
  display: flex;
}
.section .new .news-left ul > li .hide > div:nth-child(1) > div:nth-child(1) {
  font-size: 76px;
  margin-top: 25px;
  color: #454545;
}
.section .new .news-left ul > li .hide > div:nth-child(1) > div:nth-child(2) {
  margin-left: 25px;
}
.section .new .news-left ul > li .hide > div:nth-child(1) > div:nth-child(2) p {
  width: 443px;
}
.section .new .news-left ul > li .hide > div:nth-child(1) > div:nth-child(2) p:nth-child(1) {
  font-size: 14px;
  margin-top: 46px;
  color: #686868;
}
.section .new .news-left ul > li .hide > div:nth-child(1) > div:nth-child(2) p:nth-child(2) {
  font-size: 20px;
  color: #333333;
  margin-top: 15px;
}
.section .new .news-left ul > li .hide > div:nth-child(1) > div:nth-child(3) {
  font-size: 14px;
  line-height: 24px;
  margin-left: 32px;
  margin-top: 75px;
}
.section .new .news-left ul > li .hide > div:nth-child(1) > div:nth-child(3) a {
  color: #1568ac;
}
.section .new .news-left ul > li .hide > div:nth-child(2) {
  font-size: 14px;
  color: #666666;
  margin-top: 20px;
  line-height: 24px;
}
.section .new .news-right {
  width: 580px;
  height: 581px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  padding: 0 30px;
  box-sizing: border-box;
  position: relative;
}
.section .new .news-right:hover .last div:nth-child(2) {
  color: #1568AC !important;
}
.section .new .news-right .hot {
  width: 126px;
  height: 38px;
  background: #8acd23;
  font-size: 20px;
  color: #ffffff;
  padding: 9px;
  box-sizing: border-box;
  position: absolute;
  top: 72px;
  left: 0px;
}
.section .new .news-right .hot img {
  width: 17px;
  height: 19px;
  vertical-align: middle;
}
.section .new .news-right .hot span {
  vertical-align: middle;
}
.section .new .news-right .img {
  width: 520px;
  height: 310px;
  margin-top: 42px;
}
.section .new .news-right p.text-overflow {
  margin-top: 14px;
  font-size: 16px;
  color: #333333;
}
.section .new .news-right p.text-overflow .dian {
  display: inline-block;
  color: #0165b1;
  font-size: 50px;
  vertical-align: middle;
  margin-right: 14px;
  height: 50px;
}
.section .new .news-right p.text-overflow3 {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.section .new .news-right .last {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.section .new .news-right .last > div:nth-child(1) {
  font-size: 30px;
  color: #686868;
}
.section .new .news-right .last > div:nth-child(2) {
  font-size: 30px;
  color: #999999;
  line-height: 52px;
}
.section .product {
  width: 100%;
  height: 771px;
  background: #f8f8f8;
}
.section .product .wrap {
  display: flex;
}
.section .product .left-img img {
  width: 390px;
  height: 624px;
}
.section .product .right-content {
  position: relative;
}
.section .product .right-content .head {
  width: 770px;
  padding-bottom: 28px;
  border-bottom: 1px dashed #d2d2d2;
}
.section .product .right-content .head .p_title {
  position: absolute;
  top: 62px;
  left: 53px;
  width: 672px;
  height: 60px;
}
.section .product .right-content .head .head-title {
  margin: 110px 0 0 53px;
}
.section .product .right-content .head .head-title span {
  vertical-align: bottom;
}
.section .product .right-content .head .head-title span:nth-of-type(1) {
  font-size: 34px;
  color: #333333;
}
.section .product .right-content .head .head-title span:nth-of-type(2) {
  font-size: 22px;
  margin-left: 34px;
  color: #0165b1;
}
.section .product .right-content .head .head-title span:nth-of-type(3) {
  font-size: 15px;
  margin-left: 30px;
  color: #999999;
}
.section .product .right-content .classify {
  display: flex;
  margin: 28px 0 0 53px;
}
.section .product .right-content .classify .child {
  width: 697px;
}
.section .product .right-content .classify .child ul {
  display: flex;
  flex-wrap: wrap;
}
.section .product .right-content .classify .child ul li {
  width: 200px;
  height: 35px;
  line-height: 36px;
  background: #f7f7f7;
  border: 1px solid #d2d2d2;
  font-size: 16px;
  text-align: center;
  margin-right: 30px;
  margin-top: 19px;
}
.section .product .right-content .classify .child ul li a {
  color: #333333;
}
.section .product .right-content .classify .child ul li a .add-icon {
  font-size: 24px;
  color: #8acd23;
  margin-right: 5px;
}
.section .product .right-content .classify .more {
  width: 166px;
  height: 148px;
  text-align: center;
  background: #8acd23;
  margin-top: 17px;
}
.section .product .right-content .classify .more img {
  width: 43px;
  height: 43px;
  margin-top: 34px;
}
.section .product .right-content .classify .more span {
  display: block;
  font-size: 14px;
  color: #ffffff;
  margin-top: 23px;
}
.section .product .right-content .slide {
  width: 940px;
  height: 180px;
  background: #eaeaea;
}
.section .product .right-content .slide .slideGroup {
  width: 825px;
  margin: 60px auto 0;
  position: relative;
}
.section .product .right-content .slide .slideGroup .sPrev,
.section .product .right-content .slide .slideGroup .sNext {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #BCBCBC;
  position: absolute;
  color: #fff;
  display: block;
  z-index: 88;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  transform: rotate(360deg);
}
.section .product .right-content .slide .slideGroup .sPrev:hover,
.section .product .right-content .slide .slideGroup .sNext:hover {
  text-decoration: none;
  background: #2B4CB3;
  color: #fff;
}
.section .product .right-content .slide .slideGroup .sPrev:visited,
.section .product .right-content .slide .slideGroup .sNext:visited {
  text-decoration: none;
}
.section .product .right-content .slide .slideGroup .sPrev {
  left: -66px;
  top: 66px;
  transform: rotate(180deg);
}
.section .product .right-content .slide .slideGroup .sNext {
  right: -15px;
  top: 66px;
  transform: rotate(0deg);
}
.section .product .right-content .slide .slideGroup .title {
  font-size: 14px;
  font-weight: 400;
  color: #303030;
  margin-top: 13px;
  text-align: center;
}
.section .product .right-content .slide .active-list li {
  width: 139px;
  margin-right: 20px;
}
.section .product .right-content .slide .active-list li .pic {
  position: relative;
}
.section .product .right-content .slide .active-list li .pic .hover-detail {
  opacity: 0;
  width: 280px;
  height: 320px;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  padding: 38px;
  box-sizing: border-box;
  border-bottom: 4px solid #2B4CB3;
  text-align: left;
}
.section .product .right-content .slide .active-list li .pic .hover-detail:hover {
  opacity: 1;
  transition: all 0.6s;
}
.section .product .right-content .slide .active-list li .pic .hover-detail > p:nth-of-type(1) {
  font-size: 18px;
  color: #2b4cb3;
  margin-top: 40px;
}
.section .product .right-content .slide .active-list li .pic .hover-detail > p:nth-of-type(2) {
  font-size: 14px;
  color: #5b5b5b;
  margin-top: 13px;
  padding-bottom: 16px;
  border-bottom: 1px solid #cdcdcd;
}
.section .product .right-content .slide .active-list li .pic .hover-detail > p:nth-of-type(3) {
  font-size: 12px;
  color: #6b6b6b;
  line-height: 18px;
  margin-top: 10px;
}
.section .product .right-content .slide .active-list li .pic .hover-detail .more {
  text-align: center;
  width: 80px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  margin-top: 30px;
  background: #2b4cb3;
}
.section .product .right-content .slide .active-list li .pic .hover-detail .more a {
  color: #fff;
}
.section .product .right-content .slide .active-list li:last-child {
  margin-right: 0;
}
.section .product .right-content .slide .active-list li img {
  width: 100%;
  height: 104px;
  margin-top: 28px;
}
.section .product .authentication {
  padding: 35px 0px;
  width: 100%;
  height: 140px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  background: #fff;
  margin-top: 80px;
}
.section .product .authentication ul {
  display: flex;
  flex-wrap: nowrap;
}
.section .product .authentication ul li {
  display: flex;
  flex: 1;
  height: 63px;
  border-right: 1px solid #e5e5e5;
}
.section .product .authentication ul li div {
  margin-left: 64px;
}
.section .product .authentication ul li div:nth-of-type(1) div:nth-of-type(1) {
  font-size: 16px;
  color: #333333;
}
.section .product .authentication ul li div:nth-of-type(1) div:nth-of-type(2) {
  font-size: 46px;
  margin-top: 19px;
  font-weight: bold;
  color: #333333;
}
.section .product .authentication ul li div:nth-of-type(1) div:nth-of-type(2) span {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.section .product .authentication ul li .img {
  margin-left: 57px;
}
.section .company {
  width: 100%;
  height: 854px;
}
.section .company .head {
  text-align: center;
}
.section .company .head .p_title {
  margin-top: 129px;
}
.section .company .head .head-title {
  margin-top: -15px;
}
.section .company .head .head-title .title {
  font-size: 34px;
  color: #333333;
  padding: 0 47px;
}
.section .company .head .head-title .right-arrow {
  transform: rotate(180deg);
}
.section .company .property-nav {
  display: flex;
  width: 327px;
  margin: 0 auto;
  margin-top: 50px;
}
.section .company .property-nav li {
  width: 130px;
  height: 34px;
  margin-right: 30px;
  border: 1px solid #dcdcdc;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
  text-align: center;
  line-height: 34px;
}
.section .company .property-nav li.active {
  background: #1568ac;
  color: #fff;
}
.section .company .slide {
  width: 1300px;
}
.section .company .slide .slideGroup {
  width: 1300px;
  margin: 20px auto 0;
  position: relative;
}
.section .company .slide .slideGroup .sPrev,
.section .company .slide .slideGroup .sNext {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #BCBCBC;
  position: absolute;
  color: #fff;
  display: block;
  z-index: 88;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  transform: rotate(360deg);
}
.section .company .slide .slideGroup .sPrev:hover,
.section .company .slide .slideGroup .sNext:hover {
  text-decoration: none;
  background: #2B4CB3;
  color: #fff;
}
.section .company .slide .slideGroup .sPrev:visited,
.section .company .slide .slideGroup .sNext:visited {
  text-decoration: none;
}
.section .company .slide .slideGroup .sPrev {
  left: -45px;
  top: 214px;
  transform: rotate(180deg);
}
.section .company .slide .slideGroup .sNext {
  right: -45px;
  top: 214px;
  transform: rotate(0deg);
}
.section .company .slide .slideGroup .title {
  font-size: 14px;
  font-weight: 400;
  color: #303030;
  margin-top: 13px;
  text-align: center;
}
.section .company .slide .active-list li {
  width: 304px;
  margin-right: 27px;
}
.section .company .slide .active-list li:hover .hide-box {
  display: block !important;
}
.section .company .slide .active-list li .pic {
  position: relative;
}
.section .company .slide .active-list li .pic .hover-detail {
  opacity: 0;
  width: 280px;
  height: 320px;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  padding: 38px;
  box-sizing: border-box;
  border-bottom: 4px solid #2B4CB3;
  text-align: left;
}
.section .company .slide .active-list li .pic .hover-detail:hover {
  opacity: 1;
  transition: all 0.6s;
}
.section .company .slide .active-list li .pic .hover-detail > p:nth-of-type(1) {
  font-size: 18px;
  color: #2b4cb3;
  margin-top: 40px;
}
.section .company .slide .active-list li .pic .hover-detail > p:nth-of-type(2) {
  font-size: 14px;
  color: #5b5b5b;
  margin-top: 13px;
  padding-bottom: 16px;
  border-bottom: 1px solid #cdcdcd;
}
.section .company .slide .active-list li .pic .hover-detail > p:nth-of-type(3) {
  font-size: 12px;
  color: #6b6b6b;
  line-height: 18px;
  margin-top: 10px;
}
.section .company .slide .active-list li .pic .hover-detail .more {
  text-align: center;
  width: 80px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  margin-top: 30px;
  background: #2b4cb3;
}
.section .company .slide .active-list li .pic .hover-detail .more a {
  color: #fff;
}
.section .company .slide .active-list li .pic .hide-box {
  width: 100%;
  height: 429px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: rgba(1, 101, 177, 0.8);
  display: none;
}
.section .company .slide .active-list li .pic .hide-box .hover {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translateX(-50%);
}
.section .company .slide .active-list li .pic .hide-box .hover img {
  width: 45px;
  height: 45px;
  display: block;
  margin: 0 auto;
}
.section .company .slide .active-list li .pic .hide-box .hover span {
  font-size: 14px;
  display: block;
  color: #fff;
  margin-top: 20px;
  margin: 20px auto 0;
}
.section .company .slide .active-list li:last-child {
  margin-right: 0;
}
.section .company .slide .active-list li img {
  width: 304px;
  height: 418px;
  margin-top: 28px;
}
.section .message {
  width: 100%;
  height: 525px;
  background: #f7f7f7;
  opacity: 0.96;
  padding: 40px 0;
  box-sizing: border-box;
}
.section .message form {
  margin-top: 20px;
}
.section .message form > div {
  border-bottom: 1px solid rgba(134, 134, 134, 0.2);
}
.section .message form > div:nth-child(1),
.section .message form > div:nth-child(2) {
  height: 69px;
  line-height: 69px;
}
.section .message form > div:nth-child(1) input,
.section .message form > div:nth-child(2) input {
  border: none;
  height: 40px;
  padding-left: 25px;
  outline: none;
}
.section .message form > div:nth-child(3) {
  height: 109px;
  padding-top: 37px;
  box-sizing: border-box;
}
.section .message form > div:nth-child(3) label {
  vertical-align: top;
}
.section .message form > div:nth-child(3) textarea {
  vertical-align: top;
  border: none;
  outline: none;
  height: 69px;
  padding-left: 27px;
}
.section .message form button {
  width: 374px;
  height: 51px;
  background: #1568ac;
  font-size: 16px;
  color: #ffffff;
  line-height: 51px;
  text-align: center;
  margin-top: 23px;
  border: none;
}
.section .message .wrap {
  display: flex;
}
.section .message .wrap .m-left {
  width: 450px;
  height: 444px;
  padding: 40px 30px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #e5e5e5;
}
.section .message .wrap .m-left .form {
  margin-top: 20px;
}
.section .message .wrap .m-right {
  margin-left: 35px;
  width: 800px;
}
.section .message .wrap .m-right > div:nth-child(1) ul {
  display: flex;
  flex-wrap: wrap;
}
.section .message .wrap .m-right > div:nth-child(1) ul li {
  width: 182px;
  height: 67px;
  background: #ffffff;
  border: 1px solid #efefef;
  margin-right: 19px;
  margin-top: 30px;
}
.section .message .wrap .m-right > div:nth-child(1) ul li:nth-child(4n) {
  margin-right: 0;
}
.section .message .wrap .m-right > div:nth-child(1) ul li img {
  width: 100%;
  height: 100%;
}
.section .message .wrap .m-right:nth-child(2) > div:nth-child(2) {
  margin-top: 75px;
  display: flex;
}
.section .message .wrap .m-right:nth-child(2) .choose {
  width: 550px;
  height: 56px;
  background: #f7f7f7;
  border: 1px solid #dcdcdc;
  margin-left: 20px;
  display: flex;
  margin-top: -12px;
}
.section .message .wrap .m-right:nth-child(2) .choose select {
  width: 429px;
  line-height: 56px;
  height: 56px;
  padding-left: 22px;
  box-sizing: border-box;
  font-size: 15px;
  background: #f7f7f7;
  color: #555555;
  border: none;
  outline: none;
}
.section .message .wrap .m-right:nth-child(2) .choose select option {
  width: 429px !important;
  height: 56px !important;
  line-height: 56px !important;
}
.section .message .wrap .m-right:nth-child(2) .choose .skip a {
  display: inline-block;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  width: 116px;
  margin-left: 20px;
  margin-top: 10px;
  text-align: center;
  color: #555555;
  border-left: 1px solid #dcdcdc;
}
.section .message .wrap .m-right:nth-child(2) .friend {
  font-size: 26px;
}
.footer {
  width: 100%;
  background: #383838;
  overflow: hidden;
  position: relative;
  padding: 60px 0;
  box-sizing: border-box;
}
.footer .footer-content {
  display: flex;
}
.footer .footer-left {
  width: 820px;
  border-right: 1px solid rgba(234, 234, 234, 0.2);
  position: relative;
}
.footer .footer-left .link {
  position: absolute;
  bottom: 0;
  right: 76px;
}
.footer .footer-left .link:hover img{
 display: block;
}
.footer .footer-left .link img {
	display: none;
	 width: 150px;
    height: 150px;
    margin-left: 10px;
    margin-top: 5px;
    position: absolute;
    bottom: 50px;
    right: -9px
}
.footer .footer-left .link ul {
  display: flex;
}
.footer .footer-left .link ul li {
  width: 80px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  margin-left: 24px;
  background: rgba(255, 255, 255, 0.1);
}
.footer .footer-left .link ul li a {
  color: #ffffff;
}
.footer .footer-left .ul-wrap {
  width: 100%;
  display: flex;
}
.footer .footer-left .ul-wrap ul {
  margin-left: 36px;
}
.footer .footer-left .ul-wrap ul li {
  font-size: 14px;
  line-height: 30px;
}
.footer .footer-left .ul-wrap ul li a {
  color: #9d9d9d;
}
.footer .footer-left .ul-wrap ul li:nth-child(1) {
  font-size: 16px;
  color: #ffffff;
  line-height: 52px;
}
.footer .footer-right {
  padding-left: 60px;
}
.footer .footer-right .store-name {
  font-size: 24px;
  color: #ffffff;
}
.footer .footer-right .store-name .english {
  font-size: 16px;
  vertical-align: bottom;
  color: #929292;
}
.footer .footer-right .contact {
  margin-top: 30px;
}
.footer .footer-right .contact li {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
.footer .footer-right .contact li:nth-child(1) img {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
.footer .footer-right .contact li:nth-child(2) img {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
.footer .footer-right .contact li:nth-child(3) img {
  width: 13px;
  height: 17px;
  margin-right: 10px;
}
.footer .footer-right .share {
  flex-wrap: wrap;
  width: 128px;
  margin-top: 0px;
}
.footer .footer-right .share .weixin:hover .erweima {
  display: block;
}
.footer .footer-right .share .erweima {
  position: absolute;
  background: url('../images/erwei.png') no-repeat;
  width: 110px;
  height: 114px;
  top: -125px;
  left: -3px;
  background-size: 100% 100%;
  display: none;
}
.footer .footer-right .share .erweima img {
  width: 110px;
  height: 110px;
}
.footer .footer-right .share li {
  width: 108px;
  height: 32px;
  position: relative;
  display: inline-block;
  background: #4c4c4c;
  font-size: 14px;
  margin-right: 15px;
  margin-top: 15px;
}
.footer .footer-right .share li span {
  display: block;
  line-height: 30px;
  margin-left: 5px;
}
.footer .footer-right .share li a {
  display: flex;
  line-height: 30px;
  height: 100%;
  color: #ffffff;
}
.footer .footer-right .share li a > img {
  width: 28px;
  height: 24px;
  margin-left: 10px;
  margin-top: 5px;
}
.footer .footer-right .share-wrap {
  display: flex;
  margin-top: 20px;
}
.footer .footer-right .share-wrap > div {
  width: 126px;
}
.footer .footer-right .share-wrap > div img {
  width: 282px;
  height: 105px;
  papadding-top: 35px;
}
.footer .footer-right .share-wrap > div .title {
  font-size: 14px;
  color: #ffffff;
  line-height: 40px;
}
.copy-right {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #d3d3d3;
  background: #3e3e3e;
}
