a:hover {
  text-decoration: none;
}

* {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

/*页面加载*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}

.preloader .preloader__image {
  width: 160px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/*头部导航*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 91;
  background: #FFF;
}

.site-header .navbar,
.site-header .container {
  position: relative;
  padding: 0;
}

.site-header .container {
  display: block;
}

.site-header .main-logo {
  float: left;
  padding: 18px 15px;
}

.site-header .main-logo img {
  height: 70px;
}

.site-header .logo-box {
  float: left;
}

.site-header .menu-toggler {
  float: right;
  display: none;
  height: 66px;
  line-height: 66px;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-right: 15px;
  font-size: 24px;
  color: #2a2833;
}

.site-header .menu-toggler .tel {
  margin-right: 10px;
  font-family: Arial;
  font-weight: bold;
}

.site-header .main-navigation {
  float: left;
  margin-left: 40px;
}

.site-header .main-navigation .navigation-box {
  margin-bottom: 0;
}

.site-header .main-navigation li {
  float: left;
  margin-left: 60px;
  font-size: 18px;
}

.site-header .main-navigation a {
  display: block;
  padding: 33px 0;
  line-height: 40px;
  color: #74727a;
}

.site-header .main-navigation a.active,
.site-header .main-navigation a:hover {
  color: #d15454;
}
/*页面主体*/
.banner-inner {
	padding: 206px 0 100px;
	background: url(../images/bg.jpeg) no-repeat center top;
}
.banner-inner .page-title {
	float: left;
	margin-bottom: 0;
	line-height: 40px;
	font-weight: bold;
	font-size: 30px;
	color: #FFF;
}
.banner-inner .page-crumb {
	float: right;
	margin-bottom: 0;
	font-size: 18px;
	color: #fff;
}
.banner-inner .page-crumb li {
	float: left;
	line-height: 40px;
}
.banner-inner .page-crumb a {
	color: #FFF;
}
.banner-inner .page-crumb a:hover {
	color: #ffa065;
}
.banner-inner .page-crumb .line {
	padding: 0 10px;
	font-size: 16px;
}
/*底部版权*/
.site-footer {
  padding: 22px 0;
  background: #121318;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.site-footer span {
  margin-right: 10px;
}

.site-footer a {
  color: #FFF;
}

.site-footer a:hover {
  text-decoration: underline;
}

/*右侧悬浮操作*/
.site-side {
  position: absolute;
  z-index: 91;
}

.site-side .scroll-to-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background: #d15454;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
}

.site-side .scroll-to-top i {
  vertical-align: middle;
}

.site-side .scroll-to-top:hover {
  background: #d15454;
}

.site-side .contact {
  position: fixed;
  top: 50%;
  right: 0;
}

.site-side li {
  position: relative;
  margin-bottom: 10px;
}

.site-side .icon {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #002;
  border-radius: 4px 0 0 4px;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
}

.site-side .qrcode {
  background-image: url(../images/side-qrcode.png);
}

.site-side .tel {
  background-image: url(../images/side-tel.png);
}

.site-side .tips-qrcode,
.site-side .tips-tel {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  transition: all ease-in-out 0.2s;
}

.site-side .tips-qrcode {
  right: 55px;
  width: auto;
  height: 0;
  padding: 0 10px;
  background: #FFF;
  border-radius: 5px;
}

.site-side .tips-qrcode img {
  display: block;
  width: 128px;
}

.site-side .tips-tel {
  right: 48px;
  width: 0;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #FFF;
}

.site-side li:hover .icon {
  background-color: #d15454;
}

.site-side li:hover .tel {
  border-radius: 0;
}

.site-side li:hover .tips-tel {
  width: auto;
  padding: 0 12px;
  background: #d15454;
  border-radius: 4px 0 0 4px;
}

