body {

  --color: #024388;

  --color1: #04274c;

}

.t_1 {

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  -moz-transition: all 0.5s;

  transition: all 0.5s;

}

.img_bg {

  -o-background-size: contain;

  background-size: contain;

  background-repeat: no-repeat;

  background-position: center center;

}

.img_sca {

  overflow: hidden;

  display: block;

}

.img_sca:hover .img_bg {

  -webkit-transform: scale(1.2);

  -moz-transform: scale(1.2);

  -ms-transform: scale(1.2);

  -o-transform: scale(1.2);

  transform: scale(1.2);

}

@-webkit-keyframes ks {

  0% {

    opacity: 1;

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -o-transform: scale(1);

    transform: scale(1);

  }

  100% {

    opacity: 0;

    -webkit-transform: scale(2);

    -moz-transform: scale(2);

    -o-transform: scale(2);

    transform: scale(2);

  }

}

@-moz-keyframes ks {

  0% {

    opacity: 1;

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -o-transform: scale(1);

    transform: scale(1);

  }

  100% {

    opacity: 0;

    -webkit-transform: scale(2);

    -moz-transform: scale(2);

    -o-transform: scale(2);

    transform: scale(2);

  }

}

@-o-keyframes ks {

  0% {

    opacity: 1;

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -o-transform: scale(1);

    transform: scale(1);

  }

  100% {

    opacity: 0;

    -webkit-transform: scale(2);

    -moz-transform: scale(2);

    -o-transform: scale(2);

    transform: scale(2);

  }

}

@keyframes ks {

  0% {

    opacity: 1;

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -o-transform: scale(1);

    transform: scale(1);

  }

  100% {

    opacity: 0;

    -webkit-transform: scale(2);

    -moz-transform: scale(2);

    -o-transform: scale(2);

    transform: scale(2);

  }

}

.pl-210 {

  padding-left: 210px;

}

.pr-210 {

  padding-right: 210px;

}

@media (max-width: 1800px) {

  .pr-210 {

    padding-right: 0;

  }

  .pl-210 {

    padding-left: 0;

  }

}

@media (max-width: 700px) {

  .phone_hide {

    display: none !important;

  }

}

/* .inner-banner {

  margin-top: 88px;

  overflow: hidden;

  height: 30vw;

  position: relative;

  text-align: center;

  color: white;

  background-size: cover;

  z-index: 1;

}

.inner-banner .cont {

  width: 100%;

  text-align: center;

  padding: 10px 16px;

  position: absolute;

  top: 50%;

  left: 0;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

}

.inner-banner .cont .cat {

  font-size: 40px;

  line-height: 1.6;

  margin-bottom: 15px;

  display: inline-block;

  font-weight: bold;

}

.inner-banner .cont .mbx {

  font-size: 16px;

}

.inner-banner .cont .mbx a,

.inner-banner .cont .mbx span {

  display: inline-block;

  vertical-align: top;

  margin: 0 5px;

  line-height: 24px;

  -webkit-transition: 0.5s;

  -moz-transition: 0.5s;

  -o-transition: 0.5s;

  transition: 0.5s;

}

.inner-banner .cont .mbx a:first-child:before {

  content: "\f015";

  font-family: "FontAwesome";

  color: var(--color);

  display: inline-block;

  vertical-align: top;

  margin-right: 10px;

  font-size: 20px;

}

.inner-banner .cont .mbx a:hover {

  color: var(--color);

} */

.inner-page {

  position: relative;

  z-index: 2;

}

.m-page {

  text-align: center;

}

.m-page a,

.m-page span {

  display: inline-block;

  text-align: center;

  width: 45px;

  height: 35px;

  font-size: 16px;

  line-height: 35px;

  border-radius: 5px;

  font-weight: 500;

  -o-box-shadow: 0 2px 10px 0 #d8dde6;

  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;

  box-shadow: 0 2px 10px 0 #d8dde6;

  -webkit-transition: 0.5s;

  -moz-transition: 0.5s;

  -o-transition: 0.5s;

  transition: 0.5s;

  margin: 5px;

}

.m-page a:hover,

.m-page span.current {

  color: #fff;

  background-color: var(--color);

}

.m-link a {

  display: block;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  -moz-transition: all 0.5s;

  transition: all 0.5s;

}

.m-link a:hover {

  color: var(--color);

}

.product-page .container .product_left {

  width: 30%;

}

.product-page .container .product_left .search_cont {

  position: relative;

}

.product-page .container .product_left .search_cont .text {

  width: 100%;

  border-radius: 72px;

  border: 1px solid #eee;

  padding: 20px 30px;

  padding-right: 80px;

  color: #000;

  line-height: 1;

}

.product-page .container .product_left .search_cont .btn {

  width: 62px;

  height: 62px;

  right: 4px;

  position: absolute;

  top: 4px;

  border: none;

  background-color: rgba(0, 0, 0, 0);

}

.product-page .container .product_left .item {

  margin-top: 30px;

  border: 1px solid #eee;

  padding: 40px;

}

.product-page .container .product_left .item .tips {

  font-weight: bold;

}

.product-page .container .product_left .item .nav_cont {

  margin-top: 26px;

}

.product-page .container .product_left .item .nav_cont li {

  margin-top: 10px;

}

.product-page .container .product_left .item .nav_cont li:first-child {

  margin-top: 0;

}

.product-page .container .product_left .item .nav_cont li a {

  display: block;

  padding: 18px 45px 18px 20px;

  background: #f1f1f1;

  font-size: 18px;

  color: #7a7777;

  line-height: 32px;

  /*text-transform: uppercase;*/

  position: relative;

}

.product-page .container .product_left .item .nav_cont li a i {

  position: absolute;

  right: 20px;

  top: 24px;

  display: inline-block;

}

.product-page .container .product_left .item .nav_cont li a i.active {

  -webkit-transform: rotate(90deg);

  -moz-transform: rotate(90deg);

  -ms-transform: rotate(90deg);

  -o-transform: rotate(90deg);

  transform: rotate(90deg);

}

.product-page .container .product_left .item .nav_cont li a:hover,

.product-page .container .product_left .item .nav_cont li a.active {

  color: #fff;

  background-color: var(--color);

}

.product-page .container .product_left .item .nav_cont li .nav_cont_item {

  display: none;

  padding-left: 20px;

}

.product-page

  .container

  .product_left

  .item

  .nav_cont

  li

  .nav_cont_item.active {

  display: block;

}

.product-page .container .product_left .item .nav_cont li .nav_cont_item li {

  margin-top: 10px;

}

.product-page .container .product_left .item .nav_cont li .nav_cont_item li a {

  padding: 6px 20px;

}

.product-page .container .product_left .item .contact_cont {

  margin-top: 30px;

}

.product-page .container .product_left .item .contact_cont li {

  margin-top: 20px;

  padding: 20px;

  -webkit-box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);

  box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);

}

.product-page .container .product_left .item .contact_cont li .img {

  width: 34px;

  height: 34px;

}

.product-page .container .product_left .item .contact_cont li .text {

  width: -webkit-calc(66%);

  width: -moz-calc(66%);

  width: calc(100% - 34px);

  padding-left: 15px;

  margin-top: 4px;

}

.product-page .container .product_left .item .contact_cont li:first-child {

  margin-top: 0;

}

.product-page .container .product_right {

  width: 70%;

  padding-left: 60px;

}

.product-page .container .product_right .cat_name {

  font-weight: bold;

}

.product-page .container .product_right .cat_des {

  margin: 20px 0 20px 0;

  color: rgba(0, 0, 0, 0.7);

}

.product-page .container .product_right .content ul {

  margin: 0 -10px;

}

.product-page .container .product_right .content ul > p {

  font-size: 16px;

  letter-spacing: 0;

  margin-top: 20px;

}

.product-page .container .product_right .content ul li {

  padding: 0 10px;

  margin-top: 40px;

}

