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;
  font:16px/1.5 Microsoft YaHei,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Source Han Sans CN,sans-serif !important;
  color:#333;
  background-color: #FFF;
}
select,textarea,button{
  font:16px/1.5 Microsoft YaHei,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Source Han Sans CN, sans-serif;
}
@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;
}
@font-face {
    font-family: 'Din';
    src: url('../font/DINPro-Bold.otf');
}
body.zs-bg-white{
  background-color: #FFFFFF;
}
body.zs-bg-grey{
  background-color: #EAEAEA;
}
.din {
    font-family: din;
}
ul,li,dl,dd,dt{
  margin:0;
  padding:0;
  list-style-type:none;
}
h1,h2,h3{
  margin:0;
  padding:0;
  font-weight: normal;
}
em,i{
    font-style: normal;
}
img{
    border: 0;
}
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:#000;
  text-decoration:none;
  outline: none;
}
a:hover {
  color:#bd0811;
  transition: all 0.35s;
  text-decoration:none !important;
}
textarea{
    resize: none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#EAEAEA;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
   color:#EAEAEA;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
   color:#EAEAEA;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{    /* ie  */
   color:#EAEAEA;
}
.zs-pc{
    display: block !important;
}
.zs-m{
    display: none !important;
}
.zs-wrap{
  display: table;
  width: 100%;
}
.zs-wp{
  display: block;
  width:1440px;
  margin:0 auto;
}
.zs-wp.cl,.zs-cl{
  margin-bottom: 8px;
}
.zs-md-2{
  width: 50%;
}
.zs-md-3{
  width: 33.33333%;
}
.zs-md-4{
  width: 25%;
}
.zs-ml-3{
  width: 30%;
}
.zs-mr-7{
  width: 70%;
}
.zs-ml-4{
  width: 40%;
}
.zs-mr-6{
  width: 60%;
}
.zs-md-2,.zs-md-3,.zs-md-4,.zs-ml-3,.zs-mr-7{
  float: left;
}
.zs-w100{
  display: table;
  width: 100%;
}
.zs-w50{
  display: inline-block;
  width: 49.5%;
}
.zs-center{
  text-align: center !important;
}
.zs-left{
  text-align: left !important;
}
.zs-right{
  text-align: left !important;
}
.zs-red{
    color:#ed0808 !important;
}
.zs-blue{
    color:#3860F4 !important;
}
.zs-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;
}
.zs-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);
}
.zs-fl{
  float: left;
}
.zs-fr{
  float: right;
}
.zs-posr{
    position: relative;
}
.zs-posa{
    position: absolute;
}
.zs-bg-grey {
    background: #f0f0f0;
}
.zs-line{
    display: block;
    margin: 15px auto;
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-color: #ed0808;
}
.zs-title{
    position: relative;
    font-size: 48px;
    color: #333;
    font-weight: 400;
    line-height: 50px;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    text-align: center;
}
.zs-subtitle{
    position: relative;
    font-size: 24px;
    color: #333;
    font-weight: 400;
    padding: 20px 0 30px 0;
    text-align: center;
}
/*页眉 start*/
.zs-header {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    height: 120px;
    transition: all 0.35s;
    z-index: 99999;
    background: linear-gradient(180deg, #082D5C, #10408C);
    box-shadow: 0 2px 3px 0 rgba(0,9,27,.01);
}
.zs-header.show {
    position: fixed;
}
.topbox{
    display: block;
    width: 100%;
    height: 45px;
    color: #FFF;
}
.topbox .zs-wp{
    display: flex;
    align-items: center;
    width: 1680px;
    height: 100%;
    justify-content: space-between;
}
.topbox a{
    color: #FFF;
}
.topbox a:hover{
    text-decoration: underline !important;
}
.topbox .left .icon-whatsapp{
    padding-left: 25px;
	background: url("../img/icon-whatsapp.png") no-repeat left center;
	background-size: 18px 18px;
}
.topbox .left .icon-phone{
    padding-left: 22px;
    margin-left: 25px;
	background: url("../img/icon-phone.png") no-repeat left center;
	background-size: 15px 15px;
}
.topbox .right{
    display: flex;
    align-items: center;
}
.topbox .right .foot-share{
	display: flex;
	padding-top: 0;
	justify-content: flex-start;
}
.topbox .right .foot-share li{
	display: block;
	width: 21px;
	height: 21px;
	margin: 0 26px 0 0;
	padding-top: 0;
	transition: all .5s;
}
.topbox .right .foot-share li:hover{
	transform: scale(1.2);
}
.topbox .right .foot-share li a{
	display: block;
	width: 100%;
	height: 100%;
}
.topbox .right .icon-facebook{
	background: url("../img/icon-facebook.png") no-repeat center center;
	background-size: 21px 21px;
}
.topbox .right .icon-linkedin{
	background: url("../img/icon-linkedin.png") no-repeat center center;
	background-size: 21px 21px;
}
.topbox .right .icon-youtube{
	background: url("../img/icon-youtube.png") no-repeat center center;
	background-size: 21px 21px;
}
.topbox .right .icon-instagram{
	background: url("../img/icon-instagram.png") no-repeat center center;
	background-size: 21px 21px;
}
.topbox .right .icon-whatsapp{
	background: url("../img/icon-whatsapp.png") no-repeat center center;
	background-size: 21px 21px;
}
.topbox .right .language{
    margin-left: 28px;
    height: 28px;
    cursor: pointer;
    position: relative;
}
.topbox .right .language .text{
    display: flex;
    align-items: center;
    margin-top: 3px;
    line-height: 22px;
    padding-left: 26px;
    justify-content: flex-start;
	background: url("../img/icon-language.png") no-repeat left center;
	background-size: 18px 18px;
}
.topbox .right .language .text i{
    margin-right: 5px;
}
.icon-cn{
    display: block;
    width: 28px;
    height: 18px;
	background: url("../img/icon-cn.png") no-repeat left center;
	background-size: auto 18px;
}
.language:hover .language-box{
    display: block;
}
.language .language-box{
    position: absolute;
    top: 28px;
    left: 50%;
    z-index: 1000;
    display: none;
    float: left;
    width: auto;
    min-width: 120px;
    transform: translate(-50%,0);
    padding: 5px 0;
    font-size: 16px;
	line-height: 2.5;
    text-align: left;
    list-style: none;
    border: none;
    white-space: nowrap;
    background-color: #FFF;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.language .language-box a{
	display: flex;
	padding: 0 20px;
    color: #000;
    align-items: center;
    border-bottom: 1px solid #E5E5E5;
}
.language .language-box a:last-child{
    border-bottom: none;
}
.language .language-box a:hover{
	color: #B81C25;
    text-decoration: none !important;
}
.zs-header .topnav {
    display: block;
    width: 100%;
    height: 75px;
    padding-top: 10px;
}
.zs-header .topnav .zs-wp{
    display: flex;
    width: 1680px;
    justify-content: space-between;
    position: relative;
}
.zs-header .logo{
    width: 249px;
    height: 47px;
    margin: 0 0 0 0;
}
.zs-header .logo img{
    display: block;
    width: 100%;
    height: 100%;
}
.zs-header .nav{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
}
.zs-header .nav li{
    position: relative;
    margin-left: 75px;
    display: block;
    width: auto;
    height: 50px;
}
.zs-header .nav li a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 50px;
    position: relative;
}
.zs-header .nav li.cur,.zs-header .nav li:hover{
    font-weight: bold;
}
.zs-header .nav li a:after {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    bottom: 0;
    width: 0;
    height: 4px;
    border-radius: 2px;
    background-color: #FFF;
    transition: all 0.35s;
}
.zs-header .nav li.cur a:after, .zs-header .nav li a:hover:after {
    width: 30px;
    margin-left: -15px;
    background-color: #FFF;
    bottom: 0;
}
.zs-header .nav li:hover a{
    color: #FFFFFF;
}
.zs-header .nav li.cur a{
    color: #FFFFFF;
    font-weight: bold;
}
.zs-header .nav li a.nav-arrow:after{
    content: '';
    position: absolute;
    display: block;
    right: -20px;
    top: 20px;
    width: 15px;
    height: 15px;
    background-size: auto 15px;
}
.zs-header .nav li.cur a:after.nav-arrow,.zs-header .nav li:hover a.nav-arrow:after{
   
    background-size: auto 15px;
}
.zs-header li:hover .dropdown-menu{
    display: block;
}
.zs-header .nav li.down.cur a:hover:after, .zs-header .nav li.down a:hover:after {
    display: none;
}
.zs-header .nav li.weixin{
    position: absolute;
    top: 0;
    right: 0;
}
.zs-header .nav li.weixin a{
    display: flex;
    align-items: center;
    padding: 0 30px;
}
.zs-header .nav li.weixin a img{
    display: block;
    width: 23px;
    height: 19px;
    margin-right: 8px;
}
.zs-header .nav li.weixin:hover .ercode{
    display: block;
}
.zs-header .nav li.weixin .ercode{
    position: absolute;
    top: 55px;
    left: 50%;
    z-index: 1000;
    display: none;
    width: auto;
    min-width: 100%;
    margin-left: -50%;
    padding: 0 0 15px 0;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    list-style: none;
    border: none;
    white-space: nowrap;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.zs-header .nav li.weixin .ercode img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0;
}
.zs-header .dropdown-menu {
    position: absolute;
    top: 46px;
    left: 50%;
    z-index: 1000;
    display: none;
    float: left;
    width: auto;
    min-width: 100%;
    transform: translate(-50%, 0);
    padding: 0;
    font-size: 16px;
    text-align: left;
    list-style: none;
    border: none;
    border-radius: 10px;
    white-space: nowrap;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.375);
    box-shadow: 0 6px 12px rgba(0,0,0,.375);
}
.zs-header .dropdown-menu li{
    height: auto;
    padding: 0 0;
    margin-left: 0;
}
.zs-header .dropdown-item-title {
    line-height: 12px;
    margin: 0 10px;
    color: #666;
    height: auto;
    font-size: 16px;
    padding: 16px 10px 8px;
    border-bottom: 1px solid #e8e8e8;
}
.zs-header .dropdown-main-nav {
    width: 100%;
    line-height: 1.4;
}
.zs-header .dropdown-sub-item .three-sub-item{
    display: none;
}
.zs-header .dropdown-sub-item .three-sub-item.show{
    display: block;
}
.zs-header .dropdown-main-nav .dropdown-sub-item,.zs-header .dropdown-sub-item .three-sub-item{
    padding: 0;
    float: left;
    width: 100%;
}
.zs-header .dropdown-main-nav .dropdown-sub-item>a,.zs-header .dropdown-sub-item .three-sub-item>a{
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding: 17px 25px 16px 25px;
    line-height: 1;
    color: #333 !important;
    font-size: 16px;
    text-align: left;
    position: relative;
    font-weight: normal !important;
    border-bottom: 1px solid #e8e8e8;
}
.zs-header .dropdown-main-nav .dropdown-sub-item>a i{
    position: absolute;
    right: 18px;
    top: 0;
    width: 30px;
    text-align: right;
    line-height: 50px;
    z-index: 100;
}
.zs-header .dropdown-main-nav .dropdown-sub-item.cur>a,.zs-header .dropdown-sub-item .three-sub-item>a.cur{
    color: #B81C25 !important;
    background-color:#F1F1F1 !important;
}
.zs-header .dropdown-main-nav .dropdown-sub-item>a:after,.zs-header .dropdown-sub-item .three-sub-item>a:after{
    display: none;
}
.zs-header .dropdown-main-nav .dropdown-sub-item>a:hover,.zs-header .dropdown-sub-item .three-sub-item>a:hover {
    color: #B81C25 !important;
    text-decoration: none;
    background-color:#F1F1F1 !important;
}
.zs-header li:hover .pro-menu{
    display: block;
}
.zs-header .pro-menu {
    position: absolute;
    top: 46px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    width: auto;
    min-width: 100%;
    transform: translate(-180px, 0);
    padding: 0;
    font-size: 16px;
    text-align: left;
    list-style: none;
    border: none;
    border-radius: 10px;
    white-space: nowrap;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.375);
    box-shadow: 0 6px 12px rgba(0,0,0,.375);
}
.zs-header .pro-menu .prom-box{
    display: flex;
    padding: 15px 0 68px 0;
}
.zs-header .pro-menu .prom-item{
    min-width: 180px;
    padding: 0 20px;
    border-right: 2px solid #e8e8e8;
}
.zs-header .pro-menu .prom-item>a,.zs-header .pro-menu .prom-item strong>a,.zs-header .pro-menu .prom-item .prom-item-box div a{
    display: block;
    width: 100%;
    padding: 10px 0;
    padding-right: 10px;
    line-height: 1.45;
    color: #333 !important;
    font-size: 16px;
    text-align: left;
    font-weight: normal !important;
}
.zs-header .pro-menu .prom-item strong>a{
    font-weight: bold !important;
    color: #b81c25 !important;
}
.zs-header .pro-menu .prom-item>a:hover,.zs-header .pro-menu .prom-item .prom-item-box div a:hover{
    color: #b81c25 !important;
}
.zs-header .pro-menu .prom-item>a:after,.zs-header .pro-menu .prom-item .prom-item-box div a:after,.zs-header .pro-menu .prom-bottom .btn a:after{
    display: none;
}
.zs-header .pro-menu .prom-item .prom-item-box{
    display: flex;
    justify-content: space-between;
}
.zs-header .pro-menu .prom-item .prom-item-box div{
    width: 50%;
}
.zs-header .pro-menu .prom-bottom{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55px;
    display: flex;
    color: #FFF;
    padding: 0 12px 0 30px;
    align-items: center;
    justify-content: space-between;
    background-color: #082d5c;
    font-weight: normal !important;
}
.zs-header .pro-menu .prom-bottom .btn a{
    width: 158px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
}