.site-side li:hover .tips-qrcode {
  height: auto;
  padding: 10px;
}
/*首页模块*/
.block-title {
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	color: #2a2833;
}
.block-title .zh {
	display: block;
	font-size: 36px;
}
.block-title .en {
	display: block;
	margin-top: 6px;
	font-size: 26px;
}
.banner {
	position: relative;
	padding: 350px 0 230px;
	background: url(../images/home-banner.png?v=20231129) no-repeat center top;
	background-size: cover;
}
.banner .earth {
	position: absolute;
	right: -350px;
	bottom: 5%;
}
.banner .earth img {
	width: 600px;
	height: 600px;
	-webkit-animation: featureImgBounce 5s ease-in-out 0s infinite alternate;
    animation: featureImgBounce 5s ease-in-out 0s infinite alternate;
}
.banner .title {
	  margin: 0;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 48px;
    line-height: 1em;
    letter-spacing: -.06em;
}
.banner .text {
	  margin: 0;
    font-size: 20px;
    line-height: 36px;
    color: #FFFFFF;
    margin-top: 25px;
    margin-bottom: 40px;
}
.banner .btn,
.home-about .btn {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 45px;
    line-height: 36px;
	  background: #d15454;
    border-radius: 30px;
    font-weight: normal;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
    outline: none;
    transition: background .4s ease, color .4s ease;
}
.home-service,
.home-fact {
	padding: 30px 0;
}
.home-service .item-service,
.item-fact {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	padding: 2px;
	margin-bottom: 30px;
	border: 1px solid #efefef;
	border-radius: 5px;
	text-align: center;
}
.home-service .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 108px;
  height: 108px;
  line-height: 108px;
  margin: 0 auto 30px;
  background-image:linear-gradient(40deg, #d15454 0%, #d15454 100%);
  border-radius: 5px;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(209, 84, 84, 0.8);
  box-shadow: 0px 20px 40px 0px rgba(209, 84, 84, 0.8);
  font-size: 70px;
  color: #fff;
}
.item-fact img {
	display: block;
	width: 118px;
	height: 118px;
	margin: 0 auto 30px;
}
.home-service .inner-box,
.item-fact .inner-box {
	padding: 50px 20px 30px;
	background: #fff;
	border-radius: 5px;
	text-align: center;
}
.home-service h3,
.item-fact h3 {
	margin: 0;
	line-height: 34px;
	font-weight: normal;
/*	text-align: center;*/
	font-size: 20px;
	color: #2a2833;
}
.home-service p,
.item-fact p {
	margin: 35px 30px 25px;
	min-height: 102px;
  line-height: 34px;
  font-size: 16px;
  color: #74727a;
}
.home-service .link {
	font-size: 22px;
	color: #2a2833;
}
.home-service .item-service:before,
.item-fact:before {
	content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  border-radius: 5px;
  opacity: 0;
  background-image: linear-gradient(40deg, #d15454 0%, #d15454 100%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.home-service .item-service:hover:before,
.item-fact:hover:before {
	opacity: 1;
}
.home-about {
	position: relative;
	padding: 80px 0;
	background: url(../images/2be799c.png) no-repeat;
	background-size: cover;
}
.home-about .block-title {
	text-align: left;
	color: #FFF;
}
.home-about .service-box {
	position: absolute;
	left: 60%;
	top: 50px;
	-webkit-animation: featureImgBounce 5s ease-in-out 0s infinite alternate;
    animation: featureImgBounce 5s ease-in-out 0s infinite alternate;
}
.home-about .intro {
	margin-top: 30px;
	line-height: 2;
	font-size: 18px;
	color: #FFF;
}
.home-about .btn {
	margin-top: 30px;
}
.home-about .service-item {
	display: flex;
	align-items: center;
	padding: 15px 0;
	font-size: 26px;
	color: #FFF;
}
.home-about .service-item .item-left img {
	display: block;
	width: 60px;
	height: 60px;
}
.home-about .service-item .item-right {
	display: flex;
	align-items: center;
	margin-left: 30px;
}
.home-about .service-item .item-right img {
	margin-left: 20px;
}
.home-contact {
	padding: 40px 0;
	background: url(../images/cecd538.png) no-repeat;
	background-size: 100% 100%;
	color: #FFF;
}
.home-contact .form-title {
	margin-bottom: 20px;
	font-size: 18px;
}
.home-contact .inptext,
.home-contact .textarea {
  width: 300px;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #fff;
  border-radius: 20px;
  outline: none;
  background: transparent;
  font-size: 14px;
	color: #fff;
}
.home-contact .inptext {
	padding-right: 20px;
  height: 36px;
}
.home-contact .textarea {
	height: 100px;
	resize: none;
}
.home-contact .inptext::-webkit-input-placeholder,
.home-contact .textarea::-webkit-input-placeholder {
	color: #FFF;
}
.home-contact .inptext::-moz-placeholder,
.home-contact .textarea::-moz-placeholder {
	color: #FFF;
}
.home-contact .inptext:-ms-input-placeholder,
.home-contact .textarea:-ms-input-placeholder {
	color: #FFF;
}
.home-contact .inptext:-moz-placeholder,
.home-contact .textarea:-moz-placeholder {
	color: #FFF;
}
.home-contact .btn {
	display: block;
	width: 160px;
  height: 40px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
  color: #d15454;
}
.home-contact .desc {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.home-contact .desc-up {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 30px;
}
.home-contact .desc-up img {
	flex-shrink: 0;
	margin-right: 10px;
	width: 64px;
	height: auto;
}
.home-contact .desc-telephone {
	font-weight: bold;
	font-style: italic;
	font-size: 28px;
	line-height: 1.14;
}
.home-contact .desc-down {
	line-height: 2;
	text-align: right;
	font-size: 14px;
}
.item-counter {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  padding: 20px;
  box-shadow: 0px 20px 60px 0px rgba(42, 40, 51, 0.05);
  border-radius: 50%;
}
.item-counter:before {
	content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background-image: linear-gradient(40deg, #d15454 0%, #d15454 100%);
  border-radius: 50%;
}
.item-counter .counter-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: inset 0px 20px 40px 0px rgba(209, 84, 84, 0.3);
  border-radius: 50%;
}
.item-counter h3 {
	line-height: 1.14;
	font-size: 40px;
	color: #2a2833;
}
.item-counter p {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 12px;
  font-weight: 500;
  color: #74727a;
  line-height: 1em;
  margin-top: 10px;
}
/*富文本*/
.about {
	padding: 40px 20px;
}
.blog-title {
    margin: 15px 0;
    line-height: 28px;
    text-align: center;
	  font-weight: normal;
    font-size: 28px;
    color: #2a2833;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.blog-content {
	text-indent: 2em;
	line-height: 34px;
	font-size: 18px;
	color: #333;
}
.blog-content img {
	display: block;
	max-width: 100%;
	margin: 10px auto;
}
.blog-content p {
	margin-bottom: 30px;
}
.join-wrap {
	padding: 60px 0;
}
.join-wrap .map {
	position: relative;
	display: block;
	width: 100%;
	height: 400px;
	border-radius: 4px;
	overflow: hidden;
}
.join-wrap .form-box {
	height: 100%;
	background: #F8F8F8;
	border-radius: 4px;
	overflow: hidden;
}
.join-wrap .inptext,
.join-wrap .textarea {
	display: block;
	margin-top: 30px;
	margin-left: 15px;
	padding-left: 10px;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	font-size: 14px;
	color: #333;
}
.join-wrap .inptext {
	width: 80%;
	height: 44px;
}
.join-wrap .textarea {
	width: 90%;
	height: 120px;
	padding-right: 10px;
	line-height: 30px;
}
.join-wrap .button {
	width: 100px;
	height: 44px;
	border: 0 none;
	outline: 0 none;
	margin-top: 30px;
	margin-left: 15px;
	background: #d15454;
	border-radius: 4px;
	font-size: 14px;
	color: #fff;
}
.join-wrap .button:hover {
	opacity: 0.9;
}
/*新闻资讯*/
.home-news {
	padding: 30px 0;
	background: url(../images/d41d57e.png) no-repeat;
	background-size: 100% 100%;
}
.home-news .block-title {
	color: #FFF;
}
.news-wrap {
	padding: 30px 0;
}
.item-news {
	display: block;
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	background: #fff;
	border: 1px solid #efefef;
	border-radius: 5px;
	overflow: hidden;
}
.home-news .item-news {
	border: 0 none;
}
.item-news .img {
	position: relative;
}
.item-news .img img {
	display: block;
	width: 100%;
	height: auto;
}
.item-news .img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	display: block;
	width: 100%;
	background: rgba(0, 0, 0, 0);
	transition: background ease-in-out 0.2s;
}
.item-news .img .fa {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	font-size: 33px;
	color: rgba(255, 255, 255, 0);
	transition: color ease-in-out 0.2s;
}

.item-news .title {
	margin: 30px;
	height: 56px;
	line-height: 28px;
	font-size: 18px;
	color: #2a2833;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.item-news .link {
	display: block;
	padding: 0 30px;
	letter-spacing: 1px;
	font-size: 14px;
	color: #74727a;
}
.item-news:hover .img:before {
	background: rgba(0, 0, 0, 0.4);
}
.item-news:hover .img .fa {
	color: #FFF;
}
.item-news:hover .link {
	color: #2a2833;
}
/*分页*/
.pagination {
    margin: 30px 0;
    text-align: center;
    font-family: 'Microsoft Yahei';
}
.pagination ul {
    margin: 0 auto;
}
.pagination li {
    display: inline;
    line-height: 34px;
    margin-left: 6px;
    font-size: 14px;
    color: #74727a;
}
.pagination li a {
    display: inline-block;
    height: 34px;
    padding: 0px 12px;
    background: #FFF;
    border: 1px solid #E5E5E5;
    color: #74727a;
}
.pagination li a:hover {
    border: 1px solid #d15454;
    background: #d15454;
    color: #FFF!important;
}
.pagination li a.prev,
.pagination li a.next {
    display: inline-block;
    width: 82px;
    height: 34px;
    padding: 0;
    text-align: center;
}
.pagination li a.prev span {
    margin-right: 5px;
    font-family: "SimSun", "宋体";
}
.pagination li a.next span {
    margin-left: 5px;
    font-family: "SimSun", "宋体";
}
.pagination li.page_cur a {
    border: 1px solid #d15454;
    background: #d15454;
    color: #FFF;
}
.pagination li.gopage input,
.pagination li.gopage button {
    vertical-align: middle;
    width: 36px;
    height: 34px;
    background: #FFF;
    border: 1px solid #E5E5E5;
    text-align: center;
    font-size: 14px;
    color: #74727a;
}
.pagination li.gopage button {
    height: 36px;
}
/*服务项目*/
.service-wrap {
	padding: 30px 0;
}
.service-category,
.service-content {
	padding: 30px;
	border: 1px solid #efefef;
	border-radius: 5px;
}
.service-category .title {
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 20px;
  color: #2a2833;
}
.service-content .title {
	margin-bottom: 28px;
	line-height: 1.2em;
  font-weight: normal;
  font-size: 30px;
  color: #2a2833;
}
.service-category .list {
	margin: 0;
}
.service-category .item {
	margin-bottom: 15px;
}
.service-category .item a {
	display: block;
	line-height: 30px;
	font-size: 18px;
	color: #74727a;
}
.service-category .item a:hover {
	color: #2a2833;
}
.service-category .item:last-child {
	margin-bottom: 0;
}
.service-content .rick-text {
	line-height: 2;
	font-size: 18px;
	color: #2a2833;
}
.service-content .rick-text img {
	max-width: 100%;
}
@-webkit-keyframes featureImgBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes featureImgBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}