@charset "UTF-8";
:root {
  --main-color: #099dd6;
}

.w1400 {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.w1280 {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.w1680 {
  max-width: 1680px;
  margin: 0 auto;
  width: 100%;
}

.grid {
  display: grid;
  gap: 0 20px;
}

.header {
  height: 100px;
  max-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .w1280 {
  margin: 0;
}
.header .header_nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header_nav li {
  margin: 0 20px;
}
.header .header_nav li.active a {
  color: var(--main-color);
}
.header .header_nav li.active a::after {
  width: 100%;
}
.header .header_nav a {
  padding: 0 20px;
  font-size: 16px;
  color: #666;
  line-height: 100px;
  position: relative;
  display: block;
}
.header .header_nav a:hover {
  color: var(--main-color);
}
.header .header_nav a:hover::after {
  width: 100%;
}
.header .header_nav a::after {
  content: "";
  position: absolute;
  width: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  background: var(--main-color);
  display: block;
}
.header .r_p {
  width: 126px;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  text-align: justify;
  display: flex;
  align-items: center;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.header .r_p::after {
  display: inline-block;
  content: "";
  /*width: 100%;*/
}

.banner-swiper .swiper-button-prev,
.banner-swiper .swiper-button-next {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ccc;
  transition: ease-in-out 0.3s;
}
.banner-swiper .swiper-button-prev::after,
.banner-swiper .swiper-button-next::after {
  font-size: 16px;
  color: #fff;
}
.banner-swiper .swiper-button-prev:hover,
.banner-swiper .swiper-button-next:hover {
  background: var(--main-color);
}

.index_page2 {
  padding: 60px 0 0;
  position: relative;
}
.index_page2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 75px;
  background: #F8F8F8;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.index_page2 .w1680 {
  height: 450px;
  background: url(../images/index_img1.jpg) no-repeat center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 99;
}
.index_page2 .search {
  text-align: center;
}
.index_page2 .search .input {
  position: relative;
  height: 48px;
  width: 490px;
  border: 1px solid #fff;
  border-radius: 24px;
  display: flex;
  justify-content: flex-start;
  margin-top: 32px;
}
.index_page2 .search h3 {
  font-size: 36px;
  color: #fff;
}
.index_page2 .search input {
  height: 100%;
  background: transparent;
  padding-left: 30px;
  width: 90%;
  color: #fff;
  font-size: 16px;
}
.index_page2 .search input::-webkit-input-placeholder {
  color: #fff;
}
.index_page2 .search .btn {
  background: #099dd6;
  position: absolute;
  width: 38px;
  height: 38px;
  padding: 0;
  margin: 0;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 50%;
}
.index_page2 .search .btn i {
  color: #fff;
  font-size: 20px;
}

.footer {
  background: #444444;
}
.footer .f_bottom {
  height: 76px;
  border-top: 1px solid #666666;
}
.footer .f_bottom .flex {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.footer .f_bottom p {
  font-size: 15px;
  color: #999999;
}
.footer .f_bottom p a {
  color: #999999;
  transition: all 0.3s;
}
.footer .f_bottom p a:hover {
  color: #fff;
}
.footer .f_top {
  padding: 75px 0 45px;
}
.footer .f_top .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer .f_top .f_nav {
  max-width: 730px;
  width: 100%;
  grid-template-columns: 209px 229px 210px minmax(80px, auto);
}
.footer .f_top .f_nav h3 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 12px;
}
.footer .f_top .f_nav a {
  display: block;
  font-size: 16px;
  line-height: 3;
  color: #999999;
  transition: all 0.3s;
}
.footer .f_top .f_nav a:hover {
  color: #fff;
}
.footer .f_top .con_list {
  margin-top: 50px;
  width: 400px;
}
.footer .f_top .con_list li {
  border-top: 1px dashed rgba(102,102,102,.5);
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.footer .f_top .con_list li .icon {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #999;
  text-align: center;
  line-height: 48px;
  flex-shrink: 0;
  margin-right: 25px;
}
.footer .f_top .con_list li .icon i {
  color: var(--main-color);
  font-size: 26px;
}
.footer .f_top .con_list li p {
  font-size: 16px;
  color: #999999;
  line-height: 1.6;
}
.footer .f_top .con_list li p span {
  display: block;
}
.footer .f_top .con_list li p span.b {
  font-size: 30px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}
.footer .f_top .con_list li p span.s {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 8px;
}
.footer .f_top .con_list li:last-child {
  border-bottom: 1px dashed rgba(102,102,102,.5);
}

.share {
  display: flex;
  align-content: start;
  justify-content: flex-start;
}
.share ul {
  display: flex;
  align-content: start;
  justify-content: flex-start;
  margin-left: 36px;
}
.share ul li {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid #999;
  margin-right: 15px;
}
.share ul li:last-child {
  margin-right: 0;
}
.share ul li a {
  display: block;
  text-align: center;
  line-height: 28px;
}
.share ul li a i {
  color: #999;
  font-size: 16px;
  transition: all 0.3s;
}
.share ul li a:hover i {
  color: #fff;
}

.inxex_page5 {
  padding: 120px 0 90px;
  background: #F8F8F8;
}
.inxex_page5 a.more {
  margin-top: 40px;
}

.index_title {
  text-align: center;
  margin-bottom: 40px;
}
.index_title h3 {
  font-size: 36px;
  color: #333333;
  line-height: 1;
}
.index_title p {
  font-size: 16px;
  color: #999999;
  line-height: 1.8;
  margin-top: 20px;
  max-width: 570px;
  margin: 20px auto 0 auto;
}

.client_list .grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  grid-auto-rows: 120px;
}
.client_list .grid li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.client_list .grid a {
  display: flex;
  align-items: center;
  justify-content: center;
}

a.more {
  display: block;
  margin: 0 auto;
  width: 128px;
  height: 33px;
  border: 1px solid #ccc;
  border-radius: 16.5px;
  text-align: center;
  line-height: 31px;
  font-size: 12px;
  color: #999;
  transition: ease-in-out 0.3s;
}
a.more:hover {
  background: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}

.index_page4 {
  padding: 120px 0 140px;
  background: #fff;
}

.page_top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.page_top a.more {
  margin: 0;
}
.page_top .index_title {
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
}
.page_top .index_title p {
  font-size: 16px;
  color: #999999;
  line-height: 1;
  margin-left: 16px;
}

.news_list {
  margin-top: 80px;
}
.news_list .grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 0 30px;
  grid-auto-rows: 400px;
}
.news_list .grid li {
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
}
.news_list .grid li figure {
  width: 100%;
  height: 195px;
  background: #099dd6;
  overflow: hidden;
}
.news_list .grid li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: ease-in-out 0.5s;
}
.news_list .grid li figcaption {
  height: 205px;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.news_list .grid li figcaption h3 {
  font-size: 22px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 21px;
}
.news_list .grid li figcaption p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #AAAAAA;
  width: 100%;
  position: relative;
}
.news_list .grid li figcaption p::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
  background: var(--main-color);
  transition: ease-in-out 0.5s;
}
.news_list .grid li figcaption p span {
  font-size: 16px;
  font-weight: bold;
  color: #999999;
}
.news_list .grid li figcaption p i {
  color: var(--main-color);
  font-size: 24px;
  transform: rotateZ(180deg);
}
.news_list .grid li:hover figure img {
  transform: scale(1.1);
}
.news_list .grid li:hover figcaption p::after {
  width: 100%;
}

