/* banner */
.swiper-wrapper img {
  display: block;
  width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  background-color: #fff;
  opacity: 2;
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  background-color: #000 !important;
}

/* 产品与服务 */
.product_service_box {
  padding: 15px 0;
  background-color: #f6f6f6;
}

.product_service ul {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}

.product_service ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 24%;
}

.product_service ul li a img {
  display: block;
  width: 100%;
}

.product_service ul li .more {
  display: block;
  margin: 20px 0 0 0;
  padding: 10px 20px;
  color: #000;
  border: 1px solid #dcdcdc;
  border-radius: 25px;
  box-shadow: 0px 15px 10px -15px #000;
}

.more:hover {
      color: #fff !important;
      background: linear-gradient(#5c9eb6, #116b9f);
}

.li_textcontent {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 40px;
  box-sizing: border-box;
}

.li_textcontent h4 {
  margin: 25px 0;
  text-align: center;
  color: #000;
}

.li_textcontent span {
  display: block;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  line-height: 1.5;
  color: #505050;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* four_unit */
.four_unit {
  background-image: url(../jpg/four_unit_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.four_unit ul {
  display: flex;
  width: 100%;
  height: 600px;
}

.four_unit ul li {
  width: 25%;
}

.four_unit ul li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 600px;
  line-height: 600px;
  border-right: 1px solid #b29668;
  background-repeat: no-repeat;
  background-position: center center;
}

.four_unit ul li:last-child {
  border: none;
}

.four_unit ul li a span {
  position: relative;
  display: block;
  margin: 0 0 10px 0;
  z-index: 999;
}

.y {
  margin: 340px 0 0 215px;
  width: 50px !important;
  height: 50px !important;
}

/* .four_unit ul li a span::after {
  position: relative;
  top: 85px;
  left: -80px;
  text-align: center;
  content: "+";
  color: #fff;
  font-size: 50px;
  width: 70px;
  height: 80px;
  border: 1px solid #fff;
  border-radius: 50%;
} */

.four_unit ul li a {
  position: relative;
  color: #333;
  font-size: 32px;
}

.four_unit ul li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  display: none;
  z-index: 0;
}

.four_unit ul li a:hover img {
  display: block;
}

/* .four_unit ul li:hover {
  background-image: url(../images/index/four_unit_1.jpg);
  background-size: 100%;
} */

/* 最新动态 */
.recent_news .title_bg_box {
  margin: 20px 0;
}

.recent_news_box {
  background-color: #f6f6f6;
  padding-bottom:30px;
}

/* tab */
.nav-tab .tab li.active {
  background-color: #00566b;
}

.nav-tab .tab {
  display: flex;
  justify-content: center;
  margin: 70px 0 50px 0;
}

.nav-tab .tab li {
  margin-left: 50px;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #008100;
  border: 5px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
}

.nav-tab .tab li:first-child {
  margin-left: 0;
}

.nav-tab {
  display: none;
}

.new-box .list ul {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
}

.new-box .list ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
}

.new-box .list ul li a{
	display:block;
	width:100%;
}

.new-box .list ul li img {
  display: block;
  width: 100%;
}

.new-box .list ul li .more {
  display: block;
  margin: 20px 0 0 0;
  padding: 10px 20px;
  color: #000;
  border: 1px solid #dcdcdc;
  border-radius: 25px;
  box-shadow: 0px 15px 10px -15px #000;
  width:auto;
}

.new-box .list {
  display: block;
}

.li_textcontenttwo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
}

.li_textcontenttwo h4 {
  margin: 15px 0;
  color: #000;
  line-height: 1.3;
}

.li_textcontenttwo span {
  display: block;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  line-height: 1.5;
  color: #505050;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.li_textcontenttwo h4 {
  font-size: 16px;
}

/* 关于我们 */
.about_us {
  display: flex;
  padding: 30px 0;
}

.about_us_l {
  width: 50%;
}

.about_us_l video {
  display: block;
  width: 100%;
  height: 100%;
}

.about_us_r {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0 45px;
  width: 50%;
}

.about_us_r h3 {
  font-size: 36px;
}

.about_us_r ul {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  width: 100%;
}

.about_us_r ul li {
  display: block;
  text-align: center;color:#116b9f;
}

.about_us_r ul li div {
  font-size: 36px;
  font-weight: 666;
  color:#116b9f;
}

.more {
  display: block;
  margin: 30px 0 0 0;
  padding: 10px 20px;
  color: #000;
  border: 1px solid #dcdcdc;
  border-radius: 25px;
  box-shadow: 0px 15px 10px -15px #000;
}

