* {
  margin: 0;
  padding: 0;
  font-family: SourceHanSansCN
}
li {
  list-style: none
}
i {
  font-style: normal
}
a {
  color: black;
  text-decoration: none
}
.swiperAndNavigation .swiperAndNavigationBox {
  height: 100vh
}
.swiperAndNavigation .swiperAndNavigationBox .swiper {
  height: 100%;
  width: 100%
}
.swiperAndNavigation .swiperAndNavigationBox .swiper .swiper-slide img {
  height: 100vh
}
.swiperAndNavigation .swiperAndNavigationBox .positionAbsoluteNavigtion {
  position: fixed;
  top: 1.25rem;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 9999;
  transition-duration: .5s;
  padding: 0.625rem 0;
}
.swiperAndNavigation .swiperAndNavigationBox .positionAbsoluteNavigtion .positionAbsoluteNavigtionData {
  width: 80vw;
  background: white;
  transition-duration: .5s
}
.swiperAndNavigation .swiperAndNavigationBox .positionAbsoluteNavigtion .positionAbsoluteNavigtionData .topNavigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition-duration: .5s;
  width: 80vw;
  height: 100%
}
.swiperAndNavigation .swiperAndNavigationBox .positionAbsoluteNavigtion .positionAbsoluteNavigtionData .topNavigation .leftLogo {
  padding-left: 1.875rem;
  margin-top: .5rem
}
.swiperAndNavigation .swiperAndNavigationBox .positionAbsoluteNavigtion .positionAbsoluteNavigtionData .topNavigation .leftLogo img {
  height: 3rem
}
.swiperAndNavigation .swiperAndNavigationBox .positionAbsoluteNavigtion .positionAbsoluteNavigtionData .topNavigation .centerList {
  height: 100%;
  display: flex;
  align-items: center
}
.swiperAndNavigation .swiperAndNavigationBox .positionAbsoluteNavigtion .positionAbsoluteNavigtionData .topNavigation .centerList ul {
  display: flex;
  align-items: center;
  height: 100%
}
.swiperAndNavigation .swiperAndNavigationBox .positionAbsoluteNavigtion .positionAbsoluteNavigtionData .topNavigation .centerList ul li {
	height: 100%;
}
.swiperAndNavigation .swiperAndNavigationBox .positionAbsoluteNavigtion .positionAbsoluteNavigtionData .topNavigation .centerList ul li a {
  padding: 0 2rem;
  cursor: pointer;
  font-size: .875rem;
  font-family: SourceHanSansCN;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 .1rem
	display: block;
  transition-duration: .5s
}
.swiperAndNavigation .swiperAndNavigationBox .positionAbsoluteNavigtion .positionAbsoluteNavigtionData .topNavigation .centerList ul li a::after {
  content: '';
  width: 100%;
  position: absolute;
  background: #4B4DC8;
  height: 4px;
  transform: translateX(-5px);
  opacity: 0;
  left: 0;
  top: 0;
  transition-duration: .5s
}
.swiperAndNavigation .swiperAndNavigationBox .positionAbsoluteNavigtion .positionAbsoluteNavigtionData .topNavigation .centerList ul li a:hover,.swiperAndNavigation .swiperAndNavigationBox .positionAbsoluteNavigtion .positionAbsoluteNavigtionData .topNavigation .centerList ul li a.active {
  color: #4B4DC8
}
.swiperAndNavigation .swiperAndNavigationBox .positionAbsoluteNavigtion .positionAbsoluteNavigtionData .topNavigation .centerList ul li a:hover::after,.swiperAndNavigation .swiperAndNavigationBox .positionAbsoluteNavigtion .positionAbsoluteNavigtionData .topNavigation .centerList ul li a.active::after {
  transform: translateX(0);
  opacity: 1
}
.swiperAndNavigation .swiperAndNavigationBox .positionAbsoluteNavigtion .positionAbsoluteNavigtionData .topNavigation .rightPhone {
  padding-right: 1.875rem
}
.swiperAndNavigation .swiperAndNavigationBox .positionAbsoluteNavigtion .positionAbsoluteNavigtionData .topNavigation .rightPhone .phoneIconAndAddress {
  display: flex;
  align-items: center
}
.swiperAndNavigation .swiperAndNavigationBox .positionAbsoluteNavigtion .positionAbsoluteNavigtionData .topNavigation .rightPhone .phoneIconAndAddress .phoneIcon a {
  display: flex;
  align-items: center;
  cursor: pointer
}
.swiperAndNavigation .swiperAndNavigationBox .positionAbsoluteNavigtion .positionAbsoluteNavigtionData .topNavigation .rightPhone .phoneIconAndAddress .phoneIcon img {
  width: 1.375rem
}
.swiperAndNavigation .swiperAndNavigationBox .positionAbsoluteNavigtion .positionAbsoluteNavigtionData .topNavigation .rightPhone .phoneIconAndAddress .phoneIcon span {
  margin-left: .625rem;
  font-family: SourceHanSansCN;
  color: #4B4DC8
}
.swiperAndNavigation .swiperAndNavigationBox .positionAbsoluteNavigtion .positionAbsoluteNavigtionData .topNavigation .rightPhone .phoneIconAndAddress .address {
  margin-left: 1.875rem
}
.swiperAndNavigation .swiperAndNavigationBox .positionAbsoluteNavigtion .positionAbsoluteNavigtionData .topNavigation .rightPhone .phoneIconAndAddress .address .addressBox {
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  background: #4B4DC8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%
}
.swiperAndNavigation .swiperAndNavigationBox .positionAbsoluteNavigtion .positionAbsoluteNavigtionData .topNavigation .rightPhone .phoneIconAndAddress .address .addressBox img {
  height: 1.125rem
}
.swiperAndNavigation .swiperAndNavigationBox .bottomPositionAbsoluteNavigtion {
  position: absolute;
  padding-top: 3rem;
  background-image: linear-gradient(-180deg,hsla(0,0%,74.9%,0),rgba(0,0,0,.78) 97%);
  bottom: 0rem;
  width: 100%;
  display: flex;
  z-index: 1;
  justify-content: center
}
.swiperAndNavigation .swiperAndNavigationBox .bottomPositionAbsoluteNavigtion .bottomPositionAbsoluteNavigtionData {
  width: 70vw
}
.swiperAndNavigation .swiperAndNavigationBox .bottomPositionAbsoluteNavigtion .bottomPositionAbsoluteNavigtionData ul {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.swiperAndNavigation .swiperAndNavigationBox .bottomPositionAbsoluteNavigtion .bottomPositionAbsoluteNavigtionData ul li {
  width: 7.5%;
  cursor: pointer
}
.swiperAndNavigation .swiperAndNavigationBox .bottomPositionAbsoluteNavigtion .bottomPositionAbsoluteNavigtionData ul li .iconAndTextAndBttomArraw .icon {
  display: flex;
  flex-direction: column;
  align-items: center
}
.swiperAndNavigation .swiperAndNavigationBox .bottomPositionAbsoluteNavigtion .bottomPositionAbsoluteNavigtionData ul li .iconAndTextAndBttomArraw .icon span {
  color: white;
  font-size: 2.5rem;
  transition-duration: .5s
}
.swiperAndNavigation .swiperAndNavigationBox .bottomPositionAbsoluteNavigtion .bottomPositionAbsoluteNavigtionData ul li .iconAndTextAndBttomArraw .iconText {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: .8rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid white;
  transition-duration: .5s
}
.swiperAndNavigation .swiperAndNavigationBox .bottomPositionAbsoluteNavigtion .bottomPositionAbsoluteNavigtionData ul li .iconAndTextAndBttomArraw .iconText span {
  color: white;
  font-size: .85rem
}
.swiperAndNavigation .swiperAndNavigationBox .bottomPositionAbsoluteNavigtion .bottomPositionAbsoluteNavigtionData ul li .iconAndTextAndBttomArraw .iconArraw {
  display: flex;
  justify-content: center
}
.swiperAndNavigation .swiperAndNavigationBox .bottomPositionAbsoluteNavigtion .bottomPositionAbsoluteNavigtionData ul li .iconAndTextAndBttomArraw .iconArraw span {
  color: white;
  font-size: 1.5rem;
  opacity: 0;
  transition-duration: .5s
}
.swiperAndNavigation .swiperAndNavigationBox .bottomPositionAbsoluteNavigtion .bottomPositionAbsoluteNavigtionData ul li:nth-last-child(1) .iconAndTextAndBttomArraw .icon span {
  font-size: 3.3rem
}
.swiperAndNavigation .swiperAndNavigationBox .bottomPositionAbsoluteNavigtion .bottomPositionAbsoluteNavigtionData ul li:nth-last-child(1) .iconAndTextAndBttomArraw .iconText {
  margin-top: 0
}
.swiperAndNavigation .swiperAndNavigationBox .bottomPositionAbsoluteNavigtion .bottomPositionAbsoluteNavigtionData ul li:hover .iconAndTextAndBttomArraw .icon span, .swiperAndNavigation .swiperAndNavigationBox .bottomPositionAbsoluteNavigtion .bottomPositionAbsoluteNavigtionData ul li:hover .iconAndTextAndBttomArraw .iconArraw span, .swiperAndNavigation .swiperAndNavigationBox .bottomPositionAbsoluteNavigtion .bottomPositionAbsoluteNavigtionData ul li:hover .iconAndTextAndBttomArraw .iconText span {
  color: #8E90FF;
  opacity: 1
}
.swiperAndNavigation .swiperAndNavigationBox .bottomPositionAbsoluteNavigtion .bottomPositionAbsoluteNavigtionData ul li:hover .iconAndTextAndBttomArraw .iconText {
  border-bottom: 1px solid #8E90FF
}
.bottomLimitedCompany {
  background: #212121
}
.bottomLimitedCompany .limitedCompny {
  display: flex;
  justify-content: center;
  padding-bottom: 1rem
}
.bottomLimitedCompany .bottomLimitedCompanyData {
  width: 70vw;
  display: flex;
  justify-content: space-between
}
.bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataLeft {
  margin-top: 4rem;
  width: 46%;
}
.bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataLeft .bottomLimiedCompany .titleUl ul {
  display: flex;
  justify-content: space-between
}
.bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataLeft .bottomLimiedCompany .titleUl ul li {
  color: white;
  padding: 0 1rem;
  border-right: 1px solid white;
  font-size: .95rem;
  font-family: MicrosoftYaHei;
  font-weight: 400
}
.bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataLeft .bottomLimiedCompany .titleUl ul li a {
  color: white;
}
.bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataLeft .bottomLimiedCompany .titleUl ul li:nth-last-child(1) {
  border: none
}
.bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataLeft .bottomLimiedCompany .titleUl ul li:nth-child(1) {
  padding-left: 0
}
.bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataLeft .bottomLimiedCompany .phonePhone {
  margin-top: 2rem
}
.bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataLeft .bottomLimiedCompany .phonePhone .contact span, .bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataLeft .bottomLimiedCompany .phonePhone .contactPhone span, .bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataLeft .bottomLimiedCompany .phonePhone .contactAddress span {
  color: rgba(255, 255, 255, 0.6);
  font-family: MicrosoftYaHei;
  font-weight: 400;
  font-size: .85rem
}
.bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataLeft .bottomLimiedCompany .phonePhone .contactPhone {
  margin: .6rem 0
}
.bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataCenter {
  width: 15%;
  margin-top: 4rem;
}
.bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataCenter .verficationCode {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}
.bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataCenter .verficationCode img {
  height: 6rem;
  margin-bottom: .7rem;
  border: 4px solid white
}
.bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataCenter .verficationCode span {
  color: white;
  font-size: .85rem;
  font-family: MicrosoftYaHei;
  font-weight: 400
}
.bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataRight {
  width: 40%;
  margin-top: 4rem
}
.bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataRight .rightTitle .rightTitleText span {
  color: white;
  font-size: 1.1rem;
  font-family: MicrosoftYaHei;
  font-weight: 400
}
.bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataRight .rightTitle .rightTitleText span:nth-last-child(1) {
  font-size: .85rem;
  margin-left: .5rem
}
.bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataRight .rightTitle .fromSubmit {
  margin-top: 1rem
}
.bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataRight .rightTitle .fromSubmit form {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataRight .rightTitle .fromSubmit p {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataRight .rightTitle .fromSubmit p.msg-notice{
  justify-content: flex-start;
  padding: 0;
  margin-bottom: 5px;
  color: #fff;
}
.bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataRight .rightTitle .fromSubmit input, .bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataRight .rightTitle .fromSubmit textarea {
  width: 46.5%;
  margin-bottom: 1rem;
  height: 2rem;
  line-height: 1.6;
  background: #000000;
  border: none;
  padding: 0.25rem .5rem;
  outline: none;
  color: white
}
.bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataRight .rightTitle .fromSubmit textarea {
  width: 100%;
  resize: none;
}
.bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataRight .rightTitle .fromSubmit p.msg-notice .page-enrolment-label input{
  height: auto;
  margin-bottom: 0;
}
.bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataRight .rightTitle .fromSubmit .submit {
  width: 49%;
  height: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border: none;
  background: #4B4DC8;
  color: white;
  border-radius: .1rem
}
.companyIntroduction {
  position: relative
}
.companyIntroduction .companyIntroductionImageAndText .companyImage img {
  width: 100%;
  position: absolute;
  bottom: -1.5rem;
  height: 4rem
}
.companyIntroduction .companyIntroductionImageAndText .IntroductionSpan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%
}
.companyIntroduction .companyIntroductionImageAndText .IntroductionSpan .icon {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: -1.5rem;
  cursor: pointer
}
.companyIntroduction .companyIntroductionImageAndText .IntroductionSpan .icon span {
  color: white;
  transform: rotate(180deg);
  font-size: 3rem;
  position: absolute;
  top: .1rem
}
.companyIntroduction .companyIntroductionImageAndText .IntroductionSpan .icontext {
  padding-top: 1rem
}
.companyIntroduction .companyIntroductionImageAndText .IntroductionSpan .icontext span {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: .85rem;
  font-family: MicrosoftYaHei;
  font-weight: 400
}
.companyIntroduction .companyIntroductionImageAndText .IntroductionSpan .icontext span a{
	color: rgba(255, 255, 255, 0.6);
}
.lightBackgroundImageBoxData {
  position: relative;
  /*
  display: flex;
  align-items: center;
  justify-content: center;
*/
  margin-top: 3.9375rem;
  background: url(../image/backgroundImage.png) no-repeat center 0;
  background-size: cover;
  padding: 0 0 3.9375rem
}
.lightBackgroundImageBoxData .lightImgae img {
  width: 100%
}
.lightBackgroundImageBoxData .lightBackgroundImage {
  /*  position: absolute*/
  margin: 0 auto
}
.lightBackgroundImageBoxData .lightBackgroundImage .productContentListData {
  margin-top: 0
}
.contentBacgroundImage {
  width: 100%
}
.contentBacgroundImage .contentBackgroundImageData {
  height: 27rem
}
.contentBacgroundImage .contentBackgroundImageData img {
  width: 100%;
  height: 100%
}
.toogleStyle {
  color: #4749AF !important
}
.MySwiper {
  position: absolute;
  width: 60% !important;
  left: -2%
}
.MySwiper .swiper-slide {
  width: 30rem !important
}
.swiperAndNavigationBox {
  height: 100% !important;
  position: relative
}
.swiperAndNavigationBox .banner {
  width: 100%;
  height: 45rem;
  position: relative;
  overflow: hidden
}
.swiperAndNavigationBox .banner img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover
}
.swiperAndNavigationBox .banner .textPositionBox {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -20%);
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.18)
}
.swiperAndNavigationBox .banner .textPositionBox span {
  font-weight: bold;
  font-size: 2.4rem;
  color: white;
  letter-spacing: 4px;
  text-shadow: 0 10px 10px rgba(0, 0, 0, 0.1)
}
.swiperAndNavigationBox .banner .textPositionBox span:nth-last-child(1) {
  margin-top: 1rem;
  margin-bottom: 2%
}
.swiperAndNavigationBox .banner .textPositionBox span:nth-child(1) {
  font-size: 3rem
}
.navigationClassfiy {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  margin-top: 4rem
}
.navigationClassfiy ul {
  width: 70vw
}
.navigationClassfiy ul li {
  font-size: .85rem;
  color: #999
}
.navigationClassfiy ul li a {
  color: #666;
  margin: 0 .15rem
}
.navigationClassfiy ul li a:hover {
  color: #000
}
.customNavgtion {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  animation: track 1s ease-in-out both
}
.aboutNavigtion {
  background: white;
  top: 0 !important;
  /*  transform: translateY(-10px);*/
  padding: 1rem 0;
  box-shadow: 0 3px 10px rgb(0 0 0 / 10%)
}
.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both
}
@keyframes track {
  0% {
    width: 80vw
  }
  100% {
    width: 100%
  }
}
@keyframes slide-in-left {
  0% {
    transform: translateX(-100px);
    opacity: 0
  }
  100% {
    transform: translateX(0);
    opacity: 1
  }
}
.rightPositionFixed {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: -1;
  opacity: 0;
  transform: translateX(1000px);
  transition-duration: .5s
}
.rightPositionFixed .rightPositionFixedData ul li {
  padding: 1rem .5rem;
  margin-top: .5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  cursor: pointer;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  transition-duration: .5s;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
  position: relative
}
.rightPositionFixed .rightPositionFixedData ul li span:nth-child(1) {
  color: #4749AF;
  font-size: 1.5rem
}
.rightPositionFixed .rightPositionFixedData ul li span:nth-last-child(1) {
  font-size: .85rem;
  margin-top: .5rem
}
.rightPositionFixed .rightPositionFixedData ul li:hover {
  background: #4749AF
}
.rightPositionFixed .rightPositionFixedData ul li:hover span {
  color: white
}
.customSeriveContentData {
  transform: translateX(0) !important
}
.seriveContentData {
  position: absolute;
  left: -13.5rem;
  transform: translateX(1000px);
  z-index: 100;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  background: white;
  border-radius: .5rem
}
.seriveContentData .serviceContent .serviceList ul li {
  width: 12rem;
  box-shadow: none;
  border-radius: 0;
  margin-top: 0;
  border-radius: .3rem
}
.seriveContentData .serviceContent .serviceList ul li .hotlineSerivce {
  width: 100%;
  border-bottom: 1px dashed #eee;
  padding-bottom: .5rem
}
.seriveContentData .serviceContent .serviceList ul li .hotlineSerivce .hotlineSerivceData {
  display: flex
}
.seriveContentData .serviceContent .serviceList ul li .hotlineSerivce .hotlineSerivceData .hotlineImageAndTextBox {
  display: flex;
  align-items: flex-start
}
.seriveContentData .serviceContent .serviceList ul li .hotlineSerivce .hotlineSerivceData .hotlineImageAndTextBox .hotlineImage {
  margin-top: .3rem;
  margin-left: .5rem
}
.seriveContentData .serviceContent .serviceList ul li .hotlineSerivce .hotlineSerivceData .hotlineImageAndTextBox .hotlineImage img {
  width: 1.5rem
}
.seriveContentData .serviceContent .serviceList ul li .hotlineSerivce .hotlineSerivceData .hotlineImageAndTextBox .hotlineTextBox {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: .5rem
}
.seriveContentData .serviceContent .serviceList ul li .hotlineSerivce .hotlineSerivceData .hotlineImageAndTextBox .hotlineTextBox span {
  font-size: .85rem;
  font-weight: 400;
  color: #999999;
  margin: 0;
  font-family: Source Han Sans CN
}
.seriveContentData .serviceContent .serviceList ul li .hotlineSerivce .hotlineSerivceData .hotlineImageAndTextBox .hotlineTextBox span:nth-child(1) {
  color: #4B4DC8
}
.seriveContentData .serviceContent .serviceList ul li:hover {
  background: transparent
}
.customFourStyle {
  width: 38rem !important;
  margin: 0 0.5rem !important
}
.customFourStyle .bottomFourListBackgroundImage .fourBackground::after {
  width: 100% !important;
  height: 100% !important
}
.customFourStyle .bottomFourListBackgroundImage .fourBackground img {
  width: 38rem !important;
  transform: scale(1.1) !important
}
.customFourStyle .bottomFourListBackgroundImage .fourBackground .positionFourBackgroundImage {
  z-index: 100 !important
}
.customFourStyle .bottomFourListBackgroundImage .fourBackground .positionFourBackgroundImage .positionTextFour {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important
}
.customFourStyle .bottomFourListBackgroundImage .fourBackground .positionFourBackgroundImage .positionTextFour span {
  width: 50% !important;
  text-align: center !important;
  opacity: 1 !important;
  color: white !important
}
.customTransfrom {
  transform: translateX(0);
  z-index: 1;
  opacity: 1
}
.customRightTranfrom {
  z-index: 1;
  opacity: 1;
  transform: translateX(0)
}
/*right fixed*/
.right-fixed {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 100
}
.right-fixed .atsx-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column
}
.right-fixed-item {
  margin-bottom: 8px;
  width: 70px;
  height: 75px;
  position: relative;
}
.right-fixed-block {
  height: 100%;
  cursor: pointer;
  position: relative;
  border-radius: 8px 0 0 8px;
  z-index: 3;
  background: #fff;
  box-shadow: 0 0 7px rgba(159, 159, 159, .6)
}
.right-fixed-block i {
  font-size: 24px;
  color: #4b4dc8
}
.right-fixed-block span {
  color: #333333;
  font-size: 12px;
}
.right-fixed-code {
  position: absolute;
  right: -130%;
  width: 180px;
  top: 0;
  visibility: hidden;
  opacity: 0;
  display: none;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  z-index: 1
}
.right-fixed-code img {
  width: 100%;
}
.right-fixed-contact {
  position: absolute;
  right: -250px;
  background: #fff;
  top: 0;
  width: 220px;
  padding: 0 15px;
  text-align: left;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  z-index: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}