.inside_banner {
  position: relative;
}
.inside_banner figcaption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.inside_banner figcaption h3 {
  font-size: 36px;
  color: #fff;
  line-height: 1;
}
.inside_banner figcaption p {
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  margin: 30px 0 0;
  display: none;
}
.inside_banner figcaption i {
  display: block;
  color: #fff;
  font-size: 30px;
  transform: rotateZ(-90deg);
  margin-top: 40px;
}

.contact {
  padding: 100px 0;
}

.contact .flex {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact .flex .left button{
	width:340px;
	height:60px;
	    font-size: 22px;
		font-weight:600;
	border:2px solid #099dd6;
	border-radius:20px;
	margin-top:40px;
	background:#fff;
	color:#099dd6;
}

.contact .right {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ECECEC;
  flex-direction: column;
  width: 435px;
  height: 425px;
}
.contact .right .ewm {
  width: 156px;
}
.contact .right p {
  font-size: 16px;
  color: #666666;
  margin-top: 20px;
  line-height: 1;
}

.cont_inf h3 {
  font-size: 36px;
  color: #59595b;
}
.cont_inf p {
  font-size: 20px;
  color: #666666;
  line-height: 1.6;
}
.cont_inf .share ul {
  margin-left: 0;
}
.cont_inf .share ul li {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 43px;
}
.cont_inf .share ul li a {
  line-height: 43px;
}
.cont_inf .share ul li a:hover i {
  color: var(--main-color);
}
.cont_inf .share ul li i {
  font-size: 24px;
}

.inside_nav {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #eee;
  background: #fff;
}
.inside_nav ul {
  display: flex;
  align-items: center;
}
.inside_nav ul li {
  border-right: 1px solid #eee;
}
.inside_nav ul li.active a {
  background: var(--main-color);
  color: #fff;
}
.inside_nav ul a {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  transition: ease-in-out 0.3s;
  font-size: 16px;
  color: #666;
}
.inside_nav ul a:hover {
  background: var(--main-color);
  color: #fff;
}

.inside_page {
  padding: 70px 0;
}
.inside_page .inside_tit {
  margin-bottom: 40px;
}
.inside_page .inside_tit h3 {
  font-size: 36px;
  text-align: center;
  color: #666666;
  line-height: 1;
}

.prolist {
  padding: 40px 0 70px;
}
.prolist .grid {
  grid-template-columns: 162px minmax(900px, auto);
  gap: 0 55px;
}

.pro_nav {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px 0;
  height: -moz-max-content;
  height: max-content;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.pro_nav::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: var(--main-color);
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 9;
}
.pro_nav li {
  border-bottom: 1px dashed #eee;
}
.pro_nav li a {
  line-height: 60px;
  font-size: 16px;
  color: #666;
  padding-left: 25px;
  position: relative;
  transition: ease-in-out 0.3s;
  display: block;
}
.pro_nav li a::after {
  position: absolute;
  content: "▶";
  left: 10px;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  z-index: 1;
  font-size: 12px;
  color: var(--main-color);
  opacity: 0;
}
.pro_nav li a:hover {
  color: var(--main-color);
}
.pro_nav li.active a {
  color: var(--main-color);
}
.pro_nav li.active a::after {
  opacity: 1;
}

.pro_title {
  width: 100%;
  font-size: 22px;
  color: #666666;
  font-weight: bold;
  border-bottom: 1px solid #EEEEEE;
  height: 60px;
  line-height: 1.7;
  position: relative;
}
.pro_title::after {
  content: "";
  width: 80px;
  height: 4px;
  background: var(--main-color);
  bottom: -4px;
  left: 0;
  z-index: 9;
  position: absolute;
}

.pro_list .list {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 35px;
  grid-auto-rows: 390px;
  margin-top: 50px;
}
.pro_list .list li {
  box-shadow: transparent;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #EEEEEE;
  transition: ease-in-out 0.5s;
  overflow: hidden;
}
.pro_list .list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding-top: 20px;
  position: relative;
}
.pro_list .list li a img {
  max-width: 80%;
  transition: ease-in-out 0.5s;
}
.pro_list .list li a p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #666666;
  bottom: 27px;
  transition: ease-in-out 0.3s;
}
.pro_list .list li:hover {
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
}
.pro_list .list li:hover a img {
  transform: scale(1.1);
}
.pro_list .list li:hover a p {
  color: var(--main-color);
}

