/*聚诚在线（jc128.net）安全--简单--易用*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.h1,
.h2,
.h3,
.h4 {
  margin: 0;
}
.over1 {
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over2 {
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over3 {
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over4 {
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over8 {
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  text-overflow: ellipsis;
}
.title {
  text-align: center;
  font-size: 32px;
  color: #333;
}
.sub_title {
  text-align: center;
  padding: 20px 0;
}
.container_padding {
  padding: 100px 0 60px;
}
.container_content_padding {
  padding-top: 60px;
}
ul,
li {
  list-style: none;
}
html {
  overflow-x: hidden;
}
a,
.link {
  display: inline-block;
  width: 100%;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
img {
  vertical-align: middle;
  object-fit: cover;
}
.img_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cover_box {
  overflow: hidden;
}
.cover_box .cover {
  width: 100%;
}
.cover {
  width: 100%;
}
.box_shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.box_radius {
  border-radius: 4px;
}
.title {
  font-size: 30px;
  font-weight: 400;
  color: #000000;
}
.font_weight {
  font-weight: 600;
}
.lead {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}
.uppercase {
  text-transform: uppercase;
}
body {
  padding-top: 80px;
}
.container {
  max-width: 1500px;
  width: 100%;
  margin: auto;
  padding: 0 10px;
}
.btn:focus {
  border: none !important;
  outline: none !important;
}
.layui-input:focus {
  border-color: #eee !important;
  box-shadow: 0 0 0 1px rgba(233, 47, 47, 0.6);
}
.layui-textarea:focus {
  border-color: #eee !important;
  box-shadow: 0 0 0 1px rgba(233, 47, 47, 0.6);
}
.layui-layer-photos-toolbar {
  display: flex;
  justify-content: center;
}
.layui-layer-photos-toolbar h3 {
  height: 100px;
  line-height: 52px;
  flex: none;
}
.layui-layer-photos-toolbar a {
  width: 100px;
}
.paging .nav_box {
  text-align: center;
}
.paging .nav_box .pagination {
  display: flex;
  justify-content: center;
}
.paging .nav_box a {
  display: inline-block;
  color: #000;
  padding: 10px 17px;
  font-size: 18px;
  line-height: 1.3333333;
  text-decoration: none;
  background: #fff;
  margin: 0 3px;
  border: 1px solid #ddd;
  width: auto;
}
.pagination>a:first-child, .pagination>a:first-child>span {
    margin-left: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination>a:last-child, .pagination>a:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.paging .nav_box .pagination a.page-num-current {
  color: #fff;
  background-color: #00A5B2;
  border-color: #00A5B2;
}
.maximg img{
  max-width: 100%;
  height: auto !important;
}
.font18{
  font-size: 18px;
}

.up_down .content {
  padding: 50px 0;
  border-top: 1px solid #EEEEEE;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.up_down .content .left .box {
  padding: 10px 0;
}
.up_down .content .left .box .name {
  font-size: 18px;
  color: #000;
}
.up_down .content .left .box .link {
  width: auto;
  font-size: 18px;
  color: #A4A3A3;
}
.up_down .content .left .box:hover .name,
.up_down .content .left .box:hover .link {
  color: #00A5B2;
}
.up_down .content .right .link {
  width: 160px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 45px;
  color: #fff;
  font-size: 16px;
  background: #007D87;
}
.banner .cover {
  min-height: 550px;
}
body {
  padding-top: 110px;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  opacity: 0.2;
}
body::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}
.line {
  width: 50px;
  height: 4px;
  border-radius: 4px;
  background: #007D87;
  transition: all 1s ease-in-out;
  margin-top: 3px;
}
.tabs {
  justify-content: center;
}
.head .title {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
}
.head .subhead {
  font-size: 36px;
  color: #E8E8E8;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  z-index: 1;
  transform: translateY(-14px);
}
.modal .modal-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  width: 100%;
  padding: 30px 20px 0;
}
.modal .modal-content .modal_body {
  padding-top: 10px;
}
.modal .modal-content .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #eee;
  border-radius: 45px;
  padding-right: 10px;
}
.modal .modal-content .item .input {
  height: 44px;
  flex: 1;
  border: 0;
  border-radius: 45px 0 0 45px;
  padding: 0 10px;
  color: #000;
}
.modal .modal-content .item .input:focus {
  box-shadow: none;
}
.modal .modal-content .item .submit {
  cursor: pointer;
}
.modal .modal-content .item .submit .iconfont {
  font-size: 20px;
  color: #999;
}
.modal .modal-content .item .submit .iconfont:hover {
  color: #D02126;
}
.modal .modal-content .history {
  padding-top: 20px;
}
.modal .modal-content .history .h3 {
  font-size: 14px;
  color: #000;
}
.modal .modal-content .history .list {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.modal .modal-content .history .list .li {
  padding: 8px 0;
}
.modal .modal-content .history .list .li .link {
  padding: 0 14px;
  font-size: 14px;
  color: #000;
}
.modal .modal-content .history .list .li .link:hover {
  color: #D02126;
}
.modal .modal-footer .btn {
  background-color: #00A5B2;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 20;
}
.header .nav {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .nav .logo .link .cover {
  width: 310px;
}
.header .nav .right_box {
  flex: 1;
}
.header .nav .right_box .bottom_nav {
  margin-top: 6px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .nav .right_box .bottom_nav .list {
  display: flex;
  justify-content: end;
}
.header .nav .right_box .bottom_nav .list .li {
  padding: 0 20px;
}
.header .nav .right_box .bottom_nav .list .li .link {
  font-size: 16px;
  color: #000;
}
.header .nav .right_box .bottom_nav .list .li .link:hover {
  color: #00A5B2;
}
.header .nav .right_box .bottom_nav .list .active .link {
  color: #00A5B2;
}
.header .nav .right_box .bottom_nav .menu {
  cursor: pointer;
  width: 26px;
  height: 16px;
  position: relative;
  display: none;
}
.header .nav .right_box .bottom_nav .menu .lis {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s ease;
  border-radius: 2px;
  background: #000;
  transform-origin: 50% 50%;
}
.header .nav .right_box .bottom_nav .menu .lis:nth-child(1) {
  top: 0;
}
.header .nav .right_box .bottom_nav .menu .lis:nth-child(2) {
  width: 60%;
  top: 50%;
  left: 40%;
  transform: translateY(-50%);
}
.header .nav .right_box .bottom_nav .menu .lis:nth-child(3) {
  top: 98%;
}
.header .nav .right_box .bottom_nav .active .lis:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header .nav .right_box .bottom_nav .active .lis:nth-child(2) {
  display: none;
}
.header .nav .right_box .bottom_nav .active .lis:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.header .language_wrap {
  display: flex;
  justify-content: flex-end;
}
.header .language_wrap .wrap {
  position: relative;
}
.header .language_wrap .wrap .select {
  display: inline-block;
  padding: 4px;
  border-radius: 4px;
  padding: 4px 0 4px 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header .language_wrap .wrap .select .cover_box .cover {
  width: 20px;
  height: 14px;
}
.header .language_wrap .wrap .select .text {
  font-size: 14px;
  line-height: 26px;
  color: #000;
  font-weight: 500;
  padding: 0 6px;
}
.header .language_wrap .wrap .select .iconfont {
  font-size: 14px;
  line-height: 26px;
  color: #000;
  font-weight: 500;
}
.header .language_wrap .language_list {
  position: absolute;
  top: 40px;
  left: 0;
  background: #00A5B2;
  display: none;
  padding: 6px 0;
}
.header .language_wrap .language_list .li .link {
  display: inline-block;
  padding: 4px;
  border-radius: 4px;
  padding: 4px 12px;
  display: flex;
  align-items: center;
}
.header .language_wrap .language_list .li .link .cover_box .cover {
  width: 20px;
  height: 14px;
}
.header .language_wrap .language_list .li .link .text {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  padding-left: 6px;
}
.header .search_box {
  padding: 0 0 0 10px;
}
.header .search_box .iconfont {
  font-size: 22px;
  color: #00A5B2;
  font-weight: 500;
  cursor: pointer;
}
.header .login_box {
  display: inline-block;
}
.header .login_box .login {
  padding: 4px 14px;
  display: flex;
  align-items: center;
  background: #00A5B2;
  border-radius: 4px;
  box-shadow: 0 0 1px rgba(1, 122, 71, 0.3);
  cursor: pointer;
}
.header .login_box .login .iconfont {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
}
.header .login_box .login .text {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  padding-left: 4px;
}
.footer {
  border-top: 20px solid #00A5B2;
  background: #000;
  padding: 100px 50px 0;
}
.footer .common_title {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.footer .line {
  margin: 10px 0 30px;
  background: #00A5B2;
}
.footer .contact_us .list {
  display: flex;
  flex-wrap: wrap;
}
.footer .contact_us .list .li {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  padding-right: 60px;
  margin-top: 10px;
}
.footer .contact_us .list .li .iconfont {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  padding-right: 4px;
}
.footer .contact_us .list .li .val a{
  display: inline-block;
  color: #fff;
  width: auto;
}
.footer .nav_wrap {
  margin-top: 50px;
  padding: 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .nav_wrap .list_wrap .list .li {
  padding: 10px 0;
}
.footer .nav_wrap .list_wrap .list .li .link {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease-in;
}
.footer .nav_wrap .list_wrap .list .li .link:hover {
  transform: translateX(8px);
  color: #007D87;
  text-decoration: underline;
}
.footer .nav_wrap .email_wrap {
  padding-top: 50px;
}
.footer .nav_wrap .email_wrap .input_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 3px;
}
.footer .nav_wrap .email_wrap .input_box .iconfont {
  font-size: 20px;
  font-weight: 500;
  color: #00A5B2;
  flex: none;
  padding: 0 10px;
}
.footer .nav_wrap .email_wrap .input_box .input {
  flex: 1;
  height: 50px;
  border-radius: 0;
  border: 0;
  padding: 0;
}
.footer .nav_wrap .email_wrap .input_box .input:focus {
  border: 0;
}
.footer .nav_wrap .email_wrap .input_box .email_submit {
  cursor: pointer;
}
.footer .copyright {
  padding: 28px 5px;
  text-align: center;
}
.footer .copyright .text {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  padding-right: 50px;
}
.footer .copyright .link {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  width: auto;
}
.index .banner {
  position: relative;
}
.index .banner .index_banner .item {
  position: relative;
  z-index: 3;
}
.index .banner .index_banner .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.index .banner .index_banner .item .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1200px;
  width: 100%;
  padding: 50px;
  text-align: center;
  z-index: 3;
}
.index .banner .index_banner .item .content .h2 {
  font-size: 44px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}
.index .banner .index_banner .item .content .lead {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  margin-top: 40px;
  letter-spacing: 1px;
  position: relative;
}
.index .banner .index_banner .item .content .lead::after {
  content: '';
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 2px;
  background: #fff;
}
.index .banner .index_banner .item .content .lead::before {
  content: '';
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 2px;
  background: #fff;
}
.index .banner .index_banner .swiper-button-prev,
.index .banner .index_banner .swiper-button-next {
  background-image: none;
  margin: 0;
  width: 44px;
}
.index .banner .index_banner .swiper-button-prev .icon .iconfont,
.index .banner .index_banner .swiper-button-next .icon .iconfont {
  font-size: 44px;
  color: #F5F5F5;
}
.index .banner .index_banner .swiper-button-prev .icon .iconfont:hover,
.index .banner .index_banner .swiper-button-next .icon .iconfont:hover {
  color: #00A5B2;
}
.index .banner .index_banner .swiper-button-prev {
  left: 30px;
}
.index .banner .index_banner .swiper-button-next {
  right: 30px;
}
.index .banner .index_banner .swiper-pagination {
  bottom: 30px;
}
.index .banner .index_banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 0.6;
  background: #fff;
}
.index .banner .index_banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.index .about_us {
  padding: 140px 0;
}
.index .about_us .content .title {
  font-size: 40px;
  line-height: 44px;
  color: #000;
  font-weight: 600;
  text-align: left;
}
.index .about_us .content .name {
  font-size: 26px;
  line-height: 38px;
  color: #000;
  font-weight: 600;
  text-align: left;
  margin: 10px 0 30px;
}
.index .about_us .content .lead {
  color: #5D5D5D;
}
.index .about_us .content .link {
  margin-top: 40px;
  width: auto;
  border-radius: 3px;
  border: 1px solid #ECECEC;
  padding: 12px 70px;
  font-size: 16px;
  color: #000;
  overflow: hidden;
}
.index .about_us .content .link .iconfont {
  font-size: 18px;
}
.index .about_us .content .link:hover {
  background: #00A5B2;
  color: #fff;
}
.index .about_us .cover_video .video {
  width: 100%;
}
.index .count {
  background: #F9F9F9;
  padding: 60px 0;
}
.index .count .item {
  text-align: center;
}
.index .count .item .num {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.index .count .item .num .number {
  font-size: 46px;
  color: #000;
  font-weight: 600;
}
.index .count .item .num .ide {
  font-size: 18px;
  color: #000;
  padding-left: 6px;
}
.index .product_area .head .title {
  color: #fff;
}
.index .product_area .head .subhead {
  color: #fff;
  opacity: 0.3;
}
.index .product_area .product_list {
  padding: 50px 0;
}
.index .product_area .product_list .product_menu {
  padding-top: 100px;
  height: 320px;
}
.index .product_area .product_list .product_menu .item {
  padding: 10px 20px 10px 30px;
  font-size: 20px;
  color: #fff;
  opacity: 0.6;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.index .product_area .product_list .product_menu .item .iconfont {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
.index .product_area .product_list .product_menu .item .text {
  font-size: 16px;
  padding-left: 6px;
}
.index .product_area .product_list .product_menu .active {
  opacity: 1;
}
.index .product_area .product_list .product_content .item .link {
  width: 90%;
}
.index .product_area .product_list .product_content .item .content .name {
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 1px;
}
.index .product_area .product_list .product_content .item .content .lead {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 10px;
}
.index .tabs {
  padding-top: 50px;
  text-align: center;
}
.index .tabs .item {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  border-radius: 45px;
  background: #D2D2D2;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 0 30px;
  margin: 0 20px;
  cursor: pointer;
}
.index .tabs .active {
  background: #00A5B2;
}
.index .wrap {
  padding-top: 60px;
}
.index .wrap .list .item .link {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.index .wrap .list .item .link .cover_box .cover {
  height: 370px;
}
.index .wrap .list .item .link .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #ffffff00 0%, #13a6b1 100%);
  display: flex;
  align-items: end;
  padding: 20px 30px;
}
.index .wrap .list .item .link .content .lead {
  height: 60px;
  color: #fff;
}
.index .case {
  background: #F3F3F3;
}
.index .case .list {
  margin-top: 40px;
}
.index .case .list .item {
  position: relative;
}
.index .case .list .item .link {
  padding: 20px;
  background: #fff;
}
.index .case .list .item .link .content {
  padding-top: 20px;
}
.index .case .list .item .link .content .name {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  font-weight: 500;
}
.index .case .list .item .link .content .date {
  font-size: 16px;
  color: #919191;
  line-height: 28px;
  margin-bottom: 6px;
}
.index .case .list .item .link .content .lead {
  font-size: 14px;
  line-height: 24px;
  color: #919191;
}
.index .case .list .item .link .content .icon {
  margin-top: 10px;
}
.index .case .list .item .link .content .icon .iconfont {
  font-size: 28px;
  color: #919191;
  font-weight: 500;
}
.index .news .list {
  margin-top: 50px;
}
.index .news .list .item {
  position: relative;
}
.index .news .list .item .box {
  height: 500px;
}
.index .news .list .item .box .cover_box {
  height: 100%;
}
.index .news .list .item .box .cover_box .cover {
  height: 100%;
}
.index .news .list .item .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding: 30px 30px 90px;
}
.index .news .list .item .content .date {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
.index .news .list .item .content .name {
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  font-weight: 500;
  margin: 10px 0;
}
.index .news .list .item .content .lead {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin: 30px 0 0;
}
.index .news .list .item .content .link {
  position: absolute;
  bottom: 30px;
  border: 1px solid #fff;
  border-radius: 3px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 14px;
  padding: 0 30px;
  width: auto;
  margin-top: 30px;
}
.index .news .list .item .content .link .iconfont {
  font-size: 16px;
}
.index .news .list .item .content .link:hover {
  background: #00A5B2;
  border-color: #00A5B2;
}
.index .news .list .no_cover {
  height: 500px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.index .news .list .no_cover .item {
  height: 235px;
  background: #00A5B2;
}
.index .news .list .no_cover .item .link {
  padding: 30px;
}
.index .news .list .no_cover .item .link .date {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
.index .news .list .no_cover .item .link .name {
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  font-weight: 500;
  margin: 10px 0;
}
.index .news .list .no_cover .item:nth-child(2) {
  background: #52C6B8;
}
.index .certificate {
  position: relative;
}
.index .certificate .head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 5% 0 0;
}
.index .certificate .h5 {
  display: none;
}
.about_us .about_us_introduce {
  padding: 140px 0;
}
.about_us .about_us_introduce .content .title {
  font-size: 40px;
  line-height: 44px;
  color: #000;
  font-weight: 600;
  text-align: left;
}
.about_us .about_us_introduce .content .name {
  font-size: 26px;
  line-height: 38px;
  color: #000;
  font-weight: 600;
  text-align: left;
  margin: 10px 0 30px;
}
.about_us .about_us_introduce .content .lead {
  color: #5D5D5D;
}
.about_us .about_us_introduce .content .count {
  margin-top: 20px;
}
.about_us .about_us_introduce .content .count .item {
  padding: 10px 0;
  margin-bottom: 10px;
}
.about_us .about_us_introduce .content .count .item .num {
  display: flex;
  align-items: flex-start;
}
.about_us .about_us_introduce .content .count .item .num .number {
  font-size: 36px;
  color: #000;
  font-weight: 600;
  padding-right: 6px;
}
.about_us .about_us_introduce .content .count .item .num .ide {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.about_us .about_us_introduce .content .count .item .lead {
  font-size: 14px;
  line-height: 26px;
  color: #000;
  font-weight: 500;
}
.about_us .about_us_introduce .cover_video .video {
  width: 100%;
}
.about_us .cultrue {
  background: #F9F9F9;
}
.about_us .cultrue .main {
  padding-top: 50px;
}
.about_us .cultrue .main .content {
  height: 480px;
  padding: 50px;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  font-weight: 500;
  white-space: pre-line;
}
.about_us .cultrue .main .content p,
.about_us .cultrue .main .content span,
.about_us .cultrue .main .content div,
.about_us .cultrue .main .content .name,
.about_us .cultrue .main .content .lead {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  font-weight: 500;
  white-space: pre-line;
}
.about_us .cultrue .main .content .name {
  font-weight: 600;
}
.about_us .certificate .head .title {
  color: #fff;
}
.about_us .certificate .head .subhead {
  color: #fff;
  opacity: 0.4;
}
.about_us .certificate .main {
  margin-top: 50px;
}
.about_us .certificate .main .certificate_swiper {
  padding: 0 10px;
}
.about_us .certificate .main .certificate_swiper .item {
  /*cursor: pointer;*/
  padding: 10px;
  background: #fff;
}
.about_us .project .list {
  margin-top: 50px;
}
.about_us .project .list .row {
  display: flex;
  flex-wrap: wrap;
}
.about_us .project .list .item {
  margin-bottom: 30px;
}
.about_us .project .list .item .box {
  width: 90%;
  border-radius: 50%;
  border: 2px solid #00A5B2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 82px 30px;
}
.about_us .project .list .item .box .cover_box {
  text-align: center;
}
.about_us .project .list .item .box .cover_box .cover {
  width: auto;
}
.about_us .project .list .item .box .lead {
  margin-top: 20px;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  font-weight: 500;
}
.about_us .project .list .item .box2,.about_us .project .list .item .box4,.about_us .project .list .item .box5,.about_us .project .list .item .box7 {
  background: #00A5B2;
}
.about_us .project .list .item .box2 .lead,.about_us .project .list .item .box4 .lead,.about_us .project .list .item .box5 .lead,.about_us .project .list .item .box7 .lead {
  color: #fff;
}
.about_us .history {
  background: #F9F9F9;
}
.about_us .history .main {
  margin-top: 50px;
}
.about_us .history .date_swiper .item {
  text-align: center;
  font-size: 18px;
  color: #5E5E5E;
  letter-spacing: 1px;
  height: 100px;
  position: relative;
  padding-bottom: 20px;
}
.about_us .history .date_swiper .item .date {
  height: 60px;
  line-height: 60px;
  display: inline-block;
  cursor: pointer;
}
.about_us .history .date_swiper .item .dot {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background: #c1c1c1;
  border-radius: 50%;
  margin: auto;
  transition: all 0.3s ease-in;
}
.about_us .history .date_swiper .swiper-slide-active {
  color: #000;
  font-weight: 600;
  font-size: 22px;
}
.about_us .history .date_swiper .swiper-slide-active .date {
  color: #00A5B2;
}
.about_us .history .date_swiper .swiper-slide-active .dot {
  bottom: 15px;
  width: 20px;
  height: 20px;
  background: #00A5B2;
}
.about_us .history .date_swiper .swiper-slide-active .dot::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  transform: translate(-50%, -50%);
  background: #00A5B2;
  opacity: 0.1;
  border-radius: 50%;
}
.about_us .history .date_swiper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 25px;
  height: 1px;
  background: #CCCCCC;
}
.about_us .history .content_swiper {
  padding: 30px 10px;
}
.about_us .history .content_swiper .item {
  cursor: pointer;
  padding: 20px;
}
.about_us .history .content_swiper .item .lead {
  font-size: 14px;
  color: #000;
  line-height: 28px;
}
.about_us .history .content_swiper .swiper-slide-active {
  background: #00A5B2;
}
.about_us .history .content_swiper .swiper-slide-active .lead {
  color: #fff;
}
.product .main .classify {
  display: flex;
}
.product .main .classify .name {
  margin-top: 6px;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  padding-right: 10px;
  flex: none;
}
.product .main .classify .list {
  display: flex;
  flex-wrap: wrap;
}
.product .main .classify .list .li {
  margin: 0 7px 20px;
}
.product .main .classify .list .li .link {
  border-radius: 45px;
  padding: 10px 25px;
  background: #F1F1F1;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.product .main .classify .list .active .link {
  background: #00A5B2;
  color: #fff;
}
.product .main .product_list {
  padding-top: 50px;
}
.product .main .product_list .item {
  margin-bottom: 30px;
  transition: all 0.7s ease-in-out;
}
.product .main .product_list .item .link {
  padding: 20px;
}
.product .main .product_list .item .link .cover_box .cover {
  max-height: 230px;
  transition: all 0.7s ease-in-out;
}
.product .main .product_list .item .link .lead {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}
.product .main .product_list .item:hover {
  box-shadow: 0 0 3px rgba(1, 122, 71, 0.6);
}
.product .main .product_list .item:hover .cover {
  transform: scale(1.05);
}
.product_details .main .product_main .product_content .item .cover_box .cover {
  max-height: 500px;
}
.product_details .main .product_main .product_menu {
  margin-top: 20px;
  padding: 3px;
}
.product_details .main .product_main .product_menu .item {
  border: 6px solid #fff;
  cursor: pointer;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.product_details .main .product_main .product_menu .active {
  border-color: #00A5B2;
}
.product_details .main .product_main .content {
  padding: 10px 30px;
}
.product_details .main .product_main .content .title {
  font-size: 26px;
  color: #000;
  font-weight: 600;
  text-align: left;
}
.product_details .main .product_main .content .product_line {
  height: 1px;
  background: #E7E7E7;
  margin: 20px 0 30px;
  position: relative;
}
.product_details .main .product_main .content .product_line::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-5px);
  width: 8%;
  height: 5px;
  border-radius: 6px;
  background: #00A5B2;
}
.product_details .main .product_main .content .lead {
  color: #5D5D5D;
}
.product_details .main .product_news {
  margin-top: 150px;
}
.product_details .main .product_news .title {
  display: flex;
  align-items: flex-end;
}
.product_details .main .product_news .title .name {
  font-size: 26px;
  color: #000;
  font-weight: 600;
}
.product_details .main .product_news .title .text {
  font-size: 22px;
  color: #000;
  opacity: 0.3;
  font-weight: 600;
  padding-left: 10px;
}
.product_details .main .product_news .product_news_swiper {
  margin-top: 30px;
  padding: 20px 3px;
}
.product_details .main .product_news .product_news_swiper .item .link {
  padding: 20px;
}
.product_details .main .product_news .product_news_swiper .item .link .cover_box .cover {
  max-height: 230px;
}
.product_details .main .product_news .product_news_swiper .item .link .lead {
  margin-top: 20px;
  text-align: center;
  font-weight: 500;
}
.equipment .main .product_list .box .item .link {
  cursor: pointer;
}
.equipment .main .product_list .box .item .link .cover_box .cover {
  max-height: 290px;
}
.equipment_modal .modal-dialog {
  height: 100%;
}
.equipment_modal .modal-dialog .content {
  padding: 10px;
}

