.clear {

  clear: both;
  margin: 0; padding: 0;
}

.clearfix:after{ content: ""; display:block; height: 0; clear: both; visibility: hidden;}
.clearfix{*zoom:1;}

/*scroll*/
::-webkit-scrollbar {width:5px;height:5px}
::-webkit-scrollbar-button:vertical {display:none}
::-webkit-scrollbar-corner,::-webkit-scrollbar-track {background-color:#f5f5f5;}
::-webkit-scrollbar-thumb {border-radius:0;background-color:#d82729;}
::-webkit-scrollbar-thumb:vertical:hover {background-color:#d82729;}
::-webkit-scrollbar-thumb:vertical:active {background-color:#d82729;}

li{ list-style: none;padding:0; margin:0;}

.whiteBg {

  background: #fff !important;

}



.lightGrayBg {}



/*

  header

*/



nav {

  display: none;

  padding: 15px;

  box-sizing: border-box;

  width: 100%;

  height: 70px;

  background: #fff;

  position: relative;

}



.navUl {

  display: none;

  position: absolute;

  top: 70px;

  left: 0;

  padding: 0 15px;

  box-sizing: border-box;

  width: 100%;

  background: #fff;

  z-index: 4;

}



.navUl>li {

  line-height: 50px;



}



.navUl>li a {

  display: block;

  color: #333;

  border-bottom: 1px solid #e5e5e5;

}



.navUl>li.nav_language a {

  display: inline-block !important;

}



.navUl>li.nav_language a,

.navUl>li.nav_language span {

  margin-right: 10px;

}



.navUl>li.nav_language a:last-child {

  margin-right: 0;

}



.nav_menu {
  display: none;
}

.nav_menu>li a {
  padding-left: 15px;
  box-sizing: border-box;
}

header {
  width: 100%;
  /* min-width: 1200px; */
  line-height: 70px;
  height: 70px;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 99;
  box-shadow: 0 0 10px rgba(231, 229, 229, 1);

}


header .header_contain {
  width: 100%;
  max-width: 1200px;
  height: inherit;
  margin: 0 auto;
}

header .header_logo>img,
header .header_menu {
  vertical-align: text-top;
}

header .header_logo {
  margin-right: 20%;
  margin-top: 13px;
}

header .header_logo,
header .header_menu>li {

  float: left;
}

header .header_menu {
  float: right;
}

header .header_menu>li {
  height: 70px;
  line-height: 70px;
}


/* banner */
.bannerBox {
  width: 100%;
  margin-top: 80px;
}

.bannerBox img {
  width: 100%;
}



/*  main  */

.mainBox {
  width: 100%;
  min-height: 500px;
  clear: both;
  margin-top: 70px;
}

@media screen and (max-width: 768px) {

  .mainBox {
    margin-top: 0;
  }
}

/*  footer  */

footer {
  width: 100%;
  color: #e3e3e3;
}

footer .footer_contain {
  width: inherit;
  padding: 30px 0 0 0;
  box-sizing: border-box;
  background: #262C33;
}

footer .footer_contain .container {
  width: 100%;
  max-width: 1200px;
}

footer .footer_contact {
  line-height: 2;
}


footer .footer_contact a,
footer .footer_copyRight>div a {
  color: #e3e3e3
}

footer .footer_contact a:hover,
footer .footer_copyRight>div a:hover {
  color: #D71F0D;
}

footer .footer_hotline {
  font-size: 28px;
  color: #ffffff;
  font-weight: bold;
}

footer .footer_link {
  color: #ffffff;
  font-weight: bold;
}

footer .footer_copyRight {
  line-height: 36px;
  background: #1B1F24;
}

footer .footer_copyRight>div {
  margin: 0 auto;
  text-align: center;
}

.footer_info {
  padding-bottom: 25px;
}

footer .footer_copyRight>div span {}

footer .footer_contain .footer_logo {}

@media screen and (max-width: 1024px) {
  nav {
    display: block
  }

  header {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  nav {
    display: block;
    padding: 15px 0;
  }

  header {
    display: none;
  }
}

.form-panel {
  margin-top: 120px;
}

.carousel-control-prev,
.carousel-control-next {
  display: none;
}

.carousel-indicators {
  display: none;

}



.nav_logo_box {

  overflow: hidden;
  /* float: left; */
/* 
  display: flex;

  align-items: center;

  justify-content: space-between; */

}



.nav_logo {

  width: 100px;
  float: left;
  /* display: flex;

  align-items: center; */

}



.nav_logo img {

  max-width: 100%;

}



@media screen and (max-width: 400px) {

  #carouselExampleIndicators .active img {

    min-height: auto;

  }

}



/* 业务内容 */

.businessBox {

  padding: 10px 0 30px;

  box-sizing: border-box;

  width: 100%;

}



.businessBox .container {

  max-width: 1200px;

  width: 100%;

}



.bus_img img {

  max-width: 100%;

  height: auto;

}

.busMenu {

  padding-bottom: 40px;

}

.busMenu>div {

  line-height: 55px;

  font-size: 18px;

  text-align: left;

  text-indent: 20px;

  cursor: pointer;

  background: #DCDCDC;

}



.actived {

  background-color: #D71F0D !important;

  color: white;

}

.busMenu>div.actived {

  display: none;

}

.busMenu>ul {

  background: #fff;

  line-height: 55px;

  /* padding: 0 6%; */

  box-sizing: border-box;

}

.busMenu>ul li {



  position: relative;

  margin-bottom: 1px;

}

.busMenu>ul li>a {

  display: block;

  background: #efefef;

  padding-left: 20px;

  color: #333333;

  font-size: 18px;

}



.busMenu>ul li .subnav a:hover {

  color: #D71F0D;

}

.busMenu>ul li:hover>a {

  background: #fde8e6;

}

.busMenu>ul li.current>a {

  background: #fde8e6;

}

.busMenu>ul li.current>a {

  /* color: #D71F0D; */

}

.busMenu>ul li .subnav a.active {

  color: #D71F0D;

}

/* .busMenu .busUl>li.liactived>a {

  color: #D71F0D !important;

} */

.busMenu>ul li span.submenu,
.busMenu>ul li span.menutab {

  position: absolute;

  cursor: pointer;

  display: inline-block;

  top: 0;

  right: 0;

  width: 43px;

  height: 55px;

  background-image: url(../images/add.png);

  background-repeat: no-repeat;

  background-position: center center;

}

.busMenu>ul li span.submenu.minus,
.busMenu>ul li span.menutab.minus {

  background-image: url(../images/minus.png);

}

.busMenu>ul li .subnav {

  display: none;

  background: #fff;

  padding-top: 10px;

}

.busMenu>ul li .subnav a {

  display: block;

  padding-left: 25px;

  color: #444;

  line-height: 42px;

  font-size: 14px;

}

.tabnav {

  display: none;

}

.tabnav dd {

  position: relative;

  margin-bottom: 1px;

}

.tabnav dd>a {

  background: #fcfcfc;

  display: block;

  padding-left: 25px;

  color: #444;

  line-height: 42px;

  font-size: 16px;



}

.tabnav dd:hover>a {

  background: #fef3f2;



}

.tabnav dd.active>a {

  background: #fef3f2;



}

/* .busMenu .busUl>li.liactived>a {

  color: #D71F0D !important;

} */

.tabnav dd span.menuarrow {

  position: absolute;

  cursor: pointer;

  display: inline-block;

  top: 0;

  right: 0;

  width: 43px;

  height: 42px;

  background-image: url(../images/arrow-right.png);

  background-repeat: no-repeat;

  background-position: center center;

  background-size: 16px;

}

.tabnav dd span.menuarrow.arrow_down {

  background-image: url(../images/icon_product_open.png);

  background-size: 16px;

}

.lastnav {

  display: none;

  background: #fff;

  padding-top: 10px;

  padding-bottom: 2px;

}

.no_tabnav {

  background: #fff;

  padding-top: 10px;

  padding-bottom: 2px;

}

.tabnav dd .lastnav a,
.no_tabnav a {

  display: block;

  padding-left: 42px;

  background-image: url(../images/dots.png);

  background-position: 30px 11px;

  background-repeat: no-repeat;

  background-size: 4px auto;

  color: #666;

  line-height: 24px;

  margin-bottom: 10px;

  font-size: 14px;

}

.tabnav dd .lastnav a:hover,
.no_tabnav a:hover {

  color: #D71F0D;

}

.tabnav dd .lastnav a.subcurrent,
.no_tabnav a.subcurrent {

  color: #D71F0D;

}



.businessBox .busContent .bus_img {

  padding-top: 20px;

  padding-bottom: 50px;

}





.busUl1 li>a {

  cursor: pointer;

}



.businessBox .busContent .bus_img img {

  max-width: 100%;

}



.bus_info {

  position: relative;

  /* cursor: pointer; */



}

.product_list {

  margin-bottom: 30px;

}

.bus_list {
  text-align: center;

  padding: 10px 3%;

  width: 100%;

  box-sizing: border-box;

  line-height: 2;

}



.bus_list>h4 {

  font-size: 18px;

  color: #d71f0d;

}

.busContent>div:nth-child(2n) {

  flex-direction: row-reverse;

}



.busContent>div:nth-child(2n) .bus_infoNoHover:hover .bus_border {

  flex-direction: row-reverse;

  width: 0;

  height: 0;

  border: 20px solid #f5f5f5;

  border-left-color: #fff;

  border-right: 0;

  position: absolute;

  top: 20%;

  left: 105%;

}



/* */

.information_list {

  line-height: 2;

}



.information_list>div {

  margin-bottom: 30px;

}



.information_list>div:nth-child(2n) {

  flex-direction: row-reverse;

}



@media screen and (max-width: 400px) {

  .businessBox .busContent .bus_img img {

    max-width: 100%;

    height: auto;

  }



  .businessBox .busContent .bus_img {

    text-align: center;

  }

}



/* 关于元硕 */

.companyProfile {

  width: 100%;

  padding: 2% 0;

  line-height: 2;

}

.container {

  width: 100%;



}

.companyProfile h3 {

  text-align: center;

  font-size: 30px;

  margin-bottom: 2%;

}

.honorBox {

  width: 100%;

}

.honorBox img {

  /*width: 18%;*/

  width: 15%;

  margin-left: 0.5%;

  margin-right: 0.5%;

  box-shadow: 10px 10px 5px rgba(4, 0, 0, .2);

}

.honorBox img:last-child {

  margin-right: 0;

}

.introduce_img {

  width: 100%;

}



/* 解决方案 */

.solutionContent {

  padding-top: 20px;

}

.solute-list {

  padding-top: 10px;



}

.solute-list a {

  display: block;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  font-size: 16px;

  color: #333;

  line-height: 32px;

  background: url(../images/dots.png) no-repeat 12px center;

  padding-left: 30px;

}

.solute-list a:hover {

  /* background: url(../images/dots-r.png) no-repeat 12px center; */

  color: #D71F0D;

}



/* 新闻资讯 */

.newsBox {

  padding: 2.5% 0;

}

.newsMenu>div {

  display: none;

  line-height: 55px;

  font-size: 18px;

  text-align: left;

  text-indent: 20px;

  background: #DCDCDC;

  /* border-top: 2px solid #D71F0D; */

  color: #FFFFFF;

  background-color: #D71F0D;

}

.newsMenu ul {

  border: 1px solid #d4d0d0;

}

.newsMenu ul li {

  margin-bottom: 1px;

}

.newsMenu ul li a {

  display: block;

  line-height: 54px;

  background: #efefef;

  padding-left: 20px;

  color: #333333 !important;

  font-size: 16px;

}

.newsMenu ul li:hover a {

  background: #fde8e6;

}

.newsMenu ul li.active a {

  /* font-weight: bold;

  color: #D71F0D !important; */

  /* background: #D71F0D; */

  background: #fde8e6;

}

.breadcrumb-item a {

  color: #6c757d !important;

}

.breadcrumb-item a.active {

  color: #D71F0D !important;

}

.newsListBox {

  padding: 0 15px;

}

.list_item>div {

  display: inline-block;

}

.news_title {

  /* width: 69%; */

  font-size: 20px;

  color: #2e2027;

}

.news_nav {

  /* width: 30%; */

  text-align: right;

}

.news_nav,
.news_nav a,
.news_nav span {

  color: #999999;

}

.news_nav a:hover {

  color: #d71f0d;

}

.news_nav a.active {

  color: #d71f0d;

}

.news_list {

  margin: 2% 0;

  padding-top: 10px;

  border-top: 1px solid #d4d0d0;

}

.news_list li a {

  float: left;

  width: 80%;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  color: #2e2027;

}

.news_list li:hover a,
.news_list li:hover span {

  color: #D71F0D;

}

.news_list li {

  background: url(../images/dots.png) no-repeat left center;

  background-size: 5px;

  padding-left: 16px;

  line-height: 42px;

  overflow: hidden;

  /* border-bottom: 1px solid #d4d0d0; */

}

.news_list li span {

  float: right;

  color: #676767;

}

.news_list li:last-child {

  border-bottom: 0;

}

.list_row div:last-child {

  text-align: right;

}



.businessBox img {

  max-width: 100%;

  height: auto !important;

}

@media screen and (max-width: 768px) {

  .businessBox {

    line-height: 24px;

  }

}

/* 加入我们 */

.joinUs {
  width: 100%;
}

.joinUs .container {

  width: 100%;

  max-width: 1200px;

  padding: 3% 15px;

  box-sizing: border-box;

}
.join_contact div:first-child {
  line-height: 2;
}
.join_table {

  width: 100%;

  margin: 20px 0;

}

.join_table thead tr th,.join_table tbody tr td {

  line-height: 44px;

  padding: 0 10px;

}
.join_table thead tr th {

  background: #D71F0D;

  color: #fff;

}
.join_table tbody tr td {

  color: #676767
}
.feedBack {

  padding: 2% 0;

  box-shadow: 5px 5px 10px rgba(4, 0, 0, .18);

  background: #fff;

}
.feedBack h3 {

  font-size: 30px;

  font-weight: 500;

  line-height: 1.5;

}
.feedBack h3:nth-child(1) {

  color: #d71f0d;

}

.feedBack h3:nth-child(2) {

  color: #6f6f6f;

}
.feed_info {

  line-height: 2;

  border-top: 1px solid #6f6f6f;

}
.feed_list li img {

  margin-right: 10px;

}

.message h3 {

  font-size: 22px;

  font-weight: bold;

  line-height: 3;

  color: #383838 !important;

}
.message div {

  margin-bottom: 20px;

  position: relative;

  background: #F3F3F3;
}

.message div input,.message div textarea {

  width: 100%;

  outline: none;

  padding: 0 10px;

  border: none;

  line-height: 50px;

  background: none;

  box-sizing: border-box;

}

.sucessimg {

  width: 100%;

  height: 100%;

  position: fixed;

  background: rgba(0, 0, 0, .8);

  left: 0;

  top: 0;

  z-index: 10002;

}

.sucessbox {

  width: 600px;

  height: 470px;

  position: absolute;

  left: 50%;

  margin-left: -300px;

  top: 50%;

  margin-top: -235px;

  z-index: 10002;

  cursor: pointer;

}

.sucessclose {

  position: absolute;

  top: 10px;

  z-index: 10002;

  right: 20px;

  color: #444;

  font-size: 30px;

  font-weight: 500;

}

span.msg {

  position: absolute;

  top: 50px;

  width: 100%;

  z-index: 1;

  left: 0;

}

.last_div span.msg {

  bottom: -17px;

  top: auto;

}

.high {

  color: #ff0000;

  position: absolute;

  top: 10px;

  right: -14px;

}

.onError {

  font-size: 12px;

  color: #ff0000;

}

.onSuccess {

  font-size: 12px;

  color: green;

}

@media screen and (max-width: 400px) {

  .join_table {

    display: inline-block;

    overflow: auto;

  }



  .join_table thead tr th {

    white-space: nowrap;

  }



  .join_table tbody tr td {

    white-space: nowrap;

  }

}



.backTop {

  display: none;

  position: fixed;

  bottom: 150px;

  right: 0;

  z-index: 10;

  width: 69px;

  height: 65px;

  font-size: 16px;

  color: #8e8d8d;

  cursor: pointer;

  border-radius: 8px;

  text-align: center;

  background: url(../images/top.png) no-repeat center 10px #f3f4f9;

  padding-top: 38px;

  box-sizing: border-box;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

}

.backTop:hover {

  background: url(../images/top-r.png) no-repeat center 10px #d71f0d;

  color: #fff;

}


/* 导航最新2023-08-22 */
.header_menu {
  height: 70px;
}

.header_menu li {
  display: inline-block;
  vertical-align: top;
}

.header_menu li .a1 {
  display: block;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  color: #333;
  padding: 0 20px;
  position: relative;
  transition: all 0.5s;

}

.header_menu li .a1::before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  transition: all 0.5s;
}

.header_menu li:hover .a1 {
  color: #d82729;
}

.header_menu li.active .a1 {
  color: #d82729;
}

.header_menu li.active .a1::before {
  width: 100%;
  opacity: 1;
}

.header_menu li .a1 i {
  float: right;
  font-size: 18px;
  display: none;
  transition: all 0.5s;
}

.header_menu li.active_li .a1 i {
  transform: rotate(135deg);
}

.header_menu li .menu_div {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 1);
  display: none;
  border-top: 1px solid #d82729;
  box-shadow: 0 0 10px rgba(231, 229, 229, 1);
}

.header_menu li .menu_div p {
  display: flex;
  justify-content: center;
  height: 85px;
  line-height: 85px;
}

.header_menu li .menu_div p a {
  font-size: 18px;
  color: #333;
  margin: 0 45px;
  transition: all 0.5s;
}

.header_menu li .menu_div .w1400 {
  /* display: flex; */
  color: #333;
  min-height: 360px;
  padding: 54px 0;
  overflow: hidden;
  /* width:92%; margin:auto; */
}

.header_menu li .menu_div .h5 {
  /* flex-shrink: 0; */
  float: left;
  width: 30%;
  margin-right: 4%;
  border-right: 1px solid #666;
  padding-right: 50px;
  text-align: right;
  box-shadow:border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.header_menu li .menu_div .h5>img {
  max-width: 100%;
  height: auto;
}

.header_menu li .menu_div .h5 strong {
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
  padding-top: 15px;
}

.header_menu li .menu_div .h5 span {
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #666;
}

.header_menu li .menu_div .div {
  float: right;
  width: 65%;
}

.header_menu li .menu_div .h6 {
  /* display: flex; */
  margin-bottom: 30px;
}

.header_menu li .menu_div .h6>a {

  font-size: 16px;
  margin-right: 44px;
  padding: 0 5px 22px;
  color: #333;
  transition: all 0.5s;
  border-bottom: 1px solid #666;
}

.header_menu li .menu_div .h6 a.show {
  color: #d82729;
  border-color: #d82729;
}

.header_menu li .menu_div .h6 a:last-of-type {
  margin-right: 0;
}


.header_menu li .menu_div .nr_dl .sss a {
  display: block;
  float: left;
  width: 100%;
}

.header_menu li .menu_div .nr_dl .aa1 {
  margin-left: 118px;
}

.header_menu li .menu_div .nr_dl .aa2 {
  margin-left: 218px;
}

.header_menu li .menu_div .nr_dl .aa3 {
  margin-left: 306px;
}

.header_menu li .menu_div .nr_dl .aa4 {
  margin-left: 390px;
}

.header_menu li .menu_div .nr_dl {}

.header_menu li .menu_div .nr_dl dd {
  display: none;
  overflow: hidden;
}

.header_menu li .menu_div .nr_dl dd:first-of-type {
  display: block;
  font-size: 0;
}

.header_menu li .menu_div .nr_dl dd a {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-right: 2%;
  font-size: 14px;
  color: #666;
  line-height: 28px;
  padding: 0 5px;
  margin-top: 10px;
  transition: all 0.5s;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.header_menu li .menu_div .nr_dl dd a:nth-of-type(3n) {
  margin-right: 0;
}

.header_menu li .menu_div .nr_dl dd a:hover {
  color: #d82729;
}

.head_box .mCSB_container {
  margin-right: 4px;
}

.head_box .mCustomScrollBox>.mCSB_scrollTools {
  width: 4px;
}

.head_box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #217fff;
}

.head_box .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #839fc4;
  width: 4px;
}

.header_contain .m_h6 {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-image: url(../images/an1.png);
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
  display: none;
}

.header_contain .ac_h6 {
  background-image: url(../images/an2.png);
}
.aboutVideo{
  clear: both;
  width: 100%;
}
.aboutVideo h3{
  margin-top:40px;
  margin-bottom: 40px;
}
.Floor002234 {
  background:#f2f2f2;
  position:relative;
}
.Floor002234 video {
  width:100%;
  /* max-height:560px; */
  margin:0 auto;
  display:block;
  position:relative;
  /* padding-bottom:40px; */
}
.Floor002234 video.on {
  z-index:4;
}
@media (min-width:1280px) {
  .Floor002234 video {
    /* height:560px; */
    background:#000;
  }
}
#Floor002234_play {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  cursor:pointer;
  z-index:3;
}
#Floor002234_play .img {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:2;
  background-position:top center;
  background-repeat:no-repeat;
}
#Floor002234_play span.anniu {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.4) url(../images/videoplay.png) no-repeat center center;
  z-index:3;
  background-size:60px auto;
}
@media (max-width:1199px) {
  #Floor002234_play .img {
    background:none !important;
  }
  #Floor002234_play .img img {
    display:block;
  }
}
@media (min-width:1200px) {
  #Floor002234_play .img img {
    display:none;
  }
}

