* {
  margin: 0;
  padding: 0;
}
.container {
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  background-color: #f8f8f8;
}
.banner {
  margin-top: 158px;
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 680px;
  background: url(../image/business_banner.png) no-repeat center;
}
.content {
  width: 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.classify {
  margin-top: 140px;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
}
.classify .item {
  margin-bottom: 26px;
  width: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.classify .item img {
  width: 292px;
  height: 332px;
}
.classify .item .classify_text {
  flex: 1;
  padding: 0 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.classify .item .classify_text p {
  font-size: 20px;
  color: #acce22;
  line-height: 1;
}
.classify .item .classify_text .img {
  margin: 12px 0 10px;
  width: 15px;
  height: 15px;
  background: url(../image/classify_icon1.png) no-repeat center / 100% 100%;
}
.classify .item .classify_text span {
  font-size: 18px;
  color: #333;
  line-height: 32px;
}
.classify .item:hover {
  background-color: #acce22;
}
.classify .item:hover .classify_text p,
.classify .item:hover .classify_text span {
  color: #fff;
}
.classify .item:hover .classify_text .img {
  background: url(../image/classify_icon2.png);
}
.guonei {
  margin-top: 114px;
  width: 100%;
  background: url(../image/guonei_bg.png) no-repeat top;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.guonei-top {
  margin-top: 160px;
}
.guonei-top p {
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  text-align: center;
}
.guonei-bottom {
  margin-top: 74px;
  width: 1200px;
}
.guonei-bottom .gn_nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.guonei-bottom .gn_nav-left {
  width: 247px;
  height: 127px;
  background-color: #acce22;
  padding: 43px 0 0 57px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.guonei-bottom .gn_nav-left p,
.guonei-bottom .gn_nav-left span {
  font-size: 30px;
  color: #fff;
  line-height: 1;
}
.guonei-bottom .gn_nav-left span {
  font-size: 24px;
  margin-top: 6px;
}
.guonei-bottom .gn_nav-right {
  padding: 23px 0 0 53px;
  background: url(../image/guonei_text_bg.png) no-repeat left top;
  display: flex;
}
.guonei-bottom .gn_nav-right div {
  margin-right: 10px;
  width: 102px;
  height: 59px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.guonei-bottom .gn_nav-right div span {
  width: 102px;
  height: 32px;
  border: 1px solid #333;
  border-radius: 32px;
  box-sizing: border-box;
  font-size: 18px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.guonei-bottom .gn_nav-right div img {
  display: none;
}
.guonei-bottom .gn_nav-right div:last-child {
  margin-right: 0;
}
.guonei-bottom .gn_nav-right .gnActive span {
  background-color: #f08519;
  color: #fff;
  border: 0;
}
.guonei-bottom .gn_nav-right .gnActive img {
  display: block;
}
.guonei-bottom .gn_img {
  margin-top: 17px;
}
.guonei-bottom .gn_img .item {
  display: none;
}
.guonei-bottom .gn_img .item-left {
  float: left;
  width: 372px;
  height: 548px;
  overflow: hidden;
}
.guonei-bottom .gn_img .item-left img {
  height: 120%;
}
.guonei-bottom .gn_img .item-center {
  float: left;
  margin-left: 8px;
  width: 440px;
  height: 548px;
  overflow: hidden;
}
.guonei-bottom .gn_img .item-center img {
  height: 120%;
}
.guonei-bottom .gn_img .item-right {
  float: right;
  width: 372px;
  height: 548px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.guonei-bottom .gn_img .item-right div {
  width: 372px;
  height: 272px;
  overflow: hidden;
}
.guonei-bottom .gn_img .item-right div img {
  height: 120%;
}
.guowai {
  margin-top: 80px;
  width: 100%;
  background: url(../image/guowai_bg.png) no-repeat top;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.guowai-top {
  margin-top: 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.guowai-top h4 {
  margin-bottom: 13px;
  font-size: 22px;
  color: #fff;
  line-height: 1;
  padding-bottom: 11px;
  border-bottom: 2px solid #acce22;
}
.guowai-top p {
  font-size: 18px;
  color: #fff;
  line-height: 26px;
}
.guowai-bottom {
  margin-top: 74px;
  width: 1200px;
}
.guowai-bottom .gw_nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.guowai-bottom .gw_nav-left {
  display: flex;
}
.guowai-bottom .gw_nav-left div {
  margin-right: 10px;
  width: 102px;
  height: 59px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.guowai-bottom .gw_nav-left div span {
  width: 102px;
  height: 32px;
  border: 1px solid #333;
  border-radius: 32px;
  box-sizing: border-box;
  font-size: 18px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.guowai-bottom .gw_nav-left div img {
  display: none;
}
.guowai-bottom .gw_nav-left div:last-child {
  margin-right: 0;
}
.guowai-bottom .gw_nav-left .gwActive span {
  background-color: #f08519;
  color: #fff;
  border: 0;
}
.guowai-bottom .gw_nav-left .gwActive img {
  display: block;
}
.guowai-bottom .gw_nav-right {
  width: 247px;
  height: 127px;
  background-color: #acce22;
  padding: 43px 41px 0 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.guowai-bottom .gw_nav-right p,
.guowai-bottom .gw_nav-right span {
  font-size: 30px;
  color: #fff;
  line-height: 1;
}
.guowai-bottom .gw_nav-right span {
  font-size: 24px;
  margin-top: 6px;
}
.guowai-bottom .gw_img {
  margin-top: 17px;
}
.guowai-bottom .gw_img .item {
  display: none;
}
.guowai-bottom .gw_img .item-left {
  float: left;
  width: 372px;
  height: 548px;
  overflow: hidden;
}
.guowai-bottom .gw_img .item-left img {
  height: 120%;
}
.guowai-bottom .gw_img .item-center {
  float: left;
  margin-left: 8px;
  width: 430px;
  height: 548px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.guowai-bottom .gw_img .item-center div {
  width: 430px;
  height: 272px;
  overflow: hidden;
}
.guowai-bottom .gw_img .item-center div img {
  width: 120%;
}
.guowai-bottom .gw_img .item-right {
  float: right;
  width: 381px;
  height: 548px;
  overflow: hidden;
}
.guowai-bottom .gw_img .item-right img {
  height: 120%;
}
.dingzhi {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dingzhi-top {
  margin-top: 80px;
  width: 100%;
  background: url(../image/dingzhi_title_bg.png) no-repeat top;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dingzhi-top p {
  margin-top: 10px;
  font-size: 34px;
  font-weight: 700;
  color: #333;
  line-height: 1;
}
.dingzhi-top span {
  margin-top: 26px;
  font-size: 18px;
  color: #333;
  line-height: 1;
}
.dingzhi-bottom {
  margin-top: 44px;
  width: 1200px;
  display: flex;
  justify-content: space-evenly;
}
.dingzhi-bottom .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dingzhi-bottom .item img {
  width: 103px;
  height: 103px;
}
.dingzhi-bottom .item span {
  margin-top: 20px;
  font-size: 20px;
  color: #333;
  line-height: 1;
}
.tezhong {
  margin-top: 68px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tezhong-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tezhong-top p {
  margin-top: 10px;
  font-size: 34px;
  font-weight: 700;
  color: #333;
  line-height: 1;
}
.tezhong-top span {
  margin-top: 28px;
  font-size: 18px;
  color: #333;
  line-height: 1;
}
.tezhong-bottom {
  margin: 40px 0 144px;
  width: 1200px;
  display: flex;
  justify-content: space-evenly;
}
.tezhong-bottom .item {
  position: relative;
}
.tezhong-bottom .item img {
  width: 235px;
  height: 334px;
}
.tezhong-bottom .item span {
  width: 100%;
  height: 59px;
  background-color: #acce22;
  font-size: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
