body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
dl,
dt,
dd {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: normal;
}

ul {
  list-style: none;
}

img {
  border-style: none;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #333;
}

a:focus,
a:hover {
  outline: none;
  text-decoration: none;
  color: initial;
}

input {
  border: none;
  appearance: none;
  -moz-appearance: none;
  outline: none;
  -webkit-appearance: none;
}

body {
  color: #333;
  font-family: "Microsoft YaHei";
  overflow-x: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  clear: both;
  zoom: 1;
}

.clearfix::after {
  content: '';
  display: block;
}

@media screen and (max-width:768px) {
  html,
  body {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #F8F9FB;
  }
}

/* 头部菜单 */

@media screen and (max-width:768px) {
  .web-nav {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .mobile-nav {
    display: none !important;
  }
}

.web-nav {
  display: flex;
  height: 100px;
  justify-content: space-between;
  align-items: center;
}

.nav-box {
  display: flex;
  height: 100px;
}

.logo-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.logo-box .logo {
  width: 100%;
  max-width: 159px;
}

.tabbar {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  height: 100%;
  flex-grow: 1;
}
.tabbar>li {
  box-sizing: border-box;
  font-size: 20px;
  width: 145px;
  height: 100px;
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  font-size: 20px;
  border-bottom: 3px solid #fff;
}
.tabbar>a>li {
  box-sizing: border-box;
  font-size: 20px;
  width: 145px;
  height: 100px;
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  font-size: 20px;
  border-bottom: 3px solid #fff;
}

/*.tabbar li:hover{
	background:#F7B267;
	color:#fff;
}*/

.tabbar>li.active {
  background: #F7B267;
}
.tabbar>li.active1 {
  background: #F7B267;
}
.tabbar>li.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 61px;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #fff;
}
.tabbar>li.active1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 61px;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #fff;
}
.tabbar>li.active>a {
  color: #fff;
}
.tabbar>li.active1>a {
  color: #fff;
}
.tabbar>li:hover .tabbar-son {
  visibility: visible;
      display: block;
    z-index: 99;
}

.tabbar-son {
  position: absolute;
  top: 100px;
  display: flex;
  visibility: hidden;
  width: 220px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 14px 25px 0px rgba(123, 123, 123, 0.3);
}
.tabbar-son a{ display: inline-block; width: 100%;}
.tabbar-son a>.item {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  height: 62px;
  padding: 0 30px;
  font-size: 16px;
  color: #BBBBC1;
  border-bottom: 1px solid #EBEDEC;
}

.tabbar-son a>.item:last-child {
  border-bottom: none;
}

.tabbar-son a>.item:hover {
  color: #F7B267;
}

.tabbar-son a>.item:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #F7B267;
}

.tabbar-son a>.item:hover a {
  color: #F7B267;
}

.tabbar-son a>.item>.icon {
  margin-right: 20px;
  width: 24px;
}
.tabbar-son a>.item>.icon {
  margin-right: 20px;
  width: 24px;
}

.top-header {
  height: 0.86rem;
  background-color: #333;
}

.icon-menu {
  width: 0.38rem;
  height: 0.32rem;
  background: url('../images/menu.png') center center no-repeat;
  background-size: cover;
  margin: 0.32rem 0 0 0.38rem;
}

.icon-mLogo {
  width: auto;
  height: 0.59rem;
  margin: 0.13rem 0.31rem 0 0;
}

.mobile-menu-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.8);
}

.fl-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 5.44rem;
  height: 100%;
  overflow-y: auto;
  background-color: #fff;
}

.head-logo-box {
  padding: 0 0.42rem;
}

.head-logo {
  height: 1.03rem;
  line-height: 1.03rem;
  font-size: 0.42rem;
  color: #FF8162;
  border-bottom: 1px solid #E7E7E7;
}

.head-logo img {
  width: auto;
  height: 0.50rem;
  margin-top: 0.26rem;
  margin-right: 0.11rem;
}

.mobile-menu-box .menu-list-box {
  margin-top: 1rem;
}
.foot-contain .main-path p:last-child{ cursor: pointer;}
.mobile-menu-box .menu-list-box .menu-list .type-name {
  position: relative;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.42rem;
  color: #595968;
  padding: 0 0.42rem;
}

.mobile-menu-box .menu-list-box .menu-list:nth-child(4) .sub-type-list:nth-child(2){
	display: none;
}
.mobile-menu-box .menu-list-box .menu-list .type-name .icon-arrow {
  position: absolute;
  top: 0.45rem;
  right: 0.46rem;
  width: 0.21rem;
  height: 0.13rem;
  background: url('../images/m-icon-arrow-down.png') center center no-repeat;
  background-size: 0.21rem 0.13rem;
}

.mobile-menu-box .menu-list-box .menu-list.active .type-name {
  color: #FF8162;
}