.zs-header .rightbox{
    float: right;
    display: flex;
    min-width: 120px;
    height: 88px;
    padding-top: 6px;
    align-items: center;
    justify-content: flex-end;
}
.zs-header .rightbox .ico-search {
    width: 23px;
    height: 23px;
    background-size: 23px 23px;
    display: block;
    line-height: 23px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.zs-header .rightbox .ico-contact{
    display: block;
    margin-left: 16px;
    padding-left: 16px;
    padding-right: 12px;
    border-left: 1px solid #eaeaea
}
.zs-header .rightbox .ico-contact a{
    display: block;
    width: auto;
    height: 23px;
    line-height: 23px;
    font-size: 16px;
}
.zs-header .rightbox .ico-search:hover,.zs-header .rightbox .ico-contact a:hover{
    opacity: 0.8;
}
.icon-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 15px;
    width: 24px;
    height: 24px;
    background: url(../img/icon-menu.png) no-repeat center center;
    background-size: 100% auto;
}
.m-menu{
    display: none;
}
.icon-close{
    display: none;
}
/*页眉 end*/
/*subbanner*/
.subbanner{
    display: block;
    width: 100%;
    height: 488px;
    background: #0F3F88;;
    position: relative;
}
.subbanner .zs-wp{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}
.subbanner .text{
    flex: 0 0 750px;
    width: 750px;
    color: #FFF;
    line-height: 1;
    z-index: 10;
}
.subbanner .title{
    font-size: 60px;
    line-height: 1.35;
    font-weight: bold;
    background: linear-gradient(180deg, #FFFFFF 0%, #9DC3FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.subbanner .desc{
    padding-top: 22px;
    font-size: 24px;
    line-height: 1.8;
    width: 675px;
}
.subbanner .desc strong{
    display: block;
    font-weight: normal;
}
.subbanner .desc span{
    display: block;
    font-size: 24px;
}
.subbanner .btn{
    margin-top: 40px;
}
.subbanner .btn a{
    min-width: 192px;
    padding: 0 40px;
}
.subbanner .btn a:hover{
    background-color: #FFF;
    color: #B81C25;
}
.subbanner .pic{
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
}
.subbanner .pic img{
    display: block;
    width: auto;
    height: 100%;
}
.subbanner .flex{
    display: flex;
    align-items: center;
    padding-top: 0px;
}
.subbanner .price{
    font-size: 48px;
    font-weight: bold;
    color: #FCFF0E;
    margin-left: 22px;
    margin-top: 40px;
}
.subbanner .price span{
    font-size: 16px;
}
.subbanner .icon{
    display: flex;
    margin-top: 25px;
}
.subbanner .icon a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    font-size: 16px;
    color: #FFFFFF;
    height: 42px;
    margin: 0 15px 0 0;
    padding: 0 22px;
    border-radius: 14px;
    border: 2px solid #FFFFFF;
}
.subbanner .icon a:hover{
    opacity: 0.8;
}
.subbanner .icon a img{
    display: block;
    width: auto;
    height: 16px;
    margin-right: 10px;
}
.subbanner .icon a .whatsapp img{
    height: 18px;
}
.content{
    display: block;
    width: 1440px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.path{
    display: block;
    width: auto;
    padding: 10px 0;
    line-height: 35px;
    font-size: 16px;
    position: relative;
    z-index: 20;
    color: #666;
}
.path .zs-wp{
    width: 1680px;
    margin: 0 auto;
}
.path span {
    font-family: 宋体;
    font-size: 16px;
    padding: 0px 10px;
    color: #999;
    font-weight: bold;
}
/*箭头*/
.swiper-button-prev,.swiper-button-next{
    margin-top: -20px;
    border-radius: 50%;
    background-color: transparent;
    border: none;
}
.swiper-button-prev{
    left: 75px;
}
.swiper-button-next{
    right: 75px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: #333333;
    font-size: 24px;
    font-weight: bold;
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after{
    color: #e60012;
}
.h2title {
    display: block;
    text-align: center;
    padding-bottom: 30px;
    line-height: 1;
}
.h2title .title{
    display: block;
    font-size: 48px;
    color: #1E4A8F;
    font-weight: bold;
}
.h2title .desc{
    padding-top: 30px;
    font-size: 16px;
}
.h2title .more{
    display: block;
    margin-left: 50px;
    font-size: 16px;
    line-height: 32px;
}
.h2title .more span {
    font-family: 宋体;
    font-size: 16px;
    padding: 0px 5px;
}
.h3title {
    display: block;
    text-align: center;
    padding-bottom: 35px;
    line-height: 1;
}
.h3title .title{
    display: block;
    font-size: 48px;
    color: #B81C25;
    font-weight: bold;
}
.h3title .desc{
    padding-top: 15px;
    font-size: 16px;
    color: #575757;
}
.protitle {
    display: block;
    text-align: left;
    padding-bottom: 35px;
    line-height: 1;
    position: relative;
}
.protitle .title{
    display: block;
    font-size: 24px;
    color: #B81C25;
    font-weight: bold;
}
.protitle .desc{
    padding-top: 15px;
    font-size: 16px;
    color: #575757;
}
.protitle .more{
    position: absolute;
    right: 0;
    top: 0;
    line-height: 24px;
    display: block;
    font-size: 16px;
}
.protitle .more span{
    font-family: 宋体;
    font-size: 16px;
    padding: 0px 5px;
}
.btn a {
    display: block;
    width: 232px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: #FFF;
    background: #B81C25;
    border-radius: 14px;
}
.btn a:hover{
    background: #0f3f88;
}
.faq-list{
    display: block;
    padding: 60px 0;
    background-color: #F3F3F1;
}
.faq-list li{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
    padding: 15px 28px;
    background: #FFF;
    border-radius: 22px;
}
.faq-list li .title{
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    padding-right: 30px;
    position: relative;
    /*cursor: pointer;*/
}
.faq-list li:hover .title{
    color:#B81C25;
}
.faq-list li .title:before {
    content: "";
    width: 24px;
    height: 24px;
    transform: translate(-50%,-50%) rotate(0);
    background: #11aa66 url("../img/icon-faq-jia.png") no-repeat center center;
    background-size: 14px 14px;
    transition: transform .2s ease-out;
    position: absolute;
    top: 10px;
    right: -10px;
    cursor: pointer;
    border-radius: 50%;
}
.faq-list li:hover .title:before{
    background-color: #05854b
}
.faq-list li.show .title:before {
    background: #d81e06 url("../img/icon-faq-jie.png") no-repeat center center;
    background-size: 14px 14px;
}
.faq-list li.show:hover .title:before{
    background-color: #b61803;
}
.faq-list li .text{
    display: none;
    padding-top: 15px;
    color: #666;
    font-size: 16px;
    line-height: 32px;
    position: relative;
    transition: transform .2s ease-out;
}
.faq-list li.show .text{
    display: block;
}
.faq-list li .text .more{
    position: absolute;
    bottom: -2px;
    right: 0;
    font-size: 16px;
}
.faq-list li .text .more a{
    color: #1E4A8F;
}
.faq-list li .text .more a:hover{
    color: #B81C25;
}
.swiper-button-prev,.swiper-button-next{
    width: 54px;
    height: 54px;
    margin-top: -27px;
}
.swiper-button-prev{
    left: -70px;
}
.swiper-button-next{
    right: -70px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: #6D6D6D;
    font-size: 48px;
}
.swiper-button-prev:hover,.swiper-button-next:hover{
    color: #B81C25;
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after{
    color: #B81C25;
}
/*页脚 start*/
.foot-consulting{
    display: block;
    width: 100%;
    background-color: #10408B;
    padding: 20px 0;
}
.foot-consulting .zs-wp{
    display: flex;
    padding: 0 0;
    align-items: center;
    justify-content: space-between;
}
.foot-consulting .text{
    flex: 0 0 730px;
    width: 730px;
    color: #FFF;
}
.foot-consulting .title{
    font-size: 48px;
    font-weight: bold;
}
.foot-consulting .desc{
    padding-top: 20px;
    font-size: 16px;
}
.foot-consulting .btn{
    margin-top: 35px;
}
.foot-consulting .btn a{
    display: block;
    width: 232px;
    height: 61px;
    text-align: center;
    line-height: 61px;
    font-size: 24px;
    color: #FFF;
    background: #B81C25;
    border-radius: 14px;
}
.foot-consulting .btn a:hover{
    background: #FFF;
    color: #B81C25;
}
.foot-consulting .pic{
    flex: 0 0 auto;
    width: auto;
    height: 340px;
}
.foot-consulting .pic img{
    border-radius: 15px;
}
.zs-footer{
    display: block;
    width: 100%;
    padding: 0;
    background-color: #082E5D;
}
.zs-footer .foot-logo{
    height: 45px;
    width: auto;
    padding-left: 8px;
}
.foot-box{
    display: block;
    width: 100%;
    padding: 30px 0 10px 0;
    background-color: #082E5D;
}
.foot-box .zs-wp{
    display: flex;
    width: 1680px;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.foot-box .foot-menu{
    position: absolute;
    right: 300px;
    top: 9px;
    display: flex;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.3);
}
.foot-box .foot-menu a{
    display: block;
    color: #FFF;
    margin: 0 20px;
}
.foot-box .foot-menu a:hover{
    text-decoration: underline !important;
}
.zs-footer .foot-share{
	display: flex;
	padding-top: 0;
	justify-content: flex-start;
}
.zs-footer .foot-share li{
	display: block;
	width: 28px;
	height: 28px;
	margin: 0 24px 0 0;
	padding-top: 0;
	transition: all .5s;
}
.zs-footer .foot-share li:hover{
	transform: scale(1.2);
}
.zs-footer .foot-share li a{
	display: block;
	width: 100%;
	height: 100%;
}
.icon-facebook{
	background: url("../img/icon-facebook.png") no-repeat center center;
	background-size: 28px 28px;
}
.icon-linkedin{
	background: url("../img/icon-linkedin.png") no-repeat center center;
	background-size: 28px 28px;
}
.icon-youtube{
	background: url("../img/icon-youtube.png") no-repeat center center;
	background-size: 28px 28px;
}
.icon-instagram{
	background: url("../img/icon-instagram.png") no-repeat center center;
	background-size: 28px 28px;
}
.icon-whatsapp{
	background: url("../img/icon-whatsapp.png") no-repeat center center;
	background-size: 28px 28px;
}
.zs-footer .foot-nav{
    display: block;
    padding: 30px 0;
    background-color: #082E5D;
}
.zs-footer .foot-nav ul{
    display: flex;
    width: 1680px;
    justify-content: space-between;
}
.zs-footer .foot-nav li{
    display: inline-block;
    min-width: 170px;
    height: auto;
    text-align: left;
    color: #FFF;
    padding-left: 25px;
}
.zs-footer .foot-nav li:nth-child(5){
    min-width: 250px;
    padding-left: 0;
}
.zs-footer .foot-nav li dt{
    display: block;
    font-weight: bold;
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1;
    color: #FFF;
}
.zs-footer .foot-nav li dd{
    display: block;
    line-height: 2;
    font-size: 16px;
    /* white-space: nowrap; */
}
.zs-footer .foot-nav li a{
    display: block;
    line-height: 2;
    font-size: 16px;
    white-space: nowrap;
    color: #FFF;
}
.zs-footer .foot-nav li a:hover,.zs-footer .copyright a:hover{
    text-decoration: underline !important;
}
.zs-footer .foot-nav .ercode{
    display: flex;
    align-items: center;
    justify-self: start;
    padding-right: 20px;
    height: 130px;
}
.zs-footer .foot-nav .ercode img{
    display: block;
    width: 130px;
    height: 130px;
}
.zs-footer .foot-nav .ercode .desc{
    display: block;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 10px;
}
.zs-footer .foot-nav .ercode .desc span{
    display: block;
    padding-bottom: 10px;
}
.foot-copyright{
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    color: #FFF;
}
.foot-copyright .zs-wp{
    display: flex;
    width: 1680px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: space-between;
}
.foot-copyright .copy-nav{
    display: block;
    font-size: 16px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.2);
}
.foot-copyright .copy-nav a{
    margin: 0 20px;
    color: #FFF;
}
.foot-copyright .copy-right{
    font-size: 16px;
    line-height: 1;
}
.foot-copyright .copy-right span{
    padding-left: 20px;
}
.foot-copyright .copy-right a{
    color: #FFF;
}
.foot-copyright .copy-nav a:hover,.foot-copyright .copy-right a:hover{
    text-decoration: underline !important;
}
/*页脚 end*/

/*页码*/
.zs-pages .pagination {
    padding: 30px 0 20px 0;
    display: flex;
    justify-content: center;
}
.zs-pages a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    background: #F6F6F6;
    text-align: center;
    color: #333;
    transition: all 0.35s;
    margin: 0 8px;
}
.zs-pages a:hover{
    background: #B81C25;
    color: #fff;
}
.zs-pages a i{
    margin-right: 0;
}
.zs-pages span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 3px;
    background: #B81C25;
    color: #fff;
    text-align: center;
    margin: 0 6px;
}
/*现在位置*/
.zs-path{
    margin-top: 25px;
    color: #808080;
}
.zs-path a{
    color: #27a6ee;
}
.zs-path a:hover{
    color: #FF6600;
}
.icon-close{
    display: none;
}
.h5{
    display: none;
}

