html {
  font-size: 10px;
}

button {
  border: 0;
  outline: none;
}

a {
  text-decoration: none;
  color: #333;
}

a:link {
  text-decoration: none;
  color: #333;
}

a:visited {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #333;
}

a:active {
  text-decoration: none;
}

body {
  font-family: PingFangRegular;
  font-size: 14px
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

button {
  outline: none;
  border: 0;
  background-color: #fff;
}

#login {
  z-index: 10;
  display: none;
}

.basic_title img {
  width: 1.2rem;
  height: 1.5rem;
  margin-right: 0.5rem;
}

/* 版心 */
.info_icon_list {
  margin: 0;
}

.content {
  width: 83%;
  margin: 0 auto;
}
/*轮播图*/
#swiper1 {
	width: 100%;
	position: relative;
  height: auto; 
  padding-top: 120px;
  object-fit: cover;
}

.swiper-slide img {
	width: 100%;
	height: 100%;

}

.swiper-slide .title {
	position: absolute;
	transform: rotate(90deg);
	transform-origin: left top;
	left: -3px;
	font-size: 11px;
	color: rgb(102, 102, 102);
}

.swiper-pagination-bullet {
	background: none;
	opacity: 1;
	width: 13px;
	height: 13px;
	position: relative;
	outline: none;
	vertical-align: middle;
}

.swiper-pagination-bullet span {
	width: 3px;
	height: 3px;
	background: #ccc;
	display: none;
	border-radius: 50%;
}


.swiper-pagination-bullet-active span,
.swiper-pagination-bullet:hover span {
	width: 10px;
	height: 10px;
	margin-top: 0;
	margin-left: 0;
	background: #ff8e00;
	position: relative;
	z-index: 1;
}

.swiper-pagination-bullet-active i {
	animation: middle 6s;
}

.swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {
	animation: first 6s;
}

.swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {
	animation: last 6s;
}
.swiper-button-next,
.swiper-button-prev {
	width: 70px !important;
	background-size: 15px 27px !important;
}

.swiper-container {

	z-index: auto !important;
}

.swiper-pagination {

	z-index: 2 !important;
}

/* 按钮 */
.btn {
  background-color: #eeeeee;
  border-radius: 30px;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: 2rem;
  box-sizing: border-box;
  color: #a9a9a9;
}

.btns {
  padding: 1.5rem 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  background-color: #FF9900;
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.post .btns {
  font-size: 1.3rem;
}
.index_header{
  width: 100%;
  height: 120px;
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: #003ceb;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.logo_name{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  font-weight: 500;
  color: #fff;
}
.logo_name img{
  width: 6rem;
  height: auto;
  object-fit: cover;
  margin-right: 0.8rem;
}



/* 产品 */
.product_introduce{
  width: 100%;
  padding-right: 10rem;
  padding-left: 10rem;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60px;
  padding-top: 15px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.section-title {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 300px;
  position: relative;
  z-index: 5;
}
.section-title h3 {
  font-size: 25px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  color: #000;
  text-transform: uppercase;
}
.section-title h2 {
  font-size: 34px;
  margin-bottom: 25px;
  line-height: 42px;
  text-transform: capitalize;
  position: relative;
  font-weight: 800;
}
.section-title p {
  font-size: 15px;
}
.col-lg-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.single-feature {
  text-align: left;
  padding: 30px;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  margin-top: 30px;
  height: 310px;
  border: 1px solid #eee;
  -webkit-transition: all .5s cubic-bezier(.68,-.55,.27,1.55) 0s;
  transition: all .5s cubic-bezier(.68,-.55,.27,1.55) 0s;
}
.single-feature .icon_img {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background-color: #003ceb;
  color: #fff;
  font-size: 20px;
  border-radius: 7px;
  -webkit-box-shadow: 0 4px 6px #0000002a;
  box-shadow: 0 4px 6px #0000002a;
  margin-bottom: 30px;
}
.single-feature .icon_img img{
  width: 35px;
  height: 35px;
}
.single-feature h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.single-feature p {
  line-height: 22px;
}

.navbar_collapse {
  display: flex !important;
  flex-basis: auto;
  align-items: center;
}
.navbar_collapse .navbar-nav {
  flex-direction: row;
  display: flex;
  padding-left: 0;
  list-style: none;
}
.navbar-nav .nav-item {
  z-index: 1;
  position: relative;
  margin-right: 40px;
}
.navbar-nav .nav-item a {
  font-size: 15px;
  color: #fff;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  position: relative;
  padding: 35px 0;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  transition: all .3s ease-out 0s;
  position: relative;
  text-transform: capitalize;
}
.navbar-nav .nav-item a.active {
  color: #fff;
}
/*背景文字*/
.heard_title {
  color: #fff;
  left: 9%;
  position: absolute;
  top: 42%; 
  z-index: 1;
  transform: translateY(-50%);
}

.heard_title div {
  box-sizing: border-box;
}

.titleone {
  font-size: 25px;
  font-weight: 700;

}

.titletwo {
  font-size: 3.8rem;
  font-weight: 700;

}

.titleth {
  font-size: 1.8rem;
  font-weight: 500;

}

.titlebig {
  width: 48rem;
  padding: 2.5rem 0;
}

.pross {
  width: 100% !important;
}

/* 咨询电话 */
.phona_post {
  position: fixed;
  right: 80px;
  top: 80%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 0.5rem;
  background-color: #fff;
  transform: translateY(-50%);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 37px;
  cursor: pointer;
}

.phona_post a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 1rem;
  color: #333;
  box-sizing: border-box;
}

.phona_post .phone_img {
  width: 50px;
  height: 50px;
  background-color: #FF9900;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 1.2rem;
}

.phona_post a span {
  font-size: 1.2rem;
  margin-top: 0.2rem;
}

.phona_post .phone_img img {
  width: 25px;
  height: 25px;
}

.to_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}