.pro_inf {
  margin-top: 50px;
}
.pro_inf .top {
  gap: 0 40px;
  grid-template-columns: 450px auto;
  grid-auto-rows: minmax(auto, 450px);
}
.pro_inf .top .pro_img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 2px solid #eee;
}
.pro_inf .top .pro_font {
  position: relative;
}
.pro_inf .top .pro_font .h3 {
  font-size: 20px;
  font-weight: bold;
  color: #666666;
  padding: 5px 0 20px 15px;
  border-bottom: 1px solid #eee;
}
.pro_inf .top .pro_font .p {
  font-size: 16px;
  color: #666666;
  line-height: 36px;
  padding: 20px 25px 0 15px;
}
.pro_inf .top .pro_font .control {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #eee;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.pro_inf .top .pro_font .control .item {
  height: 100%;
  width: 100%;
}
.pro_inf .top .pro_font .control .item a {
  font-size: 14px;
  color: #999999;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: ease-in-out 0.3s;
}
.pro_inf .top .pro_font .control .item a:hover {
  color: var(--main-color);
}
.pro_inf .btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  margin-top: 35px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.pro_inf .btm .share li a:hover i {
  color: var(--main-color);
}

.about_nav ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.about_nav ul li a {
  width: 100%;
}

.down_list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  grid-auto-rows: 200px;
}
.down_list ul li {
  border: 1px solid #EFEFEF;
  border-radius: 10px;
  box-shadow: transparent;
  padding: 20px;
  display: flex;
  align-items: center;
}
.down_list ul li figure {
  flex-shrink: 0;
  width: 210px;
  height: 160px;
  margin-right: 40px;
  overflow: hidden;
  text-align:center;
}
.down_list ul li figure img {
  transition: ease-in-out 0.5s;
  width: 113px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
.down_list ul li figcaption h3 {
  font-size: 18px;
  font-weight: bold;
  color: #666666;
  line-height: 1;
}
.down_list ul li figcaption p {
  font-size: 14px;
  color: #666666;
  line-height: 1;
  margin: 27px 0 48px;
}
.down_list ul li figcaption .a {
  display: flex;
  align-items: center;
}
.down_list ul li figcaption .a a {
  width: 102px;
  height: 29px;
  border-radius: 10px;
  display: block;
  text-align: center;
  line-height: 27px;
  font-size: 14px;
  color: #999999;
  margin-right: 20px;
  border: 1px solid #ccc;
  transition: all 0.3s;
}
.down_list ul li figcaption .a a:hover {
  background: var(--main-color);
  color: #fff;
}

.table {
  max-width: 1200px;
  width: 100%;
  margin: 40px auto 0 auto;
  border-color: #ccc;
}
.table table {
  width: 100%;
}
.table table th,
.table table td {
  line-height: 60px;
  height: 60px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  transition: ease-in-out 0.2s;
}
.table table th span,
.table table td span {
  display: block;
  width: 100%;
  height: 100%;
}
.table table td:hover {
  background: var(--main-color);
  cursor: pointer;
  color: #fff;
}
.table table td:hover .show_con .td {
  color: #666666;
}
.table table td:hover .show_con h3 {
  color: #333;
}
.table table th {
  font-size: 16px;
  color: #999;
}

.table table td {
  width: 13.5%;
}

.page_show {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.67);
  z-index: 1;
  display: none;
}

