html{

}
*,*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
body {
  margin:0;
  padding:0 0 0 0 !important;
  font:14px/1 Microsoft YaHei,Hiragino Sans GB,Microsoft YaHei UI,PingFang SC,Source Han Sans CN, Arial,sans-serif !important;
  color:#333333;
  background-color: #FFFFFF !important;
}
select,textarea,button{
  font:14px/1 Microsoft YaHei,Hiragino Sans GB,Microsoft YaHei UI,PingFang SC,Source Han Sans CN, Arial, sans-serif;
}
ul,li,dl,dd,dt{
  margin:0;
  padding:0;
  list-style-type:none;
}
h1,h2,h3{
  margin:0;
  padding:0;
}
em,i{
    font-style: normal;
}
img{
    border: 0;
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.woff2?t=1658727552670') format('woff2'),
       url('../font/iconfont.woff?t=1658727552670') format('woff'),
       url('../font/iconfont.ttf?t=1658727552670') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wrapper{
  display: table;
  width:1500px;
  margin-left: auto;
  margin-right: auto;
}
.w100{
  display: table;
  width: 100%;
}
.w50{
  display: inline-block;
  width: 49.5%;
}
a,a:focus,a:hover,.btn:focus,li, li:focus, li:hover, input, input:focus, input:hover, textarea, textarea:focus, textarea:hover, select, select:focus, select:hover {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
a,a:link,a:active,a:visited {
  color:#333333;
  text-decoration:none;
  outline: none;
}
a:hover {
  color:#0695FF;
  transition: all 0.35s;
  text-decoration:none !important;
}
textarea{
    resize: none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#999999;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
   color:#999999;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
   color:#999999;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{    /* ie  */
   color:#999999;
}
.line:last-child{
  border-bottom: none;
}
.imgs{
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.imgs:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.fl{
  float: left;
}
.fr{
  float: right;
}
/*header*/
.header{
    display: block;
    width: 100%;
    height: 70px;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    background-color: transparent;
}
.header.show{
    position: fixed;
    background: linear-gradient(90deg, #0099FF, #8e2eff);
    box-shadow: 0 2px 12px 0 rgba(0, 9, 27, .1);
    transition: all 0.35s;
}
.header .logo{
    float: left;
    width: auto;
    height: 37px;
    margin-left: 10px;
    margin-right: 90px;
    margin-top: 17px;
}
.header .logo img{
    display: block;
    width: auto;
    height: 100%;
}
.header .menu{
    float: left;
    display: flex;
    justify-content: space-between;
    width: 660px;
    height: 100%;
    position: relative;
    margin-bottom: 0;
}
.header .menu li{
  display: block;
}
.header .menu li a{
    display: block;
    padding: 0 0;
    font-size: 16px;
    color: #FFF;
    line-height: 70px;
    position: relative;
}
.header .menu li.cur a,.header .menu li:hover a{
    color: #FFF;
}
.header .menu li a:after {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    bottom: 15px;
    width: 0;
    height: 2px;
    background-color: #FFF;
    transition: all 0.35s;
}
.header .menu li.cur a:after, .header .menu li a:hover:after {
    width: 100%;
    margin-left: -50%;
    background-color: #FFF;
}
.header .toplogin{
    float: right;
    display: flex;
    margin: 16px auto;
    height: 38px;
    text-align: right;
    padding-right: 15px;
}
.header .toplogin a{
    width: 135px;
    height: 38px;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    border-radius: 20px;
}
.header .toplogin a.btn-login{
    color: #FFFFFF;
    background: linear-gradient(-113deg, #D451FF, #FF8674);
}
.header .toplogin a.btn-login:hover{
    color: #FFFFFF;
    background: linear-gradient(-113deg, #cf3eff, #fc7b67);
    border: none;
}
.header .toplogin a.btn-register{
    margin-left: 20px;
    color: #FFFFFF;
    background: linear-gradient(59.19deg, #6147E2 0%, #5417F4 100%);
}
.header .toplogin a.btn-register:hover{
    background: linear-gradient(59.19deg, #5417f4 0%, #4b10e4 100%);
}
.homebanner{
    display: block;
    width: 100%;
    height: 840px;
    position: relative;
    z-index: 0;
}
.homebanner .hbanner{
    width: 100%;
    height: 100%;
    margin: 0 auto 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1;
}
.homebanner .hbanner .swiper-wrapper{
    width: 100%;
}
.homebanner .hbanner .swiper-slide{
    width: 100%;
    height: 100%;
}
.homebanner .hbanner .banner01{
    background: url(../img/img-homebanner01.jpg) no-repeat center center;
    background-size: cover;
}
.homebanner .hbanner .banner02{
    background: url(../img/img-homebanner02.jpg) no-repeat center center;
    background-size: cover;
}
.homebanner .hbanner .wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    padding-top: 230px;
    position: relative;
}
.homebanner .hbanner .pic{
    position: relative;
    width: 600px;
    height: auto;
    margin-right: 100px;
}
.homebanner .hbanner .pic .img-pic{
    display: block;
    width: 100%;
}
.homebanner .hbanner .pic .img-text{
    position: absolute;
    width: 238px;
    height: auto;
    left: 320px;
    top: 95px;
}
.homebanner .hbanner .banner01 .title{
  display: block;
  font-size: 60px;
  font-weight: bold;
}
.homebanner .hbanner .banner01 .desc{
  display: block;
  font-size: 22px;
  line-height: 2;
  padding-top: 25px;
}
.homebanner .text .btn{
    display: flex;
    padding-top: 50px;
}
.homebanner .text .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 65px;
    color: #FFFFFF;
    border:2px solid #FFFFFF;
    font-size: 20px;
    border-radius: 33px;
    margin: 0 30px 0 0;
    background-color: transparent;
    text-align: center;
    overflow: hidden;
}
.homebanner .text .btn a.cur{
    border: none;
    background: linear-gradient(-113deg, #D451FF, #FF8674);
}
.homebanner .text .btn a:hover{
    border: none;
    background: linear-gradient(-113deg, #D451FF, #FF8674);
}
.homebanner .text .btn a.cur:hover{
    color: #FFF;
    background: linear-gradient(-113deg, #cf3eff, #fc7b67);
}
.homebanner .hbanner .swiper-pagination {
    align-items: center;
    bottom: 130px;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    width: 100%;
}
.homebanner .hbanner .swiper-pagination .swiper-pagination-bullet {
    background: #FFFFFF;
    width: 55px;
    height: 6px;
    border-radius: 3px;
    margin: 0 10px;
    position: relative;
    transition: all .2s ease-in;
    opacity: 0.4 !important;
}
.homebanner .hbanner .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}
.homebanner .hbanner .swiper-pagination .swiper-pagination-bullet-active {
    width: 55px;
    height: 6px;
    opacity: 1.0 !important;
    box-sizing: unset;
    background: #FFFFFF;
}

.homeprocess{
    height: 175px;
    background: #F9F8FF;
    border-radius: 15px;
    box-shadow: 0px 2px 15px 0px rgba(231,231,231,0.8);
    position: relative;
    margin-top: -88px;
    z-index: 100;
}
.homeprocess ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 70px;
}
.homeprocess li {
    display: flex;
    width: auto;
    align-items: center;
    position: relative;
}
.homeprocess li .icon{
    flex: 0 0 61px;
    width: 61px;
    height: 61px;
    background: linear-gradient(113deg, #D451FF, #FF8674);
    border-radius: 50%;
    display: flex;
    margin-right: 25px;
    align-items: center;
    justify-content: center;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.homeprocess li:hover .icon{
    background: linear-gradient(-113deg, #D451FF, #FF8674);
}
.homeprocess li .icon img{
    display: block;
    width: 32px;
    height: 32px;
}
.homeprocess li .text{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}
.homeprocess li strong{
    display: block;
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 12px;
}
.homeprocess li span{
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
}
.homeprocess li .icon-arrow{
    position: absolute;
    right: -90px;
    top: 50%;
    width: 46px;
    height: 33px;
    margin-top: -16px;
    background: url(../img/icon-arrow-process.png) no-repeat right center;
    background-size: 100% 100%;
}
.home-title{
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
.home-title .title{
    display: block;
    font-size: 50px;
    font-weight: bold;
    color: #000000;
    padding-bottom: 26px;
    background: linear-gradient(0deg, #0099FF 0%, #CC00FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.home-title .subtitle{
  display: block;
  font-size: 22px;
  color: #000000;
}
.homecustomize{
  display: block;
  width: 100%;
  height: auto;
  padding: 90px 0 120px 0;
  background-color: #FFF;
}
.homecustomize .hc-list {
    display: flex;
    padding-top: 80px;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.homecustomize .hc-list li {
    display: flex;
    width: 730px;
    height: 515px;
    padding: 45px 30px;
    margin-bottom: 40px;
    background: #FFFFFF;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(-27deg, #D2F9FC, #E2FBFC);
}
.homecustomize .hc-list li:nth-child(2){
    background: linear-gradient(-27deg, #FFF6F1, #FFE6D8);
}
.homecustomize .hc-list li:nth-child(3){
    background: linear-gradient(-27deg, #FBEEFF, #FBEEFF);
}
.homecustomize .hc-list li:nth-child(4){
    background: linear-gradient(-75deg, #F4F3FF, #E1DDFF);
}
.homecustomize .hc-list li .title{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.homecustomize .hc-list li .icon{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-right: 15px;
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, #0099FF, #CC00FF);
  box-shadow: 0px 1px 6px 0px rgba(203,203,203,0.25);
  border-radius: 50%;
}
.homecustomize .hc-list li .icon img{
  display: block;
  width: 25px;
  height: 25px;
}
.homecustomize .hc-list li .title strong{
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: #0099FF;
    background: linear-gradient(0deg, #0099FF 0%, #CC00FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
.homecustomize .hc-list li .text{
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    text-align: center;
}
.homecustomize .hc-list li .pic{
    display: block;
    margin: 35px auto 0;
    height: 270px;
}
.homecustomize .hc-list li .pic img{
    display: block;
    margin: 0 auto;
    width: auto;
    height: 100%;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.homecustomize .hc-list li:hover .pic img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.homeadvantage{
  display: block;
  width: 100%;
  height: auto;
  padding: 115px 0 130px 0;
  background-color: #FFFFFF;
}
.homeadvantage .ha-list{
  display: flex;
  padding-top: 80px;
  justify-content: space-between;
}
.homeadvantage .ha-list li {
    display: flex;
    width: 345px;
    height: 350px;
    background: #F5F0FF;
    border-radius: 10px;
    padding: 45px 30px 50px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFF6F4;
    border: 1px solid #FFE1DB;
}
.homeadvantage .ha-list li:nth-child(2){
    background: #F9F8FF;
    border: 1px solid #E0DCFF;
}
.homeadvantage .ha-list li:nth-child(3){
    background: #F5FFF4;
    border: 1px solid #D0FECB;
}
.homeadvantage .ha-list li:nth-child(4){
    background: #F4FCFF;
    border: 1px solid #D1F3FF;
}
.homeadvantage .ha-list li .icon{
  display: flex;
  margin: 0 auto;
  width: 138px;
  height: 138px;
}
.homeadvantage .ha-list li .icon img{
  display: block;
  max-width: 100%;
  max-height: 100%;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.homeadvantage .ha-list li:hover .icon img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.homeadvantage .ha-list li .text{
  display: block;
  padding-top: 30px;
  text-align: center;
}
.homeadvantage .ha-list li .text strong{
  display: block;
  font-size: 24px;
  font-weight: normal;
  color: #000000;
  padding-bottom: 18px;
}
.homeadvantage .ha-list li .text span{
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.homepartners{
  display: block;
  width: 100%;
  height: 910px;
  padding: 95px 0 100px 0;
  background: #000000 url(../img/bg-homepartners.jpg) no-repeat center center;
  background-size: auto 100%;
}
.homepartners .home-title .title{
    background:transparent;
    -webkit-text-fill-color:unset;
    color: #FFF !important;
}
.homepartners .home-title .subtitle{
    color: #FFF !important;
}
.homedesign{
  display: block;
  width: 100%;
  height: auto;
  padding: 100px 0 130px 0;
  background: #F5F0FF url(../img/bg-homedesign.jpg) no-repeat center center;
  background-size: cover;
}
.hd-wrap{
    display: flex;
    justify-content: center;
    padding-top: 60px;
    position: relative;
}
.hd-wrap .hd-pic{
    display: block;
    flex: 0 0 596px;
    width: 596px;
    height: 596px;
    overflow: hidden;
    margin: 0;
    position: relative;
    list-style: none;
    overflow: hidden;
    z-index: 1;
}
.hd-wrap .hd-pic li{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.hd-wrap .hd-pic li img{
    display: block;
    width: 100%;
    height: 100%;
}
.hd-wrap .hd-box{
    position: absolute;
    right: 104px;
    bottom: 50px;
    width: 121px;
    height: 50px;
}
.hd-wrap .hd-thumbnail{
    display: block;
    flex: 0 0 608px;
    width: 608px;
    height: 608px;
    box-sizing: border-box;
    padding: 0 0;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
}
.hd-wrap .hd-thumbnail .swiper-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.hd-wrap .hd-thumbnail li{
    display: block;
    width: 140px !important;
    height: 140px;
    cursor: pointer;
}
.hd-wrap .hd-thumbnail li img{
    display: block;
    width: 100%;
    height: 100%;
}
.hd-wrap .hd-thumbnail .swiper-slide-thumb-active {
  opacity: 1;
  border:3px solid #5417f4;
  border-image: linear-gradient(90deg, #0099FF, #CC00FF) 3 3;
}
.hd-wrap .swiper-button-next, .hd-wrap .swiper-button-prev{
    font-size: 21px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
}
.hd-wrap .swiper-button-next:hover:after, .hd-wrap .swiper-button-prev:hover:after{
    color: #5417f4;
    opacity: 1;
}
.hd-wrap .swiper-button-next:after, .hd-wrap .swiper-button-prev:after, .hd-wrap .swiper-container-rtl .swiper-button-prev:after, .hd-wrap .swiper-container-rtl .swiper-button-next:after {
    color: #5417f4;
    opacity: 0.8;
}
.hd-wrap .swiper-button-next{
    right: 30px;
}
.hd-wrap .swiper-button-prev{
    left: 30px;
}
.homepartners-box {
    display: block;
    width: 1500px;
    margin-top: 60px;
    position: relative;
}
.homepartners-list .swiper-slide {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 10px;
}
.homepartners-list .swiper-slide img{
    width: 220px;
    height: 70px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.homepartners-list .swiper-slide:hover img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.homepartners-list .swiper-wrapper {
    height: auto !important;
}
.homepartners-list {
    width: 100%;
    min-height: auto;
}
/*箭头*/
.homepartners-box .swiper-button-prev,.homepartners-box .swiper-button-next{
    margin-top: -25px;
    border-radius: 50%;
    background-color: transparent;
    border: none;
}
.homepartners-box .swiper-button-prev{
    left: -75px;
}
.homepartners-box .swiper-button-next{
    right: -75px;
}
.homepartners-box .swiper-button-next:after, .homepartners-box .swiper-button-prev:after{
    color: #FFF;
    font-size: 26px;
    font-weight: bold;
}
.homepartners-box .swiper-button-next:hover:after, .homepartners-box .swiper-button-prev:hover:after{
    color: #FFF;
}
/*footer*/
.footer{
    display: table;
    width: 100%;
    height: 384px;
    color: #FFFFFF;
    border-radius: 4.5rem 4.5rem 0 0;
    background: #19202A;
}
.footer .foot-box{
    display: flex;
    padding: 65px 0 40px 0;
    justify-content: space-between;
}
.footer .foot-ercode{
    flex: 0 0 146px;
    width: 146px;
    font-size: 14px;
    text-align: center;
}
.footer .foot-ercode img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.footer .foot-nav{
    flex: 0 0 1250px;
    width: 1250px;
    display: flex;
    padding-top: 15px;
    padding-right: 5px;
    justify-content: flex-start;
}
.footer .foot-nav li{
    display: inline-block;
    width: 397px;
    margin-right: 18.72%;
    height: auto;
    text-align: left;
}
.footer .foot-nav li:first-child{
    padding-left: 0;
}
.footer .foot-nav li h3{
    display: block;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 14px;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(255,255,255,0.18);
}
.footer .foot-nav li h3 span{
    color: #9F9F9F;
}
.footer .foot-nav .foot-menu{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 6px;
}
.footer .foot-nav .foot-menu a{
    display: block;
    width: 33.33%;
    margin-bottom: 10px;
    color: #999999;
}
.footer .foot-nav li a{
    display: block;
    line-height: 2;
    font-size: 14px;
    margin-bottom: 8px;
    white-space: nowrap;
    color: #999999;
}
.footer .foot-nav li a span{
    font-size: 18px;
    color: #FFFFFF; 
}
.footer .foot-nav .foot-menu a:hover,.footer .foot-links a:hover{
    color: #FFFFFF;
    text-decoration: underline !important;
}
.footer .foot-nav li a span{
    display: inline-block;
    width: 82px;
}
.footer .foot-links{
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #999999;
}
.footer .foot-links strong{
    margin-right: 31px;
}
.footer .foot-links a{
    color: #999999;
    margin-right: 15px;
}
.footer .foot-copyright{
    display: block;
    margin-top: 25px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    color: rgba(255,255,255,0.68);
}
.footer .foot-copyright a{
    color: rgba(255,255,255,0.68);
}
.footer .foot-copyright a:hover{
    color: #FFFFFF;
    text-decoration: underline !important;
}
@media only screen and (max-width:767px){
body {
    font-size: 14px;
}
select,textarea,button{
    font-size: 14px;
}
.iconfont {
    font-size: 16px;
}
.wrapper{
    display: block;
    width:92%;
}
.header {
    height: 50px;
}
.header .menu {
    display: none;
}
.header .logo {
    height: 28px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}
.header .toplogin {
    margin: 10px auto;
    height: 30px;
    padding-right: 0;
}
.header .toplogin a {
    width: 90px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
}
.homebanner {
    height: 640px;
}
.homebanner .hbanner .wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #FFFFFF;
    padding-top: 130px;
    position: relative;
    flex-direction: column;
}
.homebanner .hbanner .pic {
    width: 95%;
    height: auto;
    margin-right: 0;
}
.homebanner .hbanner .pic .img-text {
    width: 150px;
    height: auto;
    left: unset;
    right: 0%;
    top: 70px;
}
.homebanner .hbanner .banner01 .title {
    font-size: 28px;
    text-align: center;
    margin-top: 50px;
}
.homebanner .hbanner .banner01 .desc {
    font-size: 15px;
    line-height: 1.65;
    padding-top: 15px;
}
.homebanner .text .btn a {
    width: 47%;
    height: 42px;
    font-size: 16px;
    border-radius: 33px;
    margin: 0 10px 0 10px;
}
.homebanner .hbanner .swiper-pagination {
    bottom: 30px;
}
.homebanner .hbanner .swiper-pagination .swiper-pagination-bullet {
    width: 35px;
    height: 4px;
    margin: 0 6px;
}
.homebanner .hbanner .swiper-pagination .swiper-pagination-bullet-active {
    width: 35px;
    height: 4px;
}

.homeprocess {
    height: auto;
    margin-top: 30px;
    border-radius: 10px;
}
.homeprocess.wrapper {
    display: -webkit-box;
}
.homeprocess ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 10px 15px;
    flex-wrap: wrap;
}
.homeprocess li {
    width: 100%;
    margin: 20px 0;
}
.homeprocess li .icon {
    margin-right: 15px;
}
.homeprocess li .icon {
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    margin-right: 25px;
}
.homeprocess li .icon img {
    width: 24px;
    height: 24px;
}
.homeprocess li strong {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.homeprocess li span {
    white-space: nowrap;
}
.homeprocess li span br {
    display: none;
}
.homeprocess li .icon-arrow {
    position: absolute;
    right: unset;
    left: 13px;
    top: 50px;
    width: 22px;
    height: 33px;
    margin-top: 0;
    background: url(../img/icon-arrow-process.png) no-repeat right center;
    background-size: 100% auto;
    transform: rotate(90deg);
}
.homecustomize {
    padding: 45px 0 45px 0;
}
.home-title .title {
    font-size: 28px;
    padding-bottom: 20px;
}
.home-title .subtitle {
    font-size: 16px;
}
.homecustomize .hc-list {
    display: flex;
    padding-top: 30px;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
}
.homecustomize .hc-list li {
    width: 100%;
    height: auto;
    padding: 30px 20px;
    margin-bottom: 15px;
}
.homecustomize .hc-list li .icon {
    margin-right: 10px;
    width: 35px;
    height: 35px;
}
.homecustomize .hc-list li .icon img {
    width: 20px;
    height: 20px;
}
.homecustomize .hc-list li .title strong {
    font-size: 22px;
}
.homecustomize .hc-list li .pic {
    margin: 20px auto 0;
    height: auto;
    width: 90%;
}
.homecustomize .hc-list li .pic img {
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.homecustomize .hc-list li .text {
    font-size: 16px;
    line-height: 1.6;
}
.homedesign {
    height: auto;
    padding: 45px 0 45px 0;
}
.hd-wrap {
    display: flex !important;
    justify-content: center;
    padding-top: 30px;
    position: relative;
    flex-direction: column-reverse;
}
.hd-wrap .hd-pic {
    display: block;
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.hd-wrap .hd-thumbnail {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    margin-right: 0;
}
.hd-wrap .hd-thumbnail li {
    width: 23% !important;
    margin-bottom: 8px;
    margin-right: 2% !important;
    height: auto;
}
.hd-wrap .swiper-button-next {
    right: 5px;
    top: 25%;
}
.hd-wrap .swiper-button-prev {
    left: 5px;
    top: 25%;
}
.homepartners {
    height: 660px;
    padding: 60px 0 45px 0;
}
.homepartners-list .swiper-slide img {
    width: 98%;
    height: auto;
}
.homepartners-box .swiper-button-prev, .homepartners-box .swiper-button-next {
    display: none !important;
}
.homeadvantage {
    height: auto;
    padding: 45px 0 35px 0;
}
.homeadvantage .ha-list {
    display: flex;
    padding-top: 30px;
    justify-content: flex-start;
    flex-direction: column;
}
.homeadvantage .ha-list li {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 25px 20px 25px 20px;
}
.homeadvantage .ha-list li .text strong {
    font-size: 20px;
    padding-bottom: 18px;
}
.homeadvantage .ha-list li .icon {
    width: 100px;
    height: 100px;
}
.footer{
    display: block;
    height: auto;
    padding-bottom: 20px;
    border-radius: 20px 20px 0 0;
}
.footer .foot-box {
    display: flex;
    padding: 35px 0 20px 0;
    justify-content: flex-start;
    flex-direction: column;
}
.footer .foot-nav {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    padding-top: 0;
    padding-right: 0;
    justify-content: flex-start;
    flex-direction: column;
}
.footer .foot-nav li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
}
.footer .foot-nav li h3 {
    font-size: 20px;
    padding-bottom: 18px;
    margin-bottom: 5px;
}
.footer .foot-nav .foot-menu a {
    width: 33.33%;
    margin-bottom: 5px;
}
.footer .foot-ercode {
    flex: 0 0 100%;
    width: 40%;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
}
.footer .foot-copyright {
    margin-top: 25px;
    line-height: 1.8;
    font-size: 13px;
}

}