.solutionbox{
  padding-top: 40px;
  padding-bottom: 20px;
}
.solutionbox h2,.productCover h2{
  font-size: 30px;
  color: #333;
  font-weight: bold;
  
  /* margin-bottom: 40px; */
}
.solutioncover .solutionimg{
  float: right;
  width: 47.4%;
}
.solutionimg img{
  max-width: 100%;
  height: auto;
}
.solutioncover .solutionbrief{
  float:left;
  padding-top: 20px;
  width: 50%;
}
.solutionbrief p{
  color:#333;
  font-size:16px;
  line-height: 32px;
}
.solutionnav{
  padding-top: 40px;
}
.casemorenav.casesecondnav{
  padding-top: 10px;
}
.solutionnav li,.solutiontitlelist li,.casemorenav li{
  float:left;
  width:23.125%;
  margin-right: 2.5%;
  margin-bottom: 25px;
  background: #f5f5f5;
}
.solutionnav li a,.solutiontitlelist li a,.casemorenav li a{
  display: block;
  font-size:18px;
  color: #333;
  padding:20px 20px;
  
  background-image: url(../images/next2.png);
  background-repeat: no-repeat;
  background-position: center right 20px;
}
.solutionnav li:hover,.solutiontitlelist li:hover,.casemorenav li:hover{
  background: #d82729;
}
.solutionnav li:hover a,.solutiontitlelist li:hover a,.casemorenav li:hover a{
  color: #fff;
  background-image: url(../images/next2-white.png);
}
.casemorenav{
  /* padding-top: 20px; */
}
.casemorenav li{
  margin-bottom: 20px;
}
.casemorenav li a{
  padding: 12px 20px;
}
.casemorenav li.active{
  background: #d82729;
}
.casemorenav li.active a{
  color: #fff;
  background-image: url(../images/next2-white.png);
}


