@import url(animate.css);
@import url(../layui/css/layui.css);
@import url(../fontawesome/css/all.min.css);
@import url(../fontawesome/css/v4-shims.min.css);
@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot') format('embedded-opentype'),
         url('../fonts/Poppins-Regular.woff2') format('woff2'),
         url('../fonts/Poppins-Regular.woff') format('woff'),
         url('../fonts/Poppins-Regular.ttf') format('truetype'),
         url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
}
@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot') format('embedded-opentype'),
         url('../fonts/Poppins-Bold.woff2') format('woff2'),
         url('../fonts/Poppins-Bold.woff') format('woff'),
         url('../fonts/Poppins-Bold.ttf') format('truetype'),
         url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
}
@font-face {
    font-family: 'gilroy-bold';
    src: url('../fonts/gilroy-bold.eot');
    src: url('../fonts/gilroy-bold.eot') format('embedded-opentype'),
         url('../fonts/gilroy-bold.woff2') format('woff2'),
         url('../fonts/gilroy-bold.woff') format('woff'),
         url('../fonts/gilroy-bold.ttf') format('truetype'),
         url('../fonts/gilroy-bold.svg#gilroy-bold') format('svg');
}
/*animation*/
@keyframes fadeInUps {

    0% {

        opacity: 0;

        -webkit-transform: translate3d(0, 50px, 0);

        transform: translate3d(0, 50px, 0)

    }



    to {

        opacity: 1;

        -webkit-transform: none;

        transform: none

    }

}
@keyframes fadeInLefts {

    0% {

        opacity: 0;

        -webkit-transform: translate3d(50px, 0px, 0);

        transform: translate3d(50px, 0px, 0)

    }



    to {

        opacity: 1;

        -webkit-transform: none;

        transform: none

    }

}
@keyframes fadeInRights {

    0% {

        opacity: 0;

        -webkit-transform: translate3d(-150px, 0px, 0);

        transform: translate3d(-150px, 0px, 0)

    }



    to {

        opacity: 1;

        -webkit-transform: none;

        transform: none

    }

}
.fadeInUp{

    animation-name: fadeInUps;

    animation-delay: .1s;

}
.fadeInLeft{

    animation-name: fadeInLefts;

    animation-delay: .1s;

}
.fadeInRight{

    animation-name: fadeInRights;

    animation-delay: .1s;

}
/*---------- base ---------*/
*{
	padding:0px;
	margin:0px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
html {
  font-size: 62.5%; /* 这相当于 16px * 0.625 = 10px */
}
body{
	font-size:18px;
	overflow-x:hidden;
	font-family:'Poppins-Regular','Microsoft YaHei','微软雅黑';
	-webkit-font-smoothing: subpixel-antialiased;
	color:#000;
}
table {
    border-collapse: collapse;
    width: 100%;
}
td, th {
    border: none;
}
img{
	border:none;
    transition:0.6s;
}
img.auto{
	max-width: 100%;
	height: auto;
	display: block;
}
a{
	text-decoration:none;
	color: #000;
}
a:hover{
	text-decoration:none;
	color: rgba(228, 1, 97, 1);
}
ul{
	list-style:none;
}
hr{
	border:none;
	border-bottom:1px solid #c8c8c8;
	display:block;
	margin-top:10px;
}
.yuanjiao45{
	-moz-border-radius: 45px;      /* Gecko browsers */
    -webkit-border-radius: 45px;   /* Webkit browsers */
    border-radius:45px;            /* W3C syntax */
}
.yuanjiao25{
	-moz-border-radius: 25px;      /* Gecko browsers */
    -webkit-border-radius: 25px;   /* Webkit browsers */
    border-radius:25px;            /* W3C syntax */
}
.yuanjiao5{
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
}
.yuanjiao10{
	-moz-border-radius: 10px;      /* Gecko browsers */
    -webkit-border-radius: 10px;   /* Webkit browsers */
    border-radius:10px;            /* W3C syntax */
}
.yuanjiao15{
	-moz-border-radius: 15px;      /* Gecko browsers */
    -webkit-border-radius: 15px;   /* Webkit browsers */
    border-radius:15px;            /* W3C syntax */
}
.yuanjiao{
	-moz-border-radius: 100%;      /* Gecko browsers */
    -webkit-border-radius: 100%;   /* Webkit browsers */
    border-radius:100%;            /* W3C syntax */
}
.clear{
	width:100%;
	clear:both;
}
.mt20{
	margin-top:2rem;
}
.mt30{
	margin-top:3rem;
}
.mt40{
	margin-top:4rem;
}
.mt60{
	margin-top:6rem;
}
.mt80{
	margin-top:8rem;
}
.mt100{
	margin-top:10rem;
}
.mt120{
	margin-top:12rem;
}
.mt140{
    margin-top: 14rem;
}
.mt160{
    margin-top: 16rem;
}
.mt180{
    margin-top: 18rem;
}
.pt40{
	padding-top: 4rem;
}
.pb40{
	padding-bottom: 4rem;
}

.zone{
	width: 100%;
	overflow: visible;
}
.main{
	max-width:1600px;
	overflow:visible;
	margin-left: auto;
    margin-right: auto;
}
.content{
	line-height:1.7;
}
.content img{
	max-width:100%;
	height:auto;
}
/* 分页样式 */
.pages{
    text-align: center;
}

.pagination{
    font-family: 'Allerta Stencil', sans-serif;
    display: inline-flex;
    position: relative;
}
.pagination li a,
.pagination li span{
    color: #fff;
    background: transparent;
    font-size: 21px;
    line-height: 35px;
    height: 38px;
    width: 38px;
    padding: 0;
    margin: 0 8px;
    border: none;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease 0s;
    display: inline-block;
    *display: inline;
    *zoom:1;
}
.pagination li.active a,
.pagination li a:hover,
.pagination li.active a:hover,
.pagination li.active span,
.pagination li span:hover,
.pagination li.active span:hover{
    color: #fff;
    background-color: transparent;
}
.pagination li a:before,
.pagination li a:after,
.pagination li span:before,
.pagination li span:after{
    content:'';
    background: linear-gradient(225deg,#E40161,#000);
    height: 100%;
    width: 100%;
    border: 3px solid #fff;
    box-shadow: 0 0 3px #666;
    border-radius: 50%;
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transition: all 0.3s ease-in;
}
.pagination li.disabled span:before,
.pagination li.disabled span:after{
    background: #ddd;
}
.pagination li a:hover:before,
.pagination li.active a:before,
.pagination li span:hover:before,
.pagination li.active span:before{
    border-radius: 50% 0 50% 50%;
}
.pagination li a:after,
.pagination li span:after{
    background: #fff;
    height: 5px;
    width: 5px;
    border: none;
    box-shadow: 0 0 0 transparent;
    opacity: 0;
    transform: translateX(-50%) translateY(0) rotate(0);
    top: auto;
    bottom: 0;
}
.pagination li a:hover:after,
.pagination li.active a:after,
.pagination li span:hover:after,
.pagination li.active span:after{
    opacity: 1;
    bottom: 85%;
}
.pagination li:first-child a:before,
.pagination li:first-child span:before{
    transform: translateX(-50%) translateY(-50%) rotate(-135deg);
}
.pagination li:first-child a:hover:before,
.pagination li:first-child span:hover:before{ border-radius: 50% 0 50% 50%; }
.pagination li:first-child a:after,
.pagination li:first-child span:after{
    transform: translateX(0) translateY(-50%);
    top: 50%;
    bottom:auto;
    left: auto;
    right: 0;
    }
.pagination li:first-child a:hover:after,
.pagination li:first-child span:hover:after{ right: 80%; }
.pagination li:last-child a:before,
.pagination li:last-child span:before{
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.pagination li:last-child a:hover:before,
.pagination li:last-child span:hover:before{ border-radius: 50% 0 50% 50%; }
.pagination li:last-child a:after,
.pagination li:last-child span:after{
    transform: translateX(0) translateY(-50%);
    bottom:auto;
    top: 50%;
    left: 0;
}
.pagination li:last-child a:hover:after,
.pagination li:last-child span:hover:after{ left: 80%; }
@media only screen and (max-width: 480px){
    .pagination{ display: block; }
    
    .pagination li{
        margin-bottom: 10px;
        display: inline-block;
    }
}
.flex-jsb{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-zone{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #666;
}
.top-left{
    font-size: 14px;
    line-height: 40px;
}
.top-right{
    display: flex;
    align-items: center;
}
.top-right .item{
    margin-right: 35px;
    font-size: 14px;
}
.top-language{
    margin-left: 35px;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
}
.top-language ul{
    position: absolute;
    left:50%;
    top:100%;
    width: 100px;
    transform: translateX(-50%);
    z-index: 10;
    background-color: #f0f0f0;
    display: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.top-language:hover ul{
    display: block;
}
.top-language ul li a{
    display: block;
    text-align: center;
    background-position: 15px center;
}
.top-language a{
    display: flex;
    align-items: center;
    padding-left: 30px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left center;
    height: 40px;
    line-height: 40px;
    display: block;
}
.top-language a:first-child{
    background-color: transparent;
}
.top-language a i{
    margin-left: 10px;
}
.top-language a.en{
    background-image: url(../images/en.png);
}
.top-language a.fra{
    background-image: url(../images/fa.png);
}
.top-language a.de{
    background-image: url(../images/de.png);
}




/* banner */
.index-banner .swiper-slide img{
    width: 100%;
    height: auto;
    display: block;
}
.index-banner-pagination{
	width: 100%!important;
	height: 40px;
	position: absolute;
	left:0;
	bottom:10px;
	z-index: 10;
    text-align: center;
}
.index-banner-pagination .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	background:#fff;
	opacity: 0.7;
}

.header-zone{
	background-color: #fff;
    overflow: visible;
    position: relative;
}
/* 统一定义头部高度 */
.header-zone,
.logo,
.nav > li > h3{
	height: 80px;

}
/* 统一定义头部高度end */
.logo{
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.nav{
	flex-grow: 1;
    padding-left: 10%;
    padding-right: 10%;
	display: flex;
    justify-content: space-between;
}
.nav > li{
	flex-shrink: 0;
    z-index: 999;
    position: relative;
}
.nav > li > h3{
    display: flex;
    align-items: center;
    font-weight: normal;
}
.nav > li > h3 > a{
	font-size:20px;
	display: block;
    flex-shrink: 0;
}
.nav > li > h3 i{
    display: none;
}
.nav li.on h3 a{
	color: rgba(228, 1, 97, 1);
}

.nav .sub{ 
	display:none; 
	white-space: nowrap; 
	left:50%;
    transform: translateX(-50%); 
	top:100%;  
	position:absolute; 
	background: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.nav .sub > li > a{
    line-height: 45px;
    text-align: center;
    display: block;
    transition: 0.6s;
    padding-left: 15px;
    padding-right: 15px;
}
.nav .sub > li:hover > a{
    background-color: rgba(228, 1, 97, 1);
    color: #fff;
}
.header-right{
    flex-shrink: 0;
}
#search-btn{
    color: rgba(228, 1, 97, 1);
    cursor: pointer;
    font-size: 20px;
    margin-right: 45px;
}

#menu-btn{
    color: rgba(228, 1, 97, 1);
    cursor: pointer;
    font-size: 20px;
}

.search-zone{
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
    background: #fff;
    position: absolute;
    left:0;
    top:100%;
    z-index: 10;
    border-top: 1px solid rgba(228, 1, 97, 1);
    display: block;
    display: none;
}
.search-form{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid rgba(228, 1, 97, 1);
    background-color: rgba(228, 1, 97, 0.05);
    align-items: center;
    border-radius: 10px;
}
.search-form .stext{
    flex-grow: 1;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    background: none;
    border: none;
    outline: none;
}
.search-form .sbtn{
    padding-left: 20px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}
.search-form .sbtn i{
    font-size: 20px;
    color: rgba(228, 1, 97, 1);
}
.diwen-zone{
    background: url(../images/diwen.jpg) top center no-repeat;
}
.shuzi-title{
    text-align: center;
    font-family: 'Poppins-Bold';
}
.shuzi-title .shang{
    font-size:52px;
    transition: 0.7s;
}
.shuzi-title .xia{
    font-size:46px;
    transition: 0.7s;
}

.shuzi-box{
    display: flex;
    justify-content: space-between;
}
.shuzi-box .item{
    display: flex;
    flex-direction: column;
    width: 20%;
}
.shuzi-box .item .shang{
    font-family: 'Poppins-Bold';
    font-size:60px;
    display: flex;
    align-items: center;
    color: rgba(228, 1, 97, 1);
}
.shuzi-box .item .title{
    font-size:22px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 20px;
}
.shuzi-box .item .txt{
    color: rgba(102, 102, 102, 1);
}
.line-clear{
    height: 10px;
    background: url(../images/line.png) center center no-repeat;
    margin-top: 6rem;
    margin-bottom: 6rem;
}
.service-left{
    width: 46%;
    display: flex;
    flex-direction: column;
    align-self: flex-start;
}
.service-left .title{
    font-size:94px;
}
.service-left .txt{
    color: #333;
    margin-top: 30px;
    line-height: 1.7;
    font-size: 18px;
}
.service-left .xia{
    padding-left: 28px;
    padding-right: 28px;
}
.service-left .advantage{
    display: flex;
    flex-wrap: wrap;
}
.service-left .advantage li{
    width: 50%;
    margin-top: 40px;
    padding-left: 35px;
    background: url(../images/duigou.png) left center no-repeat;
    font-size: 18px;
}
.service-left .btns{
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-left .btns a{
    width: 49%;
    height: 65px;
    line-height: 65px;
    transition: 0.6s;
    text-align: center;
    color: #fff;
}
.service-left .btns a i{
    margin-right: 15px;
}
.service-left .btns a:first-child{
    background-color: rgba(20, 49, 128, 1);
    border: 1px solid rgba(20, 49, 128, 1);
}
.service-left .btns a:last-child{
    background-color: rgba(228, 1, 97, 1);
    border: 1px solid rgba(228, 1, 97, 1);
}
.service-left .btns a:first-child:hover{
    background-color: #fff;
    color: rgba(20, 49, 128, 1);
}
.service-left .btns a:last-child:hover{
    background-color: #fff;
    color: rgba(228, 1, 97, 1);
}

.service-right{
    width: 51%;
    padding-bottom: 60px;
    position: relative;
}
.service-right .pic{
    overflow: hidden;
    max-width: 778px;
}
.service-right .pic img{
    max-width: 100%;
    height: auto;
    display: block;
}
.service-right .box{
    width: 82%;
    max-width: 672px;
    position: absolute;
    z-index: 10;
    right:0;
    bottom:0;
    background: rgba(228, 1, 97, 1);
    color: #fff;
    padding: 30px 35px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.service-right .box .box-left{
    flex-grow: 1;
    padding-right: 65px;
}
.service-right .box .box-left .title{
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
}
.service-right .box .box-left .txt{
    margin-top: 20px;
    line-height: 1.7;
}





.common-title{
    text-align: center;
}
.common-title h2{
    font-size:94px;
    transition: 0.7s;
}

.common-title .txt{
    color: rgba(102, 102, 102, 1);
    font-size:20px;
    line-height: 1.7;
}
.common-title.bai-title h2,
.common-title.bai-title .txt{
    color: #fff;
}
.why-box{
    position: relative;
    overflow: hidden;
}
.why-pic{
    width: 50%;
    position: relative;
    z-index: 5;
    float: left;
}
.why-list{
    width: 52%;
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
    z-index: 6;
}
.why-list .item{
    padding: 27px 40px 35px 80px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    background: #fff;
    border: 1px solid #ddd;
    margin-top: 13px;
    margin-bottom: 13px;
    transition: 0.6s;
}
.why-list .item:hover{
    background: rgba(228, 1, 97, 1);
    border-color: rgba(228, 1, 97, 1);
    position: relative;
    z-index: 99;
}

.why-list .item .icon{
    width: 85px;
    height: 85px;
    border-radius: 10px;
    transform: rotate(45deg);
    background: rgba(244, 244, 244, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.why-list .item .icon img{
    transform: rotate(-45deg);
}
.why-list .item .info{
    flex-grow: 1;
    padding-left: 50px;
}
.why-list .item .info .title{
    font-size: 36px;
    font-weight: bold;
}
.why-list .item .info .txt{
    margin-top: 15px;
    line-height: 1.7;
    color: rgba(102, 102, 102, 1);
}
.why-list .item:hover .info .title,
.why-list .item:hover .info .txt{
    color: #fff;
}
.why-list .item:hover .icon{
    background-color: #fff;
}

.index-prolist{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:30px;
}
.index-prolist li{
    overflow: hidden;
    text-align: center;
}
.index-prolist li .pic{
    display: block;
    overflow: hidden;
}
.index-prolist li .pic img{
    transition: 0.6s;
}
.index-prolist li:hover .pic img{
    transform: scale(1.1);
}
.index-prolist li h3{
    margin-top: 10px;
    font-size:20px;
    font-weight: normal;
    display: block;
}
.index-prolist li p{
    margin-top: 5px;
    display: block;
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
}
.grey-zone{
    background-color: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 80px;
}
.custom-list{
    margin-top: 11rem;
}
.custom-list .item{
    width: 31%;
}
.custom-list .item .box{
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
}
.custom-list .item .box .back{
    background-color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    transition: 0.6s;
}
.custom-list .item .box .front{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left:0;
    top:0;
    z-index: 10;
    opacity: 0;
    transition: 0.6s;
}
.custom-list .item .box .front img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}
.custom-list .item .box .front .zhezhao{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    bottom:0;
    background: linear-gradient(180deg, rgba(228, 1, 97, 0) 20%, rgba(228, 1, 97, 1) 100%);
    padding: 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.custom-list .item .box .front .txt{
    font-size: 22px;
    line-height: 1.5;
}
.custom-list .item .box .front .name .shang{
    margin-top: 20px;
    margin-bottom: 3px;
}
.custom-list .item .box .front .name .xia{
    font-size: 14px;
}
#custom1 .links{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
#custom1 .links span:first-child{
    flex-grow: 1;
    height: 40px;
    left: 40px;
    text-align: center;
    background: #fff;
    line-height: 40px;
    transition: 0.6s;
}
#custom1 .links span:last-child{
    width: 40px;
    height: 40px;
    line-height: 40px;
    flex-shrink: 0;
    text-align: center;
    background: #fff;
    transition: 0.6s;
}
#custom1 .links:hover span{
    background-color: rgba(228, 1, 97, 1)!important;
    color: #fff!important;
}
#custom1 .back .shang{
    display: flex;
    align-items: center;
}
#custom1 .back .shang .score{
    font-size: 50px;
}
#custom1 .back .shang .txt{
    color: rgba(102, 102, 102, 1);
    line-height: 1.7;
    padding-left: 30px;
}
#custom1 .xia{
    display: flex;
    align-items: center;
}
#custom1 .xia .touxiangs img{
    width: 50px;
    height: auto;
    position: relative;
    border-radius: 12px;
    display: block;
    float: left;
    margin-left: -25px;
    border: 1px solid #fff;
}
#custom1 .xia .touxiangs img:first-child{
    margin-left: 0;
}
#custom1 .xia .txt{
    font-size:16px;
    margin-left: 10px;
    line-height: 1.7;
}
.custom-list .item .userinfo{
    display: flex;
    align-items: center;
}
.custom-list .item .userinfo img{
    width: 60px;
    height: auto;
    display: block;
}
.custom-list .item .userinfo .name{
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}
.custom-list .item .userinfo .name .xia{
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
}
.custom-list .item .txt{
    line-height: 1.6;
    font-size: 16px;
}
.custom-list .item .stars{
    width: 100%;
    height: 40px;
    background-color: #fff;
    display: flex;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #fff;
    transition: 0.6s;
}
#custom2 .stars{
    margin-top: 20px;
}
#custom3 .stars{
    margin-bottom: 20px;
}
.custom-list .active .back{
    opacity: 0;
}
.custom-list .active .front{
    opacity: 1!important;
}