.show_con {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 690px;
  min-height: 315px;
  background: #fff;
  z-index: 9;
  border-radius: 20px;
  padding: 40px;
  display: none;
}
.show_con .close {
  position: absolute;
  content: "";
  width: 29px;
  height: 29px;
  background: url(../images/close.png) no-repeat center;
  display: block;
  right: -50px;
  top: -30px;
  z-index: 9;
}
.show_con h3 {
  font-size: 30px;
  color: #333;
  text-align: left;
  line-height: 1;
  margin-bottom: 20px;
}
.show_con .ipone_list li {
  display: grid;
  grid-template-columns: 150px 220px minmax(120px, auto);
  grid-auto-rows: 50px;
  border-bottom: 1px dashed #dbdbdb;
  padding: 0 27px;
}
.show_con .ipone_list li:first-child {
  border-top: 1px dashed #dbdbdb;
  grid-auto-rows: 60px;
}
.show_con .ipone_list li:first-child .td {
  color: #999;
}
.show_con .ipone_list .td {
  font-size: 16px;
  color: #666;
  text-align: left;
}

.about_page5 {
  padding: 80px 0 70px;
}
.about_page5 ul{
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
}
.about_page5 ul li{
	width:32.3%;
	margin-bottom:50px;
	position:relative;
	border: 3px solid #f5f5f5;
	padding:20px 20px 50px;
	cursor:pointer;
}
.about_page5 ul li:nth-child(3n+2){
	margin:0 1% 50px;
}
.about_page5 ul li .li-img:after{
	    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background: url(../images/honor_btn.png) no-repeat center center #f5f5f5;
    right: 0;
    bottom: 0px;
    background-size: auto 21px;
    transition: 0.3s;
}

.about_page5 ul li:hover{
	border-color: #013b4f;
}
.about_page5 ul li:hover .li-img:after{
	    background-color: #013b4f;
		background-image:url(../images/honor_btn2.png);
}

