/*pad*/
/*pad*/
img {
  max-width: 100%;
}
.gh {
  height: 20px;
  width: 28px;
  position: absolute;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  cursor: pointer;
  z-index: 9999;
  display: none;
}
.selected .gh {
  transform: rotate(90deg);
}
.gh a {
  background-color: #ffa681;
  display: block;
  margin: 0 auto;
  height: 2px;
  margin-top: -1px;
  position: relative;
  top: 50%;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  width: 100%;
  border-radius: 2px;
}
.gh a:after {
  width: 100%;
}
.gh a:before {
  width: 100%;
}
.gh a:after,
.gh a:before {
  background-color: #ffa681;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.gh a:after {
  top: 7px;
}
.gh a:before {
  top: -7px;
}
.selected .gh a:after,
.selected .gh a:before {
  top: 0;
}
.selected .gh a:before {
  transform: translateY(0px) rotate(-45deg);
  -webkit-transform: translateY(0px) rotate(-45deg);
  -ms-transform: translateY(0px) rotate(-45deg);
  background: #ffa681;
  width: 100%;
}
.selected .gh a:after {
  transform: translateY(0px) rotate(45deg);
  -webkit-transform: translateY(0px) rotate(45deg);
  -ms-transform: translateY(0px) rotate(45deg);
  background: #ffa681;
  width: 100%;
}
.selected .gh a {
  background-color: transparent !important;
}
.selected .header {
  overflow: visible;
}
.selected .header .nav {
  display: block;
  z-index: 111;
  position: absolute;
  left: 0;
  top: 80px;
  right: 0;
  margin: 0;
}
.selected .header .nav li a {
  text-align: center;
  width: auto;
  display: block;
  background: rgba(255, 255, 255, 0.9);
  margin: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 50px;
  padding: 0;
}
.selected .header .nav li a {
  color: #000000;
}
.selected .header .nav .selected a {
  border-bottom-color: #73e5b1;
}