.to_top img {
  width: 12px;
  height: 8px;
  margin-bottom: 0.5rem;
}

.to_top span {
  font-family: PingFang;
  font-weight: bold;
  font-size: 1.2rem;
  color: #006FF8;
}

.top_bx {
  background-color: #1bace6;
  height: 120px;
}

/* 图片 */
.app_img{
  width: 100%;
	position: relative;
}

.app_img img{
  width: 100%;
  height: auto; 
  object-fit: cover;
}

.app_img1{
  width: 100%;
	position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0rem 0;
  background-color: #00030a;
}

.app_img1 img{
  width: 36%;
  height: auto; 
  object-fit: cover;
}



/*底部*/
.app_foor {
  background: #272b38;
  font-size: 1.2rem;
  position: relative;
}

.foor_flex {
  margin: 0 auto;
  justify-content: center;
  color: #fff;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.foor_title{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 28vh;
}
.foor_img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.foor_info{
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.info_txt1{
  padding-bottom: 1.5rem;
  font-size: 3.2rem;
  color: #fff;
  font-weight: bold;
}
.info_txt2{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  color: #fff;
  font-weight: 500;
  padding-bottom: 1.5rem;
}
.info_txt3{
  font-size: 1.6rem;
  color: #fff;
}
.info_txt2 span{
  padding-right: 4.5rem;
}
.info_txt2 span:last-child{
  padding-right: 0;
}

.foor_details {
  width: 100%;
  background-color: #1b1e27;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 1.2rem;
}

.foor_txt{
  display: flex;
  align-items: center;
  padding-bottom: 0.8rem;
}
.foor_txt span{
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  padding-right: 2rem;
}
.foor_txt span:last-child{
  padding-right: 0;
}
.foor_btn{
  width: 16rem;
  height: 4.2rem;
  line-height: 4rem;
  text-align: center;
  border: 1px solid #207ffb;
  background-color: #fff;
  color: #207ffb;
  font-size: 1.52rem;
  border-radius: 0.2rem;
  font-weight: 600;
  margin-top: 2.5rem;
  cursor: pointer;
}

/* 手机底部导航 */
/* 手机导航图标 */
@font-face {
  font-family: "iconfont";
  src: url('iconfont.eot?t=1606378035281');
  /* IE9 */
  src: url('iconfont.eot?t=1606378035281#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
    url('iconfont.woff?t=1606378035281') format('woff'),
    url('iconfont.ttf?t=1606378035281') format('truetype'),
    /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url('iconfont.svg?t=1606378035281#iconfont') format('svg');
  /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ziyuan21:before {
  content: "\e66d";
}

.icon-ziyuan23:before {
  content: "\e66e";
}

.icon-ziyuan24:before {
  content: "\e66f";
}

.icon-ziyuan25:before {
  content: "\e670";
}

.icon-tesejinrongqu:before {
  content: "\e671";
}

/*  手机导航图标结束*/
.foor {
  position: fixed;
  bottom: 0%;
  z-index: 99;
  width: 100%;
  height: 53px;
  background: #e0e2e1;
  background: linear-gradient(#d9dbda, #f9f9f9, #dddcd9);
  border-top: 1px solid #ddd;
  display: none;


}

.foor .index_header {
  position: fixed;
  padding: 1rem;
  text-align: center;
  font-size: 3rem;
  width: 100%;
  background: #fff;
  top: 0%;
  z-index: 99;
  border-bottom: 1px solid #ddd;
}

.foor ul a {
  text-decoration: none;
  width: 100%;
  text-align: center;
  color: #757575;
  text-decoration: none;
  z-index: 999;
}

.foor .d_img {
  width: 100%;
}

.foor .d_img img {
  width: 25%;
  margin-bottom: 0.3rem;
}

.foor .div_typename {
  font-size: 1rem;
  width: 100%;

}

.foor img {
  width: 100%;
  height: 100%;
}

.foor .login_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 20rem;
  z-index: -1;
}

.foor .tou {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 0.2rem solid #fff;
  margin: 1rem auto;
}

.foor .tou img {
  border-radius: 50%;
}