.about_page5 ul li .qp{
	position: fixed;
    top: 0;
    left: 0;
	z-index:999999;
	width: 100%;
    height: 100%;
	display:none;
}
.about_page5 ul li .qp .qp-bg{
	display:inline-block;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8);
	position: absolute;
	top:0;
	left:0;
	z-index:1000001;
}
.about_page5 ul li .qp-show{
	display:block;
}
.about_page5 ul li .qp-hide{
	display:none;
}
.about_page5 ul li .qp .qp-img{
	    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1000002;
    width: 60%;
    height: 90%;
    max-width: 900px;
    max-height: 800px;
		
}
.about_page5 ul li .qp .qp-img img{
	position:relative;
	width:100%;
	height:100%;
	object-fit: contain;
}

.about_page5 ul li .qp .qp-img span{
	position: absolute;
    top: -36px;
    right: -36px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}
.about_page5 ul li .qp .qp-img span:after{
	    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: #fff;
    transform: rotate(45deg);
    left: 0;
    top: 50%;
    margin-top: -1.5px;
}
.about_page5 ul li .qp .qp-img span:before{
	    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: #fff;
    transform: rotate(135deg);
    left: 0;
    top: 50%;
    margin-top: -1.5px;
}
.about_title {
  margin-bottom: 40px;
}
.about_title h3 {
  text-align: center;
  font-size: 36px;
  color: var(--main-color);
}
.about_title p {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  text-align: center;
  max-width: 785px;
  margin: 20px auto 0 auto;
}

.sc-swiper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}

.swiper_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}
.swiper_btn .swiper-button-prev,
.swiper_btn .swiper-button-next {
  position: initial;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ccc;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 10px 0;
  transition: ease-in-out 0.3s;
}
.swiper_btn .swiper-button-prev::after,
.swiper_btn .swiper-button-next::after {
  font-size: 16px;
  color: #fff;
}
.swiper_btn .swiper-button-prev:hover,
.swiper_btn .swiper-button-next:hover {
  background: var(--main-color);
}

.about_page4 {
  padding: 100px 0;
  background: #F5F5F5;
}
.about_page4 .w1280 {
  position: relative;
}

#brand {
  position: relative;
  width: 100%;
}
#brand .swiper-slide {
  width: 403px;
  height: 497px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
  border-radius: 10px;
  overflow: hidden;
}
#brand .swiper-slide img {
  display: block;
}

#brand_btn {
  position: absolute;
  width: 100%;
  top: 57%;
  z-index: 999999;
  height: 42px;
}
#brand_btn .swiper-button-prev {
  position: absolute;
  margin: 0;
  top: 0;
  left: -80px;
}
#brand_btn .swiper-button-next {
  position: absolute;
  margin: 0;
  top: 0;
  left: inherit;
  right: -80px;
}

.numlist_3 {
  margin-bottom: 60px;
}
.numlist_3 ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.numlist_3 ul li {
  margin: 0 75px;
  text-align: center;
}
.numlist_3 ul li .h3 {
  position: relative;
}
.numlist_3 ul li .h3 .num {
  font-size: 60px;
  font-weight: bold;
  color: #888888;
  line-height: 1;
}
.numlist_3 ul li .h3 span {
  display: block;
  position: absolute;
  font-size: 16px;
  color: #666666;
  right: -20px;
  top: 0;
  z-index: 9;
}
.numlist_3 ul li p {
  font-size: 16px;
  color: #666666;
  line-height: 1;
  margin-top: 27px;
}

.about_page2 {
  width: 100%;
  height: 750px;
  position: relative;
  background: url(../images/about_bg2.jpg) no-repeat center;
}
.about_page2 .figcaption {
  width: 1200px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  z-index: 9;
  height: 210px;
  background: rgba(0, 0, 0, 0.4);
}
.about_page2 .figcaption h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  line-height: 80px;
  height: 81px;
  border-bottom: 1px solid #51554E;
}
.about_page2 .figcaption .numlist_2 {
  height: 119px;
}
.about_page2 .figcaption .numlist_2 ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  padding: 0 40px;
}
.about_page2 .figcaption .numlist_2 ul li {
  display: flex;
  align-items: center;
}
.about_page2 .figcaption .numlist_2 ul li p span:first-child {
  font-size: 16px;
  color: #fff;
  display: block;
}
.about_page2 .figcaption .numlist_2 ul li p span:last-child {
  font-size: 22px;
  color: #fff;
  display: block;
}
.about_page2 .figcaption .numlist_2 ul li .num {
  font-weight: bold;
  font-size: 60px;
  color: #fff;
  margin: 0 10px;
}
.about_page2 .figcaption .numlist_2 ul li i {
  line-height: 1;
  font-size: 60px;
  color: #fff;
}

