.homepage .content-box .content {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  padding-top: 330px;
}

.homepage .content-box .content .title {
  font-size: 44px;
  font-weight: 900;
}

.homepage .content-box .content .texts {
  padding-right: 250px;
  line-height: 36px;
  margin-top: 26px;
  font-size: 17px;
}

.homepage .content-box .content .title-main {
  color: #ffffff;
  font-weight: 900;
}

.homepage .content-box .content .texts-main {
  color: #ffffff;
}

.homepage .content-box .hsbg {
  padding: 17px 30px;
  display: inline-block;
  width: auto;
  font-size: 23px;
  color: #fff;
  background: linear-gradient(to right, rgba(33, 81, 161, 1), rgba(33, 81, 161, 1));
  text-align: center;
  margin-top: 36px;
  font-weight: 400;
}

.homepage .content-box .upimg {
  display: block;
  margin: 0 auto;
  margin-top: 200px;
}

.aboutpage .content-box .content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 220px;
}

.aboutpage .content-box .content .title {
  font-size: 35px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  position: relative;
}

.aboutpage .content-box .content .title::before {
  content: " ";
  display: block;
  position: absolute;
  width: 67px;
  height: 7px;
  border-radius: 3.5px;
  bottom: -19px;
  left: 0;
  right: 0;
  margin: auto;
  background: #eb1934;
}

.aboutpage .content-box .content>.p1 {
  color: #333333;
  font-size: 16px;
  text-align: center;
  margin-top: 44px;
}

.aboutpage .content-box .content>.p2 {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  box-sizing: border-box;
  width: 1048;
  margin: 0 auto;
  margin-top: 30px;
}

.aboutpage .content-box .content .more {
  width: 166px;
  height: 60px;
  border-radius: 30px;
  background: linear-gradient(to right, #f19000, #d24200);
  margin: 0 auto;
  font-size: 13px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  cursor: pointer;
  margin-top: 36px;
}

.aboutpage .content-box .content .culture {
  padding: 0 86px;
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin-top: 76px;
}

.aboutpage .content-box .content .culture li>a {
    display: block;
  width: 230px;
  height: 228px;
  background: rgba(251, 251, 251, 0.5);
  border-radius: 50%;
  cursor: pointer;
  padding-top: 30px;
}

.aboutpage .content-box .content .culture li>div,
.aboutpage .content-box .content .culture li p {
  text-align: center;
  margin: 0 auto;
  color: #333333;
}
.aboutpage .content-box .content .culture .p1{
    font-weight: 900;
    font-size: 18px;
}
.aboutpage .content-box .content .culture li .top-img {
  width: 60px;
  height: 48px;
  margin: 0 auto;
  background-position: center;
  margin-top: 16px;
}

.aboutpage .content-box .content .culture li .top-img1 {
  background: url(../images/book1.png) no-repeat 100% 100%;
  background-position: center;
  margin-bottom: 16px;
}

.aboutpage .content-box .content .culture li .top-img2 {
    margin-bottom: 16px;
  background: url("../images/honor.png") no-repeat 100% 100%;
  background-position: center;
}

.aboutpage .content-box .content .culture li .top-img3 {
  background: url("../images/house.png") no-repeat 100% 100%;
  background-position: center;
  margin-bottom: 16px;
}

.aboutpage .content-box .content .culture li>.p1 {
  font-size: 18px;
  color: #333333;
  margin-top: 18px;
  text-align: center;
  font-weight: bold;
}

.aboutpage .content-box .content .culture li>.p2 {
  font-size: 12px;
  white-space: nowrap;
  color: #333333;
  margin-top: 12px;
  width: 100%;
  text-align: center;
}

.aboutpage .content-box .content .culture li .add-logo {
  text-align: center;
  margin-top: 15px;
  font-size: 24px;
  color: #eb1934;
}

.aboutpage .content-box .content .culture li:hover a {
  background: rgba(33, 81,161, 0.7);
}

.aboutpage .content-box .content .culture li:hover .top-img1 {
  background: url(../images/book.png) no-repeat 100% 100%;
  background-position: center;
}

.aboutpage .content-box .content .culture li:hover .top-img2 {
  background: url(../images/honor1.png) no-repeat 100% 100%;
  /*  background-position: center;*/
  margin-left: 75px;
}

.aboutpage .content-box .content .culture li:hover .top-img3 {
  background: url(../images/house1.png) no-repeat 100% 100%;
  background-position: center;
}

.aboutpage .content-box .content .culture li:hover>a p{
  color: #fff;
}

/* .aboutpage .content-box .content .culture li:hover>.p2 {
  color: #fff;
} */

.aboutpage .content-box .content .culture li:hover .add-logo {
  color: #fff;
}

.productpage .content-box .content {
  width: 1440px;
  min-height: 600px;
  margin: 0 auto;
  padding-top: 190px;
}

.productpage .content-box .content .title {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: relative;
}

.productpage .content-box .content .title::before {
  content: " ";
  display: block;
  position: absolute;
  width: 67px;
  height: 7px;
  border-radius: 3.5px;
  bottom: -19px;
  left: 0;
  right: 0;
  margin: auto;
  background: #eb1934;
}

.productpage .content-box .content>.p2 {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  box-sizing: border-box;
  width: 684px;
  margin: 0 auto;
  margin-top: 59px;
}

.productpage .content-box .content .culture {
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin-top: 42px;
}

.productpage .content-box .content .culture li {
  width: 350px;
  position: relative;
}

.productpage .content-box .swiper-slide {
  /* background: red; */
  /* width: 348px !important; */
}


.productpage .content-box .content .culture a .top0img {
  width: 96.8%;
  height: auto;
  cursor: pointer; position:relative;
}
.productpage .content-box .content .culture a .top0img img{
    height: 100%;
    width: 100%; display:block
}
.productpage .content-box .content .culture a p{
    width: 348px;
    height: 68px;
    font-size: 14px;
    background: #fff;
    text-align: center;
    line-height: 68px;
}

.productpage .content-box .content .culture li:hover .hover-show {
  display: block;
}

.productpage .content-box .content .culture .hover-show {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 81, 161, 0.6);
  cursor: pointer;
  display: none;
}