.solution-secondnav{
  padding-top: 40px;
}
.solution-secondnav li{
  float:left;
  width:31.6%;
  margin-right: 2.5%;
  margin-bottom: 25px;
  border: 1px solid #f5f5f5;
}
.solution-secondnav li a{
  display: block;
  text-align: center;
  padding: 20px 0;
}
.solution-secondnav li .iconimg{
  text-align: center;
  width: 76px;
  height: 76px;
  margin: 0 auto;
  margin-bottom: 20px;
  background-repeat:no-repeat;
  background-position: center center;
  
}

.solution-secondnav li .solutionname{
  font-size: 18px;
  color: #333;
}
.solution-secondnav.solution-inlistnav li a{
  padding: 15px 0;
}
.solution-secondnav.solution-inlistnav li .iconimg{
  width: 48px;
  height: 48px;
  margin-right:25px;
  display: inline-block;
  vertical-align: middle;
  background-size: 100% auto;
  margin-bottom: 0;
}
.solution-secondnav.solution-inlistnav li .solutionname{
  display:inline-block;
}
.solution-secondnav li:hover{
  border: 1px solid #d82729;
}
.solution-secondnav li:hover .solutionname{
  color:#d82729;
}
.solution-secondnav li.active{
  border: 1px solid #d82729;
}
.solution-secondnav li.active .solutionname{
  color:#d82729;
}
.solution-secondnav li.index0 .iconimg{
  background-image:url(../images/ss1-r.png);
}
.solution-secondnav li.index1 .iconimg{
  background-image:url(../images/ss2-r.png);
}
.solution-secondnav li.index2 .iconimg{
  background-image:url(../images/ss4-r.png);
}
.solution-secondnav li.index0:hover .iconimg{
  background-image:url(../images/ss1.png);
}
.solution-secondnav li.index1:hover .iconimg{
  background-image:url(../images/ss2.png);
}
.solution-secondnav li.index2:hover .iconimg{
  background-image:url(../images/ss4.png);
}
.solution-secondnav li.index0.active .iconimg{
  background-image:url(../images/ss1.png);
}
.solution-secondnav li.index1.active .iconimg{
  background-image:url(../images/ss2.png);
}
.solution-secondnav li.index2.active .iconimg{
  background-image:url(../images/ss4.png);
}