.product-page .container .product_right .content ul li .box {

  border: 1px solid #eee;

}

.product-page .container .product_right .content ul li .box a {

  display: block;

}

.product-page .container .product_right .content ul li .box a img {

  width: 100%;

}

.product-page .container .product_right .content ul li .box .img img {

  width: 100%;

}

.product-page .container .product_right .content ul li .box .cont {

  position: relative;

  border-top: 1px solid #eee;

  background: #fff;

  padding: 15px 15px 20px;

}

.product-page .container .product_right .content ul li .box .cont .title {

  font-weight: 600;

  text-transform: capitalize;

  /*text-transform: uppercase;*/

}

.product-page .container .product_right .content ul li .box .cont .des {

  margin-top: 10px;

}

.product-page .container .product_right .content ul li .box .cont .line {

  width: 20px;

  height: 1px;

  background: #000;

  margin-top: 4px;

}

.product-page .container .product_right .content ul li .box:hover .cont {

  background-color: var(--color);

  color: #fff;

}

.product-page .container .product_right .content ul li .box:hover .cont .line {

  background-color: #fff;

}

.prodet-page {

  background: #f5f5f5;

}

.prodet-page .init-1 .container .left {

  width: 50%;

  vertical-align: middle;

}

.prodet-page .init-1 .container .left .small_img {

  vertical-align: middle;

  margin-top: 20px;

  width: 100%;

}

.prodet-page .init-1 .container .left .small_img ul {

  margin: -12px;

}

.prodet-page .init-1 .container .left .small_img ul li {

  padding: 12px;

}

.prodet-page .init-1 .container .left .small_img ul li .box {

  border: 1px solid #bfbfbf;

}

.prodet-page .init-1 .container .left .small_img ul li .box img {

  width: 100%;

}

.prodet-page .init-1 .container .left .big_img {

  vertical-align: middle;

  width: 100%;

}

.prodet-page .init-1 .container .left .big_img ul li .img {

  position: relative;

  border: 1px solid #bfbfbf;

  width: 100%;

}

.prodet-page .init-1 .container .left .big_img ul li .img img {

  width: 100%;

}

.prodet-page .init-1 .container .left .big_img ul li .img span {

  width: 40px;

  height: 40px;

  background-color: var(--color);

  position: absolute;

  top: 12px;

  right: 12px;

  cursor: pointer;

}

.prodet-page .init-1 .container .left .big_img ul li .img span img {

  width: 20px;

  height: 20px;

  display: block;

  margin: 8px auto 0;

}

.prodet-page .init-1 .container .right {

  width: 50%;

  padding-left: 50px;

  vertical-align: middle;

}

.prodet-page .init-1 .container .right .title {

  font-weight: 600;

  text-transform: capitalize;

}

.prodet-page .init-1 .container .right .des {

  font-size: 16px;

  color: #8e8e8e;

  line-height: 2;

  margin: 30px 0;

  padding-right: 10px;

  overflow: auto;

  max-height: 250px;

}

.prodet-page .init-1 .container .right .more {

  padding: 12px 40px;

  border-radius: 50px;

  background: var(--color);

  color: #fff;

  font-size: 18px;

  display: inline-block;

}

.prodet-page .init-1 .container .right .more:hover {

  background-color: #000;

}

.prodet-page .init-2 .container .options {

  border-bottom: 1px solid #c3c3c3;

}

.prodet-page .init-2 .container .options span {

  font-size: 18px;

  width: 280px;

  margin-right: 20px;

  padding: 9px 20px;

  display: -webkit-inline-box;

  display: -webkit-inline-flex;

  display: -moz-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -moz-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  cursor: pointer;

  border: 1px solid #c3c3c3;

  border-bottom: none;

}

.prodet-page .init-2 .container .options span i {

  color: #bfbfbf;

}

.prodet-page .init-2 .container .options span.active {

  background-color: var(--color);

  border-bottom-color: transparent;

  color: #fff;

}

.prodet-page .init-2 .container .options span.active i {

  color: #fff;

}

.prodet-page .init-2 .container .ret .list {

  display: none;

}

.prodet-page .init-2 .container .ret .list .content .slick li {

  padding: 0 10px;

  text-align: center;

}

.prodet-page .init-2 .container .ret .list .content .slick li .box a {

  display: block;

}

.prodet-page .init-2 .container .ret .list .content .slick li .box a img {

  width: 100%;

}

.prodet-page .init-2 .container .ret .list .content .slick li .box p {

  margin-top: 16px;

  font-size: 16px;

  font-weight: 600;

}



.prodet-page .init-2 .container .ret .list .content {

  margin-top: 30px;

  font-size: 16px;

  line-height: 2;

}

.prodet-page .init-2 .container .ret .list #forms {

  margin-top: 20px;

}

.prodet-page .init-2 .container .ret .list #forms ul li {

  padding: 15px 7px;

  font-size: 16px;

}

.prodet-page .init-2 .container .ret .list #forms ul li input,

.prodet-page .init-2 .container .ret .list #forms ul li textarea {

  display: block;

  width: 100%;

  font-size: 18px;

  padding: 10px;

  border: 1px solid #bfbfbf;

  margin-top: 4px;

}

.prodet-page .init-2 .container .ret .list #forms ul li textarea {

  height: 150px;

}

.prodet-page .init-2 .container .ret .list #forms ul li .submit_btn {

  background-color: var(--color);

  color: #fff;

}

.prodet-page .init-2 .container .ret .list #forms ul li .submit_btn:hover {

  background-color: #000;

}



.prodet-page .init-3 {

  margin-top: 60px;

  text-align: center;

}

.prodet-page .init-3 .container .tips {

  font-weight: bold;

}

.prodet-page .init-3 .container .content {

  margin-top: 40px;

}

.prodet-page .init-3 .container .content ul li {

  padding: 0 10px;

}

.prodet-page .init-3 .container .content ul li .box {

  border: 1px solid #bfbfbf;

}

.prodet-page .init-3 .container .content ul li a {

  display: block;

}

.prodet-page .init-3 .container .content ul li .img img {

  width: 100%;

}

.prodet-page .init-3 .container .content ul li .btn {

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  text-align: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -moz-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  width: 100%;

  position: relative;

  z-index: 2;

  margin-top: 10px;

}

.prodet-page .init-3 .container .content ul li .btn a {

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -moz-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  height: 36px;

  width: 36px;

  margin: 0 5px;

  border: 1px solid #bfbfbf;

  -webkit-transition: 0.5s;

  -moz-transition: 0.5s;

  transition: 0.5s;

}

.prodet-page .init-3 .container .content ul li .btn a img {

  -webkit-transition: 0.5s;

  -moz-transition: 0.5s;

  transition: 0.5s;

}

.prodet-page .init-3 .container .content ul li .btn a:hover {

  background: var(--color);

}

.prodet-page .init-3 .container .content ul li .btn a:hover img {

  filter: brightness(5);

}

.prodet-page .init-3 .container .content ul li .h6 {

  font-weight: 400;

  font-size: 20px;

  color: #242424;

  line-height: 1.8;

  margin: 30px 0 20px;

  display: block;

  padding: 0 20px;

  position: relative;

  z-index: 2;

  height: 72px;

  overflow-y: auto;

}

.prodet-page .init-3 .container .content ul li .link {

  font-size: 18px;

  color: #fff;

  text-align: center;

  padding: 10px 5px;

  background-color: #000;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -moz-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  position: relative;

  -webkit-transition: 0.5s;

  -moz-transition: 0.5s;

  transition: 0.5s;

  -webkit-transform: translateY(80px);

  -moz-transform: translateY(80px);

  -ms-transform: translateY(80px);

  transform: translateY(80px);

  width: 100%;

  z-index: 2;

}

.prodet-page .init-3 .container .content ul li .link:hover {

  background: var(--color);

}

