@charset "utf-8";
.container, .container-middle, .wrap {
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
@media (min-width: 1260px) {
  .wrap, .container {
    width: 1230px;
  }
}
@media (min-width: 1460px) {
  .wrap {
    width: 1430px;
  }
}
@media (min-width: 1800px) {
  .wrap {
    width: 1560px;
  }
}
@font-face {
  font-family: 'BEBAS';
  src: local('BEBAS'), url(/images/BEBAS.woff) format('woff');
}
/* index Ititle*/
.Ititle-tit {
  font-size: 40px;
  line-height: 70px;
  color: #222;
  text-align: center;
}
.Ititle-dec {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  text-align: center;
}
.Ititle-En {
  display: block;
  font-size: 20px;
  color: #949494;
  text-transform: uppercase;
  text-align: center;
}
.Ititle-tit i {
  font-style: normal;
  font-size: 62px;
  color: #31a242;
  font-family: "DINMITTELSCHRIFTSTD";
}
/* 按钮 */
.IPro-menu {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 10px;
}
.Ibtnmore {
  display: inline-block;
  height: 50px;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
  margin: 0 10px;
  text-align: center;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  background: #71ba2a;
  padding: 0 30px;
  color: #fff;
}
.Ibtnmore span {
  display: block;
  position: relative;
  z-index: 2;
}
.Ibtnmore::before, .Ibtnmore::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  background: #065290;
  left: 0;
  transition: all .5s;
}
.Ibtnmore::before {
  top: 0;
}
.Ibtnmore::after {
  bottom: 0;
}
.Ibtnmore:hover::before, .Ibtnmore:hover::after {
  height: 0;
}
.Ibtnmore:hover {}
.Ibtn-more {
  text-align: center;
  margin: 0 -10px;
  margin-top: 60px;
  font-size: 0;
}
.Ibtn-more a {
  display: inline-block;
  width: 200px;
  height: 50px;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
  margin: 0 10px;
}
.Ibtn-morea {
  border-radius: 30px;
  border: solid 1px #31a242;
  position: relative;
  overflow: hidden;
}
.Ibtn-morea span {
  display: block;
  position: relative;
  z-index: 2;
}
.Ibtn-morea::before, .Ibtn-morea::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  background: #31a242;
  left: 0;
  transition: all .5s;
}
.Ibtn-morea::before {
  top: 0;
}
.Ibtn-morea::after {
  bottom: 0;
}
.Ibtn-more1 {
  color: #fff;
}
.Ibtn-more2 {
  color: #31a242;
}
.Ibtn-more2::before, .Ibtn-more2::after {
  height: 0;
}
.Ibtn-more2:hover::before, .Ibtn-more2:hover::after {
  height: 50%;
}
.Ibtn-more2:hover {
  color: #fff;
}
.Ibtn-more1:hover {
  color: #31a242;
}
.Ibtn-more1:hover::before, .Ibtn-more1:hover::after {
  height: 0;
}
.Ibtn-more2 {}
.Ibtn-more2 i {
  font-size: 20px;
  padding-left: 10px;
}
/* 按钮 end */
.about-title {
  text-align: center;
}
.about-title::before {
  content: 'ABOUT US';
  font-size: 60px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.05);
  position: absolute;
  margin-top: -30px;
  margin-left: -160px;
}
.product-title {
  text-align: center;
}
.product-title::before {
  content: 'PRODUCT';
  font-size: 60px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.05);
  position: absolute;
  margin-top: -30px;
  margin-left: -160px;
}
.solution-title {
  text-align: center;
}
.solution-title::before {
  content: 'SOLUTION';
  font-size: 60px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.05);
  position: absolute;
  margin-top: -30px;
  margin-left: -160px;
}
.news-title {
  text-align: center;
}
.news-title::before {
  content: 'NEWS CENTER';
  font-size: 60px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.05);
  position: absolute;
  margin-top: -30px;
  margin-left: -160px;
}
.sy-title h2 {
  font-size: 36px;
  color: #333;
  line-height: 60px;
  font-weight: bold;
}
/*header*/
.Iheader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, .5);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  z-index: 5000;
  transition: ease .5s;
}
.Iheader.on {
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.Iheader-navbar {
  width: 100%;
  clear: both;
}
.Iheader .logo {
  float: left;
  margin-top: 10px;
}
.logo_out {
  display: block
}
.logo_on {
  display: none
}
.Iheader.on .logo_out {
  display: none
}
.Iheader.on .logo_on {
  display: block
}
.Iheader-right {
  float: right;
}
.Iheader-phone {
  font-size: 24px;
  line-height: 40px;
  color: #065290;
  margin-top: 25px;
  position: relative;
  padding-left: 28px;
  font-family: "BEBAS";
}
.Iheader-phone::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/dot/dot_tel.png)no-repeat center;
  background-size: 100% 100%;
  top: 10px;
  left: 0;
}
.Iheader.on .Iheader-phone {
  color: #065290;
}
.Iheader.on .Iheader-phone::before {
  background: url(/images/dot/dot_tel.png)no-repeat center;
}
.Iheader-phone span {
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  color: #341d17;
}
.Iheader.on .Iheader-right p span {
  color: #065290;
}
.navbar {
  height: 100px;
  line-height: 100px;
  float: right;
  width: 50%;
  margin-right: 30px;
}
.navitem {
  float: left;
  width: 14.2%;
  height: 100px;
  position: relative;
}
.navitem > a {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 17px;
  color: #333;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  background: transparent;
  position: relative;
  line-height: 100px;
}
.dropdown-menu.single {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  /* width: auto; */
  width: 200px;
  z-index: 5000;
  background: rgba(255, 255, 255, 1);
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s;
  -o-transition: max-height .5s;
  transition: max-height .5s;
  border: none;
  color: #303233;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  height: auto;
  padding: 0;
  display: block;
}
.dropdown-menu.single ul {
  padding: 0px 10px;
}
.dropdown-menu.single li {
  display: block;
  font-size: 16px;
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-bottom: dashed 1px #e5e5e5;
  position: relative;
  text-align: center;
}
.dropdown-menu.single li:last-child {
  border-bottom: 0;
}
.dropdown-menu.single li > a {
  line-height: 47px;
  white-space: nowrap;
  display: block;
  width: 100%;
  color: #666666;
  height: auto;
  background: 0 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.dropdown-menu.single li:hover a {
  color: #086cb9;
}
.navitem:hover .dropdown-menu.single {
  max-height: 800px;
  opacity: 1;
}
.navitem > a::before {
  position: absolute;
  content: "";
  width: 0px;
  height: 3px;
  background: #fff;
  left: 50%;
  top: 0%;
  transform: translateX(-50%);
  transition: ease .5s;
}
.navitem:hover > a::before, .navitem.active > a::before {
  width: 100%;
}
.Iheader.on .navitem > a {
  color: #303233;
}
.Iheader.on .navitem > a::before {
  background: #00ac37;
}
/*header -end*/
/*banner*/
.banner {
  position: relative;
}
.banner-pic img {
  width: 100%
}
.banner-tit {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  color: #080404;
}
.banner-tit .cn {
  text-align: center;
  color: #fff;
  font-size: 60px;
  text-shadow: 2px 2px 2px #585858;
}
.banner-tit .en {
  font-size: 30px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  text-shadow: 3px 3px 3px #3c3c3c;
  width: 100%;
  display: block;
  text-transform: uppercase;
}
.banner-button-prev, .banner-button-next {
  cbackground-image: url(data:image/svg+xml;
charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E) !important;
}
.banner .swiper-pagination-bullet {
  background: #fff;
  opacity: .5
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #e60012;
}
/* =====================产品展示===================== */
.Iproduct {
  padding: 80px 0 100px;
  background-size: cover;
}
.Iproduct-menu {
  text-align: center;
  padding-top: 20px;
}
.Iproduct-menu a {
  display: inline-block;
  height: 46px;
  font-size: 16px;
  text-align: center;
  line-height: 46px;
  margin: 0 5px;
  background: #065290;
  border-radius: 23px;
  margin-bottom: 10px;
  color: #fff;
}
.Iproduct-menu a span {
  display: inline-block;
  margin-left: auto;
  padding: 0 40px;
}
.Iproduct-menu a:hover {
  background-color: #00ac37;
  color: #FFF;
}
.Iproduct_content {
  padding-top: 30px;
}
.Pro_roll {
  width: 100%;
  margin: 0 auto;
}
.Iproduct_list {}
.Iproduct_list > li {
  margin-bottom: 20px;
  text-align: center;
}
.Iproduct_list > li .pic {
  border-radius: 10px 10px 0px 0px;
}
.Iproduct_list li:hover .pic img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.picitemtit {
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
  background: #065290;
  background-position: left center;
  background-size: 200% 100%;
  background-repeat: no-repeat;
  transition: background-position .6s ease;
  color: #fff;
}
.picitemtit span {
  display: block;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.Iproduct_list > li:hover .picitemtit {
  background: #00ac37;
}
/* =====================公司简介===================== */
.Iabout {
  padding: 80px 0 120px;
  background: url(/images/Iabout_bg.jpg) no-repeat bottom center;
}
.Iabout .wrap {
  padding: 0px 15px;
}
.Iabout_content {}
.Iabout_left {
  width: 55%;
  float: left;
}
.Iabout_left h4 {
  font-size: 24px;
  color: #065290;
  padding: 0px 0 10px 0;
}
.Iabout_left h2 {
  font-size: 32px;
  color: #000;
  padding: 0px 0 30px 0;
  font-weight: 600;
  border-bottom: 1px solid #C4C4C4;
}
.Iabout_left h2 span {
  color: rgba(208, 37, 31, 1);
  font-weight: bold;
}
.Iabout_left_content {
  margin-top: 15px;
}
.Iabout_left_content p {
  font-size: 16px;
  line-height: 2;
  color: #333;
  margin-bottom: 40px;
  text-align: justify;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
.iabout_count {
  width: 100%;
  overflow: hidden;
}
.iabout_count ul {
  overflow: hidden;
}
.iabout_count ul li {
  width: 33.33%;
  float: left;
  text-align: center;
  box-sizing: border-box;
}
.iabout_count ul li strong {
  font-size: 36px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #065290;
  line-height: 60px;
  vertical-align: bottom;
}
.iabout_count ul li span {
  font-size: 18px;
  color: #333;
  line-height: 50px;
  vertical-align: bottom;
}
.iabout_count ul li p {
  text-align: center;
  font-size: 16px;
  color: #333;
}
.iabout_count ul li + li {
  border-left: 1px solid #C4C4C4;
}
.Iabout_right {
  width: 40%;
  float: right;
}
.Iabout_right_pic {
  float: right;
}
.Iabout_right_pic img {
  max-width: 100%;
}
/* =====================解决方案===================== */
.Isolution {
  padding: 70px 0 100px;
  background: url(/images/Isolution_bg.jpg) no-repeat bottom center;
}
.Isolution_content {
  padding: 20px 0 20px;
}
.Isolution-list {}
.Isolution_content {}
.Isolution_box {
  float: left;
  width: 33.333%;
  padding: 0 1%;
  margin-top: 30px;
}
.Isolution_content a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 320px;
  border-radius: 10px;
}
.Isolution_content img {
  width: 100%;
  transition: ease .5s;
}
.Isolution_content a:hover img {
  transform: scale(1.1);
}
.Isolution_txt {
  position: absolute;
  width: 100%;
  padding: 20px 50px;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1), transparent);
}
.Isolution_txt h3 {
  font-size: 24px;
  line-height: 60px;
  color: #fff;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Isolution_txt p {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-family: "DIN-REGULAR";
}
/* =====================领域===================== */
.industry {
  padding: 70px 0 120px;
  background: url(/images/bg_industry.jpg) no-repeat  top;
}
.industry_content {
  margin-top: 50px;
}
.industry .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 400px;
}
.industry .swiper-slide:nth-child(odd) {}
.industry .swiper-slide .img {
  height: 100%;
  display: block;
  max-width: none; 
  -moz-transform: translate(-25%, 0);
  -ms-transform: translate(-25%, 0);
  -webkit-transform: translate(-25%, 0);
  transform: translate(-25%, 0);
}
.industry h1, .industry p {
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 0 5%;
  color: #FFF;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.industry h1 {
  bottom: 5%;
  font-size: 18px;
}
.industry p {
  top: 155%;
  font-size: 14px;
  line-height: 180%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.industry .swiper-slide a:hover h1 {
  bottom: 20%;
}
.industry .swiper-slide a:hover p {
  top: 80%;
}
.industry .industry-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 100px;
  left: 0;
  background: url(/images/dot/dot-industry_bg.png) repeat-x bottom;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.industry .swiper-slide a:hover .industry-bg {
  top: 0;
}
.industry .industry-button {
  background: url(/images/dot/dot-industry_button.png) no-repeat;
  width: 84px;
  height: 84px;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -42px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.industry .swiper-slide a:hover .industry-button {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.industry .swiper-pagination-bullet {
  background: #fff;
  opacity: .5;
}
.industry .swiper-pagination-bullet-active {
  opacity: 1;
  background: #e60012;
}

.industry .swiper-slide a img {
	 width: 100%;
}


/* =====================资质===================== */
.Ihonor {
  padding: 70px 0 120px;
  background: url(/images/Ihonor_bg.jpg) no-repeat top center;
}


.IhonorSwiper {
	padding: 50px 0;
}
.IhonorSwiper .swiper-slide {
	background-position:center;
	background-size:cover;
	width:600px;
	height:455px;
}
.IhonorSwiper .swiper-slide img {
	width:100%;
}
.Ihonornext {
	background: url(../images/dot/dot_right2.png) no-repeat center center;
}
.Ihonorprev {
	background: url(../images/dot/dot_left2.png) no-repeat center center;
}

/* =====================新闻中心===================== */
.Inews {
  padding: 87px 0 80px;
}
.Inews_content {
  position: relative;
}
.Inews-menu {
  width: 244px;
  position: absolute;
  bottom: 20px;
  left: 0;
  padding-right: 14px;
}
.Inews-menu a {
  background: #d2d2d2;
  display: block;
  position: relative;
  width: 100%;
  padding: 30px 15px;
  transition: ease .5s;
  text-align: center;
  font-size: 0;
}
.Inews-menu a i {
  font-style: normal;
  font-size: 32px;
  line-height: 40px;
  color: #333;
  transition: ease .5s;
  text-transform: uppercase;
  font-family: 'AkzidenzGrotesk-ExtraBoldCondAlt';
}
.Inews-menu a span {
  display: inline-block;
  font-size: 22px;
  color: #333;
  margin-left: 5px;
  transition: ease .5s;
}
.Inews-menu a::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 27px;
  background: url(/images/ind5-bf.png)no-repeat center;
  background-size: 100% 100%;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: ease .5s;
}
.Inews-menu a.on::before {
  opacity: 1;
}
.Inews-menu a.on {
  background-color: #065290;
}
.Inews-menu a.on i, .Inews-menu a.on span {
  color: #fff;
}
.Inews-content {
  margin-top: 45px;
}
.Inews-content1 {
  display: none;
}
.Inews-content1.on {
  display: block;
}
.ind5-top {
  margin: 0 -1%;
}
.ind5-tople {
  float: left;
  width: 64.375%;
  padding: 0 10px;
}
.ind5-topri {
  float: left;
  width: 33.333%;
  padding: 0 1%;
}
.ind5-top a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 220px;
}
.ind5-top img {
  width: 100%;
  transition: ease .5s;
}
.ind5-top a:hover img {
  transform: scale(1.1);
}
.ind5top-txt {
  position: absolute;
  width: 100%;
  padding: 20px 50px;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
}
.ind5top-txt span {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-family: "DIN-REGULAR";
}
.ind5top-txt h3 {
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  margin-top: 8px;
  font-weight: lighter;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ind5-bot {
  padding-left: 244px;
  margin-top: 30px;
}
.ind5-ul {
  overflow: hidden;
  padding-left: 20px;
}
.ind5-ul ul {
  margin: 0;
}
.ind5-ul li {
  float: left;
  width: 33.333%;
  position: relative;
}
.ind5-ul li::before {
  position: absolute;
  content: "";
  width: 100%;
  background: #eeeeee;
  height: 0%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
  transition: ease .5s;
}
.ind5-ul li a {
  display: block;
  padding: 30px;
  background: transparent;
  transition: ease .5s;
  position: relative;
}
.ind5-ul li:hover a {}
.ind5-ul li:hover::before {
  height: 100%;
}
.ind5-ul li h3 {
  font-size: 48px;
  line-height: 42px;
  color: #333;
  font-family: "DINMITTELSCHRIFTSTD";
}
.ind5-ul li span {
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: #333;
  font-family: "DIN-Light";
}
.ind5-ul li h4 {
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  color: #333;
  margin-top: 22px;
  transition: ease .5s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ind5-ul li p {
  font-size: 15px;
  line-height: 26px;
  height: 52px;
  color: #666;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ind5-ul li:hover h4 {
  color: #e60012;
}

/* 底部信息 */
/*footer*/
.footer {
  background:#086aba;
}
.footer_box {
  padding: 47px 0 60px;
}
.footnav {
  float: left;
}
.footnav dl {
  float: left;
  margin-left: 150px;
}
.footnav dl dt {
  height: 45px;
  line-height: 45px;
  margin-bottom: 10px;
  background: url(../images/dot/dot_foot_line.jpg) no-repeat left center;
  padding-left: 15px;
  color: #fff;
  font-size: 20px;
}
.footnav dl dd {
  height: 40px;
  line-height: 40px;
  text-align: left;
}
.footnav dl dd a {
  font-size: 15px;
  color: #fff;
  display: block;
}
.footnav dl dd a:hover {
  color: #c80000;
}
.footnav dl:nth-child(1) {
  margin-left: 0;
}
.footnav dl.lastdl {
  width: 340px;
}
.dbphone {}
.dbphone p {
  font-size: 15px;
  color: #fff;
  line-height: 32px;

}
.footnav dl.lastdl h3 {
  width: 170px;
  height: 50px;
  background: #0078d7;
  border-radius: 5px;
  margin-top: 20px;
  text-align: center;
  line-height: 50px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.footnav dl.lastdl h3 a {
  font-size: 18px;
  color: #fff;
}
.erwm {
  width: 154px;
  text-align: center;
  float: right;
  margin-top: 15px;
}
.footnav dl.lastdl h3:hover {
  width: 200px;
}
.erwm img {}
.erwm h2 {
  font-size: 14px;
  color: #fff;
  line-height: 32px;
}
.copyright {
  padding: 15px 0;
  background: #065290;
}
.copyright a {
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  transition: .5s;
  position: relative;
}
.copyright a i {
  font-style: normal;
  margin: 0 10px;
}
.copyright a.link-ctm::after {
  display: none;
}
.copyright a:hover {
  color: #ff0000;
}
.copyright .copyright-left {
  float: left;
  padding: 2px 0;
}
.copyright .copyright-right {
  float: right;
}
.copyright .copyright-left p {
  float: left;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  margin-right: 30px;
}
.copyright .copyright-left span {
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
}
.copyright .copyright-right a {
  float: left;
  color: #fff;
}
.toolbar-item, .toolbar-layer {
  background: url(/images/toolbar.png) no-repeat;
}
.toolbar {
  position: fixed;
  right: 0px;
  bottom: 50px;
  z-index: 99;
}
/*假设网页宽度为1200px，导航条在右侧悬浮*/
.toolbar-item {
  display: block;
  width: 53px;
  height: 53px;
  margin-top: 1px;
  position: relative;
  -moz-transition: background-position 1s;
  -ms-transition: background-position 1s;
  -o-moz-transition: background-position 1s;
  -webkit-moz-transition: background-position 1s;
  transition: background-position 1s;
}
.toolbar-item:hover .toolbar-layer {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.toolbar-item-qq3 {
  background-position: 0 -177px;
}
.toolbar-item-qq3:hover {
  background-position: -55px -177px;
}
.toolbar-item-weixin {
  background-position: 0 -231px;
}
.toolbar-item-weixin:hover {
  background-position: -55px -231px;
}
.toolbar-item-weixin .toolbar-layer {
  height: 166px;
  background-position: 0 0;
}
.toolbar-layer {
  position: absolute;
  right: 54px;
  bottom: -0px;
  width: 126px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform-origin: 95% 95%;
  -moz-transform-origin: 95% 95%;
  -ms-transform-origin: 95% 95%;
  -o-transform-origin: 95% 95%;
  -webkit-transform-origin: 95% 95%;
  transform: scale(0.01);
  -moz-transform: scale(0.01);
  -ms-transform: scale(0.01);
  -o-transform: scale(0.01);
  -webkit-transform: scale(0.01);
  transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
}
.toolbar-item-tel {
  background-position: 0 -284px;
}
.toolbar-item-tel:hover {
  background-position: -55px -284px;
}
.toolbar-item-tel .toolbar-layer {
  height: 53px;
  background-position: 0 -392px;
}
.toolbar-item-top {
  background-position: 0 -338px;
}
.toolbar-item-top:hover {
  background-position: -53px -338px;
}
.xq_pic img {
  width: 100%;
  max-width: 1400px;
}
/*footer -end*/
/* =====================底部手机===================== */
.fix_footer {
  height: 50px;
  background-color: #065290;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
}
.fix_footer a {
  float: left;
  width: 25%;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.fix_footer img {
  display: inline-block;
  height: 24px;
  margin: 5px 0 0;
}
.fix_footer strong {
  color: #fff;
  font-size: 12px;
  display: block;
  height: 20px;
  line-height: 20px;
  font-weight: 400;
}
.fix_footer .tel img:nth-of-type(2) {
  position: absolute;
  left: 50%;
  margin-left: -12px;
  -webkit-animation: call 1.5s infinite;
  animation: call 1.5s infinite;
}
@-webkit-keyframes call {
  from {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
/*内页主体*/
.main {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
.Nwrap {
  width: 98%;
  margin: 0 auto;
  max-width: 1400px;
}
.Nbanner {
  margin: 0 auto;
}
.Nbanner img {
  width: 100%;
  display: block;
}
/***当前位置***/
.location {
  margin: 0 auto
}
.location .container {
  position: relative;
}
.location .con {
  width: 100%;
  position: absolute;
  top: -50px;
  left: 0;
  height: 50px;
  background: url(../images/location_Bg.png);
}
.location_sty {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.location_sty a {
  color: #fff;
  padding: 0 4px;
}
.dot_site {
  float: left;
}
.dot_site img {
  margin: 14px 5px 0 20px;
  position: relative;
  display: block !important;
}
.proshow {
  display: block;
  text-align: center;
}
/*proshowa图片切换开始*/
.proshowa {
  background: #fff;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
  text-align: center;
  float: inherit;
  width: 800px;
  display: block;
  margin: 0 auto;
}
.proshowa .swiper-container {
  display: none;
}
#tFocus-btn li.active, #tFocus-leftbtn, #tFocus-rightbtn {
  display: block;
  background: url(img/spr.png) no-repeat;
}
#tFocus {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
}
#tFocus-pic {
  width: 100%;
  height: 600px;
  position: relative;
}
#tFocus-pic li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  filter: alpha(opacity:0);
  opacity: 0;
}
#tFocus-pic li img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#tFocusBtn {
  width: 100%;
  height: 135px;
  border: 1px solid #d9d9d9;
  padding: 15px 0px;
  position: relative;
  z-index: 20;
  overflow: hidden;
}
#tFocus-btn {
  width: calc(100% - 50px);
  height: 102px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
#tFocus-btn ul {
  width: 100000px;
  position: absolute;
  left: 0;
  top: 0;
}
#tFocus-btn li {
  height: 100px;
  width: 142px;
  position: relative;
  border: 1px solid #ddd;
  display: block;
  float: left;
  margin: 0 4px;
  cursor: pointer;
}
#tFocus-btn li.active {
  border: 1px solid #065290;
  height: 102px;
}
#tFocus-btn li img {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 100px;
}
#tFocus-leftbtn, #tFocus-rightbtn {
  position: absolute;
  height: 100px;
  top: 15px;
  width: 25px;
  text-align: center;
  font-family: "宋体";
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 100px;
  color: #000;
}
#tFocus-leftbtn {
  left: 0;
}
#tFocus-rightbtn {
  right: 0;
}
/*proshowa图片切换结束*/
.proshowb {
  width: 400px;
  float: right;
}
.proshowb p {
  line-height: 40px;
}
.NproLink {
  margin-top: 20px;
}
.NproLink a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  width: 200px;
  background: #065290;
  padding: 10px 0;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.NproLink a:hover {
  color: #fff;
  width: 250px;
}
.NproLink1 {
  margin-top: 20px;
}
.NproLink1 a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  width: 200px;
  background: #232323;
  padding: 10px 0;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.NproLink1 a:hover {
  color: #fff;
  width: 250px;
}
.proshow_content {
  margin-top: 30px;
}
.news_content_pic {
  padding: 20px;
}
.news_content img {
  max-width: 1090px;
}
.news_sx {
  height: 40px;
  line-height: 40px;
  color: #999;
  font-size: 16px;
  margin-top: 50px;
}
.news_sx a {
  color: #666;
  font-size: 16px;
}
.news_sx a:hover {
  color: #d10010;
  font-size: 16px;
}
.n_s {
  width: 50%;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.n_x {
  width: 50%;
  float: right;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*新闻内页end*/
/*内页关于我们*/
.about_content {
  color: #333;
  font-size: 16px;
  line-height: 36px;
  margin-top: 10px;
}
.about_content p {
  color: #333;
  font-size: 16px;
  line-height: 36px;
}
.about_content img {
  max-width: 100%;
}
.ab-pic {
  margin-top: 42px;
  position: relative;
}
.ab-tx {
  margin-top: 32px;
}
.ab-tx hr {
  width: 92px;
  height: 5px;
  background: #31a242;
  border: none;
  margin: 32px 0 65px;
}
.contact_tp {
  with: 100%;
  margin-bottom: 2rem;
}
.contact_tp .cont_z {
  width: 50%;
  overflow: hidden;
}
.contact_tp .cont_z img {
  width: 100%;
  transition: 0.5s
}
.contact_tp .cont_y {
  width: 50%;
}
.contact_tp .cont_y li {
  float: left;
  width: 47%;
  margin: 0 0 3% 3%;
}
.contact_tp .cont_y li div {
  width: 100%;
  overflow: hidden;
}
.contact_tp .cont_y li div img {
  width: 100%;
  transition: 0.5s
}
.cont_y li:hover div img, .cont_z:hover img {
  transition: 0.5s;
  transform: scale(1.05);
  cursor: pointer;
}
/*联系我们*/
.ncontact_box {
  margin: 0 auto;
  width: 100%;
  display: flex;
}
.ncontact-list {
  float: left;
  width: 100%;
}
.ncontact-list ul {
  float: left;
  width: 100%;
}
.ncontact-list ul li {
  border: 1px solid #d2d2d2;
  background: #fff;
  float: left;
  width: 31%;
  margin-top: 44px;
  margin-right: 3.5%;
  padding: 36px 36px 36px 36px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
}
.ncontact-list ul li:nth-child(3n) {
  margin-right: 0;
}
.ncontact-list ul li .ncontact-title {
  font-size: 22px;
  color: #065290;
}
.ncontact-list ul li .ncontact-title em {
  font-size: 22px;
  margin-right: 42px;
  color: #1b1b1b;
  font-family: 'CenturyGothic-Bold';
  position: relative;
}
.ncontact-list ul li .ncontact-title em::after {
  position: absolute;
  right: -30px;
  content: "|";
}
.ncontact-list ul li .ncontact-cont {
  font-family: 'CenturyGothic';
  height: 138px;
  line-height: 36px;
  margin-top: 16px;
  font-size: 18px;
  color: #666;
  overflow: hidden;
}
.ncontact-list ul li .ncontact-cont a {
  color: #666;
}
.contact_map {
  width: 100%;
  background: #eeeeee;
  font-size: 16px;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  border: 1px solid #d2d2d2;
}
/*售后服务*/
.nservice_box {
  margin: 0 auto;
  width: 100%;
  display: flex;
}
.service_one {
  width: 780px;
  position: relative;
  background: #eeeeee;
  padding: 50px 38px;
  font-size: 16px;
  line-height: 35px;
  display: inline-block;
  float: left;
  box-sizing: border-box;
}
.service_one strong {
  font-size: 16px;
}
.service_title {
  position: absolute;
  width: 200px;
  height: 45px;
  background: #31a242;
  border-radius: 6px;
  font-size: 20px;
  color: #fff;
  line-height: 45px;
  font-weight: 600;
  left: 28px;
  text-align: center;
}
.service_content1 {
  color: #8e8e8e;
  line-height: 42px;
  font-size: 16px;
}
.service_content1 span {
  font-size: 17px;
  font-weight: bold;
}
.service_content {
  margin-top: 70px;
  color: #555;
}
.service_content a {
  text-decoration: none;
  font-size: 14px;
}
.service_img {
  text-align: center;
  width: 130px;
  margin-top: 40px;
}
.service_img img {
  width: 130px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 3px;
  background: #fff;
}
.service_two {
  width: 600px;
  position: relative;
  background: #eeeeee;
  font-size: 16px;
  line-height: 35px;
  margin-left: 18px;
  display: inline-block;
  float: left;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
}
/*产品列表页*/
.Nproduct_content {
  float: right;
  width: 1100px;
}
.Nproduct-list > li {
  padding: 0 10px;
  margin-bottom: 20px;
  text-align: center;
}
.Nproduct-list > li .box {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.Nproduct-list > li:hover .box {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3)
}
.Nproduct-list li .pic {
  position: relative;
}
.Nproduct-list li .pic img {
  width: 100%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.Nproduct-list li:hover .pic img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.Nproduct-list li .pic:before {
  background-size: 80px;
  z-index: 3;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.Nproduct-list li:hover .pic:before {
  background-color: rgba(49, 162, 66, 0.5);
}
.Nproduct-list li .tit {
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  color: #333;
  border: 1px solid #ddd;
  background: #FFF;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
/*新闻列表*/
.Nnews_box li {
  position: relative;
}
.Nnews_box li:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #065290;
  transform: scaleY(0);
  transition: 0.5s;
}
.Nnews_box li:hover:after {
  transform: scaleY(1);
  transition: 0.5s;
}
.Nnews_box li a {
  display: block;
  padding: 26px 0;
  position: relative;
  z-index: 9;
  transition: 0.5s;
}
.Nnews_pic {
  overflow: hidden;
  width: 18%;
  float: left
}
.Nnews_pic img {
  display: block;
  width: 100%;
  transition: 0.5s;
}
.Nnews_box li:hover .Nnews_pic img {
  transform: scale(1.1);
}
.news_wb {
  width: 70%;
  margin-left: 2%;
  float: left;
}
.Nnews_title {
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  transition: 0.5s;
}
.Nnews_memo {
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  color: #929292;
  overflow: hidden;
  margin-top: 15px;
  transition: 0.5s;
  text-align: justify;
}
.news_more {
  height: 34px;
  line-height: 34px;
  color: #434343;
  font-size: 16px;
  margin-top: 20px;
  transition: 0.5s;
}
.news_more span {
  padding-right: 5px;
}
.Nnews_date {
  width: 82px;
  text-align: center;
  line-height: 28px;
  background: #065290;
  color: #fff;
  margin-top: 20px;
  float: right;
}
.Nnews_date p {
  border-bottom: 1px solid #fff;
  background: #dcdcdc;
  font-size: 36px;
  line-height: 86px;
  text-align: center;
  font-family: "YaHeiXt";
  transition: 0.5s;
  color: #333333;
}
.Nnews_box li:hover .Nnews_title, .Nnews_box li:hover .Nnews_memo, .Nnews_box li:hover .news_more {
  color: #fff;
  transition: 0.5s;
}
.Nnews_box li:hover .Nnews_date {
  background: #333;
}
.Nnews_box li:hover .Nnews_date p {
  background: #fff;
  color: #333;
  border-bottom: 1px solid #7c7c7c;
  transition: 0.5s;
}
@media (max-width: 1680px) {
  .navbar {
    margin-left: 100px;
  }
  .navitem {
    float: left;
    padding: 0 15px;
  }
  .news_one {
    width: 40%;
  }
  .news_one_img img {
    box-sizing: border-box;
    border: 1px solid #eee;
    width: 100%;
    height: 390px;
  }
  .news_list_div {
    width: 56%;
  }
  .news_list_content {
    padding-top: 5px;
    float: left;
    margin-left: 20px;
    width: 80%;
  }
}
@media (max-width: 1440px) {
  .wrap {
    margin: 0 auto;
    max-width: 1400px;
  }
  .navbar {
    margin-left: 80px;
  }
  .navitem {
    float: left;
    padding: 0 12px;
  }
  .news_one {
    width: 40%;
  }
  .news_one_img img {
    box-sizing: border-box;
    border: 1px solid #eee;
    width: 100%;
    height: 390px;
  }
  .news_list_div {
    width: 56%;
  }
  .news_list_content {
    padding-top: 5px;
    float: left;
    margin-left: 20px;
    width: 80%;
  }
}
@media (max-width: 1280px) {
  .navbar {
    float: right;
    margin-right: inherit;
    margin-left: inherit;
  }
  .Iheader-right {
    display: none;
    margin-left: auto;
  }
}
@media screen and (max-width:1024px) {
  .Nnews_box li a {
    padding: 15px 0;
  }
  .Nnews_pic {
    width: 20%;
  }
  .news_wb {
    width: 62%;
  }
  .Nnews_title {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }
  .Nnews_memo {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    margin-top: 10px;
  }
  .news_more {
    margin-top: 15px;
  }
  .Nnews_date {
    width: 78px;
    margin-top: 10px;
    font-size: 14px;
  }
  .Nnews_date p {
    font-size: 2.25rem;
    line-height: 80px;
  }
  #tFocus {
    display: none;
  }
  .proshowa .swiper-container {
    display: block;
    width: 100%;
    height: 100%;
  }
  .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 40px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    font-family: 宋体;
    font-size: 1.375rem;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    color: rgb(255, 255, 255);
  }
}
@media screen and (max-width:770px) {
  .Nnews_box li a {
    padding: 10px 0;
  }
  .Nnews_pic {
    width: 24%;
  }
  .news_wb {
    width: 58%;
  }
  .Nnews_memo {
    margin-top: 5px;
  }
  .news_more {
    margin-top: 10px;
  }
  .Nnews_date {
    width: 78px;
    margin-top: 10px;
    font-size: 14px;
  }
  .Nnews_date p {
    line-height: 68px;
  }
}
@media screen and (max-width:520px) {
  .Nnews_box li a {
    padding: 10px 0;
  }
  .Nnews_pic {
    width: 28%;
  }
  .news_wb {
    width: 67%;
    float: right;
    margin-left: 0;
  }
  .Nnews_title {
    font-size: 16px;
    line-height: 28px;
    height: 28px;
  }
  .Nnews_memo {
    margin-top: 0px;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
  }
  .news_more {
    display: none;
  }
  .Nnews_date {
    display: none;
  }
  .newsshow_title {
    font-size: 1.125rem;
  }
  .newsshow_title p {
    font-size: 0.75rem;
    padding-top: 0;
  }
  .newsshow_wnnr {
    font-size: 14px;
    line-height: 24px;
  }
  .xgnews-con li {
    width: 95%;
  }
}
/* 通用分页样式 */
.pages {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 40px 0 20px;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
}
.pages a {
  border: 1px solid #d1d1d1;
  height: 30px;
  line-height: 30px;
  color: #666666;
  padding: 5px 10px;
  margin-right: 8px;
  font-size: 16px;
}
.pages .current, .pages a:hover {
  color: #fff;
  background: #065290;
  border: 1px solid #065290;
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  font-family: 宋体;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 44px;
  color: rgb(255, 255, 255);
}
/* left样式 */
.Ipro_left {
  width: 260px;
  float: left;
}
.dh_left {
  width: 260px;
  float: left;
}
.dh_leftTop {
  width: 260px;
  height: 90px;
  background: #065290;
}
.dh_leftTop h3 {
  text-align: center;
  color: #fff;
  font-size: 26px;
  padding-top: 26px;
  box-sizing: border-box;
}
.dh_left ul {
  width: 260px;
}
.dh_left .dd {
  width: 100%;
  height: 50px;
  background: #d7d7d7;
  border-top: 1px solid #fff;
  transition: all .2s;
}
.dh_left .dd a {
  display: block;
  width: 100%;
  height: 100%;
}
.dh_left .dd span {
  width: 16px;
  height: 16px;
  display: block;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 14px;
  float: right;
  margin-top: 17px;
  margin-right: 20px;
  opacity: 0;
  transition: all .8s;
}
.dh_left .dd p {
  float: left;
  line-height: 50px;
  font-size: 15px;
  color: #333;
  margin-left: 30px;
  transition: all .2s;
  width: 190px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dh_left .dd:hover {
  background: #999;
}
.dh_left .dd:hover p {
  color: #fff;
}
.dh_left .dd:hover span {
  opacity: 1;
}
.dh_left .rr {
  width: 100%;
  height: 50px;
  background: #71ba2a;
  transition: all .2s;
}
.dh_left .rr span {
  width: 16px;
  height: 16px;
  display: block;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 14px;
  float: right;
  margin-top: 17px;
  margin-right: 20px;
  opacity: 1;
  transition: all .8s;
}
.dh_left .rr p {
  float: left;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  margin-left: 30px;
  transition: all .2s;
}
.dd_box {
  display: none;
}
.dh_left li {
  border-bottom: 1px solid #fff;
}
/*新闻内页*/
.NewsIntro {
  background: #fff;
  margin: 0 auto;
  float: right;
  width: 1060px;
}
.mainCon {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
._head ._title {
  font-size: 32px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #C9C9C9;
  line-height: 80px;
}
._tools {
  font-size: 0;
  color: #5a5a5a;
  text-align: center;
}
._tool {
  font-size: 14px;
  margin-right: 10px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.news_content_pic {
  text-align: center;
  padding: 20px;
}
.news_content p {
  width: 100%;
}
.news_content img {
  max-width: 1090px;
}
.Nnews_info {
  text-align: justify
}
.news_sx {
  height: 60px;
  line-height: 60px;
  color: #999;
  font-size: 16px;
  margin-top: 30px;
  border-top: 1px solid #C9C9C9;
}
.news_sx a {
  color: #666;
  font-size: 16px;
}
.news_sx a:hover {
  color: #d10010;
  font-size: 16px;
}
.n_s {
  width: 50%;
  float: left;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.n_x {
  width: 50%;
  float: right;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ab1-3 {
  float: left;
  width: 100%;
  margin-top: 70px;
}
.ab1-t {
  float: left;
  width: 100%;
  font-size: 34px;
  color: #1c1c1c;
}
.ab1-3-ul {
  float: left;
  width: 100%;
}
.ab1-3-ul .ab1-3-li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-top: 40px;
  padding: 36px 0 42px 0;
  text-align: center;
  border: 1px solid #d2d2d2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
}
.ab1-3-ul .ab1-3-li:nth-child(3n) {
  margin-right: 0;
}
.ab1-3-ul .ab1-3-li > img {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.ab1-3-ul .ab1-3-li > img.block {
  display: inline-block !important;
}
.ab1-3-ul .ab1-3-li > img.none {
  display: none !important;
}
.ab1-3-ul .ab1-3-li:hover > img.block {
  display: none !important;
}
.ab1-3-ul .ab1-3-li:hover > img.none {
  display: inline-block !important;
}
/* .ab1-3-ul .ab1-3-li:hover > img{
	-webkit-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	transform: rotateY(360deg);
} */
.ab1-3-ul .ab1-3-li .ab1-3-li-t {
  padding: 20px 0 16px 0;
  font-size: 20px;
  color: #666;
  position: relative;
}
.ab1-3-ul .ab1-3-li .ab1-3-li-t::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 46px;
  height: 2px;
  background: #065290;
  content: "";
}
.ab1-3-ul .ab1-3-li .ab1-3-li-d {
  margin-top: 10px;
  line-height: 36px;
  font-size: 28px;
  font-weight: bold;
}
.ab1-3-ul .ab1-3-li:hover {
  background: #065290;
}
.ab1-3-ul .ab1-3-li:hover .ab1-3-li-t {
  color: #fff;
}
.ab1-3-ul .ab1-3-li:hover .ab1-3-li-t::after {
  background: #fff;
}
.ab1-3-ul .ab1-3-li:hover .ab1-3-li-d {
  color: #fff;
}
.bg-f9 {
  background: #eeeeee;
}
.w-100 {
  width: 100%;
}
.title .title-h1 {
  float: left;
  width: 100%;
  font-size: 40px;
  text-align: center;
}
.about-5 {
  float: left;
  width: 100%;
  padding: 50px 0 90px 0;
}
.about-5 ul {
  width: 100%;
  float: left;
}
.about-5 ul li {
  float: left;
  width: 24%;
  padding: 30px 24px 46px 24px;
  margin-top: 50px;
  margin-right: 1.33%;
  border: 1px solid #d3d3d3;
  background: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
}
.about-5 ul li:hover {
  background: #065290;
}
.about-5 ul li:nth-child(4n) {
  margin-right: 0;
}
.about-5 ul li > span {
  display: block;
  width: 100%;
  overflow: hidden;
}
.about-5 ul li > span img {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}
.about-5 ul li:hover > span img {
  -webkit-transform: scale(1.1);
  -mos-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.about-5 ul li .ab5-txt {}
.about-5 ul li .ab5-txt .ab5-t {
  margin-top: 20px;
  line-height: 60px;
  font-size: 30px;
  border-bottom: 1px solid #e1e1e1;
}
.about-5 ul li .ab5-txt .ab5-t span {
  font-family: 'CenturyGothic';
  text-transform: uppercase;
  font-size: 32px;
  margin-left: 12px;
  color: #999;
}
.about-5 ul li .ab5-txt .ab5-p {
  margin-top: 15px;
  font-size: 18px;
  height: 72px;
  line-height: 36px;
  color: #1c1c1c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.about-5 ul li:hover .ab5-txt .ab5-t {
  color: #fff;
}
.about-5 ul li:hover .ab5-txt .ab5-t span {
  color: #fff;
}
.about-5 ul li:hover .ab5-txt .ab5-p {
  color: #fff;
}
.adv-5 {
  float: left;
  width: 100%;
  padding: 80px 0 80px 0;
}
.adv-5 ul {
  padding-top: 50px;
}
.adv-5 li {
  margin: 0 1% 30px;
  padding: 20px;
  width: 31.3333333%;
  height: 200px;
  float: left;
  color: #666;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
}
.adv-5 li:hover {
  color: #fff;
  background: #065290;
}
.adv-5 li span {
  margin-bottom: 15px;
  display: block;
  color: #065290;
  font-size: 20px;
  font-weight: bold;
}
.adv-5 li:hover span {
  color: #fff;
}
.job-1 {
  float: left;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 80px;
}
.job-1 .job1-li {
  float: left;
  width: 100%;
  margin-top: 64px;
  background: #f9f9f9;
  position: relative;
}
.job-1 ul {
  padding-top: 100px;
}
.job-1 li {
  margin: 0 1%;
  padding: 30px 25px;
  min-height: 350px;
  width: 23%;
  float: left;
  font-size: 16px;
  line-height: 2;
  background: #F9F9F9;
  box-sizing: border-box;
  border-top: 3px solid #065290;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
}
.job-1 li img {
  margin: 0 auto;
  display: block;
}
.job-1 li span {
  margin: 15px 0;
  color: #000;
  display: block;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .job-1 ul {
    padding-top: 60px;
  }
  .job-1 li {
    margin: 0 1% 30px;
    padding: 20px 15px;
    min-height: 300px;
    width: 48%;
    float: left;
    font-size: 15px;
    line-height: 1.5;
  }
  .job-1 li span {
    font-size: 25px;
  }
}
.job-2 {
  float: left;
  width: 100%;
  padding: 86px 0 94px 0;
}
.job-2 > ul {
  float: left;
  width: 100%;
  margin-top: 38px;
}
.job-2 > ul > li {
  float: left;
  width: 30.5%;
  margin-top: 31px;
  margin-right: 4.25%;
  padding: 40px 1% 36px 1%;
  border: 1px solid #d3d3d3;
  text-align: center;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
}
.job-2 > ul > li:nth-child(3n) {
  margin-right: 0;
}
.job-2 > ul > li .job2-e {
  font-size: 18px;
  margin-top: 30px;
  font-family: 'CenturyGothic';
}
.job-2 > ul > li .job2-c {
  font-size: 20px;
  height: 80px;
  line-height: 40px;
  margin-top: 16px;
  overflow: hidden;
}
.job-2 > ul > li:hover {
  background: #065290;
}
.job-2 > ul > li:hover .job2-c {
  color: #FFFFFF;
}
.iconfont {
  display: block;
  text-align: center;
  height: 60px;
  margin-top: 30px;
}
.iconfont1 {
  background: url(/images/hr_icon01.png) no-repeat center center;
}
.iconfont2 {
  background: url(/images/hr_icon02.png) no-repeat center center;
}
.iconfont3 {
  background: url(/images/hr_icon03.png) no-repeat center center;
}
.iconfont4 {
  background: url(/images/hr_icon04.png) no-repeat center center;
}
.iconfont5 {
  background: url(/images/hr_icon05.png) no-repeat center center;
}
.iconfont6 {
  background: url(/images/hr_icon06.png) no-repeat center center;
}
.job-2 > ul > li:hover .iconfont1 {
  background: url(/images/hr_icon01-1.png) no-repeat center center;
}
.job-2 > ul > li:hover .iconfont2 {
  background: url(/images/hr_icon02-1.png) no-repeat center center;
}
.job-2 > ul > li:hover .iconfont3 {
  background: url(/images/hr_icon03-1.png) no-repeat center center;
}
.job-2 > ul > li:hover .iconfont4 {
  background: url(/images/hr_icon04-1.png) no-repeat center center;
}
.job-2 > ul > li:hover .iconfont5 {
  background: url(/images/hr_icon05-1.png) no-repeat center center;
}
.job-2 > ul > li:hover .iconfont6 {
  background: url(/images/hr_icon06-1.png) no-repeat center center;
}
/* 内页左侧 */
.Ileft_box {
  float: left;
}
.Ileft_box_title {
  width: 280px;
  height: 100px;
  background-image: linear-gradient(-90deg, #065290, #065290);
  text-align: center;
  border-top-right-radius: 25px;
}
.Ileft_box_title p {
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  font-weight: bold;
  padding: 24px 0 0 0;
}
.Ileft_box_title span {
  display: block;
  line-height: 14px;
  color: #fff;
  font-size: 14px;
  padding: 5px 0 0 0;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
.Ileft_navlist {
  width: 280px;
}
.BPro_menu {
  width: 280px;
  height: 56px;
  background: #dcdcdc url(../images/dot/dot_jian.png) no-repeat 230px center;
  border-top: 1px solid #eee;
}
.BPro_menu:hover {
  background: #065290 url(../images/dot/dot_jian_on.png)no-repeat 230px center;
}
.BPro_menu a {
  display: block;
  font-size: 16px;
  line-height: 56px;
  color: #333;
  padding-left: 30px;
  height: 56px;
  width: 230px;
  padding-right: 10px;
}
.BPro_menu:hover a {
  color: #fff;
}
.SPro_menu {
  border: 0 none;
  width: 100%;
  padding-left: 50px;
  color: #fff;
  background: url(../images/cpMuSDt.png.png) no-repeat scroll 35px center;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.SPro_menu a {
  color: #666;
  font-size: 14px;
  line-height: 32px;
  transition: all .5s;
}
.SPro_menu a:hover {
  color: #fe0000;
  padding-left: 5px;
}
.Ileft_box_contact {
  height: 112px;
  background-image: linear-gradient(-90deg, #065290, #065290);
  border-top: 1px solid #eee;
  border-bottom-left-radius: 25px;
}
.Ileft_box_contact_title {
  height: 80px;
  padding-top: 30px;
  padding-left: 30px;
  background: url(../images/dot/dot_tel5.png) no-repeat 210px 30px;
}
.Ileft_box_contact_title span {
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}
.Ileft_box_contact_title em {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  font-family: "BEBAS"
}
.Nproduct_box {
  max-width: 1060px;
  float: right;
}
.Nhonor {
  padding: 70px 0 120px
}
.Ncontact_map {}
.map_border {
  height: 540px;
  border: 10 #7C7C7C solid;
}
.page-Message {
  overflow: hidden;
  padding: 50px 0 90px 0;
}
.zzliuyan {
  overflow: hidden;
}
.contact-tit {
  font-size: 28px;
  padding-bottom: 25px;
  margin-bottom: 10px;
  position: relative;
}
.contact-tit:before {
  content: " ";
  display: block;
  width: 40px;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
}
.lylist {
  width: 100%;
}
.lylist input, .lylist textarea, .lylist button {
  border-radius: 5px;
  border: none;
  font-size: 14px;
}
.lylist .lytitle {
  width: 99%;
  height: 52px;
  line-height: 52px;
  padding: 0 0 0 30px;
  background: #eeeeee;
}
.lylist .inp { border: 1px solid #d2d2d2;
}

.lylist .inp_name {
  width: 48%;
  height: 52px;
  line-height: 52px;
  padding: 0 0 0 30px;
  margin: 20px 0px 0 0;
  background: #fff;
  float: left;
}
.lylist .inp_tel {
  width: 49%;
  height: 52px;
  line-height: 52px;
  padding: 0 0 0 30px;
  float: right;
  margin: 20px 13px 0 0;
  background: #fff;
}
.lylist .inp_neirong {
  width: 99%;
  height: 200px;
  line-height: 35px;
  padding: 0 0 0 30px;
  margin: 20px 0px 0 0;
  background: #fff;
}
.lylist .vcode {
  width: 100%;
  height: 52px;
  line-height: 52px;
  padding: 0 0 0 30px;
  margin: 20px 0px 0 0;
  background: #fff;
}
.lylist .submit {
  width: 49%;
  text-align: center;
  background: #065290;
  height: 52px;
  line-height: 52px;
  color: #fff;
  font-size: 16px;
  float: right;
  margin: 20px 13px 0 0;
}
.lylist .submit:hover {
  cursor: pointer;  background: #00ac37;
}
.yanzhengm img {
  position: absolute;
  top: 33px;
  right: 15px;
}
.yanzhengm {
  width: 48%;
  float: left;
  position: relative;
}