.platform-title{
    text-align: center;
    font-size: 36px;
}
.platform-list{
    margin-top: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.platform-list img{
    max-height: 80px;
}
.footer-zone{
    background: rgba(228, 1, 97, 1);
}
.footer{
    padding-top: 10rem;
    padding-bottom: 4rem;
    color: #fff;
    align-items: flex-start!important;
}
.footer a{
    color: #fff;
}
.footer a:hover{
    color: #fff;
    text-decoration: underline;
}
.footer-title{
    font-size: 28px;
    margin-bottom: 40px;
}
.footer-left{
    width: 31.5%;
}
.footer-left ul{
    display: flex;
    flex-direction: column;
}
.footer-left ul li{
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}
.footer-left ul li i{
    margin-right: 15px;
}

.footer-middle ul{
    display: flex;
    flex-direction: column;
}
.footer-middle ul li{
    display: flex;
    font-size:20px;
    margin-bottom: 20px;
    align-items: center;
}
.footer-middle ul li i{
    margin-right: 15px;
}


.footer-right{
    width: 36.25%;
}


.feedback{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.feedback .item-half{
    width: 49.5%;
    margin-bottom: 10px;
}

.feedback .itext,
.feedback .iselect{
    height: 60px;
    line-height: 60px;
    padding-left: 10px;
    padding-right: 10px;
    background: rgba(255, 255, 255, 0.22);
    border: none;
    outline: none;
    color: #fff;
    font-size: 14px;
    width:100%;
}
.feedback .icontent{
    width: 100%;
    height: 148px;
    line-height: 1.7;
    background: rgba(255, 255, 255, 0.22);
    border: none;
    outline: none;
    padding: 10px;
    color: #fff;
    font-size: 14px;
}
.feedback input::-webkit-input-placeholder,
.feedback select::-webkit-input-placeholder,
.feedback textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #fff;
  font-size: 14px;
}
.feedback input:-moz-placeholder,
.feedback select:-moz-placeholder,
.feedback textarea:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
  color: #fff;
  font-size: 14px;
}
.feedback input::-moz-placeholder,
.feedback select::-moz-placeholder,
.feedback textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #fff;
  font-size: 14px;
}
.feedback input:-ms-input-placeholder,
.feedback select:-ms-input-placeholder,
.feedback textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  font-size: 14px;
}
.feedback .item-full{
    width: 100%;
}
.feedback-txt{
    margin-top: 25px;
    margin-bottom: 30px;
    line-height: 1.6;
}
.feedback .item-btn{
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.feedback .ibtn{
    width: 100%;
    height: 60px;
    text-align: center;
    background-color: #fff;
    color: rgba(228, 1, 97, 1);
    cursor: pointer;
    border: none;
    transition: 0.6s;
}
.feedback .ibtn i{
    margin-left: 20px;
}
.feedback .ibtn:hover{
    background: #000;
}


.footer-follow{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-follow a{
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    float: left;
    flex-shrink: 0;
}
.footer-follow a:last-child{
    margin-right: 0;
}
.footer-follow a:hover{
    background:#000;
    text-decoration: none;
}

.copyright{
    padding-top: 25px;
    padding-bottom: 20px;
    color: #fff;
    font-size:16px;
}
.copyright a{
    color: #fff;
}



/* 内页 */
.page-zone{
    background: url(../images/page-zone.jpg) top center no-repeat;
}
.page-banner-zone img{
	width:100%;
}
.about-box1{
    align-items: flex-start!important;
}
.about-box1 .left{
    width: 50%;
}
.about-box1 .right{
    width: 45%;
}
.about-box1 .left .title{
    font-size:46px;
    font-family: 'Poppins-Bold';
}
.about-box1 .left .txt{
    color: #333;
    line-height: 2;
    font-size:25px;
}

.about-box1 .right .other{
    line-height: 1.7;
    font-size:25px;
    padding-left: 25px;
    border-left: 4px solid rgba(228, 1, 97, 1);
}
.num-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.num-box .item{
    display: flex;
    flex-direction: column;
    width: 47%;
    margin-top: 9rem;
}
.num-box .item .shang{
    font-family: 'Poppins-Bold';
    font-size:54px;
    display: flex;
    align-items: center;
    color: rgba(228, 1, 97, 1);
}
.num-box .item .title{
    font-size:22px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 20px;
}
.num-box .item .txt{
    color: rgba(102, 102, 102, 1);
}
.zhengshu-zone{
    padding-bottom: 100px;
    background: url(../images/zhengshu-zone.png) bottom center no-repeat;
}
.zhengshu-page{
    position:static!important;
    margin-top: 20px!important;
}
.zhengshu-page .swiper-pagination-bullet-active{
    background-color: rgba(228, 1, 97, 1)!important;
}
.liucheng{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.liucheng .item{
    width: 12%;
    position: relative;
    text-align: center;
}
.liucheng .item .pic{
    max-width: 168px;
    max-height: 168px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}
.liucheng .item .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.liucheng .item .txt{
    height: 0px;
    font-size:22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 105px;
    position: relative;
}
.liucheng:after{
    content: "";
    width: 88%;
    height: 1px;
    background-color: #E40161;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    z-index: 1;
}
.liucheng .txt:after{
    content:"";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #E40161;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    margin-bottom: -5px;
    z-index: 5;
}
/* 这里统一一下位置防止原点和横线分离 */
.liucheng:after,
.liucheng .txt:after{
    bottom:55px;
}
.step{
    display: flex;
    flex-wrap: wrap;
}
.step .item-full{
    width: 100%;
}
.step .item-half{
    width: 48%;
}
.step .item{
    margin-bottom: 5.5rem;
}
.step .item .title{
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #E40161;
    color: #fff;
     font-size: 24px;
     margin-bottom: 3rem;
}
.step .list{
    display: grid;
    justify-content: space-between;
    gap: 3rem;
}
#step1 .list{
    grid-template-columns: repeat(3, 1fr);
}
#step2 .list,
#step3 .list{
    grid-template-columns: repeat(4, 1fr);
}
#step4 .list,
#step5 .list{
    grid-template-columns: repeat(2, 1fr);
}
.step .item .pic{
    overflow: hidden;
}
.step .item h3{
    display: block;
    margin-top: 20px;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
}
.step .item .txt{
    text-align: center;
    margin-top: 40px;
    color: #666;
    font-size:20px;
    line-height: 1.7;
}


