* {
  margin: 0;
  padding: 0;
  font-family: SourceHanSansCN
}
li {
  list-style: none
}
i {
  font-style: normal
}
a {
  color: black;
  text-decoration: none
}
.swiperAndNavigation{margin-top: 75px;}
.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: #d04b50;
  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: #d04b50
}
.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: #d04b50
}
.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: #d04b50;
  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: #d04b50;
  opacity: 1
}
.swiperAndNavigation .swiperAndNavigationBox .bottomPositionAbsoluteNavigtion .bottomPositionAbsoluteNavigtionData ul li:hover .iconAndTextAndBttomArraw .iconText {
  border-bottom: 1px solid #d04b50
}
.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: #d04b50;
  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: #d04b50
}
.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: #d04b50
}
.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: #d04b50;
  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: #d04b50;
  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: #d04b50;
  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: #d04b50;
  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: #d04b50;
  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: #d04b50;
  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: #d04b50;
  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{margin-top:0;}
  .bottomPositionAbsoluteNavigtion{display: none !important;}
  .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;
  }
}


/* add */
.flex {
  display: flex;
}

.wrapper {
  width: 1500px;
  margin: 0 auto;
}
.header{width:100%;z-index:100;background:#fff;border-bottom:1px solid #eff0f1;font-family:Gilroy-regular,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:ease .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}
.header-container{z-index:1100}
.header-content{display:-ms-flexbox;display:flex;height:100%;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;width:1500px;margin:0 auto}
.dynamic-header{position:fixed;z-index:999;border-bottom:none;width:100%;top:-96px;-webkit-transform:translateZ(0);transform:translateZ(0);will-change:transform;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}
.header-transparent{-webkit-backdrop-filter:none;backdrop-filter:none;background:rgba(0,0,0,0);-ms-transform:translateY(96px);transform:translateY(96px);box-shadow:none!important}
.dynamic-header.header-show{top:-64px;-ms-transform:translateY(64px);transform:translateY(64px);background-color:#fff;box-shadow:0 3px 10px rgba(0,0,0,.1)}
.logo{position:relative;width:330px;-ms-flex:0 0 auto;flex:0 0 auto}
.logo a{width:200px}
.logo a img{width:100%;position:absolute;top:50%;transform:translateY(-50%);opacity:0;transition:ease .5s}
.logo img:nth-child(1){opacity:1}
.header-transparent .logo img:nth-child(1){opacity:1}
.header-transparent .logo img:nth-child(2){opacity:0}
.nav-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;list-style:none;-ms-flex-align:center;align-items:center;padding:0;margin:0 0 0 20px}
.nav-wrapper .nav-item{-ms-flex-negative:0;flex-shrink:0}
.nav-wrapper .nav-item h2.nav-item-link{font-weight:400;font-size:16px;line-height:64px;cursor:pointer}
.nav-wrapper .nav-item h2.nav-item-link a{color:#646a73;font-weight:400;display:inline-block;position:relative;line-height:inherit}
.nav-wrapper .nav-item h2.nav-item-link a:after{content:"";display:block;height:2px;width:100%;position:absolute;left:50%;margin-left:-50%;bottom:14px!important;background-color:#fff;opacity:0;transform:scaleX(0);transition:.3s ease-in-out}
.nav-wrapper .nav-item .nav-item-link.nav-item-link-active a:after,.nav-wrapper .nav-item .nav-item-link:hover a:after{opacity:1;transform:scaleX(1)}
.nav-wrapper>.nav-item+.nav-item{margin-left:40px}
.nav-wrapper .nav-item .nav-item-link:hover a{color:#d04b50}
.nav-wrapper .nav-item .nav-item-link.nav-item-link-active a:after,.nav-wrapper .nav-item .nav-item-link:hover a:after{background-color:#d04b50}
.header-transparent .nav-wrapper .nav-item h2.nav-item-link a:after{background-color:#d04b50}
.header-transparent .nav-wrapper .nav-item h2.nav-item-link{line-height:76px}
.tel{/*padding:5px 0*/}
.tel a{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tel i{color:#d04b50;font-size:32px;margin-right: 10px;}
.tel span{
  font-size:20px;
  font-weight: bold;
  color:#d04b50
}
.header-transparent .tel i{color:#d04b50}
.menu-button{margin:0;position:relative;height:50px;width:30px;cursor:pointer}
.menu-button:after,.menu-button:before{position:absolute;left:0;width:100%;height:1px;background:#4f4f4f;content:"";transition:ease .5s;-webkit-transition:ease .5s;-moz-transition:ease .5s;-o-transition:ease .5s}
.menu-button:after{bottom:13px}
.menu-button:before{top:13px}
.menu-button span{display:block;height:1px;width:100%;background:#4f4f4f;position:absolute;top:50%;left:0;border-radius:2px;margin-top:-1px;transition:ease .5s;-webkit-transition:ease .5s;-moz-transition:ease .5s;-o-transition:ease .5s}
.menu-button.active:after{transform:rotate(-45deg) translate(0,-1px);-webkit-transform:rotate(-45deg) translate(0,-1px);-moz-transform:rotate(-45deg) translate(0,-1px);-ms-transform:rotate(-45deg) translate(0,-1px);-o-transform:rotate(-45deg) translate(0,-1px);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}
.menu-button.active:before{transform:rotate(45deg) translate(0,2px);-webkit-transform:rotate(45deg) translate(0,2px);-moz-transform:rotate(45deg) translate(0,2px);-ms-transform:rotate(45deg) translate(0,2px);-o-transform:rotate(45deg) translate(0,2px);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}
.menu-button.active span{opacity:0}
.header-transparent .menu-button:after,.header-transparent .menu-button:before{background:#fff}
.header-transparent .menu-button span{background:#fff}
.m-nav{position:fixed;top:0;box-shadow:0 15px 27px 0 rgba(167,165,165,.38);width:100%;height:100%;background:#fff;transition:all ease .5s;-webkit-transition:all ease .5s;z-index:1000;opacity:0;visibility:visible;margin-top:0;overflow-y:auto;transition:all .6s cubic-bezier(.77,0,.175,1) 0s;top:0;transform:translateX(100%)}
.m-nav a{outline:0}
.m-nav.open{transform:translateX(0)}
.m-nav .top{height:60px;padding:20px;box-sizing:border-box}
.m-nav .top .closed{width:30px;height:30px;vertical-align:middle;float:right;cursor:pointer}
.m-nav .logo{width:100%;margin:0 auto}
.m-nav .logo img{width:60%;display:block;margin:0 auto 30px}
.m-nav .ul{margin-top:30px}
.m-nav .ul li{padding:0 20px;border-bottom:1px solid #f5f5f5;transform:translateY(0);-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transition:all .6s cubic-bezier(.77,0,.175,1) 0s;transition:all .6s cubic-bezier(.77,0,.175,1) 0s;opacity:0}
.m-nav.open .ul li{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
.m-nav .ul li:nth-child(1){-webkit-transition:all .2s cubic-bezier(.77,0,.175,1) 0s;transition:all .2s cubic-bezier(.77,0,.175,1) 0s}
.m-nav .ul li:nth-child(2){-webkit-transition:all .4s cubic-bezier(.77,0,.175,1) 0s;transition:all .4s cubic-bezier(.77,0,.175,1) 0s}
.m-nav .ul li:nth-child(3){-webkit-transition:all .6s cubic-bezier(.77,0,.175,1) 0s;transition:all .6s cubic-bezier(.77,0,.175,1) 0s}
.m-nav .ul li:nth-child(4){-webkit-transition:all .8s cubic-bezier(.77,0,.175,1) 0s;transition:all .8s cubic-bezier(.77,0,.175,1) 0s}
.m-nav .ul li:nth-child(5){-webkit-transition:all 1s cubic-bezier(.77,0,.175,1) 0s;transition:all 1s cubic-bezier(.77,0,.175,1) 0s}
.m-nav .ul li:nth-child(6){-webkit-transition:all 1.2s cubic-bezier(.77,0,.175,1) 0s;transition:all 1.2s cubic-bezier(.77,0,.175,1) 0s}
.m-nav .ul li:nth-child(7){-webkit-transition:all 1.4s cubic-bezier(.77,0,.175,1) 0s;transition:all 1s cubic-bezier(.77,0,.175,1) 0s}
.m-nav .ul li:nth-child(8){-webkit-transition:all 1.6s cubic-bezier(.77,0,.175,1) 0s;transition:all 1.2s cubic-bezier(.77,0,.175,1) 0s}
.m-nav .ul li a{display:block;text-decoration:none;color:#333;font-size:16px;height:50px;line-height:50px;width:100%;position:relative}
.m-nav .ul li a.active{font-weight:800;color:#1b2c43}
.m-nav .ul li a i{font-size:12px;position:absolute;right:0;top:50%;transform:translateY(-50%)}
.m-nav .ul li .dropdown_menu{display:none}
.m-nav .ul li.dropdown.active .dropdown_menu{display:block}
.m-nav .ul li .dropdown_menu a{display:block;font-size:14px;height:40px;line-height:40px;padding:0 20px;box-sizing:border-box;border-bottom:1px solid #f5f5f5}
.m-nav .ul li .dropdown_menu a:last-child{border:none}
.m-nav-search{border:solid 1px #ddd;margin-top:20px;border-radius:18px;height:36px;width:90%;margin-bottom:10px}
.m-nav-search input{width:calc(100% - 40px);padding-left:20px;height:34px;border:none;outline:0;background:0 0;font-size:1.4rem;color:#333}
.m-nav-search button{width:40px;height:34px;background:0 0;border:none;outline:0;font-size:1.8rem;color:#333}
.m-nav-tel{text-align:center;margin-top:18px;margin-bottom:20px;font-size:18px;color:#666}
.m-nav-tel a{font-weight:800}
.m-nav-link{text-align:center;margin-top:18px}
.m-nav-link a{display:inline-block;padding:5px 25px;color:#fff;cursor:default;background:#00598e;font-size:14px;line-height:2}
.m-menu{margin-top:58px;background-color:#d04b50;height: 78px;}
.m-menu a{width:33.33%;padding:5px 0;color:#fff;float:left;text-align:center;font-size:14px;line-height:2;border-right:1px solid rgba(255,255,255,.5);}
.m-menu a+a+a+a{border-top:1px solid rgba(255,255,255,.5)}
@media screen and (max-width:1024px){.header-content{width:100%}
}
@media screen and (max-width:760px){.wrapper{width:100%;padding:0 15px}
.header-content{padding:10px 15px}
.header .logo,.header-transparent.header .logo{width:252px}
.header-transparent .logo img:nth-child(1){opacity:1}
.header-transparent .logo img:nth-child(2){opacity:0}
.tel i{margin-right: 0;}
.header-transparent .tel i{color:#d04b50;}
.m-menu{
  margin-top: 52px;
}
}


.footer{width:100%;}
.footer a{color:#dadada}
.f-logo-links{padding:60px 0;color:#dadada;background:url(../images/bg3.jpg) no-repeat 50% 50% #333;background-size:cover}
.f-logo-links .wrapper{justify-content:space-between}
.f-logo{margin-bottom:10px}
.f-logo img{max-width: 100%;}
.f-solgan{margin-bottom:15px}
.f-logo-contact p{line-height:2}
.f-links dl{margin-left:70px;padding-left:20px}
.f-links dl dt{position:relative;color:#fff;font-size:16px;font-weight:800}
.f-links dl dt::before{content:"";width:12px;height:12px;background-color:#d04b50;border-radius:50%;position:absolute;left:-20px;top:calc(50% - 6px)}
.f-links dl dd{margin:10px 0;line-height:2}
.f-links dl dd a{color:#dadada}
.copyright{color:#dadada;text-align:center;background-color:#383839;line-height:2;padding:10px 0}
.copyright a{padding:0 8px}
.backTop{position:fixed;right:50px;bottom:-100px;width:50px;height:50px;border-radius:50%;text-align:center;background-color:#fff;background-position:center center;background-repeat:no-repeat;box-shadow:0 0 20px rgba(0,0,0,.2);cursor:pointer;line-height:50px;font-size:24px;color:#1f2329;z-index:100}
.backTop.active{bottom:50px}
@media screen and (max-width:760px){.footer{margin-bottom:60px}
.f-solgan{margin-bottom:10px}
.f-logo-contact p{line-height:1.8;font-size:13px}
.f-logo-links{padding:20px 0}
.copyright{font-size:13px;line-height:1.6}
.backTop{width:38px;height:38px;line-height:36px;font-size:14pt;right:30px}
.backTop.active{bottom:80px}
.fixbar{display:-webkit-box!important;display:-webkit-flex!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important;position:fixed;width:100%;left:0;bottom:0;height:60px;bottom:constant(safe-area-inset-bottom);bottom:env(safe-area-inset-bottom);background-color:#d04b50;color:#fff;z-index:90;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-shadow:0 0 20px rgba(255,255,255,.05);-moz-box-shadow:0 0 20px rgba(255,255,255,.05);box-shadow:0 0 20px rgba(255,255,255,.05)}
.fixbar a{color:#fff;text-align:center;font-size:14px;padding:6px 10px;width:-webkit-calc(100% / 4);width:-moz-calc(100% / 4);width:calc(100% / 4);height:100%;position:relative;flex-direction:column}
.fixbar a i{width:100%;display:inline-block;font-size:24px;margin-bottom:6px;line-height:1}
.fixbar a span{width:100%;line-height:1}
.fixbar a+a:after{content:'';width:1px;height:60%;background-color:#fff;left:0;top:20%;position:absolute;opacity:.2}
.fixbar:before{contain:'';height:50px;left:0;bottom:-50px;position:absolute;background-color:#fff;width:100%}
.fixbar a:last-child{background-color:#f00}
}


@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/iconfont.woff2') format('woff2'),
    url('../fonts/iconfont.woff') format('woff'),
    url('../fonts/iconfont.ttf') format('truetype'),
    url('../fonts/iconfont.svg#iconfont') format('svg');
}

.tyiconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

/* end */