@charset "UTF-8";
.yingchang {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*变化*/
/*上下*/
.nfHead {
  width: 100%;
  border-top: 4px solid #d6000f;
}
.nfHead .one {
  background: url("../images/ad1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 120px;
}
.nfHead .one .search {
  display: inline-block;
  line-height: 45px;
  border: 1px solid #ebebeb;
}
.nfHead .one .search input {
  width: 280px;
  padding-left: 15px;
  line-height: 45px;
}
.nfHead .one .search input::-webkit-input-placeholder {
  color: #bbbbbb;
  font-size: 16px;
}
.nfHead .one .search input:-moz-placeholder {
  color: #bbbbbb;
  font-size: 16px;
}
.nfHead .one .search input::-moz-placeholder {
  color: #bbbbbb;
  font-size: 16px;
}
.nfHead .one .search input:-ms-input-placeholder {
  color: #bbbbbb;
  font-size: 16px;
}
.nfHead .one .search .icon-sousuo {
  display: inline-block;
  color: #FFFFFF;
  width: 55px;
  background-color: #d6000f;
  line-height: 45px;
  text-align: center;
}
.nfHead .two {
  line-height: 50px;
  background-color: #3a3f53;
}
.nfHead .nfHead-nav {
  display: flex;
}
.nfHead .nfHead-nav li {
  flex: 1;
  display: inline-block;
  float: left;
  /*padding: 0 25px;*/
  position: relative;
  text-align: center;
}
.nfHead .nfHead-nav li a {
  display: inline-block;
  width: 100%;
}
.nfHead .nfHead-nav li:hover,
.nfHead .nfHead-nav li.active {
  background-color: #d6000f;
  color: #FFFFFF;
}
.nfHead .nfHead-nav li span {
  position: relative;
  z-index: 20;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  display: inline-block;
}
.nfHead .nfHead-nav li .a-nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  font-size: 16px;
  background: #338726;
  color: #fff;
  line-height: 30px;
  height: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
}
.nfHead .nfHead-nav li .a-nav:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  z-index: 10;
  bottom: 100%;
  transform: translate(-50%, 0);
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent #2b7320;
}
.nfHead .nfHead-nav li .a-nav a {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
}
.nfHead .nfHead-nav li .a-nav a:hover {
  background: #2b7320;
    
}
.nfHead .nfHead-nav li .sub {
  background: rgba(58, 63, 83, 0.85);
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 5px 0;
  display: none;
z-index:1000;
}
.nfHead .nfHead-nav li .sub a {
  display: block;
  line-height: 36px;
  color: #fff;
}
.nfHead .nfHead-nav li .sub a:hover {
  background: #ff602f;
background-color: #d6000f;
}
.swiper-father {
  position: relative;
  overflow: hidden;
}
.swiper-father img {
  width: 100%;
}
.swiper-father .swiper-pagination {
  bottom: 25px;
}
.swiper-father .swiper-pagination .swiper-pagination-bullet {
  background: #d6d6d6;
  opacity: 1;
  width: 15px;
  height: 15px;
  border: 1px solid #FFFFFF;
  border-radius: 0px;
}
.swiper-father .swiper-pagination .swiper-pagination-bullet-active {
  background: #d6000f;
}
/*新闻中心*/
.in_news {
  padding: 35px 0;
  background: url("../images/img17.png");
}
.in_news .l_swi {
  width: 45%;
}
.in_news .l_swi .in_til {
  line-height: 80px;
  padding-left: 18px;
  font-size: 24px;
  position: relative;
}
.in_news .l_swi .in_til:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 8px;
  height: 8px;
  border: 3px solid #d6000f;
  border-radius: 50%;
}
.in_news .l_swi .in_til .ne {
  color: #777777;
}
.in_news .l_swi .swiper-slide {
  position: relative;
}
.in_news .l_swi .swiper-slide img{width: 100%;}
.in_news .l_swi .swiper-slide .te {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  padding-left: 40px;
  padding-right: 30%;
  line-height: 80px;
}
.in_news .l_swi .swiper-pagination {
  bottom: 25px;
  width: auto;
  left: auto;
  right: 10px;
}
.in_news .l_swi .swiper-pagination .swiper-pagination-bullet {
  background: #d6d6d6;
  opacity: 1;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.in_news .l_swi .swiper-pagination .swiper-pagination-bullet-active {
  background: #d6000f;
}
.in_news .r_swi {
  width: 55%;
  padding-left: 50px;
}
.in_news .r_swi .list-t {
  display: flex;
  font-size: 24px;
  line-height: 80px;
}
.in_news .r_swi .list-t .li {
  flex: 1;
  display: inline-block;
  cursor: pointer;
  border-bottom: 1px solid #cccccc;
}
.in_news .r_swi .list-t .li:first-child {
  text-align: left;
}
.in_news .r_swi .list-t .li.on {
  color: #d6000f;
}
.in_news .r_swi .list-t .li.on span {
  padding-left: 20px;
  background-image: url("../images/no10.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.in_news .tex_li .li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 45px;
}
.in_news .tex_li .li:first-child {
  border-bottom: 1px solid #cccccc;
  padding: 15px 0;
  line-height: 35px;
  margin-bottom: 15px;
}
.in_news .tex_li .li:first-child .h1 {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  padding-left: 0px;
}
.in_news .tex_li .li:first-child .h1:after {
  display: none;
}
.in_news .tex_li .li:first-child .time {
  font-size: 16px;
  color: #333333;
  width: 100%;
}
.in_news .tex_li .li:first-child .te {
  display: -webkit-box;
}
.in_news .tex_li .li.on .h1,
.in_news .tex_li .li:hover .h1 {
  color: #d6000f;
  font-weight: bold;
}
.in_news .tex_li .li.on .h1:after,
.in_news .tex_li .li:hover .h1:after {
  background: #d6000f;
}
.in_news .tex_li .li .h1 {
  font-size: 16px;
  width: 70%;
  padding-left: 20px;
  position: relative;
}
.in_news .tex_li .li .h1:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #999999;
}
.in_news .tex_li .li .time {
  font-size: 16px;
  color: #999999;
}
.in_news .tex_li .li .te {
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: none;
}
.cons .con:nth-child(n+2) {
  display: none;
}
.in_las {
  background: url("../images/img4.jpg");
  background-position: bottom ;
  padding-bottom: 90px;
}
.in_las .li {
  width: 23%;
  margin-right: 2.33%;
  overflow: hidden;
  position: relative;
}
.in_las .li:nth-child(4n) {
  margin-right: 0;
}
.in_las .li:hover .tex {
  background: #d6000f;
  color: #FFFFFF;
  animation: flipInY 1s ;
  -webkit-animation: flipInY 1s ;
}
.in_las .li:hover .img {
  transform: scale(1.08);
}
.in_las .li:hover .ims {
  animation-fill-mode: forwards;
}
.in_las .li:hover .ims .im1 {
  display: none;
}
.in_las .li:hover .ims .im2 {
  display: inline-block;
}
.in_las .li .img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  vertical-align: top;
}
.in_las .li .tex {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -60px;
  margin-top: -60px;
  width: 120px;
  height: 120px;
  text-align: center;
  border-radius: 50%;
  background: #FFFFFF;
}
.in_las .li .ims {
  padding-top: 25px;
  line-height: 50px;
}
.in_las .li .ims .im2 {
  display: none;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/*foot*/
.footBoxs {
  position: relative;
  background-color: #4b4b4b;
}
.footBoxs .lis {
  line-height: 135px;
  color: #c0c0c0;
  display: flex;
  font-size: 22px;
    border-bottom: 2px solid #ffffff;
}
.footBoxs .lis .li {
  flex: 1;
  text-align: center;
}
.footBoxs .lis .li img {
  margin-right: 5px;
}
.footBoxs .lis .li:first-child {
  //text-align: left;
}
.footBoxs .lis .li:last-child {
  //text-align: right;
}
.footBoxs .fo-bo {
  padding: 40px 0;
}
.footBoxs .adr {
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
}
.footBoxs .te_r {
  color: #989797;
  font-size: 16px;
  line-height: 30px;
  padding-right: 15px;
}
.footBoxs .code {
  width: 100px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #989797;
}
.footBoxs .code img {
  padding: 5px;
  background: #FFFFFF;
}
/*产品中心*/
.product .pro_o {
  padding: 70px 0;
}
.product .pro_o .text {
  display: inline-block;
  width: 50%;
    padding-left: 40px;
float: right;
}
.product .pro_o .text .h1 {
  font-size: 22px;
  font-weight: bold;
}
.product .pro_o .text .t {
  font-size: 18px;
  line-height: 33px;
}
.product .pro_o .text .te {
  margin: 15px 0;
  font-size: 14px;
  line-height: 33px;
  color: #666666;
}
.product .pro_o .text .pro_o_ul {
  margin-top: 20px;
}
.product .pro_o .text .pro_o_ul li {
  display: inline-block;
  padding-right: 30px;
  border-right: 1px solid #f3f3f3;
  color: #666666;
  font-size: 12px;
  text-align: center;
}
.product .pro_o .text .pro_o_ul li:nth-child(n+2) {
  padding-left: 30px;
}
.product .pro_o .text .pro_o_ul li:last-child {
  border-right: none;
}
.product .pro_o .text .pro_o_ul li .m {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.product .pro_o .img {
  display: inline-block;
  width: 50%;
  text-align: center;
}
.product .pro_list {
  background: #e8e8e8;
}
.product .pro_list a {
  width: 180px;
  text-align: center;
  font-size: 16px;
  line-height: 60px;
  display: inline-block;
  position: relative;
}
.product .pro_list a.active {
  color: #fff;
  background: #dc0b10;
}
.product .pro_list a.active:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #dc0b10 transparent transparent;
}
.product .pro_con .con:nth-child(n+2) {
  display: none;
}
.product .pro_con .con .h3 {
  font-size: 24px;
  line-height: 35px;
  font-weight: normal;
  padding: 40px 0;
}
.product .til_z {
  padding: 30px 0;
  font-size: 24px;
  line-height: 42px;
}
.product .til_z span {
  font-size: 36px;
  color: #dc0b10;
  font-weight: bold;
  font-family: "Impact";
}
.product .pro_t .h1 {
  font-size: 24px;
  line-height: 35px;
  font-weight: normal;
}
.product .pro_t .pro_t_ul li {
  width: 31%;
  float: left;
  margin-right: 2%;
  border: 2px solid #fff;
  margin-bottom: 20px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product .pro_t .pro_t_ul li:nth-child(3n) {
  margin-right: 0;
}
.product .pro_t .pro_t_ul li:hover {
  border: 2px solid #dc0b10;
}
.product .pro_t .pro_t_ul li:hover img {
  transform: scale(1.05);
}
.product .pro_t .pro_t_ul li:hover .text {
  background: #dc0b10;
}
.product .pro_t .pro_t_ul li .img {
  display: inline-block;
  width: 100%;
  line-height: 270px;
  height: 270px;
  overflow: hidden;
  text-align: center;
}
.product .pro_t .pro_t_ul li .img img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product .pro_t .pro_t_ul li .text {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  background: #919191;
  color: #fff;
  padding: 15px;
}
.product .pro_t .pro_t_ul li .text .h2 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}
.product .pro_t .pro_t_ul li .text dl {
  padding: 15px 0;
  display: inline-block;
  font-size: 14px;
  width: 32%;
  line-height: 24px;
}
.product .label {
  padding-bottom: 20px;
}
.product .label .dl_li {
  position: relative;
  display: inline-block;
  padding-right: 30px;
}
.product .label .dl_li input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #e6e6e6;
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
}
.product .label .dl_li input[type="radio"]:checked + label:after {
  display: inline-block;
  color: #333333;
  width: 10px;
  height: 10px;
  background: #dc0b10;
  content: "";
  text-align: center;
  position: absolute;
  line-height: 1.3;
  left: 5px;
  top: calc(50% - 4px);
}
.product .label .dl_li label {
  font-size: 14px;
  margin-left: 30px;
  color: #000000;
  height: 42px;
  line-height: 42px;
}
/*在线留言*/
.pro_message {
  text-align: center;
}
.pro_message .h1 {
  font-size: 24px;
}
.pro_message .t {
  font-size: 14px;
  line-height: 40px;
  color: #666666;
}
.pro_message .input {
  width: 32%;
  margin-right: 2%;
  border: 1px solid #e4e4e4;
  position: relative;
  margin-top: 30px;
}
.pro_message .input:nth-child(n+3) {
  margin-right: 0;
}
.pro_message .input input {
  height: 46px;
  display: inline-block;
  padding-left: 50px;
  width: 100%;
}
.pro_message .input img {
  position: absolute;
  top: 25px;
  left: 25px;
  transform: translate(-50%, -50%);
}
.pro_message .tear {
  width: 100%;
}
.pro_message .tear textarea {
  height: 190px;
  line-height: 46px;
  display: inline-block;
  padding-left: 50px;
  width: 100%;
}
.pro_message .yan {
  width: 100%;
  text-align: left;
}
.pro_message .yan .input {
  display: inline-block;
  width: 150px;
}
.pro_message .yan .input input {
  padding-left: 15px;
}
.pro_message .yan .y_img {
  display: inline-block;
  margin-right: 2%;
  border: 1px solid #e4e4e4;
  width: 150px;
  text-align: center;
  height: 46px;
}
.pro_message .yan .new {
  display: inline-block;
  width: 150px;
  color: #0d59ab;
  line-height: 46px;
  font-size: 14px;
}
.pro_message .yan .btn {
  display: inline-block;
  background: #dc0b10;
  color: #fff;
  width: 194px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
}
.com_timg img {
  width: 100%;
}
.com_top {
  line-height: 70px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.17), direction=0, strength=8px);
  /*兼容ie*/
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  /*兼容firefox*/
}
.com_top img {
  margin-right: 10px;
}
.com_c_a {
  padding: 50px 0;
  text-align: center;
}
.com_c_a a {
  display: inline-block;
  width: 185px;
  line-height: 50px;
  margin-right: 10px;
  background: #f1f1f1;
  border-radius: 50px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.com_c_a a.active,
.com_c_a a:hover {
  color: #fff;
  background: #dc0b10;
}
.com_c_a a:last-child {
  margin-right: 0;
}
.com_text {
  padding-bottom: 40px;
}
.com_text .h1 {
  font-size: 40px;
  text-align: center;
  font-weight: normal;
  padding-bottom: 15px;
}
.com_text .te_T {
  font-size: 14px;
  line-height: 33px;
  color: #666666;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.con_about_next a {
  display: inline-block;
  width: 100%;
  padding: 30px 0;
  font-size: 16px;
  line-height: 30px;
  border-top: 1px solid #e5e5e5;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.con_about_next a span {
  display: inline-block;
  width: 100px;
  color: #999999;
}
.con_about_next a:hover {
  color: #dc0b10;
}
.con_about_next a:hover span {
  color: #dc0b10;
}
/*招聘*/
.recruit .ul li {
  /* background: #d8d8d8;*/
  /*padding: 0 60px;*/
  margin-bottom: 40px;
}
.recruit .ul li.active .text {
  /* border-top: 1px solid #e3e4e6;*/
  /*height: auto;*/
}
.recruit .ul li.active .li_top .iconfont {
  background: #dc0b10;
}
.recruit .ul li.active .li_top .iconfont:before {
  content: "\e728";
}
.recruit .ul li .li_top {
  padding: 20px 40px;
  position: relative;
  cursor: pointer;
  border: 1px solid #d8d8d8;
}
.recruit .ul li .li_top .iconfont {
  position: absolute;
  background: #d8d8d8;
  right: 0;
  top: 0;
  font-size: 30px;
  width: 69px;
  line-height: 69px;
  display: inline-block;
  color: #fff;
  text-align: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.recruit .ul li .li_top .xin {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 16px;
  width: auto;
  line-height: 30px;
  display: inline-block;
  color: #69696a;
  margin-top: -15px;
}
.recruit .ul li .li_top span {
  float: left;
  width: 25%;
  text-align: left;
  font-size: 18px;
  color: #666666;
}
.recruit .ul li .text {
  max-height: unset!important;
  background: #f5f5f5;
  overflow: hidden;
  font-size: 14px;
  line-height: 34px;
  display: none;
}
.recruit .ul li .text .pa {
  padding: 30px 40px;
}
.recruit .ul li .text .pa p {
  line-height: unset;
  padding: 0;
}
.recruit .ul li .text .t {
  font-weight: bold;
}
.recruit .ul li .text .red {
  color: #dc0b10;
  font-size: 18px;
}
/*招聘*/
/*关于我们 企业文化*/
.culture {
  background: url("../images/bg6.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
  margin-bottom: 40px;
}
.culture .swiper-container_cul {
  position: relative;
  overflow: hidden;
}
.culture .swiper-container_cul .swiper-slide {
  background: rgba(255, 255, 255, 0.4);
  border-left: 1px solid #fff;
}
.culture .swiper-container_cul .swiper-slide:first-child {
  border-left: none;
}
.culture .swiper-container_cul .swiper-slide .text {
  padding: 20px;
  text-align: center;
}
.culture .swiper-container_cul .swiper-slide .text .h1 {
  font-size: 28px;
  line-height: 30px;
}
.culture .swiper-container_cul .swiper-slide .text .te {
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*关于我们 企业文化*/
/*关于我们 公司荣誉*/
.honor_ul li {
  width: 31%;
  float: left;
  margin-right: 2%;
  margin-bottom: 30px;
}
.honor_ul li:nth-child(3n) {
  margin-right: 0;
}
.honor_ul li:hover img {
  transform: scale(1.05);
}
.honor_ul li:hover .text {
  background: #dc0b10;
}
.honor_ul li .img {
  overflow: hidden;
  text-align: center;
  line-height: 272px;
}
.honor_ul li .img img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.honor_ul li .text {
  text-align: center;
  color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  background: #6f6f6f;
  padding: 15px 0;
}
/*关于我们 公司荣誉*/
.p_text .in_us-con {
  position: relative;
  text-align: center;
}
.p_text .in_us-con .te {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}
.p_text .in_us-con .te ul {
  display: flex;
}
.p_text .in_us-con .te ul li {
  flex: 1;
  color: #fff;
}
.p_text .in_us-con .te ul li dd {
  font-size: 72px;
  font-weight: bold;
}
.p_text .in_us-con .te ul li p {
  font-size: 16px;
  line-height: 30px;
}
.p_text .t_img {
  width: 50%;
}
.p_text .t_text {
  width: 50%;
  padding-left: 20px;
  position: relative;
}
.p_text .t_text .en {
  position: absolute;
  color: #f5f5f5;
  font-size: 56px;
  line-height: 56px;
  top: 0;
  left: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.p_text .t_text .h1 {
  color: #dc0b10;
  font-size: 30px;
  line-height: 70px;
  font-weight: normal;
  position: relative;
  z-index: 100;
  text-align: center;
}
.p_text .t_te {
  color: #555555;
  font-size: 16px;
  line-height: 33px;
  text-indent: 2em;
  padding: 6px 0px;
}
.industry_ul li {
  -webkit-box-shadow: 0 0 12px rgba(3, 52, 64, 0.17);
  box-shadow: 0 0 12px rgba(3, 52, 64, 0.17);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(3, 52, 64, 0.17), direction=0, strength=12px);
  /*兼容ie*/
  -moz-box-shadow: 0 0 12px rgba(3, 52, 64, 0.17);
  /*兼容firefox*/
  margin-bottom: 20px;
}
.industry_ul li:hover img {
  transform: scale(1.05);
}
.industry_ul li:hover .text .h2 {
  color: #dc0b10;
}
.industry_ul li:hover .text .more {
  color: #fff;
  background: #dc0b10;
}
.industry_ul li:nth-child(2n) .img {
  float: right;
}
.industry_ul li .img {
  width: 40%;
  overflow: hidden;
}
.industry_ul li .img img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.industry_ul li .text {
  width: 60%;
  padding: 40px 50px;
}
.industry_ul li .text .h2 {
  font-size: 26px;
  color: #333333;
  line-height: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.industry_ul li .text .te {
  margin: 20px 0 ;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.industry_ul li .text .more {
  display: inline-block;
  width: 50px;
  height: 50px;
  color: #666666;
  background: #eaeaea;
  border-radius: 50%;
  text-align: center;
  font-size: 38px;
  line-height: 50px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
/*通知公告_详情*/
.about_con_x .con {
  position: relative;
  z-index: 20;
}
.about_con_x .con .h1 {
  padding-top: 30px;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 10px;
  font-weight: normal;
}
.about_con_x .con .time {
  text-align: center;
  padding: 0 0 20px 0;
  color: #999999;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
}
.about_con_x .con .text {
  padding: 40px 0;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
/*新闻资讯*/
.news_list li {
  padding: 35px 35px 0 35px;
}
.news_list li:hover {
  background: #f8f8f8;
}
.news_list li .time {
  display: inline-block;
  width: 70px;
  margin-right: 25px;
  border-right: 1px solid #e6e6e6;
}
.news_list li .time p {
  color: #dc0b10;
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
}
.news_list li .time span {
  color: #999999;
  font-size: 12px;
  line-height: 33px;
}
.news_list li .ts {
  width: calc(100% - 95px);
  padding-bottom: 40px;
  border-bottom: 1px solid #e6e6e6;
}
.news_list li .ts .te {
  width: 75%;
  padding-right: 30px;
}
.news_list li .ts .te .h3 {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: normal;
  position: relative;
}
.news_list li .ts .te .te_te {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_list li .ts .te .more {
  display: inline-block;
  width: 100px;
  margin-top: 30px;
  line-height: 40px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background: #ed1b24;
}
.news_list li .ts .img {
  width: 25%;
}
.a_next {
  text-align: center;
  display: table;
  margin: 0 auto;
  padding: 40px 0 20px 0  ;
}
.a_next a {
  display: inline-block;
  float: left;
  font-size: 16px;
  line-height: 38px;
  padding: 0 15px;
  color: #fff;
  text-align: center;
  background: #d2d2d2;
  margin-right: 8px;
}
.nowpage {
  display: inline-block;
  float: left;
  font-size: 16px;
  line-height: 38px;
  padding: 0 15px;
  text-align: center;
  background: #ed1b24;
  color: #fff;
  margin-right: 8px;
}
.a_next a:hover,
.a_next a.active {
  background: #ed1b24;
  color: #fff;
}
/*联系我们*/
.us {
  padding: 30px 0;
}
.us .us_t {
  background: #f4f4f4;
}
.us .us_t .img {
  width: 55%;
}
.us .us_t .text {
  padding: 0 22px ;
  padding-top: 40px ;
  width: 45%;
  font-size: 16px;
  color: #666666;
}
.us .us_t .text span {
  color: #333;
  font-weight: bold;
}
.us .us_t .text .h1 {
  color: #e22e0d;
  font-size: 28px;
  padding: 20px 0;
}
.us .map {
  margin-top: 30px;
}
.s_f .maps {
  width: 950px;
}
.s_f .s_text {
  padding-top: 110px;
  width: 240px;
  font-size: 18px;
  color: #666666;
  line-height: 33px;
}
.s_f .s_text .red {
  color: #dc0b10;
  font-size: 30px;
  font-weight: bold;
  font-family: Impact;
}
.s_f .s_text .ot {
  padding-top: 25px;
  text-align: center;
  font-size: 16px;
}
.s_f .s_text .ot .fl:first-child {
  margin-right: 15px;
}
.jsmap-container {
  margin: 0 auto;
}
.yy_nr {
  width: 100%;
  background: #FFF;
  height: auto;
  overflow: hidden;
  margin: 30px auto;
  padding: 15px 0;
  color: #333333;
  padding-left: 15px;
}
.yy_nr .yy_nr1 {
  font-size: 30px;
  /* padding:20px 0 0px*/
  color: #dc0b10;
  font-weight: bold;
}
.yy_nr .yy_nr2 {
  min-width: 32%;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  padding-top: 25px;
}
.map_ads {
  padding: 50px 0 ;
}


.ny-product{ margin-left:-20px; position:relative; padding-top:5px;}
.ny-product li{ width:285px; float:left; position:relative; margin:36px 0 0 20px; text-align:center;}
.ny-product li .pic{     width: 100%; height: 200px; display:block;}
.ny-product li .bg{ background:#000; width:100%; height:36px; position:absolute; left:0; bottom:0; z-index:1; filter:alpha(opacity=50); opacity:0.5; -moz-opacity:0.50;}
.ny-product li .tit{ width:100%; height:36px; font:14px/36px "微软雅黑"; color:#fff; position:absolute; left:0; bottom:0; z-index:2;}


/*# sourceMappingURL=index.css.map */