.iTit {
  text-align: center;
  margin: 5% 0; }
  .iTit h2 {
    font-size: 36px;
    margin-bottom: 1%; }
  .iTit p {
    font-size: 18px;
    color: #999; }

@media (max-width: 1200px) {
  .iTit h2 {
    font-size: 30px; }
  .iTit p {
    font-size: 17px; } }

@media (max-width: 996px) {
  .iTit h2 {
    font-size: 25px; }
  .iTit p {
    font-size: 16px; } }

@media (max-width: 480px) {
  .iTit h2 {
    font-size: 20px; }
  .iTit p {
    font-size: 14px; } }

#banner a {
  display: block;
  width: 100%;
  height: 100%; }

#banner img {
  width: 100%;
  height: 100%; }

.circle {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #ee7700;
  border-radius: 50%;
  background: white;
  z-index: 10; }

.circle1 {
  top: -5px;
  left: -5px; }

.circle2 {
  right: -5px;
  top: -5px; }

.circle3 {
  right: -5px;
  bottom: -5px; }

.circle4 {
  left: -5px;
  bottom: -5px; }

@media (max-width: 768px) {
  #banner {
    height: 211px; }
    #banner img {
      object-fit: fill; } }

.product {
  margin-top: 1%; }

.productNav {
  width: 95%;
  border: 4px solid #ee7700; }
  .productNav .proTop {
    width: 100%;
    height: 90px;
    display: flex; }
    .productNav .proTop li {
      font-size: 20px;
      color: white;
      width: 50%;
      line-height: 90px;
      text-align: center;
      position: relative;
      cursor: pointer; }
    .productNav .proTop li.on::after {
      content: "";
      width: 22px;
      height: 22px;
      border-width: 11px;
      border-style: solid;
      border-color: transparent transparent white transparent;
      position: absolute;
      left: 50%;
      bottom: 0;
      margin-left: -11px; }
  .productNav .proList .proItem .proParse {
    font-size: 18px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8%;
    line-height: 56px;
    cursor: pointer; }
    .productNav .proList .proItem .proParse span {
      width: 90%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .productNav .proList .proItem .proParse i {
      display: inline-block;
      width: 10px;
      height: 10px;
      background: transparent;
      border-style: solid;
      border-width: 1px;
      border-color: transparent transparent #333 #333;
      transform: rotateZ(-135deg);
      -webkit-transform: rotateZ(-135deg);
      transition: all .5s ease;
      -webkit-transition: all .5s ease; }
  .productNav .proList .proItem .proChild {
    background: #f0f0f0;
    display: none; }
    .productNav .proList .proItem .proChild li a {
      display: block;
      width: 100%;
      height: 100%;
      line-height: 56px;
      padding: 0 10%;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      font-size: 14px;
      transition: all .5s ease;
      -webkit-transition: all .5s ease; }

.productNav .proList .proItem .proChild li a:hover {
  transform: translateX(2px);
  -webkit-transform: translateX(2px); }

.proCount .proList:nth-child(2) {
  display: none; }

/*.productNav .proList .proItem:nth-child(1) .proParse i {
  transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg); }*/

/*.productNav .proList .proItem:nth-child(1) .proChild {
  display: block; }*/

#productBanner .left {
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3% 0; }

#productBanner .right {
  background: #e5e5e5;
  padding: 5% 3%; }
  #productBanner .right h3 {
    font-size: 24px;
    line-height: 30px; }
  #productBanner .right p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    margin-top: 10%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden; }

#productBanner .swiper-button-next, #productBanner .swiper-button-prev {
  top: 90%; }

#productBanner .swiper-button-prev, #productBanner .swiper-button-next {
  position: initial;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center; }
  #productBanner .swiper-button-prev i, #productBanner .swiper-button-next i {
    width: 14px;
    height: 14px;
    background: transparent;
    border-style: solid;
    border-width: 2px;
    border-color: transparent transparent white white; }