.mobile-menu-box .menu-list-box .menu-list.active .type-name .icon-arrow {
  transform: rotate(-180deg);
}

.mobile-menu-box .menu-list-box .menu-list .sub-type-list-box {
  display: none;
  background-color: #FAFBFC;
  padding: 0.1rem 0.42rem;
}

.mobile-menu-box .menu-list-box .menu-list.active .sub-type-list-box {
  display: block;
}

.mobile-menu-box .menu-list-box .menu-list .sub-type-list-box .sub-type-list {
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.24rem;
  color: #BCBCBC;
}

.mobile-menu-box .menu-list-box .menu-list .sub-type-list-box .sub-type-list a {
  color: #BCBCBC;
}

/* banner */
.banner .web-banner{ position: relative;}
.banner .web-banner .mm{ position: absolute; top:0;width: 100%; height: 100%;}
@media screen and (max-width:768px) {
  .web-banner {
    display: none;
  }
  .mobile-banner img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width:768px) {
  .mobile-banner {
    display: none;
  }
  .web-banner img {
    width: 100%;
    height: auto;
  }
  .banner .web-banner img,.mm {
    min-width: 1920px;
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
  }
  
  .banner .web-banner .gf{         height: 94%;
    width: auto;
    min-width: initial;
    position: absolute;
    top: 0;
    left: 67.5%;
  }
}

/* footer */



.footer {
  position: relative;
  /* height: 400px; */
  background-color: #45494E;
  padding: 49px 0;
}

.footer .foot-contain {
  width: 1200px;
  margin: 0 auto;
}

.footer .left-path {
  position: absolute;
  width: 92px;
}

.footer .left-path .f-logo img {
  width: 100%;
  height: auto;
  margin-top: 13px;
  width: 100%;
    height: auto;
    margin-top: 13px;
    position: relative;
    top: 80px;
    left: 25px;
}

.footer .left-path .go-top {
  margin-top: 89px;  
  width: 48px;
  height: 46px;
}

.footer .left-path .go-top img {
  width: 130px;
  height: auto;
  cursor: pointer;
      width: 41px;
    height: auto;
    cursor: pointer;
    position: fixed;
    bottom: 65px;
    right: 30px;
}

.footer .left-path .content {
  font-size: 19px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #FFFFFF;
  margin: 22px 0 0 6px;
  display: none;
}

/* .footer .main-path {
  width: 543px;
  margin: 0 auto;
}

.footer .main-path .type-box {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #FFFFFF;
}

.footer .main-path .type-box .list {
  float: left;
  width: 100px;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #FFFFFF;
  margin-right: 56px;
}

.footer .type-show-box {
  padding-top: 17px;
}

.footer .type-show-box .type-show {
  float: left;
  width: 100px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.5;
  margin-right: 56px;
} */

.footer .main-path {
  color: #fff;
  text-align: left;
  padding-top: 30px;
  padding-left: 350px;
  font-size: 14px;
}

.footer .main-path p {
  margin-bottom: 15px;
}

.footer .main-path p:nth-child(3) {
  margin-bottom: 40px;
}

/* copyright */

/* @media screen and (max-width:768px) {
  .web-copyright {
    display: none;
    width: 100% !important;
    margin: unset !important;
  }
} */

@media screen and (min-width:768px) {
  .mobile-copyright {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .foot-contain{
    display: none;
  }
  .foot-contain {
    width: 100% !important;
    margin: unset !important;
  }
  .footer {
    height: auto !important;
    padding: 0 !important;
    margin-top: 0 !important;
  }
}

@media screen and (min-width:768px) {
  .mobile-footer {
    display: none;
  }
}
.web-copyright {
  height: 68px;
  background-color: #2E2E2E;
  text-align: center;
  padding-top: 15px;
}

.web-copyright .one,
.web-copyright .two {
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #FFFEFE;
  opacity: 0.5;
}

.mobile-footer img {
  width: 100%;
  height: auto;
}
.tit{ position: relative;}
.tit:after{    content: '';
    position: absolute;
    bottom: -0.2rem;
    left: 40%;
    width: 20%;
    height: 1px;
    background: #F18B5B;}
.sub-title,.sub-tit{ display: none;}

 .both-banner-box1 .tit {
    position: relative;
    height: .46rem;
    padding-left: .23rem;
    padding: .1rem 1rem .41rem 0.35rem !important;
}
.both-banner-box2 .tit {
    position: relative;
    height: 58px;
    padding-left: .23rem;
    padding: .1rem 1rem .41rem 1.1rem !important;
    text-align: left !important;
    font-weight: initial !important;
    font-size: .25rem !important;
    padding-left: 25px;
    line-height: 50px;
}

.tabbar li:nth-child(4) .tabbar-son a:nth-child(2){ display: none;}
