.page_ban {
  position: relative;
  width: 100%;
  padding-top: 33%;
  /* margin-top: 40px; */
}
.page_ban:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
}
/* .page_ban .w80 {
  position: relative;
  z-index: 2;
}
.page_ban .w80 h3 {
  font-size: 30px;
  color: #fff;
}
.page_ban .w80 h4 {
  font-size: 38px;
  font-weight: bold;
  font-family: "arial";
  color: #fff;
  text-transform: uppercase;
} */
.page_ban .text {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  -webkit-transform: translateY(-40%);
     -moz-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
       -o-transform: translateY(-40%);
          transform: translateY(-40%);
}
.page_ban .text h3 {
  font-size: .38rem;
  padding: .4rem 0 .5rem;
  color: #fff;
  text-align: center;
}
.page_ban .text h4 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  font-size: 1.08rem;
  line-height: 1;
  font-weight: bold;
  font-family: "arial";
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  opacity: 0.2;
}
.page_ban .text i {
  display: block;
  font-size: 24px;
  color: #fff;
  text-align: center;
  opacity: 0.8;
}

.page_nav {
  position: relative;
  top: -35px;
  left: 10%;
  width: 90%;
  border-bottom: 1px solid #eee;
  /* border-left: 1px solid #eee; */
  background-color: #fff;
  margin-bottom: 0.5rem;
}
.page_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  float: left;
  width: 60%;
}
.page_nav li {
  width: 25%;
  border-right: 1px solid #eee;
}
.page_nav li a {
  position: relative;
  display: block;
  text-align: center;
  color: #777;
  font-size: 18px;
  line-height: 70px;
  white-space: nowrap;
  padding: 0 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.page_nav li a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 0px;
  background-color: #004557;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.page_nav li.on a {
  color: #fff;
  background-color: #004557;
}
.page_nav li a:hover:after {
  height: 5px;
}

.page_nav .mob_page_nav {
  display: none;
}

