header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  background: #fff;
  box-shadow: 1px 1px 4px gray;
}

.mes_form_l{ float:left;width: 50%;}
.mes_form_r {
    float: right;
     width:50%;
    position: relative; padding-left:20px;box-sizing: border-box;
}
.mes_form_l li input {
    width: 100%;
    height: 50px;
    background: #eee;
    border: none;
    text-indent: 10px;
    font-size: 14px;
    color: #434343;margin-bottom: 13px;
}
.mes_form_tj {
    cursor: pointer;
    display: block;
    float: left;
    width: 192px;
    height: 45px;
    margin-top: 30px;
    clear: left;
    background: #C7000B;
    border: none;
    color: #fff;
    font-size: 16px;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #999;
}
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
textarea:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
textarea:-moz-placeholder { /* Firefox 18- */
  color: #999;
}
textarea:focus,input:focus{outline:none}
.mes_form_cz {
    cursor: pointer;
    width: 192px;
    height: 45px;
    margin-top: 30px;
    float: left;
    margin-left: 10px;
    background: #a0a0a0;
    border: none;
    color: #fff;
    font-size: 16px;
}
.mes_form_r  textarea {
    height: 245px;
    width: 100%;
    padding: 10px 10px 0 10px;
    background: #eee;
    border: none;
    position: relative;
}
.english{display:none}
.list_sss:first-child{display:none !important}
header .header-box {
  width: 1440px;
  height: 92px;
  margin: 0 auto;
}
header .header-box > div {
  display: inline-block;
}
.solution-right img{height:40px}
header .logo {
  width: 211px;
  height: 92px;
  float: left;
  display: flex !important;
  justify-content: center;
}
header .logo>a{
    display: flex;
}
header .logo>a img {
  margin-top: 14px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
header .logo .logo-left {
  margin-left: 14px;
}
header .logo .logo-left p {
  color: #9E1D1C;
  font-size: 32px;
  margin-top: 19px;
  text-align: right;
  letter-spacing: 2px;
  font-weight: 900;
}
header .logo .logo-left span {
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #666666;
  font-weight: 900;
  margin-left: 10px;
}
header .header-middle {
  width: 738px;
  height: 92px;
  margin-left: 220px;
}
header .header-middle .middle-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-middle .middle-box > li {
  position: relative;
}
header .header-middle .middle-box > li > a {
  color: #333333;
  display: block;
  line-height: 92px;
  padding: 0 20px;
  font-size: 16px;
  position: relative;
}
header .header-middle .middle-box > li .navigation {
  position: absolute;
  width: 120px;
  top: 90px;
  left: -10px;
  right: 0;
  margin: auto;
  display: none;
}
header .header-middle .middle-box > li .navigation > li {
  /* border-bottom: 1px solid #eee; */
}
header .header-middle .middle-box > li .navigation > li > a {
  display: block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #333;
  /* background: #fff; */
  background: rgba(255, 255, 255, 0.6);
}
header .header-middle .middle-box > li .navigation > li > a:hover {
  color: #C7000B;
}
header .header-middle .middle-box > li:hover > a::before {
  content: " ";
  display: block;
  position: absolute;
  width: 65px;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 28px;
  margin: auto;
  background: #C7000B;
}
header .header-middle .middle-box > li:hover .navigation {
  display: block;
}
header .header-middle .middle-box .active a {
  color: #C7000B;
}
header .header-middle .middle-box .active > a::before {
  content: " ";
  display: block;
  position: absolute;
  width: 65px;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 28px;
  margin: auto;
  background: #C7000B;
}
header .header-ringht {

  height: 92px;
  float: right;
  top: 0;

  position: relative;
}
header .header-ringht .lg-box {
  position: absolute;
  right: -20px;
  background: rgba(255, 255, 255, 0.6);
  display: none;
}
header .header-ringht .lg-box > span {
  display: block;
  width: 100px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #333;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
header .header-ringht .lg-box > span:hover {
  color: #1f71c2;
}
header .header-ringht ul {
  display: flex;
  text-align: center;
  line-height: 92px;
  justify-content: space-between;
  align-items: center;
}
header .header-ringht ul li {
  display: flex;
  align-items: center;
}
header .header-ringht ul span {
  font-size: 16px;
  color: #5D5D5D;
  display: inline-block;
  padding: 0 10px;
}
header .header-ringht ul li i {
  width: 9px;
  height: 7px;
  display: inline-block;
  padding-top: 1px;
  background: url("../image/down.png") no-repeat;
}
.header-seize-seat {
  height: 92px;
}
/*banner*/
.banner .banner-words {
  position: relative;
}
.banner .banner-words .swiper-slide {
  font-size: 0 !important;
}
.banner .banner-words .banner-contents {
  width: 1318px;
  position: absolute;
  left: 19%;
  right: 0;
  top: 0;
  margin: auto;
}
.banner .banner-words .banner-contents .p1 {
  /* margin-top: 180px; */
  margin-top: 14%;
  font-size: 24px;
}
.banner .banner-words .banner-contents .p2 {
  font-size: 52px;
  font-weight: 900;
  margin-top: 24px;
  position: relative;
  color: #9e1d1c;
}
.banner .banner-words .banner-contents .p2::before {
  content: " ";
  display: block;
  position: absolute;
  width: 104px;
  height: 10px;
  left: 0;
  top: 90px;
  background: #C7000B;
}
.banner .banner-words .banner-contents .p3 {
  margin-top: 5%;
  font-size: 19px;
}
.banner .banner-words .banner-contents .p4 {
  font-size: 12px;
  color: #666666;
  margin-top: 14px;
}
.banner .banner-words .banner-contents .goin-bt {
  width: 196px;
  height: 56px;
  border-radius: 12px;
  background: #C7000B;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  margin-top: 3%;
}
.banner .banner-words .banner-contents .goin-bt>a{
    color: #fff;
}
.banner .banner-words .banner-contents .goin-bt   span {
  display: inline-block;
  padding-left: 10px;
  position: absolute;
    left: 56px;
    bottom: 19px;
}
.banner .banner-words .banner-contents .goin-bt i {
  display: inline-block;
  width: 25px;
  height: 26px;
  background: url(../image/Feixin.png) no-repeat;
  position: absolute;
  left: 29px;
  bottom: 15px;
}
/*解决方案*/
.solution {
  width: 100%;
  height: 360px;
  margin-top: -11px;
  position: relative;
}
.solution .line {
  width: 100%;
  height: 1px;
  background: #f4f4f4;
  position: absolute;
  top: 206px;
  left: 0;
  z-index: -1;
}
.solution .l-b-img {
  position: absolute;
  height: 102px;
  width: auto;
  left: 0;
  bottom: 3px;
}
.solution .search {
  width: 1436px;
  height: 100px;
  background: #232831;
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  margin: auto;
  z-index: 99;
}
.solution .search .dian {
  display: flex;
  flex-direction: column;
  float: left;
  margin-top: 34px;
  margin-left: 58px;
}
.solution .search .dian li {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #919498;
  margin-top: 6px;
}
.solution .search .search-in {
  color: #ffffff;
  margin-top: 37px;
  margin-left: 22px;
  line-height: 33px;
  float: left;
}
.solution .search .search-in .search-txt {
  font-size: 24px;
  float: left;
}
.solution .search .search-in .heng {
  width: 63px;
  border: 1px solid #fff;
  margin-left: 18px;
  margin-right: 18px;
  float: left;
  flex-direction: row;
  margin-top: 15px;
}
.solution .search .search-in .search-span {
  font-size: 16px;
  margin-top: 5px;
}
.solution .search .search-ss {
  width: 320px;
  height: 54px;
  background: #7b7e83;
  float: right;
  margin: 24px 60px 0 0;
  display: flex;
  align-items: center;
  border-radius: 27px;
}
.solution .search .search-ss > img {
  margin-left: 22px;
}
.solution .search .search-ss > input {
  /* width: 250px; */
  outline: none;
  border: 0;
  /* margin-left: 14px; */
  font-size: 16px;
  background: transparent;
  color: #fff;
}
.solution .solution-content {
  width: 1318px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.solution .solution-content .solution-left {
  display: flex;
  flex-direction: column;
}
.solution .solution-content .solution-left .p1 {
  font-size: 22px;
  color: #bdbdbe;
  display: inline-block;
  padding: 0 32px;
  background: #fff;
}
.solution .solution-content .solution-left .p2 {
  font-size: 38px;
  color: #232831;
  font-weight: bold;
  display: inline-block;
  padding: 0 32px;
  background: #fff;
  margin-top: 15px;
}
.solution .solution-content .solution-right {
  width: 818px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.solution .solution-content .solution-right > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 22px;
  background: #fff;
  cursor: pointer;
}
.solution .solution-content .solution-right > li > p {
  font-size: 15px;
  color: #666666;
  margin-top: 13px;
}


/*图片切换*/
.solution-down {
  width: auto;
  position: relative;
  display: none;
}
.solution-down .show-img {
  display: block;
  width: 100%;
  height: 100%;
}
.solution-down .solution-float {
  padding-bottom: 40px;
  background: #c7000b;
  position: absolute;
  right: 0;
  top: -50px;
}
.solution-down .solution-float .solution-text {
  width: 660px;
  height: 82px;
  position: relative;
  text-align: left;
  margin-top: 67px;
  margin-left: 67px;
  margin-right: 190px;
  color: #fff;
}
.solution-down .solution-float .solution-text .solution-p1 {
  font-size: 30px;
  margin-bottom: 28px;
}
.solution-down .solution-float .solution-text a {
  position: absolute;
  padding: 6px 15px 6px 40px;
  top: 0;
  right: 29px;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  background: url(../image/Feixin.png) no-repeat 11px;
}
.solution-down .solution-float .solution-text a:hover {
  background: #fff url(../image/Feixin1.png) no-repeat 10px;
  color: #000;
}
.solution-down .solution-float ul {
  width: 660px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 52px;
  margin-left: 64px;
}
.solution-down .solution-float ul li a {
  color: #fff;
  width: 200px;
  height: 60px;
  display: inline-block;
  border: 1px solid #fff;
  text-align: center;
  font-size: 14px;
  line-height: 60px;
  border-radius: 10px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.solution-down .solution-float ul li:hover a {
  background: #fff;
  color: #000;
}
.active {
  display: block;
}
/*关于新秀化学*/
.about {
  width: 100%;
  background: url(/common/assets/images/lower_bg.jpg) no-repeat;
  padding: 70px 0; background-size:cover
}
.about .about-upper {
  width: 1323px;
  color: #b8b9b9;
  margin: 0 auto;
  text-align: center;
}
.about .about-upper .about-upper-p1 {
  font-size: 24px;
  color: #666666;
}
.about .about-upper .about-upper-p2 {
  font-size: 30px;
  color: #4d5459;
  font-weight: 900;
  margin-bottom: 56px;
}
.about .about-upper .about-upper-p3 {
  width: 1150px;
  margin: 0 auto;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 45px;
  color: #666666;
}
.about .about-upper a {
  color: #c7000b;
  border: 1px solid #c7000b;
  border-radius: 30px;
  padding: 10px 20px 10px 50px;
  background: url(../image/Feixin1.png) no-repeat 15px;
}
.about .about-upper a:hover {
  color: #fff;
  border: 1px solid #c7000b;
  border-radius: 30px;
  padding: 10px 20px 10px 50px;
  background: #c7000b url(../image/Feixin.png) no-repeat 15px;
}
.about .about-in {
  /* width: 1784px; */
  width: 93%;
  margin: 63px auto;
}
.about .about-in > ul > li {
  position: relative;
  width: 424px;
  /* height: 298px; */
  overflow: hidden;
}
.about .about-in > ul > li > img {
  width: 100%;
  /* height: 100%; */
}
.about .about-in > ul > li > div {
  position: absolute;
  text-align: center;
  bottom: 34px;
  left: 0;
  right: 0;
  color: #fff;
}
.about .about-in > ul > li > div a{
    color: #fff;
}
.about .about-in > ul > li > div p {
  font-size: 24px;
  margin-bottom: 10px;
}
.about .about-in > ul > li > div span {
  font-size: 14px;
}
.about .about-lower {
  width: 1323px;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 5px;
}
.about .about-lower ul {
  display: flex;
  justify-content: center;
}
.about .about-lower ul li {
  width: 200px;
  height: 200px;
  text-align: center;
  margin: 0 56px;
  color: #505050;
  padding-top: 55px;
  background: url(../image/yuan.png) no-repeat;
  position: relative;
}
.about .about-lower ul li > p {
  font-size: 30px;
  margin-bottom: 20px;
}
.about .about-lower ul li img {
  width: 28px;
  height: 8px;
  display: block;
  margin: 22px auto 0;
}
.about .about-lower ul li .circle {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
}
.about .about-lower ul li .circle .circle-c {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 50%;
  animation: fadenum 6s linear infinite;
}
.about .about-lower ul li .circle .circle-c .dian {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c90d17;
  right: 24px;
  top: 24px;
}
@keyframes fadenum {
  100% {
    transform: rotate(360deg);
  }
}
.about .about-lower ul li:hover {
  color: #fff;
  background: url(/common/assets/images/yuan1.png) no-repeat;
}
.about .about-lower ul li:hover .circle {
  display: none;
}
/*新闻资讯*/
.journalism {
  width: 1323px;
  height: 750px;
  background: #ffffff;
  margin: 70px auto 0;
}
.journalism .journalism-up {
  font-size: 40px;
  width: 660px;
  margin-left: 5px;
}
.journalism .journalism-up > p:first-child {
  font-size: 24px;
  color: #bdbdbe;
}
.journalism .journalism-up span {
  color: #666666;
  font-size: 16px;
}
.journalism .journalism-down {
  margin-top: 50px;
}
.journalism .journalism-down > div {
  width: 432px;
  margin: 0 5px;
}
.journalism .journalism-down .journalism-left {
  width: 432px;
  float: left;
  overflow: hidden;
  text-align: center;
}
.journalism .journalism-down .journalism-left li {
  position: relative; background: #000
}
.journalism .journalism-down .journalism-left li > div {
  width: 362px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin-left: 32px;
  text-align: left;
  color: #fff;
}
.journalism .journalism-down .journalism-left li > div h3 {
  font-size: 18px;
  margin-bottom: 12px;
}
.journalism .journalism-down .journalism-left li > div span {
  font-size: 12px;
  margin-bottom: 22px;
}
.journalism .journalism-down .journalism-left li > div p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 32px;
}
.journalism .journalism-down .journalism-left li > div a {
  color: #fff;
  font-size: 14px;
}
.journalism .journalism-down .journalism-left li > div a i {
  font-size: 7px;
}
.journalism .journalism-down .journalism-in {
  float: left;
  background: #f0f0f0;
}
.journalism .journalism-down .journalism-in .journalism-ss {
  height: 179px;
  width: 360px;
  margin-top: 45px;
  margin-left: 34px;
  margin-bottom: 45px;
}
.journalism .journalism-down .journalism-in .journalism-ss h3 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 13px;
}
.journalism .journalism-down .journalism-in .journalism-ss span {
  font-size: 10px;
}
.journalism .journalism-down .journalism-in .journalism-ss p {
  color: #999999;
  line-height: 24px;
  margin-top: 30px;
  font-size: 14px;
  margin-bottom: 22px;display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.journalism .journalism-down .journalism-in .journalism-ss a {
  color: #c90d17;
  font-size: 14px;
  margin-bottom: 40px;
}
.journalism .journalism-down .journalism-in .journalism-ss a i {
  font-size: 7px;
}
.journalism-down .journalism-left .animate__animated{opacity: 0.6;}
.journalism .journalism-down .journalism-in .other-img {
  width: 432px;
  height: 240px;
  overflow: hidden;
}
.journalism .journalism-down .journalism-in .other-img > img {
  width: 100%;
  height: 100%; opacity: 1;
}
.journalism .journalism-down .journalism-rignt {
  float: left;
  width: 428px;
  height: 510px;
  background: #d51b24;
}
.journalism .journalism-down .journalism-rignt h3 {
  padding-left: 37px;
  margin-top: 40PX;
  font-size: 22PX;
  color: #FFF;
}
.journalism .journalism-down .journalism-rignt h3 a {
  margin-right: 33px;
  line-height: 33px;
  font-size: 12px;
  color: #fff;
  float: right;
}
.journalism .journalism-down .journalism-rignt h3 a i {
  font-size: 7px;
}
.journalism .journalism-down .journalism-rignt ul {
  margin-top: 28px;
}
.journalism .journalism-down .journalism-rignt ul li {
  padding-left: 37px;
  height: 102px;
  font-size: 16px;
  position: relative;
}
.journalism .journalism-down .journalism-rignt ul li span {
  font-size: 10px;
  display: block;
  padding-top: 20px;
  color: #ebbabc;
}
.journalism .journalism-down .journalism-rignt ul li p {
  display: inline-block;
  font-size: 16px;
  margin-top: 14px;
  color: #fff;
}
.journalism .journalism-down .journalism-rignt ul li i {
  position: absolute;
  right: 30px;
  bottom: 31%;
  height: 22px;
  width: 13px;
  background: url(../image/arrow.png) no-repeat;
}
.journalism .journalism-down .journalism-rignt ul li:hover {
  background: #c9222a;
}
/*镂空字*/
.hollow {
  height: 560px;
  z-index: -99;
  background: url(/common/assets/images/hollow.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.hollow .hollow-txt {
  width: 1323px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
}
.hollow .hollow-txt h3 {
  padding-top: 200px;
  font-size: 54px;
}
.hollow .hollow-txt p {
  margin-top: 20px;
  font-size: 16px;
}
.hollow .hollow-txt ul {
  margin-top: 58px;
  display: flex;
  justify-content: center;
}
.hollow .hollow-txt ul li {
  margin: 0 20px;
  font-size: 16px;
  width: 217px;
  height: 52px;
  line-height: 50px;
  padding-left: 12px;
  border-radius: 50px;
  background: #c90d17;
  position: relative;
}
.hollow .hollow-txt ul li a {
    color: #fff;
}
.hollow .hollow-txt ul .hollow-img1 i {
  width: 24px;
  height: 21px;
  position: absolute;
  left: 36px;
  top: 14px;
  display: inline-block;
  background: url(../image/Feixin.png) no-repeat;
}
.hollow .hollow-txt ul li:hover{
  width: 217px;
  height: 52px;
  background: #fff;
  border-radius: 50px;
  color: #c90d17;
}
.hollow .hollow-txt ul li:hover a{
    color: #c90d17;
  }
.hollow .hollow-txt ul .hollow-img1:hover i {
  background: url(../image/Feixin1.png) no-repeat;
}
.hollow .hollow-txt ul .hollow-img2 i {
  width: 24px;
  height: 21px;
  position: absolute;
  left: 36px;
  top: 15px;
  display: inline-block;
  background: url(../image/yy.png) no-repeat;
}
.hollow .hollow-txt ul .hollow-img2:hover i {
  background: url(../image/Feixin1.png) no-repeat;
}
/*底部*/
.footer {
  width: 100%;
  height: 350px;
  background: #9e1d1c;
}
.footer .footer-total {
  width: 1323px;
  margin: 0 auto;
  display: flex;
  padding-top: 56px;
}
.footer .footer-total .footer-left {
  width: 460px;
}
.footer .footer-total .footer-left h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 32px;
}
.footer .footer-total .footer-left p {
  line-height: 36px;
  font-size: 14px;
  color: #e8e2d9;
}
.footer .footer-total .footer-in {
  width: 672px;
}
.footer .footer-total .footer-in ul {
  display: flex;
  justify-content: space-around;
}
.footer .footer-total .footer-in ul li {
  text-align: center;
}
.footer .footer-total .footer-in ul li a{
    color: #fff;
}
.footer .footer-total .footer-in ul li h4 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 24px;
}
.footer .footer-total .footer-in ul li p {
  line-height: 28px;
  font-size: 14px;
  color: #898989;
}
.footer .footer-total .footer-right {
  margin-left: 32px;
}
.footer .footer-total .footer-right > div {
  width: 150px;
  height: 150px;
  background: url(../image/frame.jpg) no-repeat;
  position: relative;
}
.footer .footer-total .footer-right > div img {
  position: absolute;
  top: 14px;
  left: 15px;
}
.footer .footer-total .footer-right > p {
  margin-top: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.footer .xian {
  width: 100%;
  margin-top: 30px;
  height: 1px;
  background: #e0dddd;
  /* border: 1px solid #e0dddd; */
}
.footer .footer-down {
  width: 1373px;
  font-size: 14px;
  margin: 0 auto;
  line-height: 60px;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
/*哀默色修改*/



/* .inside_banner h2{ font-size: 40px; font-weight: bold; color: #fff;; text-align: center;line-height: 2.4; padding-top: 20px;} */
.inside_banner h2{ font-size: 40px; font-weight: bold; color: #fff;; text-align: center;}
.inside_banner p{ text-align: center; font-size: 22px; }
.inside_banner p img{ margin-right: 10px;}
.inside_banner p *{ color: #fff;;  font-size: 16px;}
.inside_banner p a{color: #fff;}
.inside_banner .shubiao{ display: block; margin: 32px auto;}
.nav-height{min-height: 70px; background: #f7f6f4;position: relative;}
.nav-wrap.navFix{position: fixed; top:92px; left: 0; z-index: 8; height:90px; background: #f7f6f4; width: 100%;  box-shadow: 0 0 5px rgba(0,0,0, 0.2);}
.nav-wrap{ }
.nav-wrap ul{display: table!important; margin: 0 auto;}
.nav-wrap li{ float: left; line-height:70px; position: relative; }
.nav-wrap li a{font-size: 18px; padding: 0 40px; display:block}
.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;color: #C7000B;}
.nav-wrap li a.active::after{ content: ""; position: absolute; width: 80px; height:3px; bottom:0; background: #C7000B; left: 50%; margin-left:-40px;  }
.honor{ overflow: hidden; padding-bottom: 120px;}
.honor_list{ overflow: hidden;  width:100%; margin-bottom:50px;}
.honor_list li{ width: 23.2%; display: inline-block; border: 1px solid #e5e5e5; margin-right: 1%; margin-bottom: 20px; overflow:hidden}
/* .honor_list li:nth-child(4n){ margin-right: 0;} */
.honor_list li .img{overflow: hidden; width:100%;}
.honor_list li .img img{ width: 100%; transition: all 0.3s; display:block;}
.honor_list li:hover .img img{transition: all 0.3s; transform: scale(1.05);}
.honor_list li .gallery-title{ line-height: 50px; display:block; background: #e5e5e5;text-align: center; font-size: 16px; transition: all 0.3s; width:100%; height:50px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.honor_list li:hover{ border: 1px solid #C7000B;}
.honor_list li:hover .gallery-title{ background: #C7000B; color: #fff;}


/*产品中心*/
.ny_product_all{width:100%; height: auto; /*overflow: hidden;*/ margin-top:60px; margin-bottom: 60px}
/*.ny_product_all ul{width:100%; height: auto; overflow: hidden}*/
/*.ny_product_all ul li{width:100%; height:auto; border:1px solid #d2d2d2; margin:15px auto 25px; overflow:hidden; padding: 22px; }*/
 .ny_solution_img{width:300px; height:100%; float:left; overflow:hidden; border: 1px solid #d2d2d2}
.ny_solution_img img{width:100%; height:100%;    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s; display: block}
.ny_solution_xx{width:796px; height:auto; float:left; margin-left: 50px; padding: 20px 0}
.ny_solution_xx p{font-size:16px; color:#555; line-height:31px;}
.ny_solution_xx p b{color:#353432}
.ny_solution .case_link{margin-top:30px;}
.ny_soli_p{width:100%; height: auto; overflow: hidden;margin-top: 20px; margin-bottom: 20px;}
.ny_pro_shengcan .slideBox .bd 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_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_product_all ul li:hover{border:1px solid #024795;}*/
.ny_solution_xx .ny_yfzx_title{margin-top: 0}
.yfzx_more{width:120px;  height:40px;line-height:40px; color:#333; display:block;  text-align:center; font-size:16px; background:#eee}
.yfzx_more:hover{background: #C7000B; color: #fff; border: 1px solid #C7000B}
.n_pro_nav{width:100%; height:auto; overflow:hidden; margin-bottom:30px;}
.n_pro_nav a{font-size:16px; color:#666; border:1px solid #ffffff;   height: 50px; line-height:50px; width:auto; float:left; padding:0 20px; margin-right:10px; margin-bottom:10px;}
.n_pro_nav a:hover,.n_pro_nav a.m_active{background:#C7000B; color:#fff}
.ny_solution_xx .ny_yfzx_title h5{width:100%; height:auto; color:#333; font-size:18px; font-weight:bold; overflow:hidden; white-space:nowrap}
.ny_solution_xx:hover p, .ny_solution_xx:hover h5{color: #C7000B !important;}



/*产品详情页*/
.ny_pro_ft{width:100%; height: auto; margin-top: 60px;}
.ny_pro_ft h3{font-size: 30px;
    color: #1b1b1b;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;}
.ny_pro_ft p,.ny_pro_fts p{font-size: 16px;
    color: #707070;
    line-height: 30px;
    text-align: center;
    width: 100%;
    margin: 0px auto;}
.ny_product_show{width:100%; height: auto; overflow: hidden; margin:60px 0 100px;}
.ny_pro_top{width:100%; height: auto; overflow: hidden}
.ny_pro_tleft{width:507px; height:auto; float: left}
.ny_pro_tleft .slideBox{ width:100%; height:100%; overflow:hidden; position:relative; border:1px solid #ddd;  }
.ny_pro_tleft .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:15px; z-index:1; }
.ny_pro_tleft .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.ny_pro_tleft .slideBox .hd ul li{ float:left; margin-right:10px;  width:12px; height:12px; line-height:14px; text-align:center; background:#c9c9c9; cursor:pointer; border-radius: 50%;}
.ny_pro_tleft .slideBox .hd ul li.on{ background:#024795; color:#fff; }
.ny_pro_tleft .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.ny_pro_tleft .slideBox .bd ul{width:100%; height: 100%; overflow: hidden}
.ny_pro_tleft .slideBox .bd li{width:100%; height: 100%; }
.ny_pro_tleft .slideBox .bd img{ width:100%; height:100%; display:block;  }
.ny_pro_tright{width:650px; height: auto; float: right}
.ny_pro_tright h1{ font-size: 36px; color: #191919; height:auto; line-height:40px; font-weight:700;}
.ny_pro_p{width:100%; height:auto; border-bottom: 1px solid #e5e5e5; margin-top:15px; overflow:hidden; padding-bottom:30px;}
.ny_pro_p p{width:100%; height:100%;  color: #000000; line-height: 35px; font-size: 15px;   }
.ny_pro_a{width:100%; height: auto; overflow: hidden; margin: 20px 0 }
.ny_pro_a a{width:260px; height: 60px; background: #959595; display: block; overflow: hidden; line-height: 60px; font-size: 18px; color: #fff; float: left; margin-right: 18px; }
.ny_pro_a a:hover { background: #313131;}
.ny_pro_a a i{font-size: 28px; margin-right: 10px; float: left; margin-left:56px;}
.ny_pro_dh{width:100%; height:80px;}
.ny_pro_dh i{ color: #000000; font-size: 50px; float: left; line-height: 70px;}
.ny_pro_ddh{float: left;}
.ny_pro_ddh p{ font-size: 14px; color: #313131;}
.ny_pro_ddh span{ font-size: 30px; color: #024795; font-family: "Impact"}
.ny_pro_24{width:100%;  line-height: 30px; overflow: hidden; margin-top:30px;}
.ny_pro_24 p{font-size: 14px; color: #313131; background: url(/common/assets/images/dh.png) no-repeat left center; float: left; padding-left: 20px; margin-right: 30px;}

.ny_pro_bottom{width:100%; height: auto; display: block; overflow: hidden; margin-top: 65px;}
.ny_pro_bleft{width:869px; height: auto; overflow: hidden; float: left}
.ny_pro_bright{width:300px; height: auto; float: right}
.ny_probt_case{width:100%; height:368px; margin-top: 30px; }
.ny_probt_case h3,.ny_proshow_num h3,.ny_proshow_info h3{ font-size: 30px; color: #313131; font-weight: 500; text-align: center; margin-bottom: 24px;}
.ny_probt_case li{width:275px; height: 300px; float: left; margin-right:22px;}
.ny_probt_case li:nth-child(3n){margin-right:0px;}
.nyprocase-div{width:100%; height: 203px; overflow:hidden; position: relative}
.ny_probt_case li img{width:100%; height: 203px; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_probt_case li .ny_probt_xx{width:100%; height: 40px;  padding:0 15px;}
.ny_probt_xx h3{width: 100%; height:40px;  line-height: 40px; font-size: 16px; color: #313131; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_probt_case li:last-child{margin-right: 0px;}
.ny_probt_case li:hover .index_case_info::before,
.ny_probt_case li:hover p {opacity: 1; -webkit-transform: scale(1); transform: scale(1);}
.ny_probt_case li:hover .index_case_info {background: rgba(0,0,0,0.6);}
.ny_probt_case li:hover h5{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}
.ny_probt_case li .index_case_info h5{font-size: 16px; margin:0% 0 15px 0; }
.ny_probt_case li .case_xx{height:87px;}
.ny_probt_case li .case_xx p{font-size: 16px; line-height:28px;}

.ny_proinput .ny_pro_ft{margin-top:50px;}
.ny_proinput .ny_pro_ft span{color: #024795;font-size: 16px;}
.ny_proinput ul{width:100%; height: auto; display: block; overflow: hidden; margin-top: 38px;}
.ny_proinput ul li{width:100%; height: auto; margin-bottom: 12px; overflow: hidden;font-size: 16px; }
.ny_proinput ul li div{height: 36px; width: 420px; border: 1px solid #d2d2d2; float: left;}
.ny_proinput ul li div input{width:100%; height: 100%; border: 0px; padding-left: 10px;}
.li_dh{float: right!important}
.ny_proinput ul li textarea{width:100%; height: 88px; border: 1px solid #d2d2d2; padding: 10px; resize: none}
.liji_su{width:423px; height:46px; background: #024795; font-size: 16px; color: #ffffff; border: 0px; margin: 10px auto; display: block}
.ny_proinput{overflow:hidden; margin-bottom:20px;}
.sideMenu{width:100%; height: auto;  }
.sideMenu h3{ height:50px; line-height:50px; border-bottom:1px solid #e3e3e3;  background: url(/common/assets/images/jian.png) no-repeat 268px center;font-size: 15px; color: #191919; cursor:pointer; padding: 0px 18px 0;
text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.sideMenu h3.on {background: #024795; color: #fff; border-bottom: 0px;}
.sideMenu h3 em{ float:right; display:block; width:40px; height:32px;   background:url(/common/assets/css/images/icoAdd.png) 16px 12px no-repeat; cursor:pointer; }
.sideMenu h3.on em{ background-position:16px -57px; }
.sideMenu ul{ padding:15px 32px; color:#999; display:none;  background: #eeeeee;}
.sideMenu ul li a{font-size: 15px; color: #313131}
.sideMenu ul li {width:100%; height: 35px; line-height: 35px; background: url(/common/assets/images/dian.png) no-repeat left center; padding-left:15px; overflow: hidden; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.sideMenu ul li:hover a{color:#024795}
.ny_probt{width:100%; height:65px;}
.ny_probt li{width:100%; height:65px; background:#eeeeee; color:#313131; font-size:18px; float:left; text-align:center; line-height:65px; margin-right:1px;}
.ny_probt li:last-child{margin-right:0px;}
.ny_probt li:hover{background:#333; color:#fff}
.ny_probt li:hover a{color:#fff}
.ny_probt li.on{background:#333;}
.ny_probt li.on a{ color:#fff}
.ny_probt li a{width:100%; height:100%; display:block; overflow:hidden; font-size:18px;font-weight: bold;}
.ny_proshow_num{width:100%; height:auto; overflow:hidden; margin-top: 30px;}
.ny_proshow_info{width:100%; height:auto; overflow:hidden;  margin-top:36px; font-size:16px;color:#333; line-height:30px;}
.ny_proshow_info p{font-size:16px;color:#333; line-height:34px;}
.ny_proshow_info td{font-size:16px;color:#333; line-height:34px;}
.fangan_show{ margin-top:20px;}

.ny_hotnews{width:100%; height:auto; overflow: hidden; }
.ny_hotnews h3{width:100%; height:40px; background: #C7000B; color: #fff; text-align: center; line-height: 40px; font-size: 20px; padding: 0px 10px;}
.ny_hotnews ul{width:100%; height: auto; margin-top: 10px; margin-bottom:20px;}
.ny_hotnews ul li{width:100%; height:40px; line-height:40px; border-bottom: 1px solid #eee; padding: 0px 10px;}
.ny_hotnews ul li p{width:70%; float: left; height: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color: #191919; font-size: 14px;}
.ny_hotnews ul li span{float: right; font-size: 12px; color: #191919}
.ny_hotnews ul li:hover p,.ny_hotnews ul li:hover span{color:#C7000B}
.ny_hotnews ul li:hover p{color: #C7000B !important;}
.ny_hotnews_info{width:100%; height: auto; overflow: hidden; margin-top:15px;  border: 1px solid #dad7d7; padding: 8px 7px;}
.ny_hotnews_info p{font-size: 14px; color: #191919; line-height: 26px;}
.ny_hotnews input[type="text"]{width:218px; height:35px; line-height:35px; border:1px solid #ddd; padding:0px 10px; float:left;outline: none;}
.t_search{background:#C7000B; color:#fff;  height:35px; line-height:35px;  font-size:14px; border:0; width:60px;height: 37px;}

.mes_form_tj{background: #C7000B !important;}


/*��ҳ����*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin: 60px 0 100px; }
.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:50px;}
.ny_news_all ul li .ny_time span{display: block; font-size: 16px; color: #999; text-align: right}
.ny_news_all ul li .ny_time p{font-size: 41px; color: #c8c8c8;    text-align: right;}
.news_xx{width:62%; height: auto; float: left; margin-left:2%; margin-top: 36px;}
.container ul li a:hover h3{color: #C7000B;}
.container ul li a:hover p{color: #C7000B;}
.news_xx h3{width:100%; height: 35px; line-height: 35px; font-size: 20px; color: #000; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.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:24%; height: auto; float: right}
.news_pic img{width:155px; height: auto}
.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:#C7000B}
.ny_news_all ul li:hover h3{font-weight: bold; }
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 60px 0 100px; }
.ny_lx_dh,.ny_lx_dh p{width:100%; height:auto;  font-size: 16px; color: #333; line-height: 36px;}
.ny_list_all{width: 100%; height: auto; overflow: hidden; margin-top: 60px; margin-bottom: 60px;}



/*联系我们*/
.ny_contact{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.ny_contact_map{width:100%;  height: 400px; overflow: hidden; margin-top: 20px;}
.ny_conta_xx{width:100%; height: auto; display: block; overflow: hidden; margin-bottom: 42px; margin-top: 20px;}
.contact_right{width:50%;float: left; font-size: 16px; color: #666666; line-height:32px}
.ny_cont_wx{height: auto; float: right}
.ny_cont_wx dl{width:140px; height: 200px; float: left; margin-right: 26px;}
.ny_cont_wx dl dt{width:140px; height: 140px; border: 4px solid #e5e5e5; padding: 10px; background: #fff}
.ny_cont_wx dl dd{ font-size: 14px; color: #626262; height: 35px; line-height: 35px; text-align: center;margin-left: 26px;}
.ny_cont_wx dl dt img{width:100%; height: 100%;}
.keyword_light{line-height:28px;}
.container2{width: 1200px;margin: 0px auto;}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 60px 0 60px; }
.ny_news_show img{max-width:100%}
.ny_news_show p{font-size:16px; color:#333; line-height: 36px;}
.ny_title_1{ overflow: hidden; margin-bottom: 20px;}
.ny_title_1 h2{font-weight: 300; font-size: 34px; line-height: 1.2; color: #333;font-weight: bold   }
.ny_title_1 p{text-transform: uppercase; font-size: 22px; color: #C7000B; position: relative; line-height: 2.8; }
.ny_title_1 p::after{ content: ""; position: absolute; display: block; height: 1px; width: 140px; background: #d4d4d4; left: 0; bottom: 0;}
.ny_title_1 em{font-style: normal; font-size:18px; line-height:1.4; color: #000; padding: 15px 0; display: block;}
.ny_title_2{ overflow: hidden; padding-top: 50px; margin-bottom: 20px;}
.ny_title_2 h2{font-weight: 300; font-size: 36px; line-height: 1.2; color: #fff;}
.ny_title_2 p{text-transform: uppercase; font-size: 26px; color: #fff; position: relative; line-height: 2.8; margin-top: -10px;}
.ny_title_2 p::after{ content: ""; position: absolute; display: block; height: 3px; width: 80px; background: #fff; left: 0; bottom: 0;}
.ny_title_2 em{font-style: normal; font-size: 24px; line-height:1.4; color: #fff; padding: 15px 0; display: block;}
.section-content{width:100%; height:auto; overflow:hidden; margin: 60px 0 100px;}
.inside_banner{ height: 158px; padding-top:180px; position:relative}
.inside_banner .in_header{position:absolute;}


.about_ban{background: url(/common/assets/images/about_ban.jpg) no-repeat center bottom;}
.news_ban{ background: url(../image/news_ban.jpg) no-repeat center bottom;}
.contact_ban{background: url(../image/contact_ban.jpg) no-repeat center bottom;}
.service_ban{background: url(../image/service_ban.jpg) no-repeat center bottom;}
.case_ban{background: url(/common/assets/images/case_ban.jpg) no-repeat center bottom;}
.product_ban{background: url(/common/assets/images/product_ban.jpg) no-repeat center bottom;}
.rlzy_ban{background: url(/common/assets/images/rlzy_ban.jpg) no-repeat center bottom;}
.video_ban{background: url(/common/assets/images/video_ban.jpg) no-repeat center bottom;}


/* .timer_shaft_line{position: relative;} */
.product_cite{width: 690px;font-size: 15px;}
.product_cite h4{text-align: right;font-size: 15px;}
.timer_shaft_left{float: left;font-size: 26px;width: 175px;text-align: left;position: relative; line-height: 42px;  }
.timer_shaft_left::after{content:"";position: absolute;right: 3px;top: 22px;width: 11px;height: 11px;border:1px solid #003993;border-radius:50%;background: #fff;z-index: 2;}
.timer_shaft_right{float: right;line-height: 35px;padding-left: 30px;/*! max-width: 600px; */padding-top: 13px;color: #666; width:84%;   }
.timer_shaft_right > img{ display: block; width: 300px; height: auto; }
.timer_shaft_box{position: relative; margin-top: 70px;   }
.timer_shaft_box::after{content: '';position: absolute;left: 165px;height: 100%;width: 1px;background: #003993;z-index: 1;top: 0;}
.timer_shaft_line .timer_shaft_left{padding: 8px 15px;}
.clear_new{clear:both;overflow:hidden;}
.clear_new2:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.timer_shaft_box:first-child{margin-top: 50px;}
.exhibition_text{background: #eeeeee;padding: 30px;line-height: 30px;}
.exhibition_text h2{font-size: 24px;font-weight: bold;margin-bottom: 6px;}
.pic_list{width: 100%;}
.pic_list ul li{width: 23.5%;float: left;margin-right: 2%;margin-bottom: 10px;overflow: hidden;}
.pic_list ul li:nth-child(4n){margin-right: 0;}
.pic_list ul li a{display: block;}
.pic_list_box{overflow: hidden;}
.pic_list_box img{width:100%}
.pic_list ul li a img{width: 100%;transition:  all .5s;}
.pic_list ul li a p{text-align: center;line-height: 30px;margin-top: 10px;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.pic_list ul li:hover a img{transform: scale(1.2);}
.text_list{margin-bottom: 50px;;}
.text_list li a{display: block;}
.text_list li p{float: left;width: 70%;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}
.text_list li span{float: right;}
.text_list li{border-bottom: 1px dashed #cacaca;padding: 10px;}
.timer_shaft_right b{font-size:16px;   color: #333;}
.timer_shaft_right span{font-size:16px;}
.about_one_right{ width:80%; height:auto; float:right;}
.about_one_right p{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #333333; line-height: 29px; }
.ny_about_five{width:100%; height: auto; overflow: hidden; margin-bottom: 85px;}
.ny_about_five .container,.ny_about_four .container{border-top:1px solid #333333; padding-top: 48px;}
.about_five_t{width:185px; height: auto; float: left; text-align: right; margin-top:50px}
.about_five_t h3{font-size: 40px;; color: #222222; font-weight: bold;}
.about_five_t p{font-size: 16px; color: #333333;  font-family: "Arial"; margin-top:12px;}
.about_five_t img{margin-top: 22px;}
.about_five_pic{width:auto; margin-left: 260px;}
.about_five_pic a{width:100%; height: auto; display: block}
.about_five_pic a img{width:100%; height: auto; display: block}
.ny_fzlc{width:100%; height:auto; overflow:hidden; margin-bottom:60px;}




@media screen and (max-width:1600px){
.class_top_left{width:62%}
.class_top_left span{font-size:160px; line-height:140px;}
.class_top_dian{margin-top:40px;}
.in_fen_img{margin-top:32px;}
.in_fen_img img{width:64%; display:block; margin:0px auto;}

.index_class li a{padding:3% 8%}

}






@media screen and (max-width:1550px){
	
.index_about_left{width:39%}

	
}

@media screen and (max-width:1460px){
	
.w1440{width:1200px;}
.about_img{width:90%}
.ab1{top:0; right:30px}
.ab2{top:135px; right:-60px}
.ab3{top:310px; right:-68px}
.ab4{top:455px; right:15px}
.footer_top{width:490px; padding-right:60px;}
.footer_center{margin-left:6%; width:285px;}
.footer_center dl dt, .footer_center dl dd{width:48%}
.footer_right p{font-size:32px;}
.class_top_left h3{font-size:30px;}
.class_top_left h4{font-size:18px;}
.class_top_left{padding-top:50px;}
.in_fen_img{height:254px;}
.h_logo{width:200px}
.nav{width:59%}
}




@media screen and (max-width:1320px){
	
	.header_nav{width:94%; padding: 0 2%;}
}

@media screen and (max-width:1280px){
	
	.nav{width:63%}
	.h_oa{background: url(/common/assets/images/dq_icon.png) no-repeat 10px center; padding-left:44px}
	.nav .nLi h3 p{font-size:14px;}
}


.digg{margin:30px 0 30px 0;text-align: right; }
.digg a,.digg span{display: inline-block;height: 36px;padding:0 8px;margin:0 5px; line-height: 32px;color:#666; box-sizing: border-box; border:1px solid #ccc;  min-width: 36px;text-align: center; font-size: 14px;border-radius: 5px;}
.digg a:hover,.digg a.on{border:1px solid #dd0000;color:#fff;background-color: #9e1d1c;}

/* 内页通用产品推荐 */
.inside_pro{margin-top: 20px;margin-bottom: 40px;}
.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: #015cac; bottom: 30px; left: 16px; transition: all .4s;}
.picScroll-ipro .bd ul li:hover .title a::before{ content: ""; position: absolute; height: 1px;  width: 30px; background: #015cac; 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(/common/assets/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(/common/assets/images/inside_left.png) no-repeat center; float: left; cursor: pointer; left: 0px;}
.inex_news_main{ overflow: hidden;}
.inex_news_main li{ width:46%;  background: #f8f8f8; padding: 20px; float: left; margin-bottom: 20px; overflow: hidden;}
.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:hover a{ color: #C7000B}
.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;}
.inex_news_main li:hover span,.inex_news_main li:hover i{color: #C7000B}


.container{width:1200px; margin: 0 auto; }


/*  产品特产修改*/
.ny_product_all .container ul li{
    /*margin-bottom: 20px;*/
}
.ny_product_all .container .container-tt li a{
    width: 1200px;
    height: 310px;
    border:1px solid #f1f1f1;
    display: block;
}
.ny_solution_img{
    height: auto !important;
    margin:9px;
}

@media screen and (max-width: 1440px){
  .about .about-lower,.solution .search,.solution .solution-content,.about .about-upper,.footer .footer-total,header .header-box{width:1200px}
  header .header-middle{margin-left:100px}
  .journalism,.footer .footer-down,.about .about-upper .about-upper-p3{width:1200px}
  .banner .banner-words .banner-contents{width:80%; left:10%}
  .journalism .journalism-down .journalism-rignt{width:298px}
}
@media screen and (max-width:1280px){
   *{box-sizing: border-box; }
	.banner .banner-words .banner-contents .p1{margin-top:5%}
  .banner .banner-words .banner-contents .p2{font-size:22px}
  .about .about-lower,.banner .banner-words .banner-contents{width:90%; left:5%}
  header .header-middle .middle-box > li > a{padding:0 20px}
  header .header-middle{width:668px;}
	.nav{width:63%}
  header .header-middle {
    width: auto;
}
  .journalism, .footer .footer-down, .about .about-upper .about-upper-p3{width:1000px;}
  .solution .search .search-ss{display:none}
  .about .about-lower ul li{margin:0 15px;}
  .journalism .journalism-down .journalism-rignt{width:100%}
  .journalism .journalism-down .journalism-in{width:100%}
  .journalism .journalism-down .journalism-left{width:100%}
  .journalism .journalism-down .journalism-in .other-img{width:100%; height:auto}
  .journalism .journalism-down > div{margin:0}
  .journalism{overflow:hidden; margin-bottom:50px; height:auto}
  .footer{padding-top:40px; height:auto}
	.h_oa{background: url(/common/assets/images/dq_icon.png) no-repeat 10px center; padding-left:44px}
	.nav .nLi h3 p{font-size:14px;}
  .solution .search, .solution .solution-content, .about .about-upper, .footer .footer-total, header .header-box{width:100%}
  .journalism .journalism-down .journalism-in .journalism-ss,.footer .footer-total .footer-left,.footer .footer-total .footer-in,.journalism .journalism-down .journalism-left li > div,.journalism .journalism-up,.footer .footer-down,.hollow .hollow-txt,.journalism,.about .about-lower,.solution .search,.solution .solution-content,.about .about-upper,.footer .footer-total,header .header-box{width:auto; padding:0 15px;}
  .journalism .journalism-down .journalism-in .journalism-ss{margin:0 0 30px 0; padding:30px}
  .container2{padding:0 15px;width:100%;}
  .container{width:100%;padding:0 15px}
  .p_list{width:100%;}
  .banner .banner-words .banner-contents .p2::before{top:50px}
}
@media screen and (max-width: 1000px){
  .about .about-lower,.solution .search,.solution .solution-content,.about .about-upper,.footer .footer-total,header .header-box,.journalism,.footer .footer-down,.about .about-upper .about-upper-p3,.journalism .journalism-down .journalism-in .journalism-ss,.footer .footer-total .footer-left,.footer .footer-total .footer-in,.journalism .journalism-down .journalism-left li > div,.journalism .journalism-up,.footer .footer-down,.hollow .hollow-txt,.journalism,.about .about-lower,.solution .search,.solution .solution-content,.about .about-upper,.footer .footer-total,header .header-box{width:100%; padding:0 15px;}
  *{box-sizing: border-box; }
  .journalism, .footer .footer-down, .about .about-upper .about-upper-p3,.about .about-lower, .solution .search, .solution .solution-content, .about .about-upper, .footer .footer-total, header .header-box,.about .about-lower, .solution .search, .solution .solution-content, .about .about-upper, .footer .footer-total, header .header-box{width:100%; padding:0 15px;}
  header .header-middle{display:none !important}
  .solution .solution-content .solution-right > li{padding:0 10px; padding-bottom:15px}
  .search{display:none}
  .journalism .journalism-down .journalism-rignt,.journalism .journalism-down .journalism-in .other-img,.journalism .journalism-down > div,.journalism .journalism-down .journalism-left{width:100%}
  .solution .solution-content .solution-right,.solution .solution-content,.solution .solution-content .solution-left{display:block}
  .solution .solution-content{padding-top:40px;}
  .solution .solution-content .solution-right{width:100%; margin:50px 0; text-align: center;}
  .solution .solution-content .solution-right > li{    display: inline-block;}
  .solution{height:auto; padding-bottom:30px}
  .solution .l-b-img{display:none}
  .solution-down .solution-float{   top:0; position: inherit;}
  .solution-down .solution-float .solution-text{margin-top:0; padding-top:40px; width:100%; margin:0; padding:15px; height:100%}
  .solution-down .solution-float ul{width:100%; margin:15px 0;}
  .solution-down .solution-float .solution-text a{position: inherit; margin-top:10px; left:0; display: inline-block;}
  .about .about-lower ul{display:block}
  .about .about-lower ul li{margin:20px auto}
  .journalism .journalism-up span{display:none}
  .journalism .journalism-down .journalism-left li > div{margin-left:0}
  .footer,.hollow{height:auto}
  .footer-in{display:none}
  .footer .footer-total .footer-right > p{width:150px}
  .footer-down p{line-height:24px; padding:15px 0}
  .footer .footer-down,.footer-down span{display:block}
  .hollow .hollow-txt{padding:30px}
  .footer .footer-total{display:block; padding:15px}
  .journalism .journalism-down .journalism-in .journalism-ss{margin-left:0}

   
  .ve-menu-mobile a{float:left;display:inline-block;width:100%;text-align:center;text-decoration:none;color:#fff}
  .ve-menu>.ve-menu-pc>li{position:relative;float:left;cursor:pointer}
  .ve-menu>.ve-menu-pc>li:hover ul{display:block}
  .ve-menu>.ve-menu-pc>li>ul{position:absolute;left:0;display:none}
  .ve-menu>.ve-menu-pc>li>ul>li{height:40px}
  .ve-menu-icon{float:right;width:20px;height:21px;margin-right: 0px;    margin-left: 20px;    margin-top: 36px; cursor: pointer;}
  .ve-menu-icon>div{width:100%;height:3px;margin-top:3px;border-radius:3px}
  .ve-menu-mask{position:fixed;top:0;left:0;width:100%;height:100%; z-index:10000; transition: all 0.5s;}
  .ve-menu-mobile{position:fixed;top:0;left:0;width:100%;z-index: 10001;transition: all 0.5s; }
  .ve-menu-mobile{overflow:hidden}
  .ve-menu-mobile li{width:100%;text-align: center; line-height:60px}
  .ve-menu-mobile li a{padding:15px 0;border-bottom:1px solid #333; color:#fff}
  .ve-menu-mobile ul{display:none}
  .ve-menu-close>div{float:right;padding:0 10px}
  .ve-menu-close>div:after{font-size:35px;content:'\00d7'}
  .banner .banner-words .banner-contents .p2{margin-top: 10px;}
  .banner .banner-words .banner-contents .p3{margin-top: 10px; font-size: 14px}
.banner .banner-words .banner-contents .p1,.banner .banner-words .banner-contents .p4,.banner .banner-words .banner-contents .p2::before{display: none}
  .banner .banner-words .banner-contents .goin-bt{height: 36px;}
  .banner .banner-words .banner-contents .goin-bt span {
    display: inline-block;
    padding-left: 10px;
    position: absolute;
    bottom: 11px;}
  .banner .banner-words .banner-contents .goin-bt i{bottom: 4px}
  
}
.ve-menu-mobile{overflow:hidden}