#productBanner .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background: #ee7700; }
  #productBanner .swiper-button-prev i, .swiper-container-rtl .swiper-button-next i {
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    margin-left: 20%; }

#productBanner .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background: #1446a8; }
  #productBanner .swiper-button-next i, .swiper-container-rtl .swiper-button-prev i {
    transform: rotateZ(-135deg);
    -webkit-transform: rotateZ(-135deg);
    margin-right: 20%; }

.concatButton {
  position: absolute;
  bottom: 50px;
  margin: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  right: 29.1%; }

.hotSearch {
  margin-top: 1.5%;
  position: relative; }
  .hotSearch .left {
    background: #e3e3e3;
    padding: 1%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .hotSearch .left h3 {
      font-size: 30px;
      margin: 4% 0; }
    .hotSearch .left p {
      font-size: 14px;
      color: #999; }
  .hotSearch .right {
    font-size: 0;
    background: #f2f2f2; }
    .hotSearch .right li {
      display: inline-block;
      font-size: 14px;
      color: #666;
      padding: 0 3%;
      border-bottom: 1px dashed #e0e0e0;
      line-height: 40px;
      width: auto;
      transition: all .5s ease;
      -webkit-transition: all .5s ease; }

.hotSearch .right li:hover {
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px); }

@media (max-width: 1200px) {
  .concatButton {
    right: 28.1%; }
  .hotSearch {
    margin-top: 3.5%; }
  .hotSearch .left h3 {
    font-size: 25px; }
  .hotSearch .right {
    max-height: 123px;
    overflow: hidden; } }

@media (max-width: 992px) {
  .productNav .proTop {
    height: 75px; }
  .productNav .proTop li {
    line-height: 75px;
    font-size: 18px; }
  .productNav .proList .proItem .proParse {
    font-size: 16px;
    line-height: 55px; }
  #productBanner .right h3 {
    font-size: 18px;
    line-height: 22px; }
  #productBanner .right p {
    font-size: 13px;
    line-height: 25px; }
  .concatButton {
    right: 5%;
    bottom: 3%; }
  .hotSearch .left .leftCon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around; }
  .hotSearch .left h3 {
    font-size: 20px;
    margin: 2% 0; }
  .hotSearch .left .leftCon img {
    width: 20px; } }

@media (max-width: 768px) {
  .productNav {
    width: 100%; }
  .productNav .proTop {
    height: 55px; }
  .productNav .proTop li {
    line-height: 55px;
    font-size: 16px; }
  .productNav .proList .proItem .proParse {
    font-size: 15px;
    line-height: 45px; }
  .productNav .proList .proItem .proChild li a {
    line-height: 45px; }
  #productBanner {
    margin-top: 3%; }
  .productNav .proList .proItem:nth-child(1) .proChild {
    display: none; }
  .productNav .proList .proItem:nth-child(1) .proParse i {
    transform: rotateZ(-135deg);
    -webkit-transform: rotateZ(-135deg); }
  .hotSearch .left h3 {
    font-size: 18px; }
  #productBanner .right p {
    -webkit-line-clamp: 6;
    margin-top: 5%; }
  #productBanner .right h3 {
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap; } }

@media (max-width: 480px) {
  .concatButton {
    display: none; } }

.adv {
  padding-top: 2%;
  margin-top: 5%; }

