* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: "PingFang SC", "Microsoft YaHei", "Microsoft YaHei UI" !important;
}
body.on {
    overflow: hidden;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
  display: block;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
select,
button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  line-height: normal;
}
img {
    object-fit: cover;
}
a:hover {
     color: #333;
}
.Obscuration {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0,0,0,.5);
   z-index: 88;
}   
.w1200 {
  width: 6.25rem;
}
.icon {
  transition: 0.4s;
  cursor: pointer;
  width: 0.2604rem;
  background-color: #fea30b;
}
.icon .back {
  width: 180px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0.1823rem;
}
.icon .back p {
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
.icon:hover {
  width: 180px;
}
.phone-banner-img {
    display: none;
}
.phone-img,.ipad-img {
  display: none;
}
.item-icon {
  transition: 0.4s;
  width: 0.25rem;
  height: 0.25rem;
  border: 1px solid #ccc;
  display: flex;
  justify-content: space-around;
  align-items: center;
  overflow: hidden;
}
.item-icon .icon-title {
  transition: 0.4s;
  margin-left: -0.4167rem;
}
.item-icon .icon-title span {
  font-size: 14px;
  color: #fff;
}
.item-icon .icon-right svg {
  vertical-align: middle;
}
.banner-title {
  text-align: center;
  position: relative;
  /*padding: 0.4646rem 0 0.1042rem;*/
  padding: 0.26rem 0;
}
.banner-title h6 {
    display: none;
    opacity: 0;
  font-size: 0.4479rem;
  color: #e9e9e9;
  font-weight: 400;
  text-transform: uppercase;
}
.banner-title p {
  font-weight: 700;
  font-size: 0.1875rem;
  color: #000;
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
}
.pc-footer {
  width: 100%;
  background: #f5f5f5;
  padding: 0.2604rem 0 0;
  border-bottom: 3px solid #fba321;
}
.pc-footer .footer-box {
  width: 6.6667rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.pc-footer .footer-box .footer-title {
   max-width: 66%;
}
.pc-footer .footer-box .footer-share {
   max-width: 24%;
}
.pc-footer .footer-box .footer-title ul {
  display: flex;
}
.pc-footer .footer-box .footer-title ul li {
  margin-right: 0.4rem;
}
.pc-footer .footer-box .footer-title ul li:last-child {
  margin-right: 0;
}
.pc-footer .footer-box .footer-title ul li h2 {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
}
.pc-footer .footer-box .footer-title ul li a {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.pc-footer .footer-box .footer-title ul li a:hover {
  color: #fea30b;
}
.pc-footer .footer-box .footer-share .share {
  height: 160px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.pc-footer .footer-box .footer-share .share a {
  width: 50px;
  height: 50px;
  background: #e8e8e8;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.pc-footer .footer-box .footer-share .share a:last-child {
  margin-right: 0;
}
.pc-footer .footer-box .footer-share .share a .show {
  opacity: 0;
  width: 90px;
}
.pc-footer .footer-box .footer-share .share a img:nth-child(1) {
  opacity: 0;
  position: absolute;
  bottom: 134%;
  left: 50%;
  transform: translateX(-50%);
}
.pc-footer .footer-box .footer-share .share a img:nth-child(2) {
  filter: brightness(0.5);
}
.pc-footer .footer-box .footer-share .share a:hover {
  background: #fea30b;
}
.pc-footer .footer-box .footer-share .share a:hover .show {
  opacity: 1;
}
.pc-footer .footer-box .footer-share .share a:hover img:nth-child(2) {
  filter: brightness(1);
}
.pc-footer .footer-box .footer-share .address {
  margin-top: 0.1302rem;
}
.pc-footer .footer-box .footer-share .address p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.pc-footer .footer-box .footer-share .address p img {
  margin-right: 10px;
}
.pc-footer .footer-box .footer-share .address p a {
  display: inline-block;
  font-size: 0.1563rem;
  color: #333;
  font-weight: 700;
}
.pc-footer .footer-box .footer-share .address p:nth-child(2) {
  font-size: 16px;
  line-height: 1.6;
  color: #777;
  margin-top: 0.0781rem;
}
.pc-footer .footer-copyright {
  width: 6.6667rem;
  margin: 0 auto ;
  padding: 0.651rem 0 0.2083rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-footer .footer-copyright .banquan {
  display: flex;
}
.pc-footer .footer-copyright .banquan p {
  font-size: 14px;
}
.pc-footer .footer-copyright .banquan p span {
  font-size: 14px;
  color: #777;
}
.pc-footer .footer-copyright .banquan p span a {
  font-size: 14px;
  color: #777;
  display: inline-block;
}
.pc-footer .footer-copyright .banquan p span a:hover {
  color: #fea30b;
}
.pc-footer .footer-copyright .banquan p:nth-child(2) {
  margin-left: 10px;
}
.pc-footer .footer-copyright .banquan p:nth-child(2) a {
  color: #777;
}
.pc-footer .footer-copyright .banquan p:nth-child(3) {
  margin-left: 20px;
}
.pc-footer .footer-copyright .banquan p a:hover {
    color: #fda321;
}
.pc-footer .footer-copyright .hu p {
  display: flex;
  align-items: center;
}
.pc-footer .footer-copyright .hu p a {
  font-size: 14px;
  color: #777;
}
.pc-footer .footer-copyright .hu p a:hover {
    color: #fda321;
}
.pc-header {
  transition: 0.8s;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #fff;
  box-shadow: 0 0 2px rgba(0,0,0,.2);
}
.pc-header.on {
    box-shadow: 0 0 2px rgba(0,0,0,.2);
}
.pc-header.active {
    top: -92px;
}
.pc-header .header-box {
  height: 0.4792rem;
  display: flex;
  padding: 0 0 0 0.4167rem;
  justify-content: space-between;
  align-items: center;
}
.pc-header .header-box .nav {
  height: 100%;
}
.pc-header .header-box .nav ul {
  display: flex;
  height: 100%;
}
.pc-header .header-box .nav ul li {
  height: 100%;
  padding: 0 0.1823rem;
  position: relative;
}
.pc-header .header-box .nav ul li .linka {
  font-size: 18px;
  color: #333333;
  font-weight: 400;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 0;
  position: relative;
}
.pc-header .header-box .nav ul li .linka::after {
    content: '';
    width: 0%;
    height: 2px;
    background: #fda321;
    position: absolute;
    left: 0;
    top: 98%;
}
.pc-header .header-box .nav ul li .linka:hover::after {
    width: 100%;
    transition: .5s;
}
.pc-header .header-box .nav ul li .active {
  color: #000;
  font-weight: 700;
  /*border-bottom: 2px solid #fea30b;*/
}
.pc-header .header-box .nav ul li .active::after {
    width: 100%;
}
.pc-header .header-box .nav ul li .down {
  display: none;
  border-top: 1px solid #eaeaea;
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0.4792rem;
  left: 0;
}
.pc-header .header-box .nav ul li .down-title {
    display: none;
  border-top: 1px solid #eaeaea;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 0.4792rem;
  transform: translateX(-50%);
  /*width: 180%;*/
  text-align: center;
  box-shadow: 0px 5px 10px #ddd;
  padding-top: .12rem;
  white-space: nowrap;
}
.pc-header .header-box .nav ul li .down-title a {
    font-size: 18px;
    background: #fff;
    color: #333333;
    font-weight: 400;
    margin-bottom: .12rem;
    padding: 0 .2rem;
}
.pc-header .header-box .nav ul li .down-title a:hover {
    color: #fca32a;
}
.pc-header .header-box .nav ul li .down .down-box {
  margin: 0 auto;
}
.pc-header .header-box .nav ul li .down .down-box ul {
  width: 100%;
  margin-top: 30px;
  height: 60vh;
  overflow: auto;
}
.pc-header .header-box .nav ul li .down .down-box ul::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}
.pc-header .header-box .nav ul li .down .down-box ul::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background: #fea321;
}

.pc-header .header-box .nav ul li .down .down-box ul::-webkit-scrollbar-track {
	border-radius: 2px;
	background: rgba(122, 122, 122, 0.3);
} 

.pc-header .header-box .nav ul li .down .down-box ul li {
  width: 16.66%;
  padding: 0 0;
}
.pc-header .header-box .nav ul li .down .down-box ul li .li-img {
  width: 0.9375rem;
}
.pc-header .header-box .nav ul li .down .down-box ul li .li-title {
    width: 0.9375rem;
}
.pc-header .header-box .nav ul li .down .down-box ul li .li-img a {
    position: static;
    top: 0;
    transform: translateY(0);
    padding: 0;
}
.pc-header .header-box .nav ul li .down .down-box ul li .li-img img {
  width: 100%;
  max-width: 100%;
}
.pc-header .header-box .nav ul li .down .down-box ul li .li-title h3 a {
    font-weight: 700;
     font-size: 16px;
    line-height: 22px;
  height: 66px;
  color: #333;
  margin: 15px 0 0;
  overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.pc-header .header-box .nav ul li .down .down-box ul li .li-title a {
    position: relative;
  font-size: 14px;
  /*line-height: 30px;*/
  color: #666;
  position: static;
  top: auto;
  transform: translateY(0);
  padding-bottom: 8px;
}
.pc-header .header-box .nav ul li .down .down-box ul li .li-title a:hover {
   color: rgb(6, 65, 151);
}
.pc-header .header-box .nav ul li .down .down-box .check {
  margin-top: 0.2344rem;
  padding: 0.2083rem 0;
  border-top: 1px solid #eaeaea;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-header .header-box .nav ul li .down .down-box .check a {
  top: auto;
  transform: translateY(0);
  padding-bottom: 0;
  font-size: 14px;
  color: #014099;
}
.pc-header .header-box .nav ul li .down .down-box .check svg {
  transition: 0.5s;
  cursor: pointer;
}
.pc-header .header-box .nav ul li .down .down-box .check svg:hover {
  transform: rotateZ(180deg);
}
.pc-header .header-box .search-chen {
  height: 100%;
  display: flex;
}
.pc-header .header-box .search-chen .lang {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.pc-header .header-box .search-chen .ch a {
  font-size: 16px;
  color: #333;
  padding: 0 15px;
  cursor: pointer;
}


.pc-header .header-box .search-chen .ch_list {
  /*border-left: 1px solid #333;*/
  /*margin-right: 0.2083rem;*/
  display: none;
      position: absolute;
      width: 160px;
    top: 100%;
    background: #fff;
    text-align: center;
        box-shadow: 0px 5px 10px #ddd;
}
.pc-header .header-box .search-chen .ch_list a {
   font-size: 16px;
   line-height: 3;
       transition: .4s;
}
.pc-header .header-box .search-chen .ch_list a:hover {
    color: #fff;
    background: #fea30b;
}
.pc-header .header-box .search-chen .lang:hover .ch_list {
    display: block;
}


/*.pc-header .header-box .search-chen .ch-en a:hover {*/
/*  color: #fea30b;*/
/*}*/
/*.pc-header .header-box .search-chen .ch-en .active {*/
/*  color: #fea30b;*/
/*}*/



.pc-header .header-box .search-chen .search {
  height: 100%;
  width: 0.5208rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #eaeaea;
  cursor: pointer;
}
.pc-header .header-box .search-chen .search .img2 {
    display: none;
}
.sibo-banner {
  padding-top: 0.4792rem;
  position: relative;
  width: 100%;
}
.sibo-banner .sibo-img {
  width: 100%;
}
.sibo-banner .sibo-img img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}
.sibo-banner .sibo-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.sibo-banner .sibo-title h2 {
  font-weight: 700;
  font-size: 0.25rem;
  line-height: 0.5208rem;
}
.sibo-banner .sibo-title p {
  font-size: 0.0938rem;
}
.Breadcrumbs {
  width: 100%;
  background: #f9f9f9;
}
.Breadcrumbs .Breadcrumbs-box {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.Breadcrumbs .Breadcrumbs-box .b-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: .9;
  line-height: 2;
}
.Breadcrumbs .Breadcrumbs-box .b-left a {
  color: #666;
  font-size: 16px;
  margin-left: 10px;
}
.Breadcrumbs .Breadcrumbs-box .b-left a:last-child {
  color: #fea321;
}
.Breadcrumbs .Breadcrumbs-box .b-left svg {
  margin-left: 10px;
}
.Breadcrumbs .Breadcrumbs-box .b-right {
  width: 0.7292rem;
  height: 0.25rem;
  background: #fea321;
}
.Breadcrumbs .Breadcrumbs-box .b-right a {
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.Breadcrumbs .Breadcrumbs-box .b-right a p {
  color: #fff;
  font-size: 14px;
}
.public-title {
  display: flex;
  align-items: center;
}
.public-title img {
    height: .201rem;
}
.public-title h1 {
  font-size: 0.1875rem;
  color: #000;
  margin-left: 10px;
  font-weight: 400;
}
.public-title img {
  vertical-align: middle;
}
.public-navigation {
  width: 100%;
  background: #f9f9f9;
}
.public-navigation .navigation-box {
  margin: 0 auto;
}
.public-navigation .navigation-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.public-navigation .navigation-box ul li {
  padding: 30px 33px;
}
.public-navigation .navigation-box ul li a {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  padding-bottom: 10px;
  position: relative;
}
.public-navigation .navigation-box ul li a:after {
    content: "";
    width: 0%;
    height: 2px;
    background: #fda321;
    position: absolute;
    top: 98%;
    left: 0;
}
.public-navigation .navigation-box ul li a:hover::after {
    width: 100%;
    transition: .5s;
}
.public-navigation .navigation-box ul li .active {
  color: #fea321;
  /*border-bottom: 2px solid #fea321;*/
}
.public-navigation .navigation-box ul li .active:after {
    width: 100%;
}
.news-banner {
  width: 100%;
}
.news-banner .box-news {
  margin-bottom: 0.2604rem;
}
.news-banner .news-list {
  transition: 0.4s;
  position: relative;
}
.news-banner .news-list .lists {
  width: 6.6667rem;
  margin: 0 auto;
  border-bottom: 1px solid #eaeaea;
}
.news-banner .news-list .lists .item1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.news-banner .news-list .lists .item1 .item-img {
  max-width: 30%;
  overflow: hidden;
}
.news-banner .news-list .lists .item1 .item-img img {
  transition: 0.4s;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.news-banner .news-list .lists .item1 .item-title {
  flex: 1;
  margin-left: 0.3385rem;
}
.news-banner .news-list .lists .item1 .w140 {
    width: 140px;
}
.news-banner .news-list .lists .item1 .item-title h3 {
  font-size: 0.125rem;
  font-weight: 400;
  color: #111;
}
.news-banner .news-list .lists .item1 .item-title p {
  margin-top: 0.1042rem;
  font-size: 14px;
  color: #999999;
}
.news-banner .news-list .lists .item1 .item-title p span {
  margin-right: 15px;
}
.news-banner .news-list .back-gradient {
  transition: 0.4s;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.news-banner .news-list .back-gradient img {
  vertical-align: bottom;
}
.news-banner .news-list:hover {
  background: linear-gradient(to right, #ffe8c7, #fffdf9);
}
.news-banner .news-list:hover .lists {
  border-bottom: 1px solid transparent;
}
.news-banner .news-list:hover .lists .item1 .item-img img {
  transform: scale(1.05);
}
.news-banner .news-list:hover .lists .item1 .item-title h3 {
  font-weight: 700;
}
.news-banner .news-list:hover .lists .item1 .item-icon {
  width: 0.7292rem;
  background-color: #fea30b;
  border: 1px solid #fea30b;
}
.news-banner .news-list:hover .lists .item1 .item-icon .icon-title {
  margin-left: 0;
}
.news-banner .news-list:hover .lists .item1 .item-icon .icon-right svg path {
  stroke: #fff;
}
.news-banner .news-list:hover .back-gradient {
  opacity: 1;
}
.Pager {
  width: 100%;
  padding: 0.4167rem 0;
}
.Pager .Pager-box {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.Pager .Pager-box div {
  display: flex;
}
.Pager .Pager-box div a {
  margin: 0 10px;
  padding: 0.0781rem;
  border: 1px solid #fea321;
  color: #9f9f9f;
  font-size: 16px;
}
.Pager .Pager-box div a:hover {
  background: #fea321;
  color: #fff;
}
.Pager .Pager-box div a:hover svg path {
  stroke: #fff;
}
.Pager .Pager-box .button a {
  padding: 0.0781rem 0.1094rem;
}
.Pager .Pager-box .button a svg {
    vertical-align: middle;
}
.Pager .Pager-box .page a {
  border: none;
}
.Pager .Pager-box .page .active {
  background: #fea321;
  color: #fff;
  display: block;
}
.search-down {
  display: none;
  width: 100%;
  z-index: 11;
  position: fixed;
  top: 0.4792rem;
  background: rgba(254, 163, 33, 0.9);
}
.search-down form {
  width: 100%;
  padding: 0.2083rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-down form input {
  width: 400px;
  height: 45px;
  border: none;
  padding-left: 0.1042rem;
  font-size: 16px;
}
.search-down form .btn {
    cursor: pointer;
  padding: 0;
  width: 80px;
  background: #064197;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.phone_nav {
  position: fixed;
  top: 73.1px;
  width: 100%;
  height: calc(100vh - 73.1px);
  z-index: 4;
  background: #fff;
  display: none;
}
.phone_nav .box {
  margin: 0 4vw;
  padding: 30px 0;
  height: 100%;
  box-sizing: border-box;
}
.phone_nav .box .box_scroll {
  overflow: scroll;
  height: 100%;
}
.phone_nav .box .item > p {
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.phone_nav .box .item > p a {
  display: block;
  font-size: 20px;
  line-height: 76px;
  color: #000;
}
.phone_nav .box .item > p span {
     width: 16px;
     height: 55px;
     display: flex;
     align-items: center;
     justify-content: center;
}
.phone_nav .box .item > p i {
  display: block;
  float: right;
  width: 16px;
  height: 1px;
  background: #999;
  position: relative;
}
.phone_nav .box .item > p i::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: #999;
  transform: rotate(90deg);
  transition: 0.4s;
}
.phone_nav .box .item > p i.active::after {
  transform: rotate(180deg);
}
.phone_nav .box .item ul {
  display: none;
  padding: 16px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.phone_nav .box .item ul li a {
  display: block;
  font-size: 20px;
  color: #666;
  line-height: 54px;
  opacity: 0.8;
}
.phone_nav .box .item ul li a span {
   line-height: 1.4;
    display: inline-block;
}
.phone-header {
  box-shadow: 0 0 12px #f5f5f5;
  display: none;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  background: #fff;
}
.phone-header .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 3vw;
}
.phone-header .box .logo {
  width: auto;
  height: auto;
}
.phone-header .box .logo a {
  display: block;
}
.phone-header .box .logo a img {
  width: 130px;
}
.phone-header .box .right {
  display: flex;
  align-items: center;
}
.phone-header .box .right .search {
    display: flex;
    align-items: center;
}
.phone-header .box .right .search a .img2 {
    display: none;
}
.phone-header .box .right .button {
  margin-left: 0.3rem;
  display: flex;
    align-items: center;
}
.phone-header .box .right .button p {
  position: relative;
}
.phone-header .box .right .button p::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fea321;
  top: 50%;
  margin-top: -1px;
  transition: 0.4s;
}
.phone-header .box .right .button p::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fea321;
  top: 50%;
  margin-top: -1px;
  transition: 0.4s;
}
.phone-header .box .right .button p span {
  width: 0.6rem;
  margin: 0.1533rem 0;
  display: block;
  height: 2px;
  background: #fea321;
}
.phone-header .box .right .button p span:nth-child(1),
.phone-header .box .right .button p span:nth-child(3) {
  transform: 0.4s;
}
.phone-header .box .right .button.active p::before {
  transform: rotate(45deg);
}
.phone-header .box .right .button.active p::after {
  transform: rotate(-45deg);
}
.phone-header .box .right .button.active p span {
  opacity: 0;
}
.cultureBox9 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  align-items: center;
  z-index: 5;
  display: none;
}
.cultureBox9 .box {
  width: 3.1719rem;
  margin: auto;
  background: #fff;
  text-align: center;
  padding: 0.2865rem 0;
  position: relative;
}
.cultureBox9 .box > span {
  display: block;
  position: absolute;
  top: 0.0833rem;
  right: 0.0833rem;
  font-size: 0.125rem;
  color: #ddd;
  cursor: pointer;
  transition: 0.4s;
}
.cultureBox9 .box > span:hover {
  color: #fea321;
}
.cultureBox9 .box .main1 {
  cursor: pointer;
}
.cultureBox9 .box .main1 img {
  width: 1.0208rem;
}
.cultureBox9 .box .main1 p {
  font-size: 18px;
  color: #000;
  margin-top: 0.1823rem;
}
.cultureBox9 .box .main2 {
  margin-top: 0.2917rem;
}
.cultureBox9 .box .main2 input {
  cursor: pointer;
  font-size: 16px;
  background: #fea321;
  width: 1.1719rem;
  height: 0.3125rem;
  border-radius: 0.1563rem;
  border: 0;
  outline: none;
  transition: 0.4s;
  color: #fff;
  text-align: center;
}
.cultureBox9 .box .main3 {
  margin-top: 0.4688rem;
}
.cultureBox9 .box .main3 p {
  font-size: 16px;
  color: #999;
  margin-bottom: 0.1042rem;
}
.cultureBox9 .box .main3 img {
  width: 0.5208rem;
}