/*PC自适应*/
@media screen and (min-width: 1649px) and (max-width: 1749px) {
    body {
      zoom: 0.9;
    }
}
  
@media screen and (min-width: 750px) and (max-width: 1649px) {
    body {
      zoom: 0.8;
    }
}
  
@media screen and (min-width: 751px) and (max-width: 1380px) {
    body {
      zoom: 0.7;
    }
}

/*Mobile v1*/
@media only screen and (max-width:767px){
body {
    font-size: 13px !important;
    padding-top: 0;
}
.h5{
    display: block;
}
.zs-pc{
    display: none !important;
}
.zs-m{
    display: block !important;
}
.zs-wp {
    width: 92%;
    margin: 0 auto;
}
.zs-header {
    height: auto;
}
.zs-header.show{
    position: fixed;
}
.topbox .zs-wp {
    width: 92%;
}
.topbox .right .foot-share {
    display: none;
}
.topbox .right .language {
    margin-left: 0;
}
.topbox .left .icon-phone {
    padding-left: 20px;
    margin-left: 8px;
}
.topbox .left .icon-whatsapp {
    padding-left: 21px;
}
.topbox .right .language .text {
    padding-left: 22px;
    background: url("../img/icon-language.png") no-repeat left center;
    background-size: 16px 16px;
}
.zs-header .topnav {
    height: 55px;
    padding-top: 0;
}
.zs-header .topnav .zs-wp {
    width: 92%;
}
.zs-header .logo {
    width: 159px;
    height: 30px;
    margin: 10px 0 0 0;
}
.zs-header .nav {
    display: none;
    position: absolute;
    left: -5%;
    top: 55px;
    width: 100%;
    height: 94vh;
    overflow: auto;
    padding: 15px 5% 30px 5%;
    flex-direction: column;
    flex-wrap: nowrap;
    box-sizing: content-box;
    background-color: rgba(16,64,140,.95);
}
.zs-header .nav li {
    margin-left: 38px;
}
.zs-header .nav li::after{
    content: '';
    position: absolute;
    right: 4%;
    top: 0;
    width: 60px;
    height: 50px;
    background: url(../img/icon-down.png) no-repeat right center;
    background-size: 16px 16px;
}
.zs-header .nav li:nth-child(1):after,.zs-header .nav li:nth-child(6):after{
    display: none;
}
.zs-header .nav li a {
    text-align: left;
    font-size: 16px;
    width: 80%;
}
.zs-header .nav li a:after {
    content: "";
    left: 16px;
    bottom: 0;
    width: 0;
    height: 4px;
    border-radius: 2px;
}
.zs-header .pro-menu {
    top: 46px;
    transform: translate(-10px, 0);
    font-size: 16px;
    height: 70vh;
    overflow-y: auto;
}
.zs-header .pro-menu .prom-box {
    display: flex;
    padding: 15px 0 15px 0;
    flex-direction: column;
}
.zs-header .pro-menu .prom-item {
    display: flex;
    min-width: 180px;
    padding: 0 20px 10px 20px;
    border-right: none;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-header .pro-menu .prom-item>a, .zs-header .pro-menu .prom-item strong>a, .zs-header .pro-menu .prom-item .prom-item-box div a {
    width: 50%;
    padding: 5px 0;
    line-height: 1.35;
    font-size: 16px;
}
.zs-header .pro-menu .prom-item strong {
    display: block;
    width: 100%;
}
.zs-header .pro-menu .prom-item strong>a {
    font-size: 16px !important;
}
.zs-header .pro-menu .prom-bottom {
    display: none;
}

.zs-header .dropdown-menu li {
    height: auto;
    padding: 0 0;
    margin-left: 0 !important;
}
.zs-header .dropdown-main-nav .dropdown-sub-item, .zs-header .dropdown-sub-item .three-sub-item {
    margin-left: 0;
}
.zs-header .pro-menu .prom-item .prom-item-box {
    width: 100%;
}

.language .language-box {
    min-width: 100px;
}

.icon-menu{
    display: block;
}
.icon-menu.show {
    background: url(../img/icon-close.png) no-repeat center center;
    background-size: auto 20px;
}
.path {
    line-height: 1.6;
    font-size: 16px;
}
.path .zs-wp {
    width: 92%;
    margin: 0 auto;
}
.h2title {
    padding: 0 4%;
    padding-bottom: 20px;
}
.h2title .title {
    font-size: 24px;
    line-height: 1.35;
}
.h2title .desc {
    padding-top: 15px;
    font-size: 16px;
    line-height: 1.45;
}
.h3title {
    padding: 0 2% 20px 2%;
}
.h3title .title {
    font-size: 24px;
    line-height: 1.35;
}
.h3title .desc {
    padding-top: 15px;
    font-size: 16px;
    line-height: 1.35;
}
.protitle {
    padding-bottom: 25px;
}
.protitle .title {
    line-height: 1.35;
}
.protitle .desc {
    padding-top: 10px;
    font-size: 16px;
    line-height: 1.35;
}

.subbanner {
    width: 100%;
    height: 100%;
}
.subbanner .zs-wp {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
.subbanner .text {
    flex: 0 0 100%;
    width: 100%;
    padding: 30px 4%;
    text-align: left;
    position: relative;
    z-index: 10;
}
.subbanner .title {
    font-size: 24px;
}
.subbanner .desc {
    padding-top: 12px;
    font-size: 16px;
    line-height: 1.6;
    width: 100%;
}
.subbanner .desc span {
    font-size: 16px;
}
.subbanner .pic {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.subbanner .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}
.subbanner .btn {
    margin-top: 20px;
}
.subbanner .btn a {
    min-width: auto;
    padding: 0 0;
    margin: 0 0;
}
.subbanner .flex {
    display: flex;
    align-items: flex-start;
    padding-top: 0;
    flex-direction: column-reverse;
}
.subbanner .price {
    font-size: 24px;
    margin-left: 0;
    padding-bottom: 15px;
}
.subbanner .icon a {
    width: auto;
    font-size: 13px;
    height: 32px;
    margin: 0 10px 0 0;
    padding: 0 12px;
    border-radius: 10px;
    border: 1px solid #FFFFFF;
}
.subbanner .icon a img {
    margin-right: 5px;
}

.btn a {
    width: 140px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    border-radius: 10px;
}

.content{
    width: 100%;
    padding-bottom: 0;
}

.faq-list {
    padding: 30px 0 20px 0;
}
.faq-list li {
    margin: 0 0 12px 0;
    padding: 15px 15px;
    border-radius: 10px;
    width: 100%;
}
.faq-list li .text {
    padding-top: 12px;
    font-size: 16px;
    line-height: 1.6;
}
.faq-list li .text .more {
    position: relative;
    bottom: 0;
    right: 0;
    font-size: 16px;
    margin-top: 5px;
    text-align: right;
}
.faq-list li .title {
    font-size: 16px;
    padding-right: 20px;
}
.faq-list li .title:before {
    width: 16px;
    height: 16px;
    background: #11aa66 url("../img/icon-faq-jia.png") no-repeat center center;
    background-size: 10px 10px;
}
.faq-list li.show .title:before {
    background: #d81e06 url("../img/icon-faq-jie.png") no-repeat center center;
    background-size: 10px 10px;
}

.zs-pages {
    padding: 20px 0 25px 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-pages .pagination {
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
.zs-pages span {
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 5px 5px;
}
.zs-pages a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 5px 5px;
}
.foot-consulting {
    padding: 30px 0;
}
.foot-consulting .zs-wp {
    display: flex;
    padding: 0 0;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    align-content: flex-start;
}
.foot-consulting .text {
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
}
.foot-consulting .title {
    font-size: 24px;
}
.foot-consulting .desc {
    padding-top: 5px;
    font-size: 16px;
    line-height: 1.6;
}
.foot-consulting .pic {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.foot-consulting .pic img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.foot-consulting .btn {
    margin-top: 15px;
}
.foot-consulting .btn a {
    margin: 0 auto;
    width: 140px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    border-radius: 8px;
}
.swiper-button-prev {
    left: -15px;
}
.swiper-button-next {
    right: -15px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: #DDD;
    font-size: 24px;
}
.foot-box .zs-wp {
    display: flex;
    width: 92%;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    flex-direction: column;
}
.foot-box .foot-menu {
    position: relative;
    right: 0;
    top: 0;
    display: flex;
    padding: 15px 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.3);
}
.foot-box .foot-menu a {
    margin: 0 8px;
}
.zs-footer .foot-share li {
    margin: 0 12px 0 12px;
}
.foot-copyright .zs-wp {
    width: 92%;
    padding: 15px 0;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}
.foot-copyright .copy-nav {
    font-size: 12px;
    line-height: 1.8;
}
.foot-copyright .copy-nav a {
    margin: 0 10px;
}
.foot-copyright .copy-right {
    padding-top: 5px;
    font-size: 12px;
    line-height: 1.8;
}
.foot-copyright .copy-right span {
    padding-left: 0;
    display: block;
}
.zs-footer .foot-nav {
    padding: 30px 0 0;
}
.zs-footer .foot-nav ul {
    display: flex;
    width: 92%;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
}
.zs-footer .foot-nav li {
    min-width: 100%;
    height: auto;
    text-align: left;
    padding-left: 0;
    padding-bottom: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-footer .foot-nav li dt {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1;
    width: 100%;
}
.zs-footer .foot-nav li a {
    line-height: 1.8;
    font-size: 13px;
    margin-right: 10px;
}
.zs-footer .foot-nav li:nth-child(4) {
    display: block;
    min-width: 100%;
    padding-left: 0;
}
.zs-footer .foot-nav li:nth-child(5) {
    min-width: 100%;
    padding-left: 0;
}

}


.popup {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}
.popup-content {
    margin: 8% auto;
    width: 80%;
    position: relative;
    width: 480px;
}
.close-btn {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;right: 15px;top: 5px;
    z-index: 998;
}
.close-btn:hover,
.close-btn:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.ac-form{
    flex: 0 0 480px;
    width: 480px;
    min-height: 480px;
    color: #FFF;
    padding: 35px 35px 15px 35px;
    border-radius: 25px;
    background-color: #B81C25;
}
.ac-form .title{
    font-size: 48px;
    font-weight: bold;
    padding-bottom: 20px;
}
.ac-form .form-item{
    margin-bottom: 15px;
}
.ac-form .form-input{
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    padding: 0 10px;
    color: #FFF;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.ac-form .form-textarea{
    width: 100%;
    font-size: 16px;
    padding: 0 10px;
    color: #FFF;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.ac-form .btn-submit {
    display: block;
    margin: 0 0 0 auto;
    width: 232px;
    height: 60px;
    margin-top: 20px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #B81C25;
    background-color: transparent;
    border: none;
    background: #FFF;
    border-radius: 14px;
    font-weight: bold;
    cursor: pointer;
}
.ac-form .btn-submit:hover{
    opacity: 0.8;
}

.btn-two-img{
    position: relative;
}
.btn-two-txt{
    position: absolute;left: 10px;right: 10px;top: 0;bottom: 0;margin: auto;
    height: 50%;
    /* background: rgb(17 63 141 / 83%); */
    text-align: center;
}
.btn-two-txt h5{
    font-size: 28px;
    color: #ffffff;
    margin: 20px 0 0 0;
}
.btn-two-txt h6{
    font-size: 18px;
    color: #ffffff;
    font-weight: 200;
    margin: 0px;
}


@media only screen and (max-width: 767px) {
.ac-form {
    flex: auto;
    width: 100%;
    min-height: auto;
    padding: 25px 15px 15px 15px;
    border-radius: 10px;
}
.ac-form .title {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
}
.ac-form .form-input {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    padding: 0 5px;
}
.ac-form .btn-submit {
    margin: 0 0 0 auto;
    width: 132px;
    height: 32px;
    margin-top: 20px;
    line-height: 32px;
    font-size: 16px;
    background: #FFF;
    border-radius: 10px;
}
.popup-content {
    margin: 30% auto;
    position: relative;
    width: 100%;
    padding: 25px 15px 15px 15px;
}
.close-btn {
    right: 20px;
    top: 20px;
}
.faq-list li {
    width: 100% !important;
}
}

:root {
    --primary-color: #2c3e50;
    --secondary-color: #B81C25;
    --background-gradient: linear-gradient(145deg, #f8f9fa 0%, #e9ecef 100%);
    --hover-color: #f1f3f5;
    --shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }

  .accordion {
    width: 100%;
    max-width: 400px;
  }

  /* 折叠项样式 */
  .collapsible {
    border-radius: 8px;
    margin-bottom: 12px;
    box-shadow: var(--shadow);
    transition: transform 0.2s, box-shadow 0.2s;
  }

  .collapsible:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  }

  /* 标题区域 */
  .accordion-header {
    padding: 20px 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #585858 ;
    font-weight: 600;
    margin-top: 30px;
    font-size: 20px;
  }

  .accordion-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .accordion-icon.active {
    transform: rotate(90deg);
  }

  /* 内容区域 */
  .nested {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .nested.active {
    max-height: 500px;
  }

  /* 子项样式 */
  .nested-item {
    padding: 12px 0;
    color: #5c6b7a;
    border-bottom: 1px solid #eee;
    transition: background 0.2s;
  }

  .nested-item:last-child {
    border-bottom: none;
  }

  .nested-item:hover {
    background: var(--hover-color);
  }

  /* 特殊项样式 */
  .no-collapse {
    padding: 16px 24px;
    border-radius: 8px;
    color: #b81c25;
    font-weight: 500;
    box-shadow: var(--shadow);
    margin-top: 30px;
    font-size: 20px;
  }

  /* 图标SVG */
  .arrow-icon {
    width: 100%;
    height: 100%;
    fill: var(--secondary-color);
  }