﻿/*input 默认字体*/
/*单行隐藏*/
.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;
}
/*变化*/
/*上下*/
/*英文数字强制换行*/
.ying {
  display: inline;
  /*解决IE6 双倍水平外边距*/
  word-wrap: break-word;
  /*连续的数字或者英文就会不换行 得使用强制换行*/
  word-break: break-all;
  /*连续的数字或者英文就会不换行 得使用强制换行*/
}
.co_blue {
  color: #006db8;
}
.nfHead {
  width: 100%;
  background: #fff;
}
.nfHead .h-on {
  vertical-align: top;
  background: #f5f5f5;
  color: #666666;
  line-height: 30px;
}
.nfHead .he_lin {
  line-height: 130px;
  vertical-align: top;
}
.nfHead .from {
  display: inline-block;
  border: 1px solid #006db8;
  line-height: 40px;
}
.nfHead .from input {
  width: 270px;
  height: 40px;
  padding-left: 15px;
  display: inline-block;
  vertical-align: top;
  background: #fff;
}
.nfHead .from input::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
}
.nfHead .from input:-moz-placeholder {
  color: #999999;
  font-size: 14px;
}
.nfHead .from input::-moz-placeholder {
  color: #999999;
  font-size: 14px;
}
.nfHead .from input:-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
}
.nfHead .from .iconfont {
  background: #006db8;
  color: #80c1e7;
  text-align: center;
  width: 70px;
  line-height: 40px;
  vertical-align: top;
  display: inline-block;
}
.nfHead .ph {
  display: inline-block;
  line-height: 40px;
  padding-left: 10px;
}
.nfHead .ph dl {
  padding-left: 5px;
  display: inline-block;
  line-height: 24px;
  vertical-align: middle;
}
.nfHead .ph dl dt {
  color: #666666;
  font-size: 16px;
}
.nfHead .ph dl dd {
  color: #c32a20;
  font-size: 24px;
  font-weight: bold;
}
.nfHead .nfHead-nav {
  vertical-align: top;
  width: 100%;
  display: inline-block;
  background: #006db8;
  color: #ffffff;
}
.nfHead .nfHead-nav li {
  display: inline-block;
  float: left;
  position: relative;
  margin-right: 10px;
}
.nfHead .nfHead-nav li:hover span,
.nfHead .nfHead-nav li.active span {
  background: #ffffff;
  color: #006db8;
  font-weight: bold;
  /*  border-bottom: 4px solid #006db8;*/
}
.nfHead .nfHead-nav li:hover span:after,
.nfHead .nfHead-nav li.active span:after {
  width: 100%;
}
.nfHead .nfHead-nav li span {
  position: relative;
  padding: 0 40px;
  line-height: 55px;
  font-size: 18px;
  display: inline-block;
}
.nfHead .nfHead-nav li span:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 4px;
  width: 0;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background: #006db8;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.nfHead .nfHead-nav li .sub {
  z-index: 100;
  text-align: center;
  white-space: nowrap;
  background: rgba(0, 109, 184, 0.8);
  min-width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  padding: 5px 0;
  display: none;
}
.nfHead .nfHead-nav li .sub a {
  display: block;
  line-height: 36px;
  color: #fff;
  padding: 0 5px;
}
.nfHead .nfHead-nav li .sub a:hover {
  background: #ffffff;
  color: #006db8;
}
.swiper-father {
  position: relative;
  overflow: hidden;
}
.swiper-father .swiper-slide img {
  width: 100%;
}
.swiper-father .swiper-pagination{bottom:30px;}
.swiper-father .swiper-pagination-bullet{
  width: 63px;
  height: 6px;
  border-radius: 0;
  background: #ffffff;
}
.in_fh1._whe dt,
.in_fh1._whe dd {
  color: #ffffff;
}
.in_fh1 dt {
  font-size: 40px;
  color: #006db8;
  font-weight: bold;
}
.in_fh1 dt i {
  font-weight: bold;
  color: #c32a20;
}
.in_fh1 dd {
  font-size: 18px;
  text-transform: uppercase;
}
.in_o {
  padding: 80px 0;
}
.in_o .img {
  width: 50%;
  border-bottom-right-radius: 100px;
  border-top-left-radius: 100px;
}
.in_o .tex {
  width: 50%;
  padding-left: 90px;
}
.in_o .tex .te {
     text-indent: 2em; font-size: 16px;
  line-height: 32px;
  margin: 40px 0;
}
.in_o .tex .more {
  font-size: 16px;
  line-height: 32px;
}
.in_o .tex .more .adim-s{
  position: relative;display: inline-block;
}
.in_o .tex .more img {
  transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;
}
.in_o .tex .more .ad-im2{
  opacity: 0;
  display: inline-block;
  position: absolute;
  left: 0;
  line-height: 32px;
  top: 50%;
  margin-top: -6.5px;
}
.in_o .tex .more:hover .ad-im2{opacity: 1}
.in_o .tex .more:hover .ad-im1{opacity: 0}
.in_o .tex .more:hover img {
  margin-left: 20px;

}