.productpage .content-box .content .culture .hover-show>div:first-child {
  width: 54px;
  height: 48px;
  margin: 0 auto;
  margin-top: 100px;
}

.productpage .content-box .content .culture .hover-show>div:first-child>img {
  display: block;
  margin: 0 auto; width:38px; height:38px;
}

.productpage .content-box .content .culture .hover-show>div:last-child {
  font-size: 14px;
  margin-top: 18px;
  color: #fff;
  text-align: center;
}

.productpage .content-box .content .culture li>p {
  height: 68px;
  width: 348px;
  background: #fff;
  text-align: center;
  line-height: 68px;
}

.productpage .content-box .content .switch-btn {
  margin-top: 46px;
  display: flex;
  justify-content: center;
}

.productpage .content-box .content .switch-btn>div {
  width: 144px;
  height: 58px;
  text-align: center;
  cursor: pointer;
}

.productpage .content-box .content .switch-btn .btn-left, .productpage .content-box .content .switch-btn .btn-right {
	background: rgba(0, 0, 0, 0.2);
  	margin-right: 16px;
}
.productpage .content-box .content .switch-btn .btn-left i {
	width: 100%;
	display: block;
	height: 100%;
	margin-left: 32%;
	background: url("../images/product1.png") no-repeat;
    margin-top: 21px;
}
.productpage .content-box .content .switch-btn .btn-left:hover i {
    background: rgba(224, 128, 13);
	margin-top: 24px !important;
	margin-left: 25% !important;
	background: url("../images/product3.png") no-repeat;
	text-align: center;
}

.productpage .content-box .content .switch-btn .btn-left:hover, .productpage .content-box .content .switch-btn .btn-right:hover {
  background: rgba(33, 81, 161);
/*  margin-left: 16px;*/
}
.productpage .content-box .content .switch-btn .btn-right i {
	width: 100%;
	display: block;
	height: 100%;
	margin-left: 32%;
	background: url("../images/product4.png") no-repeat;
    margin-top: 21px;
}
.productpage .content-box .content .switch-btn .btn-right:hover i {
    background: rgba(224, 128, 13);
	margin-top: 24px !important;
	margin-left: 25% !important;
	background: url("../images/product2.png") no-repeat;
	text-align: center;
}
/*
.productpage .content-box .content .switch-btn .btn-right img {
  margin-top: 24px;
}
*/