.about_us_text {
  line-height: 2;
  font-size: 18px;
}

.about_us_text span {
  display: block;
  line-height: 2;
  text-indent: 2rem;
}

/* 合作伙伴 */

.partner ul {
  display: flex;
  flex-wrap: wrap;
}

.partner ul li {
  margin-top: 15px;
  margin-left: 10px;
  margin-bottom: 15px;
  width: 256px;
  height: 122px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e7e7e7;
}

.partner ul li:nth-child(6n-5) {
  margin-left: 0;
}

.partner ul li img {
  display: block;
  width: 100%;
  height: 100%;
}


/* 头尾样式==================================================
=================================================================== */
/*=====================================
banner
PC端
=====================================*/
.banner-public {
  position: relative;
  margin-bottom: 20px;
}

.banner-public>.banner-title {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 158px;
}

.banner-public>.banner-bg>img {
  display: block;
  width: 100%;
}

.banner-public>.banner-title>h1 {
  font-size: 44px;
  color: #ffffff;
}

.banner-public>.banner-title>span {
  display: block;
  margin-top: 34px;
  font-size: 44px;
  color: #ffffff;
}

/* 标题 */
.title_bg h3 {
  display: block;
  font-size: 30PX;
  color: #f2f2f2;
}

.title_bg h4 {
  position: relative;
  margin: 0 auto;
  bottom: 8px;
  display: block;
  color: #000000;
  font-weight: normal;
  font-size: 26px;
}

.title_bg {
  display: flex;
  flex-direction: column;
  align-items: center;
}



/* 公用样式 */

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  width: 100%;
  box-sizing: border-box;
  position:relative;
}

.header_logo {
  display: block;
}

.header_en{
	position:absolute;
	top:30px;
	left:400px;
}

.header_right {
  display: flex;
  width: 35%;
}

.header_right form {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 16px 0 0;
  width: 55%;
}



.header_right form input[type=text] {
  padding: 12px 30px 12px 8px;
  border: none;
  outline: none;
  color: #a4a4a4;
  background-color: #f1f1f1;
  width: 100%;
}

.app_box {
  display: none;
}

.contactway_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.3;
}

.contactway_box div {
  display: flex;
  align-items: center;
}

.contactway_box div img {
  margin: 0 5px 0 0;
}

.submit {
  position: absolute;
  right: 0;
  padding: 6px 10px;
  border: none;
  outline: none;
  background-image: url(../jpg/magnifying_glass.jpg);
  background-color: #0068b7;
  background-repeat: no-repeat;
  background-position: center center;
}

.submit_s {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 12px 20px;
  border: none;
  outline: none;
  background-image: url(../jpg/magnifying_glass.jpg);
  background-color: #0068b7;
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
  z-index: 999;
}

.form_two {
  display: none !important;
}

.mail {
  color: #adadad;
}

/* nav */
.nav ul {
  display: flex;
  justify-content: space-between;
}

.nav ul li a {
  display: block;
  padding: 12px 15px;
  color: #ffffff;
}