.advNav {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .advNav li {
    width: 32%;
    height: 70px;
    background: #1446a8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease; }
    .advNav li span {
      color: white;
      font-size: 24px;
      margin-left: 12px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }

.advCon {
  margin-top: 2%;
  height: 480px;
  padding: 20px;
  padding-bottom: 0;
  box-sizing: border-box;
  background: white; }
  .advCon li {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .advCon .left {
    width: 33%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 3%;
    padding: 5% 0 3%; }
    .advCon .left .top {
      display: flex;
      flex-direction: column;
      align-items: baseline; }
      .advCon .left .top h3 {
        font-size: 30px;
        font-weight: 600;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%; }
      .advCon .left .top span {
        font-size: 24px;
        margin: 3% 0 10% 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%; }
      .advCon .left .top p {
        font-size: 18px;
        line-height: 30px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden; }
    .advCon .left .foo {
      display: flex;
      align-items: center;
      margin-bottom: 5%; }
      .advCon .left .foo a {
        display: block;
        width: 122px;
        height: 38px;
        line-height: 38px;
        border-radius: 25px;
        font-size: 16px;
        color: white;
        text-align: center;
        margin-right: 8%;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        border: 1px solid #ee7700; }
      .advCon .left .foo p {
        font-size: 16px;
        color: #666; }
      .advCon .left .foo i {
        font-size: 24px; }
  .advCon .right {
    width: 54%;
    display: flex;
    flex-direction: column; }
    .advCon .right ul {
      display: flex;
      margin-top: 4%;
      justify-content: space-between; }
      .advCon .right ul li {
        width: 31%; }

.advCon .left .foo a:hover {
  color: #ee7700;
  background: white !important;
  border: 1px solid #ee7700; }

.advCon > li {
  display: none; }

.advCon > li:nth-child(2) {
  display: flex; }

@media (max-width: 1200px) {
  .advNav li {
    height: 50px;
    line-height: 50px; }
  .advNav li span {
    font-size: 20px; }
  .advCon .left .top h3 {
    font-size: 26px; }
  .advCon .left .top span {
    font-size: 20px;
    margin: 8% 0 10% 0; }
  .advCon .left .top p {
    font-size: 16px;
    line-height: 25px; } }

@media (max-width: 996px) {
  .advCon {
    height: 384px; }
  .advCon .left {
    width: 40%; }
  .advNav li span {
    font-size: 16px; }
  .advCon .left .foo a {
    width: 97px;
    height: 30px;
    line-height: 30px;
    font-size: 13px; }
  .advCon .left .foo i {
    font-size: 16px; }
  .advCon .left .top p {
    font-size: 15px; } }

@media (max-width: 768px) {
  .advCon {
    height: 335px; }
  .advNav li span {
    font-size: 13px; }
  .advNav li {
    height: 40px;
    line-height: 40px; }
  .advCon .left .top h3 {
    font-size: 20px; }
  .advCon .left .top span {
    font-size: 16px; }
  .advCon .left .foo a {
    margin: 0; }
  .advCon .left .top p {
    font-size: 12px; }
  .advCon .left .foo {
    flex-direction: column;
    margin-bottom: 0; }
  .advCon .left .foo p {
    margin: 6% 0;
    text-align: center; } }

@media (max-width: 480px) {
  .advNav li .img img {
    width: 20px; }
  .advNav li span {
    margin-left: 5px; }
  .advCon .right ul {
    flex-direction: column;
    align-items: center; }
  .advCon .right ul li {
    width: 40%; } }

.core li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10%; }

.core .img {
  width: 56%;
  margin: 0 2%;
  overflow: hidden; }
  .core .img img {
    transition: all .5s ease;
    -webkit-transition: all .5s ease; }

.core .img:hover img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08); }

.core .txt {
  width: 37%; }
  .core .txt .coreTit {
    display: flex; }
    .core .txt .coreTit .num {
      width: 70px;
      height: 98px;
      border-radius: 5px;
      text-align: center; }
      .core .txt .coreTit .num i {
        font-size: 48px;
        color: white; }
      .core .txt .coreTit .num p {
        width: 60%;
        margin: 0 auto;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        font-size: 14px;
        color: rgba(255, 255, 255, 0.5); }
    .core .txt .coreTit h3 {
      position: relative;
      font-size: 30px;
      line-height: 40px;
      margin-left: 6%;
      width: 65%;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      height: 98px;
      line-height: 45px; }
  .core .txt p {
    color: #333;
    line-height: 24px;
    font-size: 14px;
    margin-top: 5%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden; }

.core .txt .coreTit h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 4px;
  background: #ee7700; }

@media (max-width: 1200px) {
  .core .img {
    width: 50%; }
  .core .txt .coreTit h3 {
    font-size: 25px;
    line-height: 40px;
    height: 89px; }
  .core .txt .coreTit .num {
    height: 89px; }
  .core .txt .coreTit .num i {
    font-size: 40px; } }

@media (max-width: 996px) {
  .core .img {
    margin: 0 4%; }
  .core .txt .coreTit h3 {
    font-size: 20px;
    line-height: 35px;
    height: 78px; }
  .core .txt .coreTit .num {
    height: 78px; }
  .core .txt .coreTit .num i {
    font-size: 35px; } }

@media (max-width: 768px) {
  .core .container {
    background: none !important; }
  .core li {
    flex-direction: column; }
  .core .img {
    width: 100%; }
  .core .txt {
    width: 100%; } }

@media (max-width: 480px) {
  .core .txt .coreTit h3 {
    font-size: 18px;
    line-height: 28px;
    height: 62px; }
  .core .txt .coreTit .num {
    height: 62px;
    width: 48px; }
  .core .txt .coreTit .num i {
    font-size: 24px; } }

.case {
  background: #f4f4f4;
  padding: 2% 0 5%; }
  .case .container {
    position: relative; }
  .case .iTit {
    margin: 3% 0; }
  .case .caseArraw {
    position: absolute;
    top: 50%;
    z-index: 9;
    margin-top: -25px;
    width: 28px;
    height: 50px;
    cursor: pointer;
    opacity: 0.3;
    filter: alpha(opacity=30);
    transition: all .5s ease;
    -webkit-transition: all .5s ease; }
  .case .caseLeft {
    left: -5%; }
  .case .caseRight {
    right: -5%; }

.caseArraw:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

#caseBanner .swiper-wrapper {
  display: flex; }

#caseBanner .con {
  display: block;
  width: 100%;
  height: 100%; }

#caseBanner .img {
  width: 100%;
  height: 58%;
  position: relative; }
  #caseBanner .img img {
    width: 100%;
    height: 100%; }
  #caseBanner .img i {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 6%;
    left: 50%;
    margin-left: -45%;
    border: 1px solid white;
    transition: all .5s ease;
    -webkit-transition: all .5s ease; }

