/*样式初始化及公共样式部分*/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-style: normal;
  color: #111111;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #111111;
}
a:hover {
  color: #3fb150;
}
.cl {
  clear: both;
  height: 0px;
}
body {
  margin: 0 auto;
  background-color: #fff;
  font-family: "Microsoft YaHei";
  min-width: 1360px;
}
img,
span,
a {
  display: block;
  max-width: 100%;
}
.page {
  width: 92%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
/* top */
.top-w {
  width: 100%;
  background-color: #f7f7f7;
}
.top-w * {
  color: #666;
}
.top-w a:hover {
  color: #3fb150;
  text-decoration: underline;
}
.top-w .page {
  height: 45px;
  display: flex;
  line-height: 45px;
  font-size: 14px;
  white-space: nowrap;
}
.top-w .page .text {
  padding-left: 30px;
  background: url(../image/top-tb.png) no-repeat left center;
}
.top-w .right {
  margin: 0 0 0 auto;
  display: flex;
}
.top-w .right ul {
  display: flex;
  margin-right: 10px;
}
.top-w .right ul li {
  margin-right: 20px;
  position: relative;
}
.top-w .right ul .wx {
  padding-left: 28px;
  background: url(../image/top-wx.png) no-repeat left center;
  cursor: pointer;
  padding-left: 32px;
}
.top-w .right ul .wx .pic {
  width: 150px;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  box-shadow: 0px 0px 5px #ccc;
  transition: all 0.3s linear;
}
.top-w .right ul .wx .pic img {
  width: 150px;
  border: 5px solid #fff;
}
.top-w .right ul .wx:hover .pic {
  height: 150px;
  transition: all 0.3s linear;
}
.top-w .right p {
  padding-left: 28px;
  background: url(/template/default/images/top-phone.png) no-repeat left center;
}
.top-w .right p i {
  color: #603811;
  font-size: 20px;
}
/* header */
.header {
  width: 100%;
}
.header .page {
  height: 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.header .logo {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .logo .text {
  margin-left: 25px;
  padding-left: 25px;
  background: url(../image/logo-line.png) no-repeat left center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header .logo .text p {
  font-size: 22px;
  color: #3fb150;
  margin-bottom: 5px;
  font-weight: bold;
}
.header .logo .text p em {
  color: #3fb150;
  font-weight: bold;
  font-size: 28;
}
.header .logo .text span {
  font-size: 15px;
  color: #666;
}
.header .rgt {
  display: flex;
  height: 100%;
  align-items: center;
}
.header .hot-l {
  padding-left: 76px;
  background: url(../image/hhl-i.png) no-repeat 13px 30%;
  min-height: 63px;
  position: relative;
  padding-top: 3px;
}
.header .hot-l p {
  color: #666;
  font-size: 15px;
  position: absolute;
  top: 65%;
  left: 0;
  font-weight: lighter;
}
.header .hot-l i {
  display: block;
  font-size: 26px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #603811;
}
/* nav */
.nav {
  background-image: linear-gradient(to bottom, #258C44, #67b306);
}
.nav-list {
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: 1;
  display: flex;
  height: 60px;
  align-items: center;
  position: relative;
}
.nav-list > li > a {
  width: 100%;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
  position: relative;
  color: #fff;
}
.nav-list > li .erji2 {
  width: 100%;
  background-color: #f9f9f9;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 999;
  display: flex;
  white-space: nowrap;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: all 0.3s linear;
}
.nav-list > li .erji2 ul {
  width: 100%;
  text-align: center;
}
.nav-list > li .erji2 ul li {
  border-bottom: 1px solid #ccc;
}
.nav-list > li .erji2 ul li a {
  line-height: 50px;
  font-size: 15px;
  color: #333;
}
.nav-list > li .erji2 ul li:hover {
  background-color: #3fb150;
}
.nav-list > li .erji2 ul li:hover a {
  color: #fff;
}
.nav-list > li .erji2 ul li:last-child {
  border: none;
}
.nav-list > li:hover a {
  color: #fff;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  transform: scaleY(1);
  transition: all 0.3s linear;
}
.nav-list .active a {
  color: #fff;
}
.nav-list .block {
  background-color: #603811ff;
  height: 40px;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
/* 幻灯片 */
.banner-box {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #eee;
}
.banner-box .banner-btn a {
  display: block;
  width: 49px;
  height: 104px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: 0.3s all ease-in-out;
  z-index: 99;
}
.banner-box .banner-btn a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.banner-box .banner-btn .prev {
  left: -50px;
  background: url(../image/banner-h.png) no-repeat 0 0;
}
.banner-box .banner-btn .next {
  right: -50px;
  background: url(../image/banner-h.png) no-repeat -49px 0;
}
.banner-box:hover .prev {
  left: 20px;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.banner-box:hover .next {
  right: 20px;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
/* 搜索 */
.search {
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  background-color: #e7e7e7;
}
.search .page {
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: space-between;
}
.search .page .keywo {
  display: flex;
  align-items: center;
}
.search .page .keywo > p {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
}
.search .page .keywo > p img {
  position: absolute;
  left: 0;
  top: 49%;
  transform: translateY(-50%);
}
.search .page .keywo a {
  font-size: 16px;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #999;
  color: #666;
}
.search .page .keywo a:last-child {
  border: none;
}
.search .page .keywo a:hover {
  color: #fc6902;
}
.search .page .sear-w {
  display: flex;
  overflow: hidden;
  position: relative;
}
.search .page .sear-w input {
  width: 200px;
  height: 40px;
  padding-left: 15px;
  border: 1px solid #e8e8e8;
}
.search .page .sear-w input:focus {
  outline: none;
}
.search .page .sear-w button {
  width: 80px;
  height: 40px;
  color: #fff;
  background: #3fb150;
  border: none;
  cursor: pointer;
  transition: all 0.1s linear;
}
.search .page .sear-w button:hover {
  background: #fc6902;
  transition: all 0.1s linear;
}
/*网站标题*/
.wz-bt {
  width: 100%;
  text-align: center;
}
.wz-bt p {
  font-size: 36px;
  position: relative;
  font-weight: bold;
  color: #333;
}
.wz-bt span {
  font-size: 16px;
  line-height: 1.875;
  margin-top: 8px;
  color: #666666;
}
.pro-w {
  padding: 60px 0 70px;
  background-color: #f7f7f7;
}
.pro-w .wz-bt span {
  padding-bottom: 25px;
  position: relative;
}
.pro-w .wz-bt span::after {
  content: '';
  width: 25px;
  height: 3px;
  background-color: #fc6902;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.pro-w .pro-tabs {
  width: 1180px;
  height: 50px;
  margin: 50px auto 50px;
  border-radius: 25px;
  overflow: hidden;
}
.pro-w .pro-tabs ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.pro-w .pro-tabs ul li {
  flex: 1;
  height: 42px;
  line-height: 42px;
  margin: 5px;
  border-radius: 21px;
  background-color: #fff;
  text-align: center;
}
.pro-w .pro-tabs ul .swiper-slide-thumb-active {
  background-color: #3fb150;
}
.pro-w .pro-tabs ul .swiper-slide-thumb-active a {
  color: #fff;
}
.pro-w .con-box {
  max-width: 1430px;
  margin: 0 auto;
}
.pro-w .con-box ul {
  display: flex;
}
.pro-w .con-box ul li {
  width: 23.5%;
  margin-right: 2%;
  border-right: none;
  background-color: #fff;
}
.pro-w .con-box ul li p {
  line-height: 55px;
  text-align: center;
}
.pro-w .con-box ul li span {
  width: 120px;
  line-height: 35px;
  font-size: 14px;
  background-color: #f0f0f0;
  margin: 0 auto;
  border-radius: 18px;
  margin-bottom: 25px;
  text-align: center;
  transition: all 0.2s linear;
}
.pro-w .con-box ul li:hover span {
  background-color: #3fb150;
  color: #fff;
  transition: all 0.2s linear;
}
.pro-w .more {
  margin: 65px auto 0;
  width: 180px;
  line-height: 50px;
  text-align: center;
  background-color: #3fb150;
  border-radius: 25px;
  color: #fff;
  transition: all 0.2s linear;
}
.pro-w .more:hover {
  background-color: #fc6902;
  transition: all 0.2s linear;
}
.char-w {
  padding-top: 98px;
  height: 785px;
  background: url(../image/char-bg.jpg) no-repeat top center;
}
.char-w * {
  color: #fff;
}
.char-w .wz-bt * {
  color: #fff;
}
.char-w ul {
  margin-top: 70px;
  display: flex;
  justify-content: space-evenly;
}
.char-w ul li {
  width: 317px;
  text-align: center;
  color: #fff;
  height: 392px;
  border: 1px solid #eee;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.6s all;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.char-w ul li img {
  margin: 0px auto 25px;
}
.char-w ul li p {
  font-size: 22px;
  font-weight: bold;
}
.char-w ul li span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 15px 0;
}
.char-w ul li i {
  font-size: 13px;
  padding: 0 25px;
  display: block;
  line-height: 1.875;
}
.char-w ul li:hover {
  transform: translateY(-20px);
  transition: all 0.6s;
}
/* 案例 */
.case {
  padding: 60px 0 50px 0;
  background-color: #f7f7f7;
}
.case #case-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
}
.case #case-box .swiper {
  padding-bottom: 50px;
}
.case #case-box .swiper-slide {
  width: 41%;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
  position: relative;
}
.case #case-box .swiper-slide img {
  display: block;
}
.case #case-box .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 55px;
  padding-top: 0;
  text-align: center;
  color: #666;
  font-size: 18px;
  margin: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.case #case-box .swiper-pagination {
  width: 100%;
  bottom: 20px;
}
.case #case-box .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.case #case-box .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #603811;
  background-color: #fff;
}
.case #case-box .swiper-button-prev {
  left: -30px;
  width: 45px;
  height: 46px;
  background: url(../image/wm_button_ico.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
.case #case-box .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%;
}
.case #case-box .swiper-button-next {
  right: -30px;
  width: 45px;
  height: 45px;
  background: url(../image/wm_button_ico.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
}
.case #case-box .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%;
}
.case #case-box .swiper-button-prev::after,
.case #case-box .swiper-button-next::after {
  content: '';
}
.app-w {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.app-w .app-con li {
  position: relative;
}
.app-w .app-con li .text {
  width: 666px;
  position: absolute;
  top: 25%;
  left: 8%;
}
.app-w .app-con li .text * {
  color: #fff;
}
.app-w .app-con li .text h3 {
  width: 230px;
  font-size: 48px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.app-w .app-con li .text h3::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.app-w .app-con li .text p {
  font-size: 22px;
  letter-spacing: 32px;
  margin-bottom: 20px;
}
.app-w .app-con li .text span {
  font-size: 14px;
  line-height: 2;
}
.app-w .lf {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.app-w .lf li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150px;
  background-color: rgba(0, 0, 0, 0.5);
  border-right: 2px solid rgba(255, 255, 255, 0.15);
  cursor: pointer;
}
.app-w .lf li:last-child {
  border-right: none;
}
.app-w .lf li * {
  color: #fff;
}
.app-w .lf li i {
  display: block;
  width: 60px;
  height: 60px;
  background: no-repeat center;
}
.app-w .lf li p {
  font-size: 22px;
  margin-top: 5px;
}
.app-w .lf .my-slide-thumb-active {
  background: url(/template/default/images/app-lbg.png);
}
/* 企业介绍 */
.intr {
  padding: 75px 0 95px;
}
.intr .box {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
}
.intr .box .pic {
  width: 700px;
  margin-right: 50px;
  border: 10px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.intr .box .row {
  flex: 1;
}
.intr .box .row p {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  font-style: italic;
  font-family: Arial black;
  color: #3fb150;
  position: relative;
}
.intr .box .row p::after {
  content: '';
  width: 72px;
  height: 7px;
  background-color: #603811;
  position: absolute;
  left: 217px;
  bottom: 12px;
  z-index: -1;
}
.intr .box .row span {
  font-size: 30px;
  color: #603811;
  font-weight: bold;
  margin-bottom: 15px;
}
.intr .box .row i {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  text-indent: 28px;
  white-space: pre-wrap;
}
.intr .box .row .more {
  margin-top: 30px;
  width: 150px;
  line-height: 45px;
  background-color: #3fb150;
  color: #fff;
  font-size: 15px;
  text-align: center;
  transition: all 0.2s linear;
}
.intr .box .row .more:hover {
  background-color: #603811;
  transition: all 0.2s linear;
}
/* 新闻 */
.news-w {
  padding: 65px 0;
  background-color: #f2f2f2;
}
.news-w .page {
  max-width: 1400px;
}
.news-w .wz-bt {
  text-align: left;
  margin-bottom: 40px;
}
.news-w .newtab {
  display: flex;
  position: absolute;
  top: 18px;
  right: 0;
}
.news-w .newtab a {
  width: 155px;
  line-height: 45px;
  text-align: center;
  background-color: #603811;
  color: #fff;
  border-radius: 22px;
  margin-left: 30px;
  font-size: 1rem;
  transition: all 0.2s linear;
}
.news-w .newtab a:first-child {
  margin-left: 0;
}
.news-w .newtab a:hover {
  background-color: #288d0b;
  transition: all 0.2s linear;
}
.news-w .newtab .on {
  background-color: #288d0b;
}
.news-w .news-con .box {
  display: flex;
  justify-content: space-between;
}
.news-w .news-con .top {
  width: 30%;
  background-color: #fff;
  padding: 22px;
  transition: all 0.3s linear;
}
.news-w .news-con .top img {
  border: 1px solid #e2e2e2;
}
.news-w .news-con .top .row p {
  font-size: 18px;
  color: #333;
  padding: 15px 0;
  margin-top: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-w .news-con .top .row span {
  font-size: 15px;
  color: #666;
  line-height: 26px;
}
.news-w .news-con .top .row .date {
  font-size: 15px;
  color: #666;
  margin-top: 15px;
  text-align: right;
  position: relative;
}
.news-w .news-con .top .row .date::before {
  content: '';
  width: 60px;
  height: 2px;
  background-color: #999;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news-w .news-con .top:hover {
  box-shadow: 2px 2px 10px #ccc;
  transition: all 0.3s linear;
}
.news-w .news-con .top:hover .row p {
  color: #288d0b;
}
.news-w .news-con .top:hover .row .date::before {
  background-color: #666;
}
.news-w .news-con .list {
  width: 68%;
}
.news-w .news-con .list li {
  padding: 22px;
  margin-bottom: 2%;
  background-color: #fff;
  transition: all 0.3s linear;
}
.news-w .news-con .list li:last-child {
  margin-bottom: 0;
}
.news-w .news-con .list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-w .news-con .list li .date {
  width: 16%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Arial;
  border-right: 1px solid #e2e2e2;
}
.news-w .news-con .list li .date em {
  font-size: 40px;
  font-weight: bold;
  color: #666;
}
.news-w .news-con .list li .date i {
  font-size: 15px;
  color: #666;
  margin-top: 8px;
}
.news-w .news-con .list li .row {
  width: 80%;
}
.news-w .news-con .list li .row p {
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-w .news-con .list li .row span {
  font-size: 15px;
  color: #666;
  line-height: 26px;
  margin-top: 8px;
}
.news-w .news-con .list li:hover {
  box-shadow: 2px 2px 10px #ccc;
  transition: all 0.3s linear;
}
.news-w .news-con .list li:hover .row p {
  color: #288d0b;
}
.links {
  width: 100%;
  background-color: #3fb150;
}
.links * {
  color: #fff;
}
.links a:hover {
  text-decoration: underline;
  color: #fff;
}
.links .page {
  max-width: 1200px;
}
.links .text {
  display: flex;
  height: 80px;
  align-items: center;
}
.links .text p {
  padding-left: 35px;
  font-size: 18px;
}
.links .text p img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.links .text ul {
  display: flex;
}
.links .text ul li {
  margin-right: 15px;
}
.links .text ul li a {
  font-size: 16px;
}
.links .text a {
  font-size: 14px;
  margin: 0 0 0 auto;
}
.footer {
  background: #222;
  background-image: url(../image/foot-bg.png);
  padding-top: 80px;
}
.footer .page {
  max-width: 1200px;
  padding-bottom: 25px;
}
.footer .footer-main .footer-cont {
  display: flex;
  justify-content: space-between;
}
.footer .footer-main .footer-cont .footer-wechat {
  width: 130px;
}
.footer .footer-main .footer-cont .footer-wechat p {
  text-align: center;
  margin-top: 10px;
  color: #fff;
  font-size: 17px;
}
.footer .footer-main .footer-cont .footer-lianxi {
  width: 40%;
}
.footer .footer-main .footer-cont .footer-lianxi .footer-lianxi-title h1 {
  color: #fff;
  font-family: arial;
  font-size: 28px;
}
.footer .footer-main .footer-cont .footer-lianxi .footer-lianxi-title span {
  width: 50px;
  height: 1px;
  display: inline-block;
  background: #fff;
  margin-top: 25px;
  margin-bottom: 35px;
}
.footer .footer-main .footer-cont .footer-lianxi h2 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
}
.footer .footer-main .footer-cont .footer-lianxi ul li {
  color: #ddd;
  line-height: 40px;
  font-size: 18px;
  padding-left: 30px;
  background: url(../image/foot-icon.png) no-repeat left;
}
.footer .footer-main .footer-cont .footer-lianxi ul li:nth-child(1) {
  background-position-y: -2px;
}
.footer .footer-main .footer-cont .footer-lianxi ul li:nth-child(2) {
  background-position-y: -64px;
}
.footer .footer-main .footer-cont .footer-lianxi ul li:nth-child(3) {
  background-position-y: -123.5px;
}
.footer .footer-main .footer-cont .footer-service {
  width: 25%;
}
.footer .footer-main .footer-cont .footer-service .footer-service-title h1 {
  color: #fff;
  font-family: arial;
  font-size: 28px;
}
.footer .footer-main .footer-cont .footer-service .footer-service-title span {
  width: 50px;
  height: 1px;
  display: inline-block;
  background: #fff;
  margin-top: 25px;
  margin-bottom: 35px;
}
.footer .footer-main .footer-cont .footer-service .footer-tell-row > div {
  display: flex;
}
.footer .footer-main .footer-cont .footer-service .footer-tell-row > div > img {
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 15px;
}
.footer .footer-main .footer-cont .footer-service .footer-tell-row > div .footer-tell h1 {
  font-size: 30px;
  font-family: arial;
  color: #3fb150;
}
.footer .footer-main .footer-cont .footer-service .footer-tell-row > div .footer-tell p {
  color: #fff;
}
.footer .footer-main .footer-cont .footer-service .footer-tell-row a {
  background: #3fb150;
  display: flex;
  align-items: center;
  width: 150px;
  padding: 12px 0px;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  margin-top: 25px;
  transition: all 0.2s linear;
}
.footer .footer-main .footer-cont .footer-service .footer-tell-row a img {
  margin-right: 8px;
}
.footer .footer-main .footer-cont .footer-service .footer-tell-row a:hover {
  background-color: #fc6902;
  transition: all 0.2s linear;
}
.footer .footer-main .footer-nav-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.footer .footer-main .footer-nav-row .footer-nav {
  width: 55%;
}
.footer .footer-main .footer-nav-row .footer-nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-main .footer-nav-row .footer-nav ul li a {
  color: #fff;
  font-size: 17px;
}
.footer .footer-main .footer-nav-row .footer-nav ul li a:hover {
  color: #fc6902;
}
.footer .footer-main .footer-nav-row .footer-jishu {
  width: 20%;
}
.footer .footer-main .footer-nav-row .footer-jishu a {
  color: #fff;
  font-size: 15px;
}
.footer .footer-main .footer-nav-row .footer-jishu a:hover {
  color: #fc6902;
}
.footer-copying {
  border-top: 1px solid #393939;
  padding: 15px 0px;
  background-color: #222222;
}
.footer-copying .footer-copying-main {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-copying .footer-copying-main p {
  font-size: 16px;
  color: #898989;
  margin-right: 10px;
}
.footer-copying .footer-copying-main a {
  color: #898989;
  font-size: 16px;
}
.footer-copying .footer-copying-main a:hover {
  color: #fc6902;
}