.nav_box {
  padding: 2px 0;
  background-color: #116b9f;
  background: linear-gradient(#5c9eb6, #116b9f);
}

.nav ul li a:hover {
  color: #116b9f;
  background-color: #ffffff;
  transition: .5s;
}

/* 标题 */
.title_bg h3 {
  display: block;
  font-size: 30PX;
  color: #f1eded;
}

.title_bg h4 {
  position: relative;
  margin: 0 auto;
  bottom: 8px;
  display: block;
  color: #000000;
}

.title_bg {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 网页底部 */
.footer_box {
  background: linear-gradient(#5c9eb6, #116b9f);
}

.footer_l,.footer_r {
  height: 50%;
}

.code_box {
  height: 50%;
}

.footer {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 40px 0;
}

.footer_l {
  margin: 30px 0 0 0;
  width: 49%;
  display: flex;
  justify-content: space-between;
}

.footer ul li {
  margin: 35px 0 0 0;
  color: #ffffff;
}

.footer ul li a {
  color: #ffffff;
}

.footer img {
  display: block;
}
.footer_l li{
	overflow:hidden;
	line-height:26px
}
.footer_l img{
	width:16px;
	margin-right:8px;
	display:inline-block;
}

.footer_l span{
	line-height:26px;float:left;
	height:26px;
}

.footer_r {
  display: flex;
  width: 49%;
}

.footer_r form {
  margin: 0 0 0 30px;
  width: 100%;
  height: 50%;
}

.footer_r form input {
  padding: 11px 9px;
  border: none;
  outline: none;
  color: #ffffff;
  background-color: #83aabc;
  box-sizing: border-box;
}

input::-webkit-input-placeholder {
  color: #ffffff;
}

.footer_r form div:nth-child(2) {
  margin: 5px 0 0 0;
}

.footer_r form div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer_r form div input {
  width: 49%;
}

.footer_r form textarea {
  margin: 5px 0 0 0;
  padding: 11px 9px;
  width: 100%;
  height: 20%;
  border: none;
  outline: none;
  color: #ffffff;
  background-color: #83aabc;
  box-sizing: border-box;
  resize: none;
}

textarea::-webkit-input-placeholder {
  color: #ffffff;
}

.form_sub {
  margin: 5px 0 0 0;
  padding: 11px 0;
  width: 50%;
  text-align: center;
  background-color: #009e96 !important;
  cursor: pointer;
}

.put_records_box {
  background: linear-gradient(#5c9eb6, #116b9f);
}

.put_records {
  padding: 33px 0;
  color: #ffffff;
  display: flex;
  justify-content: center;
}

.put_records a {
  color: #ffffff;
}

.put_records span {
  margin: 0 5px 0 0;
}
.inpro_fl{
	float:left;
	width:17%;
	background:#009e96;
	padding:15px;
	margin-top:15px;
}
.inpro_fr{
	float:right;
	width:80%;
}
.inpro_fl_title{
	text-transform:uppercase;
	font-size:24px;
	color:#fff;
	font-weight:bold;
}
.inpro_fl_titles{
	text-transform:uppercase;
	font-size:20px;
	color:#fff;
}

.inpro_fl_list{
	width:90%;
	background:#fff;
	margin-top:25px;
	text-align:center;
	padding:15px;
}
.inpro_fl_list a{
	display:block;
	width:100%;
	line-height:40px;
	border-radius:30px;
	background:#009e96;
	font-size:16px;
	color:#fff;
	margin-bottom:15px;
}
.inpro_fl_list a:last-child{
	margin-bottom:0;
}

/*=======================================
移动端
=======================================*/
.app {
  display: none;
  width: 10%;
  height: 72px;
  box-sizing: border-box;
}

.app .c1,
.c2,
.c3 {
  width: 34px;
  height: 2px;
  background: #333;
  display: block;
  margin: 10px auto;
  transition: all 277ms ease-in-out;
  position: relative;
}

.app .c2.new {
  opacity: 0;
}

.app .c1.new {
  transform: rotate(-45deg);
  top: 12px;
}

.app .c3.new {
  transform: rotate(45deg);
  top: -12px;
}

.wap-nav {
  width: 100%;
}

.wap-nav ul li {
  width: 100%;
}

@media screen and (max-width: 1600px) {
  .contactway_box {
    display: none;
  }

  .wap-nav {
    display: none;
  }
}

@media screen and (max-width: 1018px) {
  .nav ul li a {
    padding: 6px 17px;
  }
  .inpro_fl{
	display:none;
}
.inpro_fr{
	width:100%;
}

.brand-show .inpro_fr .content .item-box .list-box{
	margin-left:0;
}
}

@media screen and (max-width: 980px) {
  .banner-public>.banner-title {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    right: 0;
  }

  .banner-public>.banner-title>h1 {
    text-align: center;
    font-size: 36px;
  }

  .banner-public>.banner-title>span {
    font-size: 36px;
    text-align: center;
    margin-top: 30px;
  }

  .title_bg h3 {
    font-size: 50px;
  }

  .nav ul li a {
    padding: 6px 10px;
  }

  .footer {
    flex-wrap: wrap;
    padding: 20px 20px;
  }

  .footer_l {
    width: 100%;
    height: 80%;
    margin: 0 0 20px 0;
  }

  .footer_r {
    width: 100%;
  }

  .code_box {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .code_box img {
    text-align: center;
  }

  .footer_r form {
    margin: 20px 0 0 0;
    width: 100%;
    text-align: center;
  }

  .footer_r {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .header img {
    width: 50%;
  }

  .nav_box {
    display: none;
  }

  .header {
    padding: 20px;
  }

  .app {
    display: block;
  }

  .header_right {
    width: 40%;
  }

  .header_box {
    position: relative;
  }

  .app {
    position: absolute;
    top: 25%;
    right: 6%;
  }

  .wap-nav {
    position: absolute;
    z-index: 999;
    background-color: #fff;
  }

  .wap-nav ul li a {
    display: block;
    padding: 20px 20px;
    font-size: 16px;
    color: #000000;
    border: 1px solid #ededed;
  }

  .wap-nav ul {
    width: 100%;
  }

  .footer_l {
    flex-wrap: wrap;
    align-items: center;
  }

  .footer_l ul:nth-child(1),.footer_l ul:nth-child(2) {
    width: 100%;
    text-align: center;
  }

     .footer_l ul:nth-child(3),
     .footer_l ul:nth-child(4) {
       width: 50%;
       text-align: center;
     }
}

@media screen and (max-width: 640px) {
  .banner-public>.banner-title {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    right: 0;
  }

  .banner-public>.banner-title>h1 {
    text-align: center;
    font-size: 32px;
  }

  .banner-public>.banner-title>span {
    display: none;
  }

  .title_bg h3 {
    font-size: 36px;
  }

  .banner-public {
    margin-bottom: 30px;
  }

  .title_bg h4 {
    font-size: 20px;
  }

  .app {
    top: 22%;
  }

  .put_records {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
  }

  .header_right .form_one {
    display: none;
  }

  .form_two {
    display: block !important;
  }
}
/* ================================================================ */

/*====================================
移动端
====================================*/
@media screen and (max-width: 1600px) {
  .four_unit {
    display: none;
  }

  /* .four_unit ul li a {
    padding: 20px 0;
  } */

  .partner ul {
    justify-content: space-evenly;
  }

  .partner ul li {
    margin-left: 0;
  }

  .partner ul li:nth-child(6n-5) {
    margin-left: 0;
  }
}

@media screen and (max-width: 980px) {
  .product_service ul {
    flex-wrap: wrap;
  }

  .product_service ul li {
    margin: 10px 0 0 0;
    width: 50%;
  }

  .new-box .list ul {
    flex-wrap: wrap;
  }

  .new-box .list ul li {
    width: 100%;
  }

  .list li a {
    display: block;
    width: 100%;
  }

  .list li {
    margin: 0 0 10px 0;
  }

  .list {
    padding: 0 20px;
  }

  .list li a img {
    display: block;
    width: 100%;
  }

  .li_textcontenttwo {
    text-align: center;
    align-items: center;
  }

  .about_us_l {
    width: 100%;
  }
  
  

  .about_us_r {
    width: 100%;
  }

  .about_us {
    flex-wrap: wrap;
    padding: 0 20px;
  }

  .about_us_r h3 {
    margin: 20px 0;
    font-size: 26px;
  }

  .about_us_r h4 {
    font-size: 26px;
  }

  .about_us_r ul {
    margin: 10px 0;
  }

  .about_us_r ul li span {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .header img {
    width: 50%;
  }

  .product_service ul {
    padding: 0 20px;
  }

  .product_service ul li {
    display: block;
    width: 100%;
  }

  .product_service_p {
    width: 100%;
  }

  .four_unit ul li a span {
    font-size: 20px;
  }

  .li_textcontenttwo .more {
    width: 10%;
  }
}

@media screen and (max-width: 640px) {
  .about_us_r ul {
    display: none;
  }

  .about_us_r {
    padding: 0;
  }

  .about_us_r h3,.about_us_r h4 {
    margin: 10px 0;
    font-size: 20px;
  }

  .four_unit ul li a span {
    font-size: 14px;
  }

  .partner ul {
    margin-top: 10px;
    justify-content: space-evenly;
  }

  .partner ul li {
    margin-left: 0;
    width: 175px;
    height: 80px;
  }

  .partner ul li:nth-child(6n-5) {
    margin-left: 0;
  }
  
  .partner ul li a img {
    display: block;
    height: 62px;
  }
}

.honswiper img{
	width:95%;
	margin:auto;
}
.text_box{
	display:block !important;
}
.text_box img{
    width: 100%;
    max-width: 30%;
    margin: auto;
    display: block;
    height: auto;
    object-fit: contain;
}
.partners {
    max-width: 1705px;
    margin: 50px auto 0;
    overflow: hidden;
    background: #fff;
    padding: 40px 40px 0;
    border-radius: 20px;
}

.partners img {
    float: left;
    margin-bottom: 40px;
    width: 18%;
    margin-right: 2.5%;
}

.partners img:nth-child(5n) {
    margin-right: 0;
}



.parmore {
    text-align: center;
    margin-top: 60px;
}

.parmore a {
    display: inline-block;
    width: 142px;
    height: 43px;
    line-height: 43px;
    background: #116b9f;
    border-radius: 30px;
    font-size: 13px;
    color: #fff;
}