#caseBanner .txt {
  height: 42%;
  width: 100%;
  background: white;
  padding: 6% 6% 20%;
  box-sizing: border-box;
  position: relative; }
  #caseBanner .txt h3 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin-bottom: 5%;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  #caseBanner .txt p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }
  #caseBanner .txt .sign {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 54px;
    height: 54px;
    border-style: solid;
    border-width: 27px;
    border-color: transparent #1446a8 #1446a8 transparent; }
    #caseBanner .txt .sign i {
      position: absolute;
      color: white;
      font-size: 25px;
      left: 0;
      top: -10px;
      transition: all .5s ease;
      -webkit-transition: all .5s ease; }

#caseBanner .con:hover .sign i {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg); }

#caseBanner .con:hover .img i {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0; }

#caseBanner .con:hover .txt h3 {
  color: #ee7700; }

#caseBanner .swiper-slide {
  width: 30% !important; }

@media (max-width: 1350px) {
  .case .caseArraw {
    display: none; }
  .case .caseLeft {
    left: 1%; }
  .case .caseRight {
    right: 1%; }
  .case .container:hover .caseArraw {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100); } }

@media (max-width: 996px) {
  #caseBanner .swiper-slide {
    width: 47.5% !important; }
  #caseBanner .txt h3 {
    font-size: 17px; }
  #caseBanner .txt p {
    font-size: 12px;
    line-height: 20px; } }