.prodet-page .init-3 .container .content ul li:hover .link {

  -webkit-transform: translateY(0);

  -moz-transform: translateY(0);

  -ms-transform: translateY(0);

  transform: translateY(0);

}

/* @media (max-width: 1700px) {

  .inner-banner {

    margin-top: 144px;

  }

} */

@media (max-width: 1250px) {

  /* .inner-banner {

    margin-top: 106px;

  } */

  .product-page .container .product_left {

    display: none;

  }

  .product-page .container .product_right {

    width: 100%;

    display: block;

    padding-left: 0;

  }

}

@media (max-width: 1000px) {

  /* .inner-banner {

    margin-top: 40px;

    background: #000 !important;

    height: auto;

  }

  .inner-banner .cont {

    padding: 40px 16px;

    position: relative;

    top: 0;

    -webkit-transform: translateY(0);

    -moz-transform: translateY(0);

    -ms-transform: translateY(0);

    -o-transform: translateY(0);

    transform: translateY(0);

  }

  .inner-banner .cont .cat {

    font-size: 24px;

  } */

  .prodet-page .init-1 .container .left {

    width: 100%;

  }

  .prodet-page .init-1 .container .right {

    width: 100%;

    padding-left: 0;

    margin-top: 40px;

  }

  .prodet-page .init-2 .container .options span {

    width: 30%;

  }

}

@media (max-width: 700px) {

  .prodet-page .init-2 .container .options span {

    width: 100%;

    -webkit-box-pack: left;

    -webkit-justify-content: left;

    -moz-box-pack: left;

    -ms-flex-pack: left;

    justify-content: left;

  }

  .prodet-page .init-2 .container .options span i {

    margin-right: 16px;

  }

  .prodet-page .init-1 .container .left .small_img ul {

    margin: -6px;

  }

  .prodet-page .init-1 .container .left .small_img ul li {

    padding: 6px;

  }



  .prodet-page .init-3 .container .content ul li .link {

    -webkit-transform: translateY(0);

    -moz-transform: translateY(0);

    -ms-transform: translateY(0);

    transform: translateY(0);

  }

}

.about-page .about-1 {

  background-color: #fff;

}

.about-page .about-1 .container .left {

  width: 50%;

  padding-right: 5%;

  vertical-align: middle;

}

.about-page .about-1 .container .left .tag {

  color: var(--color);

  display: block;

  line-height: 1;

}

.about-page .about-1 .container .left .tag::before {

  content: "";

  width: 15px;

  height: 2px;

  background: var(--color);

  margin-right: 5px;

  display: inline-block;

  vertical-align: super;

  position: relative;

  top: 2px;

}

.about-page .about-1 .container .left .title {

  margin-top: 10px;

  font-weight: bold;

}

.about-page .about-1 .container .left .des {

  margin-top: 40px;

  color: #6c6a72;

}

.about-page .about-1 .container .right {

  width: 50%;

  vertical-align: middle;
text-align: left;
}

.about-page .about-1 .container .right img {

  width: 100%;

}

.about-page .about-2 {

  -o-background-size: cover;

  background-size: cover;

}



.about-page .about-2 .container .tag {

  text-align: center;

  color: var(--color);

  display: block;

  line-height: 1;

}

.about-page .about-2 .container .tag::before {

  content: "";

  width: 15px;

  height: 2px;

  background: var(--color);

  margin-right: 5px;

  display: inline-block;

  vertical-align: super;

  position: relative;

  top: 2px;

}

.about-page .about-2 .container .title_1 {

  text-align: center;

  margin-top: 10px;

  font-weight: bold;

}

.about-page .about-2 .content {

  margin-top: 40px;

}

.about-page .about-2 .content ul li {

  padding: 0 10px;

  border-right: 1px solid rgba(255, 255, 255, 0.3);

}

.about-page .about-2 .content ul li .box {

  padding: 0 10px;

  color: #fff;

}

.about-page .about-2 .content ul li .box .num {

  display: block;

}

.about-page .about-2 .content ul li .box .img {

  margin-top: 50px;

  height: 60px;

  display: inline-block;

}

.about-page .about-2 .content ul li .box .title {

  display: block;

  font-weight: 600;

  padding: 45px 0 25px;

}

.gallery-page .tips_c .left {

  vertical-align: middle;

  width: auto;

  padding-right: 40px;

}

.gallery-page .tips_c .left .tips {

  color: var(--color);

}

.gallery-page .tips_c .left .tips_title {

  font-weight: bold;

}

.gallery-page .tips_c .right {

  vertical-align: middle;

  width: auto;

}

.gallery-page .tips_c .right .column {

  width: auto;

  font-size: 20px;

  font-weight: 600;

  color: #b9b9b9;

  padding: 5px 20px;

  margin: 2px 0;

  border-left: 1px solid #e8e8e8;

}

.gallery-page .tips_c .right .column:hover,

.gallery-page .tips_c .right .column.active {

  color: var(--color);

}

.gallery-page .content {

  margin-top: 40px;

}

.gallery-page .content ul > p {

  font-size: 16px;

  letter-spacing: 0;

}

.gallery-page .content ul li {

  padding: 35px 10px;

}

.gallery-page .content ul li .box .img {

  display: block;

  position: relative;

}

.gallery-page .content ul li .box .img img {

  width: 100%;

}

.gallery-page .content ul li .box .img::before {

  content: "";

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  background: rgba(2,67,136,.7)

  -webkit-transition: 0.5s;

  -moz-transition: 0.5s;

  -o-transition: 0.5s;

  transition: 0.5s;

  z-index: 2;

}

.gallery-page .content ul li .box .img .sub {

  width: 28px;

  height: 28px;

  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  opacity: 0;

  z-index: 2;

}

.gallery-page .content ul li .box .text {

  margin-top: 10px;

  font-weight: 600;

}

.gallery-page .content ul li .box:hover .img::before,

.gallery-page .content ul li .box:hover .img .sub {

  opacity: 1;

}

@media (max-width: 1000px) {

  .about-page .about-1 .container .left {

    width: 100%;

    padding-right: 0;

  }

  .about-page .about-1 .container .right {

    width: 100%;

    margin-top: 20px;

  }

  .gallery-page .tips_c .right {

    display: none;

  }

}

@media (max-width: 500px) {

  .about-page .about-2 .content ul li .box .img {

    margin-top: 20px;

  }

  .about-page .about-2 .content ul li .box .title {

    padding: 20px 0;

  }

  .gallery-page .content {

    margin-top: 20px;

  }

  .gallery-page .content ul li {

    padding: 20px 0;

  }

}

.news_cont .news_left {

  width: -webkit-calc(-240%);

  width: -moz-calc(-240%);

  width: calc(100% - 340px);

  padding-right: 60px;

}

.news_cont .news_right {

  width: 340px;

  position: -webkit-sticky;

  position: sticky;

  top: 40px;

}

.news_cont .news_right .widget {

  background: #fff;

  padding: 30px;

  margin-bottom: 30px;

}

.news_cont .news_right .widget .search_form {

  position: relative;

}

.news_cont .news_right .widget .search_form input {

  width: 100%;

  padding: 10px;

  padding-right: 46px;

  border: 0;

  background: #f8f8f8;

  margin-bottom: 0;

  height: 40px;

  font-size: 16px;

  line-height: 2;

}

.news_cont .news_right .widget .search_form button {

  position: absolute;

  right: 0;

  top: 0;

  background-color: var(--color);

  color: #fff;

  border: 0;

  cursor: pointer;

  height: 40px;

  width: 40px;

}

.news_cont .news_right .widget .tips {

  padding-bottom: 5px;

  border-bottom: 1px solid rgba(0, 0, 0, 0.04);

  line-height: 1.8;

  margin-bottom: 16px;

  font-weight: 600;

}

.news_cont .news_right .widget .pfl li {

  margin-bottom: 16px;

  color: #555;

  font-size: 16px;

  line-height: 2;

  position: relative;

}

