html,body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input,button, textarea, p, blockquote, th, td, hr {
  margin: 0;
  padding: 0;
}

body {
  min-width: 840px;
}

.header_title {
  display: flex;
  justify-content: space-between;
  padding: 14px 10%;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 80%;
  background-color: #fff;
}

.header_title .logo img {
  height: 40px;
}

.header_title .title {
  display: flex;
  align-items: center;
}

.header_title .title .item {
  margin: 0 30px;
  line-height: 40px;
}

.product_list {
  position: relative;
  height: 42px;
  line-height: 40px;
}

/* .product_mask {
  box-shadow: 0px 2px 10px 0px rgba(51, 51, 51, 0.10);
  padding: 15px 8px;
  background-color: #fff;
  flex-direction: column;
  position: absolute;
  width: 132px;
  bottom: -100px;
  line-height: 24px;
  display: none;
  font-size: 14px;
}

.product_mask span, .product_mask a {
  padding: 6px 10px;
  cursor: pointer;
}

.product_mask span:hover {
  border-radius: 2px;
  background: #F4F8FF;
  color: #1F64FF;
}

.product_list:hover .product_mask {
  display: flex;
} */
.product_list .igm {
  transition: transform 0.2s;
}
.product_list:hover .igm {
  transform: rotateZ(180deg);
}

.right_btn {
  display: flex;
  align-items: center;
}

.right_btn .img {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}

.right_btn .phone {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-right: 45px;
}
.right_btn .login {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin-right: 32px;
}
.right_btn .register {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  background: #1F64FF;
  padding: 14px 20px;
}

.aswiper-slide {
  position: relative;
  width: calc(100% - 20%);
  margin: 0 10%;
  height: 65px;
}

/* .swiper-pagination span {
  width: 50px !important;
  height: 6px !important;
  border-radius: 3px !important;
} */
.swiper{
  margin-top: 70px;
}
.banner-img {
  width: 100%;
}

.silde_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -50%;
  margin: 0 -12px;
  z-index: 10;
}

.aswiper-slide-item {
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 14px 31px;
  background-color: #ffffff;
  margin: 0 12px;
  width: 100%;
}

.slide-title {
  color: #FF9B17;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 8px;
}

.aswiper-slide-item .content {
  color: #444445;
  font-size: 16px;
  font-weight: 400;
}

.mask_title {
  color: #000;
  font-size: 40px;
  font-weight: 500;
  padding: 40px 0;
  text-align: center;
}

