* {
  /*box-sizing:content-box;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #000;
}
* {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-family: "微软雅黑", arial, Helvetica, sans-serif;
}
li {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
img {
  border: 0px;
  max-width: 100%;
  display: inline-block;
}

/*图标字体*/
@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.woff2?t=1688373229607") format("woff2"),
    url("../fonts/iconfont.woff?t=1688373229607") format("woff"),
    url("../fonts/iconfont.ttf?t=1688373229607") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.clear:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.w95 {
  width: 95%;
  margin: 0 auto;
}
.w80 {
  width: 80%;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.left {
  float: left;
}
.right {
  float: right;
}

/*.flexslider{
  height: 560px;
}
.flexslider .slides li{
  height: 560px;
  background-size: auto 100% !important;
}*/
.flexslider .slides li img {
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover;
}

/*head*/
.top {
  display: none;
}
.top_h {
  display: none;
}
.menu {
  display: none;
}

.head_h {
  height: 100px;
}

.head {
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  height: 100px;
  text-align: center;
}
.head .logo {
  position: relative;
  float: left;
}
.head .logo a {
  display: block;
  line-height: 100px;
}
.head .logo img {
  display: inline-block;
  vertical-align: middle;
}

.head .nav {
  display: inline-block;
}
.head .nav li {
  position: relative;
  display: inline-block;
  margin: 0 30px;
}
.head .nav li > a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #494949;
  line-height: 100px;
  padding: 0 10px;
  transition: all 0.3s;
}
.head .nav li > a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 100%;
  height: 4px;
  background-color: #007078;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.5s;
}
.head .nav li > a:hover {
  color: #007078;
}
.head .nav li.on > a:after,
.head .nav li:hover > a:after {
  opacity: 1;
}
.head .nav ul li .xl {
  display: none;
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 100px;
  min-width: 100%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.xl_bg {
  display: none;
  position: fixed;
  z-index: 8;
  top: 100px;
  left: 0px;
  width: 100%;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.head .nav ul li .xl dd {
  display: inline-block;
  margin: 0 10px;
}
.head .nav ul li .xl a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 70px;
  color: #666;
  text-align: left;
  padding: 0 10px;
  transition: all 0.3s;
}
.head .nav ul li .xl a:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  border: 4px solid transparent;
  border-left: 8px solid #007078;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s;
}
.head .nav ul li .xl a:hover {
  color: #007078;
}
.head .nav ul li .xl a:hover:after {
  opacity: 1;
  left: -5px;
}
.head .search_btn {
  float: right;
  width: 100px;
  height: 100px;
  line-height: 120px;
  background-color: #007078;
  text-align: center;
  vertical-align: middle;
}
.head .search_btn a {
  display: block;
  height: 100%;
}
.head .search_btn img {
  display: inline-block;
  width: 25px;
  height: 25px;
}
.head_search {
  display: none;
  position: fixed;
  z-index: 19;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 45px;
  width: 768px;
  height: 140px;
}
.head_search form {
  position: relative;
}
.head_search input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ddd;
  outline: 0;
  padding: 0 70px 0 20px;
  font-size: 14px;
  color: #666;
}
.head_search button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  border: 0px;
  cursor: pointer;
  background: url(../images/search_ico_b.png) no-repeat center;
  background-size: 22px;
}
.head_search .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.head_search .close:after,
.head_search .close:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 2px;
  line-height: 20px;
  background-color: #999;
  transform: rotate(45deg);
}
.head_search .close:before {
  transform: rotate(-45deg);
}
.search_bg {
  display: none;
  position: fixed;
  z-index: 18;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

/*index*/

.index_bg {
  background-color: #f8f8f8;
}

.inbanner .swiper-slide {
  /*height: 650px;*/
  /*background-size: cover !important;*/
}
.inbanner .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.inbanner .swiper-slide a img {
  /*display: block;
  max-width: none;*/
}

.inbanner .swiper-pagination-bullet {
  width: 40px;
  height: 6px;
  border-radius: 0;
  opacity: 0.6;
  background: #fff;
  position: relative;
  margin: 0 3px;
}
.inbanner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #007078;
  position: relative;
}

.intl {
  text-align: center;
  margin-bottom: 50px;
}
.intl h3 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #007078;
  margin-bottom: 10px;
}
.intl h5 {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.intl p {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  margin-bottom: 20px;
}
.intl span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #d6281f;
  margin: 0 auto 10px;
}