.news_cont .news_right .widget .pfl li i {

  font-size: 14px;

  margin-right: 5px;

  position: absolute;

  left: 0;

  top: 8px;

  z-index: 2;

  cursor: pointer;

}

.news_cont .news_right .widget .pfl li i.active {

  -webkit-transform: rotate(90deg);

  -moz-transform: rotate(90deg);

  -ms-transform: rotate(90deg);

  -o-transform: rotate(90deg);

  transform: rotate(90deg);

}

.news_cont .news_right .widget .pfl li a {

  padding-left: 20px;

}

.news_cont .news_right .widget .pfl li ul {

  display: none;

  margin-top: 16px;

}

.news_cont .news_right .widget .pfl li ul li a {

  padding-left: 0;

  color: #999;

}

.news_cont .news_right .widget .pfl li ul li a:hover,

.news_cont .news_right .widget .pfl li ul li a.active {

  color: var(--color);

}

.news_cont .news_right .widget .pfl li.active ul {

  display: block;

}

.news_cont .news_right .widget .pfl li:hover,

.news_cont .news_right .widget .pfl li.active {

  color: var(--color);

}

.news_cont .news_right .widget .recent li {

  margin-top: 20px;

}

.news_cont .news_right .widget .recent li:first-child {

  margin-top: 0;

}

.news_cont .news_right .widget .recent li .img {

  width: 100px;

  vertical-align: middle;

}

.news_cont .news_right .widget .recent li .title {

  width: -webkit-calc(0%);

  width: -moz-calc(0%);

  width: calc(100% - 100px);

  padding-left: 20px;

  vertical-align: middle;

}

.news_cont .news_right .widget .recent li .title a {

  display: block;

}

.news_cont .news_right .widget .recent li .title a:hover {

  color: var(--color);

}

.news_cont .news_right .widget .form1 input,

.news_cont .news_right .widget .form1 textarea {

  width: 100%;

  padding: 10px;

  border: 0;

  background: #f8f8f8;

  margin-bottom: 0;

  margin-bottom: 15px;

  height: 40px;

  font-size: 16px;

  line-height: 2;

}

.news_cont .news_right .widget .form1 textarea {

  height: 100px;

}

.news_cont .news_right .widget .form1 .submit {

  background: var(--color);

  color: #fff;

  font-size: 18px;

  text-transform: uppercase;

  line-height: 1;

}

.news_cont .news_right .widget .form1 .submit:hover {

  background-color: #000;

}

.news-page {

  background-color: #f5f5f5;

}

.news-page .news_list ul {

  margin: 0 auto;

  margin-top: -60px;

}

.news-page .news_list ul > p {

  font-size: 16px;

  letter-spacing: 0;

  margin-top: 20px;

}

.news-page .news_list ul li {

  margin-top: 60px;

  padding: 0 10px;

}

.news-page .news_list ul li .box {

  background-color: #fff;

  padding: 30px;

}

.news-page .news_list ul li .box a {

  display: block;

}

.news-page .news_list ul li .box .img {

  position: relative;

}

.news-page .news_list ul li .box .img img {

  width: 100%;

}

.news-page .news_list ul li .box .img .date {

  display: inline-block;

  position: absolute;

  bottom: 30px;

  left: 30px;

  background: var(--color);

  color: #fff;

  padding: 6px 12px;

  text-align: center;

  border-radius: 2px;

}

.news-page .news_list ul li .box .img .date span {

  display: block;

  font-size: 14px;

  line-height: 2;

  text-transform: uppercase;

  letter-spacing: 1px;

  color: #fff;

}

.news-page .news_list ul li .box .img .date i {

  display: block;

  font-size: 24px;

  line-height: 1.8;

  font-style: normal;

  color: #fff;

  font-weight: 700;

}

.news-page .news_list ul li .box .title {

  font-weight: 600;

  margin-top: 30px;

}

.news-page .news_list ul li .box .title:hover {

  color: var(--color);

}

.news-page .news_list ul li .box .des {

  margin-top: 16px;

  color: #555;

}

.news-page .news_list ul li .box .line {

  width: 100%;

  min-height: 1px;

  background-color: rgba(0, 0, 0, 0.04);

  margin-top: 20px;

  margin-bottom: 20px;

}

.news-page .news_list ul li .box .news-info {

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -moz-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}

.news-page .news_list ul li .box .news-info .left {

  margin-top: 5px;

  padding-right: 16px;

}

.news-page .news_list ul li .box .news-info .left img {

  width: 18px;

  margin-right: 8px;

}

.news-page .news_list ul li .box .news-info .left .text {

  font-size: 16px;

  color: #555;

}

.news-page .news_list ul li .box .news-info .right a {

  display: inline-block;

  position: relative;

  padding-bottom: 1px;

  margin-bottom: -1px;

  border-bottom: 1px solid #ccc;

}

.news-page .news_list ul li .box .news-info .right a::before {

  content: "";

  position: absolute;

  left: 0;

  bottom: -1px;

  width: 0;

  height: 1px;

  background-color: var(--color);

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  -moz-transition: all 0.5s;

  transition: all 0.5s;

}

.news-page .news_list ul li .box .news-info .right a:hover::before {

  width: 100%;

}

.newdet-page {

  background: #f5f5f5;

}

.newdet-page .news_cont .title {

  font-weight: 600;

}

.newdet-page .news_cont .content {

  margin-top: 30px;

  font-size: 16px;

  line-height: 2;

  color: #555;

  font-weight: 400;

}

.newdet-page .news_cont .s_link {

  margin-top: 60px;

  border-top: 1px solid #d9d9d9;

  border-bottom: 1px solid #d9d9d9;

}

.newdet-page .news_cont .s_link .list {

  width: 50%;

  padding: 50px 0;

  padding-right: 16px;

}

.newdet-page .news_cont .s_link .list .img {

  vertical-align: middle;

  width: 80px;

}

.newdet-page .news_cont .s_link .list .img img {

  width: 100%;

}

.newdet-page .news_cont .s_link .list .cont {

  font-size: 16px;

  vertical-align: middle;

  width: -webkit-calc(10%);

  width: -moz-calc(10%);

  width: calc(100% - 90px);

  padding-left: 16px;

  color: #444;

}

.newdet-page .news_cont .s_link .list .cont a {

  display: block;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  -moz-transition: all 0.5s;

  transition: all 0.5s;

}

.newdet-page .news_cont .s_link .list .cont a:hover {

  color: var(--color);

}

.newdet-page .news_cont .s_link .list .cont .des {

  margin-top: 16px;

}

.newdet-page .news_cont .s_link .next {

  border-left: 1px solid #d9d9d9;

  padding-left: 16px;

  padding-right: 0;

}

.newdet-page .news_cont .s_link .next .cont {

  padding-left: 0;

  padding-right: 16px;

  text-align: right;

}

.newdet-page .news_cont .form_cont {

  margin-top: 50px;

}

.newdet-page .news_cont .form_cont form {

  margin-top: 16px;

}

.newdet-page .news_cont .form_cont form li input,

.newdet-page .news_cont .form_cont form li textarea {

  max-width: 100%;

  margin-bottom: 10px;

  padding: 15px 0;

  height: auto;

  background-color: transparent;

  -webkit-box-shadow: none;

  box-shadow: none;

  border-width: 0 0 1px;

  border-style: solid;

  display: block;

  width: 100%;

  line-height: 2;

  font-size: 16px;

  font-weight: 400;

  color: #555;

  background-image: none;

  border-bottom: 1px solid rgba(0, 0, 0, 0.04);

  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

}

.newdet-page .news_cont .form_cont form li input:focus,

.newdet-page .news_cont .form_cont form li textarea:focus {

  border-bottom: 1px solid var(--color);

}