.content-white {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.content-white .masf {
  width: 80%;
  display: flex;
  justify-content: space-between;
}

.content-white .masf .item {
  width: 25%;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content-white .masf .item .img {
  width: 216px;
  height: 216px;
}

.content-white .masf .item .title {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  margin: 30px 0 16px 0;
}

.content-white .masf .item .cont {
  color: #5E6B7C;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.swiper2 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner-swiper .mask_title {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%; /* 72px */
}

.banner-swiper .swiper-slide {
  display: flex;
  justify-content: center;
}

.banner-contetn {
  width: 90%;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 2px 10px 0px rgba(51, 51, 51, 0.10);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}


.banner-swiper {
  padding-bottom: 1rem;
}

.banner-contetn .img {
  width: 35%;
  margin: 1rem;
}

.banner-contetn .text-list {
  width: 45%;
}

.banner-contetn .title {
  color: #333;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 150%; /* 24px */
}

.banner-contetn .cont {
  color: #5E6B7C;
  font-size: 0.5rem;
  font-weight: 400;
  line-height: 150%; /* 18px */
}

.mask_content {
  color: #505A68;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}


#banner {
  width: 100%;
  overflow: hidden;
}
/*设置文字滚动效果*/
#banner_mask {
  width: 100%;
  display: flex;
  /* overflow: hidden; */
  /* animation: marquee 10s linear infinite; */
}

.banner-item {
  /* float: left; */
  position: relative;
}

.characters-list {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
}

.characters-list .title {
  color: #FFF;
  font-size: 48px;
  font-weight: 600;
  margin: 10px 0;
  line-height: 60px;
}
.characters-list .content {
  color: rgba(255, 255, 255, 0.80);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  max-width: 588px;
  margin-bottom: 20px;
}

.banner-btn {
  background: #ffffff;
  color: #1F64FF;
  font-size: 18px;
  font-weight: 400;
  padding: 12px 30px;
  border: none;
  margin-top: 40px;
  cursor: pointer;
  margin-right: 20px;
}

.content-white {
  padding: 40px 0;
  margin: 0 10%;
}

.content-black {
  background: #F4F7FB;
  padding-bottom: 80px;
}

.back-ground-list {
  display: flex;
  justify-content: space-between;
  margin: 0 10%;
  /* flex-wrap: wrap; */
}

.ground-item {
  width: 100%;
}
.ground-item .title {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  border-radius: 8px 8px 0px 0px;
  background: #1F64FF;
  padding: 41px 0 41px 40px;
}

@media (width > 1680px) {
  .ground-item .title {
    font-size: 20px;
    padding: 41px 0 41px 40px;
  }
}

@media (width <= 1680px) and (width > 1350px) {
  .ground-item .title {
    font-size: 18px;
    padding: 35px 0 35px 40px;
  }
}

@media (width <= 1350px) and (width > 1100px) {
  .ground-item .title {
    font-size: 14px;
    padding: 30px 0 30px 40px;
  }
}

@media (width < 1100px) {
  .back-ground-list {
    flex-wrap: wrap;
  }
  .ground-item {
    margin: 0 !important;
  }
}

.ground-item .item_mask {
  border-radius: 8px;
  border: 1.5px solid #FFF;
  background: linear-gradient(180deg, #D5E2FC 0%, #FFF 100%);
  padding: 34px 0 34px 40px;
  height: 154px;
}

.ground-item .item_mask .ite {
  margin-bottom: 20px;
}

.guarantee {
  margin: 0 10%;
  margin-top: 80px;
}

.guarantee_title {
  color: #000;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}

.guarantee-mask {
  display: flex;
  justify-content: center;
}

.natural-resources{
  /* margin: 0 10%; */
  padding-bottom: 60px;
  background-color: #F4F9FF;
}

.resources-list {
  margin: 0 10%;
  display: flex;
  flex-wrap: wrap;
}

.resources-item {
  width: calc(25% - 110px);
  padding: 10px 34px 54px 34px;
  border-radius: 4px;
  margin: 20px;
  background-color: #fff;
}

@media (width > 1280px) {
  .resources-item {
    width: calc(25% - 110px);
  }
}

@media (width <= 1280px) and (width > 720px) {
  .resources-item {
    width: calc(50% - 110px);
  }
}

@media (width <= 720px) {
  .resources-item {
    width: calc(100% - 110px);
  }
}

.resources-item .img {
  width: 146px;
  margin: 0 auto;
  display: flex;
  align-content: center;
}

.resources-item .title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin: 15px 0 24px 0;
}

.resources-item .content {
  color: #5E6B7C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.advantage {
  background: #F4F7FB;
  padding-bottom: 80px;
}

.advantage-list {
  background-color: #ffffff;
  margin: 0 10%;
  display: flex;
  justify-content: center;
  padding: 72px 0;
}

.advantage-item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 400px;
}

.advantage-mask .title-left, .advantage-mask .title-right {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

.advantage-mask .title-left {
  text-align: right;
}

.advantage-mask .content-left, .advantage-mask .content-right {
  color: #868B91;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

.advantage-mask .content-left {
  text-align: right;
}

.guarantee-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 80px 0 40px 0;
}

.guarantee-item .item .title {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

.guarantee-item .item .contetn-rigth {
  color: #6F757C;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
}

.guarantee-item .item .contetn-left {
  color: #6F757C;
  font-size: 14px;
  font-weight: 400;
}

.guarantee-img {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.contact_us {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.contact_us .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.contact_us .inp_list {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  width: 80%;
  display: flex;
  justify-content: center;
  padding: 70px 0 20px 0;
}

.inp_list .title {
  color: #333;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}

.inp_list .contetn {
  color: #333333;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin: 19px 0 40px 0;
  padding-bottom: 40px;
}

.inp_contact {
  border-radius: 4px;
  border: 1px solid #E4E8ED;
  background: #FFF;
  height: 54px;
  width: 100%;
  padding-left: 20px;
}

.inp_mask {
  margin-bottom: 28px;
  display: flex;
  justify-content: space-between;
}

.inp_mask .btn {
  border-radius: 4px;
  background: #1F64FF;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 16px 100px;
  border: none;
  cursor: pointer;
}

#aboutUs {
  padding: 80px 198px;
  display: flex;
  justify-content: space-between;
  background-color: #000;
}

@media (width< 1440px) {
  #aboutUs {
    flex-wrap: wrap;
  }
}

.aboutUs_item {
  width: 100%;
  margin: 0 15px;
  line-height: 150%;
}

.code_list {
  display: flex;
  justify-content: flex-start;
}

.code_list .item {
  margin-right: 10px;
}

.code_list .title {
  color: #6C7380;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.logo {
  height: 40px;
}

.aboutUs_item .title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
}

.aboutUs_item .content {
  color: #6C7380;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}

.copy-right {
  line-height: 100px;
  color: #9A9A9A;
  text-align: center;
  background-color: #000;
}

.el-message--success {
  min-width: 380px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  position: fixed;
  left: 50%;
  top: 120px;
  transform: translateX(-50%);
  transition: opacity .3s,transform .4s,top .4s;
  overflow: hidden;
  padding: 15px 15px 15px 20px;
  display: flex;
  align-items: center;
  background-color: #f0f9eb;
  color: #67c23a;
  display: none;
}

.duihao {
  padding: 2px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #67c23a;
  color: #ffffff;
  text-align: center;
  line-height: 10px;
  font-size: 8px;
  margin-right: 4px;
}

#el-message--error {
  color: #f56c6c;
  background-color: #fef0f0;
}
#el-message--error .duihao {
  background-color: #f56c6c;
  color: #ffffff;
}

.zixun_btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.blue_btn {
  border-radius: 8px;
  background: #1F64FF;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  padding: 14px 20px;
  margin-right: 10px;
  cursor: pointer;
}

.white_btn {
  color: #1F64FF;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  border: 1px solid #1F64FF;
  padding: 14px 20px;
  margin-left: 10px;
}

.contact_Ous {
  background-color: #fff;
  padding: 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.contact_Ous .title {
  color: #333;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 40px;
}

.contact_Ous .inp_list {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.contact_Ous .inp_list .inp {
  height: 52px;
  border-radius: 8px;
  border: 1.5px solid #DEE2E9;
  margin: 0 20px;
  padding: 0 20px;
  width: calc(45% - 80px);
}

.innovate {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.innovate .bg_img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.innovate_item {
  width: 70%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}

.innovate .tti {
  color: #333;
  font-size: 48px;
  font-weight: 600;
  margin: 80px 0 40px 0;
}

.innovate_item .item {
  width: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.innovate_item .item .img {
  width: 96px;
  height: 96px;
}

.innovate_item .item .title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin: 16px 0 10px 0;
}

.innovate_item .item .title .font {
  font-size: 32px;
}

.innovate_item .item .cont {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.cooperate {
  position: relative;
}

.cooperate .bg_img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.cooperate .title {
  color: #333;
  font-size: 48px;
  font-weight: 600;
  padding: 80px 0;
  text-align: center;
}

.cooperate_main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.cooperate_main .main_img {
  position: absolute;
  z-index: -1;
  width: 530px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

@media (width <= 1440px) {
  .cooperate_main .main_img {
    width: 430px;
  }
  .cooperate_main .item:nth-child(3) {
    padding-bottom: 20px !important;
  }
  .cooperate_main .item:nth-child(3) .left_tips {
    margin-right: 80px !important;
  }
  .cooperate_main .item:nth-child(3) .right_tips {
    margin-left: 80px !important;
  }
  .cooperate_main .item:nth-child(4) .left_tips {
    margin-right: 200px !important;
  }
  .cooperate_main .item:nth-child(4) .right_tips {
    margin-left: 200px !important;
  }
  .cooperate_main .item:nth-child(5) {
    padding-bottom: 30px !important;
  }
  .cooperate_main .item:nth-child(5) .left_tips {
    margin-right: 180px !important;
  }
  .cooperate_main .item:nth-child(5) .right_tips {
    margin-left: 180px !important;
  }
}

.cooperate_main .cont {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  max-width: 274px;
  margin: 0 10px;
}

.cooperate_main .item {
  display: flex;
  justify-content: center;
}

.cooperate_main .tit {
  background: linear-gradient(180deg, #5ACBFE 0%, #136BF3 100%);
  border-radius: 50%;
  color: #FFF;
  font-size: 26px;
  font-weight: 600;
  width: 132px;
  height: 132px;
  line-height: 132px;
  text-align: center;
  box-shadow: 0px 5px 20px 0px rgba(255, 255, 255, 0.50) inset;
  margin: 0 10px;
}

.left_tips, .right_tips {
  display: flex;
  align-items: center;
}

.customized {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.customized .img {
  position: absolute;
  z-index: -1;
  width: 80%;
}

.customized .title {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  margin-top: 135px;
}

.customized .cont {
  color: rgba(255, 255, 255, 0.80);
  font-size: 20px;
  font-weight: 400;
  margin: 20px 0 30px 0;
}

.customized .btn {
  color: #1A74FD;
  font-size: 18px;
  font-weight: 500;
  border-radius: 40px;
  background: #FFF;
  width: 200px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  margin-bottom: 135px;
  cursor: pointer;
}

.dialog {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.dialog_mask {
  position: relative;
}

.close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  cursor: pointer;
}

.fiex_right {
  position: fixed;
  right: 20px;
  bottom: 96px;
  border-radius: 4px;
  background: #FFF;
  padding: 16px 8px;
  z-index: 999;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}

.fiex_right .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}

.fiex_right .item-on:hover .phone_number {
  display: inline;
}
.fiex_right .item:hover .wechat_code {
  display: inline;
}

.phone_number {
  position: absolute;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 8px;
  display: none;
  border-radius: 4px;
}

.wechat_code {
  position: absolute;
  left: -236px;
  bottom: -6px;
  text-align: center;
  background-color: #fff;
  padding: 8px;
  padding-bottom: 15px;
  border-radius: 8px;
  display: none;
}

.wechat_code img {
  width: 188px;
}

.fiex_right .item .img {
  margin-bottom: 10px;
}

.fiex_right .item .cont {
  color: #444;
  font-size: 12px;
  font-weight: 500;
}

.aboutUs_item .cont {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  /* margin-left: 10px; */
}
.information{
	width: 100%;
	padding: 40px 0px;
	padding-bottom: 80px;
}
.information .title{
	color: #333;
	font-size: 48px;
	font-weight: 600;
	padding: 40px 0;
	padding-bottom: 80px;
	text-align: center;
}
.information-content{
	width: 75%;
	display: flex;
	align-items: center;
	gap: 25px;
	margin: auto;
}
.tab-content{
	height: 335px;
}
.empty{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.empty img{
	width: 280px;
}
.information-left{
	width: 50%;
	height: 400px;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.information-left img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.information-right{
	width: 50%;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.information-right .tabChange{
	width: 100%;
	display: flex;
	background-color: #f1f1f1;
	margin-bottom: 20px;
}
.tabChange .tab-item{
	flex: 1;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
}
.tabChange .tab-item.on{
	background-color: #1F64FF;
	color: #fff;
}
.information-item{
	padding:13px 10px;
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.information-item:hover{
	background-color: #1F64FF;
	color: #fff;
}
.information-item:hover .information-time-day{
	background-color: #1F64FF;
	color: #fff;
}
.information-item:hover .information-time{
	background-color: #1F64FF;
	color: #fff;
}
.information-text{
	font-size: 16px;
	line-height: 24px;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.information-time-day{
	font-size: 26px;
	color: #333;
	text-align: center;
}
.information-time{
	font-size: 14px;
	color: #333;
}