.inpro {
  margin: 100px auto 120px;
  /*background: url(../images/inpro_bg.png) no-repeat center bottom;*/
}
.inpro .intl {
  position: relative;
  margin-bottom: 80px;
  text-align: left;
}
.inpro .intl h3 {
  font-size: 36px;
  line-height: 64px;
  font-weight: normal;
  color: #333;
  margin-bottom: 0px;
  letter-spacing: 5px;
}
.inpro .intl h5 {
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -8px;
  font-size: 108px;
  line-height: 64px;
  font-weight: bold;
  color: #eee;
  margin-bottom: 0px;
  letter-spacing: 15px;
}
.inpro .intl a {
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  color: #007078;
  font-weight: bold;
  transform: translateY(-50%);
}
.inpro .content li {
  padding: 0px 0px 30px;
}
.inpro .content li a {
  display: block;
  background-color: #fff;
  border-radius: 3px;
}
.inpro .content li .img {
  width: 80%;
  margin: 0 auto 10px;
  overflow: hidden;
}
.inpro .content li .img img {
  display: block;
  transition: all 0.3s;
}
.inpro .content li .text {
  position: relative;
  padding: 0 20px 40px;
  text-align: center;
}
.inpro .content li .text h3 {
  font-size: 16px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inpro .content li .text p {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inpro .content li .text span {
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #fff;
  background-color: #007078;
  border-radius: 100%;
}
.inpro .content li .text span:after,
.inpro .content li .text span:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  border-radius: 100%;
  background-color: #0054a7;
  opacity: 0;
}
.incase .content .incase_nav li h3 {
  font-size: 16px;
  color: #fff;
}

.inpro .content li a:hover .text h3 {
  color: #007078;
}
.inpro .content li a:hover img {
  transform: scale(1.05);
}

/*.inpro .content li a:hover .text span:after{
  animation: myanimation1 1s infinite;
}*/
.inpro .content li a:hover span:before {
  animation: myanimation2 1s;
}

@keyframes myanimation1 {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes myanimation2 {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.inabout {
  position: relative;
  padding: 60px 0 0px;
  height: 500px;
  /*background-color: #0c6bbc;*/
  background: url(../images/inabout_bg.png) no-repeat left top -500px #007078;
  /*overflow: */
}
.inabout .text {
  position: relative;
  z-index: 4;
  left: 0px;
  top: 0px;
  width: 46%;
}
.inabout .text h3 {
  font-size: 42px;
  color: #fff;
  margin-bottom: 10px;
}
.inabout .text h5 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}
.inabout .text span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 20px;
}
.inabout .text p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;
}
.inabout .text a {
  display: block;
  font-size: 14px;
  line-height: 36px;
  width: 140px;
  height: 36px;
  text-align: center;
  border: 1px solid #eee;
  color: #fff;
  transition: all 0.3s;
  /*border-radius: 3px;*/
}
.inabout .text a:hover {
  background-color: #007078;
}

.inabout .img {
  position: absolute;
  z-index: 5;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
}
.inabout .img img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.inys {
  padding: 80px 0 100px;
  /*background-color: #fff;*/
}
.inys .intl {
  margin-bottom: 60px;
}
.inys .intl h3 {
  margin-bottom: 15px;
}
.inys .intl span {
  margin-bottom: 15px;
}
.inys ul {
  font-size: 0px;
}
.inys ul li {
  display: inline-block;
  width: 25%;
  text-align: center;
}
.inys ul li .iconfont {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  font-size: 36px;
  line-height: 80px;
  color: #fff;
  background-color: #007078;
  border-radius: 100%;
  margin-bottom: 20px;
}
.inys ul li h3 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
}
.inys ul li p {
  font-size: 14px;
  color: #666;
}

.incase {
  position: relative;
  height: 720px;
  padding-right: 25%;
  background-color: #fff;
}
/*.incase .w80{
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}*/
.incase .right {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 5%;
  width: 18%;
}
.incase .intl {
  position: relative;
  text-align: left;
  margin-top: 50px;
}
.incase .intl h3 {
  position: relative;
  z-index: 1;
  font-size: 42px;
  line-height: 45px;
  color: #007078;
  font-weight: normal;
  margin-bottom: 20px;
}
.incase .intl span {
  position: absolute;
  top: 22px;
  right: 0px;
}
.incase .intl p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
}