.newdet-page .news_cont .form_cont form li button {

  font-weight: 600;

  display: inline-block;

  height: auto;

  padding: 14px 30px;

  border: 1px solid transparent;

  border-radius: 80px;

  background-color: var(--color);

  color: #fff;

  line-height: 20px;

  text-align: center;

  text-decoration: none;

  font-size: 16px;

}

.newdet-page .news_cont .form_cont form li button:hover {

  background-color: #000;

}

.newdet-page .news_cont .form_cont form li.wid-100 {

  width: 100%;

}

.newdet-page .news_cont .related {

  margin-top: 60px;

}

.newdet-page .news_cont .related .tips {

  font-weight: 600;

}

.newdet-page .news_cont .related .content ul {

  margin: -15px;

}

.newdet-page .news_cont .related .content ul .slick-track {

  display: flex;

}

.newdet-page .news_cont .related .content ul .slick-track .slick-slide {

  height: auto;

}

.newdet-page .news_cont .related .content ul .slick-track .slick-slide > div {

  height: 100%;

}



.newdet-page .news_cont .related .content ul li {

  padding: 15px;

  height: 100%;

}

.newdet-page .news_cont .related .content ul li .box {

  height: 100%;

  text-align: center;

  -webkit-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);

  box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);

  padding: 15px;

}

.newdet-page .news_cont .related .content ul li .box a {

  display: block;

}

.newdet-page .news_cont .related .content ul li .box .img img {

  width: 100%;

}

.newdet-page .news_cont .related .content ul li .box .title {

  color: var(--color);

  margin-top: 16px;

}

.newdet-page .news_cont .related .content ul li .box .des {

  color: #555;

  overflow: hidden;

  -o-text-overflow: ellipsis;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 3;

  -webkit-box-orient: vertical;

}

.newdet-page .news_cont .related .content ul li .box .more {

  display: inline-block;

  vertical-align: middle;

  line-height: 28px;

  height: 28px;

  padding: 0 10px;

  border: 1px solid var(--color);

  font-size: 14px;

  color: var(--color);

  margin-top: 10px;

}

.newdet-page .news_cont .related .content ul li .box .more:hover {

  color: #fff;

  background-color: var(--color);

}

.technology-page #index-body .init-2 {

  background-color: rgba(0, 0, 0, 0);

}

.technology-page .tec-1 .content {

  margin-top: 60px;

}

.technology-page .tec-1 .content ul {

  margin: 0 -10px;

}

.technology-page .tec-1 .content ul li {

  padding: 0 10px;

}

.technology-page .tec-1 .content ul li a {

  display: block;

}

.technology-page .tec-1 .content ul li a img {

  width: 100%;

}

@media (max-width: 1250px) {

  .news_cont .news_left {

    padding: 0;

    width: 100%;

  }

  .news_cont .news_right {

    display: none;

  }

  .news-page .news_list ul li .box {

    padding: 30px 16px;

  }

}

@media (max-width: 1000px) {

  .newdet-page .news_cont .s_link .list {

    width: 100%;

    padding: 20px 0;

  }

  .newdet-page .news_cont .s_link .next {

    border-left: none;

    border-top: 1px solid #d9d9d9;

    padding-left: 16px;

    padding-right: 0;

  }

  .newdet-page .news_cont .s_link .list .img {

    display: none;

  }

  .newdet-page .news_cont .s_link .list .cont {

    padding-left: 0;

  }

  .newdet-page .news_cont .s_link .next .cont {

    width: 100%;

    padding-left: 0;

  }

  .newdet-page .news_cont .s_link .next {

    padding-left: 0;

    text-align: left;

  }

  .newdet-page .news_cont .s_link .next .cont {

    text-align: left;

    padding-right: 0;

  }

}

@media (max-width: 700px) {

  .newdet-page .news_cont .form_cont form li {

    width: 100%;

  }

}

@media (max-width: 500px) {

  .news-page .news_list ul {

    margin-top: 0;

  }

  .news-page .news_list ul li {

    margin-top: 20px;

    padding: 0;

  }

  .news-page .news_list ul li .box .title {

    font-size: 20px;

  }

  .news-page .news_list ul li .box .img .date i {

    font-size: 20px;

    line-height: 1.4;

  }

  .technology-page .tec-1 .content {

    margin-top: 20px;

  }

}

.applicaation-page ul li {

  background-color: #f5f5f5;

}

.applicaation-page ul li .left {

  position: relative;

  width: 50%;

  vertical-align: middle;

  max-height: 495px;

  overflow: hidden;

  border-radius: 54px;

}

.applicaation-page ul li .left img {

  width: 100%;

}

.applicaation-page ul li .right {

  position: relative;

  width: 50%;

  vertical-align: middle;

  padding: 20px 55px 20px 105px;

}

.applicaation-page ul li .right .title {

  font-weight: 600;

  position: relative;

  padding-right: 90px;

}

.applicaation-page ul li .right .title .more7 {

  position: absolute;

  right: 0;

  width: 70px;

  height: 70px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -moz-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  border-radius: 100%;

  top: -7px;

  font-weight: 400;

  transition: all 0.5s;

}

.applicaation-page ul li .right .title .more7:hover {

  transform: scale(1.1);

}

.applicaation-page ul li .right .title .more7::before {

  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  border: 2px dashed #dbdbdb;

  border-radius: 100%;

  left: 0;

  top: 0;

  transition: all 0.5s;

  animation: xz 5s linear infinite;

}

@keyframes xz {

  0% {

    transform: rotate(0);

  }

  100% {

    transform: rotate(360deg);

  }

}

.applicaation-page ul li .right .title .more7 em {

  width: 49px;

  height: 49px;

  line-height: 49px;

  text-align: center;

  font-size: 18px;

  color: #fff;

  border-radius: 100%;

  background: #dbdbdb;

  transition: all 0.5s;

}

.applicaation-page ul li .right .des {

  margin-top: 30px;

  font-weight: 400;

}

.applicaation-page ul li:nth-child(2n) .left {

  left: 50%;

}

.applicaation-page ul li:nth-child(2n) .right {

  left: -50%;

}

.applicaation-page ul li:hover {

  background-color: var(--color);

  color: #fff;

}

.applicaation-page ul li:hover .title .more7::before {

  border: 2px dashed #fff;

}

.applicaation-page ul li:hover .title .more7 em {

  background: #fff;

  color: #000;

}

@media (max-width: 1000px) {

  .applicaation-page ul li {

    margin-top: 20px;

  }

  .applicaation-page ul li .left {

    width: 100%;

  }

  .applicaation-page ul li .right {

    width: 100%;

    padding: 20px;

  }

  .applicaation-page ul li:nth-child(2n) .left {

    left: 0;

  }

  .applicaation-page ul li:nth-child(2n) .right {

    left: 0;

  }

}

@media (max-width: 500px) {

  .applicaation-page ul li .right .des {

    margin-top: 16px;

  }

  .applicaation-page ul li .right .title .more7 {

    width: 50px;

    height: 50px;

  }

  .applicaation-page ul li .right .title {

    padding-right: 60px;

  }

  .applicaation-page ul li .right .title .more7 em {

    width: 30px;

    height: 30px;

    line-height: 30px;

  }

}

.service-page .service-1 {

  text-align: center;

}

.service-page .service-1 .container .tips {

  font-weight: 800;

  font-style: italic;

  text-transform: uppercase;

}

.service-page .service-1 .container .des {

  margin-top: 30px;

  color: #555;

}

.service-page .service-2 .img_cont {

  position: relative;

  height: 500px;

  margin-bottom: 217px;

  background: url(../images/summaryArea_main.jpg) no-repeat center;

  background-attachment: fixed;

}

.service-page .service-2 .img_cont .container {

  position: relative;

  height: 100%;

}



.service-page .service-2 .img_cont .cont_c {

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  position: absolute;

  bottom: -126px;

  left: 0;

  width: 100%;

}