@media only screen and (max-width: 1500px) {
  .wrap {
    width: 1200px;
  }
  .header .hd .rts .naver li {
    margin-right: 30px;
  }
  .header .hd .rts .tet h3 {
    font-size: 22px;
  }
  .fban {
    height: 650px;
  }
  .fproduct .list li {
    margin-right: 30px;
    width: calc((100% - 122px) / 5);
  }
  .fproduct .list li .icon img {
    max-height: 90%;
    max-width: 90%;
  }
  .fproduct .list li .icon {
    height: 150px;
  }
  .fproduct .list li .text h2 {
    font-size: 18px;
  }
  .fproduct .list li .text h6 {
    margin-top: 15px;
  }
  .frecomm .list ul li {
    width: calc((100% - 107px) / 4);
    margin-right: 35px;
  }
  .frecomm .list ul li .text h4 {
    font-size: 16px;
  }
  .frecomm .list ul li .text h5 i {
    font-size: 14px;
  }
  .ftechnolog .list li {
    width: calc((100% - 242px) / 7);
    margin-right: 40px;
  }
  .ftechnolog .list li .icon {
    margin: 20px auto 0;
    height: 70px;
  }
  .ftechnolog .list li .tet {
    margin-top: 5px;
  }
  .ftechnolog .list ul:before {
    height: 91px;
    width: 88.5%;
    top: 108px;
    left: 30px;
  }
  .habout .lts {
    width: 800px;
  }
  .habout .lts .abtlt .lt h2 {
    font-size: 50px;
  }
  .habout .lts .abtlt .rt h3 {
    font-size: 26px;
    line-height: 50px;
    padding-left: 5px;
  }
  .habout .lts .abtlt .rt h3:before {
    height: 40px;
    width: 40px;
    top: 7px;
  }
  .habout .lts .abtlt .rt p {
    margin-top: 40px;
  }
  .habout .lts .abtlt .lt .img {
    width: 220px;
    height: 154px;
    margin-top: 15px;
  }
  .habout .lts .abtlt .lt {
    width: 270px;
  }
  .habout .lts .abtlt .rt {
    width: calc(100% - 290px);
  }
  .habout .rts {
    width: calc(100% - 1000px);
  }
  .habout .rts .list li h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .footer .lts .txt h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .footer .lts .txt h4 {
    font-size: 15px;
  }
  .footer .rts dl dt {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .footer .rts dl dd a {
    font-size: 16px;
    line-height: 32px;
  }
  .footer .rts dl {
    padding-right: 10px;
  }
  .footer .rts dl:last-child {
    padding-right: 0;
  }
  .footer .fff {
    padding: 70px 0 50px;
  }
  .fphone {
    height: 180px;
  }
  .fphone .tet {
    padding: 74px 0 0;
  }
  .fproduct .fb1 {
    height: 120px;
    bottom: -120px;
  }
  .fproduct {
    margin-bottom: 120px;
  }
  .frecomm .list ul li .img {
    height: 251px;
  }
  .fnews .cen .lts {
    width: 600px;
  }
  .fnews .cen .lts .imgs .img {
    height: 255px;
  }
  .fnews .cen .rts {
    width: calc(100% - 640px);
  }
  .fnews .cen {
    height: 492px;
  }
  .ftechnolog .list li:nth-child(2n) {
    margin-top: 85px;
  }
}
@media only screen and (max-width: 1300px) {
  .wrap {
    width: 900px;
  }
  .header .hd .logo {
    margin-left: 0;
    width: 90px;
    height: 50px;
  }
  .header .hd .rts {
    width: calc(100% - 150px);
  }
  .header .hd .rts .naver li a {
    font-size: 16px;
    line-height: 50px;
  }
  .header .hd .rts .naver li {
    margin-right: 20px;
  }
  .header .hd .logo:before {
    width: 300px;
    background-size: 300px auto;
    left: -115px;
    top: -36px;
    height: 120px;
  }
  .header .hd {
    padding: 20px 0;
  }
  .header .hd .rts .tet {
    padding-left: 35px;
    margin-top: 7.5px;
  }
  .header .hd .rts .tet:before {
    height: 28px;
    width: 28px;
    bottom: 3px;
  }
  .header .hd .rts .tet h5 {
    font-size: 10px;
  }
  .header .hd .rts .tet h3 {
    font-size: 16px;
    padding-left: 5px;
    margin-left: 5px;
  }
  .layout {
    padding-top: 144px;
  }
  .fban {
    height: 550px;
  }
  .fproduct .list li img {
    width: 50px;
  }
  .fproduct .list li .icon img {
    width: auto;
  }
  .fproduct .list li .icon {
    height: 100px;
    margin-left: -16px;
  }
  .fproduct .list li .text {
    margin-top: 5px;
  }
  .fproduct .list li .text h2 {
    font-size: 16px;
    line-height: 22px;
  }
  .fproduct .list li .text h6 {
    margin-top: 7px;
    padding: 22px 0 16px;
  }
  .fproduct .list li .text h6:before {
    width: 5px;
    background-size: 5px auto;
    height: 21px;
  }
  .fproduct .list li .text h6 i {
    height: 12px;
    width: 12px;
    background-size: 12px auto;
  }
  .frecomm .list ul li {
    width: calc((100% - 62px) / 4);
    margin-right: 20px;
  }
  .frecomm .list ul li .img {
    height: 193px;
  }
  .frecomm .list ul li .text h4 {
    font-size: 14px;
    padding: 0 10px;
    width: 60%;
  }
  .frecomm .list ul li .text:before {
    height: 40px;
    width: 40px;
    background-size: 40px auto;
    left: -15px;
  }
  .frecomm .list ul li .text h5 {
    width: 40%;
  }
  .frecomm .list ul li .text h5 i {
    font-size: 12px;
    background-size: 10px auto;
    padding-left: 13px;
  }
  .frecomm .list ul li .text h5:before {
    height: 40px;
    width: 40px;
    background-size: 30px auto;
    left: -17px;
  }
  .ftechnolog .list li {
    width: calc((100% - 122px) / 7);
    margin-right: 20px;
  }
  .ftechnolog .list ul {
    margin-top: 40px;
  }
  .ftechnolog .list li:nth-child(2n) {
    margin-top: 60px;
  }
  .ftechnolog .list li .icon {
    margin: 10px auto 0;
    height: 50px;
  }
  .ftechnolog .list li .icon img {
    max-height: 50%;
    max-width: 50%;
  }
  .ftechnolog .list li .tet {
    padding: 30px 5px 20px;
    margin-top: 0;
  }
  .ftechnolog .list li .tet h3 {
    font-size: 16px;
  }

  .ftechnolog .list ul:before {
    height: 67px;
    width: 87%;
    top: 47px;
    left: 27px;
  }
  .fvideo .icoa {
    background-size: 280px auto;
  }
  .habout .lts {
    width: 600px;
  }
  .habout .lts .abtlt .lt h2 {
    font-size: 40px;
  }
  .habout .lts .abtlt .lt .img {
    width: 170px;
    height: 119px;
  }
  .habout .lts .abtlt .rt h3 {
    font-size: 20px;
    line-height: 34px;
  }
  .habout .lts .abtlt .lt {
    width: 200px;
  }
  .habout .lts .abtlt .rt {
    width: calc(100% - 210px);
  }
  .habout .lts .abtlt .rt h3:before {
    height: 30px;
    width: 30px;
    background-size: 30px auto;
    top: 2px;
  }
  .habout .lts .abtlt .rt h3 {
    padding-left: 0px;
  }
  .habout .lts .abtlt .rt p {
    margin-top: 15px;
    font-size: 14px;
  }
  .habout .rts {
    width: calc(100% - 700px);
  }
  .habout .rts .list li h2 {
    font-size: 40px;
    line-height: 1;
  }
  .habout .rts .list li {
    margin-bottom: 30px;
  }
  .habout .rts .list li h6 {
    font-size: 12px;
    line-height: 16px;
  }
  .fti img {
    width: 500px;
  }
  .fti h6 {
    margin-top: -50px;
  }
  .fcasebition:before {
    width: 38%;
  }
  .fcasebition .rts .caseswiper li {
    width: 400px;
    height: 300px;
  }
  .fcasebition .rts .caseswiper li .text {
    padding: 10px 25px;
  }
  .ftut .lt {
    padding: 15px 40px;
    width: 200px;
  }
  .ftut .lt h2 {
    font-size: 42px;
    line-height: 32px;
    display: inline-block;
  }
  .ftut .lt h5 {
    font-size: 16px;
    line-height: 18px;
  }
  .ftut .list li a {
    line-height: 66px;
  }
  .ftut .list li {
    margin-right: 50px;
  }
  .fnews .cen {
    margin-top: 40px;
  }
  .fnews .cen .lts {
    width: 450px;
  }
  .fnews .cen .lts .imgs .img {
    height: 191px;
  }
  .fnews .cen .lts .imgs .text {
    padding: 20px;
  }
  .fnews .cen .lts .imgs .text p {
    margin-top: 10px;
  }
  .fnews .cen .lts .data:hover a,
  .fnews .cen .lts .data a {
    line-height: 50px;
    background-size: 45px auto;
  }
  .fnews .cen .lts .data {
    padding: 0 40px;
  }
  .fnews .cen .rts {
    width: calc(100% - 490px);
  }
  .fnews .cen {
    height: 364px;
  }
  .fnews .cen .rts li a {
    padding: 15px 20px;
  }
  .fnews .cen .rts li .tet h3 {
    margin-top: 5px;
  }
  .fnews .cen .rts li:hover:before,
  .fnews .cen .rts li:before {
    background-size: 45px auto;
    width: 45px;
    height: 9px;
  }
  .fnews .cen .rts li .tet h3 {
    font-size: 16px;
  }
  .footer .lts .txt {
    margin-bottom: 30px;
  }
  .footer .lts .txt h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .footer .lts .txt h4 {
    font-size: 13px;
    line-height: 17px;
  }
  .footer .lts {
    width: 250px;
  }
  .footer .rts {
    width: calc(100% - 280px);
  }
  .footer .rts dl dt {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 5px;
  }
  .footer .rts dl dd a {
    font-size: 13px;
    line-height: 1.8;
  }
  .frecomm .commend .rt {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 1000px) {
  .layout {
    overflow: hidden;
    margin: 0 auto;
    width: auto;
    padding-top: 50px;
  }
  .wrap {
    width: auto;
  }
  .gh {
    display: block;
    position: absolute;
    z-index: 22;
    right: 15px;
    top: 15px;
  }
  .header .hd .rts .tet,
  .header .hd .logo:before {
    display: none;
  }
  .header .product {
    display: none;
  }
  .header .hd {
    position: static;
    border-bottom: 1px solid #f1f1f1;
  }
  .fvideo {
    display: none;
  }
  .header .hd {
    position: fixed;
    z-index: 999;
    top: 0;
    height: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    padding: 0;
  }
  .header .hd .wrap {
    height: 100%;
  }
  .header .hd .rts {
    float: none;
    position: fixed;
    z-index: 1111;
    left: 0;
    right: 0;
    top: 50px;
    margin: 0 auto;
    width: auto;
  }
  .header .hd .rts .naver {
    float: none;
    background: #005bbe;
    display: none;
  }
  .header .hd .rts .naver li {
    float: none;
    margin-right: 0;
  }
  .header .hd .rts .naver li a {
    font-size: 16px;
    line-height: 45px;
    padding: 0 15px;
  }
  .header .hd .logo {
    width: 70px;
    height: auto;
    top: 6px;
    left: 15px;
  }
  .fban {
    height: 160px;
  }
  .fproduct {
    padding: 30px;
  }
  .ftlt h3 {
    font-size: 15px;
    line-height: 1.4;
  }
  .ftlt h4 {
    font-size: 13px;
    line-height: 1.2;
  }
  .fproduct .list ul {
    margin-top: 12px;
  }
  .fproduct .list li {
    width: calc((100% - 20px) / 2);
    margin-right: 0;
    margin-bottom: 15px;
  }
  .fproduct .list li:last-child {
    margin-bottom: 0;
  }
  .fproduct .list li:nth-child(2n) {
    float: right;
  }
  .fproduct .list li:nth-child(5n) {
    margin-right: 0;
  }
  .fproduct .list li .text h2 {
    font-size: 14px;
    line-height: 1.4;
  }
  .fproduct .list li .text p {
    font-size: 12px;
  }
  .fproduct .list li {
    padding: 30px 0 25px;
    height: 297px;
  }
  .fproduct .fb1 {
    height: 30px;
    bottom: -30px;
  }
  .fproduct {
    margin-bottom: 30px;
  }
  .frecomm {
    padding: 30px;
  }
  .frecomm .commend .text h2 {
    font-size: 14px;
    line-height: 2;
    padding-left: 10px;
    float: none;
  }
  .frecomm .commend .text h2:before {
    background-size: 3px auto;
    width: 3px;
    height: 12px;
  }
  .frecomm .commend .text ul {
    padding-left: 0;
    float: none;
    overflow-y: scroll;
    white-space: nowrap;
  }
  .frecomm .commend .text li {
    float: none;
    display: inline-block;
    padding-right: 5px;
    margin-right: 2px;
  }
  .frecomm .commend .text li a {
    font-size: 12px;
    line-height: 1.6;
  }
  .frecomm .commend .text li:before {
    height: 10px;
  }
  .frecomm .commend .rt {
    margin-top: 5px;
    float: none;
  }
  .frecomm .commend .text {
    float: none;
  }
  .frecomm .commend {
    padding-bottom: 10px;
  }
  .frecomm .list ul {
    margin-top: 15px;
  }
  .frecomm .list ul li {
    width: calc((100% - 15px) / 2);
    margin-right: 0;
    margin-bottom: 15px;
  }
  .frecomm .list ul li:nth-child(2n) {
    float: right;
  }
  .frecomm .list ul li .img {
    height: 152px;
  }
  .frecomm .list ul li .text h4 {
    font-size: 12px;
    padding: 0 6px;
    line-height: 30px;
    float: none;
    text-align: center;
    width: auto;
  }
  .frecomm .list ul li .text h5 {
    float: none;
    width: auto;
    border-radius: 0;
    background: #0154ad !important;
  }
  .frecomm .list ul li .text:before {
    display: none;
  }
  .frecomm .list ul li .text h5:before {
    display: none;
  }
  .frecomm .list ul li .text h5 i {
    font-size: 10px;
    line-height: 30px;
  }
  .ftechnolog {
    padding: 120px 30px 20px;
    margin-top: -100px;
  }
  .ftrt h2 {
    font-size: 15px;
    line-height: 1.6;
  }
  .ftrt h2 i {
    line-height: 22px;
    width: 22px;
    background-size: 22px auto;
    margin: 0 4px;
  }
  .ftrt p {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 4px;
  }
  .ftechnolog .list ul {
    margin-top: 15px;
  }
  .ftechnolog .list ul:before {
    display: none;
  }
  .ftechnolog .list li {
    width: calc((100% - 10px) / 2);
    margin-right: 0;
    margin-bottom: 10px;
  }
  .ftechnolog .list li:nth-child(4n) {
    margin-right: 0;
  }
  .ftechnolog .list li:nth-child(2n) {
    margin-top: 0;
    float: right;
  }
  .ftechnolog .list li .icon {
    height: 40px;
  }
  .ftechnolog .list li .tet {
    padding: 15px 5px 10px;
  }
  .ftechnolog .list li .tet h3 {
    font-size: 12px;
    line-height: 1.2;
  }
  .fvideo .icoa {
    background-size: 60px auto;
    width: 150px;
    height: 170px;
  }
  .habout {
    padding: 30px;
  }
  .habout .rts,
  .habout .lts {
    float: none;
    width: auto;
    padding: 0;
  }
  .habout .lts .tet h6 {
    font-size: 12px;
    line-height: 1.5;
  }
  .habout .lts .abtlt .rt,
  .habout .lts .abtlt .lt {
    float: none;
    width: auto;
  }
  .habout .lts .abtlt {
    margin-top: 10px;
  }
  .habout .lts .abtlt .lt h2 br {
    display: none;
  }
  .habout .lts .abtlt .lt h2 {
    font-size: 35px;
  }
  .habout .lts .abtlt .lt .img {
    margin-top: 10px;
    width: 140px;
    height: 98px;
    display: none;
  }
  .habout .lts .abtlt .rt h3 {
    font-size: 20px;
    line-height: 2;
    margin-top: 5px;
  }
  .habout .lts .abtlt .rt h3:before {
    height: 20px;
    width: 20px;
    background-size: 20px;
    left: -7px;
  }
  .habout .lts .abtlt .rt p {
    margin-top: 0;
    font-size: 12px;
    line-height: 1.8;
  }
  .habout .rts a.data {
    margin-top: 15px;
    height: 34px;
    width: auto;
  }
  .habout .rts a.data span {
    font-size: 12px;
    line-height: 1.6;
    padding-top: 15px;
    background-size: 8px auto;
  }
  .habout .rts a.data span {
    padding-top: 0;
    background: none;
  }
  .habout .rts .list {
    margin-top: 20px;
  }
  .habout .rts .list li h2 {
    font-size: 18px;
  }
  .habout .rts .list li h2 i {
    font-size: 12px;
    line-height: 8px;
  }
  .habout .rts .list ul {
    overflow: hidden;
  }
  .habout .rts .list li {
    float: left;
    width: 33%;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    margin-bottom: 0;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  .fcasebition {
    padding: 30px;
    background: #53b0f5;
  }
  .fcasebition .lts:before,
  .fcasebition:before {
    display: none;
  }
  .fti h6 {
    font-size: 14px;
    margin-top: -32px;
  }
  .fti {
    height: 50px;
  }
  .fcasebition .lts {
    float: none;
    width: auto;
    background: none;
  }
  .fcasebition .fti {
    margin-bottom: 12px;
  }
  .fcasebition .lts h2 {
    font-size: 15px;
  }
  .fcasebition .lts .list ul {
    padding: 30px 10px;
    margin-top: 15px;
    display: none;
  }
  .fcasebition .lts .list ul:before {
    background-size: 7px;
    width: 7px;
    height: 135px;
  }
  .fcasebition .lts .list li {
    margin-bottom: 15px;
    width: 100px;
  }
  .fcasebition .lts .list li a {
    font-size: 12px;
    line-height: 30px;
    padding: 0 10px 0 15px;
  }
  .fcasebition .lts .list li:before {
    height: 8px;
    width: 8px;
    background-size: 8px;
    left: -4px;
  }
  .fcasebition .rts {
    float: none;
    width: auto;
    margin-top: 15px;
  }
  .fcasebition .rts .caseswiper li {
    width: 300px;
    height: 240px;
  }
  .fcasebition .rts .caseswiper li a {
    border: 2px solid #fff;
  }
  .fcasebition .rts .caseswiper li .text {
    padding: 5px 10px;
  }
  .fcasebition .rts .caseswiper li .text h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .fcasebition .rts .caseswiper li .text .txt {
    width: calc(100% - 25px);
  }
  .fcasebition .rts .caseswiper li .text .txt h5 {
    font-size: 13px;
    line-height: 1.6;
  }
  .fcasebition .rts .caseswiper li .text .txt p {
    font-size: 12px;
    line-height: 1.5;
  }
  .fcasebition .rts .caseswiper li .text .gg {
    height: 20px;
    width: 20px;
    background-size: 4px auto;
    right: -10px;
    top: -10px;
  }
  .fnews {
    padding: 30px;
  }
  .ftut .lt {
    padding: 8px 15px;
    width: 110px;
  }
  .ftut .lt h2 {
    font-size: 26px;
    line-height: 22px;
  }
  .ftut .lt h5 {
    font-size: 12px;
    line-height: 1;
  }
  .ftut .list li a {
    font-size: 12px;
    line-height: 40px;
  }
  .ftut .list li {
    margin-right: 15px;
  }
  .ftut .list li:before {
    height: 2px;
  }
  .fnews .cen {
    margin-top: 15px;
    height: auto;
  }
  .fnews .cen .rts,
  .fnews .cen .lts {
    float: none;
    width: auto;
    height: auto;
  }
  .fnews .cen .lts {
    display: none;
  }
  .fnews .cen .lts .imgs .img {
    height: 147px;
  }
  .fnews .cen .lts .imgs .text {
    padding: 10px;
  }
  .fnews .cen .lts .imgs .text h2 {
    font-size: 14px;
  }
  .fnews .cen .lts .imgs .text h2 i {
    width: 70%;
  }
  .fnews .cen .lts .imgs .text p {
    margin-top: 5px;
    font-size: 12px;
    height: auto;
  }
  .fnews .cen .rts {
    margin-top: 15px;
  }
  .fnews .cen .lts .data {
    padding: 15px;
    margin-top: 5px;
  }
  .fnews .cen .lts .data:hover a,
  .fnews .cen .lts .data a {
    font-size: 12px;
    line-height: 30px;
    background-size: 25px auto;
  }
  .fnews .cen .rts li {
    height: auto;
  }
  .fnews .cen .rts li a {
    padding: 10px;
  }
  .fnews .cen .rts li .tet h3 {
    font-size: 14px;
    margin-top: auto;
  }
  .fnews .cen .rts li:hover:before,
  .fnews .cen .rts li:before {
    background-size: 25px auto;
    right: 15px;
  }
  .fphone .logo1 {
    position: static;
    width: 90px;
    height: auto;
    transform: translateY(0);
    margin: 0 auto;
  }
  .fphone {
    padding: 30px;
    height: auto;
  }
  .fphone .tet {
    padding: 15px 0 0;
    text-align: center;
  }
  .fphone .rt {
    position: static;
    transform: translateY(0);
  }
  .fphone .tet .te h5 {
    font-size: 14px;
    line-height: 18px;
  }
  .fphone .tet h2 {
    font-size: 18px;
    margin-top: 8px;
    vertical-align: top;
  }
  .fphone .tet .te {
    padding-left: 25px;
    margin-right: 15px;
  }
  .fphone .tet .te:before {
    height: 20px;
    width: 20px;
  }
  .fphone .rt {
    display: none;
  }
  .footer .fff {
    padding: 30px 30px 15px;
  }
  .footer .rts {
    display: none;
  }
  .footer .lts {
    float: none;
    width: auto;
    text-align: center;
  }
  .footer .lts .txt h6 {
    line-height: 1;
  }
  .footer .lts .txt h2 {
    font-size: 15px;
    line-height: 1.6;
  }
  .footer .lts .txt h4 {
    font-size: 12px;
    line-height: 16px;
  }
  .footer .lts .txt {
    margin-bottom: 10px;
  }
  .footer .lts .list li {
    width: 80px;
    float: none;
    display: inline-block;
  }
  .footer .lts .list li .wx {
    height: 80px;
  }
  .footer .lts .list li a {
    margin-top: 8px;
  }
  .footer .lts .list li h5 {
    height: 20px;
    width: 20px;
    background-size: 8px auto;
  }
  .footer .lts .list li h6 {
    font-size: 12px;
    line-height: 1.6;
  }
  .copyright {
    font-size: 12px;
    line-height: 1.6;
    padding: 5px 0;
  }
  .fzhongun {
    padding: 50px 30px;
    background-size: auto 200% !important;
  }
  .fzhongun .lt {
    position: static;
    width: auto;
  }
  .fzhongun .rt {
    float: none;
    width: auto;
    margin: 0;
  }
  .fzhongun .wrap {
    margin: 0;
  }
  .fban .span {
    bottom: 10px;
  }
  .fban .span span {
    width: 8px;
    height: 8px;
    margin: 0 5px !important;
  }
  .seachs .lt {
    display: none;
  }
  .seachs {
    padding: 10px 30px;
  }
  .seachs .rt {
    float: none;
    overflow: hidden;
  }
  .seachs .rt .txt {
    width: calc(100% - 100px);
  }
  .seachs .rt .btn {
    width: 95px;
    float: right;
  }
}