.case .case-conten {
  width: 1440px;
  margin: 0 auto;
  color: #fff;
  padding-top: 240px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.case .case-conten .case-left {
  width: 620px;
  height: 538px;
  background: rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 52px 92px 0 40px;
}

.case .case-conten .case-left .title {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  position: relative;
}

.case .case-conten .case-left .title::before {
  content: " ";
  display: block;
  position: absolute;
  width: 67px;
  height: 7px;
  border-radius: 3.5px;
  bottom: -32px;
  left: 0;
  margin: auto;
  background: #eb1934;
}

.case .case-conten .case-left .case-p2 {
  margin-top: 102px;
  font-size: 16px;
  line-height: 30px;
}

.case .case-conten .case-left .case-p3 {
  width: 158px;
  height: 53px;
  border-radius: 26px;
  background: linear-gradient(to right, #2151a1, #2151a1);
  text-align: center;
  line-height: 52px;
  margin-top: 80px;
  cursor: pointer;
}

.case .case-conten .case-left .case-p3 a{
    color: #fff;
}
.case .case-conten .case-right ul {
  padding: 0 0 12px 12px;
  background: #fff;
  width: 796px;
  font-size: 0;
}

.case .case-conten .case-right ul li {
  display: inline-block;
  padding: 12px 12px 0 0;
  position: relative;
}
.case .case-conten .case-right ul li {
    display: inline-block;
    padding: 12px 12px 0 0;
    position: relative;
  }

.case .case-conten .case-right ul li>a {
  display: block;
  width: 380px;
  height: 253px;
  cursor:pointer;
  overflow: hidden;
}



.case .case-conten .case-right ul a>p {
  position: absolute;
  color: #fff;
  font-size: 16px;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  box-sizing: border-box;
  padding-right: 12px;
  width: 295px;
}

.journalism .content {
  width: 1440px;
  margin: 0 auto;
  padding-top: 240px;
}

.journalism .content .con-top {
  display: flex;
  justify-content: space-between;
}

.journalism .content .con-top .title {
  font-size: 35px;
  font-weight: bold;
  color: #333333;
  position: relative;
}

.journalism .content .con-top .title::before {
  content: " ";
  display: block;
  position: absolute;
  width: 67px;
  height: 7px;
  border-radius: 3.5px;
  bottom: -20px;
  left: 0;
  margin: auto;
  background: #eb1934;
}

.journalism .content .con-top .top-right>div {
  width: 162px;
  height: 47px;
  background: #fff;
  text-align: center;
  line-height: 47px;
  font-size: 16px;
  color: #000;
  display: inline-block;
  cursor: pointer;
}

.journalism .content .con-top .top-right>div:hover {
  background: linear-gradient(to right, #2151a1, #2151a1);
  color: #fff;
}

.journalism .content .con-top .top-right>div:hover a{
    color: #fff;
}

.journalism .content .con-botn {
  margin-top: 94px;
  font-size: 0;
  display: flex;
}

.journalism .content .con-botn>div {
  display: inline-block;
}

.journalism .content .con-botn .journalism-clef {
  width: 488px;
  height: 485px;
  background: #2151a1;
  box-sizing: border-box;
  padding: 16px 17px 0 17px;
}

.journalism .content .con-botn .journalism-clef .swjournalism>div a{
  display: block;
  width: 100%;
  height: 311px;
  overflow: hidden;
}
.journalism .content .con-botn .journalism-clef .swjournalism>a img{
  width: 100%;
  height: 100%;
  cursor:pointer
}

.journalism .content .con-botn .journalism-clef .swjournalism>a p {
  color: #fff;
  line-height: 34px;
  font-size: 16px;
  margin-top: 8px;
}

.journalism .content .con-botn .journalism-clef .swjournalism>a .date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 16px;
  margin-top: 4px;
}
.journalism .content .con-botn .journalism-clef .swjournalism>a .date span{
    width:90px;
    font-size: 12px;
  }
.journalism .content .con-botn .journalism-clef .swjournalism>a .date img {
  width: 19px;
  height: 12px;
}

.journalism .content .con-botn .journalism-clef .swjournalism .hvbig-img{
    overflow: hidden;
    width: 100%;
}

.journalism .content .con-botn .journalism-crig {
  width: 936px;
  height: 485px;
  margin-left: 18px;
}

.journalism .content .con-botn .journalism-crig ul li {
  box-sizing: border-box;
  width: 459px;
  height: 237px;
  padding: 35px 38px 0 38px;
  background: #fff;
  display: inline-block;
}

.journalism .content .con-botn .journalism-crig ul li .title {
  font-size: 16px;
  color: #333333;
  position: relative; width:100%; height:30px; line-height:30px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap
}

.journalism .content .con-botn .journalism-crig ul li .title::before {
  content: " ";
  display: block;
  position: absolute;
  width: 70px;
  height: 3px;
  border-radius: 1.5px;
  bottom: -21px;
  left: 0;
  margin: auto;
  background: #2151a1;
}

.journalism .content .con-botn .journalism-crig ul li .texts {
  font-size: 16px;
  line-height: 30px;
  margin-top: 33px; width:100%; height:60px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;
}


.journalism .content .con-botn .journalism-crig ul li .date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  font-size: 16px;
  margin-top: 20px;
}

.journalism .content .con-botn .journalism-crig ul li .date i {
  height: 16px;
  width: 22px;
  background: url("../images/arrow1.png") no-repeat;
}

.journalism .content .con-botn .journalism-crig ul li:nth-child(even) {
  margin-left: 16px;
}

.journalism .content .con-botn .journalism-crig ul li:hover {
  color: #fff;
  background: linear-gradient(to right, #2151a1, #2151a1);
}

.journalism .content .con-botn .journalism-crig ul li:hover .title {
  color: #fff
}

.journalism .content .con-botn .journalism-crig ul li:hover .date {
  color: #fff
}

.journalism .content .con-botn .journalism-crig ul li:hover .texts {
    color: #fff
}

.journalism .content .con-botn .journalism-crig ul li:hover .title::before {
  content: " ";
  display: block;
  position: absolute;
  width: 70px;
  height: 3px;
  border-radius: 1.5px;
  bottom: -21px;
  left: 0;
  margin: auto;
  background: #fff;
}

.journalism .content .con-botn .journalism-crig ul li:hover .date i {
  height: 16px;
  width: 22px;
  background: url("../images/arrow2.png") no-repeat;
}

.journalism .content .con-botn .journalism-crig ul li:nth-child(4) {
  margin-top: 12px;
}

.contetn {
  width: 1440px;
  margin: 0 auto;
  color: #fff;
  padding-top: 200px;
}

.contetn .con-top {
  width: 885px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contetn .top-left .title {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  position: relative;
}

.contetn .top-left .title::before {
  content: " ";
  display: block;
  position: absolute;
  width: 67px;
  height: 7px;
  border-radius: 3.5px;
  bottom: -38px;
  left: 0;
  margin: auto;
  background: #eb1934;
}

.contetn .top-left .p1 {
  font-size: 24px;
  margin-top: 60px;
  color: #fff;
}

.contetn .top-left .p2 {
  font-size: 16px;
  margin-top: 24px;
  color: #fff;
}

.contetn .top-left .p3 {
  font-size: 16px;
  margin-top: 24px;
  color: #fff;
}

.contetn .top-right>p {
  font-size: 16px;
  color: #fff;
}

.contetn .top-right>ul {
  margin-top: 22px;
}

.contetn .top-right>ul li {
  display: inline-block;
}

.contetn .top-right>ul li>img {
  display: block;
  width: 110px;
  height: 112px;
}

.contetn .top-right>ul li>span {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.contetn .top-right>ul li:first-child {
  margin-right: 16px;
}

.contetn .con-bottom {
  padding-top: 24px;
  width: 885px;
}

.contetn .con-bottom .first-p {
  font-size: 16px;
  color: #fff;
}

.contetn .con-bottom .inps {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.contetn .con-bottom .inps input {
  outline: none;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  width: 434px;
  height: 44px;
  font-size: 14px;
  padding: 0 20px;
}

.contetn .con-bottom .inps input::-webkit-input-placeholder {
  color: #fff;
}

.contetn .con-bottom .inps input:-moz-placeholder {
  color: #fff;
}

.contetn .con-bottom .inps input::-moz-placeholder {
  color: #fff;
}

.contetn .con-bottom .inps input:-ms-input-placeholder {
  color: #fff;
}

.contetn .con-bottom .inps .youmobile {
  margin-left: 5px;
}

.contetn .con-bottom .inps textarea {
  width: 874px;
  background: transparent;
  border: 1px solid #fff;
  font-size: 14px;
  padding: 12px 20px;
  text-align: left;
  color: #fff;
  outline: none;
  margin-top: 8px;
}

.contetn .con-bottom .inps textarea::-webkit-input-placeholder {
  color: #fff;
  text-align: left;
}

.contetn .btn {
  width: 212px;
  height: 46px;
  background: #2151a1;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
  margin-top: 120px;
  font-size: 15px;
  border:none;
  color: #fff;
}

.contetn .record {
  margin-top: 60px;
}
.contetn .record a{
    color: #fff;
}
.contetn .record a:nth-child(2){
    margin-right: 160px;
}
.contetn .record .pt{
    background: url(../images/vl.png) no-repeat;
    display: inline-block;
    width: 124px;
    height: 24px;
    margin-bottom: -9px;
}
.contetn .record .pt:hover{
    background: url(../images/vl_hover.png) no-repeat;
}
.contetn .record .js{
    background: url(../images/wl.png) no-repeat;
    display: inline-block;
    width: 124px;
    height: 24px;
    margin-bottom: -9px;
}
.contetn .record .js:hover{
    background: url(../images/wl_hover.png) no-repeat;
}
/* 动画 */
.bgbig {
  animation: mymove 2s linear 1 forwards;
}

.bgbig .nest-full {
  animation: mymove 2s linear 1 forwards;
}

@keyframes mymove {
  from {
    background-size: 100% 100%;
  }

  to {
    background-size: 110% 110%;
  }
}





/*内页banner*/
.ny_banner{width:100%; height: 432px; overflow: hidden; padding-top: 170px;}
/* .ny_banner{width:100%; overflow: hidden;} */
.ny_banner .in_header{box-shadow: rgb(0 0 0 / 31%) 0px 0px 13px; background:rgba(0,0,0,0.75);}
.ny_banner #menu .nav .nLi p a{color:#000}
.ny_banner .h_dianhua{background: url(../images/souso_h.png) center center no-repeat;}
.ny_banner .logo_b{display:block;}
.ny_banner .logo_a{display:none;}
.ny_banner .header_cebian{border-right: 1px solid rgb(233, 234, 234);}
.ny_banner .nav_dinaji{background: url(../images/menu_h.png) center center no-repeat;}
.ny_banner .h_wx{background: url(../images/hh_ewm.png) center center no-repeat;}
.ny_banner .h_dz{background: url(../images/hh_dizhi.png) center center no-repeat;}
.ny_banner .h_dh{background: url(../images/hh_dianhua.png) center center no-repeat;}
.ny_baninfo{width:100%; height: auto; overflow: hidden; text-align: center}
.ny_ban_top{   display:inline-block; text-align: center }
.ny_ban_top h3{font-size: 48px; color: #ffffff; font-weight: bold;     display: inline-block; vertical-align: middle; }
.ny_ban_top img{    vertical-align: middle;     display: inline-block; margin: 0 20px}
.ny_baninfo h4{font-size: 20px; color: #fff; border-top:1px solid  rgb(255 255 255 / 50%); border-bottom:1px solid  rgb(255 255 255 / 50%); display: table; margin: 18px auto; height: 50px; line-height: 50px; padding: 0px 75px}
.m-crm{display: table; margin: 0px auto;  text-align: center; font-size: 14px; color: #fff; line-height: 30px; margin-top: 8px;}
.m-crm a{font-size: 14px; color: #fff}

.about_banner{background: url(../images/about_ban.jpg) no-repeat center}
.contact_banner{background: url(../images/contact_ban.jpg) no-repeat center}
.product_banner{background: url(../images/product_ban.jpg) no-repeat center}
.case_banner{background: url(../images/case_ban.jpg) no-repeat center}
.service_banner{background: url(../images/service_ban.jpg) no-repeat center}
.news_banner{background: url(../images/news_ban.jpg) no-repeat center}
.fuwu_banner{background: url(../images/fuwu_banner.jpg) no-repeat center}




.nav-wrap ul{display: table!important; margin: 0 auto;}
.nav-wrap li{ float: left; line-height: 90px; position: relative;}
.nav-wrap li a{font-size: 18px; padding: 0 40px;}
.nav-wrap li::before{ content: "|"; position: absolute;  display: block; right: 0; color: #808080;}
.nav-wrap li:last-child::before{ display: none;}
.nav-wrap li a.active{ position: relative;}
.nav-wrap li a.active::after{ content: ""; position: absolute; width: 80px; height:3px; bottom: -10px; background: #eb1934; left: 50%;  margin-left:-40px; }


/* 内页通用产品推荐 */
.inside_pro{margin-top: 20px;}
.inside_pro h3{  height: 54px; line-height: 54px;  position: relative; margin-bottom: 20px; font-weight: bold; color: #333;  font-size: 24px;}
.inside_pro h3::after{ content: ""; position: absolute;  height: 8px;  width: 86px; bottom: 0; left: 0; background: url(../images/fengen_10.png) no-repeat center; }
.inside_pro h3 span{ font-size:18px; margin-left: 10px; font-weight: bold; color: #dedede;}
.picScroll-ipro{  width: 1300px; position:relative;overflow: hidden;}
.picScroll-ipro .bd ul{height: auto;  }
.picScroll-ipro .bd ul li{ width: 414px; float: left; margin-right: 30px; position: relative;}
.picScroll-ipro .bd ul li .pic{ height:auto; width: 414px; overflow: hidden;}
.picScroll-ipro .bd ul li .pic img{ width: 100%;transition: all .4s;}
.picScroll-ipro .bd ul li:hover .pic img{transform: scale(1.08); transition: all .4s;}
.picScroll-ipro .bd ul li .title{  height: 66px;  width: 372px; background: #fff; position: absolute;  left: 20px; z-index: 9; bottom: -30px; box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.05)}
.picScroll-ipro .bd ul li .title a{ height: 66px; line-height: 66px; display: block; position: relative; padding-left: 30px;  transition: all .4s; font-size: 15px;}
.picScroll-ipro .bd ul li:hover .title a{ height: 66px; line-height: 66px; display: block; position: relative; padding-left: 50px; }
.picScroll-ipro .bd ul li .title a::before{ content: ""; position: absolute; height: 1px;  width: 10px; background: #2151a1; bottom: 30px; left: 16px; transition: all .4s;}
.picScroll-ipro .bd ul li:hover .title a::before{ content: ""; position: absolute; height: 1px;  width: 30px; background: #2151a1; bottom: 30px; left: 16px;}
.picScroll-ipro .bd ul li .title span{ float: right; font-size: 14px; color: #999; padding-right: 15px;}
.picScroll-ipro .hd .next,.picScroll-ipro .hd .prev{ position: absolute; top: 110px; z-index: 9999; height: 54px; width: 30px; }
.picScroll-ipro .hd .next{ background: rgba(0,0,0,0.7) url(../images/inside_right.png) no-repeat center; float: right; cursor: pointer; right: 0px;}
.picScroll-ipro .hd .prev{ background: rgba(0,0,0,0.7) url(../images/inside_left.png) no-repeat center; float: left; cursor: pointer; left: 0px;}
.inex_news_main{ overflow: hidden;}
.inex_news_main li{ width:49%;  background: #f8f8f8; padding: 20px; float: left; margin-bottom: 20px; overflow: hidden;}
.inex_news_main li:hover{color: #024795 !important;}
.inex_news_main li:nth-child(2n){ float:right;}
.inex_news_main li .pic{ float: left; height: 133px; width: 187px; overflow: hidden; margin-right: 20px;}
.inex_news_main li .pic img{ width: 100%; transition: all .4s;}
.inex_news_main li:hover .pic img{transform: scale(1.08); transition: all .4s;}
.inex_news_main li p a{ font-size: 16px; line-height: 32px;     overflow: hidden; display: block;  white-space: nowrap; text-overflow: ellipsis;}
.inex_news_main li p a:hover{ color: #2151a1}
.inex_news_main li span{ font-size: 14px; color: #999; display: block; line-height: 32px;}
.inex_news_main li i{font-style: normal; font-size: 14px; line-height: 30px; text-align: justify; color: #666; display: block;}




/*产品展示*/
.ny_product_one{width:100%; height: auto; overflow: hidden; margin-top: 56px;}
.pro_pic_1{width:49%; height: auto; float: left; margin-right: 1%; overflow: hidden}
.pro_pic_2{width:23.7%; height: auto; float: left; margin-right: 1%; overflow: hidden}
.pro_pic_3{width:23.7%; float: left; overflow: hidden}
.ny_product_two{width:100%; height: auto; overflow: hidden; margin-top: 60px; margin-bottom:40px;}
.ny_product_two h3{font-size: 40px; color: #222222; font-weight: bold; text-align: center; margin-bottom: 67px;}
.ny_product_two ul{width:100%; height: auto; overflow: hidden; }
.ny_product_two ul li{width:24.2%; height: auto; float: left; margin-right:1%; margin-bottom: 20px; }
.ny_product_two ul li:nth-child(4n){margin-right: 0;}
.ny_pro_pic{width:100%; height: auto; overflow: hidden; border: 1px solid #e5e5e5}
.ny_pro_pic img{width:100%; height: auto; display: block; margin:0px auto; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_product_two ul li h4{width:100%; height: 40px; line-height: 40px; font-size: 16px; color: #222222; margin-top: 8px; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_fa_more{width:146px; height: 34px; text-align: center; line-height:34px; font-size: 16px; color: #222222; margin:28px auto; display: block; border: 1px solid #333; position: relative}
.ny_fa_more p{z-index:999; position: relative}
.ny_fa_more:after{content: ""; width: 0; height: 100%; position: absolute; top:0; left:0; z-index: 9; background: #333; transition: all 0.4s ease-in-out;}
.ny_fa_more:hover p{color:#fff; }
.ny_fa_more:hover:after{width:100%; transition: all 0.4s ease-in-out;}
.ny_product_two ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_product_tj{width:100%; height: auto; overflow: hidden; margin-top: 88px; margin-bottom: 50px;}
.ny_product_tj .container{border-top:1px solid #333; padding-top: 55px;}
.product_five_pic{margin-left: 280px;}
.product_five_pic .ny_tj_pro{border: 1px solid #e5e5e5; overflow: hidden}
.ny_tj_pro img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;
}
.product_five_pic h4{width:100%; height: 40px; line-height: 40px; font-size: 16px; color: #222222; text-align: center; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap}
.product_five_pic a:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.swiper-pagination-bullet-active{background:#000}
.ny_proshow_bottom .hd ul{height: 54px; line-height: 54px; background: #f7f7f7; border-bottom: 1px solid #eee; margin-bottom: 20px;}
.ny_proshow_bottom .hd ul li{ height: 54px; line-height: 54px; width: 220px;  text-indent: 36px; font-weight: bold; color: #333; font-size: 20px; position: relative;}
.ny_proshow_bottom .hd ul li::before{ height: 6px; width: 6px; background: #2151a1; position: absolute; left: 20px; top:24px; display: block; content: "";}
.ny_pro_ddh{width:100%; height:auto; overflow:hidden; margin-top:20px;}
.ny_pro_ddh p{color:#333; font-size:16px;}
.ny_pro_ddh span{color:#2151a1; font-size:28px; font-weight:bold; margin-top:10px;}
.ny_proshow_xx{margin-left: 542px!important;}
.ny_proshow_xx em{font-size:16px; margin:10px auto; font-style: normal;}
.pro_text{width:100%; height:auto; margin:20px 0 10px; line-height:30px;}


/*内页新闻*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.ny_news_all ul{width:100%; height: auto; overflow: hidden;margin-bottom: 40px;}
.ny_news_all ul li{width:100%; height: auto; overflow: hidden; padding: 15px}
.ny_news_all ul li .ny_time{width:115px;height: auto; float: left;margin-top:25px;}
.ny_news_all ul li .ny_time span{display: block; font-size: 12px; color: #999; text-align: right}
.ny_news_all ul li .ny_time p{font-size: 41px; color: #c8c8c8}
.news_xx{width:67%; height: auto; float: left; margin-left:2%; margin-top: 20px;}
.news_xx h3{width:100%; height: 35px; line-height: 35px; font-size: 18px; color: #333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.ny_news_all ul li:hover .news_xx h3{ color: #2151a1}
.news_xx p{width:100%; height:52px; line-height: 25px; font-size: 14px; color: #666;  margin: 10px 0; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.news_xx span{font-size: 14px; color: #aaaaaa}
.news_pic{width:19%; height:auto; float: right; overflow:hidden}
.news_pic img{width:100%; height: auto; display:block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_news_all ul li:hover{background: #f4f4f4}
.ny_news_all ul li:hover .ny_time p,.ny_news_all ul li:hover .ny_time span,.ny_news_all ul li:hover span{color:#2151a1}
.ny_news_all ul li:hover h3{font-weight: bold; }
.ny_news_all ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 30px 0; font-size:15px; color:#666; line-height:30px;}
.ny_service_all p{     color: #333;    font-size: 16px;    line-height: 32px;}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 40px 0}
.ny_service_all img,.ny_news_show img{max-width:100%}
.ny_news_time{width: 100%; line-height: 30px; color: #999; height:auto; margin-bottom: 20px;
			border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center;
			clear: both}



/*联系我们*/
.ny_contact_nav{width:100%; height: auto; overflow: hidden}
.contact_list{display: table; margin:60px auto 0;}
.ny_contact_nav a{width:314px; height:50px; line-height: 40px; border-bottom: 1px solid #e5e5e5; font-size:20px; color: #999999; font-weight: bold; float: left; margin-right:60px; text-align:center}
.ny_contact_nav a:last-child{margin-right: 0}
.ny_contact_nav a:hover{border-bottom: 1px solid #fe0616; color:#222222}
.ny_contact_nav a.active{border-bottom: 1px solid #fe0616; color:#222222}
.ny_contact_xx{width:100%; height: auto; overflow: hidden; margin-top: 56px;}
.ny_contact_xx .container{border-top:1px solid #333333; border-bottom:1px solid #333333; padding: 35px 0; overflow: hidden;}
.contact_xx_left{width:30%; float: left}
.contact_xx_left h3{font-size: 40px; color: #222222; font-weight: bold; margin-bottom: 20px;}
.contact_xx_info{width:100%; height: auto; overflow: hidden; line-height: 28px; margin-top: 30px;}
.contact_xx_info p{font-size: 16px; color: #333333; line-height: 28px;}
.contact_xx_right{width:60%; height:345px; float: right}
.ny_contact_ly{width:100%; height:511px; background: url(../images/contact_bjs.jpg) no-repeat center; padding: 60px 0; margin-top: 74px;}
.ny_contact_ly h3{font-size: 30px; color: #fff; font-weight: bold; text-align: center; margin-bottom: 78px;}
.contact_ly_info{width:1200px; height: auto; overflow: hidden; margin: 20px auto 0}
.contact_ly_info dl{width:100%; height: 52px;}
.contact_ly_info dl input[type="text"]{width:100%; height: 100%; padding: 0px 10px; font-size: 14px; color: #fff; background: none; border: 0;outline: none;}
.contact_ly_info dl dt{width:49%; float: left; height: 100%; position: relative; border: 1px solid #4a4a4a}
.contact_ly_info dl dd{width:49%; float: right; height: 100%; position: relative; border: 1px solid #4a4a4a}
.contact_ly_info textarea{width:100%; height: 112px; border: 1px solid #4a4a4a; padding: 10px; font-size: 14px; color: #fff; background: none; margin-top:18px; resize: none;outline: none;}
.con_submit{width:340px; height: 52px; background: #fff; text-align: center; line-height: 52px; border: 0; display: block; margin:20px auto; font-size:16px}
.con_submit:hover{background:#2151a1; cursor:pointer; color:#fff}
.ny_contact_zhaopin{width:100%; height: auto; overflow: hidden;  margin-bottom: 98px;}
.ny_contact_zhaopin .container{border-top:1px solid #333333; padding-top: 35px;}
.contact_zhaopin_right{margin-left:280px; }
.contact_zhaopin_right ul{width:100%; height: auto; overflow: hidden; margin-top: 8px;}
.contact_zhaopin_right ul li{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #e5e5e5; padding-bottom: 56px; margin-bottom: 35px;}
.contact_zhaopin_right ul li h4{width:100%; height: 30px; line-height: 30px; font-size: 18px; color: #333333; font-weight: bold; margin-bottom: 10px;}
.contact_zp{width:100%; height: auto; overflow: hidden; margin-top:20px; line-height: 28px; font-size: 16px; color: #333333}
.contact_ly_info input::-webkit-input-placeholder { /* WebKit browsers */  
    color:    #fff;  
}  
.contact_ly_info input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info input::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info input:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:    #fff;  
}  


.contact_ly_info textarea::-webkit-input-placeholder { /* WebKit browsers */  
    color:    #fff;  
}  
.contact_ly_info textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info textarea::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info textarea:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:    #fff;  
}  






/*底部*/
.footer{width:100%; height:auto; overflow: hidden; background: #171717; padding-bottom: 10px; padding-top: 40px}
.footer .w1440{overflow: hidden}
.footer_left{width:450px; height: auto; float: left; text-align: left;}
.footer_left p{color:#fff; line-height: 30px; font-size: 16px;}
.f_logo{width:100%; height: auto; display: block; margin-bottom: 20px; overflow: hidden}
/* .f_logo img{width:78px; height: auto; float: left} */
.f_logo img{width:78px; height: auto; }
.f_logo dl{float: left; margin-left: 0px; margin-top: 14px}
.f_logo dl dt{color:#fff; font-weight: bold; font-size: 24px; line-height: 32px}
.f_logo dl dd{color:#fff;  font-size: 12px; text-transform: uppercase }
.footer_center{width:630px; height: auto; float: left; margin-left:5% }
.footer_center dl{float: left; margin-right: 15px; width: 111px}
.footer_center dl dt{color:#fff; font-size: 18px; line-height: 30px;}
.footer_center dl dd{width:100%; height: auto; overflow: hidden}
.footer_center dl dd a{color:#ffffff; font-size: 14px; line-height: 30px; display: block;overflow: hidden;height: 30px;}
.footer_center dl dd a:hover{color:#fff}
.footer_right{width:248px; height: auto; float: right; }
.footer_right h4{color:#fff; font-size: 16px; margin-bottom:20px;}
.footer_right dl{width:110px; height: auto; float: left; margin-right:22px}
.footer_right dl:last-child{margin-right: 0}
.footer_right dl dt{width:100%; height: auto; overflow: hidden}
.footer_right dl dt img{width:100%; height: auto; display: block}
.footer_right dl dd{width:100%; height: 40px; line-height: 40px; text-align: center; font-size: 14px; color:#fff}
.footer_copy{width:100%; height: auto; overflow: hidden; border-top:1px solid rgba(255,255,255,0.2); margin-top: 30px;}
.copy{clear:both;width:100%;height:30px; line-height:30px;  position: relative; border-top:1px solid rgba(255,255,255,0.1) }
.copy_l{font-size:14px; color:#fff; height: 100%; width: auto; margin:30px auto 15px; float: left }
.copy_l a{color:#fff}
.copy_l a:hover{color:#0d357f!important}
.footer_zhichi{width:auto; height:30px; overflow: hidden; float: right; margin-top:20px}
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#fff; height: 100%; line-height: 30px;}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat;  margin-right: 10px; margin-top:5px;}
.footer_zhichi .js{width:88px;height: 18px; background: url(../images/wl.png) no-repeat;  margin-top: 5px}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.footer_zhichi span{float: left; font-size: 14px; color: #fff;}
.footer_zhichi i{ float: left;}
.footer_links:hover .footer_lj{display: block}




/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width: 77px;
    z-index: 999;
}
.lxfx li:first-child{
    display: none;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
	 font-size: 14px;
}
.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i {
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
    background-position: 0 -25px;
}
.lxfx li i.icon-ly {
    background-position: 4px -53px;
}
.lxfx li i.icon-wx {
    background-position: -34px 4px;
}
.lxfx li i.icon-wb {
    background-position: -30px -22px;
}
.lxfx li i.icon-top {
    background-position: -30px -49px; height:32px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
}
.lxfx li {
    background:#2151a1;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; float:left;
}


.row{ margin: 0px;}
.container{ margin: 0px auto;width:1200px; }
.w1440{ margin: 0px auto; width:1440px; }
.l{float: left}
.r{float: right}



/* 荣誉证书放大样式 */
.lightbox{ z-index: 19200000!important;}

/* 新闻点击变色 */
.ny_news_all  .container ul li:hover p{color: #2151a1;}

/* 可能感兴趣的新闻 */
.inex_news_main li:hover a,
.inex_news_main li:hover span,
.inex_news_main li:hover i{color: #2151a1;}

/* 底部联系我们样式 */
.contetn .con-bottom .inps{position: relative;}
.contetn .con-bottom .inps>span{right: 0;}



@media screen and (max-width:1500px){
	.productpage .content-box .content,.case .case-conten,.journalism .content,.contetn,.w1440{width:1200px;}
	.btn-left{left:20px;}
	.btn-right{right:30px;}
	.case .case-conten .case-left{padding:40px 28px 0 30px;}
	.case .case-conten .case-left .case-p2{margin-top:80px;}
	.journalism .content .con-botn .journalism-clef{width:425px; height:440px;}
	.journalism .content .con-botn .journalism-crig{width:757px;}
	.journalism .content .con-botn .journalism-crig ul li{width:370px; height:214px; padding:25px 30px 0 30px}
	.journalism .content .con-botn .journalism-crig ul li .texts{margin-top:15px;}
	.journalism .content .con-botn{margin-top:70px;}
	.footer_center{margin-left:2%}
	.footer_left{width:300px;}
	.f_logo dl dt{font-size:18px;}
	.footer_left p{font-size:12px;}
	.footer_right{width:242px;}
	.header .logo,.change-logo{background-size:80%!important}
	.productpage .content-box .content .culture .hover-show>div:first-child{margin-top:66px;}
}