.right-fixed-contact-text {
  position: relative;
  padding-left: 30px;
  border-bottom: 1px dashed #f2f4f6;
}
.right-fixed-contact-text:last-child {
  border-bottom: none;
}
.right-fixed-contact-text::before {
  content: "\e69e";
  position: absolute;
  left: 0;
  top: 10px;
  color: #4b4dc8;
  font-size: 24px;
}
.right-fixed-contact-text:nth-child(2)::before {
  content: "\e657";
  font-size: 26px;
}
.right-fixed-contact-text:last-child::before {
  content: "\e670";
}
.right-fixed-contact-text dt {
  font-size: 12px;
  color: #4b4dc8;
  margin-bottom: 0;
  line-height: 20px;
  padding-top: 10px
}
.right-fixed-contact-text dd {
  border-bottom: solid 1px #f2f2f2;
  font-size: 14px;
  color: #999;
  line-height: 24px;
  padding-bottom: 10px;
}
.right-fixed-contact-text dd:last-child {
  border-bottom: none
}
.right-fixed-item:hover .right-fixed-block {
  background: #4b4dc8;
  color: #fff
}
.right-fixed-item:hover i, .right-fixed-item:hover span {
  color: #fff
}
.right-fixed-item:hover .right-fixed-code {
  display: block;
  visibility: visible;
  opacity: 1;
  right: 80px
}
.right-fixed-item:hover .right-fixed-contact {
  right: 80px
}
/* pages list  */
.pages {
  margin: 30px 0;
  text-align: center;
}
.pages b, .page-this {
  display: inline-block;
  background: #4b4dc8;
  padding: 0 15px;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  font-weight: 400;
  margin: 0 5px;
}
.pages a, .page-end, .page-start {
  display: inline-block;
  background: #efefef;
  padding: 0 15px;
  font-size: 12px;
  color: #666;
  height: 40px;
  line-height: 40px;
}
.pages a:hover, .pages b {
  background: #4b4dc8;
  color: #fff;
}
.pages a, .pages b, .page-end, .page-start, .page-this {
  line-height: 40px
}
/*mobile pubilc*/
.pull-right {
  float: right !important
}
.pull-left {
  float: left !important
}
.hide {
  display: none !important
}
.show {
  display: block !important
}
.invisible {
  visibility: hidden
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}
.hidden {
  display: none !important
}
.affix {
  position: fixed
}
@-ms-viewport {
  width: device-width
}
.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important
}
.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
  display: none !important
}
@media (max-width:767px) {
  .visible-xs {
    display: block !important
  }
  table.visible-xs {
    display: table !important
  }
  tr.visible-xs {
    display: table-row !important
  }
  td.visible-xs, th.visible-xs {
    display: table-cell !important
  }
}
@media (max-width:767px) {
  .visible-xs-block {
    display: block !important
  }
}
@media (max-width:767px) {
  .visible-xs-inline {
    display: inline !important
  }
}
@media (max-width:767px) {
  .visible-xs-inline-block {
    display: inline-block !important
  }
}
@media (min-width:768px) and (max-width:991px) {
  .visible-sm {
    display: block !important
  }
  table.visible-sm {
    display: table !important
  }
  tr.visible-sm {
    display: table-row !important
  }
  td.visible-sm, th.visible-sm {
    display: table-cell !important
  }
}
@media (min-width:768px) and (max-width:991px) {
  .visible-sm-block {
    display: block !important
  }
}
@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline {
    display: inline !important
  }
}
@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline-block {
    display: inline-block !important
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .visible-md {
    display: block !important
  }
  table.visible-md {
    display: table !important
  }
  tr.visible-md {
    display: table-row !important
  }
  td.visible-md, th.visible-md {
    display: table-cell !important
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .visible-md-block {
    display: block !important
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline {
    display: inline !important
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline-block {
    display: inline-block !important
  }
}
@media (min-width:1200px) {
  .visible-lg {
    display: block !important
  }
  table.visible-lg {
    display: table !important
  }
  tr.visible-lg {
    display: table-row !important
  }
  td.visible-lg, th.visible-lg {
    display: table-cell !important
  }
}
@media (min-width:1200px) {
  .visible-lg-block {
    display: block !important
  }
}
@media (min-width:1200px) {
  .visible-lg-inline {
    display: inline !important
  }
}
@media (min-width:1200px) {
  .visible-lg-inline-block {
    display: inline-block !important
  }
}
@media (max-width:767px) {
  .hidden-xs {
    display: none !important
  }
}
@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none !important
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none !important
  }
}
@media (min-width:1200px) {
  .hidden-lg {
    display: none !important
  }
}
/*Header button*/
.Header-button {
  position: relative;
  height: 50px;
  width: 30px;
  cursor: pointer;
}
.Header-button:after, .Header-button:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  content: "";
  transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
}
.Header-button:after {
  bottom: 13px;
}
.Header-button:before {
  top: 13px;
}
.Header-button span {
  display: block;
  height: 2px;
  width: 100%;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 2px;
  margin-top: -1px;
  transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
}
.Header-button.active:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  left: 5px;
  bottom: 13px;
}
.Header-button.active:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  top: 13px;
  left: 5px;
}
.Header-button.active span {
  opacity: 0
}
/*mobile Nav*/
#Nav {
  position: fixed;
  left: 0;
  top: -150%;
  background: #4B4DC8;
  z-index: 10;
  width: 100%;
  transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
}
#Nav a {
  display: block;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, .5);
  text-align: center
}
#Nav a:hover, #Nav a.active {
  color: #fff;
}
#Nav.active {
  top: 50px;
}
#Nav a:last-child {
  border-bottom: none
}
/*弹窗*/
.dialog_box {
  z-index: 10;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0;
  display: none;
}
.dialog_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.wechat_dialog {
  width: 80%;
  height: auto;
  background-color: #fff;
  border-radius: 21px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.wechat_modal_container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 24px;
  position: relative;
  background: #fff;
  border-radius: 21px;
}
.wechat_modal_container i.close {
  position: absolute;
  right: 20px;
  top: 18px;
  z-index: 2;
  cursor: pointer;
  font-size: 20px;
  font-style: normal;
}
.wechat_modal_content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.wechat_success_logo {
  width: 44px;
  height: 44px;
}
.wechat_success_logo img {
  width: 100%;
}
.wechat_success_title {
  color: #000;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  margin: 10px 0;
}
.wechat_modal_content p {
  color: #666;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
.wechat_button {
  background-color: #1aad17;
  border-radius: 10px;
  width: 144px;
  height: 45px;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  cursor: pointer;
}
.wechat_button a {
  color: #fff;
  text-decoration: none;
}
.fixed_contact {
  position: fixed;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  left: 0;
  bottom: 0%;
  height: 8%;
  background: rgba(0, 0, 0, 0.5);
}
.fixed_contact:before {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  top: 0;
  left: 0;
  transform: scale(.5);
  transform-origin: 0 0;
  box-sizing: border-box;
  border-top: 1px solid #bbb;
  z-index: -1;
}
.fixed_contact a {
  margin-left: 5%;
/*  border: 1px solid #bbbbbd;*/
  width: 40%;
  height: 60%;
  text-align: center;
  position: relative;
  border-radius: .15em;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: #fff;
  color: #000;
  font-size: 1em;
}
.fixed_contact a:after {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  top: 0;
  left: 0;
  transform: scale(.5);
  transform-origin: 0 0;
  box-sizing: border-box;
/*  border: 1px solid #bbb;*/
  pointer-events: none;
  border-radius: .25em;
}
.fixed_contact a:first-child {
  margin-left: 0;
  background-color: #1ebd43;
  color: #fff;
}
.fixed_contact i {
  font-size: 1.325rem;
  margin-right: 8px;
}
/* message */
.msg-notice{
  padding: 10px 0;
  line-height: 2;
}
.msg-notice a{
  color: #4B4DC8;
  cursor: pointer;
}
.layui-layer{
  width: 70vw;
  border-radius: 10px;
}
.layer-content{
  padding: 20px;
}
.layer-text{
  line-height: 2;
}
@media screen and (max-width: 1440px) {
  *, :after, :before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media screen and (max-width: 1366px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width:950px) {}
@media screen and (max-width: 760px) {
  .swiperAndNavigation .swiperAndNavigationBox .positionAbsoluteNavigtion {
    top: 0;
    padding: 0
  }
  .swiperAndNavigation .swiperAndNavigationBox .positionAbsoluteNavigtion.aboutNavigtion {
    padding: 0;
    transform: translateY(0px)
  }
  .swiperAndNavigation .swiperAndNavigationBox .positionAbsoluteNavigtion .positionAbsoluteNavigtionData {
    width: 100vw
  }
	.swiperAndNavigation .swiperAndNavigationBox .swiper .swiper-slide img{
		height: 68vh
	}
  .swiperAndNavigation .swiperAndNavigationBox .positionAbsoluteNavigtion .positionAbsoluteNavigtionData .topNavigation {
    width: 100vw;
    padding: 0 15px
  }
  .swiperAndNavigation .swiperAndNavigationBox .positionAbsoluteNavigtion .positionAbsoluteNavigtionData .topNavigation .leftLogo {
    width: 102px;
    height: auto;
    padding-left: 0;
    margin-top: 0;
    position: relative;
  }
  .swiperAndNavigation .swiperAndNavigationBox .positionAbsoluteNavigtion .positionAbsoluteNavigtionData .topNavigation .leftLogo img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: ease .5s;
  }
  .swiperAndNavigation .swiperAndNavigationBox .bottomPositionAbsoluteNavigtion {
	  bottom: 0rem;
	  padding: 2rem 0 1rem;
	}
  .swiperAndNavigation .swiperAndNavigationBox .bottomPositionAbsoluteNavigtion .bottomPositionAbsoluteNavigtionData {
    width: 95vw
  }
  .swiperAndNavigation .swiperAndNavigationBox .bottomPositionAbsoluteNavigtion .bottomPositionAbsoluteNavigtionData ul {
    flex-wrap: wrap
  }
  .swiperAndNavigation .swiperAndNavigationBox .bottomPositionAbsoluteNavigtion .bottomPositionAbsoluteNavigtionData ul li {
    width: 20%;
    padding: 5px 0 0;
  }
  .swiperAndNavigation .swiperAndNavigationBox .bottomPositionAbsoluteNavigtion .bottomPositionAbsoluteNavigtionData ul li .iconAndTextAndBttomArraw .icon {
    height: 2rem;
  }
  .swiperAndNavigation .swiperAndNavigationBox .bottomPositionAbsoluteNavigtion .bottomPositionAbsoluteNavigtionData ul li .iconAndTextAndBttomArraw .icon span {
    font-size: 1.625rem;
  }
  .swiperAndNavigation .swiperAndNavigationBox .bottomPositionAbsoluteNavigtion .bottomPositionAbsoluteNavigtionData ul li:nth-child(6) .iconAndTextAndBttomArraw .icon span {
    font-size: 1.3rem
  }
  .swiperAndNavigation .swiperAndNavigationBox .bottomPositionAbsoluteNavigtion .bottomPositionAbsoluteNavigtionData ul li:nth-child(9) .iconAndTextAndBttomArraw .icon span {
    font-size: 1.325rem
  }
  .swiperAndNavigation .swiperAndNavigationBox .bottomPositionAbsoluteNavigtion .bottomPositionAbsoluteNavigtionData ul li:nth-child(10) .iconAndTextAndBttomArraw .icon {
    
  }
  .swiperAndNavigation .swiperAndNavigationBox .bottomPositionAbsoluteNavigtion .bottomPositionAbsoluteNavigtionData ul li:nth-child(10) .iconAndTextAndBttomArraw .icon span {
    margin-top: -4px;
    font-size: 2.225rem
  }
  .swiperAndNavigation .swiperAndNavigationBox .bottomPositionAbsoluteNavigtion .bottomPositionAbsoluteNavigtionData ul li .iconAndTextAndBttomArraw .iconText {
    border-bottom: none;
	  margin-top: 0
  }
  .swiperAndNavigation .swiperAndNavigationBox .bottomPositionAbsoluteNavigtion .bottomPositionAbsoluteNavigtionData ul li .iconAndTextAndBttomArraw .iconText span {
    font-size: 0.625rem;
  }
  .swiperAndNavigation .swiperAndNavigationBox .bottomPositionAbsoluteNavigtion .bottomPositionAbsoluteNavigtionData ul li .iconAndTextAndBttomArraw .iconArraw {
    display: none !important
  }
  .lightBackgroundImageBoxData {
    margin-top: 15px;
    padding: 15px 0
  }
  .bottomLimitedCompany .bottomLimitedCompanyData {
    width: 100%;
    padding: 0 15px;
    flex-direction: column;
    justify-content: center;
  }
  .bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataLeft {
    width: 100%;
    margin-top: 2rem
  }
  .bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataLeft .bottomLimiedCompany .titleUl ul {
    display: block;
    text-align: left;
  }
  .bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataLeft .bottomLimiedCompany .titleUl ul li {
    display: inline-block;
    line-height: 1;
    font-size: 0.75rem;
    padding: 0 1%
  }
  .bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataCenter {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
  .bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataRight {
    width: 100%;
    margin-top: 2rem
  }
  .bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataRight .rightTitle .fromSubmit p.msg-notice{
    font-size: 12px;
  }
  .bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataRight .rightTitle .fromSubmit input{
    width: 49%
  }
  .bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataRight .rightTitle .fromSubmit textarea {
    width: 100%
  }
  .bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataRight .rightTitle .fromSubmit .submit{
    width: 100%;
  }
  .bottomLimitedCompany .bottomLimitedCompanyData .bottomLimiedComanyDataCenter .verficationCode img {
    height: 8rem
  }
  .companyIntroduction .companyIntroductionImageAndText .companyImage img {
    bottom: 0;
    height: auto
  }
  .companyIntroduction .companyIntroductionImageAndText .IntroductionSpan .icon {
    display: none
  }
  .companyIntroduction .companyIntroductionImageAndText .IntroductionSpan .icontext span {
    padding: 0 0 10px;
    background-color: #000;
  }
  .swiperAndNavigationBox .banner {
    height: 12rem;
    margin-top: 50px;
  }
  .swiperAndNavigationBox .banner .textPositionBox span {
    font-size: .875rem;
    font-weight: normal
  }
  .swiperAndNavigationBox .banner .textPositionBox span:nth-child(1) {
    font-size: 1.25rem;
    font-weight: 800
  }
  .navigationClassfiy {
    margin-top: 15px
  }
  .navigationClassfiy ul {
    width: 100%;
    padding: 0 15px
  }
  .swiperAndNavigation .swiperAndNavigationBox .positionAbsoluteNavigtion .positionAbsoluteNavigtionData .topNavigation .rightPhone {
    padding-right: 0;
    margin-left: 10%
  }
  .swiperAndNavigation .swiperAndNavigationBox .positionAbsoluteNavigtion .positionAbsoluteNavigtionData .topNavigation .rightPhone .phoneIconAndAddress .phoneIcon span {
    font-weight: 800;
    font-size: 1rem;
  }
	.pages a, .page-end, .page-start{
		height: 32px;
		padding: 0 10px;
	}
	.pages a, .pages b, .page-end, .page-start, .page-this{
		line-height: 32px;
		margin-bottom: 10px;
	}
  .layui-layer{
    width: 88vw;
  }
  .layui-layer-content{
    height: 40vh;
  }
}