@media (max-width: 768px) {
  .case .caseArraw {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100); }
  .case .caseLeft {
    left: 5%; }
  .case .caseRight {
    right: 5%; } }

@media (max-width: 480px) {
  #caseBanner .swiper-slide {
    width: 100% !important; }
  #caseBanner .txt h3 {
    font-size: 16px; } }

.newsTit {
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px; }
  .newsTit h3 {
    font-size: 24px; }
  .newsTit a {
    font-size: 14px; }

.news .con {
  display: flex;
  justify-content: space-between; }

.news .left {
  width: 55%; }
  .news .left .top {
      cursor:pointer;
    width: 100%; }
    .news .left .top img {
      width: 100%; }
  .news .left .newMinTit {
    padding-top: 3%; }
    .news .left .newMinTit i {
      width: 60px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      color: white;
      border-radius: 5px;
      margin-right: 3%;
      vertical-align: middle; }
    .news .left .newMinTit h3 {
      font-size: 20px;
      color: #333;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      width: 80%;
      display: inline-block;
      vertical-align: middle; }
    .news .left .newMinTit p {
      margin-top: 1%;
      font-size: 14px;
      color: #999;
      line-height: 24px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; }
  .news .left .foo a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 55px; }
  .news .left .foo i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #ee7700; }
  .news .left .foo .text {
    border-bottom: 1px dashed #e0e0e0;
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .news .left .foo .text P {
      width: 90%;
      margin-right: 2%;
      font-size: 14px;
      color: #333;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      transition: all .5s ease;
      -webkit-transition: all .5s ease; }
    .news .left .foo .text span {
      font-size: 14px;
      color: #999; }

.news .right {
  width: 39%; }
  .news .right .skill {
    padding: 5%;
    border: 1px solid #959595;
    position: relative; }
    .news .right .skill .top {
        cursor:pointer;
      width: 100%; }
      .news .right .skill .top h3 {
        font-size: 20px;
        color: #333;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .news .right .skill .top p {
        font-size: 14px;
        color: #999;
        line-height: 24px;
        margin: 4% 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }
      .news .right .skill .top .img {
        width: 100%; }
        .news .right .skill .top .img img {
          width: 100%; }
    .news .right .skill .foo {
      margin-top: 6%; }
      .news .right .skill .foo a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        line-height: 45px; }
      .news .right .skill .foo i {
        width: 15px;
        height: 15px;
        text-align: center;
        line-height: 15px;
        color: white; }
      .news .right .skill .foo p {
        color: #333;
        font-size: 14px;
        width: 90%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        transition: all .5s ease;
        -webkit-transition: all .5s ease; }
      .news .right .skill .foo em {
        width: 10px;
        height: 10px;
        border-color: #9c9c9c #9c9c9c transparent transparent;
        border-style: solid;
        border-width: 1px;
        transform: rotateZ(45deg);
        -webkit-transform: rotateZ(45deg); }

.news .left .foo .text P:hover, .news .right .skill .foo p:hover {
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px); }

@media (max-width: 996px) {
  .newsTit h3 {
    font-size: 20px; }
  .newsTit {
    margin-bottom: 12px; }
  .news .left .newMinTit h3 {
    font-size: 17px; }
  .news .left .newMinTit i {
    width: 50px;
    height: 25px;
    line-height: 25px;
    font-size: 15px; }
  .news .left .foo a {
    line-height: 46px; }
  .news .right .skill .top h3 {
    font-size: 17px; }
  .news .right .skill .foo a {
    line-height: 36px; }
  .news .right .skill .foo p {
    font-size: 13px;
    width: 85%; } }

@media (max-width: 768px) {
  .news .con {
    flex-direction: column; }
  .news .left, .news .right {
    width: 100%; }
  .news .right {
    margin-top: 5%; }
  .news .right .skill .foo p {
    width: 90%; } }