.index_page1 {
  padding: 150px 0 100px;
}

.index_num ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_num ul li {
  text-align: center;
  transition: ease-in-out 0.5s;
  margin: 0 70px;
}
.index_num ul li .tp {
  position: relative;
  transition: ease-in-out 0.5s;
}
.index_num ul li .tp .num {
  color: #666666;
  font-size: 80px;
  line-height: 1;
  transition: ease-in-out 0.5s;
}
.index_num ul li .tp span {
  position: absolute;
  right: -30px;
  top: -10px;
  font-size: 36px;
  font-weight: bold;
  color: #666666;
  transition: ease-in-out 0.5s;
}
.index_num ul li p {
  font-size: 18px;
  color: #666666;
  margin-top: 10px;
  transition: ease-in-out 0.5s;
}
.index_num ul li:hover {
  margin: 0 160px;
}
.index_num ul li:hover .tp .num {
  color: var(--main-color);
  font-size: 160px;
}
.index_num ul li:hover .tp span {
  top: 30px;
}
.index_num ul li:hover p {
  margin-top: 30px;
}

.top_nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.top_nav .index_title {
  text-align: left;
  margin-bottom: 0;
}

.index_page3 {
  padding: 110px 0 75px;
  background: #F8F8F8;
}
.index_page3 .inpronav-swiper {
  max-width: 700px;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #CCCCCC;
}
.index_page3 .inpronav-swiper .swiper-slide {
  text-align: center;
  font-size: 14px;
  color: #888888;
  padding: 20px 0 27px;
  cursor: pointer;
  position: relative;
}
.index_page3 .inpronav-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 2px;
  background: var(--main-color);
  width: 0;
}
.index_page3 .inpronav-swiper .swiper-slide.swiper-slide-thumb-active {
  color: #099dd6;
}
.index_page3 .inpronav-swiper .swiper-slide.swiper-slide-thumb-active::after {
  width: 100%;
}

.inpro {
  position: relative;
}
.inpro::after {
  content: "";
  position: absolute;
  width: 470px;
  height: 470px;
  background: #E4E4E4;
  border-radius: 50%;
  right: 0;
  z-index: 1;
  top: 0;
}
.inpro .inpro-swiper {
  position: relative;
  z-index: 99;
}

.inpro-swiper {
  margin-top: 75px;
  position: relative;
  z-index: 99;
}
.inpro-swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inpro-swiper .swiper-slide figcaption {
  max-width: 510px;
  width: 100%;
  flex-shrink: 0;
  background: #F8F8F8;
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  min-height: 520px;
}
.inpro-swiper .swiper-slide figcaption h3 {
  font-size: 24px;
  color: #099dd6;
}
.inpro-swiper .swiper-slide figcaption .edit {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  margin: 30px 0 140px;
}
.inpro-swiper .swiper-slide figcaption a {
  margin-left: 0;
}
.inpro-swiper .swiper-slide figure {
  max-width: 520px;
}

.inpro_btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9999;
}
.inpro_btn .swiper-button-prev,
.inpro_btn .swiper-button-next {
  position: initial;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ccc;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 10px 0;
  transition: ease-in-out 0.3s;
}
.inpro_btn .swiper-button-prev::after,
.inpro_btn .swiper-button-next::after {
  font-size: 16px;
  color: #fff;
}
.inpro_btn .swiper-button-prev:hover,
.inpro_btn .swiper-button-next:hover {
  background: var(--main-color);
}

