@charset "utf-8";
/* CSS Document */
@font-face {
  src: url(../fonts/OPPOSans-R.ttf);
  font-family: "myfont";
}
@font-face {
  src: url(../fonts/OPPOSans-M.ttf);
  font-family: "title";
}
@font-face {
  src: url(../fonts/impact.ttf);
  font-family: "num";
}
* {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  list-style: none;
  font-family: "myfont", sans-serif;
}
@font-face {
  font-family: "iconfont";
  src: url(../icons/iconfont.eot);
  src: url(../icons/iconfont.eot?#iefix) format("embedded-opentype"),
    url(../icons/iconfont.woff) format("woff"),
    url(../icons/iconfont.ttf) format("truetype"),
    url(../icons/iconfont.svg#iconfont) format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
}
p{
  font-size: 1.6rem;
  line-height: 1.8;
  color: #404040;
  margin: 1rem 0;
}
img{
  display: block;
}
/*index*/
.w_all {
  width: 1280px;
  margin: auto;
}
.w_all2 {
  width: 75%;
  margin: auto;
}
.w_all3 {
  width: 54%;
  margin: auto;
}
html,body {
  width: 100%;
  position: relative;
  font-size: 62.5%;
  color: #1a1a1a;
}
header {
  width: 100%;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  height: 100px;
  transition: all 0.3s linear;
}
header.active {
  height: 70px;
  background: #E4E4E4;
}
.header2 {
  background: #E4E4E4;
  overflow: hidden;
}
header .nav_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 9;
}
header nav {
  display: flex;
  align-items: center;
}
header .logo a{
  display: flex;
  align-items: center;
  font-weight: bold;
  font-family: "title";
  color: #1a1a1a;
  font-size: 1.7rem;
  letter-spacing: 0.5px;
}
header .logo img {
  height: 6rem;
  margin-right: 1rem;
  transition: all 0.3s linear;
}
header.active .logo img {
  height: 5rem;
}
header ul {
  display: flex;
}
header ul li {
  position: relative;
  margin-left: 6rem;
}
header ul li h2 {
  color: #404040;
  font-size: 1.6rem;
  font-weight: normal;
  font-family: "title";
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  letter-spacing: 0.3px;
}
header ul li:hover >h2{
  cursor: default;
}
header ul li:hover h2 {
  color: #FC4500;
}
header .others {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 1.3rem;
}
header .others .ls {
  padding: 1rem 2.5rem;
  border-radius: 50px;
  transition: all 0.4s ease;
  cursor: pointer;
  background: #FC4500;
  color: #fff;
  letter-spacing: 1px;
  font-size: 1.4rem;
}
header .others .ls:hover {
  transform: scale(1.04);
}
.navBtn {
  cursor: pointer;
  display: none;
}
.navBtn span {
  display: block;
  width: 21px;
  height: 2px;
  background: #FC4500;
  margin: 5px auto;
}
.nav_btn_active {
  margin-top: 7px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.nav_btn_active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav_btn_active span:nth-of-type(2) {
  margin-top: -7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav_btn_active span:nth-of-type(3){
  opacity: 0;
}
header .lines img{
  content: '';
  position: absolute;
  left: 0;
  top: -120px;
  z-index: 1;
  max-width: 50%;
}
/*banner*/
.banner {
  position: relative;
  width: 100%;
  padding: 10% 0;
}
.banner::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 94%;
  background: #E4E4E4;
  z-index: 3;
}
.banner .lines img{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  max-width: 50%;
}
.banner .bg img{
  position: absolute;
  right: 1%;
  bottom: -6%;
  z-index: 6;
  width: 50%;
}
.banner .txt{
  line-height: 1.5;
  z-index: 6;
  position: relative;
}
.banner h3{
  width: 80%;
  font-size: 7.4rem;
  font-weight: 100;
  font-family: "title";
  margin-bottom: 4%;
  line-height: 1.3;
}
.banner p{
  margin: 1rem 0;
  width: 39%;
  min-height: 30rem;
}
.more {
  padding: 1rem 2.5rem;
  border-radius: 50px;
  transition: all 0.4s ease;
  cursor: pointer;
  font-size: 1.5rem;
  width: max-content;
  margin: 4rem auto 0;
  text-align: center;
  color: #1a1a1a;
  font-family: "title";
  font-weight: bold;
  display: flex;
  align-items: center;
}
.more img {
  display: block;
  margin-left: 5px;
  height: 2.2rem;
}
.more:hover {
  letter-spacing: 0.5px;
}
.more2 {
  padding: 1rem 2rem;
  border-radius: 7px;
  transition: all 0.4s ease;
  cursor: pointer;
  font-size: 1.4rem;
  width: max-content;
  margin: 0 auto 4rem;
  text-align: center;
  color: #1a1a1a;
  font-family: "title";
  font-weight: bold;
  display: flex;
  align-items: center;
  background: #CFCFCF;
}
.more2 img {
  display: block;
  margin-left: 1rem;
  height: 2rem;
}
.more2:hover {
  background: #eee;
}
.title{
  position: relative;
  font-size: 3rem;
  margin-bottom: 5rem;
}
.title p{
  margin-top: 2rem;
  color: #666;
}
.title2 h3{
  font-size: 2.6rem;
  color: #333;
  margin-bottom:2rem;
  line-height: 1.4;
}
.title2 p{
  color: #908f8f;
  margin: 1rem 0;
  font-size: 1.8rem;
}
.index_box {
  padding: 8rem 0;
  position: relative;
}
.index_bar2{
  text-align: center;
}
.index_bar2 ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_bar2 ul li{
  width: 25%;
  transition: all 0.4s ease-out;
  cursor: default;
  font-family: "title";
  box-sizing: border-box;
}
.index_bar2 ul li .bg{
  position: relative;
}
.index_bar2 ul li .bg>img{
  width: 80%;
  margin: auto;
}
.index_bar2 ul li .bg::before{
  content: '';
  position: absolute;
  right: -17%;
  top: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 15px;
  background: url(../images/bg.png) no-repeat center/100%;
}
.index_bar2 ul li:last-of-type .bg::before{
  display: none;
}
.index_bar2 ul li .bb{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.index_bar2 ul li .bb img{
  margin: auto;
  max-width: 45%;
  transition: all 0.4s ease-out;
}
.index_bar2 ul li h4{
  font-size: 2.4rem;
  color: #1a1a1a;
  font-family: "title";
  margin: 0.5rem 0 0;
  line-height: 1.4;
  transition: all 0.4s ease-out;
}
.index_bar2 ul li:hover h4{
  color: #FC4500;
}
.index_bar2 ul li p{
  width: 84%;
  margin:3rem auto 0;
  color: #1a1a1a;
  line-height: 1.7;
  font-weight: bold;
  font-size: 1.5rem;
}
.index_bar2 ul li:hover .bb img{
  transform: rotateY(180deg);
}
.index_bar1{
  padding-bottom: 0;
  background: #e4e4e4;
}
.index_bar1 .title{
  margin-bottom: 0;
  text-align: center;
}
.index_bar1 .contain {
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.index_bar1 .txt{
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%,-50%);
}
.index_bar1 .txt p{
  font-size: 3rem;
  font-family: "title";
}
.index_bar1 .txt p strong{
  color: #FC4500;
  margin-right: 5px;
  font-family: "title";
}
.index_bar1 .img {
  width: 70%;
}
.index_bar1 .img img{
  width: 100%;
}
.index_bar3 ul li{
  padding-bottom: 3%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_bar3 ul li .title{
  width: 31%;
}
.index_bar3 ul li .title h3{
    color: #1a1a1a;
  transition: all 0.4s ease-out;
}
.index_bar3 ul li:hover h3{
  color: #FC4500;
}
.index_bar3 ul li .more{
  margin: 25% 0 0;
  padding: 0;
}
.index_bar3 ul li .more:hover{
  opacity: 0.7;
}
.index_bar3 ul li .imgs{
  width: 50%;
}
.index_bar3 ul li:first-of-type .imgs{
  width: 65%;
}
.index_bar3 ul li .imgs img{
  max-width: 100%;
}
.index_bar5 {
  background: #E4E4E4;
}
.index_bar5 ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 8%;
}
.index_bar5 ul li{
  width: 30.5%;
  background: #fff;
  padding: 4% 4%;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  transition: all 0.4s ease-out;
  cursor: pointer;
}
.index_bar5 ul li:hover{
  transform: translateY(-10px);
}
.index_bar5 ul li:last-of-type{
  border: 2px solid #FC4500;
  box-sizing: border-box;
}
.index_bar5 ul li  .top{
  background: #FC4500;
  color: #1a1a1a;
  box-sizing: border-box;
  position: absolute;
  left: -0.5%;
  top: -63px;
  height: 63px;
  width: 101%;
  font-size: 1.7rem;
  font-weight: bold;
  font-family: "title";
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_bar5 ul li .iconimg img{
    height: 8rem;
    margin:0 auto 2rem;
    display: block;
}
.index_bar5 ul li h6{
  font-size: 2.8rem;
  font-family: "title";
  color: #383838;
  margin-bottom: 2rem;
}
.index_bar5 ul li h4{
  font-size: 1.6rem;
  font-weight: normal;
  color: #1a1a1a;
  line-height: 1.8;
  margin: 5rem 0;
  /*height: 8rem;*/
  overflow: hidden;
  word-break: break-all;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index_bar5 ul li h5{
  font-size: 2rem;
  color: #333;
  line-height: 1;
  margin: 5rem 0 2rem;
  font-family: "title";
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.index_bar5 ul li h5 strong{
  font-size: 4.4rem;
  font-weight: bold;
  color: #FC4500;
  font-family: "title";
  line-height: 1;
  margin: 0 4px 0 0;
}
.index_bar5 ul li h5 span{
  font-size: 1.3rem;
  font-weight: normal;
  color: #333;
  line-height: 1.4;
}
.index_bar5 ul li p{
  color: #1a1a1a;
  text-align: left;
  position: relative;
  padding-left: 3rem;
  line-height: 1.6;
  font-size: 1.5rem;
  font-family: "title";
}
.index_bar5 ul li p:last-of-type{
  /*color: #FC4500;*/
}
.index_bar5 ul li  p::before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url(../images/ok.png) no-repeat center/contain;
}
.index_bar4 .contain {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 2% 0;
}
.index_bar4 .ll{
  width: 40%;
}
.index_bar4 .ll p{
  line-height: 1.6;
  color: #919191;
  font-size: 2rem;
}
.index_bar4 .ll p strong{
  font-family: "title";
  color: #404040;
  font-weight: normal;
}
.more3{
  margin: 5rem 0 0;
  background: #FC4500;
  color: #fff;
  border-radius: 50px;
  padding: 1rem 3rem;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 1.8rem;
  display: flex;
  width: max-content;
  transition: all 0.4s ease;
}
.more3:hover{
  transform: translateX(5px);
}
.index_bar4 .rr{
  width: 47%;
  text-align: right;
}
.index_bar4 .rr img{
  width: 100%;
  border-radius: 20px;
  display: block;
}
footer {
  position: relative;
  z-index: 3;
  background: #383838;
}
footer .top{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 2.5%;
}
footer .top .ll{
  display: flex;
  color: #fff;
  justify-content: space-between;
  align-items: flex-end;
}
footer .top .tt{
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
footer .top .tt .guanzhu{
    margin-left: 20px;
    color: #FFFFFF;
    font-size: 24px ;
    font-weight: bold;
}
footer .top .tt p img{
    height: 6rem;
    width: 6rem;
  
}
footer .top .tt p{
  color: #fff;
  margin: 5px 0;
  width: max-content;
  font-size: 1.4rem;
}
footer .top .ols{
  display: flex;
  color: #fff;
  text-align: center;
  /*margin-left: 3rem;*/
}
footer .top .ols p img{
  margin-bottom: 5px;
  border-radius: 5px;
}
footer .top .ols p{
  margin-right: 1.5rem;
  color: #fff;
  font-size: 1.4rem;
}

footer .top .rr{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 10%;
}
footer .top dl:last-of-type{
  /*width: 30%;*/
}
footer .top dl dt{
  font-size: 1.8rem;
  color: #fff;
  margin:0 0 2rem 0;
  font-family: "title";
  letter-spacing: 1px;
}
footer .top dl dd{
  font-size: 1.4rem;
  color: #fff;
  margin:1rem 0;
  line-height: 1.6;
  opacity: 0.7;
  text-align: justify;
  transition: all 0.4s linear;
}
footer .top dl dd:hover{
  opacity: 1;
}
footer .copy{
  padding: 0.5rem 0;
  text-align: center;
  border-top: 1px solid rgba(127, 127, 138, 0.2)
}
footer .copy p{
  color: #7F7F8A;
}
.o_ban {
  position: relative;
  height: 100px;
}
.service .txt{
  display: flex;
  justify-content: space-between;
}
.service .txt .title{
  width: 72%;
}
.service .txt .title p{
  font-size: 1.5rem;
  color: #213343;
}
.more4{
  border: 1px solid #7D7D7D;
  font-size: 1.4rem;
  color: #2D2D2D;
  padding: 1rem 2.5rem;
  height: inherit;
  font-weight: bold;
  transition: all 0.4s ease;
}
.more4:hover{
  background: #FC4500;
  color: #fff;
  border-color: transparent;
}
.service .bar1 ul{
  display: flex;
  justify-content: space-between;
}
.service .bar1 ul li{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #6F6F6F;
  font-weight: bold;
  padding: 1.4rem;
  width: 26%;
  box-sizing: border-box;
  position: relative;
}
.service .bar1 ul li img{
  width: 1.2rem;
  border-radius: 50%;
  padding: 0.4rem;
  background: #6F6F6F;
  margin-right: 1rem;
}
.service .bar1 ul li.active{
  color: #FC4500;
}
.service .bar1 ul li.active img{
  background: #FC4500;
}
.service .bar1 ul li.active::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #FC4500;
}
.service .bar1 .contain .title{
  width: 72%;
  margin-top: -2rem;
}
.service .bar1 .contain .title h3{
  font-size: 2.6rem
}
.service .bar1 .contain .title p{
  font-size: 1.7rem;
  color: #1a1a1a;
}
.service .bar1 dl{
  display: flex;
  flex-wrap: wrap;
}
.service .bar1 dl dd{
  width: 25%;
  font-size: 1.6rem;
  color: #059BD2;
  display: flex;
  align-items: center;
  margin: 2rem 0;
}
.service .bar1 dl dd span{
  font-size: 3rem;
  color: #FFFFFF;
  line-height: 1;
  text-shadow: 0px -1px 0px #059BD2, 1px 0px 0px #059BD2, 0px 1px 0px #059BD2, -1px 0px 0px #059BD2;
  margin-right: 1.5rem;
  display: block;
}
.service .bar1 .contain{
    padding-bottom: 0;
}
.service .bar1 table{
    width: 100%;
    border-collapse: collapse;
}
.service .bar1 table tr td{
    border: 1px solid  #eee;
    padding: 2rem;
    font-size: 1.5rem;
}
.service .bar1 table tr:first-of-type td{
    font-size: 1.6rem;
    font-weight: bold;
}
.service .bar1 .more4{
    width: max-content;
    margin: 4rem auto 0;
}
.service2{
  background: #E4E4E4;
}
.service2 .bar2{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service2 .bar2 .ll{
  background: #fff;
  width: 46.5%;
  padding: 3%;
  box-sizing: border-box;
  box-shadow: 0px -22px 83px 6px rgba(0,0,0,0.04);
  border-radius: 32px;
}
.service2 .bar2 .ll h6{
  font-size: 2.6rem;
  color: #000;
  font-weight: normal;
  font-family: "title";
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 2rem;
  margin-bottom: 0;
}
.service2 .bar2 .ll p{
  color: #000;
}
.service2 .bar2 .ll p input{
  background: #F1F1F1;
  border-radius: 30px;
  display: block;
  width: 100%;
  line-height:46px;
  color: #000;
  padding: 0 2rem;
  box-sizing: border-box;
  margin: 0.8rem 0;
  font-size: 1.4rem;
}
.service2 .bar2 .ll p  ::placeholder{
  color: #767676;
  font-size: 1.3rem;
}
.more3s{
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 1.3rem 3rem;
  margin:0 2rem;
  cursor: pointer;
  background: #E44203;
  border: 1px solid transparent;
  font-size: 1.6rem;
  border-radius: 50px;
  color: #fff;
  transition: all 0.4s ease;
}
.more3s:hover{
  transform: none;
  background: #FC4500;
  color: #fff;
  border-color: transparent;
}
.more3s img{
  width: 1.7rem;
  background: #fff;
  padding: 1px;
  border-radius: 50%;
  margin-left: 1rem;
}
.more3sb{
  background: #fff;
  border: 1px solid #000000;
  color: #000000;
  font-weight: bold;
}
.more3sb img{
  background: #000;
}
.service2 .bar2 .more3s{
  width: 100%;
  margin: 2.5rem 0 3rem;
}
.service2 .bar2 h5{
  display: flex;
  align-items: center;
  color: #FC4500;
  font-size: 1.4rem;
  font-weight: normal;
}
.service2 .bar2 h5 img{
  width: 2rem;
  margin-right: 1.5rem;
}
.service2 .bar2 .ll2 h6{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2.2rem;
  font-weight: bold;
}
.service2 .bar2 .ll2 h6 strong{
  font-family: "title";
}
.service2 .bar2 .ll2 h5{
  color: #000;
  font-size: 2rem;
  font-family: "title";
  margin: 2rem 0 0;
}
.service2 .bar2 .ll2 p input{
  border: 1px solid #F1F1F1;
  background: none;
}
.service2 .bar2 .ll2 p ::placeholder{
  color: #000;
}
.service2 .bar2 .ll2 h4{
  color: #000;
  font-size: 2.4rem;
  font-family: "title";
  margin: 2rem 0 0;
  text-align: center;
}
.service2 .bar2 ul li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #F1F1F1;
  padding: 0.3rem 0;
  color: #767676;
  font-size: 1.5rem;
  font-family: "title";
}
.service2 .bar2 ul li p{
  font-family: "title";
}
.service2 .bar2 ul li:last-of-type{
  color: #333333
}
.service2 .bar2 ul li p span{
  font-family: "title";
}
.service3 .bar3 ul{
  display: flex;
  justify-content: space-between;
}
.service3 .bar3 ul li{
  width: 31.3%;
  border: 1px solid #DBE4ED;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.service3 .bar3 ul li b{
  display: block;
  width: 100%;
  overflow: hidden;
}
.service3 .bar3 ul li b img{
  width: 100%;
  transition: all 0.4s ease;
}
.service3 .bar3 ul li:hover b img{
  transform: scale(1.08);
}
.service3 .bar3 ul li .tt{
  padding: 8%;
  box-sizing: border-box;
}
.service3 .bar3 ul li h6{
  font-size: 1.6rem;
  font-family: "title";
  color: #213343;
  line-height: 1.6;
}
.service3 .bar3 ul li p{
  font-size: 1.48rem;
  color: #213343;
}
.service3 .bar3 .more4{
  width: max-content;
  margin:3rem auto 0;
  display: flex;
  background: #FC4500;
  border-color: transparent;
  border-radius: 8px;
  color: #fff;
  padding: 1.2rem 2rem;
}
.service3 .bar3 .more4:hover{
  background: #e24104;
}
.service .bar4  ul{
  justify-content: flex-start;
 }
 .service .bar4  ul li:not(:first-of-type){
  margin-left: 10%;
 }

.service .bar4 .box4{
  position: relative;
  padding-top: 0rem;
}
.service .bar4 .bgm img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}
.service .bar4 .contain{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0;
}
.service .bar4 .contain .sbox{
  width: 23%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
  border-radius: 4px;
  overflow: hidden;
  padding: 1.8rem 0;
  cursor: pointer;
  margin: 1rem 0;
}
.service .bar4 .contain .ss{
  z-index: 6;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
}
.service .bar4 .contain .ss h6{
  font-size: 1.6rem;
  color: #383838;
  display: flex;
  align-items: center;
  transition: all 0.4s ease;
}
.service .bar4 .contain .ss h6 img{
  width: 2rem;
  margin-left: 5px;
}
.service .bar4 .contain .sbox:last-of-type .ss h6{
  border-bottom: 2px solid #FC4500;
}
.service .bar4 .contain .ss p{
  font-size: 1.4rem;
  color: #646464;
  margin-bottom: 0;
  transition: all 0.4s ease;
}
.service .bar4 .contain .sbg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s ease;
}
.service .bar4 .mores img{
  background: #fff;
  width: 2rem;
  border-radius: 50%;
  padding: 0.6rem;
  opacity: 0;
  transition: all 0.4s ease;
}
.service .bar4 .contain .sbox:not(:last-of-type):hover{
  box-shadow: -0px 10px 20px  rgba(8,32,60,0.3);
  transform: translateY(-5px);
}
.service .bar4 .contain .sbox:not(:last-of-type):hover .sbg{
  opacity: 1;
}
.service .bar4 .contain .sbox:hover .mores img{
  opacity: 1;
}
.service .bar4 .contain .sbox:not(:last-of-type):hover h6,.service .bar4 .contain .sbox:hover p{
  color: #fff;
}
.service .bar4 .contain .sbox:last-of-type:hover h6{
  opacity: 0.6;
}
.service .bar4 .contain .sbox:not(:last-of-type).active{
  box-shadow: -0px 10px 20px  rgba(8,32,60,0.3);
  transform: translateY(-5px);
}
.service .bar4 .contain .sbox:not(:last-of-type).active .sbg{
  opacity: 1;
}
.service .bar4 .contain .sbox.active .mores img{
  opacity: 1;
}
.service .bar4 .contain .sbox:not(:last-of-type).active h6,.service .bar4 .contain .sbox.active p{
  color: #fff;
}
.service .bar4 .contain .sbox:last-of-type.active h6{
  opacity: 0.6;
}
.service4{
  background: #E4E4E4;
  padding-bottom: 0;
}
.service .bar5{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.service .bar5 .ll{
  width: 50%;
}
.service .bar5 .ll img{
  width: 100%;
}
.service .bar5 .rr{
  width: 45%;
}
.service .bar5 .rr h6{
  font-size: 3rem;
  color: #2D2D2D;
  margin-bottom: 3rem;
  letter-spacing: 0.5px;
}
.service .bar5 .rr p{
  color: #2D2D2D;
}
.service .bar5 .more4{
  display: flex;
  width: max-content;
  margin-top: 4rem;
}
.service .bar6{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service .bar6 li{
  border: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  box-sizing: border-box;
  width: 49%;
  margin: 0.5% 0;
  cursor: pointer;
  color: #2D2D2D;
}
.service .bar6 li h6{
  font-size: 1.6rem;
  transition: all 0.4s ease;
}
.service .bar6 li:hover h6{
  color: #FC4500;
  transform: translateX(5px);
}
.news ul{
  flex-wrap: wrap;
}
.news ul li{
  margin-bottom: 3%;
}
.pages ul{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2% 0;
}
.pages ul li{
  background: #EFEFEF;
  border-radius: 2px;
  padding: 5px 10px;
  margin: 0 5px;
  color: #333;
  font-size: 1.4rem;
}
.pages ul li a{
  color: #333;
  display: block;
  transition: all 0.4s ease;
}
.pages ul li:hover a{
  color: #FC4500;
}
.pages ul li.active,.pages ul li.nextpage{
  background: #FC4500;
}
.pages ul li.active a,.pages ul li.nextpage a{
  color: #fff ;
}
.pages ul li.disabled a{
  opacity: 0.5;
  cursor: not-allowed;
}
.pages ul li:last-of-type{
  background: none;
  display: flex;
  align-items: center;
}
.pages ul li input{
  color: #666666;
  width: 28px;
  line-height: 24px;
  display: block;
  text-align: center;
  margin:0 5px;
  border: 1px solid #ddd;
  font-weight: bold;
  border-radius: 2px;
}
.pages ul li input::placeholder{
  color: #666666;
}
/* 隐藏输入框上下箭头 */
.pages ul li input::-webkit-inner-spin-button,
.pages ul li input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.pages ul li input[type=number] {
    -moz-appearance: textfield;
}
.newsd .title{
  letter-spacing: 0.5px;
}
.newsd .os{
  display: flex;
  align-items: center;
}
.newsd .os p{
  margin-right: 3rem;
  display: flex;
  align-items: center;
  color: #999999;
}
.newsd .os p img{
  margin-right: 5px;
}
.newsd .os p:last-of-type{
  color: #666666;
}
.newsd .txt{
  border-top: 1px solid rgba(153,153,153,0.45);;
  padding-top: 3rem;
}
.newsd .txt p{
  margin: 0 0 3rem 0;
  color: #333;
  line-height: 2;
  font-size: 1.4rem;
  text-align: justify;
}
.newsd .txt p img{
  display: block;
  max-width: 100%;
  border-radius: 8px;
  margin:auto;
}
.newsd .bottom{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
}
.newsd .bottom .ll{
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 1.4rem;
  transition: all 0.4s ease;
}
.newsd .bottom .ll i{
  margin-right: 1rem;
  font-size: 1.6rem;
}
.newsd .bottom .rr i{
  margin: 0 0 0 1rem;
}
.newsd .bottom .back{
  border: 1px solid #7D7D7D;
  padding: 1rem 5rem;
}
.newsd .bottom .ll:hover{
  color: #FC4500;
}
.newsd .bottom .back:hover{
  background: #FC4500;
  color: #fff;
  border-color: transparent;
}
.newsd2{
  background: #F8F8F8;
}
.faq .box4{
  padding-bottom: 0;
}
.faq2{
  padding-top: 0;
}
.faq2 .title h3{
  font-size: 3rem;
}
.faq2 .uls ul li{
	cursor: pointer;
  background: #F8F8F8;
  border-radius: 20px;
  padding: 0 3%;
  box-sizing: border-box;
  margin-bottom: 1.5%;
}
.faq2 .uls ul li .txt{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:3rem 0;
}
.faq2 .uls ul li .txt i{
	font-size: 2rem;
	color: #171717;
	transition: all 0.4s ease;
	font-weight: bold;
  display: block;
  position: relative;
}
.faq2 .uls ul li .txt i::before{
  content: '';
  position: absolute;
  left: 54%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  background: #171717;
  height: 80%;
  opacity: 1;
}
.faq2 .uls ul li.active .txt i{
  color: #FC4500;
}
.faq2 .uls ul li.active .txt i::before{
  opacity: 0;
}
.faq2 .uls ul li h4{
	font-size: 2rem;
	color: #171717;
	display: flex;
	align-items: center;
	font-weight: normal;
	font-family: "title";
}
.faq2 .uls ul li .txt2 {
  padding-bottom: 3rem;
	display: none;
}
.faq2 .uls ul li .txt2 p{
	line-height: 1.6;
	margin: 10px 0;
  font-size: 1.5rem;
	color: #171717;
}
.faq2 .uls ul li:first-of-type .txt2 {
  display: block;
}
.faq2 .more4{
  width: max-content;
  margin: 6rem auto 0;
  border-radius: 20px;
  cursor: pointer;
}
.baoshui{
  padding-bottom: 0;
}
.baoshui dl{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin:8% 0;
}
.baoshui dl dt{
  font-weight: bold;
  color: #010101;
  transition: all 0.4s ease;
  font-size: 1.8rem;
  height: fit-content;
  padding-bottom: 1rem;
  position: relative;
  margin-top: 1%;
  letter-spacing: 1px;
}
.baoshui dl:hover dt{
  color: #FC4500;
}
.baoshui dl dt::before{
  content: '';
  width: 100%;
  height: 2px;
  background: #FC4500;
  box-shadow: 0px 10px 15px 0px #FC4500;
  position: absolute;
  left: 0;
  bottom: 0;
}
.baoshui dl .dds{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
}
.baoshui dl .dds dd{
  width: 30%;
  color: #849CA6;
  font-size: 1.2rem;
  margin: 4px 0;
  font-weight: 600;
}
.ban_calculate{
  padding: 0;
  height: 100vh;
}
.ban_calculate::before{
  height: 100% !important;
}
.ban_calculate .txt2{
  text-align: center;
  line-height: 1.5;
  z-index: 6;
  position: absolute;
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%);
}
.ban_calculate .txt2 h4{
  color: #E44203;
  letter-spacing: 2px;
  font-size: 1.8rem;
  font-family: "title";
  margin-bottom: 1rem;
}
.ban_calculate .txt2 h3{
  width: 100%;
  line-height: 1.1;
}
.ban_calculate .txt2 p {
  width: 100%;
  color: #1A1A1A;
  margin: 5px 0;
  font-size: 1.8rem;
}
.ban_calculate .bots{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5%;
}
.ban_calculate .bots .more3s{
  font-size: 1.5rem;
}
.calculate .contain{
  background: #FFFFFF;
  box-shadow: 0px -22px 83px 6px rgba(0,0,0,0.04);
  border-radius: 32px;
  padding: 3% 5%;
  box-sizing: border-box;
}
.calculate .top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3rem;
  border-bottom: 1px solid #E6E6E6;
  flex-wrap: wrap;
}
.calculate .top .title{
  margin-bottom: 0;
}
.calculate .top .title h3{
  font-size: 3.2rem;
}
.calculate .top ul{
  display: flex;
  align-items: center;
}
.calculate .top ul li{
  background: #F2F2F2;
  border-radius: 50px;
  font-size: 1.6rem;
  color: #000000;
  padding: 8px;
  margin: 0 2rem;
  display: flex;
  align-items: center;
  font-family: "title";
  position: relative;
}
.calculate .top ul li::after{
  content: '';
  position: absolute;
  right: -3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  border: 1px dashed #C5C5C5;
}
.calculate .top ul li:last-of-type::after{
  display: none;
}
.calculate .top ul li span{
  display: block;
  background: #D9D9D9;
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 8px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calculate .top ul li.active{
  background: #FC4500;
  color: #fff;
}
.calculate .top ul li.active span{
  background: #fff;
  color: #FC4500;
}
.calculate .bb{
  display: flex;
  justify-content: space-between;
  margin: 4rem 0 2rem;
  flex-wrap: wrap;
}
.calculate .bb p{
  color: #000;
  width: 49%;
  font-weight: bold;
}
.calculate .bb p input{
  background: #F1F1F1;
  border-radius: 30px;
  display: block;
  width: 100%;
  line-height:46px;
  color: #000;
  padding: 0 2rem;
  box-sizing: border-box;
  margin: 0.8rem 0;
  font-size: 1.4rem;
}
.calculate .bb p  ::placeholder{
  color: #767676;
  font-size: 1.3rem;
}
.calculate .more3s{
  margin: 0;
}
.calculate2 .top2{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.more4s{
  height: 100%;
  background: #FC4500;
  color: #fff;
  display: flex;
  align-items: center;
  border: none;
  box-shadow: 0px 10px 15px 0px rgba(252,69,0,0.2);
  border-radius: 3px;
  font-size: 1.8rem;
  padding: 0.8rem 2.5rem;
  letter-spacing: 1px;
  cursor: pointer;
}
.more4s i {
  color: #fff;
  font-weight: bold;
  display: block;
  margin-left: 2rem;
  font-size: 1.8rem;
}
.calculate2 .more4s{
  margin: -1rem 0 0 0;
}
.calculate3 .contain{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.calculate3 .contain .ll{
  width: 42%;
}
.calculate3 .contain .ll p{
  color: #000;
  line-height: 2.4;
  font-size: 1.5rem;
  margin: 0;
}
.calculate3 .contain .rr{
  width: 42%;
}
.calculate3 .contain .rr p{
  border-radius: 4px;
  border: 1px solid #999999;
  position: relative;
  margin: 0 0 3.5rem 0;
}
.calculate3 .contain .rr p span{
  background: #fff;
  position: absolute;
  top: -1rem;
  left: 3rem;
  z-index: 2;
  font-size: 1.2rem;
  padding: 0 5px;
  color: #999999;
}
.calculate3 .contain .rr p .inputs{
  display: block;
  width: 100%;
  line-height: 2;
  padding: 0.8rem 2rem 0.6rem;
  box-sizing: border-box;
  border-radius: 4px;
  color: #000000;
  font-size: 1.6rem;
  font-family: "title";
}
.calculate3 .contain .rr p .inputs::placeholder{
  color: #000000;
  font-size: 1.6rem;
}
.calculate3 .contain .rr p  :focus{
  background: #fff;
}
.calculate3 .contain .rr .ps {
  display: flex;
  align-items: center;
}
.calculate3 .contain .rr .ps img{
  background: #999999;
  padding: 1.2rem;
}
.calculate3 .contain .rr .ps span{
  left: 6.6rem;
}
.calculate3 .contain .rr .ps input{
  padding-left: 1rem;
}
.calculate3 .contain .rr .bs{
  display: flex;
  color: #999999;
  font-size:1.4rem;
  line-height: 1.6;
}
.calculate3 .contain .rr .bs input{
  width: 3rem;
  height: 3rem;
  display: block;
  margin: -4px 10px  0;
}
.calculate3 .contain .rr .bs a{
  color: #FC4500;
  font-weight: bold;
  cursor: pointer;
}
.submit button{
  background: #FC4500;
  box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);
  border-radius: 4px;
  width: 100%;
  margin-top: 3rem;
  color: #fff;
  padding: 1.8rem 0;
  font-size: 1.7rem;
  font-family: "title";
  cursor: pointer;
  transition: all 0.4s ease;
}
.submit button:hover{
  transform: translateY(-5px);
}
.calculate4 h5{
  font-size: 3rem;
  font-family: "title";
}
.calculate4 .more2{
  margin: 3.5% 0 0;
  border-radius: 50px;
  font-size: 2rem;
  width: 35%;
  display: flex;
  justify-content: center;
  padding: 1.6rem 0;
  background: #CFCFCF;
}
.calculate4 .more2:hover{
  background: #FC4500;
  color: #fff;
}
.calculate5 .txt .title p{
  color: #1A1A1A;
  font-size: 1.8rem;
}
.calculate5 .txt .more4s{
  margin-top: 2rem;
}
.n_calculate{
  background: none;
}
.n_calculate .n_bar1{
  background: #E4E4E4;
}
.n_calculate .n_bar2 .bar5{
  flex-direction: row-reverse;
}
.n_calculate2 .bar2 .more3s{
    margin-top: 8rem;
}
.n_calculate2 .bar2 .ll2{
  padding: 3% 0;
}
.n_calculate2 .bar2 .ll2 h6{
  padding:3% 6% 6%;
  border: none;
}
.n_calculate2 .bar2 .tss{
  background: #f2f2f2;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
  padding:3% 6%;
}
.n_calculate2 .bar2 .bbboxs{
    display: flex;
    align-items: center;
    /*height: 94%;*/
    width: 100%;
}
.n_calculate2 .bar2 .bbox1{
    width: 100%;
}
.n_calculate2 .bar2 .bb p{
  font-size: 1.8rem;
  font-weight: bold;
}
.n_calculate2 .bar2 .ll2 p input{
  background: #fff;
  border-radius: 0;
  margin-top: 0;
  line-height: 40px;
}
.n_calculate2 .bar2 ul{
  padding:3% 6% 0;
}
.service2 .bar2 .ll p.state{
    position: relative;
}
.service2 .bar2 .ll p.state input{
    margin-bottom: 0;
    position: relative;
    z-index: 4;
}
.service2 .bar2 .ll p.city input{
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}
#suggestions,#city_suggestions {
    display: none;
    max-height: 150px;
    overflow-y: auto;
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(100% - 20px);
    background: #fff;
    border: 1px solid #eee;
    z-index: 3;
    box-sizing: border-box;
    padding-top: 30px;
    border-radius: 0 0 20px;
}
#city_suggestions{
    z-index: 1;
}
#suggestions i,#city_suggestions i{
    font-style: normal;
    display: block;
    padding: 0 2rem;
    box-sizing: border-box;
    margin: 1rem 0;
    font-size: 1.4rem;
    font-weight: normal;
    color: #333;
    cursor: pointer;
        border-bottom: 1px solid #eee;
}
#suggestions-container i:hover,#city_suggestions i:hover {
  background-color: #f5f5f5;
}
/* 登录注册 */
.login{
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #F8F8F8;
}
.login .contain{
  position: relative;
}
.login .contain .ll{
  width: 36%;
  border-radius: 40px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.login .contain .rr{
  width: 58%;
  float: right;
  padding: 2% 0;
}
.login .contain .title{
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.login .contain .title h3{
  line-height: 1;
}
.login .contain .title span{
  color: #000000;
  font-size: 1.8rem;
  margin-left: 2rem;
  line-height: 1;
}
.login .contain .rr p{
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 1.6rem;
  font-family: "title";
}
.login .contain .rr ul li {
  margin: 2rem 0;
  position: relative;
}
.login .contain .rr p img{
  margin:-3px 0rem 0 -4px;
}
.login .contain .rr ul li input{
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #D0D0D0;
  font-size: 1.5rem;
  padding: 2rem 0;
  color: #000000;
  font-family: "title";
}
.login .contain .rr ul li  ::placeholder{
  color: #999999;
}
.login .contain .rr ul li span{
  position: absolute;
  right: 0;
  bottom: 0;
  color: #FC4500;
  font-size: 1.6rem;
  padding: 2rem 0;
  font-family: "title";
  cursor: pointer;
}
.login .submit button{
  width: 210px;
  border-radius: 50px;
  box-shadow: none;
  margin-top: 2rem;
  padding: 1.5rem;
}
.login .more{
  margin: 0 0;
  padding: 0;
  text-align: left;
}
.login .more button{
  display: block;
  background: none;
  margin:   2rem 0 0;
  padding: 0;
  font-size: 1.6rem;
  cursor: pointer;
  text-align: left;
  color: #666666;
  letter-spacing: 1px;
}
.login .more button a{
  color: #FC4500;
  transition: all 0.4s ease;
}
.login .more button:hover a{
  text-decoration: underline;
}
.load .rr h5{
  color: #FC4500;
  font-size: 1.4rem;
  margin: 2rem 0 1rem;
  letter-spacing: 1px;
}
.changePw{
  background:#F8F8F8;
}
.changePw .contain{
  background: #FFFFFF;
  box-shadow: 0px -22px 83px 6px rgba(0,0,0,0.04);
  border-radius: 32px;
  width: 50%;
}
.changePw .contain .rr{
  width: 100%;
  padding: 6%;
  box-sizing: border-box;
}
.changePw .title h3{
  font-size: 3rem;
  width: 100%;
  padding-bottom: 3rem;
  border-bottom: 1px solid #E6E6E6;
}
.changePw .contain .rr ul li input{
  background: #F1F1F1;
  border-radius: 30px;
  border: none;
  box-sizing: border-box;
  padding: 1.8rem 2rem;
  margin: 1rem 0;
}
.changePw .contain .rr ul li input ::placeholder{
  color: #767676;
}
.changePw .submit button{
  width: 100%;
}
.pay{
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #F8F8F8;
}
.pay .contain{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px -22px 83px 6px rgba(0,0,0,0.04);
  border-radius: 32px;
  padding: 2% 0;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.pay .contain .ll{
  width: 50%;
}
.pay .contain .ll > img{
  width: 100%;
}
.pay .contain .rr{
  width: 45%;
}
.pay h6{
  color: #000000;
  font-size: 2.8rem;
}
.pay h6 strong{
  color: #FC4500;
  font-family: "title";
}
.pay h5{
  color: #FC4500;
  font-size: 3rem;
  margin-top: 2rem;
}
.pay .more3{
  padding: 1rem 4rem;
  font-size: 1.5rem;
}
/*个人中心 */
.my .contain{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.my .ll{
  width: 23%;
}
.my .tx{
  display: flex;
  align-items: center;
}
.my .tx img{
  width: 5.7rem;
  margin-right: 1rem;
  border-radius: 50%;
}
.my .tx p{
  color: #333;
  font-family: "title";
}
.my .tx p span{
  display: block;
  font-size: 1.4rem;
  color: #999999;
}
.my .vip{
  background: linear-gradient( 90deg, #E4D4B2 0%, #E8DED3 100%);
  border-radius: 4px;
  padding:0.5rem 1rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2rem 0;
}
.my .vip p{
  color: #7D4A1A;
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 1.5rem;
}
.my .vip img{
  width: 5rem;
  margin-right: -0.6rem;
}
.my .vip i{
  font-size: 1.4rem;
}
.my .vip2{
  background: #F8F8F8;
  border-radius: 4px;
  padding: 1.5rem;
  box-sizing: border-box;
}
.my .vip2 h4{
  font-size: 1.4rem;
  color: #333333;
  font-family: "title";
}
.my .vip2 p{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.2rem;
  color: #666666;
  margin:0.5rem 0 0;
  font-family: "title";
}
.my .vip2 p span{
  color: #999999;
  font-size: 1.1rem;
}
.my .ll dl {
  border-bottom: 1px solid #CBD6E2;
  padding: 2rem 0;
}
.my .ll dl dt{
  color: #33475B;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "title";
  margin:0rem 0 1rem;
}
.my .ll dl dd{
  color: #33475B;
  font-size: 1.4rem;
  padding: 0.8rem 2rem;
  box-sizing: border-box;
}
.my .rr{
  width: 74%;
}
.my .rr .title{
  margin-bottom: 0;
}
.my .rr .title h3{
  font-size: 2.4rem;
  margin: 5rem 0 2rem;
}
.my .rr .title p{
  font-size: 1.5rem;
  margin: 0;
}
/*.my .bar1 ul{*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  flex-wrap: wrap;*/
/*}*/
/*.my .bar1 ul li{*/
/*  width: 31.5%;*/
/*  background: #FFFFFF;*/
/*  box-shadow: 0px 1px 5px 0px rgba(45,62,80,0.12);*/
/*  border-radius: 3px;*/
/*  border: 1px solid #DFE3EB;*/
/*  box-sizing: border-box;*/
/*  position: relative;*/
/*  transition: all 0.4s ease-out;*/
/*  cursor: pointer;*/
/*  padding:3% 2.5%;*/
/*}*/
/*.my .bar1 ul li:hover{*/
/*  transform: translateY(-10px);*/
/*}*/
/*.my .bar1 ul li h6{*/
/*  font-size: 1.9rem;*/
/*  font-family: "title";*/
/*  color: #333333;*/
/*  margin-bottom: 2rem;*/
/*  display: flex;*/
/*}*/
/*.my .bar1 ul li h6 img{*/
/*  height: 2.4rem;*/
/*  margin-right: 1rem;*/
/*}*/
/*.my .bar1 ul li > p{*/
/*  font-size: 1.3rem;*/
/*  color: #333;*/
/*}*/
/*.my .bar1 ul li h5{*/
/*  font-size: 1.2rem;*/
/*  font-weight: normal;*/
/*  color: #516F90;*/
/*  line-height: 1.6;*/
/*  margin: 2rem 0 2rem;*/
/*  font-family: "title";*/
/*}*/
/*.my .bar1 ul li h5 span{*/
/*  color: #FC4500;*/
/*  font-size: 2rem;*/
/*  display: block;*/
/*  margin-top: 2px;*/
/*  font-weight: bold;*/
/*  font-family: "title";*/
/*}*/
/*.my .bar1 ul li .t0 p{*/
/*  color: #1a1a1a;*/
/*  text-align: left;*/
/*  position: relative;*/
/*  padding-left: 3rem;*/
/*  line-height: 1.6;*/
/*  font-size: 1.5rem;*/
/*  font-family: "title";*/
/*}*/
/*.my .bar1 ul li .t0 p:last-of-type{*/
/*  color: #FC4500;*/
/*}*/
/*.my .bar1 ul li .t0  p::before{*/
/*  content: '';*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  width: 12px;*/
/*  height: 12px;*/
/*  background: url(../images/ok.png) no-repeat center/contain;*/
/*}*/
/*.my .bar1 ul li h4{*/
/*  font-size: 1.3rem;*/
/*  color: #33475B;*/
/*  font-family: "title";*/
/*  line-height: 1.4;*/
/*  margin: 3rem 0 0;*/
/*}*/
/*.my .bar1 ul li h4 span{*/
/*  color: #0091AE;*/
/*  font-family: "title";*/
/*}*/
/*.my .bar1 ul li .more3{*/
/*  width: 100%;*/
/*  margin: 2rem 0 0;*/
/*  box-sizing: border-box;*/
/*  background: #FC4500;*/
/*  border-radius: 3px;*/
/*  text-align: center;*/
/*  font-size: 1.4rem;*/
/*  justify-content: center;*/
/*  line-height: 42px;*/
/*  padding: 0;*/
/*  transform: none !important;*/
/*}*/
.my .bar2 .bbs{
  display: flex;
  flex-wrap: wrap;
}
.my .bar2 a{
  border-radius: 8px;
  padding:2.5rem 2rem;
  box-sizing: border-box;
  border: 1px solid #DFE3EB;
  width: 31.3%;
  margin-right: 3%;
  cursor: pointer;
  transition: all 0.4s linear;
}
.my .bar2  a:nth-of-type(3n){
  margin-right: 0;
}
.my .bar2 .bb{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.my .bar2 .bb p{
  color: #000000;
  display: flex;
  align-items: center;
  margin: 0;
  font-size:1.8rem;
  transition: all 0.4s linear;
}
.my .bar2 .bb img{
  width: 2.5rem;
  margin-right: 1rem;
}
.my .bar2 .bb i{
  font-size: 1.6rem;
  color: #2D2D2D;
}
.my .bar2 a:hover{
  background: #f6f6f6;
}
.my .bar2 a:hover p{
  color: #FC4500;
}
.paybox .contain{
  padding: 3% 5%;
  align-items: flex-start;
  flex-wrap: wrap;
}
.paybox .contain .ll{
  width: 34%;
}
.paybox .contain .ll ul li{
  width: 100%;
  padding: 8%;
  transform: none !important;
}
.paybox .contain .rr{
  width: 60%;
}
.paybox .contain .rr h6{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 3rem;
  margin-bottom: 1rem;
}
.paybox  .rb{
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.paybox  .rb p{
  display: flex;
  align-items: center;
  color: #000000;
}
.paybox  .rb p img{
  width: 2.4rem;
  margin-right: 1rem;
}
.paybox  .rb span{
  display: block;
  width: 2.4rem;
}
.paybox  .rb span img{
  width: 100%;
}
.paybox  .rb span img:last-of-type{
  display: none;
}
.paybox .more3{
  padding: 1.3rem 6rem;
  justify-content: center;
}
.bss{
    background: none;
}