.service-page .service-2 .img_cont .text {

  position: relative;

  bottom: 0;

  left: 0;

  width: 795px;

  min-height: 360px;

  border-radius: 15px;

  padding: 80px 60px;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  -webkit-box-shadow: 70px 70px 80px rgba(0, 0, 0, 0.4);

  box-shadow: 70px 70px 80px rgba(0, 0, 0, 0.4);

  color: #fff;

  -o-background-size: cover;

  background-size: cover;

  text-align: center;

  font-weight: 400;

}

.service-page .service-2 .img_cont .text .tit {

  font-weight: 600;

  margin-bottom: 20px;

}

.service-page .service-2 .img_cont .listC {

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  padding-left: 60px;

  width: calc(100% - 800px);

}

.service-page .service-2 .img_cont .listC .title2 {

  padding-left: 30px;

  color: #fff;

  font-weight: bold;

  width: calc(100% - 200px);

}

.service-page .service-2 .img_cont .cont {

  position: relative;

  text-align: center;

  width: 200px;

  color: #fff;

}

.service-page .service-2 .img_cont .cont .text2 {

  margin-top: 10px;

  font-weight: bold;

}

.service-page .service-3 .container .list {

  padding-top: 80px;

}

.service-page .service-3 .container .list .left {

  position: relative;

  width: 50%;

  vertical-align: middle;

  padding: 40px 60px;

}

.service-page .service-3 .container .list .left .tit {

  margin-bottom: 40px;

  font-weight: 600;

  display: inline-flex;

  flex-wrap: wrap;

  align-items: center;

}

.service-page .service-3 .container .list .left .tit .listC {

  width: 190px;

}

.service-page .service-3 .container .list .left .tit .listC .list2 {

  margin-top: 20px;

}

.service-page .service-3 .container .list .left .tit .listC .list2:first-child {

  margin-top: 0;

}

.service-page .service-3 .container .list .left .tit .listC img {

  margin-bottom: 10px;

  height: 40px;

}

.service-page .service-3 .container .list .left .tit .text2 {

  padding-left: 30px;

  width: calc(100% - 190px);

  text-align: center;

}

.service-page .service-3 .container .list .left .tit .greenT {

  color: var(--color);

}

.service-page .service-3 .container .list .right {

  width: 50%;

  position: relative;

  vertical-align: middle;

}

.service-page .service-3 .container .list .right img {

  width: 100%;

}

.service-page .service-3 .container .list:nth-child(2n) .left {

  left: 50%;

}

.service-page .service-3 .container .list:nth-child(2n) .right {

  left: -50%;

}



@media (max-width: 1500px) {

  .service-page .service-2 .img_cont .listC {

    width: 100%;

    margin-top: 20px;

    padding-left: 0;

  }

  .service-page .service-2 .img_cont .cont {

    color: #000;

  }

  .service-page .service-2 .img_cont .listC .title2 {

    color: #000;

    width: 100%;

    margin-top: 20px;

    padding-left: 0;

  }

}

@media (max-width: 1250px) {

  .service-page .service-2 .img_cont .cont_c {

    position: relative;

    left: 0;

  }

  .service-page .service-2 .img_cont .text {

    margin: auto;

  }

  .service-page .service-2 .img_cont .listC {

    justify-content: center;

  }

  .service-page .service-2 .img_cont .cont {

    color: #000;

  }

  .service-page .service-2 .img_cont .listC {

    padding-left: 0;

    margin: 20px auto 0;

  }

  .service-page .service-2 .img_cont .listC .title2 {

    color: #000;

    width: 100%;

    text-align: center;

    margin-left: 0;

    margin-top: 20px;

  }

  .service-page .service-3 .container .list .left .tit .listC {

    width: 100%;

  }

  .service-page .service-3 .container .list .left .tit .text2 {

    width: 100%;

    padding-left: 0;

    margin-top: 20px;

    text-align: left;

  }

}

@media (max-width: 1000px) {

  .service-page .service-2 .img_cont .cont_c {

    bottom: 0;

  }

  .service-page .service-2 .img_cont {

    height: 500px;

  }

  .service-page .service-2 .img_cont {

    background: none !important;

    height: auto;

    margin-bottom: 40px;

  }

  .service-page .service-2 .img_cont .cont {

    position: relative;

    top: 0;

    left: 0;

    margin-top: 20px;

    color: #000;

  }

  .service-page .service-2 .img_cont .text {

    width: 100%;

    position: relative;

    bottom: 0;

    top: 0;

    left: 0;

    overflow-y: auto;

    padding: 30px 16px;

  }

  .service-page .service-3 .container .list .left {

    width: 100%;

    padding: 0;

  }

  .service-page .service-3 .container .list .right {

    margin-top: 20px;

    width: 100%;

  }

  .service-page .service-3 .container .list:nth-child(2n) .left {

    left: 0;

  }

  .service-page .service-3 .container .list:nth-child(2n) .right {

    left: 0;

  }

}

@media (max-width: 500px) {

  .service-page .service-2 .img_cont .text {

    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);

    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);

  }

  .service-page .service-3 .container .list {

    padding-top: 40px;

  }

}

.faq-page {

  background-color: #f5f5f5;

}

.faq-page .container ul {

  margin: 0 -20px;

}

.faq-page .container ul li {

  width: 50%;

  margin-top: 20px;

  padding: 0 20px;

}

.faq-page .container ul li .title {

  padding: 30px 30px 30px 80px;

  cursor: pointer;

  position: relative;

  border: none;

  border: 1px solid #fff;

  margin-bottom: 0px;

  background-color: #fff;

}

.faq-page .container ul li .title::before {

  content: "\f27b";

  font-family: fontAwesome;

  font-weight: normal;

  font-size: 16px;

  position: absolute;

  top: 20px;

  left: 20px;

  background: var(--color);

  padding: 9px 14px;

  color: #fff;

}

.faq-page .container ul li .title.active {

  color: #fff;

  background: var(--color);

  border: 1px solid var(--color);

  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);

  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);

}

.faq-page .container ul li .title.active::before {

  background-color: #fff;

  color: var(--color);

}

.faq-page .container ul li .accordion-info {

  font-weight: 400;

  display: none;

  padding: 20px;

  margin-top: 0px;

  margin-left: 0px;

  background: #fff;

  font-size: 16px;

  color: #555;

}

@media (max-width: 1000px) {

  .faq-page .container ul li {

    width: 100%;

  }

}

@media (max-width: 500px) {

  .faq-page .container ul li .title {

    padding: 20px 20px 20px 60px;

  }

  .faq-page .container ul li .title::before {

    left: 6px;

  }

}

.contact-page .contact-1 {

  padding: 0 0 40px;

}

.contact-page .contact-1 span.tag {

  font-size: 16px;

  color: var(--color);

  display: block;

  line-height: 1;

  margin-bottom: 10px;

}

.contact-page .contact-1 span.tag::before {

  content: "";

  width: 15px;

  height: 2px;

  background: var(--color);

  margin-right: 5px;

  display: inline-block;

  vertical-align: super;

  position: relative;

  top: 2px;

}

.contact-page .contact-1 .title {

  font-weight: 600;

  margin-top: 10px;

}

.contact-page .contact-1 .left {

  width: 30%;

}

.contact-page .contact-1 .left .info {

  margin-top: 40px;

}

.contact-page .contact-1 .left .info ul li {

  margin-bottom: 20px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}