.pinkong{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.pinkong .item{
    width: 16%;
    position: relative;
    text-align: center;
}
.pinkong .item .pic{
    max-width: 168px;
    max-height: 168px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}
.pinkong .item .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pinkong .item .txt{
    height: 0px;
    font-size:22px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 80px;
    position: relative;
}
.pinkong:after{
    content: "";
    width: 84%;
    height: 1px;
    background-color: #E40161;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    z-index: 1;
}
.pinkong .txt:after{
    content:"";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #E40161;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    margin-bottom: -5px;
    z-index: 5;
}
/* 这里统一一下位置防止原点和横线分离 */
.pinkong:after,
.pinkong .txt:after{
    bottom:35px;
}
.about-pic-zone-top{
    
}
.about-pic-zone{
    margin-top: 19rem;
    background-color: #f5f5f5;
    padding-top: 6rem;
    padding-bottom: 8rem;
    border-top:1px solid #ddd;
    margin-bottom:-6rem;
}

.about-pic-page{
    position:static!important;
    margin-top: 20px!important;
}
.about-pic-page .swiper-pagination-bullet-active{
    background-color: rgba(228, 1, 97, 1)!important;
}
.page-main{
    display: flex;
    justify-content: space-between;
}
.page-left{
    width: 380px;
    flex-shrink: 0;
}
.page-right{
    width:calc(100% - 410px);
}
.lmmc{
    height: 100px;
    background-color: #E40161;
    text-align: center;
    line-height: 100px;
    color: #fff;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size:26px;
}
.lmmc i{
    margin-right: 15px;
}
.zlm{
    background-color: #fff;
    box-shadow: 0px 0px 5px #ddd;
    border: 1px solid #ddd;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}
.zlm dl dt{
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size:20px;
    padding-left: 15px;
    padding-right: 15px;
}
.zlm dl dt a{
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
}
.zlm dl dt i{
    cursor: pointer;
    transition: 0.6s;
    font-size: 30px;
}
.zlm dl dd{
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
}
.zlm dl dd a{
    line-height: 40px;
    display: block;
    padding-left: 30px;
    padding-right: 20px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.position{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.position h2{
    font-size:22px;
    font-family: 'Poppins-Bold';
    font-weight: normal;
    color: #E40161;
}
.position .wz{
    color: #666;
}
.position .wz a{
    color: #666;
}
.position .wz i{
    margin-right: 15px;
}
.position .wz a:hover{
    color: #E40161;
}
/* 产品列表 */
.prolist{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:30px;
}
.prolist li{
    overflow: hidden;
    text-align: center;
}
.prolist li .pic{
    display: block;
    overflow: hidden;
}
.prolist li .pic img{
    transition: 0.6s;
}
.prolist li:hover .pic img{
    transform: scale(1.1);
}
.prolist li h3{
    margin-top: 10px;
    font-size:20px;
    font-weight: normal;
    display: block;
}
/* 产品详情 */
.product-detail{
    display: flex;
    justify-content: space-between;
}
.pro_left{
    width: 48%;
    overflow: hidden;
}
.xiaotu{
    margin-top: 20px;
}
.xiaotu .swiper-slide{
    position: relative;
}
.xiaotu .swiper-slide .zhezhao{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.xiaotu .swiper-slide .zhezhao i{
    font-size: 24px;
    color: #fff;
}
.xiaotu .swiper-slide-thumb-active .zhezhao{
    display: none;
}
.pro_right{
    width: 48%;
    display: flex;
    flex-direction: column;
}
.pro_right h2{
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    font-size:20px;
    color: #E40161;
}
.pro_right .pro_info{
    line-height: 2;
    margin-top: 20px;
    color: #333;
}
.product-btns{
    margin-top: auto;
    display: flex;
    align-items: center;
}
.product-btns a{
    display: flex;
    align-items: center;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    color: #fff;
    transition: 0.6s;
    font-size: 18px;
    border: 2px solid transparent;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
}
.product-btns a:first-child{
    margin-right: 20px;
    background-color: #E40161;
}
.product-btns a i{
    margin-right: 10px;
    font-size: 20px;
}
.product-btns a:last-child{
    background-color: #555;
}
.product-btns a:hover{
    background-color: #fff;
    color: #E40161;
    border-color: #E40161;
}
.product-detail-title{
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
}
.product-detail-title h4{
    padding-left: 20px;
    padding-right: 20px;
    background-color: #E40161;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    border-radius: 5px 0 0 5px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.page-right .content{
    font-size: 16px;
    line-height: 2;
}
.content img{
    max-width: 100%;
    height: auto;
}

.quote-form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.quote-form .item{
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.quote-form .item-half{
    width: 48%;
}
.quote-form .item-full{
    width: 100%;
}
.quote-form .item label{
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.quote-form .item label em{
    color: #ff0000;
}
.quote-form .itext{
    width: 100%;
    height: 55px;
    background: none;
    line-height: 55px;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    border: 1px solid #eee;
    -moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
    font-size: 16px;
}

.quote-form .icontent{
    width: 100%;
    height: 130px;
    background: none;
    line-height: 35px;
    padding: 10px;
    outline: none;
    border: 1px solid #eee;
    -moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
    font-size: 15px;
}
.quote-form .ibtn{
    width: 200px;
    height: 45px;
    background: none;
    line-height: 45px;
    text-align: center;
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transition: 0.6s;
    color: #E40161;
    border:1px solid #E40161;
}
.quote-form .ibtn:hover{
    background-color: #E40161;
    color: #fff;
    border-color: #E40161;
}

.xgcp{
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    
}
.xgcp .swiper-slide{
    text-align: center;
}
.xgcp .swiper-slide .pic{
    border: 1px solid rgba(235, 235, 235, 1);
    overflow: hidden;
    display: block;
}
.xgcp .swiper-slide .pic img{
    max-width: 100%;
    height: auto;
    display: block;
    transition: 0.6s;
}
.xgcp .swiper-slide:hover .pic{
    border-color: #E40161;
}
.xgcp .swiper-slide:hover .pic img{
    transform: scale(1.1);
}
.xgcp .swiper-slide h3{
    font-weight: normal;
    font-size: 18px;
    margin-top: 25px;
}
.xgcp .swiper-pagination{
    margin-top: 30px;
    position: static;
}
.xgcp .swiper-pagination-bullet-active{
    background-color: #E40161;
}
.page-zlm-zone{
    background: #fbfbfb;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}
.page-zlm{
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-zlm li{
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    border: 1px solid #eee;
    height: 50px;
    min-width: 150px;
    background-color: #fff;
}
.page-zlm li a{
    display: block;
    width: 100%;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    transition: 0.6s;
    text-align: center;
    position: absolute;
    left:0;
    top:0;
    z-index: 10;
}
.page-zlm li:after{
    content: "";
    width: 0;
    height: 100%;
    background-color: #E40161;
    transition: 0.6s;
    z-index: 1;
    position: absolute;
    left:0;
    top:0;
    display: block;
}
.page-zlm li:hover,
.page-zlm li.on{
    border-color: #E40161;
}
.page-zlm li:hover:after,
.page-zlm li.on:after{
    width: 100%;
}
.page-zlm li:hover a,
.page-zlm li.on a{
    color: #fff;
}

.page-faq-list .item{
    margin-bottom: 10px;
    border: 1px solid #ebebeb;
    border-bottom:none;
}
.page-faq-list .item .title{
    background: #f8f8f8;
    border-bottom: 1px solid #ebebeb;
    line-height: 1.5;
    font-weight: 500;
    color: #363f4d;
    padding: 25px 30px 25px 25px;
    cursor: pointer;
    cursor: hand;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-faq-list .item .title i{
    font-size: 22px;
    transition:0.7s;
}
.page-faq-list .item .content{
    padding: 20px 25px;
    overflow: hidden;
    font-size: 16px;
    color: #666;
    line-height: 2;
    display: none;
    border-bottom: 1px solid #ebebeb;
}
.page-faq-list .item.active .title i{
    transform: rotate(180deg);
}
.page-news-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:50px;
}
.page-news-list li{
    background-color: #f9f9f9;
    box-shadow: 0px 0px 10px #ddd;
}
.page-news-list li .pic {
    position: relative;
    overflow: hidden;
    padding: 32.6% 0;
    background-size: auto;
    background-size: cover;
    transition: 0.8s;
}
.page-news-list li .pic p{
    transition: 0.8s;
}
.page-news-list .pcover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.page-news-list li .cons {
  background: #fafafa;
  padding: 45px 30px 45px 30px;
}
.page-news-list li .cons .title {
  position: relative;
  padding: 0 0 25px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #959595;
}
.page-news-list li:hover .pic p{
    transform:scale(1.05);
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -o-transform:scale(1.05);
    -ms-transform:scale(1.05);
}
.page-news-list li:hover .cons .title .t a{color:#E40161}
.page-news-list li .cons .title::before {
  content: '';

  position: absolute;

  left: 130px;

  top: 5px;

  width: 1px;

  height: 58px;

  background: #959595;

}
.page-news-list li .cons .title .date1 { position:absolute;left:30px;top:0;font-size:37px; line-height: 37px;color:#231f20}
.page-news-list li .cons .title .date2 { position:absolute;left:0;top:40px;font-size:22px; line-height: 22px;color:#959595;font-weight:300}
.page-news-list li .cons .title .t {margin:0 0 0 120px; line-height: 32px; height: 64px; overflow: hidden;padding:0 0 0 30px}
.page-news-list li .cons .title .t a { display:block;font-size:23px;font-weight:300;color:#3c3c3c; letter-spacing:0.6px}
.page-news-list li .cons .content {font-weight:300; line-height: 30px; height: 120px; overflow: hidden;color:#959595}

.article-title{
    display: block;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}
.article-info{
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
    color: #999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.article-info .item{
    margin-left: 25px;
    margin-right: 25px;
    display: flex;
    align-items: center;
}
.article-info .item .iconfont{
    margin-right: 10px;
}
.article-info .item .iconchakan1{
    font-size: 22px;
}
.article-content{
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 2.5;
}
.shangxiapian{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px dashed #ddd;
}
.shangxiapian li a{
    display: flex;
    align-items: center;
    color: #666;
}
.shangxiapian li a:hover{
    color: #E40161;
}
.shangxiapian li i{
    font-size: 22px;
}
.shangxiapian li .fa-arrow-circle-left{
    margin-right: 15px;
}
.shangxiapian li .fa-arrow-circle-right{
    margin-left: 15px;
}
/* contact */
.contact-information-zone{
    background-color: #f9f9f9;
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.contact-information-zone .main{
    overflow: visible;
}
.contact-information{
    display: flex;
    justify-content: space-between;
}
.contact-information .item{
    width: 31%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 55px;
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0px 0px 15px #ddd;
    transition: 1s;
}
.contact-information .item:hover{
    box-shadow: 0px 0px 15px #999;
}
.contact-information .item .icon{
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 10;
    left:50%;
    top:0;
    margin-left: -50px;
    margin-top: -50px;
    box-shadow: 0px 0px 15px #ddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #666;
    transition: 0.6s;
}
.contact-information .item:hover .icon{
    animation: spin 3s linear infinite;
    box-shadow: 0px 0px 15px #999;
}
.contact-information .item .icon i{
    font-size:36px;
}
.contact-information .info{
    padding-left: 15px;
    padding-right: 15px;
    font-size:20px;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.map-zone{
    margin-bottom: -6rem;
}
/*客服*/
.kefu{
  position: fixed;
  right: 15px;
  bottom: 96px;
  z-index: 9;
}
.kefu ul{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.kefu li a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #2687BA;
  font-size: 18px;
  color: #fff;
  ttransition: 0.6s;
}
.kefu li a i{
    font-size: 18px;
}
.kefu li:hover a{
  background-color: #06b4e1!important;
}
.kefu li.whatsapp a{
  background: #25d366;
}
.kefu li.whatsapp:hover a{
  background-color: #06b4e1;
}
.kefu li.gotop a{
  background: #E89B27;
}
.kefu li.weixin a{
  background: #2aae67;
}
.kefu li.weixin:hover a{
  background-color: #06b4e1;
}
.kefu li.weixin{
  position: relative;
}
.kefu li.weixin .qrcode{
  display: none;
  position: absolute;
  right: 60px;
  top: 50%;
  transform:translateY(-50%);
  z-index: 8;
  width: 120px;
  height: 120px;
  box-shadow: 0px 0px 5px #ccc;
}
.kefu li.weixin:hover .qrcode{
  display: block;
}
.kefu li.weixin .qrcode img{
  display: block;
  width: 100%;
}

/* 细节调整 */
@media (max-width:1630px) {
    .main,
    .header{
        padding-left: 15px;
        padding-right: 15px;
		max-width:83%;
		margin-left:auto;
		margin-right:auto;
    }

	.why-box{
		display:flex;
		justify-content:space-between;
		overflow:visible;
	}
	.why-pic{
		width: 50%;
	}
	.why-list{
		width: 48%;
		display:flex;
		flex-direction:column;
		justify-content:space-between;
        position:static;
        top:auto;
        transform: translateY(0);
	}
	.why-list .item{
		padding:10px 20px;
        margin-top: 10px;
        margin-bottom: 0;
	}
    .why-list .item:first-child{
        margin-top: 0;
    }
    .why-list .item .info .title{
        font-size:26px;
    }
	.service-left .title{
		font-size: 70px;
	}
	.service-left .btns a{
		font-size:15px;
	}
    .shuzi-title .shang{
        font-size:42px;
    }
    .shuzi-title .xia{
        font-size:36px;
    }
    .common-title h2{
        font-size:84px;
    }
    .index-prolist li h3{
        font-size: 16px;
    }
}
@media (max-width:1570px) {
    .shuzi-title .shang{
        font-size:32px;
    }
    .shuzi-title .xia{
        font-size:26px;
    }
    .service-left .title,
    .common-title h2{
        font-size: 60px;
    }
    .nav{
        transition:0.7s;
        padding-left:5%;
        padding-right:5%;
    }
    #custom1 .back .shang .score{
        font-size: 30px;
    }
    .page-left{
        width: 300px;
    }
    .page-right {
        width: calc(100% - 330px);
    }
    .zlm dl dd a{
        padding-left: 20px;
    }
    .pro_right .pro_info{
        font-size: 16px;
    }
    .product-btns a{
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .product-btns a .iconfont{
        font-size: 16px;
    }
    .product-btns a:first-child{
        margin-right: 10px;
    }
}
@media (max-width:1440px) {
    html{
        font-size: 34%;
    }
    body{
        font-size:16px;
    }
    .nav > li > h3 > a{
        font-size:18px;
    }
    .nav .sub > li > a{
        font-size: 15px;
    }
    #search-btn{
        margin-right: 25px;
    }
    .shuzi-box .item .shang{
        font-size:36px;
    }
    .shuzi-box .item .title{
        font-size: 18px;
    }
    .service-left .title, .common-title h2{
        font-size:36px;
    }
    .service-left .txt{
        font-size: 16px;
    }
    .service-left .xia{
        padding-left: 0;
        padding-right: 0;
    }
    .service-left .advantage li{
        font-size: 15px;
    }
    .service-right .box{
        padding: 20px 25px;
    }
    .service-right .box .box-left .title{
        font-size: 20px;
    }
    .service-right .box img{
        max-width: 48px;
        height: auto;
    }
    .service-right .box .box-left{
        padding-right: 35px;
    }
    .shuzi-box .item .txt{
        font-size: 14px;
    }
    .common-title .txt{
        font-size: 18px;
    }
    .index-prolist li h3{
        font-size: 14px;
    }
    .custom-list .item .box .front .txt{
        font-size: 18px;
    }
    .footer-title{
        font-size: 22px;
    }
    .footer-middle ul li{
        font-size: 16px;
    }
    .copyright{
        font-size: 14px;
    }
    .about-box1 .left .title{
        font-size: 34px;
    }
    .about-box1 .left .txt{
        font-size: 18px;
    }
    .about-box1 .right .other{
        font-size: 18px;
    }
    .num-box .item .shang{
        font-size:36px;
    }
    .num-box .item .title{
        font-size: 18px;
    }
    .num-box .item .txt{
        font-size: 14px;
    }
    .liucheng .item .txt{
        font-size: 16px;
    }
    .step .item .title{
        font-size: 20px;
    }
    .step .item h3{
        font-size: 16px;
    }
    .step .item .txt{
        font-size: 15px;
    }
    .pinkong .item .txt{
        font-size: 16px;
    }
    .zlm dl dt{
        font-size: 18px;
    }
    .prolist li h3{
        font-size: 16px;
    }
    .lmmc{
        font-size: 20px;
    }
    .pro_right h2{
        font-size: 16px;
    }
    .quote-form .itext{
        font-size: 14px;
    }
    .xgcp .swiper-slide h3{
        font-size: 14px;
    }
    .page-news-list li .cons .title .t a{
        font-size: 18px;
    }
    #custom1 .back .shang .score{
        font-size: 20px;
    }
}
@media (max-width:1200px) {

    .nav > li > h3 > a{
        font-size: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .nav .sub > li > a{
        font-size: 14px;
    }
    #search-btn{
        margin-right: 15px;
    }
    .shuzi-title .shang{
        font-size: 30px;
    }
    .shuzi-title .xia{
        font-size: 24px;
    }
    .shuzi-box .item .title{
        font-size: 16px;
    }
    .service-right .box .box-left .title{
        font-size: 18px;
    }
    .why-list .item .info .title{
        font-size: 20px;
    }
    .why-list .item .info{
        padding-left: 20px;
    }
    .num-box .item .title{
        font-size: 16px;
    }
    .step .item h3{
        font-size: 14px;
    }
    .pinkong .item .txt{
        font-size: 14px;
    }
}
.nav-language{
    display: none;
}
#product-menu-btn{
    display: none;
}
@media (max-width:768px) {
	.main,
    .header{
        max-width:100%;
    }
    html{
        font-size: 28%;
    }
    
    body{
        font-size: 14px;
    }
    .top-zone{
        display: none;
    }
    .header-zone, 
    .logo, 
    .nav > li > h3{
        height: 50px;
    }
    .logo img{
        height: 40px;
    }
    .nav{
        width: 100%;
        position: absolute;
        left:0;
        top:100%;
        z-index: 99;
        background-color: #fff;
        border-top: 1px solid rgba(228, 1, 97, 1);
        flex-direction: column;
        display:none;
        padding-left: 0;
        padding-right: 0;
    }
    .nav > li{
        margin-left: 0;
        margin-right: 0;
    }
    .nav > li > h3 > a{
        font-size: 14px;
        flex-grow: 1;
    }
    .nav > li > h3{
        justify-content: space-between;
        border-bottom: 1px solid #ddd;
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav > li > h3 > i{
        display: block;
    }
    .nav > li:hover > .sub{
        display: none;
    }
    .nav .sub{
        position: static;
        background-color: #f7f7f7;
        display:none;
        transform: translateX(0);
        border-bottom: 1px solid #ddd;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .nav .sub > li > a{
        text-align: left;
        padding-left: 30px;
        line-height: 45px;
        display: block;
        padding-right: 15px;
    }
    .nav-language{
        display: flex;
        align-items: center;
        height: 50px;
        padding-left: 15px;
        padding-right: 15px;
        border-bottom: 1px solid #ddd;
    }
    .nav-language a{
        margin-right: 30px;
        padding-left: 30px;
        background-size: 20px 20px;
        background-repeat: no-repeat;
        background-position: left center;
    }
    .nav-language a.en{
        background-image: url(../images/en.png);
    }
    .nav-language a.fra{
        background-image: url(../images/fa.png);
    }
    .nav-language a.de{
        background-image: url(../images/de.png);
    }
    .shuzi-box{
        flex-wrap: wrap;
    }
    .shuzi-box .item{
        width: 48%;
    }
    .shuzi-box .item:nth-child(3),
    .shuzi-box .item:nth-child(4){
        margin-top: 6rem;
    }
    .flex-jsb{
        flex-wrap: wrap;
    }
    .service-left{
        width: 100%;
    }
    .service-right{
        width: 100%;
        margin-top: 6rem;
    }
    .why-box{
        display: flex;
        flex-direction: column;
    }
    .why-pic{
        width: 100%;
        float: none;
    }
    .why-list{
        width: 100%;
        position: static;
        transform: translateY(0);
        margin-top: 5rem;
    }
    .index-prolist{
        grid-template-columns: repeat(3, 1fr);
    }
    .custom-list{
        flex-direction: column;
    }
    .custom-list .item{
        width: 100%;
    }
    .custom-list .item .box .front{
        opacity: 1;
    }
    #custom3{
        display: flex;
        flex-direction: column-reverse;
    }
    #custom2,
    #custom3{
        margin-top: 4rem;
    }
    #custom3 .stars{
        margin-top: 4rem;
    }
    .footer-left{
        width: 100%;
    }
    .footer-middle,
    .footer-right{
        display: none;
    }
    .page-news-list{
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .page-main{
        flex-direction: column;
    }
    .page-left,
    .page-right{
        width: 100%;
    }
    .zlm,
    .zlm dl dd{
        display: none;
    }
    .page-right{
        margin-top: 6rem;
    }
    .lmmc{
        height: 50px;
        line-height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 15px;
    }
    #product-menu-btn{
        display: block;
        margin-left: auto;
    }
    .product-detail{
        flex-direction: column;
    }
    .pro_left,
    .pro_right{
        width: 100%;
    }
    .pro_right{
        margin-top: 6rem;
    }
    .product-btns{
        margin-top: 5rem;
    }
	.service-left .btns a{
		font-size:14px;
	}
    .about-pic-zone{
        margin-top: 25rem;
    }
    .zlm dl dt{
        font-size: 16px;
    }
    .contact-information .info{
        font-size: 16px;
    }
}


@media (max-width:600px) {
    html{
        font-size: 20%;
    }
    .shuzi-box .item{
        width: 100%;
        margin-top: 6rem;
    }
    .service-left .advantage li{
        width: 100%;
    }
    .service-left .btns{
        flex-direction: column;
    }
    .service-left .btns a{
        width: 100%;
        margin-top: 4rem;
    }
    .service-left .xia{
        padding-left: 0;
        padding-right: 0;
    }
    .service-right{
        display: flex;
        flex-direction: column;
        padding-bottom: 6rem;
    }
    .service-right .pic{
        width: 100%;
        max-width: 100%;
    }
    .service-right .box{
        width: 100%;
        position: static;
        margin-top: 6rem;
    }
    .service-right .box .box-left{
        padding-right: 25px;
    }
    .why-list .item{
        flex-direction: column;
        padding: 35px 15px;
    }
    .why-list .item .info{
        padding-left: 0;
        margin-top: 10rem;
    }
    .why-list .item .info .title{
        text-align: center;
    }
    .index-prolist {
        grid-template-columns: repeat(2, 1fr);
    }
    .platform-list{
        justify-content: center;
        flex-direction: column;
    }
    .platform-list a{
        display: block;
        margin-top: 10rem;
        margin-bottom: 10rem;
    }
    .copy-left,
    .copy-right{
        width: 100%;
        text-align: center;
    }
    .copy-right{
        margin-top: 5rem;
    }
    .about-box1{
        flex-direction: column;
    }
    .about-box1 .left,
    .about-box1 .right{
        width: 100%;
    }
    .liucheng{
        flex-wrap: wrap;
    }
    .liucheng .item{
        width: 48%;
        margin-bottom: 40px;
    }
    .liucheng:after,
    .liucheng .item .txt:after{
        display: none;
    }
    #step1 .list,
    #step2 .list,
    #step3 .list,
    #step4 .list,
    #step5 .list{
        grid-template-columns: repeat(1, 1fr);
    }
    .step .item-half{
        width: 100%;
    }

    .pinkong{
        flex-wrap: wrap;
    }
    .pinkong .item{
        width: 48%;
        margin-bottom: 80px;
    }
    .pinkong:after,
    .pinkong .item .txt:after{
        display: none;
    }

    .prolist {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .product-btns{
        flex-direction: column;
    }
    .product-btns a{
        width: 100%;
        margin-bottom: 2rem;
        text-align: center;
    }
    .product-btns a:first-child{
        margin-right: 0;
    }
    .product-detail-title{
        background-color: #E40161;
    }
    .quote-form .item-half{
        width: 100%;
    }
    .page-faq-list .item .title{
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-news-list {
        display: flex;
        flex-direction: column;
    }
    .page-news-list li {
        width: 100%;
        margin-bottom: 30px;
    }
    .contact-information{
        flex-direction: column;
    }
    .contact-information .item{
        width: 100%;
        margin-bottom: 30px;
    }
    .shuzi-title .shang{
        font-size: 18px;
    }
    .shuzi-title .xia{
        font-size: 16px;
    }
    .shuzi-box .item .shang{
        font-size: 18px;
    }
    .service-left .title, .common-title h2{
        font-size: 18px;
    }
    .common-title .txt{
        font-size: 16px;
    }
    .why-list .item .info .title{
        font-size: 16px;
    }
    .custom-list .item .box .front .txt{
        font-size: 16px;
    }
    .footer-title{
        font-size: 18px;
    }
    .about-box1 .left .title{
        font-size: 18px;
    }
    .about-box1 .left .txt{
        font-size: 14px;
    }
    .about-box1 .right .other{
        font-size: 14px;
    }
    .num-box .item .shang{
        font-size: 18px;
    }
    .step .item .title{
        font-size: 18px;
    }
    .lmmc{
        font-size: 18px;
    }
    .position h2{
        font-size: 16px;
    }
    .prolist li h3{
        font-size: 14px;
    }
    .product-detail-title h4{
        font-size: 16px;
    }
    .page-right .content{
        font-size: 14px;
    }
}