@media (max-width: 480px) {
  .newsTit h3 {
    font-size: 16px; }
  .newsTit a {
    font-size: 12px; }
  .news .left .newMinTit h3 {
    font-size: 15px; }
  .news .left .newMinTit p {
    font-size: 12px; }
  .news .left .foo a {
    line-height: 35px; }
  .news .left .foo .text P {
    font-size: 12px; }
  .news .right .skill .top h3 {
    font-size: 15px; }
  .news .right .skill .top p {
    font-size: 12px;
    margin: 2% 0; }
  .news .right .skill .foo a {
    line-height: 35px; }
  .news .right .skill .foo p {
    font-size: 12px; } }

.about {
  padding-top: 10%;
  margin-top: 4%; }
  .about .container {
    display: flex; }
  .about .txt {
    width: 66%;
    padding: 3%;
    background: white;
    border-bottom: 5px solid #f8991e; }
    .about .txt h2 {
      font-size: 24px;
      line-height: 65px;
      position: relative; }
    .about .txt h2::before {
      content: "";
      width: 28px;
      height: 3px;
      background: #ee7700;
      position: absolute;
      bottom: 0; }
    .about .txt p {
      color: #999;
      font-size: 14px;
      line-height: 30px;
      margin-top: 2%; }
    .about .txt a {
      display: block;
      height: 36px;
      line-height: 36px;
      width: 100px;
      color: white;
      background: #1446a8;
      border: 1px solid #1446a8;
      font-size: 14px;
      text-align: center;
      margin-top: 12%;
      transition: all .5s ease;
      -webkit-transition: all .5s ease; }
  .about .img {
    position: relative;
    width: 34%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; }
    .about .img img {
      transition: all .5s ease;
      -webkit-transition: all .5s ease; }
    .about .img i {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(251, 204, 142, 0.6); }

.about .txt a:hover {
  background: white;
  color: #1446a8;
  border: 1px solid #1446a8; }

@media (max-width: 768px) {
  .about .container {
    flex-direction: column; }
  .about .txt, .about .img {
    width: 100%; }
  .about .txt h2 {
    font-size: 20px; }
  .about .txt p {
    font-size: 12px;
    line-height: 20px; } }

@media (max-width: 480px) {
  .about .txt h2 {
    font-size: 16px; } }

.leave {
  padding: 5% 0; }
  .leave .container {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .leave h2 {
    font-size: 48px; }
  .leave p {
    font-size: 18px;
    color: #666;
    margin: 3% 0 6%; }
  .leave .con {
    width: 500px; }
  .leave input {
    width: 100%;
    height: 54px;
    font-size: 18px;
    margin-bottom: 5%;
    padding: 0 10px;
    background: transparent;
    border: 1px solid #bbb; }
  .leave textarea {
    border: 1px solid #bbb;
    background: transparent;
    width: 100%;
    height: 140px;
    padding: 10px;
    font-size: 18px;
    margin-bottom: 5%; }
  .leave a {
    display: block;
    width: 100%;
    height: 54px;
    line-height: 54px;
    color: white;
    font-size: 18px;
    text-align: center; }

@media (max-width: 1200px) {
  .leave h2 {
    font-size: 43px; } }

@media (max-width: 996px) {
  .leave h2 {
    font-size: 35px; }
  .leave p {
    font-size: 16px; }
  .leave input {
    height: 45px;
    font-size: 16px;
    margin-bottom: 3%; } }

@media (max-width: 768px) {
  .leave h2 {
    font-size: 28px; } }

@media (max-width: 550px) {
  .leave .con {
    width: 100%; } }

@media (max-width: 480px) {
  .leave h2 {
    text-align: center;
    font-size: 22px; }
  .leave p {
    font-size: 14px;
    text-align: center; }
  .leave input {
    height: 40px; }
  .leave a {
    height: 45px;
    line-height: 45px; } }


.mobileImg{
    display:none;
}
@media(max-width:480px){
    .pcImg{
        display:none;
    }
    .mobileImg {
        display: block;
    }
}