.about_page3 {
  padding: 80px 0 100px;
  background-color: #fff;
}
.about_page3 .about_title {
  margin-bottom: 60px;
}
.about_page3 .about_title h3 {
  text-align: left;
}
.about_page3 .develop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 65px;
}
.about_page3 .develop .de_module {
  padding: 75px 0;
  height: 350px;
  position: relative;
  padding-right: 11px;
}
.about_page3 .develop .de_module::after {
  position: absolute;
  content: "";
  height: calc(100% - 84px);
  width: 1px;
  background: #ccc;
  z-index: 1;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.about_page3 .develop .de_module .swiper-button-prev,
.about_page3 .develop .de_module .swiper-button-next {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ccc;
  transition: ease-in-out 0.3s;
  margin: 0;
}
.about_page3 .develop .de_module .swiper-button-prev::after,
.about_page3 .develop .de_module .swiper-button-next::after {
  font-size: 16px;
  color: #fff;
}
.about_page3 .develop .de_module .swiper-button-prev:hover,
.about_page3 .develop .de_module .swiper-button-next:hover {
  background: var(--main-color);
}
.about_page3 .develop .de_module .swiper-button-prev {
  top: 0;
  left: initial;
  right: 0;
}
.about_page3 .develop .de_module .swiper-button-prev::after {
  transform: rotateZ(90deg);
}
.about_page3 .develop .de_module .swiper-button-next {
  top: initial;
  right: 0;
  bottom: 0;
}
.about_page3 .develop .de_module .swiper-button-next::after {
  transform: rotateZ(90deg);
}
.about_page3 .thums-swiper {
  height: 100%;
  flex-shrink: 0;
  margin: 0;
  position: relative;
  z-index: 99;
}
.about_page3 .thums-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.about_page3 .thums-swiper .swiper-slide span {
  font-size: 20px;
  color: #999999;
  display: block;
  margin-right: 20px;
}
.about_page3 .thums-swiper .swiper-slide b {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 4px solid #ccc;
  background: #fff;
}
.about_page3 .thums-swiper .swiper-slide.swiper-slide-thumb-active span {
  font-weight: bold;
  color: var(--main-color);
}
.about_page3 .thums-swiper .swiper-slide.swiper-slide-thumb-active b {
  border-color: var(--main-color);
}
.about_page3 .cotain-swiper {
  max-width: 975px;
  width: 100%;
  flex-shrink: 1;
  margin: 0;
  height: 350px;
  padding: 35px 0;
}
.about_page3 .cotain-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about_page3 .cotain-swiper .swiper-slide figcaption {
  max-width: 550px;
  width: 550px;
  flex-shrink: 1;
}
.about_page3 .cotain-swiper .swiper-slide figcaption h3 {
  font-size: 60px;
  font-weight: bold;
  color: var(--main-color);
  line-height: 1;
}
.about_page3 .cotain-swiper .swiper-slide figcaption h4 {
  font-size: 24px;
  color: #000000;
  line-height: 1;
  margin: 24px 0 42px;
}
.about_page3 .cotain-swiper .swiper-slide figcaption .editor {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
}
.about_page3 .cotain-swiper .swiper-slide figure {
  flex-shrink: 0;
  width: 400px;
  height: 280px;
  border-radius: 10px;
  overflow: hidden;
}
.about_page3 .cotain-swiper .swiper-slide figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about_page1 {
  padding: 70px 0 80px;
}
.about_page1 .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about_page1 .flex .left_editor {
  max-width: 775px;
  flex-shrink: 1;
}
.about_page1 .flex .left_editor .about_title {
  margin-bottom: 30px;
}
.about_page1 .flex .left_editor .about_title h3 {
  text-align: left;
}
.about_page1 .flex .left_editor .font-5 {
  font-size: 22px;
  color: #444444;
  line-height: 1.6;
}
.about_page1 .flex .left_editor .font-p {
  font-size: 16px;
  color: #666666;
  line-height: 42px;
  display: flex;
  align-items: flex-start;
}
.about_page1 .flex .left_editor .font-p::before {
  content: "▶";
  font-size: 12px;
  color: var(--main-color);
  transform: scale(1);
  margin-right: 12px;
}

.num_list1 {
  width: 330px;
  flex-shrink: 0;
}
.num_list1 ul {
  width: 100%;
}
.num_list1 li {
  width: 100%;
  border-bottom: 1px dashed #ccc;
  height: 146px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 36px;
}
.num_list1 li .num {
  font-size: 60px;
  font-weight: bold;
  color: #888888;
  margin-right: 20px;
}
.num_list1 li p span {
  font-size: 16px;
  color: #999999;
  line-height: 30px;
  display: block;
}
.num_list1 li p span:first-child {
  color: #666;
}

.pro_editor {
  font-size: 16px;
  line-height: 1.8;
  padding: 20px 25px;
}/*# sourceMappingURL=css.css.map */