.contact-page .contact-1 .left .info ul li span {

  background-image: -webkit-linear-gradient(0deg, #28a7e1 0%, var(--color) 100%);

  display: block;

  padding: 6px;

  width: 90px;

  height: 90px;

  min-width: 90px;

  line-height: 80px;

  text-align: center;

  font-size: 30px;

  color: var(--color);

  border-radius: 100%;

  margin-right: 15px;

  -webkit-flex-shrink: 0;

  -ms-flex-negative: 0;

  flex-shrink: 0;

}

.contact-page .contact-1 .left .info ul li span i {

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -moz-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  background: white;

  height: 100%;

  width: 100%;

  border-radius: 100%;

}

.contact-page .contact-1 .left .info ul li h6 {

  font-size: 15px;

  color: #666;

}

.contact-page .contact-1 .left .info ul li h6 small {

  font-size: 20px;

  color: black;

  display: block;

}

.contact-page .contact-1 .right {

  width: 70%;

  padding-left: 4%;

}

.contact-page .contact-1 .right .form {

  padding: 60px;

  background: #f3f3f3;

}

.contact-page .contact-1 .right .form ul {

  margin: -10px;

}

.contact-page .contact-1 .right .form ul li {

  padding: 10px;

}

.contact-page .contact-1 .right .form ul li input,

.contact-page .contact-1 .right .form ul li textarea {

  -moz-transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

  width: 100%;

  background-color: #fff;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  border-radius: 0;

  padding: 25px;

  outline: none;

  line-height: 19px;

  border: none;

  font-size: 14px;

  caret-color: var(--color);

}

.contact-page .contact-1 .right .form ul li input::-webkit-input-placeholder,

.contact-page

  .contact-1

  .right

  .form

  ul

  li

  textarea::-webkit-input-placeholder {

  color: #999;

}

.contact-page .contact-1 .right .form ul li input:-moz-placeholder,

.contact-page .contact-1 .right .form ul li textarea:-moz-placeholder {

  color: #999;

}

.contact-page .contact-1 .right .form ul li input::-moz-placeholder,

.contact-page .contact-1 .right .form ul li textarea::-moz-placeholder {

  color: #999;

}

.contact-page .contact-1 .right .form ul li input:-ms-input-placeholder,

.contact-page .contact-1 .right .form ul li textarea:-ms-input-placeholder {

  color: #999;

}

.contact-page .contact-1 .right .form ul li input::-ms-input-placeholder,

.contact-page .contact-1 .right .form ul li textarea::-ms-input-placeholder {

  color: #999;

}

.contact-page .contact-1 .right .form ul li input::placeholder,

.contact-page .contact-1 .right .form ul li textarea::placeholder {

  color: #999;

}

.contact-page .contact-1 .right .form ul li.wid-100 {

  width: 100%;

}

.contact-page .contact-1 .right .form ul li textarea {

  height: 180px;

}



.contact-page .contact-2 .box {

  border-left: 10px solid var(--color);

  position: relative;

  z-index: 1;

  padding: 70px 100px 70px 100px;

  -webkit-transform: translateY(50%);

  -moz-transform: translateY(50%);

  -ms-transform: translateY(50%);

  -o-transform: translateY(50%);

  transform: translateY(50%);

}

.contact-page .contact-2 .box:after {

  content: "";

  z-index: -1;

  background: #f4f4f4;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  position: absolute;

}

.contact-page .contact-2 .box span.tag {

  color: var(--color);

}

.contact-page .contact-2 .box span.tag:before {

  display: none;

}

.contact-page .contact-2 .box h2.title {

  color: #000;

  font-size: 36px;

}

.contact-page .contact-2 .box .left {

  width: 70%;

  vertical-align: middle;

}

.contact-page .contact-2 .box .right {

  vertical-align: middle;

  width: 30%;

  text-align: right;

}

.contact-page .contact-2 .box .right a {

  padding: 14px 35px;

  font-size: 18px;

  color: #fff;

  -webkit-transition: 0.5s;

  -moz-transition: 0.5s;

  -o-transition: 0.5s;

  transition: 0.5s;

  border-radius: 50px;

  background: var(--color);

  display: inline-block;

  z-index: 1;

  position: relative;

  border: 1px solid var(--color);

  text-align: center;

}

.contact-page .contact-2 .box .right a:hover {

  background-color: #000;

}

.contact-page .contact-3 {

  position: relative;

  z-index: 0;

}

.contact-page .contact-3 .button-group .button {

  background: var(--color);

}

.contact-page .contact-3 #mapContainer {

  -webkit-filter: grayscale(0.5);

  filter: grayscale(0.5);

}

@media (max-width: 1000px) {

  .contact-page .contact-1 .left {

    width: 100%;

  }

  .contact-page .contact-1 .right {

    margin-top: 40px;

    width: 100%;

    padding: 0;

  }

  .contact-page .contact-2 .box {

    padding: 20px 16px;

  }

  .contact-page .contact-2 .box .left {

    width: 100%;

  }

  .contact-page .contact-2 .box .right {

    width: 100%;

    text-align: left;

    margin-top: 20px;

  }

}

@media (max-width: 700px) {

  .contact-page .contact-2 .box {

    -webkit-transform: translateY(0);

    -moz-transform: translateY(0);

    -ms-transform: translateY(0);

    -o-transform: translateY(0);

    transform: translateY(0);

  }

  .contact-page .contact-3 {

    margin-top: 40px;

  }

}

@media (max-width: 500px) {

  .contact-page .contact-1 .left .info ul li span {

    width: 70px;

    min-width: 70px;

    height: 70px;

  }

  .contact-page .contact-1 .right .form {

    padding: 30px 16px;

  }

  .contact-page .contact-2 .box h2.title {

    font-size: 24px;

    line-height: 1.6;

  }

}



.seoPublic .title {

  font-size: 36px;

  font-weight: bold;

  line-height: 1.4;

  margin-bottom: 2em;

}



.seoPublic > div {

  padding: 60px 0;

}



.seoPublic > div:nth-child(odd) {

  background: #fafafa;

}



.seoPublic .Auxil-about .box {

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

}



.seoPublic .Auxil-about .box .left {

  width: 40%;

}



.seoPublic .Auxil-about .box .left .img {

  height: 100%;

  background-size: cover;

  background-position: center center;

  display: block;

}



.seoPublic .Auxil-about .box .left img {

  width: 100%;

  display: block;

}



.seoPublic .Auxil-about .box .right {

  width: 60%;

  padding-left: 5%;

  padding-top: 20px;

  padding-bottom: 20px;

}



.seoPublic .Auxil-about .box .right div.h3 {

  font-size: 40px;

  font-weight: 600;

  line-height: 1.5;

  margin-bottom: 1em;

}



.seoPublic .Auxil-about .box .right .text {

  font-size: 16px;

  line-height: 1.8;

  color: #666;

  max-height: 400px;

  overflow: auto;

}



.seoPublic .Auxil-honor .list ul {

  margin: -10px;

}



.seoPublic .Auxil-honor .list ul li {

  padding: 10px;

}



.seoPublic .Auxil-honor .list ul li a {

  display: block;

}



.seoPublic .Auxil-honor .list ul li a img {

  width: 100%;

}



.seoPublic .Auxil-news .list ul {

  margin: -13px;

}



.seoPublic .Auxil-news .list ul li {

  padding: 13px;

}



.seoPublic .Auxil-news .list ul li a.img-box {

  display: block;

  background-size: cover;

  background-position: center center;

}



.seoPublic .Auxil-news .list ul li a.img-box img {

  width: 100%;

}



.seoPublic .Auxil-news .list ul li .content {

  margin-top: 30px;

}



.seoPublic .Auxil-news .list ul li .content div.h6 {

  font-size: 26px;

  line-height: 1.6;

  font-weight: 700;

  -webkit-transition: 0.5s;

  -moz-transition: 0.5s;

  transition: 0.5s;

}



.seoPublic .Auxil-news .list ul li .content div.h6:hover {

  color: var(--color);

}



.seoPublic .Auxil-news .list ul li .content time {

  font-size: 14px;

  margin-top: 0.5em;

  display: block;

}



.seoPublic .Auxil-news .list ul li .content p {

  font-weight: 300;

  font-size: 16px;

  line-height: 1.8;

  margin: 1em 0;

}



