.two_banner {
  height: 350px;
  min-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.two_banner img {
  height: 100%;
  width: auto;
  display: block;
}
.two_banner h6 {
  position: absolute;
  width: 354px;
  height: 114px;
  text-align: center;
  line-height: 114px;
  font-size: 60px;
  font-weight: 500;
  color: #FFFFFF;
  background: url(../images/tit_a.png) center center no-repeat;
  background-size: contain;
}
.page_a ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_a ul li {
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  transition: 0.6s;
}
.page_a ul li:hover,
.page_a ul li.on1 {
  background: #F5CA35;
  color: #FFFFFF;
}
.nav_a {
  display: flex;
  background: #f3f3f2;
}
.nav_a a {
  display: flex;
  flex: 1;
  height: 80px;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #666666;
  transition: 0.6s;
}
.nav_a a:hover,
.nav_a a.select {
  color: #FFFFFF;
  background: #F5CA35;
  box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.32);
}
.title_a {
  text-align: center;
  line-height: 1;
}
.title_a h6 {
  font-size: 30px;
  color: #222222;
  margin-bottom: 6px;
}
.title_a p {
  text-transform: uppercase;
  font-size: 18px;
  color: #F5CA35;
}
.title_b {
  font-size: 120px;
  font-family: Arial;
  font-weight: bold;
  color: rgba(34, 34, 34, 0.1);
  line-height: 1;
  height: 120px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: flex-end;
  letter-spacing: -6px;
  position: relative;
}
.title_b span {
  position: absolute;
  left: 0;
  font-size: 48px;
  color: #222222;
  line-height: 60px;
  letter-spacing: 0;
  font-weight: lighter;
}
.title_b span::after {
  width: 180px;
  height: 2px;
  background: #F5CA35;
  content: "";
  position: absolute;
  right: -206px;
  top: calc(50% - 1px);
}
.title_c {
  position: relative;
  text-align: center;
}
.title_c h6 {
  display: block;
  position: relative;
  line-height: 120px;
  font-size: 72px;
  font-weight: bold;
  font-style: italic;
  color: #EEEEEE;
  text-transform: uppercase;
}
.title_c h6::after {
  width: 160px;
  height: 3px;
  background: #F5CA35;
  position: absolute;
  bottom: 0;
  content: "";
  left: calc(50% - 80px);
}
.title_c span {
  display: block;
  position: absolute;
  font-size: 40px;
  color: #222222;
  line-height: 1;
  left: 0;
  width: 100%;
  bottom: 22px;
  font-weight: 500;
}
.lxwm_a {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 20px;
}
.lxwm_a .item {
  flex: 1;
  width: auto;
  height: 300px;
  background: #DDDDDD;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.4;
  transition: 0.6s;
  padding: 0 20px;
  margin-right: 20px;
}
.lxwm_a .item:last-child {
  margin-right: 0;
}
.lxwm_a .item:hover {
  background: #F5CA35;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.29);
}
.lxwm_a .item:hover .b1 {
  display: none;
  opacity: 0;
}
.lxwm_a .item:hover .b2 {
  display: block;
  transition: 0.6s;
  opacity: 1;
}
.lxwm_a .item:hover .b3 {
  background: #fff;
}
.lxwm_a .item:hover .b4 {
  color: #fff;
}
.lxwm_a .item .b1 {
  width: 80px;
  height: 80px;
  transition: 0.6s;
  opacity: 1;
}
.lxwm_a .item .b1 img {
  display: block;
  width: 100%;
  height: 100%;
}
.lxwm_a .item .b2 {
  display: none;
  transition: 0.6s;
  opacity: 0;
  font-size: 24px;
  color: #FFFFFF;
}
.lxwm_a .item .b3 {
  margin-top: 13px;
  width: 40px;
  height: 3px;
  background: #666666;
}
.lxwm_a .item .b4 {
  font-size: 24px;
  font-weight: 500;
  color: #666666;
  margin-top: 16px;
}
.map {
  height: 500px;
}
.lxwm_b {
  padding-top: 50px;
  padding-bottom: 100px;
}
.lxwm_b .tit {
  height: 100px;
  font-size: 60px;
  font-weight: 400;
  color: rgba(34, 34, 34, 0.1);
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}
.lxwm_b .tit span {
  position: absolute;
  font-size: 36px;
  font-weight: 400;
  color: #F5CA35;
  line-height: 1;
  bottom: 10px;
}
.lxwm_b .a1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.lxwm_b .a1 .item {
  width: 560px;
  border-bottom: 1px solid #333333;
}
.lxwm_b .a1 .item input {
  height: 56px;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  font-size: 18px;
  color: #333333;
}
.lxwm_b .a2 {
  border-bottom: 1px solid #333333;
  margin-bottom: 40px;
}
.lxwm_b .a2 textarea {
  height: 110px;
  resize: none;
  width: 100%;
  display: block;
  border: none;
  background: none;
  outline: none;
  font-size: 18px;
  color: #333333;
}
.lxwm_b .a3 {
  width: 102px;
  height: 42px;
  background: #F5CA35;
  border: 2px solid #FFFFFF;
  display: block;
  margin: 0 auto;
  font-size: 18px;
  color: #FFFFFF;
  outline: none;
  cursor: pointer;
}
.jszc_box {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 80px;
}
.jszc_box .left_a {
  width: 880px;
}
.jszc_box .right_a {
  width: 300px;
}
.fwzc_a .box {
  padding: 28px 20px 35px;
  background-color: #FFFFFF;
  margin-bottom: 10px;
}
.fwzc_a .a1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}
.fwzc_a .a1 h6 {
  line-height: 50px;
  font-size: 24px;
  color: #222222;
}
.fwzc_a .a1 p {
  line-height: 30px;
  font-size: 16px;
  color: #018FEF;
  padding-left: 28px;
  background: url(../images/icon/a4.png) left center no-repeat;
}
.fwzc_a .a2 {
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}
.fwzc_a .a2 img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.fwzc_a .a3 {
  height: 70px;
  background: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.fwzc_a .a3 a {
  font-size: 18px;
  color: #222222;
  line-height: 40px;
  transition: 0.6s;
}
.fwzc_a .a3 a:hover {
  color: #F5CA35;
}
.fwzc_b .tit {
  height: 140px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  margin-bottom: 20px;
}
.fwzc_b .tit h6 {
  font-size: 36px;
  font-weight: 400;
  color: rgba(245, 202, 53, 0.5);
  line-height: 1;
  text-transform: uppercase;
}
.fwzc_b .tit p {
  font-size: 24px;
  color: #222222;
  line-height: 32px;
}
.fwzc_b .tit p span {
  position: relative;
  padding-right: 34px;
  display: inline-block;
}
.fwzc_b .tit p span::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #F5CA35 transparent transparent transparent;
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
}
.fwzc_b .list .item {
  display: block;
  background-color: #FFFFFF;
  margin-bottom: 20px;
}
.fwzc_b .list .item .img {
  height: 210px;
}
.fwzc_b .list .item p {
  margin: 0 10px;
  text-align: center;
  line-height: 60px;
  height: 60px;
  font-size: 18px;
  color: #222222;
}
.fwzc_b .more {
  line-height: 60px;
  background: #FFFFFF;
  text-align: center;
  font-size: 16px;
  color: #F5CA35;
  display: block;
}
.gcal_a {
  padding: 27px 0 60px;
}
.gcal_a .box {
  background-color: #FFFFFF;
  padding: 33px 12px 23px 0;
  display: flex;
  margin-bottom: 40px;
}
.gcal_a .box .nav {
  width: 148px;
  display: flex;
  flex-direction: column;
}
.gcal_a .box .nav a {
  text-align: center;
  display: block;
  line-height: 56px;
  font-size: 18px;
  color: #222222;
  margin: 0 6px;
  transition: 0.6s;
}
.gcal_a .box .nav a:hover,
.gcal_a .box .nav a.select {
  color: #F5CA35;
}
.gcal_a .box .list {
  width: calc(100% - 148px);
  display: flex;
  flex-wrap: wrap;
}
.gcal_a .box .list .item {
  width: calc(50% - 20px);
  margin-right: 20px;
  display: block;
  margin-bottom: 10px;
}
.gcal_a .box .list .item:hover .img .bj {
  opacity: 0.5;
}
.gcal_a .box .list .item:hover .img .b1 {
  opacity: 1;
}
.gcal_a .box .list .item:hover .img .b1 img {
  opacity: 1;
}
.gcal_a .box .list .item:hover .text h6 {
  color: #F5CA35;
}
.gcal_a .box .list .item .img {
  height: 360px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222222;
  overflow: hidden;
}
.gcal_a .box .list .item .img .bj {
  height: 100%;
  width: auto;
  display: block;
  opacity: 1;
  transition: 0.6s;
}
.gcal_a .box .list .item .img .b1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid #F5CA35;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
  opacity: 0;
}
.gcal_a .box .list .item .img .b1 img {
  height: 50px;
  width: 50px;
  display: block;
  transition: 0.6s;
  opacity: 0;
}
.gcal_a .box .list .item .text {
  padding: 4px 30px;
  text-align: center;
  height: 147px;
  overflow: hidden;
}
.gcal_a .box .list .item .text h6 {
  height: 48px;
  font-size: 20px;
  color: #222222;
  line-height: 48px;
  transition: 0.6s;
}
.gcal_a .box .list .item .text p {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  height: 48px;
}
.gcal_a .box .list .item .text span {
  display: inline-block;
  padding-top: 5px;
  font-size: 16px;
  color: #999999;
  line-height: 30px;
}
.gcal_b {
  padding-top: 20px;
  padding-bottom: 62px;
}
.gcal_b .a1 {
  padding: 0 20px 60px;
  background-color: #FFFFFF;
  margin-bottom: 10px;
}
.gcal_b .a1 .b1 {
  border-bottom: 1px solid #EEEEEE;
  padding: 46px 0 34px;
  margin-bottom: 30px;
}
.gcal_b .a1 .b1 .c1 {
  font-size: 30px;
  color: #222222;
  line-height: 1.6;
  margin-bottom: 13px;
  text-align: center;
}
.gcal_b .a1 .b1 .c2 {
  display: flex;
  justify-content: center;
}
.gcal_b .a1 .b1 .c2 span {
  line-height: 30px;
  font-size: 16px;
  color: #018FEF;
  margin: 0 15px;
  padding-left: 27px;
}
.gcal_b .a1 .b1 .c3 {
  background: url(../images/icon/a6.png) left center no-repeat;
}
.gcal_b .a1 .b1 .c4 {
  background: url(../images/icon/a7.png) left center no-repeat;
}
.gcal_b .a1 .b1 .c5 {
  background: url(../images/icon/a8.png) left center no-repeat;
}
.gcal_b .a1 .b2 img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}
.gcal_b .a2 {
  height: 70px;
  background: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 28px;
}
.gcal_b .a2 a {
  font-size: 18px;
  color: #222222;
  line-height: 40px;
  transition: 0.6s;
}
.gcal_b .a2 a:hover {
  color: #F5CA35;
}
.gcal_b .a3 .tit {
  height: 90px;
  font-size: 30px;
  color: #222222;
  display: flex;
  align-items: center;
  line-height: 40px;
}
.gcal_b .a3 .tit span {
  color: #F5CA35;
  text-transform: uppercase;
  display: block;
  padding-right: 37px;
  position: relative;
}
.gcal_b .a3 .tit span::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #F5CA35;
  position: absolute;
  right: 0;
  content: "";
  top: calc(50% - 10px);
}
.gcal_b .a3 .swiper {
  height: 330px;
}
.gcal_b .a3 .swiper .swiper-slide {
  overflow: hidden;
}
.gcal_b .a3 .swiper .swiper-slide .item {
  display: block;
  height: 100%;
  background-color: #FFFFFF;
}
.gcal_b .a3 .swiper .swiper-slide .item .img {
  height: 270px;
}
.gcal_b .a3 .swiper .swiper-slide .item .b1 {
  height: 60px;
  display: flex;
  padding: 0 20px;
  align-items: center;
}
.gcal_b .a3 .swiper .swiper-slide .item .b1 span {
  display: block;
  width: calc(100% - 90px);
  font-size: 20px;
  color: #222222;
  line-height: 48px;
}
.gcal_b .a3 .swiper .swiper-slide .item .b1 em {
  text-align: right;
  display: block;
  width: 90px;
  font-size: 16px;
  color: #999999;
  line-height: 24px;
}
.gcal_b .a3 .swiper .swiper-button-next,
.gcal_b .a3 .swiper .swiper-button-prev {
  width: 40px;
  height: 100px;
  background: rgba(0, 0, 0, 0.5);
  margin-top: -80px;
  color: #FFFFFF;
  outline: none;
  transition: 0.6s;
}
.gcal_b .a3 .swiper .swiper-button-next:hover,
.gcal_b .a3 .swiper .swiper-button-prev:hover {
  background-color: #F5CA35;
}
.gcal_b .a3 .swiper .swiper-button-next:after,
.gcal_b .a3 .swiper .swiper-button-prev:after {
  font-size: 30px;
}
.jjfa_a {
  padding-top: 100px;
  padding-bottom: 100px;
}
.jjfa_a .title_a {
  margin-bottom: 38px;
}
.jjfa_a .list {
  display: flex;
  flex-wrap: wrap;
}
.jjfa_a .list .item {
  width: calc(50% - 10px);
  display: block;
  position: relative;
  height: 430px;
  margin-top: 20px;
  margin-right: 20px;
  overflow: hidden;
}
.jjfa_a .list .item:nth-child(1),
.jjfa_a .list .item:nth-child(2) {
  margin-top: 0;
}
.jjfa_a .list .item:nth-child(2n) {
  margin-right: 0;
}
.jjfa_a .list .item .img {
  height: 100%;
}
.jjfa_a .list .item p {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  line-height: 60px;
  background: rgba(34, 34, 34, 0.8);
  text-align: center;
  font-size: 24px;
  color: #FFFFFF;
}
.jjfa_b {
  background: url(../images/jjfa_b1.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 68px;
  min-width: 1200px;
  margin: 0 auto;
}
.jjfa_b .title_a {
  margin-bottom: 17px;
}
.jjfa_b .title_a h6 {
  color: #FFFFFF;
}
.jjfa_b .list {
  display: flex;
  flex-wrap: wrap;
}
.jjfa_b .list .item {
  width: calc((100% - 81px) / 4);
  height: 200px;
  background: rgba(255, 255, 255, 0.2);
  margin-top: 21px;
  margin-right: 27px;
  padding: 15px 20px 0;
  overflow: hidden;
}
.jjfa_b .list .item:nth-child(4n) {
  margin-right: 0;
}
.jjfa_b .list .item .b1 {
  height: 52px;
  margin-bottom: 13px;
}
.jjfa_b .list .item .b1 img {
  height: 100%;
  width: auto;
  display: block;
}
.jjfa_b .list .item .b2 {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 2;
  padding-top: 5px;
  border-top: 1px solid #FFFFFF;
}
.jjfa_c {
  padding-top: 80px;
  padding-bottom: 80px;
}
.jjfa_c .title_a {
  margin-bottom: 38px;
}
.jjfa_c .list .item {
  display: block;
  position: relative;
  height: 430px;
  overflow: hidden;
  background-color: #FFFFFF;
}
.jjfa_c .list .item:hover .img img {
  transform: scale(1.06);
}
.jjfa_c .list .item .text {
  padding: 30px 40px 0;
  position: relative;
  background-color: #F5CA35;
  height: 100%;
  width: 100%;
}
.jjfa_c .list .item .text .b1 {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 64px;
  position: relative;
  margin-bottom: 10px;
}
.jjfa_c .list .item .text .b1::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #FFFFFF;
  content: "";
}
.jjfa_c .list .item .text .b2 {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 36px;
}
.jjfa_c .list .item .text .b3 {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.jjfa_c .list .item .img {
  width: calc(50% - 4px);
  position: absolute;
  top: 0;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jjfa_c .list .item .img img {
  height: 100%;
  width: auto;
  display: block;
  transition: 0.6s;
}
.jjfa_c .list .item:nth-child(odd) {
  padding-left: 50%;
}
.jjfa_c .list .item:nth-child(odd) .text::after {
  width: 25px;
  height: 27px;
  content: "";
  position: absolute;
  background: url(../images/icon/a12.png) center center no-repeat;
  background-size: contain;
  top: calc(50% - 13.5px);
  left: -25px;
}
.jjfa_c .list .item:nth-child(odd) .img {
  left: 0;
}
.jjfa_c .list .item:nth-child(even) {
  padding-right: 50%;
}
.jjfa_c .list .item:nth-child(even) .text::after {
  width: 25px;
  height: 27px;
  content: "";
  position: absolute;
  background: url(../images/icon/a11.png) center center no-repeat;
  background-size: contain;
  top: calc(50% - 13.5px);
  right: -25px;
}
.jjfa_c .list .item:nth-child(even) .img {
  right: 0;
}
.gywm_a {
  background: url(../images/gywm_a1.png) center center no-repeat #ffffff;
  background-size: cover;
  min-width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 100px;
}
.gywm_a .nav_a {
  margin-bottom: 68px;
}
.gywm_a .title_b {
  margin-bottom: 20px;
}
.gywm_a .a1 {
  font-size: 16px;
  color: #222222;
  line-height: 40px;
  margin-bottom: 20px;
}
.gywm_a .a2 img {
  width: 100%;
  height: auto;
  display: block;
}
.gywm_b {
  padding-top: 67px;
  padding-bottom: 100px;
}
.gywm_b .title_b {
  margin-bottom: 32px;
}
.gywm_b .box {
  display: flex;
  justify-content: space-between;
}
.gywm_b .a1 {
  width: 330px;
  height: 440px;
  background: #fff;
  border: 1px solid #F5CA35;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gywm_b .a1 img {
  height: 100%;
  width: auto;
  display: block;
}
.gywm_b .a2 {
  width: 770px;
}
.gywm_b .a2 .b1 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
  color: #222222;
  line-height: 1;
  margin-bottom: 15px;
}
.gywm_b .a2 .b2 {
  height: 55px;
  width: 385px;
  position: relative;
}
.gywm_b .a2 .b2::after {
  width: 292px;
  height: 1px;
  background: #F5CA35;
  right: 0;
  top: 9px;
  content: "";
  position: absolute;
}
.gywm_b .a2 .b2::before {
  width: 1px;
  top: 9px;
  bottom: 0;
  background: #F5CA35;
  right: 0;
  content: "";
  position: absolute;
}
.gywm_b .a2 .b2 span {
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 500;
  color: #F5CA35;
  line-height: 1;
  display: inline-block;
}
.gywm_b .a2 .b3 {
  height: 340px;
  background: #FFFFFF;
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50px 0px 50px 0px;
  font-size: 16px;
  color: #222222;
  line-height: 40px;
  padding: 20px 35px;
  text-align: justify;
  overflow: auto;
}
.gywm_c {
  height: 750px;
  padding-top: 70px;
  min-width: 1200px;
  margin: 0 auto;
  background: url(../images/gywm_c1.jpg) center center no-repeat;
  background-size: cover;
}
.gywm_c .title_b {
  color: rgba(255, 255, 255, 0.1);
  margin-bottom: 42px;
}
.gywm_c .title_b span {
  color: #FFFFFF;
}
.gywm_c .a1 {
  width: 834px;
  padding: 34px 75px 30px;
  font-size: 18px;
  font-family: AlibabaPuHuiTi;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 32px;
  margin: 0 auto 58px;
  text-align: center;
  position: relative;
}
.gywm_c .a1::after {
  position: absolute;
  width: 51px;
  height: 41px;
  background: url(../images/icon/d1.png) center center no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  content: "";
}
.gywm_c .a1::before {
  position: absolute;
  width: 51px;
  height: 41px;
  background: url(../images/icon/d2.png) center center no-repeat;
  background-size: contain;
  right: 0;
  bottom: 0;
  content: "";
}
.gywm_c .a2 {
  margin: 0 auto;
  display: flex;
  justify-content:center;
  text-align: center;
}
.gywm_c .a2 .item {
  margin: 0 10px;
  width: 227px;
  height: 227px;
  display: block;
  background: url(../images/icon/d3.png) center center no-repeat;
  background-size: contain;
  padding-top: 44px;
}
.gywm_c .a2 .item span {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
.gywm_c .a2 .item span img {
  width: 100%;
  height: 100%;
  display: block;
}
.gywm_c .a2 .item em {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  line-height: 46px;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
}
.gywm_c .a2 .item em::after {
  width: 20px;
  height: 1px;
  background: #FFFFFF;
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
}
.gywm_c .a2 .item em::before {
  width: 20px;
  height: 1px;
  background: #FFFFFF;
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
}
.gywm_d {
  background: url(../images/gywm_d1.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 68px;
  padding-bottom: 54px;
}
.gywm_d .title_b {
  margin-bottom: 50px;
}
.gywm_d .list {
  display: flex;
  flex-wrap: wrap;
}
.gywm_d .list .item {
  width: calc((100% - 60px)/3);
  height: 540px;
  overflow: hidden;
  margin-right: 30px;
  margin-bottom: 33px;
}
.gywm_d .list .item:nth-child(3n) {
  margin-right: 0;
}
.gywm_d .list .item .img {
  height: 100%;
}
.gywm_e {
  padding-top: 62px;
  padding-bottom: 80px;
}
.gywm_e .title_b {
  margin-bottom: 24px;
}
.gywm_e .box {
  display: flex;
  flex-wrap: wrap;
}
.gywm_e .box .item {
  width: 20%;
  height: 520px;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
}
.gywm_e .box .item:hover {
  z-index: 2;
  box-shadow: 3px 2px 16px 0px rgba(0, 0, 0, 0.34);
}
.gywm_e .box .item:hover .a1 {
  opacity: 0;
}
.gywm_e .box .item:hover .a2 {
  opacity: 1;
}
.gywm_e .box .item .a1 {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  position: relative;
  opacity: 1;
  transition: 0.6s;
}
.gywm_e .box .item .a1 img {
  height: 100%;
  width: auto;
  display: block;
  opacity: 0.5;
}
.gywm_e .box .item .a1 h6 {
  position: absolute;
  right: 80px;
  top: 40px;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 2px;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  display: block;
  font-weight: lighter;
  text-transform: uppercase;
  white-space: nowrap;
}
.gywm_e .box .item .a1 p {
  position: absolute;
  right: 50px;
  top: 40px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 2px;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  display: block;
  font-weight: lighter;
  text-transform: uppercase;
  white-space: nowrap;
}
.gywm_e .box .item .a2 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  width: 240px;
  height: 520px;
  background: url(../images/gywm_e1.png) center center no-repeat #f5ca35;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  opacity: 0;
  transition: 0.6s;
}
.gywm_e .box .item .a2 h6 {
  line-height: 66px;
  font-size: 24px;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 10px;
}
.gywm_e .box .item .a2 h6::after {
  width: 40px;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  content: "";
}
.gywm_e .box .item .a2 p {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 36px;
}
.jszb_a {
  min-width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 50px;
  background-color: #ffffff;
}
.jszb_a .nav_a {
  margin-bottom: 64px;
}
.jszb_a .title_b {
  margin-bottom: 24px;
}
.jszb_a .list {
  display: flex;
  flex-wrap: wrap;
}
.jszb_a .list .item {
  display: block;
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 20px;
}
.jszb_a .list .item:nth-child(3n) {
  margin-right: 0;
}
.jszb_a .list .item .img {
  height: 270px;
}
.jszb_a .list .item .text {
  height: 78px;
  overflow: hidden;
  text-align: center;
  padding: 17px 10px 0;
}
.jszb_a .list .item .b1 {
  font-size: 24px;
  color: #222222;
  line-height: 30px;
  height: 30px;
}
.jszb_a .list .item .b2 {
  font-size: 16px;
  color: #222222;
  line-height: 26px;
  height: 26px;
}
.jszb_b {
  background: #F6F6F6;
  padding: 52px 0 100px;
}
.jszb_b .title_b {
  margin-bottom: 35px;
}
.jszb_b .box {
  display: flex;
  justify-content: space-between;
}
.jszb_b .box .a1 {
  width: 280px;
}
.jszb_b .box .a1 span {
  display: block;
  line-height: 60px;
  background: #EEEEEE;
  margin-bottom: 1px;
  text-align: center;
  font-size: 18px;
  color: #222222;
  cursor: pointer;
  transition: 0.6s;
}
.jszb_b .box .a1 span.select,
.jszb_b .box .a1 span:hover {
  background: #F5CA35;
  box-shadow: 0px 0px 12px 1px rgba(34, 34, 34, 0.31);
  color: #FFFFFF;
}
.jszb_b .box .a2 {
  width: 890px;
}
.jszb_b .box .a2 .item {
  background-color: #ffffff;
  padding: 0 30px 50px;
  display: none;
}
.jszb_b .box .a2 .item.select {
  display: block;
}
.jszb_b .box .a2 .item .b1 {
  line-height: 72px;
  font-size: 30px;
  color: #222222;
  text-shadow: #f5ca35 1px 1px 0;
  position: relative;
  margin-bottom: 10px;
}
.jszb_b .box .a2 .item .b1::after {
  width: 60px;
  height: 2px;
  background: #F5CA35;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}
.jszb_b .box .a2 .item .b2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.jszb_b .box .a2 .item .b2 a {
  display: block;
  width: 33.333%;
  position: relative;
  font-size: 18px;
  color: #222222;
  line-height: 36px;
  padding-left: 15px;
}
.jszb_b .box .a2 .item .b2 a::after {
  font-size: 18px;
  width: 18px;
  text-align: left;
  line-height: 36px;
  border-radius: 50%;
  position: absolute;
  color: #F5CA35;
  left: 0;
  top: 0;
  content: "•";
}
.jszb_b .box .a2 .item .swiper {
  height: 430px;
}
.jszb_b .box .a2 .item .swiper .swiper-slide .img {
  height: 100%;
}
.jszb_c {
  background-color: #ffffff;
  padding-top: 62px;
  padding-bottom: 62px;
  overflow: hidden;
}
.jszb_c .title_b {
  margin-bottom: 36px;
}
.jszb_c .box {
  position: relative;
}
.jszb_c .box .a1,
.jszb_c .box .a2 {
  width: 28px;
  text-align: center;
  position: absolute;
  top: calc((50% - 30px) - 21px);
  z-index: 10;
  cursor: pointer;
  outline: none;
  font-weight: bold;
  color: #333333;
  transition: 0.6s;
}
.jszb_c .box .a1:hover,
.jszb_c .box .a2:hover {
  color: #F5CA35;
}
.jszb_c .box .a1::after,
.jszb_c .box .a2::after {
  font-family: swiper-icons;
  font-size: 42px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.jszb_c .box .a1 {
  left: -50px;
}
.jszb_c .box .a1::after {
  content: 'prev';
}
.jszb_c .box .a2 {
  right: -50px;
}
.jszb_c .box .a2::after {
  content: 'next';
}
.jszb_c .swiper {
  margin: 0 -15px;
  height: 630px;
}
.jszb_c .swiper .swiper-slide {
  padding: 20px 15px;
  transition: 0.6s;
  height: 630px;
}
.jszb_c .swiper .swiper-slide .img {
  height: 527px;
  transition: 0.6s;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
.jszb_c .swiper .swiper-slide p {
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: #222222;
  transition: 0.6s;
  opacity: 0;
}
.jszb_c .swiper .swiper-slide-active {
  padding: 0;
}
.jszb_c .swiper .swiper-slide-active p {
  opacity: 1;
}
.jszb_c .swiper .swiper-slide-active .img {
  height: 570px;
}
.jszb_c .a3 {
  overflow: hidden;
}
.banner {
  background-color: #FFFFFF;
}
.banner .swiper {
  height: 600px;
}
.banner .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.banner .swiper .swiper-slide img {
  width: auto;
  height: 100%;
  display: block;
}
.banner .swiper .pagination {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.banner .swiper .pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  border-radius: 6px;
  margin: 0 7px;
  opacity: 1;
  transition: 0.6s;
  cursor: pointer;
  outline: none;
}
.banner .swiper .pagination .swiper-pagination-bullet-active {
  background-color: #018FEF;
}
.ind_a {
  background: url(../images/ind_a1.jpg) bottom center no-repeat;
  background-size: auto 300px;
  margin-bottom: 150px;
}
.ind_a .main {
  padding-top: 46px;
  padding-bottom: 138px;
  position: relative;
}
.ind_a .title_c {
  margin-bottom: 58px;
}
.ind_a .list {
  display: flex;
  flex-wrap: wrap;
}
.ind_a .list .item {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  display: block;
  padding: 10px 10px 0;
  background-color: #ffffff;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  transition: 0.6s;
  margin-bottom: 30px;
}
.ind_a .list .item:hover {
  margin-bottom: 0;
  box-shadow: 0px 0px 10px 0px #F5CA35;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.ind_a .list .item:hover .text {
  height: 180px;
}
.ind_a .list .item:hover .b3 {
  opacity: 1;
}
.ind_a .list .item:nth-child(3n) {
  margin-right: 0;
}
.ind_a .list .item .img {
  height: 260px;
}
.ind_a .list .item .text {
  height: 150px;
  text-align: center;
  padding: 0 20px;
  transition: 0.6s;
}
.ind_a .list .item .text .b1 {
  font-size: 24px;
  color: #222222;
  line-height: 64px;
}
.ind_a .list .item .text .b2 {
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}
.ind_a .list .item .b3 {
  opacity: 0;
  position: absolute;
  transition: 0.6s;
  width: 60px;
  height: 60px;
  background: url(../images/icon/a13.png) center center no-repeat #FFFFFF;
  background-size: 32px 32px;
  box-shadow: 0px 0px 10px 0px #F5CA35;
  bottom: -27px;
  left: calc(50% - 30px);
}
.ind_a .more {
  width: 212px;
  height: 62px;
  background: #F5CA35;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -31px;
  left: calc(50% - 106px);
  transform: skewX(-8deg) !important;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
}
.ind_a .more span {
  display: inline-block;
  transform: skewX(8deg);
}
.ind_b {
  padding-bottom: 100px;
}
.ind_b .main {
  display: flex;
  justify-content: space-between;
}
.ind_b .a1 {
  width: 570px;
}
.ind_b .a1 .b1 {
  margin-top: -30px;
  height: 120px;
  line-height: 120px;
  position: relative;
  font-size: 72px;
  font-weight: bold;
  font-style: italic;
  color: #EEEEEE;
  text-transform: uppercase;
  overflow: hidden;
  margin-bottom: 20px;
}
.ind_b .a1 .b1::after {
  width: 160px;
  height: 3px;
  background: #F5CA35;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}
.ind_b .a1 .b1 span {
  position: absolute;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  color: #222222;
  line-height: 1;
  left: 0;
  bottom: 22px;
}
.ind_b .a1 .b2 {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  height: 180px;
  margin-bottom: 14px;
}
.ind_b .a1 .b3 {
  width: 212px;
  height: 62px;
  background: #F5CA35;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: skewX(-8deg);
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
  margin-bottom: 27px;
}
.ind_b .a1 .b3 span {
  display: inline-block;
  transform: skewX(8deg);
}
.ind_b .a1 .b4 {
  height: 66px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  color: #666666;
  line-height: 66px;
  padding: 0 5px;
}
.ind_b .a1 .b4 span {
  color: #eeeeee;
  font-weight: lighter;
}
.ind_b .a1 .b4 a {
  position: relative;
  transition: 0.6s;
}
.ind_b .a1 .b4 a:hover,
.ind_b .a1 .b4 a.select {
  color: #F5CA35;
}
.ind_b .a1 .b4 a:hover::after,
.ind_b .a1 .b4 a.select::after {
  opacity: 1;
}
.ind_b .a1 .b4 a::after {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 12px 7px;
  border-color: transparent transparent #F5CA35 transparent;
  left: calc(50% - 7px);
  content: "";
  transition: 0.6s;
  opacity: 0;
}
.ind_b .a2 {
  width: 600px;
  height: 460px;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background-color: #018FEF;
}
.ind_b .a2 img {
  width: auto;
  height: 100%;
  display: block;
}
.ind_c {
  background: url(../images/ind_c1.jpg) center center no-repeat;
  background-size: cover;
  box-shadow: inset 0px 0px 26px 1px rgba(4, 0, 0, 0.09);
  padding-top: 45px;
  padding-bottom: 95px;
  overflow: hidden;
}
.ind_c .title_c {
  margin-bottom: 50px;
}
.ind_c .box {
  position: relative;
}
.ind_c .box .a1,
.ind_c .box .a2 {
  width: 28px;
  text-align: center;
  position: absolute;
  top: calc((50% - 30px) - 21px);
  z-index: 10;
  cursor: pointer;
  outline: none;
  font-weight: bold;
  color: #333333;
  transition: 0.6s;
}
.ind_c .box .a1:hover,
.ind_c .box .a2:hover {
  color: #F5CA35;
}
.ind_c .box .a1::after,
.ind_c .box .a2::after {
  font-family: swiper-icons;
  font-size: 42px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.ind_c .box .a1 {
  left: -50px;
}
.ind_c .box .a1::after {
  content: 'prev';
}
.ind_c .box .a2 {
  right: -50px;
}
.ind_c .box .a2::after {
  content: 'next';
}
.ind_c .swiper {
  margin: 0 -15px;
  height: 630px;
}
.ind_c .swiper .swiper-slide {
  padding: 20px 15px;
  transition: 0.6s;
  height: 630px;
}
.ind_c .swiper .swiper-slide .img {
  height: 527px;
  transition: 0.6s;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
.ind_c .swiper .swiper-slide p {
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: #222222;
  transition: 0.6s;
  opacity: 0;
}
.ind_c .swiper .swiper-slide-active {
  padding: 0;
}
.ind_c .swiper .swiper-slide-active p {
  opacity: 1;
}
.ind_c .swiper .swiper-slide-active .img {
  height: 570px;
}
.ind_c .a3 {
  overflow: hidden;
}
.ind_d {
  background-color: #ffffff;
  padding-top: 66px;
  padding-bottom: 100px;
}
.ind_d .title_c {
  margin-bottom: 50px;
}
.ind_d .list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.ind_d .list .item {
  display: block;
  width: calc((100% - 78px) / 4);
  margin-right: 26px;
  margin-bottom: 10px;
}
.ind_d .list .item:nth-child(4n) {
  margin-right: 0;
}
.ind_d .list .item .img {
  height: 200px;
}
.ind_d .list .item .text {
  padding-right: 10px;
  height: 140px;
  overflow: hidden;
  padding-top: 13px;
}
.ind_d .list .item .text .b1 {
  font-size: 18px;
  color: #222222;
  line-height: 30px;
}
.ind_d .list .item .text .b2 {
  font-size: 16px;
  color: #999999;
  line-height: 20px;
  margin-bottom: 13px;
}
.ind_d .list .item .text .b3 {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.ind_d .more {
  width: 212px;
  height: 62px;
  background: #F5CA35;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: skewX(-8deg) !important;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
  margin: 0 auto;
}
.ind_d .more span {
  display: inline-block;
  transform: skewX(8deg);
}
.footer_a {
  background-color: #222222;
}
.footer_a .box {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #474747;
}
.footer_a .box .a1 {
  width: 460px;
  padding-right: 20px;
  position: relative;
}
.footer_a .box .a1::after {
  position: absolute;
  top: 14px;
  bottom: 2px;
  width: 1px;
  right: 0;
  background-color: #FAF7E8;
  opacity: 0.5;
  content: "";
}
.footer_a .box .a1 .b1 {
  height: 60px;
  display: inline-block;
  margin-bottom: 21px;
}
.footer_a .box .a1 .b1 img {
  height: 100%;
  width: auto;
  display: block;
}
.footer_a .box .a1 .b2 {
  line-height: 32px;
  margin-bottom: 15px;
  padding-left: 40px;
  font-size: 16px;
  color: #FFFFFF;
  min-height: 32px;
  background: url(../images/icon/d7.png) left center no-repeat;
}
.footer_a .box .a1 .b3 {
  line-height: 32px;
  margin-bottom: 15px;
  padding-left: 40px;
  font-size: 16px;
  color: #FFFFFF;
  min-height: 32px;
  background: url(../images/icon/d8.png) left center no-repeat;
}
.footer_a .box .a1 .b4 {
  line-height: 32px;
  padding-left: 40px;
  font-size: 16px;
  color: #FFFFFF;
  min-height: 32px;
  background: url(../images/icon/d9.png) left center no-repeat;
}
.footer_a .box .a2 {
  width: 640px;
}
.footer_a .box .a2 .b1 {
  font-size: 60px;
  color: rgba(255, 255, 255, 0.05);
  line-height: 80px;
  position: relative;
  text-transform: uppercase;
  margin-top: -16px;
  margin-bottom: 13px;
}
.footer_a .box .a2 .b1 span {
  position: absolute;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 30px;
  left: 0;
  bottom: 8px;
}
.footer_a .box .a2 .b2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.footer_a .box .a2 .b2 .item {
  border-bottom: 1px solid #FAF7E8;
  width: 300px;
}
.footer_a .box .a2 .b2 .item input {
  height: 34px;
  line-height: 34px;
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background: none;
  font-size: 16px;
  color: #999999;
}
.footer_a .box .a2 .b3 {
  padding-right: 140px;
  position: relative;
}
.footer_a .box .a2 .b3 .textarea {
  border-bottom: 1px solid #FAF7E8;
}
.footer_a .box .a2 .b3 .textarea textarea {
  height: 60px;
  line-height: 28px;
  width: 100%;
  border: none;
  outline: none;
  background: none;
  font-size: 16px;
  color: #999999;
  resize: none;
  display: block;
}
.footer_a .box .a2 .b3 button {
  width: 102px;
  height: 42px;
  background: #F5CA35;
  border: 2px solid #FFFFFF;
  position: absolute;
  right: 0;
  bottom: 1px;
  outline: none;
  font-size: 18px;
  color: #FFFFFF;
}
.footer_a .box_a {
  padding: 30px 0 40px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #474747;
  align-items: center;
}
.footer_a .box_a .b1 {
  height: 60px;
  display: block;
}
.footer_a .box_a .b1 img {
  height: 100%;
  width: auto;
  display: block;
}
.footer_a .box_a .b2 {
  width: 780px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_a .box_a .b2 a {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
}
.footer_a .copyright {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #DDDDDD;
  line-height: 24px;
}
.top_a {
  height: 100px;
  background-color: #ffffff;
}
.top_a .main {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_a .main .a1 {
  height: 66px;
  display: block;
}
.top_a .main .a1 img {
  height: 100%;
  width: auto;
  display: block;
}
.top_a .main .a2 {
  padding-left: 48px;
  background: url(../images/icon/a14.png) left center no-repeat;
  color: #076BAF;
}
.top_a .main .a2 span {
  display: block;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 6px;
}
.top_a .main .a2 em {
  display: block;
  font-size: 24px;
  line-height: 1;
}
.header {
  background: #018FEF;
  z-index: 100;
  position: relative;
}
.header .main {
  height: 80px;
  display: flex;
}
.header li {
  width: calc(100% / 7);
  position: relative;
}
.header li .a1 {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  transition: 0.5s;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: none;
  background-color: #018FEF;
}
.header li.select .a1,
.header li:hover .a1 {
  z-index: 2;
  background-image: url(../images/icon/nav_a.png);
  background-color: #f5ca35;
  box-shadow: -2px 0px 9px 0px rgba(33, 33, 33, 0.47);
}
.header li .list {
  background: #ffffff;
  z-index: 100;
  padding: 16px 0 20px;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
}
.header li .list a {
  display: block;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: none;
  transition: 0.6s;
  overflow: hidden;
}
.header li .list a span {
  display: inline-block;
  position: relative;
  min-width: 4em;
  text-align: center;
}
.header li .list a span::after {
  transition: 0.6s;
  opacity: 0;
  width: 11px;
  height: 26px;
  background: url(../images/icon/nav_b.png) center center no-repeat;
  position: absolute;
  left: -20px;
  top: calc(50% - 13px);
  content: "";
}
.header li .list a span::before {
  transition: 0.6s;
  opacity: 0;
  width: 11px;
  height: 26px;
  background: url(../images/icon/nav_c.png) center center no-repeat;
  position: absolute;
  right: -20px;
  top: calc(50% - 13px);
  content: "";
}
.header li .list a:hover {
  color: #F5CA35;
  /* background-image: url(../images/icon/nav_b.png); */
}
.header li .list a:hover span::after {
  opacity: 1;
}
.header li .list a:hover span::before {
  opacity: 1;
}