.location {
  float: right;
  margin-right: 11.1%;
}
.location i {
  display: inline-block;
  text-align: center;
  color: #777;
  font-size: 14px;
  line-height: 70px;
  margin-right: 5px;
}
.location a {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #777;
  font-size: 14px;
  line-height: 70px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.location span {
  display: inline-block;
  color: #777;
  font-size: 14px;
  line-height: 70px;
  margin: 0 5px;
}
.location a:hover {
  color: #333;
}
.page_title {
  text-align: center;
  margin-bottom: 55px;
}
.page_title h5 {
  font-size: 32px;
  color: #333;
}

/*about*/

.about {
  margin-bottom: 120px;
}
.about p {
  font-size: 16px;
  line-height: 35px;
  color: #666;
  /*text-indent: 2em;*/
  margin-bottom: 0.2rem;
}
.about .img {
  float: left;
  width: 45%;
  margin-right: 30px;
}
.about .img img {
  display: block;
}

/*about us*/
.dw {
  position: absolute;
  top: -100px;
}
.about_main1 {
  position: relative;
  padding: 1rem 0 1.5rem;
  background: url(../images/about1_bg.png) no-repeat center;
}
.about_main1 .w80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about_main1 .text {
  width: 42.5%;
}
.about_main1 .text h3 {
  font-size: 42px;
  font-weight: bold;
}
.about_main1 .text span {
  display: block;
  width: 40px;
  height: 5px;
  background-color: #004557;
  margin: 0.4rem 0;
  border-radius: 3px;
}
.about_main1 .text p {
  font-size: 15px;
  text-align: justify;
  line-height: 2;
  color: #333;
}
.about_main1 .img {
  width: 50%;
}

.about_main2 {
  position: relative;
  margin-bottom: 1rem;
}
.about_main2 .about_tl {
  text-align: center;
  margin-bottom: 0.8rem;
}
.about_main2 .about_tl h3 {
  font-size: 42px;
  font-weight: bold;
}
.about_main2 .about_tl span {
  display: block;
  width: 40px;
  height: 5px;
  background-color: #004557;
  margin: 0.4rem auto;
  border-radius: 3px;
}
.about_main2 .content ul {
  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;
}
.about_main2 .content li {
  width: 33.33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about_main2 .content li:nth-child(2) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.about_main2 .content li .img {
  position: relative;
  padding-bottom: 55%;
  overflow: hidden;
}
.about_main2 .content li img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about_main2 .content li .text {
  position: relative;
  padding-bottom: 55%;
}
.about_main2 .content li .text .box {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 10%;
}
.about_main2 .content li .text h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.about_main2 .content li .text p {
  font-size: 18px;
  color: #666;
}

/*newslist*/
.newsli {
  margin-bottom: 120px;
}
.newsli li {
  max-width: 100%;
  margin-bottom: 10px;
  border: 1px solid #eee;
}
.newsli li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 2%;
  background: #f5f5f5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.newsli li .img {
  position: relative;
  overflow: hidden;
  width: 25%;
  padding-bottom: 15%;
  /* height: 200px; */
  overflow: hidden;
}
.newsli li .img img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.newsli li .text {
  width: 70%;
}
.newsli li .text h3 {
  font-size: 22px;
  color: #666;
  overflow: hidden;
  height: 35px;
  line-height: 35px;
  margin: 10px 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.newsli li .text p {
  font-size: 16px;
  color: #999;
  line-height: 35px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.newsli li .text span.sj2 {
  display: block;
  font-size: 16px;
  color: #666;
  margin: 0.2rem 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.newsli li .date {
  display: none;
  width: 11%;
  float: right;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
  margin-top: 35px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.newsli li .date .sj {
  float: left;
  text-align: center;
  width: 70%;
  padding-left: 15%;
}
.newsli li .date .sj p {
  font-size: 30px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #666;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.newsli li .date .sj span {
  color: #999;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.newsli li .date .more {
  float: right;
  text-align: right;
  display: block;
  width: 30%;
  color: #ddd;
  font-size: 35px;
  line-height: 64px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.newsli li a:hover {
  background-color: #004557;
}
.newsli li a:hover .text h3 {
  color: #fff;
}
.newsli li a:hover .text span.sj2 {
  color: #fff;
}
.newsli li a:hover .text p {
  color: #fff;
}
.newsli li a:hover .date {
  border-left-color: #fff;
}
.newsli li a:hover .date p {
  color: #fff;
}
.newsli li a:hover .date span {
  color: #fff;
}
.newsli li a:hover .date .more {
  color: #fff;
}

/*news*/

.news .news_tl {
  padding-top: 35px;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.news .news_tl h3 {
  font-size: 24px;
  color: #222;
  font-weight: bold;
  margin-bottom: 15px;
}
.news .news_tl span {
  display: block;
  font-size: 14px;
  color: #999;
  margin: 10px 0 20px;
}
.news .news_con {
  margin-bottom: 20px;
}
.news .news_con p {
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 40px;
}
.news .fy {
  border-top: 1px solid #ccc;
  text-align: left;
  padding-top: 10px;
  margin-bottom: 50px;
}
.news .fy p {
  float: left;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.news .fy p:last-child {
  float: right;
}
.news .fy a {
  display: inline-block;
  font-size: 14px;
  color: #666;
}
.news .fy a:hover {
  color: #004557;
}

/*photo*/

.photoli {
  margin-bottom: 120px;
}
.photoli h3 {
  font-size: 30px;
  margin-bottom: 40px;
  color: #222;
}
.photoli ul{
  display: flex;
  flex-wrap: wrap;
}
.photoli li {
  width: 23%;
  margin-right: 2.33%;
  margin-bottom: 30px;
}
.photoli li:nth-child(4n) {
  margin-right: 0px;
}
.photoli li a {
  display: block;
  position: relative;
  border: 1px solid #f5f5f5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.photoli li .img{
  position: relative;
  width: 100%;
  padding-bottom: 140%;
  overflow: hidden;
  background-color: #fff;
}
.photoli li img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 95%;
  max-height: 95%;
  transform: translate(-50%,-50%);
  /* object-fit: cover; */
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.photoli li span {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  font-size: 60px;
  color: #fff;
  font-family: "宋体";
  border-radius: 100%;
  border: 2px solid #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.photoli li h5 {
  line-height: 55px;
  font-size: 18px;
  color: #222;
  text-align: center;
  background-color: #f6f6f6;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.photoli li a:hover {
  background-color: #004557;
}
.photoli li a:hover .img {
  opacity: 0.2;
}
.photoli li a:hover img {
  /* opacity: 0.2; */
}
.photoli li a:hover span {
  opacity: 1;
}
.photoli li a:hover h5 {
  color: #fff;
  background-color: #004557;
}

.photoli1 {
  margin-bottom: 120px;
}
.photoli1 h3 {
  font-size: 30px;
  margin-bottom: 40px;
  color: #222;
}
.photoli1 li {
  float: left;
  width: 23%;
  margin-right: 2.666%;
  margin-bottom: 30px;
}
.photoli1 li:nth-child(4n) {
  margin-right: 0px;
}
.photoli1 li a {
  display: block;
  position: relative;
  padding: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #dadada;
}
.photoli1 li .photoli1_con {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  line-height: 28px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(33, 109, 204, 0.7);
}
.photoli1 li .img {
  font-size: 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
.photoli1 li .img img {
  display: inline-block;
  vertical-align: middle;
}
.photoli1 li span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  font-size: 60px;
  color: #fff;
  font-family: "宋体";
  border-radius: 100%;
  border: 2px solid #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.photoli1 li h5 {
  position: absolute;
  width: 100%;
  bottom: 10px;
  line-height: 28px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.photoli1 li a:hover .photoli1_con {
  opacity: 1;
}
/*.photoli1 li a:hover img{
  opacity: 0.2;
}*/
.photoli1 li a:hover span {
  opacity: 1;
}
.photoli1 li a:hover h5 {
  opacity: 1;
}
.photoli1 .text {
  margin-bottom: 85px;
  background: url(../images/photoli1_ico1.png) no-repeat right top;
}
.photoli1 .text p {
  font-size: 14px;
  line-height: 30px;
  color: #777;
  width: 48%;
}

/*productlist*/
.proli {
  position: relative;
  min-height: 100px;
  /*padding-left: 16%;*/
  padding-left: 360px;
  margin-bottom: 100px;
  min-height: 400px;
}

.pro_left {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 320px;
  /* border: 1px solid #ddd; */
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); */
}
.pro_left h3 {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 2.5;
  padding-left: 20px;
  background-color: #004557;
  /* border-bottom: 1px solid #ddd; */
}
.pro_left ul {
  padding: 10px 20px;
  border: 1px solid #ddd;
}
.pro_left li {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.pro_left li:last-child {
  border-bottom: 0px;
}
.pro_left li > a {
  display: block;
  font-size: 16px;
  line-height: 48px;
  color: #333;
  /* padding-left: 20px; */
}
.pro_left li .ico {
  display: none;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 48px;
  height: 48px;
  cursor: pointer;
}
.pro_left li.cur .ico {
  display: block;
}
.pro_left li .ico p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: #999;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.pro_left li .ico p:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.pro_left li.on .ico p {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -moz-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  -o-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.pro_left li.on .ico p:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
  -moz-transform: translate(-50%, -50%) rotate(360deg);
  -ms-transform: translate(-50%, -50%) rotate(360deg);
  -o-transform: translate(-50%, -50%) rotate(360deg);
  transform: translate(-50%, -50%) rotate(360deg);
}

.pro_left li .ico:hover p {
  background-color: #004557;
}
.pro_left li dl {
  display: none;
}
.pro_left li dd > a {
  display: block;
  font-size: 14px;
  line-height: 32px;
  color: #666;
  padding-left: 15px;
}
.pro_left li a:hover{
  color: #004557;
}
.proli_nav_mob{
  display: none;
}

.proli .proli_con ul {
  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;
}
.proli .proli_con li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
  background: #f5f5f5;
  border: 1px solid #eee;
}
.proli .proli_con li:nth-child(3n) {
  margin-right: 0px;
}
.proli .proli_con li a {
  display: block;
}
.proli .proli_con li a .img {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  /*padding: 20px;*/
  font-size: 0px;
  text-align: center;
}
.proli .proli_con li a .img img {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  max-height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.proli .proli_con li .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgb(0 69 87 / 60%);
}
.proli .proli_con li h3 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
  line-height: 48px;
  text-align: center;
}
.proli .proli_con li h3 i {
  font-size: 24px;
  line-height: 48px;
  vertical-align: top;
  margin-right: 5px;
}
.proli .proli_con li h5 {
  font-size: 16px;
  line-height: 48px;
  color: #333;
  background-color: #fff;
  padding: 0 5px;
  text-align: center;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/*.proli .proli_con li a:hover .img img{
  transform: scale(1.1);
}
.proli .proli_con li a:hover .text:after{
  height: 49px;
}
.proli .proli_con li a:hover .text p{
  color: #fff;
}*/
.proli .proli_con li a:hover .text {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.proli .proli_con li a:hover h5 {
  color: #fff;
  background-color: #004557;
}

/*product*/
.procon {
  position: relative;
  min-height: 100px;
  padding-left: 360px;
  margin-bottom: 100px;
  min-height: 400px;
}
.procon_tl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: .5rem;
}
.procon_tl .img{
  width: 40%;
  /* padding: .1rem; */
  border: .1rem solid #f5f5f5;
  background-color: #fff;
}
.procon_tl .img img{
  display: block;
}
.procon_tl .text{
  width: 55%;
}
.procon_tl .text h3{
  font-size: .32rem;
  font-weight: bold;
  color: #004557;
  margin-bottom: .5rem;
}
.procon_tl .text .btn{
  display: flex;
  padding-bottom: .3rem;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: .2rem;
}
.procon_tl .text .fy p{
  font-size: 16px;
  line-height: 2;
  color: #666;
}
.procon_tl .text .fy a{
  display: inline-block;
  color: #666;
  transition: all .3s;
}
.procon_tl .text .fy a:hover{
  color: #004557;
}
.procon_tl .text .btn a{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00867a;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  line-height: 2;
  text-align: center;
  margin-right: 30px;
  border-radius: 5px;
  transition: all .3s;
}
.procon_tl .text .btn a:last-child{
  margin-right: 0;
}
.procon_tl .text .btn a:hover{
  background-color: #004557;
}
.procon_tl .text .btn i{
  font-size: 20px;
  margin-right: 5px;
}
.procon .desc{
  text-align: center;
}
.procon .desc .title{
  display: flex;
  background-color: #f5f5f5;
  margin-bottom: .4rem;
}
.procon .desc .title h3{
  font-size: 20px;
  color: #fff;
  line-height: 2.2;
  font-weight: bold;
  padding: 0 30px;
  background-color: #004557;
}

/*contact*/
.contact {
  padding: 0 20px;
  margin-bottom: 100px;
}
.contact .text {
  /*float: left;*/
  /*width: 30%;*/
  margin-bottom: 40px;
}
.contact .text p {
  font-size: 14px;
  line-height: 30px;
  color: #777777;
  text-align: justify;
}
.contact .text .fk h3 {
  font-size: 32px;
  line-height: 32px;
  color: #004557;
  margin-bottom: 40px;
  text-align: center;
}
.contact .text .fk ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact .text .fk ul li {
  width: 31%;
  text-align: center;
  height: 160px;
  padding: 20px 0 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/*.contact .text .fk ul li:nth-child(1){
  margin-bottom: 20px;
}*/
/*.contact .text .fk ul li .ico{
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #004557;
  padding: 6px;
  margin: 0 auto 10px;
}
.contact .text .fk ul li .ico img{
  display: block;
}*/
.contact .text .fk ul li .iconfont {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #004557;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin: 0 auto 10px;
}
.contact .text .fk ul li h5 {
  font-size: 22px;
  color: #333;
  margin-bottom: 5px;
}
.contact .text .fk ul li p {
  font-size: 16px;
  color: #999;
  text-align: center;
}

.contact .map {
  /*float: right;*/
  /*width: 68%;*/
  height: 300px;
  border: 1px solid #ccc;
  margin-bottom: 40px;
}
.contact .gbook h3 {
  font-size: 24px;
  font-weight: bold;
  color: #004557;
  margin-bottom: 15px;
}
.contact .gbook p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  margin-bottom: 30px;
}
.contact .gbook li {
  position: relative;
  float: left;
  width: 31%;
  height: 38px;
  margin-right: 3.5%;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding-left: 100px;
}
.contact .gbook li:nth-child(3) {
  margin-right: 0px;
}
.contact .gbook li:nth-child(4) {
  /*float: none;*/
  width: 100%;
  height: auto;
  padding-left: 0px;
}
.contact .gbook li h5 {
  position: absolute;
  left: 10px;
  font-size: 16px;
  color: #666;
  line-height: 32px;
}
.contact .gbook li input {
  border: 0px;
  line-height: 36px;
  width: 100%;
  outline: none;
}
.contact .gbook li textarea {
  border: 0px;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  padding: 10px 10px;
  outline: none;
}
.contact .gbook button {
  display: block;
  width: 120px;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  border: 0px;
  cursor: pointer;
  background-color: #666;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.contact .gbook button:hover {
  background-color: #004557;
}

/*gbook*/
.gbook {
  margin-bottom: 0px;
  background: url(../images/gbook_img1.png) no-repeat right 20px bottom 20px;
  -o-background-size: 500px auto;
  background-size: 500px auto;
}
.gbook .con {
  float: left;
  width: 60%;
}
.gbook .con li {
  position: relative;
  margin-bottom: 10px;
  float: left;
  width: 49.5%;
  background: #f5f5f5;
  border: 1px solid #eee;
  position: relative;
  padding-left: 10px;
  margin-right: 1%;
}
.gbook .con li:nth-child(2n) {
  margin-right: 0px;
}
.gbook .con li:nth-child(5) {
  width: 100%;
  margin-right: 0px;
}
.gbook .con li input {
  border: none;
  background: none;
  background-color: transparent;
  width: 100%;
  color: #333;
  font-size: 16px;
  outline: none;
  height: 50px;
}
.gbook .con li input[type="text"]:-webkit-autofill {
  -webkit-text-fill-color: #333;
  -webkit-box-shadow: 0 0 0px 50px #f5f5f5 inset !important;
  box-shadow: 0 0 0px 50px #f5f5f5 inset !important;
}
.gbook .con li textarea {
  height: 300px;
  border: none;
  background: none;
  background-color: transparent;
  width: 100%;
  color: #333;
  outline: none;
  font-size: 16px;
  padding: 5px 0;
}
.gbook .con li img {
  position: absolute;
  top: 0;
  right: 0px;
  height: 100%;
}
.gbook .con button {
  cursor: pointer;
  border: none;
  width: 25%;
  height: 50px;
  font-size: 14px;
  color: #fff;
  background: #4c4948;
  float: left;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.gbook .con button:hover {
  background: #004557;
}

.gbook .text {
  float: right;
  width: 36%;
}
.gbook .text p {
  font-size: 16px;
  line-height: 35px;
  color: #444;
  text-indent: 2em;
}
.gbook .text h5 {
  font-weight: bold;
  font-size: 36px;
  color: #004557;
  padding-bottom: 40px;
}
.gbook .text h5 i {
  font-weight: bold;
  font-size: 36px;
  color: #004557;
  margin-right: 10px;
}

/*case*/
.caseli {
  margin-bottom: 60px;
}
.caseli ul {
  display: flex;
  flex-wrap: wrap;
}
.caseli li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.caseli li:nth-child(3n) {
  margin-right: 0px;
}
.caseli li a {
  position: relative;
  display: block;
  background-color: #f5f5f5;
}
.caseli li .img {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
}
.caseli li .img img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.caseli li .text h3 {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  transition: all 0.3s;
}
.caseli li a:hover .text h3 {
  color: #fff;
  background: #004557;
}

/*case1*/
.caseli1 li {
  margin-bottom: 20px;
}
.caseli1 li a {
  position: relative;
  display: block;
  background-color: #f5f5f5;
}
.caseli1 li a:before {
  content: "";
  bottom: 0px;
  left: 30%;
  position: absolute;
  width: 0px;
  height: 3px;
  background-color: #004557;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.caseli1 li .img {
  float: left;
  width: 30%;
  height: 280px;
  overflow: hidden;
}
.caseli1 li .img img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.caseli1 li .text {
  float: right;
  width: 70%;
  height: 100%;
  padding: 40px 5%;
}
.caseli1 li .text h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.caseli1 li p {
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
.caseli1 li:nth-child(2n) .img {
  float: right;
}
.caseli1 li:nth-child(2n) .text {
  float: left;
}
.caseli1 li:nth-child(2n) a:before {
  left: 0px;
}

.caseli1 li a:hover:before {
  width: 70%;
}
.caseli1 li a:hover .text h3 {
  color: #004557;
}
.caseli1 li a:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}