.fangda.equimg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 68%;
    background: #fff;
}
.fdimg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition:all 0.5s ease-out; 
}
.fangda.equimg:hover .fdimg{
    transform:scale(1.1);
}
.plant .main .plant_list {
  margin-top: 50px;
}
.plant .main .plant_list .plant_swiper .slide {
  position: relative;
  /*cursor: pointer;*/
}
.plant .main .plant_list .plant_swiper .slide .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(180deg, #007d8700 0%, #007d87 100%);
}
.plant .main .plant_list .plant_swiper .slide .content .name {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.plant .main .plant_list .plant_swiper .slide .content .lead {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  margin-top: 10px;
}
.case .introduction {
  padding: 60px 0;
}
.case .introduction .cover_box {
  max-height: 440px;
}
.case .introduction .cover_box .cover {
  height: 100%;
}
.case .introduction .content {
  padding: 30px 0;
}
.case .introduction .content .title {
  font-size: 22px;
  line-height: 34px;
  color: #000;
  font-weight: 600;
  text-align: left;
}
.case .introduction .content .date {
  font-size: 20px;
  color: #9F9F9F;
  line-height: 36px;
  padding: 10px 0;
}
.case .introduction .content .lead {
  color: #9F9F9F;
}
.case .introduction .swiper_page {
  width: 50%;
}
.case .introduction .swiper_page .swiper-pagination-bullet {
  background: #fff;
  width: 10px;
  height: 10px;
  opacity: 0.6;
}
.case .introduction .swiper_page .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 6px;
  opacity: 1;
}
.case .news_list {
  padding-bottom: 50px;
}
.case .news_list .item {
  margin-bottom: 30px;
}
.case .news_list .item .link {
  padding: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  transition: 0.5s ease-in;
}
.case .news_list .item .link .date {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: #00A5B2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 0 8px;
}
.case .news_list .item .link .date .year {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
.case .news_list .item .link .date .time {
  font-size: 14px;
  color: #fff;
}
.case .news_list .item .link .cover_box .cover {
  height: 260px;
  transition: all 0.6s ease-in-out;
}
.case .news_list .item .link .content {
  padding: 20px 0 0;
}
.case .news_list .item .link .content .name {
  font-size: 20px;
  color: #000;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}
.case .news_list .item .link:hover {
  background: #00A5B2;
}
.case .news_list .item .link:hover .date {
  background: #52C6B8;
}
.case .news_list .item .link:hover .cover {
  transform: scale(1.05);
}
.case .news_list .item .link:hover .content .name {
  color: #fff;
}
.case .news_list .item .link:hover .content .lead {
  color: #fff;
}
.case_details {
  background: #FBFBFB;
}
.case_details .main {
  padding-bottom: 40px;
}
.case_details .main .title {
  font-size: 34px;
  color: #000;
  text-align: center;
  line-height: 48px;
  font-weight: 600;
}
.case_details .main .author {
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 50px;
}
.case_details .main .author span {
  font-size: 16px;
  color: #B5B5B5;
  line-height: 28px;
  padding: 0 30px;
}
.case_details .main .content p,
.case_details .main .content div,
.case_details .main .content span.lead {
  font-size: 16px;
  line-height: 32px;
  color: #9F9F9F;
  text-indent: 2em;
  margin-bottom: 10px;
}
.case_details .main .content .cover_box {
  margin: 30px auto;
  width: 70%;
}
.news .news_list {
 /* margin-top: 100px;*/
}
.news .news_list .item {
  margin-bottom: 50px;
}
.news .news_list .item .link {
  padding: 20px;
  transition: all 0.4s ease-in;
  border: 2px solid #fff;
}
.news .news_list .item .link .content {
  padding: 10px 0;
}
.news .news_list .item .link .content .title {
  text-align: left;
  font-size: 24px;
  line-height: 34px;
  color: #000;
  font-weight: 600;
}
.news .news_list .item .link .content .date {
  font-size: 18px;
  color: #A1A1A1;
  line-height: 28px;
  margin: 10px 0;
}
.news .news_list .item .link .content .lead {
  color: #A1A1A1;
}
.news .news_list .item .link:hover {
  border-color: #007D87;
  box-shadow: 0 0 5px rgba(1, 122, 71, 0.3);
}
.news .news_list .item .link:hover .content .title {
  color: #007D87;
}
.news_details .tabs {
  margin-bottom: 50px;
}
.contact_us .main .information .title {
  text-align: center;
}
.contact_us .main .information .subhead {
  font-size: 16px;
  line-height: 26px;
  color: #B8B8B8;
  text-align: center;
  padding: 10px 0;
}
.contact_us .main .information .mobile {
  text-align: center;
  font-size: 26px;
  color: #000;
  font-weight: 600;
  margin-top: 20px;
}
.contact_us .main .information .list {
  padding: 50px 0;
}
.contact_us .main .information .list .item {
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding: 20px;
  min-height: 120px;
  margin-bottom: 30px;
  display: flex;
}
.contact_us .main .information .list .item .icon .iconfont {
  font-size: 44px;
  color: #DBDBDB;
}
.contact_us .main .information .list .item .content {
  padding-left: 20px;
}
.contact_us .main .information .list .item .content .name {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.contact_us .main .information .list .item .content .text {
  font-size: 16px;
  color: #787878;
  line-height: 26px;
  margin-top: 8px;
}
.contact_us .main .information .list .item .content .text a{
  color: #787878;
}
.contact_us .main .information .map {
  height: 540px;
  margin-top: 30px;
  background: #F5F5F5;
}
.contact_us .main .message_box {
  background: #F8F8F8;
}
.contact_us .main .message_box .head .title {
  font-size: 36px;
  color: #000;
  font-weight: 600;
  text-align: left;
}
.contact_us .main .message_box .head .lead {
  font-size: 20px;
  color: #ABABAB;
  line-height: 30px;
  margin-top: 10px;
  text-align: left;
}
.contact_us .main .message_box .form {
  margin-top: 30px;
}
.contact_us .main .message_box .form .item {
  margin-bottom: 20px;
}
.contact_us .main .message_box .form .box {
  padding: 0;
}
.contact_us .main .message_box .form .input_box {
  padding-left: 10px;
}
.contact_us .main .message_box .form .input {
  height: 60px;
  font-size: 16px;
  padding: 0 20px;
}
.contact_us .main .message_box .form .textarea {
  padding: 20px 20px;
  font-size: 16px;
}
.contact_us .main .message_box .form .btn_box .btn {
  background: #007D87;
  min-width: 180px;
  height: 50px;
  font-size: 18px;
  padding: 0;
}
.contact_us .main .message_box .right {
  padding-top: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}
.contact_us .main .message_box .right .cover_box {
  width: 380px;
  height: 380px;
}
.contact_us .main .message_box .right .cover_box .cover {
  height: 100%;
}
.contact_us .main .message_box .right .text {
  font-size: 20px;
  color: #000;
  text-align: center;
  margin-top: 20px;
}
.submit{
  background: none;
  border: none;
}