.seoPublic .Auxil-news .list ul li .content a.link {

  font-weight: 300;

  font-size: 16px;

  text-transform: uppercase;

  line-height: 1;

  -webkit-transition: 0.5s;

  -moz-transition: 0.5s;

  transition: 0.5s;

  border-bottom: 1px solid transparent;

  display: inline-block;

}



.seoPublic .Auxil-news .list ul li .content a.link:hover {

  border-color: var(--color);

  color: var(--color);

}



.seoPublic .Auxil-form .form ul {

  margin: -10px;

}



.seoPublic .Auxil-form .form ul li {

  padding: 10px;

}



.seoPublic .Auxil-form .form ul li input,

.seoPublic .Auxil-form .form ul li textarea {

  display: block;

  width: 100%;

  border: 1px solid #eee;

  font-size: 16px;

  padding: 8px 15px;

  -webkit-transition: 0.5s;

  -moz-transition: 0.5s;

  transition: 0.5s;

}



.seoPublic .Auxil-form .form ul li textarea {

  height: 100px;

}



.seoPublic .Auxil-form .form ul li input:focus,

.seoPublic .Auxil-form .form ul li textarea:focus {

  border-color: var(--color);

}



.seoPublic .Auxil-form .form ul li.wid-100 {

  width: 100%;

}



.seoPublic .Auxil-form .form ul li input[type="submit"] {

  width: auto;

  display: inline-block;

  padding-left: 25px;

  padding-right: 25px;

  background: var(--color);

  color: whitesmoke;

  border: none;

}



.seoPublic .Auxil-form .form ul li input[type="submit"]:hover {

  background: #222;

}



.seoPublic .seoIndustry .text {

  font-size: 16px;

  line-height: 1.8;

  color: #666;

}



.seoPublic .text a {

  color: var(--color);

}



.seoPublic .text a:hover {

  text-decoration: underline;

}



.seoPublic .Auxil-through {

  padding: 15px 0;

  background: none !important;

}



.seoPublic .Auxil-through a {

  display: inline-block;

  line-height: 40px;

  height: 40px;

  padding: 0 25px;

  font-size: 14px;

  color: black;

  border: 1px solid #eee;

  background: #f8f8f8;

  -webkit-transition: 0.5s;

  -moz-transition: 0.5s;

  transition: 0.5s;

}



.seoPublic .Auxil-through a:hover {

  background: var(--color);

  color: white;

}



.seoPublic .Auxil-related .list ul {

  margin: -20px -25px;

}



.seoPublic .Auxil-related .list ul li {

  padding: 20px 25px;

}



.seoPublic .Auxil-related .list ul li .box {

  display: block;

  background: white;

  -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);

  -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);

  box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);

}



.seoPublic .Auxil-related .list ul li .box a.img-box {

  display: block;

}



.seoPublic .Auxil-related .list ul li .box .content {

  display: block;

  padding: 20px;

  text-align: center;

}



.seoPublic .Auxil-related .list ul li .box .content div.h3 {

  font-size: 22px;

  color: #111;

  font-weight: 500;

  -webkit-transition: 0.5s;

  -moz-transition: 0.5s;

  transition: 0.5s;

}



.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {

  color: var(--color);

}



.seoPublic .Auxil-related .list ul li .box .content p {

  display: block;

  font-size: 16px;

  color: #888;

  line-height: 1.6;

  font-weight: 400;

  margin: 0.5em 0;

  height: 4.8em;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 3;

  overflow: hidden;

}



.seoPublic .Auxil-related .list ul li .box .content a.more {

  display: inline-block;

  vertical-align: middle;

  line-height: 40px;

  height: 40px;

  padding: 0 20px;

  border: 1px solid var(--color);

  font-size: 16px;

  font-weight: 700;

  -webkit-transition: 0.5s;

  -moz-transition: 0.5s;

  transition: 0.5s;

  color: var(--color);

}



.seoPublic .Auxil-related .list ul li .box .content a.more i {

  margin-left: 5px;

}



.seoPublic .Auxil-related .list ul li .box .content a.more:hover {

  color: white;

  background: var(--color);

}



@media screen and (max-width: 1400px) {

  .seoPublic .title {

    font-size: 28px;

    margin-bottom: 1.5em;

  }



  .seoPublic .Auxil-about .box .right div.title,

  .seoPublic .Auxil-related .list ul li .box .content div.h3 {

    font-size: 20px;

  }



  .seoPublic .Auxil-form .form ul li input,

  .seoPublic .Auxil-form .form ul li textarea,

  .seoPublic .Auxil-about .box .right .text,

  .seoPublic .Auxil-news .list ul li .content p,

  .seoPublic .seoIndustry .text,

  .seoPublic .Auxil-related .list ul li .box .content p {

    font-size: 14px;

  }



  .seoPublic .Auxil-news .list ul li .content div.h6 {

    font-size: 18px;

  }



  .seoPublic .Auxil-related .list ul li .box .content a.more {

    font-size: 14px;

    line-height: 34px;

    height: 34px;

    padding: 0 15px;

  }



  .seoPublic .Auxil-related .list ul li {

    padding: 15px;

  }



  .seoPublic .Auxil-related .list ul {

    margin: -15px;

  }

}



@media screen and (max-width: 1000px) {

  .seoPublic .title {

    font-size: 24px;

    margin-bottom: 1em;

  }



  #cp-Nav {

    display: block;

  }



  #cp-Nav .nav {

    padding: 0 15px;

  }



  #cp-Nav .nav div.title {

    font-size: 18px;

    font-weight: bold;

    padding: 8px 10px;

    background: var(--color);

    border-radius: 5px;

    color: white;

  }



  #cp-Nav .nav i.mask {

    width: 100%;

    height: 100%;

    position: fixed;

    top: 0;

    left: 0;

    z-index: 230;

    background: rgba(0, 0, 0, 0.2);

  }



  #cp-Nav .nav > ul {

    display: none;

  }



  #cp-Nav .nav ul {

    position: fixed;

    top: 10%;

    max-height: 80%;

    left: 5%;

    width: 90%;

    padding: 20px;

    border-radius: 5px;

    background: white;

    z-index: 300;

    font-size: 16px;

    overflow: auto;

  }



  #cp-Nav .nav ul ul {

    padding: 0 10px;

    font-size: 14px;

    position: static;

    max-height: none;

    width: 100%;

    margin: 10px 0;

  }



  #cp-Nav .nav ul li a {

    display: block;

    padding: 5px 0;

    line-height: 28px;

  }



  .seoPublic .Auxil-about .box {

    display: block;

  }



  .seoPublic .Auxil-about .box .right {

    width: 100%;

    padding: 0;

    margin-top: 20px;

  }



  .seoPublic .Auxil-about .box .left {

    width: 100%;

    padding: 0;

  }



  .seoPublic .Auxil-about .box .left .img {

    height: 300px;

  }



  .seoPublic .Auxil-about .box .right div.h3 {

    font-size: 18px;

  }



  .seoPublic > div {

    padding: 30px 0;

  }



  .seoPublic .Auxil-about .box .right .text {

    max-height: none;

  }

}

/*seo*/

#footer .copyright span {

  width: 732px;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

}

.jinji h1 {

  display: inline;

}

h1.cat_name.font-36.wow.fadeInUp.Auxil-h1 {

  font-size: 28px;

}

.seoPublic .Auxil-about .box .right .text a {

  color: #666;

}

.seoPublic .seoIndustry .text a {

  color: #666;

}

@media screen and (max-width: 1000px) {

  #footer .copyright span {

    width: 100%;

    white-space: normal;

  }

  a.yiti,

  .seoIndustry.Auxil-industry {

    display: none !important;

  }

}

a.yjbiao {

  margin-top: 10px;

  font-size: 18px;

}

.yjmiao {

  font-size: 15px;

  line-height: 2;

  color: silver;

}

a.protitle {

  font-size: 15px;

}

