@charset "utf-8";
/*common css*/

@font-face{
    font-family: "Poppins-Regular";
    src: url('../fonts/Poppins-Regular.ttf');
}
@font-face{
    font-family: "Poppins-Medium";
    src: url('../fonts/Poppins-Medium.ttf');
}
@font-face{
  font-family: "SourceHanSansHK-Regular";
  src: url('../fonts/SourceHanSansHK-Regular.ttf');
}
@font-face{
  font-family: "SourceHanSansHK-Normal";
  src: url('../fonts/SourceHanSansHK-Normal.ttf');
}
@font-face{
  font-family: "SourceHanSansHK-Bold";
  src: url('../fonts/SourceHanSansHK-Bold.ttf');
}
@font-face{
  font-family: "SourceHanSansHK-Medium";
  src: url('../fonts/SourceHanSansHK-Medium.ttf');
}
@font-face{
  font-family: "ChillRoundGothic_Medium";
  src: url('../fonts/ChillRoundGothic_Medium.ttf');
}
.ChillRoundGothic_Medium{
  font-family: "ChillRoundGothic_Medium";
}

@keyframes smoke11 {
  0%, 100% {
    transform: scale(1.01)
  }
  50% {
    transform: scale(1.07)
  }
}
@keyframes smoke22 {
  0%, 100% {
    transform: translate(-3%) translateY(0px);
  }
  50% {
    transform: translate(-3%) translateY(15px);
  }
}
body{position: relative;background: #EEF3FA;}
.bold,.font-bold{
    font-weight: bold !important;
    font-family: 'SourceHanSansHK-Bold';
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

  
}
@keyframes smoke1 {
  0%, 100% {
    transform: scale(1.01);
  }
  50% {
    transform: scale(1.02);
  }
}

@keyframes smoke2 {
  0%, 100% {
    transform: translate(0%) translateY(0px);
  }
  50% {
    transform: translate(0%) translateY(15px);
  }
}
.garylightText{color: #7B7B7B;}
a{
    color:#000;padding:0;margin:0; text-decoration: none!important;
}
a:hover{
    color:#000;
}
.container-fluid{padding-right: 0;padding-left:0; }
a,button{
  -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
}
img {
    max-width: 100%;
}

p {
    line-height: 1.4;
    padding:0;margin:0;

}
ol, ul{padding-left:0;margin:0}
.font-normal2{font-family: 'SourceHanSansHK-Regular';}
body {
    overflow-x: hidden;
    width: 100%;
    font-size: 16px;
    font-family: 'SourceHanSansHK-Regular';
    color: #000;
    line-height: 1.4;
}
.smbold{font-family: 'SourceHanSansHK-Medium';}
.text p{font-family: 'SourceHanSansHK-Normal';}
.open > .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  margin-top: 0px;
  display: block;
}
.open > .sc-dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  margin-top: 0px;
  display: block !important;
}
.text-center{text-align: center;}
.container{max-width: 1640px !important;}
li{list-style-type:none;}
.over-hide{max-width: 100%;}
.none{display: none!important;}
.block{display: block!important;}
.noborder{border:none!important;}
h1,h2,h3,h4,h5,h6{padding-top:0;margin-top:0;margin:0;padding:0}
.clearfix:before,.clearfix:after{content:"";display:table;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}/*IE/7/6*/
.leg-2{line-height: 2;}
.ul-d ul li{
  list-style: disc;
  margin-left: 20px;
  
}
.daimg img{border-radius: 25px;}
.align-item-star{align-items: flex-start!important;}
.swiper-button-next,.swiper-button-prev{width: 60px;height: 60px;border-radius: 50%;background: #fff;box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);}
.swiper-button-next::after,.swiper-button-prev::after{
    color: #00A950;
    font-size: 20px;
    font-weight: bold;
}
.swiper-button-next:hover::after,.swiper-button-prev:hover::after{
  color: #000;
}
em{font-style: normal;}
.pos_r{position: relative}
.pos_a{position: absolute}
.fb{font-weight: bold;}
.tra_3s{transition: all 0.3s ease;}
.text-center{text-align: center;}
.txt p{margin-bottom: 30px;}
.txt p a{color: #087B3F;}
.text-esl2{overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2; }
.layui-layer-content{color:#fff}
.bdr_red{border: 1px solid #f00!important;}
.greenDeep{color: #6F621D;}
.black{color: #000000;}
.blueText{color: #0A76E2;}
body .fs12{font-size: 12px}
body .fs14{font-size: 14px}
body .fs16{font-size: 16px}
body .fs18{font-size: 18px}
body .fs20{font-size: 20px}
body .fs22{font-size: 22px}
body .fs24{font-size: 24px}
body .fs26{font-size: 26px}
body .fs28{font-size: 28px}
body .fs30{font-size: 30px}
body .fs32{font-size: 32px}
body .fs35{font-size: 35px}
body .fs36{font-size: 36px}
body .fs40{font-size: 40px}
body .fs44{font-size: 44px}
body .fs45{font-size: 45px}
body .fs48{font-size: 48px}
body .fs50{font-size: 50px;}
body .fs56{font-size: 56px;}
body .fs59{font-size: 59px}
body .fs60{font-size: 60px;}
body .fs65{font-size: 65px;}
body .fs68{font-size: 68px;}
body .fs72{font-size: 72px;}
body .fs98{font-size: 98px;}
body .fs110{font-size: 110px;}
form .form-group .select-menu {
    cursor: pointer;
    position: relative;
    width: 100%;
  }
  
  form .form-group .select-menu-ul {
    margin-top: 50px;
    list-style: none;
    opacity: 0;
    display: none;
    width: 100%;
    text-align: left;
    position: absolute;
    z-index: 1;
    padding-left: 0;
    border-radius: 5px;
    background: #F1F1F1;
    box-sizing: border-box;
    padding: 5px;
  }
  
  form .form-group .select-menu-ul li {
    padding: 10px 10px;
    margin-bottom: 0;
    border-radius: 0;
    color: #4A4A4A;
  }
  
  form .form-group .select-menu-ul li::before {
    display: none;
  }
  
  form .form-group .select-menu-ul li:hover {
    background: #f2f2f2;
  }
  
  form .form-group .select-menu-div {
    width: 180px;
    position: relative;
    padding: 15px;
    border: none;
    color: #000000;
    background: none;
  }
  
  form .form-group .select-menu-div i {
    margin-right: 5px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  form .form-group .select-this {
    background: #ffffff;
    border-radius: 5px;
  }
  
  form .form-group .select-menu-input {
    border: 0;
    cursor: pointer;
    user-select: none;
    width: 100%;
    outline: none;
    background: none;
    color: #A5A5A5;
    padding: 0;
  }
  
  form .form-group .select-menu-i {
    transform: rotate(180deg) translateY(50%);
  }
  
  form .form-group i {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .checkboxlist .checkbox-inline {
    display: flex;
    width: 100%;
 
  }
  
  .checkboxlist .checkbox-inline .checkbox {
    display: inline-block;
    position: relative;
    cursor: pointer;
    line-height: 1;
    display: flex;
    width: 100%;
  }
  
  .checkboxlist .checkbox-inline .checkbox input {
    opacity: 0;
    position: relative;
    z-index: 99;
    cursor: pointer;
    zoom: 1.5;
    display: none;
  }
  
  .checkboxlist .checkbox-inline .checkbox input:checked ~ .checkmark {
    background-color: #009640;
    border-color: #009640;
  }
  
  .checkboxlist .checkbox-inline .checkbox input:checked ~ .checkmark::after {
    border-color: #fff;
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
    -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
    transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  }
  
  .checkboxlist .checkbox-inline .checkbox input:checked ~ .bzbox {
     border-color: #009640;
  }
  
  .checkboxlist .checkbox-inline .checkbox .checkmark {
    position: absolute;
    height: 22px;
    width: 22px;
    left: 0px;
    top: 0px;
    background: none;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #D4D9D2;
    border-radius: 5px;
    cursor: pointer;
    opacity: 0;
  }
  
  .checkboxlist .checkbox-inline .checkbox .checkmark::after {
    content: "";
    position: absolute;
    top: 43%;
    left: 50%;
    width: 6px;
    height: 12px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
    -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
    transform: translate(-50%, -50%) rotate(45deg) scale(0);
    -webkit-transition: .2s;
    transition: .2s;
    border-width: 0 2px 2px 0;
  }
  
  .checkboxlist .checkbox-inline .bzbox {
    width: 100%;
    text-align: center;
    border: 1px solid #D4D9D2;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 13px;
  }
  
  .checkboxlist .checkbox-inline .bzbox h4 {
    color: #666666;
  }
  
  .checkboxlist .checkbox-inline p {
    color: #707070;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
  }
  .checkboxlist .checkbox-inline p span{color: #009640;}

  .radiolist .radiobox-inline .radiobox {
    display: inline-block;
    position: relative;
    cursor: pointer;
    line-height: 1;
    display: flex;
    align-items: center;
  }
  .radiolist .radiobox-inline{border-radius: 10px;border: 1px solid #E9E9E9;padding: 10px;width: 10%;margin-top: 1rem;margin-right: 1rem;}
  .radiolist .radiobox-inline .radiobox input {
    opacity: 0;
    position: relative;
    z-index: 99;
    cursor: pointer;
    zoom: 1.5;
  }
  
  .radiolist .radiobox-inline .radiobox input:checked ~ .radiomark {
    border-color: #009640;
  }
  
  .radiolist .radiobox-inline .radiobox input:checked ~ .radiomark::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
    -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
    transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  }
  
  .radiolist .radiobox-inline .radiobox input:checked ~ .radiomark .bzbox h4 {
    font-weight: bold;
  }
  
  .radiolist .radiobox-inline .radiobox .radiomark {
    position: absolute;
    height: 22px;
    width: 22px;
    left: 0px;
    top: 50%;
    margin-top: -8px;
    border-radius: 50%;
    background: none;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #D4D9D2;
    cursor: pointer;
  }
  
  .radiolist .radiobox-inline .radiobox .radiomark::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background: #406673;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
    -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
    transform: translate(-50%, -50%) rotate(45deg) scale(0);
    -webkit-transition: .2s;
    transition: .2s;
  }
  
  .radiolist .radiobox-inline .radiobox .bzbox {
    height: 35px;
    display: flex;
    align-items: center;
  }
  
  .searchbox{display: none; width: 100%;height: 100%;object-fit: cover;position: fixed;left: 0;top: 0;z-index: 999;}
  .searchbox .pupback{cursor: pointer; width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: rgba(0, 0, 0, 0.6);}
  .searchbox .container{position: relative;z-index: 999;}
  .searchbox form{
    margin-top: 3rem;
    background: #ffffff;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .searchbox form .form-group{
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0.5rem;
    border: 1px solid #009640;
    margin: 1rem;
    border-radius: 10px;
  }
  .searchbox form .form-group input{border: none;box-shadow: none;outline: none;}
  .searchbox form button{
    display: flex;
    align-items: center;
    background: #009640;
    border: 1px solid #009640;
    padding: 1rem 2rem;
    color: #fff;
  }
  .searchbox form button:hover{background: none;color: #009640;}
  .pup{position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 999999;display: flex;align-items: center;display: none;}
  .pup.show{display: flex;}
  .pup .pupback{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.6);}
  .pup .pupcontent{width: 1015px;box-sizing: border-box;border-radius: 50px; background: #fff;position: relative;z-index: 999;margin: 3rem auto;}
  .pup .pupcontent .close{cursor: pointer;width: 62px;height: 62px;border-radius: 0%;background: transparent; position: absolute;right: 10px;top: 20px;}
  .pup .pupcontent .close::before{
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    left: 20px;
    background: #000;
    transform: rotate(45deg) scaleX(1.35);
    transition-delay: .1s;
    top: 20px;
  }
  .pup .pupcontent .close::after{
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    left: 20px;
    background: #000;
    transform: rotate(-45deg) scaleX(1.35);
    transition-delay: .1s;
    top: 20px;
  }
  .pup .pupcontent .conbox{padding: 3rem;}
  .pup .pupcontent .icos img{display: block;margin: 0 auto;}
  .pup .pupcontent .end-more{margin: 0 auto; width: 181px;height: 74px;background: #0068B7;border-radius: 37px;text-align: center;color: #fff;display: flex;align-items: center;justify-content: center;}
  .pup .pupcontent .end-more:hover{background: #00226C;}


  .pageinfo ul{display: flex;justify-content: center;flex-wrap: wrap;align-items: center;}
  .pageinfo ul li{margin: 10px 5px;}
  .pageinfo ul li a{display: flex;align-items: center;justify-content: center; padding: 10px 20px;border-radius: 6px;}
  .pageinfo ul li.active a{color: #fff;background: #0A76E2;color: #fff;}
  .pageinfo ul li.all-page .form-control{cursor: pointer; border-radius: 5px;border: 1px solid #C6D9CF;} 
  .pageinfo ul li.prev a::after{
    content: "\f104";
    font-family: 'FontAwesome';
    color: #0A76E2;
  }
  .pageinfo ul li.next a::after{
    content: "\f105";
    font-family: 'FontAwesome';
    color: #0A76E2;
  }
  .pageinfo ul li a:hover{background: #0A76E2;color: #fff;}
  .pageinfo ul li a:hover::after{color: #fff;}
  .garyText{color: #656565;}

  .faqbox {
    margin-top: 20px;
  }
  
  .faqbox .items {
    padding: 0px 0px;
    background: #F5F5F5;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5rem;
  }
  
  .faqbox .items:nth-last-child(1) {
  }
  
  .faqbox .items.open .items-title {
    margin-bottom: 20px;
  }
  
  .faqbox .items.open .items-title .arrow::after {
    height: 0px;
  }
  .faqbox .items.open .items-content{padding-bottom: 1.5rem;}
  .faqbox .items .items-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: margin-bottom 0.35s ease-in-out;
    cursor: pointer;
    background: #1C468D;
    padding: 1.5rem;
    color: #fff;
  }
  
  .faqbox .items .items-title .arrow {
    position: relative;
    width: 24px;
    height: 24px;
  }
  
  .faqbox .items .items-title .arrow::before {
    content: '';
    display: block;
    width: 50%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  
  .faqbox .items .items-title .arrow::after {
    content: '';
    display: block;
    width: 1px;
    height: 50%;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: height 0.35s ease-in-out;
  }
  
  .faqbox .items .items-title h4 {
    margin-bottom: 0;
    width: calc(100% - 40px);
  }
  
  .faqbox .items .items-content {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease-in-out;
    color: #D8D8D8;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .faqbox .items .items-content p{color: #3D3D3D;}
  


@media(max-width:1680px) {
 

 
}
@media(max-width:767px) {
  
}

/* Webkit内核（Chrome、Safari） */
.blueText::-webkit-input-placeholder {
  color: #0068B7;
  /* placeholder文字颜色为红色 */
}

/* Firefox */
.blueText::-moz-placeholder {
  color: #0068B7;
  /* placeholder文字颜色为蓝色 */
}

/* IE10+ */
.blueText::-ms-input-placeholder {
  color: #0068B7;
  /* placeholder文字颜色为绿色 */
}

/* 标准语法 */
.blueText::placeholder {
  color: #0068B7;
  /* placeholder文字颜色为紫色 */
}

