.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, .p, a, .a {
  font-family: 'pingfang';
}

.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.insode-bigbox {
  /* height: 10000px; */
  padding-bottom: 160px;
}

@font-face {
  font-family: 'din';
  src: url(../fonts/dinengschrift.ttf);
}

.din {
  font-family: 'Htitle';
}

@font-face {
  font-family: 'pingfang';
  src: url(../fonts/pingfang.ttf);
}

.pingfang {
  font-family: 'pingfang';
}

.fcw {
  color: #fff !important;
}

.fcw08 {
  color: #f4f4f4 !important;
}

.fcb {
  color: #000 !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.m0 {
  margin: 0;
}

.container-fluid {
  padding: 0 60px;
}

.container {
  width: 1600px;
}

.img img {
  width: 100%;
}

@media screen and (min-width: 1601px) {
  .container {
    width: 1600px;
  }

  .pro-box>.container {
    width: 1200px;
  }
}

@media screen and (max-width: 1600px) {
  .container {
    width: 1440px;
  }

  .pro-box>.container {
    width: 1200px;
  }
}

@media screen and (max-width: 1440px) {
  .container {
    width: 1200px;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    width: 992px;
  }
}

@media screen and (max-width: 992px) {
  .container {
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .container-fluid, .container, .companybigbox {
    padding-left: 45px;
    padding-right: 45px;
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .container-fluid, .container, .companybigbox {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}

/* 内页公共 */
.title-nav {
  background: #eee;
  margin-bottom: 160px;
}

.title-nav a {
  display: block;
  padding: 20px 0;
  text-align: center;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  transition: 1s;
}

.title-nav a:hover {
  background: #00549d;
  color: #fff;
}

.inside-bigbox {
  margin-bottom: 160px;
}

/* 公司简介 */
.inside-box {
  margin-top: 80px;
  margin-bottom: 80px;
}

/* 荣誉资质 */
.examples {
  margin-top: 40px;
}

.examples .row {
  margin-bottom: 20px;
}

.examples .col-md-3 {
  text-align: center;
  margin-bottom: 20px;
}

.example img {
  width: 100%;
}

.zoomify {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}

.zoomify.zoomed {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  z-index: 1501
}

.zoomify-shadow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1500;
  background: rgba(0, 0, 0, .3);
  opacity: 0
}

.zoomify-shadow.zoomed {
  opacity: 1;
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

/* 产品列表 */
.insidepro-nav a {
  padding: 20px 50px;
}

.insidepro-nav-1 {
  height: 0px;
  overflow: hidden;
  position: absolute;
  background: #eee;

  transition: 1s;
}
.insidepro-nav-1 a{
 padding: 20px 25px
}
.insidepro-nav:hover .insidepro-nav-1 {
  height: auto;
}

.proLi {
  transition: all 0.5s ease;
  border: 1px solid rgba(243, 243, 243, 1);
  overflow: hidden;
  position: relative;
  margin: 20px 0px;
  background: #fff;
}

.proTitle {
  position: relative;
  text-align: center;
  padding: 0 10%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  font-size: 14px;
  height: 70px;
  line-height: 70px;
  transition: all .5s ease;
}

.proImgBox {
  position: relative;
  width: 100%;
  /* height: 0px;
  padding-bottom: 80%; */
  overflow: hidden;
}

.proImgBox img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s;
}

.proImgBox img:first-child {
  z-index: 1;
  backface-visibility: hidden;
}

.proImgBox:hover img {
  transform: rotateY(180deg);
}

.lookMore {
  width: 100%;
  padding: 20px 10px;
  text-align: center;
  font-size: 14px;
  color: #ed6d00;
}

.proTitle::before {
  content: '';
  position: absolute;
  left: -170px;
  top: -70px;
  width: 140px;
  height: 140px;
  background-color: #1d2088;
  transform: rotate(45deg);
  transition: all .5s ease;
}

.proLi:hover .proTitle::before {
  left: -100px;
}

.proLink::after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 2px;
  background-color: #1d2088;
  transition: all .5s ease;
}

.proLi:hover .proLink::after {
  width: 100%;
}

.lookMore .icon {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.proTitle svg {
  position: absolute;
  left: 10px;
  top: 10px;
  display: block;
  width: 20px;
  height: 20px;
  color: #fff;
}

/* 产品详情页 */
.exzoom {
  box-sizing: border-box;
}

.exzoom * {
  box-sizing: border-box;
}

.exzoom .exzoom_img_box {
  background: #eee;
  position: relative;
  margin: 0 auto;
}

.exzoom .exzoom_img_box .exzoom_main_img {
  display: block;
  width: 100%;
}

.exzoom .exzoom_preview {
  margin: 0;
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: 999;
  background-color: #fff;
  border: 1px solid #ddd;
  display: none;
}

.exzoom .exzoom_preview .exzoom_preview_img {
  position: relative;
  max-width: initial !important;
  max-height: initial !important;
  left: 0;
  top: 0;
}

.exzoom .exzoom_nav {
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  left: 15px;
}

.exzoom .exzoom_nav .exzoom_nav_inner {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}

.exzoom .exzoom_nav .exzoom_nav_inner span {
  border: 1px solid #ddd;
  overflow: hidden;
  position: relative;
  float: left;
}

.exzoom .exzoom_nav .exzoom_nav_inner span.current {
  border: 1px solid #f60;
}

.exzoom .exzoom_nav .exzoom_nav_inner span img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
}

.exzoom .exzoom_btn {
  position: relative;
  margin: 0;
}

.exzoom .exzoom_btn a {
  display: block;
  width: 15px;
  border: 1px solid #ddd;
  height: 60px;
  line-height: 60px;
  background: #eee;
  text-align: center;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: -62px;
  text-decoration: none;
  color: #999;
}

.exzoom .exzoom_btn a:hover {
  background: #f60;
  color: #fff;
}

.exzoom .exzoom_btn a.exzoom_next_btn {
  left: auto;
  right: 0;
}

.exzoom .exzoom_zoom {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 5;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .exzoom .exzoom_zoom_outer {
    display: none;
  }
}

.exzoom .exzoom_img_ul_outer {
  border: 1px solid #ddd;
  position: absolute;
  overflow: hidden;
}

.exzoom .exzoom_img_ul_outer .exzoom_img_ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
}