.incase .incase_nav {
  position: absolute;
  z-index: 2;
  bottom: 5%;
  left: 0px;
  right: 0px;
  /*background-color: #ccc;*/
}
.incase .incase_nav li {
  position: relative;
  left: 0px;
  width: 100%;
  height: 100px;
  line-height: 100px;
  cursor: pointer;
  padding-left: 70px;
  transition: all 0.3s;
}
.incase .incase_nav li .iconfont {
  position: absolute;
  left: 10px;
  font-size: 42px;
  color: #666;
  transition: all 0.3s;
}
.incase .incase_nav li h3 {
  font-size: 18px;
  color: #333;
  transition: all 0.3s;
}
.incase .incase_nav li.cur {
  left: -25%;
  right: 0px;
  width: 125%;
  padding-left: 120px;
  background-color: #007078;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
.incase .incase_nav li.cur .iconfont {
  left: 60px;
  color: #fff;
}
.incase .incase_nav li.cur h3 {
  color: #fff;
}

.incase .content {
  position: relative;
  height: 100%;
  /*background-color: #000;*/
}
.incase .content li .img {
  height: 100%;
  /*opacity: 0.8;*/
  background-color: #000;
}
.incase .content li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.incase .content li .text {
  position: absolute;
  left: 10%;
  bottom: 10%;
  width: 60%;
}
.incase .content li .text span {
  display: block;
  font-size: 24px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  background-color: #007078;
  border-radius: 100%;
  text-align: center;
}
.incase .content li .text h3 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 40px;
}
.incase .content li .text p {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  opacity: 0.9;
}

/*横线标尺*/
/*.incase .incase_page{
  position: absolute;
  z-index: 9;
  left: 2.5%;
  top: 10%;
  bottom: 10%;
  padding-left: 2.5%;
}
.incase .incase_page span{
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #fff;
  border-radius: 0px;
  margin-top: -4px;
  opacity: 1;
  transition: all 0.3s;
}
.incase .incase_page span:after{
  content: "";
  position: absolute;
  right: 14px;
  top: 4px;
  width: 10px;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s;
}
.incase .incase_page span:nth-child(1){
  top: 10%;
}
.incase .incase_page span:nth-child(2){
  top: 30%;
}
.incase .incase_page span:nth-child(3){
  top: 50%;
}
.incase .incase_page span:nth-child(4){
  top: 70%;
}
.incase .incase_page span:nth-child(5){
  top: 90%;
}
.incase .incase_page span.swiper-pagination-bullet-active{
  background-color: #007078;
}
.incase .incase_page span.swiper-pagination-bullet-active:after{
  width: 15px;
  background-color: #007078;
}*/

/*.incase .incase_page_bg{
  position: absolute;
  z-index: 1;
  left: 2.5%;
  top: 10%;
  bottom: 10%;
  padding-left: 2.5%;
}
.incase .incase_page_bg span{
  position: absolute;
  right: 5px;
  width: 5px;
  height: 1px;
  background: #fff;
}*/

.innews {
  padding: 100px 0 100px;
  /*background-color: #fff;*/
  background: url(../images/innews_bg.jpg) no-repeat center top;
}
.innews .intl {
  position: relative;
  text-align: left;
  margin-bottom: 60px;
}
.innews .intl h5 {
  position: relative;
  font-size: 16px;
  line-height: 32px;
  color: #999;
  padding-left: 40px;
  margin-bottom: 0px;
}
.innews .intl h5:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 16px;
  width: 30px;
  height: 2px;
  background-color: #d6281f;
}
.innews .intl h3 {
  font-size: 38px;
  font-weight: normal;
}
.innews .intl dl {
  position: absolute;
  right: 0px;
  bottom: 5px;
}
.innews .intl dl dd {
  display: inline-block;
}
.innews .intl dl dd:nth-child(1) {
  margin-right: 40px;
}
.innews .intl dl dd a {
  display: block;
  font-size: 16px;
  line-height: 32px;
  color: #555;
  transition: all 0.3s;
}
.innews .intl dl dd a:hover {
  color: #007078;
}