.solutionbox h2.solution-intitle{
  text-align:center;
}
/* .solution-secondnav.solution-inlistnav{
  text-align: center;
}
.solution-secondnav.solution-inlistnav li{
  display: inline-block;
  float: none;
} */
.solution-secondnav li:last-child,.solution-secondnav.solution-inlistnav li:last-child{
  margin-right: 0;
}
.solutionContainer{
  margin-top: 20px;
  /* padding-top:40px; */
  border-top:1px solid #dfdfdf;
}
.solutiontitlelist{
  margin-top: 40px;
}
.solutiontitlelist.solutionpiclist{

}
.solutiontitlelist.solutionpiclist li .imgbox{
  width:100%;
  height: auto;
  overflow:hidden;
  position:relative;
}
.solutiontitlelist.solutionpiclist li .imgbox::before{
  content:" ";
  position: absolute;
  left: 0;
  top: 0;
  width:100%;
  height:100%;
  background-image:url(../images/shuiyin.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60% auto;
  z-index:1;
}
.solutiontitlelist.solutionpiclist li img{
  width: 100%;
  height: auto;
  vertical-align: middle;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transition: all .5s ease-in-out;
  -webkit-transition:all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}
.solutiontitlelist.solutionpiclist li a{
  padding: 0;
}
.solutiontitlelist.solutionpiclist li .listtitle{
  text-align: center;
  padding: 10px 20px;
  overflow:hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solutiontitlelist.solutionpiclist li:hover img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.title-bigbox{
  text-align: center;
  font-size:24px;
  color:#333;
  margin-top: 40px;
  /* font-weight: bold; */
}
.title-bigbox.hidetitle{
  display: none;
}
.solutionnewstext{
  margin-top:30px;
}
.solutionnewstext h3,.productNewstext h3{
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 18px;
  height:20px;
  line-height:20px;
  color: #d82729;
  border-left:3px solid #d82729;
  padding-left: 18px;
}
.solutionnewstext p,.productNewstext p{
  font-size:16px;
  color:#333;
  line-height: 32px;
}
.solutionnewstext img,.solutionnewstext p img,.productNewstext p img,.productNewstext img{
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
.solutionnewstext img::after{
  
}

/* .solutionnewstext img::after,.solutionnewstext p img::after,.productNewstext p img::after,.productNewstext img::after{
  content:" ";
  display:inline-block;
  position: absolute;
  width: 80%;
  height:auto;
  left:50%;
  top:50%;
  margin-left:-40%;
  transform: translate(0,-50%);
  background:url(../images/shuiyin.png) no-repeat center center;
} */
.solutionnewstext ul li{
  position: relative;
  font-size: 16px;
  color: #333;
  line-height: 32px;
  padding-left: 20px;
}
.solutionnewstext ul li::before{
  content:" ";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 13px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d82729;
}

/* 产品中心封面 */
.location{
  background: url(../images/newsnavbg.png) no-repeat left center;
  padding-left: 30px;
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin-top: 20px;
}
.location a{
  font-size: 16px;
  color: #666;
}
.location a:hover{
  color: #d82729;
}
.productCover{
  padding-top: 20px;
  padding-bottom: 40px;
  min-height: 500px;
}
.productCover h2{
  text-align: center;
  margin-bottom:40px;
}
.productonenav li{
  float: left;
  width: 48%;
  margin-right:4%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  padding: 20px;
}
.productonenav li .imgbox{
  width: 100%;
  height: auto;
  text-align: center;
  overflow: hidden;
  margin-bottom:20px;
}
.productonenav li img{
  max-width:100%;
  height: auto;
  transition: all .5s ease-in-out;
  -webkit-transition:all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}
.productonenav li a{
  display: block;
}
.productonenav li h3{
  text-align: center;
  margin-bottom:15px;
}
.productonenav li h3 a{
  font-size: 22px;
  color: #333;
  font-weight: 700;
}
.productonenav li:last-child{
  margin-right: 0;
}
.productonenav li .productsmallnav{
  text-align: center;
  width: 80%;
  margin: 0 auto;
  min-height: 56px;
}
.productonenav li .productsmallnav a{
  display: inline-block;
  font-size: 16px;
  color: #666;
  line-height:28px;
  margin:0 10px;
}
.productonenav li .imgbox:hover img{
  transform:rotateY(180deg);
}
.productonenav li h3 a:hover,.productonenav li .productsmallnav a:hover {
  color: #d82729;
}

.producttwonav{
  position: relative;
}
.producttwonav li{
  float:left;
  width:23.125%;
  margin-right: 2.5%;
  margin-bottom: 25px;
  background: #f5f5f5;
  position:relative;
}
.producttwonav li>a{
  display: block;
  font-size:18px;
  color: #333;
  padding:20px;
  position:relative;
}
.producttwonav li>a::after{
  content: " ";
  position: absolute;
  right: 20px;
  top: 24px;
  width: 9px;
  height: 17px;
  background-image: url(../images/next2.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.producttwonav li:hover{
  background: #d82729;
}
.producttwonav li:hover>a{
  color: #fff;
}
.producttwonav li:hover>a::after{
  background-image: url(../images/next2-white.png);
}
.producttwonav li.current{
  background: #d82729;
}
.producttwonav li.current>a{
  color: #fff;
}
.producttwonav li.current>a::after{
  background-image: url(../images/next2-white.png);
}
.producttwonav li .productthree{
  position: absolute;
  left:0; top: 60px;
  background:#fff;
  padding:20px 0;
  width: 210%;
  opacity: 0; z-index: 10;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.producttwonav li .productthree dd{
  display: inline-block;
  padding:15px 15px;
  margin: 15px 15px;
  border-radius: 5px;
  border: 1px solid #f5f5f5;
}
.producttwonav li .productthree dd a{
  font-size: 16px;
  color:#333;
}
.producttwonav li .productthree dd:hover{
  background:#d82729;
  border: 1px solid #d82729;
}
.producttwonav li .productthree dd:hover a{
  color: #fff;
}
.producttwonav li .productthree dd.active{
  background:#d82729;
  border: 1px solid #d82729;
}
.producttwonav li .productthree dd.active a{
  color: #fff;
}
.producttwonav li.on>a::after{
  transform: rotate(90deg);
}
.producttwonav li.active{
  background: #d82729;
}
.producttwonav li.active>a{
  color: #fff;
}
.producttwonav li.active>a::after{
  background-image: url(../images/next2-white.png);
}

.producttwonav li.active .productthree{
  display: block;
  opacity: 1;
}

.productpicslist{
  margin-top: 20px;
  border-top:1px solid #f5f5f5;
  padding-top: 40px;
  
}
.productpicslist li{
  width:23%;
  margin-right:2.6%;
  float: left;
  margin-bottom:20px;
}
.productpicslist li .imgbox{
  /* padding:10px 20px; */
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.productpicslist li .imgbox img{
  width:100%;
  height: auto;
  vertical-align: middle;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transition: all .5s ease-in-out;
  -webkit-transition:all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}
.productpicslist li .imgbox::before{
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/shuiyin.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60% auto;
  z-index: 1;
}
.productpicslist li .producttitle{
  text-align: center;
  font-size: 16px;
  color: #333;
  padding: 0 10px;
  margin-top: 10px;
  line-height: 40px;
  height: 40px;
  overflow:hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.productpicslist li:hover img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.productpicslist li:hover .producttitle{
  color: #d82729;
}

/* 产品中心内容 */
.productContent{
  padding-top:30px;
}
.productContent h1{
  text-align: center;
  font-size: 24px;
  color: #333;
  margin-bottom: 40px;
}
.contentnav {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.contentnav li{
  float: left;
  width: 50%;
  background:#f5f5f5;
}
.contentnav li a{
  display: block;
  position: relative;
  
  line-height: 50px;
  height: 50px;
  font-size: 18px;
  border: 1px solid #e5e5e5;
  color: #333;
}
.contentnav li a::after{
  content: " ";
  display: inline-block;
  position:absolute;
  top:48px;
  left: 50%;
  opacity:0;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #d82729;
}
.contentnav li:hover{
  background: #d82729;
}
.contentnav li:hover a{
  color: #fff;
  font-weight: bold;
  border: 1px solid #d82729;
}
.contentnav li:hover a::after{
  opacity:1;
}
.contentnav li.active{
  background: #d82729;
}
.contentnav li.active a{
  color: #fff;
  border: 1px solid #d82729;
  font-weight: bold;
}
.contentnav li.active a::after{
  opacity:1;
}
.contentbox{
  /* box-shadow: 0 0 15px rgba(0, 0, 0, .2);
  padding:40px; */
  margin-top: 30px;
  /* min-height: 300px; */
}

.contenttop{
  /* overflow:hidden; */
  padding-bottom: 15px;
}
.conttentimg{
  float:left;
  width:34%;
  text-align: center;
  border-radius:5px;
  padding: 40px 0;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.conttentimg::before{
  content:" ";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height: 100%;
  background: url(../images/shuiyin.png) no-repeat center center;
  background-size: 60% auto;
  z-index: 1;
}
.contentspecity{
  float: right;
  width: 62%;
  padding-top:10px;
}
.contentspecity h2{
  font-size: 20px;
  color: #d82729;
  font-weight: bold;
  margin-bottom:15px;
}
.contentspecity h3{
  font-size: 18px;
  height: 20px;
  line-height: 20px;
  color: #d82729;
  border-left: 3px solid #d82729;
  padding-left: 18px;
  font-weight: bold;
  margin-bottom:15px;
}


.specitytext p,.specitytext p{
  font-size: 16px;
  color: #333;
  line-height: 32px;
}
.specitytext ul li,.contentitem ul li{
  position: relative;
  font-size: 16px;
  color: #333;
  line-height: 32px;
  padding-left: 20px;
}
.contentitem ul li{ margin-bottom: 5px;}
.specitytext ul li::before,.contentitem ul li::before{
  content: " ";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 13px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d82729;
}

.contentbox .contentitem{
  /* display:none; */
  font-size: 16px;
  color: #333;
  line-height: 32px;
}
.contentitem h3{
  font-size: 18px;
  height: 20px;
  line-height: 20px;
  color: #d82729;
  border-left: 3px solid #d82729;
  padding-left: 18px;
  font-weight: bold;
  margin-bottom:15px;
  margin-top: 15px;
}
.contentitem ul{
  margin-bottom:20px;
  margin-top: 8px;
}

.contentitem p{
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
.contentitem p strong{
  color: #d82729;
  display: inline-block;
  margin-top: 10px;
}
.contentitem p img{
  max-width:100%;
  height:auto;
  margin-top:10px;
  margin-bottom:10px;
}

.backretun{
  margin-top:50px;
  margin-bottom:40px;
  text-align: right;
}
.backretun a{
  display: inline-block;
  padding: 12px 40px;
  font-size: 16px;
  background: #f5f5f5;
  text-align:center;
  color:#666;
}
.backretun a:hover{
  background: #d82729;
  color: #fff;
}


.productNewstext p{
  
}

/* 手机端导航 */
.mc_phone_nav{
	display: none;
	float: right;
	overflow: hidden;
	width: 35px;
	height: 70px;
}
.mc_menubox{
	width: 35px;
	height:70px;
	cursor: pointer;
	text-align: center;
	position: absolute;
	top: 0;
}
.mc_menubox .point{
	position: relative;
	display: inline-block;
	width: 35px;
	height:70px;
}
.mc_menubox .point .mc_nav {
	position: absolute;
	top: 32px;
	left: 0;
	z-index: 100000;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}
.mc_menubox .point .mc_nav::after,.mc_menubox .point .mc_nav::before {
	content: '';
	position: absolute;
	left: 0;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}
.mc_menubox .point .mc_nav, .mc_menubox .point .mc_nav::after, .mc_menubox .point .mc_nav::before {
	display: inline-block;
	width: 35px;
	height: 4px;
	border-radius: 4px;
	background-color: #d82729;
}
.mc_menubox .point .mc_nav::after, .mc_menubox .point .mc_nav::before{
	width: 26px;
}
.mc_menubox .point .mc_nav::after {
	top: -11px;
}
.mc_menubox .point .mc_nav::before {
	top: 10px;
}
.mc_menubox .point.active .mc_nav {
	background: transparent;
}
.mc_menubox .point.active .mc_nav::after {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mc_menubox .point.active .mc_nav::before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mobile{
	opacity: 0;
	position: fixed;
	width: 100%;
	left: -100%;
	top:70px;
	z-index:1000000;
	background-color: #fff;
	height: 100%;
	/* max-height: calc(100vh - 64px); */
	overflow: auto;
	border-top: 1px solid #EAEAEA;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;

}
.mobile.active{
	opacity: 1;
	left: 0;
}
.mobilebox {
	/* display: none; */
	width: 100%;
	background-color: #fff;
	height: 100%;
	padding: 10px 0;
}
.mobilebox h4 {
	position: relative;
	padding: 0 20px;
	overflow: hidden;
}
.mobilebox h4::after {
	content: '';
	display: block;
	clear: both;
}
.mobilebox h4 a {
	float: left;
	width: 88%;
	font-size: 16px;
	line-height: 46px;
	color: #525252;
	max-width: calc(100% - 36px);
}
.mobilebox .ul2 {
	display: none;
	padding-top: 7px;
	padding-bottom: 8px;
	/* background: #f7f8fa; */
	border-top: 1px solid rgba(0, 0, 0, .1);
	/* border-bottom: 1px solid rgba(0, 0, 0, .1); */
}
.mobilebox .ul2 .container_s {
	max-width: 100%;
	padding: 0 25px;
}

.mobilebox .ul1 {
	/* border-bottom: 1px solid rgba(0, 0, 0, .1); */
	padding-bottom: 15px;
}
.img_s {
	float: right;
	display: block;
	font-size: 16px;
	line-height: 46px;
	color: #5a545b;
	transition: all .36s;
}
.mc_phnav_hasnosub .img_s{
	display: none;
}
.mobilebox h5 {
	position: relative;
}

.mobilebox h5::after {
	content: '';
	display: block;
	clear: both;
}

.mobilebox h5 a {
	display: block;
	font-size: 14px;
	line-height: 32px;
	color: #5a545b;
	max-width: calc(100% - 36px);
}

.mobilebox h5 img {
	position: absolute;
	top: 50%;
	right: 5px;
	width: 35px;
	padding: 11px;
	cursor: pointer;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.mobilebox h4.active img.img_s,
.xialaph h5.active img.img_s {
	display: none;
}

.mobilebox h4.active img.img_d,
.mobilebox h5.active img.img_d {
	display: block;
}
.mobilebox h4.active .img_s {
	transform: rotate(180deg);
}

.mobilebox h5.active .img_s {
	transform: rotate(180deg);
}

.mobilebox h4.active .img_s {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.callphone{
  display: none;
  opacity: 0;
  position: fixed;
  bottom: -100%;
  height: 50px;
  border-top: 1px solid #dfdfdf;
  width: 100%;
  background: #fff;
  text-align: center;
}


@media screen and (max-width:768px) {
  .mc_phone_nav{
    display: block;
  }
  footer .footer_contain{ padding-top: 15px;}
  footer .footer_hotline{
    font-size: 20px;
  }
  .footer_info{ padding-bottom: 5px;}
  footer .footer_copyRight{ line-height: 28px; padding-bottom: 70px;}
  .backTop{
   width: 60px; height: 60px; font-size: 14px;padding-top: 30px;background-size: 20px;
  }

  .callphone{
    opacity: 1;
    display: inline-block;
    bottom: 0;
    z-index: 1000;
  }
  .callphone a{
    display: inline-block;
    height: 32px;
    font-size: 16px;
    padding: 0 22px;
    line-height: 32px;
    border: 1px solid #d82729;
    border-radius: 50px;
    margin-top: 8px;
    color: #d82729;
  }

  .mainBox{ min-height: auto;}
  .solutionbox h2, .productCover h2{ font-size: 22px;}
  .productCover{ padding-bottom: 0;}
  .productCover h2{ margin-bottom: 30px;}
  .productonenav li{ float: none; width: 100%; margin-right: 0;padding: 15px 10px;margin-bottom: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  }
  .productonenav li img{ max-width: 32% !important;}
  .productonenav li .imgbox{margin-bottom: 8px;}
  .productonenav li h3{ margin-bottom: 10px;}
  .productonenav li h3 a{ font-size: 18px;}
  .productonenav li .productsmallnav{ width: 100%;}
  .productonenav li .productsmallnav a{ font-size: 14px; margin: 0 5px;}

  .location{font-size: 12px;padding-left: 18px;background-size: 12px; margin-top: 0; line-height: 20px; background-position: left top 3px;}
  .location a{ font-size: 12px;}
  .producttwonav li{ width: 48.75%;  margin: 0 0.6%;margin-bottom: 5px;}

  .producttwonav li .productthree{
    position: relative;
    top: auto !important; width: 100%;padding: 4px 8px 12px;box-shadow: 0 0 1px rgba(0, 0, 0, .2);
  }
  
  .producttwonav li>a{
    font-size: 16px; padding: 12px 10px;
  }
  .producttwonav li>a::after{ top: 15px; right: 10px;}
  .producttwonav li .productthree dd{ padding: 8px 8px; margin:5px 2px 0;}
  .producttwonav li .productthree dd a{ font-size: 14px;}
  .producttwonav li.on{ width: 100%;}
  .producttwonav li.on .productthree{
    display: block; opacity: 1;
  }


  .productContent h1{
    font-size: 22px;
    margin-bottom: 30px;
  }
  .conttentimg{
    float: none; width: 100%; padding: 10px 0;
  }
  .contentspecity{
    float: none; width: 100%; padding-top: 20px;
  }
  .specitytext ul li, .contentitem ul li,.solutionnewstext ul li{
    font-size: 14px; line-height: 28px; padding-left: 16px;
  }
  .contentspecity h2{ font-size: 18px;}
  .specitytext ul li::before, .contentitem ul li::before,.solutionnewstext ul li::before{
    top: 11px;
  }
  .backretun{ margin-top: 30px; margin-bottom: 10px;}
  .backretun a{padding: 8px 20px;}

  .contentspecity h3,.solutionnewstext h3, .productNewstext h3,.contentitem h3{
    font-size: 16px;
    height: 18px;
    line-height: 18px;
    padding-left: 12px;
    margin-bottom: 10px;
  }
  .solutionnewstext h3, .productNewstext h3{
    margin-top: 20px;
  }
  .contentbox{ margin-top: 15px;}

  .solutionbox{ padding-top: 30px;}
  .solutionbox h2{ text-align: center;} 
  .solutioncover{ margin-top: 30px;}
  .solutioncover .solutionimg{ float: none; width: 100%;}
  .solutioncover .solutionbrief{ float: none; width: 100%; padding-top: 10px;}
  .solutionbrief p,.solutionnewstext p, .productNewstext p,#newstext p,#newstext{ font-size: 14px; line-height: 28px;}
  .solutionnav,.solution-secondnav{ padding-top: 20px;}
  .solutionnav li, .solutiontitlelist li, .casemorenav li{ width: 48.75%; margin-bottom: 10px;}
  .solutionnav li:nth-child(even),.casemorenav li:nth-child(even),.solutiontitlelist li:nth-child(even){
    margin-right: 0;
  }
  .solutionnav li a, .solutiontitlelist li a, .casemorenav li a{
    font-size: 16px;padding: 15px 15px; background-position: center right 10px;
  }
  
  .solution-secondnav li{ margin-bottom: 10px;}
  .solution-secondnav li a{ padding: 15px 0;}
  .solution-secondnav li .iconimg{ width: 40px; height: 40px; background-size: 100% auto; margin-bottom: 10px;}
  .solution-secondnav li .solutionname{ font-size: 16px;}
  .solution-secondnav.solution-inlistnav li .iconimg{ display: block; margin-left: auto; margin-right: auto; width: 40px;margin-bottom: 10px; height: 40px;}
  .solution-secondnav.solution-inlistnav li .solutionname{ display: block;}
  .solutiontitlelist.solutionpiclist li .listtitle{font-size: 16px; padding: 10px 5px;}
  
  .title-bigbox{ font-size: 22px; margin-top: 30px;}
  .solutionnewstext{ margin-top: 20px;}
  .newsMenu ul{ border: none;}
  .newsMenu ul li{
    float: left; width: 50%; text-align: center;
  }
  .newsMenu ul li a{ padding-left: 0; }
  .list_item .news_title,.list_item .news_nav{ display: none;}
  .news_list{ border-top: none;}
  .news_list li a{ width: 72%;}
  .card-title{ font-size: 22px !important; line-height: 28px !important;}
  .card-body{ padding: 20px 0;}
  #newstext p, #newstext{ text-align: justify !important; font-size: 14px !important; line-height: 28px !important;}
  #newstext p span{ font-size: 14px !important; line-height: 28px !important;}
  #newstext img{
    display: block;
    margin: 0 auto;
  }

  .companyProfile h3{
    font-size: 22px;
  }
  .aboutVideo h3{ margin-top: 20px; margin-bottom: 20px;}
  #Floor002234_play .img img{ width: 100%; height: auto;}
  .honorBox{ margin-top: 20px;}
  .honorBox img{ width: 31%;box-shadow: 2px 2px 5px rgba(4, 0, 0, .2);}
  .companyProfile h3{ margin-bottom: 0;}

  .cx-time-content .cx-img{ height: 260px;}
  .cx-time-content .cx-content{ padding: 0 10px;}

  .feedBack{ padding-top: 20px;}
  .feedBack h3{ font-size: 18px;}
  .feed_info{ padding-top: 10px; margin-top: 10px;}
  .joinUs .container{ padding: 0 10px;}
  #submitComment{ margin-bottom: 20px;}

  .productpicslist{ padding-top: 20px; margin-top: 10px;}
  .productpicslist li{
    width: 48.7%;
    margin-bottom: 10px;
  }
  .productpicslist li .imgbox{
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  }
  .productpicslist li:nth-child(even){
    margin-right: 0;
  }
}