.exzoom .exzoom_img_ul_outer .exzoom_img_ul li {
  list-style: none;
  display: inline-block;
  text-align: center;
  float: left;
}

.exzoom .exzoom_img_ul_outer .exzoom_img_ul li img {
  width: 100%;
}

.pro_content {
  padding-left: 50px;
}

.pro_content h1 {
  margin-bottom: 50px;
}

.pro_content p {
  font-size: 24px;
  line-height: 32px;
}

.pro_content a {
  display: block;
  width: 200px;
  height: 50px;
  background: #005198;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
}

.inside-pro-box {
  min-height: 500px;
  position: relative;
  padding-bottom: 50px;
}

.inside-pro-box-top {
  border-bottom: 1px solid #ccc;
  font-size: 24px;
  line-height: 60px;
  margin-bottom: 30px;
}

.fyoi {
  position: absolute;
  width: 100%;
  bottom: 0px;
}

/* 新闻列表 */
.newslist {
  margin-top: 80px;
}

.newslisttxt h1 {
  margin-top: 50px;
  font-size: 32px;
  font-weight: bold;
  text-transform: capitalize;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #333;
}

.newsh1 {
  background: #e40112;
  left: 0px;
  bottom: 0px;
  height: 4px;
  width: 20%;
  margin: 25px 0;
}

.newslisttxt p {
  font-size: 18px;
  color: #333;
  text-transform: capitalize;
}

.time {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #808080;
}

.b-news-detail h2 {
  margin-top: 50px;
  font-size: 32px;
  font-weight: bold;
  text-transform: capitalize;
  color: #333;
}

/* 留言 */
.utf-contact-area {
  margin-top: 50px;
}

.utf-contact-area h2 {
  font-size: 22px;
  font-weight: 600;
  position: relative;
  margin-bottom: 22px;
  padding-bottom: 5px;
}

.utf-contact-area h2:after {
  background: #11467a;
  position: absolute;
  content: '';
  left: 0px;
  bottom: -7px;
  height: 3px;
  width: 40px;
  border-radius: 30px;
}

.utf-contact-area h4, .utf-contact-area h4 a {
  line-height: 1.6;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 400;
  color: #616161;
}

.utf-contact-area h4 a:hover {
  color: #11467a;
}

.utf-contact-area .right-info {
  padding-left: 35px;
}

.utf-contact-area .right-info a {
  margin-top: 10px;
}

  .utf-contact-area .utf-contact-form input {
  border-radius: 4px;
  background: #e7e7e7;
  padding: 6px 12px;
  width: 100%;
  height: 100%
}

.utf-contact-area .utf-contact-form input:focus, .utf-contact-area .utf-contact-form textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.utf-contact-area .utf-contact-form textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border: 2px solid #e7e7e7;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  padding: 10px 12px;
  min-height: 120px;
}

.utf-contact-area .utf-contact-form button {
  background: #11467a none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-top: 15px;
  padding: 10px 30px;
  text-transform: uppercase;
}

.utf-contact-area .utf-contact-form button i {
  margin-left: 5px;
}

.utf-contact-area .utf-contact-form .loader {
  margin-left: 5px;
}

input {

  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}

.messlist, .messtxt {
  margin: 20px 0;
}

.messbtn {
  margin-top: 20px;
}

.utf-contact-form-area .alert-notification {
  margin-top: 15px;
  padding: 0;
}

.utf-contact-form-area .alert-notification .alert-error {
  background: #e7e7e7 none repeat scroll 0 0;
  color: red;
  margin-top: 0;
  text-align: left;
}

.utf-contact-form-area.bg-fixed .alert-notification .alert-error {
  background: #ffffff none repeat scroll 0 0;
  color: red;
  margin-top: 0;
  text-align: left;
}

.google-maps-area iframe {
  height: 400px;
  margin-bottom: 60px;
  width: 100%;
  border: 5px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}

.google-maps {
  margin-top: 50px;
}

/* end */
.proImgBox img:last-child{
  opacity: 0;
}
.proImgBox:hover img:last-child {
  opacity: 1;
}
.about-txt video{
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: block;
}