.in_us {
  background: url("../images/cbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 60px 0;
  color: #ffffff;
  position: relative;
}
.in_us:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.in_us .w {
  position: relative;
  z-index: 10;
}
.in_us .til {
  text-align: center;
  font-size: 18px;
}
.in_us .til .t {
  font-size: 40px;
}
.in_us .te {
  width: 1100px;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
}
.in_us .list {
  margin: 20px 0;
  text-align: center;
}
.in_us .list .li {
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  width: 170px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 30px 0;
  line-height: 40px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.in_us .list .li:nth-child(n+2) {
  margin-left: 40px;
}
.in_us .list .li:hover {
  border: 1px solid rgba(0, 109, 184, 0.9);
  background: rgba(0, 109, 184, 0.9);
}
.in_case {
  text-align: center;
  background: url("../images/bg1.png");
  background-repeat: repeat;
  padding: 40px 0;
}
.in_case .swiper-container_int {
  position: relative;
  overflow: hidden;
  padding: 30px 0;
}
.in_case .swiper-slide {
  background: #ffffff;
}
.in_case .swiper-slide:hover .img img {
  transform: scale(1.08);
}
.in_case .swiper-slide .img {
  text-align: center;
  overflow: hidden;
  line-height: 300px;
  height: 300px;
  background: #ffffff;
}
.in_case .swiper-slide .img img {
  width: 100%;
  vertical-align: top;
  max-height: 300px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.in_case .swiper-slide .img .tex {
  padding: 0 20px;
}
.in_case .swiper-slide .tex {
  line-height: 26px;
  text-align: center;
  padding: 25px;
  overflow: hidden;
  white-space:  nowrap;
  text-overflow: ellipsis;
}
.in_case .more {
  text-align: center;
  line-height: 36px;
}
.in_case .more img {
  cursor: pointer;
}
.in_case .more .a {
  display: inline-block;
  font-size: 18px;
  padding: 0 22px;
  color: #383838;
}

.in_case .more .lis{
  position: relative;display: inline-block;
}
.in_case .more img {
  transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;
}
.in_case .more .ad-im2{
  opacity: 0;
  display: inline-block;
  position: absolute;
  left: 0;
  line-height: 32px;
  top: 50%;
  margin-top: -6.5px;
}
.in_case .more .lis:hover .ad-im2{opacity: 1}
.in_case .more .lis:hover .ad-im1{opacity: 0}

/*成功案例*/
.su_cases {
  padding: 55px 0 130px 0;
}
.su_cases .w {
  position: relative;
}
.su_cases .lte {
  width: 45%;
}
.su_cases .lte .in_fh1 {
  padding: 30px 0;
}
.su_cases .lte .te {
  font-size: 16px;
  line-height: 32px;
  padding: 40px 0;
}
.su_cases .lte .h1 {
  color: #006db8;
  display: inline-block;
  border: 1px solid #006db8;
  padding: 0 5px;
}
.su_cases .on_ma {
  position: absolute;
  right: 0;
  top: 0;
}
/*专利履约*/
.performance {
  padding: 50px 0;
  color: #ffffff;
  background: #006db8;
  text-align: center;
}
.performance .fo_bor{
  position: relative;
}
.performance .fo_bor:after{
  content: '';
  position: absolute;
  left: 0;
  top: 40%;
  background: url("../images/jux.png");
  width: 100%;
  height: 1px;
  background-repeat: repeat;
}
.performance .swi {
  position: relative;
  overflow: hidden;
  padding: 0 50px ;
  color: #ffffff;
  text-align: center;
}
.performance .swi .swiper-container_s {
  padding: 40px 50px ;
}
.performance .swi .swiper-slide:hover .im {
  transform: scale(1.3);
  border: 7px solid #c32a20;
}
.performance .swi .im {
  display: inline-block;
  overflow: hidden;
  border: 7px solid #eeeeee;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  background: #ffffff;
  text-align: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.performance .swi .im img {
  max-height: 100%;
}
.performance .swi .t {
  margin-top: 40px;
}
.performance .swi .te {
  font-size: 14px;
  line-height: 26px;
}
.performance .iconfont {
  width: 38px;
  height: 38px;
  top: 40%;
  line-height: 38px;
  margin-top: -19px;
  border-radius: 50% ;
  text-align: center;
  background: #ffffff;
  color: #d8131e;
  font-size: 18px;
  border: 1px solid #e6e6e6;
}
.in_news {
  padding: 40px 0;
}
.in_news .cho {
  line-height: 35px;
  padding-top: 25px;
}
.in_news .cho a,
.in_news .cho span {
  cursor: pointer;
  display: inline-block;
}
.in_news .cho a.on,
.in_news .cho span.on {
  color: #006db8;
  font-weight: bold;
  border-bottom: 3px solid #006db8;
}
.in_news .cho a:nth-child(n+2),
.in_news .cho span:nth-child(n+2) {
  margin-left: 25px;
}
.in_news .ne_o {
  display: inline-block;
  width: 100%;
  padding: 30px 0;
}
.in_news .ne_o .im {
  width: 30%;
}
.in_news .ne_o .tex {
  width: 70%;
  padding-left: 45px;
  padding-top: 30px;
}
.in_news .ne_o .tex .t1 {
  font-size: 18px;
  line-height: 35px;
}
.in_news .ne_o .tex .tex_t {
  padding: 20px 0;
}
.in_news .ne_o .tex .tex_t .te {
  padding-top: 10px;
  color: #666666;
  font-size: 14px;
  line-height: 21px;
  width: 78%;
}
.in_news .ne_o .tex .tex_t dl {
  text-align: right;
}
.in_news .ne_o .tex .tex_t dl dt {
  font-size: 18px;
  color: #666666;
}
.in_news .ne_o .tex .tex_t dl dd {
  font-size: 30px;
  color: #006db8;
}
.in_news .ne_o .tex .mo {
  color: #383838;
  font-size: 18px;
  margin-top: 20px;
  text-transform: uppercase;
}
.in_news .ne_o .tex .mo .adim-s{
  position: relative;display: inline-block;
}
.in_news .ne_o .tex .mo img {
  transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;
}
.in_news .ne_o .tex .mo .ad-im2{
  opacity: 0;
  display: inline-block;
  position: absolute;
  left: 0;
  line-height: 32px;
  top: 50%;
  margin-top: -6.5px;
}
.in_news .ne_o .tex .mo:hover .ad-im2{opacity: 1}
.in_news .ne_o .tex .mo:hover .ad-im1{opacity: 0}
.in_news .ne_o .tex .mo:hover img {
  margin-left: 20px;

}


.in_news .ne_lis .li {
  display: inline-block;
  width: 48%;
  float: left;
  padding: 30px;
  background: #fafafa;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
}
.in_news .ne_lis .li:nth-child(2n) {
  margin-left: 4%;
}
.in_news .ne_lis .li:nth-child(n+3) {
  margin-top: 45px;
}
.in_news .ne_lis .li .t {
  font-size: 18px;
}
.in_news .ne_lis .li .te {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  margin: 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.in_news .ne_lis .li .mo {
  color: #383838;
  font-size: 18px;
  margin-top: 20px;
  text-transform: uppercase;
}
.in_news .ne_lis .li .mo .adim-s{
  position: relative;display: inline-block;
}
.in_news .ne_lis .li .mo img {
  transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;
}
.in_news .ne_lis .li .mo .ad-im2{
  opacity: 0;
  display: inline-block;
  position: absolute;
  left: 0;
  line-height: 32px;
  top: 50%;
  margin-top: -6.5px;
}
.in_news .ne_lis .li .mo:hover .ad-im2{opacity: 1}
.in_news .ne_lis .li .mo:hover .ad-im1{opacity: 0}
.in_news .ne_lis .li .mo:hover img {
  margin-left: 20px;

}

.in_news .time {
  color: #666666;
}
.cons .con:nth-child(n+2) {
  display: none;
}
.footBox {
  background: #00558f;
  color: #ffffff;
}
.footBox .foo_b {
  font-size: 14px;
  line-height: 30px;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
}
.footBox .foo_o {
  padding: 80px 140px;
}
.footBox .foo_o .nav {
  width: 60%;
  display: flex;
}
.footBox .foo_o .nav .li {
  flex: 1;
}
.footBox .foo_o .nav .li a {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.5);
}
.footBox .foo_o .nav .li a:first-child {
  color: #ffffff;
  font-size: 18px;
  padding-bottom: 12px;
}
.footBox .foo_o .code {
  text-align: center;
}
.footBox .foo_o .code .li {
  width: 103px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 40px;
  margin-left: 60px;
}
.footBox .foo_o .pho {
  font-size: 14px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.5);
}
.footBox .foo_o .pho .t1 {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 2px;
  font-size: 20px;
  color: #ffffff;
  border-bottom: 1px dashed #ffffff;
}
.footBox .foo_o .pho .t1 img {
  margin-right: 5px;
}
.c_banner img {
  width: 100%;
}
.main {
  min-height: calc(100% - 603px);
}
.c_topli {
  border-bottom: 1px solid #e6e6e6;
  line-height: 70px;
}
.c_topli .a_li {
  font-size: 16px;
}
.c_topli .a_li .li {
  display: inline-block;
  float: left;
  margin-right: 60px;
}
.c_topli .a_li .li:hover,
.c_topli .a_li .li.on {
  color: #006db8;
  border-bottom: 2px solid #006db8;
}
.c_topli .adr {
  color: #999999;
  font-size: 14px;
}
.c_topli .adr img {
  margin-right: 5px;
}
.c_texone {
  padding: 60px 0;
}
.c_texone .te {
  font-size: 16px;
  line-height: 36px;
}
.c_texone .te-t {
  font-size: 16px;
  line-height: 36px;
  color: #666666;
  margin-top: 36px;
}
.c_texone_lis {
  padding: 30px 0;
}
.c_texone_lis .li {
  width: 19%;
  margin-right: 1.25%;
  padding: 25px;
  border: 1px solid #f3f3f3;
  border-radius: 8px;
}
.c_texone_lis .li:nth-child(5n) {
  margin-right: 0;
}
.c_texone_lis .li .h1 {
  color: #e9e9e9;
  font-size: 60px;
  font-weight: bold;
}
.c_texone_lis .li .t2 {
  font-size: 20px;
  font-weight: bold;
}
.c_texone_lis .li .li_te {
  margin: 15px 0;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  min-height: 120px;
}
.c_textw_lis {
  padding: 30px 0;
}
.c_textw_lis .li {
  width: 20%;
  text-align: center;
  color: #666666;
  line-height: 40px;
}
.c_textw_lis .li:first-child .t2:after {
  width: 50%;
  left: auto;
  right: 0;
}
.c_textw_lis .li:last-child .t2:after {
  width: 50%;
}
.c_textw_lis .li .t2 {
  color: #006db8;
  font-weight: bold;
  font-size: 20px;
  position: relative;
}
.c_textw_lis .li .t2:after {
  content: '';
  position: absolute;
  top: 49%;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 1px;
  background: #d6d6d6;
}
.c_textw_lis .li .t2 span {
  position: relative;
  z-index: 10;
  background: #ffffff;
  padding: 0 5px;
}
.c_textw_lis .li .li_te {
  padding: 20px  30px;
  line-height: 26px;
}
.c_textw_img {
  padding: 30px 0;
}
.c_textw_img .li {
  width: 32%;
  margin-right: 2%;
}
.c_textw_img .li:nth-child(3n) {
  margin-right: 0;
}
.c_textw_list {
  position: relative;
  border-bottom: 1px solid #e7eef2;
  padding-bottom: 50px;
  margin-bottom: 30px;
}
.c_textw_list .bot {
  position: absolute;
  bottom: 0px;
  left: 70px;
  opacity: 1;
  margin-left: -27px;
  margin-bottom: -27px;
}
.c_textw_list .li {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1px solid #999999;
  color: #999999;
  font-size: 18px;
  position: relative;
  z-index: 20;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding-top: 30px;
  text-align: center;
}
.c_textw_list .li:after {
  content: '';
  position: absolute;
  z-index: 10;
  width: 110%;
  height: 110%;
  left: -5%;
  top: -5%;
  opacity: 0;
  border-radius: 50%;
  background: rgba(0, 109, 184, 0.1);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.c_textw_list .li:nth-child(n+2) {
  margin-left: calc((100% - 840px)/5);
}
.c_textw_list .li.on {
  color: #ffffff;
  border: 1px solid rgba(0, 109, 184, 0.1);
  background: #006db8;
  /* .bot{opacity: 1}*/
}
.c_textw_list .li.on:after {
  opacity: 1;
}
.c_textw_list .li.on .im .im1 {
  display: none;
}
.c_textw_list .li.on .im .im2 {
  display: inline-block;
}
.c_textw_list .li .im .im2 {
  display: none;
}
.c_textw_list .li .h1 {
  padding-top: 15px;
}
.c_textw_list .li .bot {
  position: absolute;
  bottom: -50px;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.text_bj {
  padding-top: 40px;
}
.text_bj .t {
  text-align: center;
  font-size: 16px;
  line-height: 36px;
  padding: 20px 0;
  border-bottom: 1px solid #dcdcdc;
}
.text_bj .te {
  padding: 20px 0;
  color: #666666;
}
.c_texone_j {
  padding-bottom: 40px;
}
.c_texone_j .im {
  position: relative;
  width: 40%;
}
.c_texone_j .im:after {
  content: '';
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #f5f5f5;
}
.c_texone_j .tex {
  position: relative;
  width: 55%;
}
.c_texone_j .t {
  font-size: 16px;
  color: #006db8;
  font-weight: bold;
}
.c_texone_j .te {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  padding: 15px 0;
}
.c_glsit .li {
  width: 31%;
  margin-top: 50px;
  margin-right: 3.5%;
  background: #ffffff;
  border: 1px solid #eaeaea;
}
.c_glsit .li:nth-child(3n) {
  margin-right: 0;
}
.c_glsit .li:hover .img img {
  transform: scale(1.08);
}
.c_glsit .li .img {
  text-align: center;
  overflow: hidden;
  line-height: 300px;
  height: 300px;
  background: #ffffff;
}
.c_glsit .li .img img {
  width: 100%;
  vertical-align: middle;
  max-height: 300px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.c_glsit .li .img .tex {
  padding: 0 20px;
}
.c_glsit .li .tex {
  line-height: 26px;
  text-align: center;
  padding: 25px;
}
.c_glsit .li .tex p{overflow: hidden;
  white-space:  nowrap;
  text-overflow: ellipsis;}
.pPage {
  text-align: center;
  padding: 90px 0;
  font-size: 16px;
  color: #666;
  line-height: 35px;
}
.pPage a {
  border: 1px solid #e4e4e4;
  padding: 0 14px;
  vertical-align: top;
  display: inline-block;
  margin: 0 8px;
}
.pPage a.act,
.nowpage {
  background: #006fbb;
  color: #fff;
  padding: 0 14px;
  vertical-align: top;
  display: inline-block;
  margin: 0 8px;
  border: 1px solid #006fbb;
}
.pPage a:hover {
  border: 1px solid #006fbb;
  background: #006fbb;
  color: #fff;
}
.c_news .li {
  padding: 40px 0;
  border-bottom: 1px solid #ededed;
  vertical-align: top;
  width: 100%;
  display: inline-block;
}
.c_news .li:hover .time {
  background: #006db8;
  color: #ffffff;
}
.c_news .li .time {
  width: 140px;
  text-align: center;
  background: #fafafa;
  color: #afafaf;
  font-size: 18px;
  padding-bottom: 15px;
  border: 1px solid #f2f2f2;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.c_news .li .time .day {
  font-size: 60px;
}
.c_news .li .tex {
  width: 70%;
  width: calc(100% - 140px);
  padding-left: 30px;
}
.c_news .li .tex .h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 55px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c_news .li .tex .te {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.c_news_ts {
  padding: 100px 0;
}
.c_news_ts .li {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin-right: 5%;
  background: #ffffff;
  float: left;
}
.c_news_ts .li:nth-child(n+4) {
  margin-top: 80px;
}
.c_news_ts .li:nth-child(3n) {
  margin-right: 0;
}
.c_news_ts .li .video video {
  width: 100%;
  height: 250px;
}
.c_news_ts .li .t {
  vertical-align: top;
  font-size: 18px;
  text-align: center;
  background: #f5f5f5;
  line-height: 60px;
  overflow: hidden;
  white-space:  nowrap;
  text-overflow: ellipsis;
}


/*新闻详情*/.pnews-detaTop{ text-align:center;}
.pnews-detaTop .t{ font-size:24px; font-weight:bold;}
.pnews-detaTop .c{ background:#ededed; line-height:38px; color:#9b9b9b; margin-top:40px;}
.pnews-detaTop .c span{ padding:0 20px;}
.pnews-detaTop .c .iconfont{ font-size:20px; margin-right:5px; display:inline-block; vertical-align:top;}

.pnews-detaScoll{ width:901px; position:relative; overflow:hidden; margin:auto; margin-top:38px;}
.pnews-detaScoll li{ padding:0 153px;}
.pnews-detaScoll .swiper-button-next, .pnews-detaScoll .swiper-button-prev{ background:#fff; width:60px; height:60px; line-height:60px; text-align:center; font-size:24px; margin-top:-30px; color:#434343; border-radius:50%; transition:all 0.3s; box-shadow:0 0 10px rgba(38,38,38,.14);}
.pnews-detaScoll .swiper-button-next:hover, .pnews-detaScoll .swiper-button-prev:hover{ background:#bf0008; color:#fff;} 
.pnews-detaScoll .swiper-button-prev.swiper-button-disabled{ display:none;}
.pnews-detaScoll .swiper-button-next.swiper-button-disabled{ display:none;}

.pnews-detaWord{ font-size:16px; line-height:30px; text-align:justify; padding:30px 0;}
.pnews-detaPage{ background:#ededed; line-height:38px; position:relative; padding:0 25px;margin-bottom:20px;}
.pnews-detaPage a{ color:#9b9b9b; max-height:500px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.pnews-detaPage a:hover{ color:#bf0008;}
.pnews-detaPage a.return{ background:#9b9b9b; width:120px; text-align:center; color:#fff; position:absolute; left:50%; margin-left:-60px; top:0;}
.pnews-detaPage a.return .iconfont{ font-size:20px; display:inline-block; vertical-align:top; margin-right:13px;}





.generali {
  background: #fafafa;
  padding: 55px 0;
}
.generali .li {
  width: 23.5%;
  margin-right: 2%;
  overflow: hidden;
  float: left;
  background: #ffffff;
  padding: 30px;
  height: 240px;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.generali .li:hover {
  background: #dbe8f1;
}
.generali .li:hover .im {
  transform: scale(1.08);
}
.generali .li:nth-child(n+4) {
  margin-top: 28px;
}
.generali .li:nth-child(3) {
  width: 49%;
  margin-right: 0;
}
.generali .li:nth-child(7) {
  margin-right: 0;
}
.generali .li:nth-child(8) {
  width: 49%;
}
.generali .li:nth-child(9) {
  width: 49%;
  margin-right: 0;
}
.generali .li:nth-child(10) {
  width: 49%;
  height: 325px;
}
.generali .li:nth-child(11) {
  width: 49%;
  margin-right: 0;
  height: 325px;
}
.generali .li .im {
  width: 100%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.generali .li .h1 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 12px;
  position: relative;
}
.generali .li .h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 4px;
  background: rgba(0, 109, 184, 0.23);
}
.generali .li .h2 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 5px;
  position: relative;
}
.generali .li .te {
  font-size: 16px;
  line-height: 32px;
  margin-top: 20px;
  width: 80%;
}
.generali .li .te2 {
  font-size: 16px;
  line-height: 32px;
}
.generali .li .bo-im {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.generali .li:nth-child(3) .bo-im,
.generali .li:nth-child(5) .bo-im,
.generali .li:nth-child(8) .bo-im,
.generali .li:nth-child(11) .bo-im
{
  right: 0px;
  bottom: 0px;
}
.generali .li:nth-child(3) .bo-im,
.generali .li:nth-child(5) .bo-im,
.generali .li:nth-child(8) .bo-im,
.generali .li:nth-child(11) .bo-im{
  object-fit:cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.generali .li:nth-child(3):hover .bo-im,
.generali .li:nth-child(5):hover .bo-im,
.generali .li:nth-child(8):hover .bo-im,
.generali .li:nth-child(11):hover .bo-im{
  transform: scale(1.08);
}
.generali .li:nth-child(3) .h1,
.generali .li:nth-child(5) .h1,
.generali .li:nth-child(8) .h1,
.generali .li:nth-child(11) .h1{
  display: none;
}
.generali .li:nth-child(3) .te,
.generali .li:nth-child(5).te,
.generali .li:nth-child(8) .te,
.generali .li:nth-child(11) .te{
  display: none;
}


/*<!--创新科技-->*/
.generali_cr {
  padding: 80px 0;
}
.generali_cr .te {
  font-size: 16px;
  line-height: 30px;
}
.generali_lz {
  padding: 80px 0;
}
.generali_lz .tex {
  width: 50%;
}
.generali_lz .tex .h1 {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}
.generali_lz .tex .te {
  font-size: 16px;
  line-height: 36px;
}
.generali_lz .tex .qian {
  font-size: 18px;
  line-height: 120px;
  font-weight: bold;
}
/*联系我们-在线留言*/
.contact {
  background: 60px 0;
}
.contact .contact_c {
  background: #fafafa;
  padding: 70px 120px 0 120px;
}
.contact .contact_c .int {
  background: #ffffff;
  margin-top: 25px;
  border: 1px solid #f2f2f2;
  line-height: 50px;
  height: 50px;
  width: 32%;
  margin-right: 2%;
}
.contact .contact_c .int:nth-child(n+3) {
  margin-right: 0;
}
.contact .contact_c .int .na {
  display: inline-block;
  width: 68px;
  text-align: right;
  vertical-align: top;
}
.contact .contact_c .int input {
  width: calc(100% - 68px);
  vertical-align: top;
  height: 48px;
  line-height: normal;
}
.contact .contact_c .int input::-webkit-input-placeholder {
  color: #c4c4c4;
  font-size: 16px;
}
.contact .contact_c .int input:-moz-placeholder {
  color: #c4c4c4;
  font-size: 16px;
}
.contact .contact_c .int input::-moz-placeholder {
  color: #c4c4c4;
  font-size: 16px;
}
.contact .contact_c .int input:-ms-input-placeholder {
  color: #c4c4c4;
  font-size: 16px;
}
.contact .contact_c .texli {
  width: 100%;
  margin-top: 25px;
  border: 1px solid #f2f2f2;
  position: relative;
  background: #ffffff;
  line-height: 40px;
}
.contact .contact_c .texli .na {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100px;
  text-align: right;
  vertical-align: top;
}
.contact .contact_c .texli textarea {
  display: inline-block;
  width: 100%;
  line-height: 40px;
  height: 200px;
  text-indent: 100px;
}
.contact .contact_c .texli textarea::-webkit-input-placeholder {
  color: #c4c4c4;
  font-size: 16px;
}
.contact .contact_c .texli textarea:-moz-placeholder {
  color: #c4c4c4;
  font-size: 16px;
}
.contact .contact_c .texli textarea::-moz-placeholder {
  color: #c4c4c4;
  font-size: 16px;
}
.contact .contact_c .texli textarea:-ms-input-placeholder {
  color: #c4c4c4;
  font-size: 16px;
}
.contact .contact_c .int_te {
  padding: 70px 0;
  width: 100%;
  text-align: center;
}
.contact .contact_c .int_te .btn {
  background: #cecece;
  text-align: center;
  display: inline-block;
  width: 240px;
  color: #ffffff;
  line-height: 55px;
}
.contact .contact_c .int_te .btn1 {
  background: #387abe;
  margin-left: 30px;
}
.recruit {
  padding: 40px 0;
}
.recruit .til {
  background: #006db8;
  color: #fff;
  padding: 20px 0 ;
  font-size: 18px;
  line-height: 20px;
}
.recruit .til span {
  float: left;
  text-align: center;
  width: 25%;
}
.recruit .ul li {
  background: #fafbfc;
  /*  padding: 20px 0;*/
  line-height: 20px;
  border: 1px solid #e2e2e2;
  border-top: none;
}
.recruit .ul li.on .text {
  border-top: 1px solid #e3e4e6;
  /*height: auto;*/
}
.recruit .ul li .li_top {
  padding: 20px 0;
  position: relative;
}
.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: center;
  font-size: 18px;
  line-height: 20px;
  color: #666666;
}
.recruit .ul li.on .li_top span:last-child {
  color: #888888;
}
.recruit .ul li .li_top span:last-child {
  cursor: pointer;
}
.recruit .ul li .text {
  overflow: hidden;
  font-size: 16px;
  line-height: 34px;
  display: none;
  padding: 20px 60px;
}
.recruit .ul li .text .pa {
  padding: 30px 0;
}
.recruit .ul li .text .t {
  font-size: 18px;
}
.recruit_u {
  position: relative;
}
.recruit_u .ifom {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 810px;
}
.recruit_u .text {
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: rgba(0, 109, 184, 0.8);
  color: #ffffff;
  width: 510px;
  padding: 0 50px;
  padding-bottom: 50px;
}
.recruit_u .text .text_til {
  padding: 30px 0;
  border-bottom: 1px solid #ffffff;
}
.recruit_u .text .text_til .h1 {
  font-size: 24px;
  font-weight: bold;
}
.recruit_u .text .text_til .en {
  font-size: 14px;
  text-transform: uppercase;
}
.recruit_u .text .code {
  padding: 25px 0;
}
.recruit_u .text .code .li {
  width: 103px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
}
.recruit_u .text .code .li:first-child {
  margin-right: 40px;
}
.recruit_u .text .text-ad {
  font-size: 16px;
  line-height: 42px;
}
.recruit_u .text .text-ad i {
  font-weight: bold;
}
/*# sourceMappingURL=index.css.map */