.innews .left {
  width: 48%;
}
.innews .left a {
  display: block;
  background-color: #fff;
}
.innews .left .img {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 66.66%;
}
.innews .left .img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}
.innews .left .text {
  position: relative;
  padding: 27px 160px 30px 40px;
}
.innews .left .text .date {
  position: absolute;
  top: 27px;
  right: 20px;
  width: 120px;
  height: 83px;
  border-left: 1px solid #ddd;
  padding-left: 20px;
}
.innews .left .text .date h4 {
  font-size: 28px;
  line-height: 30px;
  color: #555;
  margin-bottom: 5px;
  transition: all 0.3s;
}
.innews .left .text .date h5 {
  font-size: 16px;
  color: #666;
  transition: all 0.3s;
}
.innews .left .text h3 {
  font-size: 20px;
  line-height: 20px;
  color: #333;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.innews .left .text p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.innews .left a:hover .img img{
  transform: scale(1.05);
}
.innews .left a:hover .text .date h4 {
  color: #007078;
}
.innews .left a:hover .text .date h5 {
  color: #007078;
}
.innews .left a:hover .text h3 {
  color: #007078;
}

.innews .right {
  width: 48%;
}
.innews .right li {
  height: 160px;
  border-bottom: 1px solid #f5f5f5;
}
.innews .right li:last-child {
  border-bottom: 0px;
}
.innews .right li a {
  position: relative;
  display: block;
  height: 100%;
  background-color: #fff;
  padding: 35px 40px 40px 160px;
}
.innews .right li .date {
  position: absolute;
  left: 20px;
  top: 35px;
  width: 120px;
  height: 30px;
  padding-left: 10px;
  border-right: 1px solid #ddd;
}
.innews .right li .date h4 {
  font-size: 28px;
  line-height: 30px;
  color: #333;
  margin-bottom: 5px;
}
.innews .right li .date h5 {
  font-size: 16px;
  color: #666;
}
.innews .right li h3 {
  font-size: 20px;
  line-height: 20px;
  color: #333;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.innews .right li p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.innews .right li a:hover .date h4 {
  color: #007078;
}
.innews .right li a:hover .date h5 {
  color: #007078;
}
.innews .right li a:hover h3 {
  color: #007078;
}

.foot {
  position: relative;
  /*margin-top: 60px;*/
  background-color: #333;
}
.foot:after {
  content: "";
  position: absolute;
  bottom: 54px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #666;
}
.foot .foot1 {
  padding: 80px 0 60px;
}
.foot .foot1 .foot_nav {
  float: left;
  width: calc(100% - 135px - 150px - 260px);
}
.foot .foot1 .foot_nav li {
  float: left;
  margin-right: 10%;
}
.foot .foot1 .foot_nav li:last-child {
  margin-right: 0px;
}
.foot .foot1 .foot_nav li a {
  display: block;
  font-size: 18px;
  line-height: 32px;
  color: #eee;
  transition: all 0.3s;
}
.foot .foot1 .foot_nav li > a {
  /*font-weight: bold;*/
  margin-bottom: 20px;
}
.foot .foot1 .foot_nav li dd a {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  color: #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.foot .foot1 .foot_nav li a:hover {
  color: #fff;
}
.foot .foot1 .foot_nav li p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  color: #ddd;
}
.foot .foot1 .foot_code {
  float: left;
  margin-right: 150px;
}
.foot .foot1 .foot_code img {
  display: block;
  width: 135px;
  margin-bottom: 10px;
}
.foot .foot1 .foot_code p {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.foot .foot1 .foot_contact {
  float: right;
  width: 260px;
}
.foot .foot1 .foot_contact h3 {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.foot .foot1 .foot_contact p {
  font-size: 14px;
  line-height: 24px;
  color: #eee;
}

.foot2 {
  padding: 15px 0;
}
.foot2 p {
  font-size: 14px;
  line-height: 24px;
  color: #ddd;
}
.foot2 a {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #ddd;
  transition: all 0.3s;
}
.foot2 a:hover {
  color: #007078;
}

.page_ban {
  height: 400px;
  padding-top: 180px;
}
.page_ban .w80 h3 {
  font-size: 30px;
  color: #fff;
}
.page_ban .w80 h4 {
  font-size: 50px;
  font-weight: bold;
  font-family: "arial";
  color: #fff;
  text-transform: uppercase;
}
.page_nav {
  /*height: 70px;*/
  background-color: #eee;
}
.page_nav li {
  float: left;
  width: 150px;
}
.page_nav li a {
  display: block;
  text-align: center;
  color: #777;
  font-size: 16px;
  line-height: 70px;
  transition: all 0.3s;
}
/*.page_nav li a:hover,*/
.page_nav li.on a {
  color: #fff;
  background-color: #007078;
}
.location {
  padding: 20px 0;
  margin-bottom: 20px;
}
.location p {
  font-size: 14px;
  line-height: 28px;
  color: #999999;
}
.location p a {
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  color: #999999;
  transition: all 0.3s;
}
.location p span {
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  color: #999999;
  margin: 0 8px;
  font-weight: bold;
}
.location p a:hover {
  color: #222;
}

.page_nav .pro_nav {
  position: relative;
  float: right;
  width: 140px;
  line-height: 32px;
  margin-top: 20px;
}
.page_nav .pro_nav .pro_nav_btn {
  position: relative;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 0 10px;
  cursor: pointer;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.page_nav .pro_nav .pro_nav_btn:after,
.page_nav .pro_nav .pro_nav_btn:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 10px;
  height: 2px;
  background-color: #ccc;
  transition: all 0.3s;
}
.page_nav .pro_nav .pro_nav_btn:before {
  transform: rotate(90deg);
}
.page_nav .pro_nav .pro_nav_btn.on:after {
  transform: rotate(180deg);
}
.page_nav .pro_nav .pro_nav_btn.on:before {
  transform: rotate(360deg);
}
.page_nav .pro_nav dl {
  display: none;
  position: absolute;
  z-index: 6;
  right: 0px;
  top: 30px;
  width: 140px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.page_nav .pro_nav dl dd a {
  display: block;
  font-size: 12px;
  color: #666;
  padding: 0 5px;
  transition: all 0.3s;
}
.page_nav .pro_nav dl dd a:hover {
  color: #fff;
  background-color: #005ba8;
}

/*about*/
.about {
  margin-bottom: 60px;
}

.about p {
  font-size: 16px;
  line-height: 30px;
  color: #777777;
  text-align: justify;
}

/*newslist*/
.newsli_bg {
  background-color: #fafafa;
}
.newsli {
  margin-bottom: 80px;
}
.newsli .newsli_tl h3 {
  font-size: 30px;
  color: #222;
  margin-bottom: 30px;
}
.newsli li {
  /*float: left;
  width: 31%;
  margin-right: 3.5%;*/
  margin-bottom: 30px;
}
.newsli li:first-child {
  width: 100%;
  margin-right: 0px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.newsli li:nth-child(3n + 1) {
  margin-right: 0px;
}
.newsli li:first-child .img {
  float: left;
  width: 25%;
  margin-right: 2%;
  overflow: hidden;
}
.newsli li:first-child .img img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.newsli li:first-child .text h3 {
  color: #333;
  font-size: 22px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 15px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsli li:first-child .text font {
  display: block;
  font-size: 14px;
  color: #999;
  margin-bottom: 20px;
}
.newsli li:first-child .text p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsli li:first-child .text span {
  display: inline-block;
  width: 140px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 12px;
  color: #fff;
  background: #007078;
  margin-top: 27px;
}
.newsli li:first-child a:hover .text h3 {
  color: #007078;
}
.newsli li:first-child img:hover {
  transform: scale(1.1);
}
.newsli li .text2 {
  border-left: 3px solid #007078;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px 30px 15px 20px;
  transition: all 0.3s;
}
.newsli li .text2 h3 {
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.newsli li .text2 h5 {
  display: block;
  line-height: 24px;
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}
.newsli li .text2 p {
  height: 44px;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  color: #666;
  width: calc(100% - 10px);
  margin-bottom: 15px;
}
.newsli li .text2 span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  transition: all 0.3s;
}
.newsli li .text2 span:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  border: 5px solid transparent;
  border-left: 8px solid #007078;
  transform: translateY(-50%);
}
.newsli li a:hover .text2 h3 {
  color: #007078;
}
.newsli li a:hover .text2 {
  padding: 15px 20px 15px 30px;
}

/*newsli2*/
.newsli2 .newsli_tl h3 {
  font-size: 30px;
  color: #222;
  margin-bottom: 30px;
}
.newsli2 li {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.newsli2 li:last-child {
  margin-bottom: 0px;
}
.newsli2 li h3 {
  position: relative;
  font-size: 18px;
  color: #007078;
  padding-left: 35px;
  margin-bottom: 10px;
}
.newsli2 li p {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  padding-left: 35px;
}
.newsli2 li h3:after {
  content: "Q";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #007078;
  border-radius: 3px;
}
.newsli2 li p:after {
  content: "A";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  text-align: center;
  background-color: #ddd;
  border-radius: 3px;
}

/*news*/

.news {
  margin-bottom: 60px;
}
.news .news_tl {
  text-align: center;
  margin-bottom: 60px;
}
.news .news_tl h3 {
  font-size: 24px;
  color: #222;
  margin-bottom: 15px;
}
.news .news_tl span {
  display: block;
  font-size: 14px;
  color: #999;
}
.news .news_con {
  margin-bottom: 100px;
}
.news .news_con p {
  color: #777;
  font-size: 14px;
  line-height: 28px;
}
.news .news_con table {
  width: 100%;
  border: 1px solid #ccc;
  border-top: 0px;
  border-collapse: collapse;
}
.news .news_con table tr td {
  border: 1px solid #ccc;
  color: #777;
  font-size: 14px;
  line-height: 32px;
  padding: 0 10px;
}
.news .news_tj {
  margin-bottom: 110px;
}
.news .news_tj li {
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
.news .news_tj li:nth-child(3n) {
  margin-right: 0px;
}

.news .news_tj li {
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
.news .news_tj li:nth-child(3n) {
  margin-right: 0px;
}
.news .news_tj li a {
  display: block;
  border: 3px solid #fff;
  transition: all 0.3s;
}
.news .news_tj li img {
  display: block;
  background-color: #ddd;
  width: 100%;
}
.news .news_tj li .text {
  padding: 20px 15px;
}
.news .news_tj li .text h3 {
  font-size: 18px;
  line-height: 30px;
  color: #222;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .news_tj li .text font {
  display: block;
  width: 12px;
  height: 2px;
  background-color: #666;
  margin: 5px 0;
}
.news .news_tj li .text span {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #777;
  margin-bottom: 5px;
  font-family: "arial";
}
.news .news_tj li .text p {
  font-size: 14px;
  line-height: 30px;
  color: #777;
}
.news .news_tj li a:hover {
  border: 3px solid #2772db;
}
.news .fy {
  border-top: 1px solid #ccc;
  text-align: left;
  padding-top: 10px;
  margin-bottom: 50px;
}
.news .fy p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.news .fy a {
  display: inline-block;
  font-size: 14px;
  color: #666;
}
.news .fy a:hover {
  color: #007078;
}

/*photo*/

.photoli {
  margin-bottom: 120px;
}
.photoli h3 {
  font-size: 30px;
  margin-bottom: 40px;
  color: #222;
}
.photoli li {
  float: left;
  width: 24%;
  margin-right: 1.33%;
  margin-bottom: 1.33%;
}
.photoli li:nth-child(4n) {
  margin-right: 0px;
}
.photoli li a {
  display: block;
  position: relative;
  transition: all 0.3s;
  /* background-color: #f5f5f5; */
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.photoli li .img{
  position: relative;  
  width: 100%;
  padding-bottom: 120%;
  overflow: hidden;
}
.photoli li img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 98%;
  max-height: 98%;
  transform: translate(-50%,-50%);
  /* object-fit: cover; */
  transition: all 0.3s;
}
.photoli 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;
  transition: all 0.3s;
}
.photoli li h5 {
  line-height: 48px;
  font-size: 16px;
  color: #222;
  text-align: center;
  background-color: #f6f6f6;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.photoli li a:hover {
  background-color: #007078;
}
.photoli li a:hover img {
  opacity: 0.2;
}
.photoli li a:hover span {
  opacity: 1;
}
.photoli li a:hover h5 {
  color: #fff;
  background-color: #007078;
}

.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;
  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;
  transition: all 0.3s;
  background-color: rgba(33, 109, 204, 0.7);
}
.photoli1 li .img {
  font-size: 0px;
  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;
  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;
  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 {
  min-height: 100px;
  margin-bottom: 100px;
}
.proli_left {
  position: relative;
  right: -1px;
  float: left;
  width: 320px;
  background-color: #fff;
  border: 1px solid #eee;
  /*border-right: 0px;*/
}
.proli_left .proli_btn {
  display: none;
}
.proli_left li {
  position: relative;
}
.proli_left li > a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 56px;
  color: #333;
  padding: 0 56px 0 10px;
  border-bottom: 1px solid #eee;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.proli_left li:last-child > a {
  border-bottom: 0px;
}
.proli_left li span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  color: #999;
  width: 56px;
  height: 56px;
  cursor: pointer;
  transition: all 0.3s;
}
.proli_left li span:before {
  content: "";
  position: absolute;
  top: 28px;
  left: 22px;
  width: 12px;
  height: 2px;
  background-color: #aaa;
  transform: rotate(90deg);
  transition: all 0.3s;
}
.proli_left li span:after {
  content: "";
  position: absolute;
  top: 28px;
  left: 22px;
  width: 12px;
  height: 2px;
  background-color: #aaa;
  transition: all 0.3s;
}
.proli_left li span:hover:before {
  background-color: #007078;
}
.proli_left li span:hover:after {
  background-color: #007078;
}
.proli_left li dl {
  /*background-color: #ddd;*/
}
.proli_left li dl dd a {
  display: block;
  font-size: 14px;
  line-height: 36px;
  color: #666;
  padding: 0 5px 0 20px;
  border-bottom: 1px solid #eee;
}
.proli_left li.on > a {
  color: #fff;
  background-color: #007078;
}
.proli_left li.on span:before {
  background-color: #fff;
  transform: rotate(360deg);
}
.proli_left li.on span:after {
  background-color: #fff;
  transform: rotate(180deg);
}
.proli_left li dl {
  display: none;
}

.proli_left li dl dd.cur a {
  color: #007078;
}

.proli .proli_right {
  float: right;
  width: calc(100% - 320px);
}
.proli .proli_right ul {
  /*border-top: 1px solid #eee;*/
  border-left: 1px solid #eee;
}
.proli .proli_right li {
  float: left;
  width: 33.333%;
  border: 1px solid #eee;
  border-left: 0px;
  border-top: 0px;
  /*margin-right: 1.33%;*/
  /*margin-bottom: 1.33%;*/
}
.proli .proli_right li:nth-child(-n + 3) {
  border-top: 1px solid #eee;
}
/*.proli .proli_right li:nth-child(4n){
  margin-right: 0px;
}*/
.proli .proli_right li a {
  position: relative;
  display: block;
  background-color: #fff;
  padding-bottom: 20px;
  /*border: 1px solid #ddd;*/
  padding: 20px 10px 0 10px;
  transition: all 0.3s;
}

.proli .proli_right li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.proli .proli_right li img {
  display: block;
  transition: all 0.3s;
}
.proli .proli_right li h3 {
  position: relative;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 10px;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.proli .proli_right li h3:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 20px;
  height: 2px;
  background-color: #007078;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.proli .proli_right li a:hover h3 {
  color: #007078;
}
.proli .proli_right li a:hover h3:after {
  width: 50px;
}
.proli .proli_right li a:hover img {
  transform: scale(1.1);
}

/*product*/
.procon {
  margin-bottom: 100px;
}
/*.pro_bg{background-color: #fafafa;}*/
.procon .procon_right {
  float: right;
  width: calc(100% - 320px);
  border: 1px solid #eee;
  padding: 30px 50px;
}
.procon .pro_tl {
  /*border-bottom: 1px solid #ccc;*/
  margin-bottom: 20px;
}
.procon .pro_tl .img {
  /*float: left;
  width: 45%;
  margin-right: 5%; */
  /*border: 1px solid #f5f5f5;*/
  margin-bottom: 20px;
}
.procon .pro_tl .img img {
  display: block;
  margin: 0 auto;
}
.procon .pro_tl .text {
  position: relative;
}
.procon .pro_tl h3 {
  font-size: 28px;
  color: #007078;
  margin-bottom: 20px;
}
.procon .pro_tl a {
  display: inline-block;
  font-size: 15px;
  line-height: 32px;
  width: 100px;
  color: #fff;
  background-color: #007078;
  text-align: center;
  margin-right: 10px;
}
.procon .pro_con .pro_con_tl {
  margin-bottom: 20px;
}
.procon .pro_con .pro_con_tl h3 {
  font-size: 20px;
  line-height: 48px;
  color: #666;
  border-left: 5px solid #007078;
  background-color: #eee;
  padding-left: 10px;
}
.pro_con p {
  font-size: 14px;
  line-height: 30px;
  color: #777777;
  text-align: justify;
}
.pro_con table {
  border-collapse: collapse;
}
.pro_con table td {
  color: #777;
  border: 1px solid #ccc !important;
  padding: 5px !important;
}

.pro_con .fy {
  position: relative;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
.pro_con .fy a {
  display: inline-block;
  color: #666;
  transition: all 0.3s;
}
.pro_con .fy a:hover {
  color: #007078;
}
.pro_con .fy a.return {
  position: absolute;
  right: 0px;
  top: 10px;
  width: 100px;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  background-color: #007078;
  text-align: center;
}

/*contact*/
.contact {
  margin-bottom: 100px;
}
.contact .text {
  margin-bottom: 80px;
}
.contact .text .list li {
  position: relative;
  float: left;
  width: 25%;
  padding: 0 5px;
  text-align: center;
}
.contact .text .list li:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 5%;
  width: 1px;
  height: 90%;
  background-color: #eee;
}
.contact .text .list li:nth-child(4):after {
  display: none;
}
.contact .text .list li i {
  display: block;
  font-size: 32px;
  color: #007078;
  margin-bottom: 20px;
}
.contact .text .list li h5 {
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
}
.contact .text .list li p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-align: center;
}
.contact .text p {
  font-size: 14px;
  line-height: 30px;
  color: #777777;
  text-align: justify;
}
.contact .map {
  width: 100%;
  height: 350px;
  border: 1px solid #ccc;
}

/* 应用领域 */
.caseli {
  margin-bottom: 120px;
}
.caseli h3 {
  font-size: 30px;
  margin-bottom: 40px;
  color: #222;
}
.caseli li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.caseli li:nth-child(3n) {
  margin-right: 0px;
}
.caseli li a {
  display: block;
  position: relative;
  transition: all 0.3s;
  /* background-color: #f5f5f5; */
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.caseli li .img{
  position: relative;  
  width: 100%;
  padding-bottom: 60%;
  overflow: hidden;
}
.caseli li img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.caseli 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;
  transition: all 0.3s;
}
.caseli li h5 {
  line-height: 48px;
  font-size: 16px;
  color: #222;
  text-align: center;
  background-color: #f6f6f6;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.caseli li a:hover {
  background-color: #007078;
}
.caseli li a:hover img {
  opacity: 0.5;
}
.caseli li a:hover span {
  opacity: 1;
}
.caseli li a:hover h5 {
  color: #fff;
  background-color: #007078;
}

/*右侧悬浮*/
.floot_right {
  position: fixed;
  z-index: 999;
  bottom: 30%;
  right: 0px;
}
.floot_right ul {
  width: 73px;
}
.floot_right ul li {
  position: relative;
  width: 100%;
  height: 73px;
  border-radius: 3px;
  background-color: #044098;
  margin-bottom: 5px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s;
}
.floot_right ul li:last-child {
  margin-bottom: 0px;
}
.floot_right ul li.tel {
}
.floot_right ul li.code {
}
.floot_right ul li.gotop {
  background-color: #333;
  overflow: hidden;
  height: 0px;
  transition: all 0.5s;
}
/*.floot_right ul li:hover{
  background-color: #f34f24 !important;
}*/
.floot_right ul li .con img {
  display: block;
  width: 40px;
  margin: 0 auto;
  padding: 5px 0;
}
.floot_right ul li .con h5 {
  font-size: 12px;
  color: #fff;
  line-height: 23px;
  text-align: center;
}
.floot_right ul li .fl_tc {
  position: absolute;
  top: 50%;
  right: 110px;
  background-color: #044098;
  padding: 10px;
  border-radius: 3px;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}
.floot_right ul li .fl_tc h4 {
  white-space: nowrap;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
}
.floot_right ul li .fl_tc img {
  display: block;
  width: 105px;
  height: 105px;
  max-width: none;
}
.floot_right ul li .fl_tc a {
  display: block;
  white-space: nowrap;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
}
.floot_right ul li:hover .fl_tc {
  opacity: 1;
  right: 90px;
  visibility: visible;
}
.floot_right ul li .fl_tc:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  border: 5px solid transparent;
  border-left: 5px solid #044098;
  transform: translateY(-50%);
}
.floot_right ul li .fl_tc:before {
  content: "";
  position: absolute;
  top: 0px;
  right: -10px;
  height: 100%;
  width: 10px;
}
