* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #000;
  text-decoration: none;
}

img {
  max-width: 100%;
}

body {
  max-width: 1920px;
  margin: 0 auto;
}

.header {
  width: 100%;
  margin: 0 auto;
}

.header .center {
  width: 1290px;
  margin: 0 auto;
  display: flex;
  margin: 0 auto;
  color: #ffffff;
}

.header .headerTop {
  background-color: #282829;
}

.header .headerTop .center {
  gap: 8px;
  font-size: 12px;
  line-height: 31px;
  justify-content: flex-end;
}

.header .headerTop .center a {
  color: #ffffff;
  opacity: 0.9;
  cursor: pointer;
  transition: all 0.5s;
}

.header .headerTop .center a:hover {
  color: #b11a20;
}

.header .headerLogin {
  background-color: #ffffff;
  border-bottom: 1px solid #9fa0a0;
}

.header .headerLogin .center {
  justify-content: space-between;
  height: 128px;
  align-items: center;
}

.header .headerLogin .center .left {
  display: flex;
}

.header .headerLogin .center .left .logo {
  width: 253px;
  height: 53px;
}

.header .headerLogin .center .left p {
  font-size: 22px;
  height: 53px;
  color: #9fa0a0;
  letter-spacing: 8.5px;
  line-height: 53px;
  margin-left: 23px;
  border-left: 1px solid #9fa0a0;
  padding-left: 27px;
}

.header .headerLogin .center .right p {
  font-size: 12px;
  font-weight: 400;
  color: #555555;
  text-align: right;
}

.header .headerLogin .center .right .tel {
  display: flex;
  align-items: center;
}

.header .headerLogin .center .right .tel img {
  width: 36px;
  height: 35px;
}

.header .headerLogin .center .right .tel span {
  font-size: 30px;
  font-family: Impact;
  font-weight: 400;
  font-style: italic;
  color: #b11a20;
  margin-left: 10px;
}

.header .headerNav {
  height: 68px;
}

.header .headerNav .center {
  justify-content: space-between;
}

.header .headerNav .center .nav {
  display: flex;
  align-items: center;
}

.header .headerNav .center .nav a {
height: 68px;
display: block;
text-align: center;
line-height: 68px;
font-size: 15px;
color: #333333;
padding: 0px 25px;
transition: all 0.5s;
cursor: pointer;
}

.header .headerNav .center .nav a.active {
  color: #ffffff;
  background: #b11a20;
}

.header .headerNav .center .nav a:hover {
  color: #ffffff;
  background: #b11a20;
}

.header .headerNav .center .search {
  width: 240px;
  height: 40px;
  margin-top: 15px;
  position: relative;
}

.header .headerNav .center .search input {
  width: 100%;
  height: 100%;
  font-size: 12px;
  padding-left: 17px;
  padding-right: 50px;
  border: 1px solid #9fa0a0;
}

.header .headerNav .center .search span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #b11a20;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 0;
}

.header .headerNav .center .search span img {
  width: 18px;
  height: 18px;
}

.banner {
  width: 100%;
}

.banner img {
  width: 100%;
}

.banner a {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 123px;
  height: 35px;
  font-size: 16px;
  color: #9fa0a0;
  border: #9fa0a0 1px solid;
  border-radius: 18px;
  letter-spacing: 2px;
  z-index: 9;
  right: 64px;
  bottom: 45px;
}

.banner .swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  background-color: white !important;
  opacity: inherit !important;
  border: #b11a20 solid 1px !important;
}

.banner .swiper-pagination-bullet-active {
  width: 32px !important;
  border-radius: 10px !important;
  background-color: #b11a20 !important;
}

.index .product {
  width: 100%;
  height: 641px;
  background: url(../images/productBg.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.index .product .center {
  width: 1200px;
  height: 514px;
  background: #ffffff;
  margin: 66px auto 0;
  padding: 20px;
  position: relative;
}

.index .product .center .top {
  display: flex;
  align-items: center;
  border-bottom: 5px solid #dddddd;
  padding: 11px 0;
  position: relative;
}

.index .product .center .top p {
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  margin-right: 30px;
}

.index .product .center .top .tab {
  display: flex;
  align-items: center;
}

.index .product .center .top .tab span {
  margin-right: 20px;
  width: 167px;
  height: 35px;
  background: #282829;
  border-radius: 17px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  cursor: pointer;
}

.index .product .center .top .tab span.active,
.index .product .center .top .tab span:hover {
  background: #b11a20;
}

.index .product .center .top a.more {
  position: absolute;
  font-size: 12px;
  font-weight: 400;
  color: #b11a20;
  bottom: 15px;
  right: 0;
}

.index .product .center .swiper {
  height: 410px;
}

.index .product .center .productBox {
  display: flex;
  margin-top: 21px;
}

.index .product .center .productBox .bigPic {
  width: 370px;
  height: 370px;
  border: 1px solid #dddddd;
  position: relative;
}

.index .product .center .productBox .bigPic img.pic {
  width: 100%;
  height: 100%;
}

.index .product .center .productBox .bigPic .primg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  cursor: pointer;
}

.index .product .center .productBox .bigPic .primg .pinfo {
  width: 312px;
  height: 312px;
  border: 3px solid #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.index .product .center .productBox .bigPic .primg .pinfo img {
  width: 60px;
  height: 60px;
  margin-bottom: 40px;
}

.index .product .center .productBox .bigPic .primg .pinfo p {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 30px;
}

.index .product .center .productBox .bigPic .primg .pinfo span {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}

.index .product .center .productBox .bigPic:hover .primg {
  display: flex;
}

.index .product .center .productBox .picList {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.index .product .center .productBox .picList .item {
  width: 179px;
  height: 179px;
  margin-left: 18px;
  margin-bottom: 11px;
  position: relative;
}

.index .product .center .productBox .picList .item img {
  width: 100%;
}

.index .product .center .productBox .picList .item a {
  width: 100%;
  display: block;
  position: absolute;
  height: 35px;
  background: rgba(0, 0, 0, 0.75);
  bottom: 0;
  left: 0;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 35px;
  text-align: center;
  transition: all 0.5s;
}

.index .product .center .productBox .picList .item a:hover {
  background: #b11a20;
}

.index .product .center .swiper-button-next {
  right: -55px;
}

.index .product .center .swiper-button-prev {
  left: -55px;
}

.index .product .center .swiper-button-next:after {
  content: none;
}

.index .product .center .swiper-button-prev:after {
  content: none;
}

.index .about {
  width: 100%;
  overflow: hidden;
}

.index .about .center {
  width: 1200px;
  margin: 0 auto;
}

.index .about .center .title {
  width: 882px;
  height: 112px;
  position: relative;
  margin: 112px auto 0;
}

.index .about .center .title .titleBox {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.index .about .center .title .titleBox span {
  font-size: 22px;
  font-weight: 400;
  color: #b11a20;
  line-height: 1;
  letter-spacing: 8px;
}

.index .about .center .title .titleBox h6 {
  font-size: 28px;
  font-weight: 500;
  color: #333333;
  line-height: 1;
  margin-top: 28px;
}

.index .about .center .title::after {
  content: "ABOUT US";
  font-size: 150px;
  font-family: Arial;
  font-weight: bold;
  color: #b11a20;
  line-height: 1;
  opacity: 0.15;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  letter-spacing: 12px;
}

.index .about .center .aboutinfo {
  width: 904px;
  font-size: 14px;
  font-weight: 400;
  color: #727171;
  line-height: 27px;
  margin: 10px auto 60px;
  overflow: hidden;
}

.index .about .center .aboutinfo p {
  text-align: justify;
  margin-top: 30px;
  text-align: center;
}

.index .about .center .aboutinfo p span {
  color: #b11a20;
}

.index .about .center .aboutPic {
  width: 100%;
  border-top: 2px solid #dddddd;
  overflow: hidden;
  padding-bottom: 150px;
}

.index .about .center .aboutPic .tab {
  margin: 45px auto 54px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index .about .center .aboutPic .tab span {
  width: 151px;
  height: 49px;
  background: #282829;
  border-radius: 24px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0 10.5px;
}

.index .about .center .aboutPic .tab span.active,
.index .about .center .aboutPic .tab span:hover {
  background: #b11a20;
}

.index .about .center .aboutPic .aboutqh {
  position: relative;
}

.index .about .center .aboutPic .aboutqh .aboutSwiper {
  width: 1008px;
  margin: 0 auto;
}

.index .about .center .aboutPic .aboutqh .aboutSwiper img {

  height: 180px;
}

.index .about .center .aboutPic .aboutqh .swiper-button-next {
  right: 4px;
  width: 43px;
  height: 43px;
}

.index .about .center .aboutPic .aboutqh .swiper-button-prev {
  left: 4px;
  width: 43px;
  height: 43px;
}

.index .about .center .aboutPic .aboutqh .swiper-button-next:after {
  content: none;
}

.index .about .center .aboutPic .aboutqh .swiper-button-prev:after {
  content: none;
}

.index .choose {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 95px;
}

.index .choose .title {
  width: 808px;
  height: 75px;
  position: relative;
  margin: 0 auto;
}

.index .choose .title .titleBox {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.index .choose .title .titleBox p {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  display: flex;
  align-items: center;
  letter-spacing: 5px;
}

.index .choose .title .titleBox p b {
  font-size: 75px;
  font-family: Arial;
  font-weight: bold;
  color: #b11a20;
}

.index .choose .title::after {
  content: "CHOOSING US";
  font-size: 101px;
  font-family: Arial;
  font-weight: bold;
  color: #b11a20;
  line-height: 1;
  opacity: 0.15;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  letter-spacing: 8px;
}

.index .choose .List {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 56px;
}

.index .choose .List .item .PicBox {
  width: 139px;
  height: 156px;
  background: url(../images/chobg2.png);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  cursor: pointer;
}

.index .choose .List .item .PicBox:hover {
  background: url(../images/chobg1.png);
}

.index .choose .List .item .PicBox.active {
  background: url(../images/chobg1.png);
}

.index .choose .List .item .text {
  position: relative;
  padding-bottom: 18px;
}

.index .choose .List .item .text p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  text-align: center;
}

.index .choose .List .item .text::before {
  content: "";
  position: absolute;
  width: 135px;
  height: 1px;
  background: #bbbbbb;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.index .cases {
  width: 100%;
  height: 368px;
  background: #f0f0f0;
  overflow: hidden;
}

.index .cases .center {
  width: 1200px;
  margin: 49px auto 0;
}

.index .cases .center .top {
  display: flex;
  align-items: center;
  border-bottom: 5px solid #dddddd;
  padding: 11px 0;
  position: relative;
}

.index .cases .center .top p {
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  margin-right: 15px;
}

.index .cases .center .top .tab {
  display: flex;
  align-items: center;
}

.index .cases .center .top .tab span {
  margin-right: 10px;
  width: 120px;
  height: 35px;
  background: #282829;
  border-radius: 17px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  cursor: pointer;
}

.index .cases .center .top .tab span.active,
.index .cases .center .top .tab span:hover {
  background: #b11a20;
}

.index .cases .center .top a.more {
  position: absolute;
  font-size: 12px;
  font-weight: 400;
  color: #b11a20;
  bottom: 15px;
  right: 0;
}

.index .cases .center .casesqh {
  position: relative;
}

.index .cases .center .casesqh .casesSwiper {
  margin-top: 40px;
}

.index .cases .center .casesqh .casesSwiper .swiper-slide {
  background: none;
  padding-bottom: 30px;
}

.index .cases .center .casesqh .casesSwiper .swiper-slide a {
  width: 100%;
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  bottom: 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  transition: all 0.5s;
}

.index .cases .center .casesqh .casesSwiper .swiper-slide a:hover {
  color: #b11a20;
}

.index .cases .center .casesqh .swiper-button-next {
  right: -69px;
  width: 43px;
  height: 43px;
}

.index .cases .center .casesqh .swiper-button-prev {
  left: -69px;
  width: 43px;
  height: 43px;
}

.index .cases .center .casesqh .swiper-button-next:after {
  content: none;
}

.index .cases .center .casesqh .swiper-button-prev:after {
  content: none;
}

.index .news {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 92px;
  padding-bottom: 100px;
}

.index .news .title {
  padding-bottom: 18px;
  position: relative;
  border-bottom: 5px solid #dddddd;
}

.index .news .title h6 {
  font-size: 22px;
  font-weight: 500;
  color: #333333;
}

.index .news .title a.more {
  position: absolute;
  right: 0;
  bottom: 15px;
  font-size: 12px;
  font-weight: 400;
  color: #b11a20;
}

.index .news .support {
  width: 380px;
}

.index .news .support .box img {
  width: 380px;
  height: 130px;
}

.index .news .support .box ul {
  margin-top: 8px;
}

.index .news .support .box ul li {
  height: 52px;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #dddddd;
  position: relative;
}

.index .news .support .box ul li span {
  width: 10px;
  height: 10px;
  border: 2px solid #b11a20;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
}

.index .news .support .box ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-left: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  transition: all 0.5s;
}

.index .news .support .box ul li a:hover {
  color: #b11a20;
}

.index .news .dynamics {
  width: 423px;
}

.index .news .dynamics .box .boxTop {
  display: flex;
}

.index .news .dynamics .box .boxTop img {
  width: 180px;
  height: 130px;
}

.index .news .dynamics .box .boxTop .info {
  margin-left: 14px;
}

.index .news .dynamics .box .boxTop .info a {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  line-height: 1;
  margin-top: 11px;
  display: block;
  transform: all 0.5s;
}

.index .news .dynamics .box .boxTop .info .time {
  font-size: 12px;
  font-weight: 400;
  color: #aaaaaa;
  line-height: 1;
  margin-top: 8px;
}

.index .news .dynamics .box .boxTop .info p {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  margin-top: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.index .news .dynamics .box .boxTop .info a:hover {
  color: #b11a20;
}

.index .news .dynamics .box ul {
  margin-top: 8px;
}

.index .news .dynamics .box ul li {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #dddddd;
  position: relative;
}

.index .news .dynamics .box ul li span {
  width: 10px;
  height: 10px;
  border: 2px solid #b11a20;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
}

.index .news .dynamics .box ul li a {
  width: 69%;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-left: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  transition: all 0.5s;
}

.index .news .dynamics .box ul li a:hover {
  color: #b11a20;
}

.index .news .dynamics .box ul li .time {
  font-size: 12px;
  font-weight: 400;
  color: #aaaaaa;
}

.index .news .problem {
  width: 320px;
}

.index .news .problem ul {
  margin-top: 5px;
}

.index .news .problem ul li {
  height: 115px;
  border-bottom: 1px dashed #dddddd;
}

.index .news .problem ul li a {
  display: flex;
  height: 115px;
  flex-direction: column;
  justify-content: center;
}

.index .news .problem ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
}

.index .news .problem ul li p {
  flex: 1;
  margin-left: 12px;
  font-size: 13px;
  font-weight: 400;
  color: #666666;
  margin-top: 3px;
}

.index .news .problem ul li .ask {
  display: flex;
}

.index .news .problem ul li .ask span {
  background: #b11a20;
}

.index .news .problem ul li .ask p {
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.index .news .problem ul li .answer {
  display: flex;
  margin-top: 12px;
}

.index .news .problem ul li .answer span {
  background: #9fa0a0;
}

.index .news .problem ul li .answer p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index .news .box {
  margin-top: 13px;
}

.list_content {
  width: 1290px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.list_content .list_otent_fl {
  width: 270px;
}

.list_content .list_otent_fl .divid_list {
  width: 270px;
  height: 125px;
  background-color: #b11a20;
  padding: 33px 0 0 26px;
  margin-top: -50px;
}

.list_content .list_otent_fl .divid_list h4 {
  font-size: 24px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #ffffff;
}

.list_content .list_otent_fl .divid_list p {
  font-size: 18px;
  font-family: Arial;
  font-weight: 400;
  color: rgba(250, 250, 250, 0.2);
  line-height: 26px;
  position: relative;
}

.list_content .list_otent_fl .divid_list p:after {
  display: block;
  content: "";
  width: 25px;
  height: 4px;
  background: #ffffff;
  position: absolute;
  top: 117%;
  left: 0%;
}

.list_content .list_otent_fl .list_section {
  margin-top: 0;
}


 .sidebarLinkUs{border: 1px solid #e4e4e4;margin-top: 20px;padding: 0 10px 20px; margin-bottom:20px;} 
 .sidebarLinkUs h3{font-size: 18px;color: #b11a20;font-weight: normal;height: 59px;line-height: 59px;border-bottom: 1px solid #e4e4e4;margin-bottom: 18px;text-indent: 10px;}
 .sidebarLinkUs p{font-size: 14px;color: #333333;margin-bottom: 12px;line-height: 20px;padding: 0 10px;}
 .sidebarLinkUs .zxzx{display: block;width: 100%;height: 50px;overflow: hidden;background: #b11a20;text-decoration: none;margin-top: 20px;}
 .sidebarLinkUs .zxzx span{display: block;width: 50px;height: 50px;float: left;background: url(../images/zxzx_icon01.png) no-repeat center;}
 .sidebarLinkUs .zxzx em{display: block;width: 157px;height: 50px;line-height: 50px;text-align: center;font-size: 16px;color: #fff;float: left;}
 .sidebarLinkUs .zxzx em img{display: inline-block;*display: inline-block;position: relative;top: 0;margin-left: 15px;}

.list_content .list_otent_fl .list_section .toggle_con {
  padding: 0 19px;
  height: 50px;
  background: #282829;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-bottom: 1px solid #393939;
}

/* InpageSidebar01 侧栏导航1公共样式*/
.InpageSidebar01{width: 270px;float: left;}
.InpageSidebar01 .top{width: 100%;height: 80px;background: #b11a20;}
.InpageSidebar01 .top h2{height: 80px;text-indent: 28px;background: url(../images/InpageSidebar01_icon01.png) no-repeat 218px center;line-height:80px;font-size: 24px;color: #fff;font-weight: normal;}
.InpageSidebar01 .top h2 a{color: #fff;text-decoration: none; font-weight: bold; }
.InpageSidebar01 .classify .box{border: 1px solid #e4e4e4;border-top: none;position: relative;}
.InpageSidebar01 .classify .box:first-child{border-top: 1px solid #e4e4e4;}
.InpageSidebar01 .classify dl{padding: 10px 19px 8px 30px;}
.InpageSidebar01 .classify dl dd{ display:none;}
.InpageSidebar01 .classify dl dd.cur{ display:block;}
.InpageSidebar01 .classify dt{font-size: 16px;color: #333333;background: url(Img/mub02Inpage/mub02_jt03.png) no-repeat 194px 6px;}
#prochildfl{margin-bottom: 5px;}
.InpageSidebar01 .classify dt a{color: #333333;}
.InpageSidebar01 .classify dd p{border-left: 1px solid #e4e4e4;height: 35px;line-height: 35px;} 
.InpageSidebar01 .classify dd p a{font-size: 14px;color: #333333;display: block;text-indent: 16px;text-decoration: none;}
.InpageSidebar01 .classify .box i{display: none;width: 3px;height: 100%;position: absolute;left: -1px;top: 0;background: #00662b;}
.InpageSidebar01 .classify .box:hover{background: #f5f5f5;}
.InpageSidebar01 .classify .box:hover i{display: block;}
.InpageSidebar01 .classify .box dt.cur{background: url(../images/mub02_jt04.png) no-repeat 194px 6px;font-weight: bold;}
.InpageSidebar01 .classify .box:hover dt a,.InpageSidebar01 .classify .box dt.cur a{color: #00662b;display: block;text-decoration: none;}
.InpageSidebar01 .classify .box:hover dt{background: url(Img/mub02Inpage/mub02_jt04.png) no-repeat 194px 6px;font-weight: bold;}
.InpageSidebar01 .classify dd p:hover a,.InpageSidebar01 .classify dd p.cur a{color: #fff;}
.InpageSidebar01 .classify dd p:hover,.InpageSidebar01 .classify dd p.cur{background: url(../images/mub02_jt02.png) no-repeat 194px center #00662b;}
.InpageSidebar01 .sidebarLinkUs{border: 1px solid #e4e4e4;margin-top: 20px;padding: 0 19px 20px; margin-bottom:20px;}
.InpageSidebar01 .sidebarLinkUs h3{font-size: 18px;color: #b11a20;font-weight: normal;height: 59px;line-height: 59px;border-bottom: 1px solid #e4e4e4;margin-bottom: 18px;text-indent: 10px;}
.InpageSidebar01 .sidebarLinkUs p{font-size: 14px;color: #333333;margin-bottom: 12px;line-height: 20px;padding: 0 10px;}
.InpageSidebar01 .sidebarLinkUs .zxzx{display: block;width: 100%;height: 50px;overflow: hidden;background: #b11a20;text-decoration: none;margin-top: 20px;}
.InpageSidebar01 .sidebarLinkUs .zxzx span{display: block;width: 50px;height: 50px;float: left;background: url(../images/zxzx_icon01.png) no-repeat center;}
.InpageSidebar01 .sidebarLinkUs .zxzx em{display: block;width: 157px;height: 50px;line-height: 50px;text-align: center;font-size: 16px;color: #fff;float: left;}
.InpageSidebar01 .sidebarLinkUs .zxzx em img{display: inline-block;*display: inline-block;position: relative;top: 0;margin-left: 15px;}

.list_content .list_otent_fl .list_section .toggle_con:hover {

  background:#b11a20;

}


.list_content .list_otent_fl .list_section .toggle_con span {
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #ffffff;
}

.list_content .list_otent_fl .list_section .toggle_text {
  width: 100%;
  border: 1px solid #e4e4e4;
}

.list_content .list_otent_fl .list_section .toggle_text a {
  display: block;
  padding-left: 27px;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  line-height: 40px;
  border-bottom: 1px solid #eee;
  background: #f5f5f5;
}
.list_content .list_otent_fl .list_section .toggle_text a:hover {
  display: block;
background-color: #e1e1e1;
  border-bottom: 1px solid #fff;
}
.list_content .list_otent_fr {
  width: 980px;
}

.list_content .list_otent_fr .list_otent_fr_a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 30px 0 15px 0;
  border-bottom: 1px solid #eee;
}
.list_content .list_otent_fr .list_otent_fr_a i:before {
  content: ">" ;
  color: #666;
  margin: 0 5px;
  font-family: sans-serif;
}
.list_content .list_otent_fr .list_otent_fr_a a {
  font-size: 12px;
  font-weight: 400;
  color: #888888;
  opacity: 0.9;
}

.list_content .list_otent_fr .list_otent_fr_tsd ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 23px;
}

.list_content .list_otent_fr .list_otent_fr_tsd ul li {
  width: 302px;
  padding-bottom: 30px;
}
.list_content .list_otent_fr .list_otent_fr_tsd ul li img {
  width: 100%;
}
.list_content .list_otent_fr .list_otent_fr_tsd ul li span {
  display: block;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  text-align: center;
  padding-top: 18px;
}

.list_content .list_otent_fr .divhsd_lite {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 72px;
  margin-top: 20px;
}

.list_content .list_otent_fr .divhsd_lite span {
  font-size: 12px;
  font-weight: 400;
  color: #aaaaaa;
}

.list_content .list_otent_fr .divhsd_lite ul {
  display: flex;
  align-items: center;
}

.list_content .list_otent_fr .divhsd_lite ul a {
  background: #ffffff;
  border: 1px solid #dddddd;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  padding: 11px 18px;
  margin-right: 4px;
}


.list_content .list_otent_fr .divhsd_lite ul a:hover {

  background:#b11a20;

  color: #fff;
}


.VerticalMenu > div > div:last-child {
  display: none;
}

.footer {
  width: 100%;
  height: 472px;
  background: url(../images/footbg.png);
  background-repeat: no-repeat;
}

.footer .footTop {
  width: 1194px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.footer .footTop .left {
  font-size: 16px;
  color: #ffffff;
  line-height: 70px;
}

.footer .footTop .left a {
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  margin-right: 5px;
  transition: all 0.5s;
}

.footer .footTop .left a:hover {
  color: #b11a20;
}

.footer .footTop .right a {
  margin-left: 15px;
}

.footer .footCenter {
  width: 1194px;
  height: 316px;
  display: flex;
  margin: 0 auto;
  padding-top: 49px;
  padding-bottom: 69px;
}

.footer .footCenter .left {
  width: 536px;
  padding-left: 31px;
  border-right: 1px solid rgba(159, 160, 160, 0.4);
}

.footer .footCenter .left h6 {
  margin-top: 21px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}

.footer .footCenter .left .text {
  margin-top: 25px;
}

.footer .footCenter .left .text p {
  font-size: 14px;
  font-weight: 500;
  color: #888888;
  line-height: 33px;
}

.footer .footCenter .left .text p span {
  color: #b11a20;
  font-weight: bold;
}

.footer .footCenter .center {
  width: 401px;
  border-right: 1px solid rgba(159, 160, 160, 0.4);
  display: flex;
}

.footer .footCenter .center > div {
  flex: 1;
}

.footer .footCenter .center > div h6 {
  margin-top: 21px;
  font-weight: bold;
  line-height: 1;
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin-bottom: 20px;
}

.footer .footCenter .center > div a {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  line-height: 33px;
  display: block;
  text-align: center;
  transition: all 0.5s;
}

.footer .footCenter .center > div a:hover {
  color: #b11a20;
}

.footer .footCenter .right {
  padding-left: 85px;
}

.footer .footCenter .right img {
  width: 160px;
  height: 160px;
  margin-top: 9px;
}

.footer .footCenter .right p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-top: 12px;
  text-align: center;
}

.footer .footBot {
  width: 1194px;
  height: 86px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-family: Arial;
  font-weight: 400;
  color: #888888;
  line-height: 24px;
}

/*fixed*/
.siderbar {
  position: fixed;
  bottom: 50px;
  right: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 1000;
}

.siderbar > div {
  width: 86px;
  height: 86px;
  margin-bottom: 7px;
  background-color: #282829;
  border-radius: 10px;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.9);
}

.siderbar > div p {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  line-height: 27px;
}

.siderbar > div span {
  line-height: 1;
}

.siderbar > div.active,
.siderbar > div:hover {
  background-color: #b11a20;
}

.siderbar .bar1 img {
  width: 53px;
  height: 45px;
}

.siderbar .bar2 div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.siderbar .bar2 #rimg1 {
  width: 86px;
  height: 86px;
}

.siderbar .bar2 #rimg2 {
  display: none;
}

.siderbar .bar2 #rimg2 img {
  width: 100%;
}

.siderbar .bar3 p {
  line-height: 17px;
}

.siderbar .bar4 img {
  width: 43px;
  height: 23px;
}

.siderbar .bar4 p {
  line-height: 1;
  margin-top: 14px;
}

/* proDetails 产品详情*/
.proDetails{width: 100%;}
.proDetailsSection{width: 980px;float: right;}
.proDetailsSection .mainCon{border: 1px solid #e4e4e4;padding-bottom: 0px;}
.proDetailsIntro{width: 100%;height: 418px;border-bottom: 1px solid #e4e4e4;}
.proDetailsIntro .conL{width:427px;float: left;position: relative;height: 418px;border-right: 1px solid #e4e4e4;}
.proDetailsIntro .conL i{display: block;width: 44px;height: 44px;position: absolute;z-index: 9;cursor: pointer;overflow: hidden;top: 50%;margin-top: -22px;}
.proDetailsIntro .conL i.prev{left: -1px;}
.proDetailsIntro .conL i.next{right: -1px;}
.proDetailsIntro .conL .btnList{width: 100%;height: 10px;text-align: center;position: absolute;bottom: 18px;}
.proDetailsIntro .conL .btnList span{display: inline-block;width: 9px;height: 9px;overflow: hidden;position: relative;background: url(Img/mub02Inpage/proDetailsIntro_icon01.png) no-repeat left top;margin-left: 14px;cursor: pointer;} 
.proDetailsIntro .conL .btnList span.cur{background-position: left bottom;}
.proDetailsIntro .conL .btnList span:first-child{margin-left: 0;}
.proDetailsIntro .conL .conBox{width: 427px;height: 418px;position: relative;overflow: hidden;}
.proDetailsIntro .conL .conBox ul{position: absolute;top: 0;left: 0;}
.proDetailsIntro .conL .conBox li{float: left;width: 427px;}
.proDetailsIntro .conL .conBox li img{display: block;width: 427px;height: 418px;}
.proDetailsIntro .conR{float: right;padding-top: 20px;width:438px;height: 378px;position: relative;margin-right: 20px;}
.proDetailsIntro .conR h3{font-size: 20px;color: #333333;font-weight: bold; height:25px; overflow:hidden;}
.proDetailsIntro .conR i{display: block;height: 1px;margin:25px 0 18px 0;background: #e4e4e4;}
.proDetailsIntro .conR p{font-size: 14px;color: #666666;line-height: 22px;  display:inline-block; overflow:hidden;}
.proDetailsIntro .conR .box{width: 100%;position: absolute;bottom: 34px;left: 0;}
.proDetailsIntro .conR .box .zx{display: block;width: 172px;height: 53px;float: left;font-size: 15px;color: #fff;line-height: 53px;background: #b11a20;text-align: center;text-decoration: none;border-radius: 39px;}
.proDetailsIntro .conR .box .zx img{position: relative;top: 4px;margin-left: 12px;} 
.proDetailsIntro .conR .box .phone{float: left;padding-left: 42px;;background: url(../images/proDetailsIntro_phone.png) no-repeat left center;margin-left: 18px;margin-top: 6px;}
.proDetailsIntro .conR .box .phone span{display: block;font-size: 13px;color: #666666;}
.proDetailsIntro .conR .box .phone em{display: block;font-size: 24px;color: #b11a20;}
.proDetailsCanS{width: 870px;margin: 20px auto 0;}
.proDetailsCanS .menu{width: 100%;height: 54px;margin-bottom: 20px;border-bottom: 1px solid #e4e4e4;}
.proDetailsCanS .menu li{float: left;width: 148px;border: 1px solid #e4e4e4;height: 53px;line-height: 53px;text-align: center;font-size: 14px;color: #000;border-left: none;border-bottom: none;cursor:pointer;}
.proDetailsCanS .menu li:first-child{border-left: 1px solid #e4e4e4;}
.proDetailsCanS .menu li.status_on{background: #b11a20;border-color: #b11a20;color: #fff;}
.proDetailsCanS .conBox{width: 100%;background: #fff; line-height:22px;min-height: 300px;}
.proDetailsCanS .conBox .box{width: 100%;height: 100%;background: #fff;}

/* proDetailsLy */
.proDetailsLy{width: 870px;margin: 30px auto 0;}
.proDetailsLy .conBox .box1{width: 100%;margin-top: 33px;}
.proDetailsLy .conBox .box1 .Input{width: 427px;height: 58px;border: 1px solid #e4e4e4;float: left;margin-bottom: 10px;margin-left: 12px;}
.proDetailsLy .conBox .box1 input{width: 100%;padding-left: 22px;padding-right: 51px;font-size: 16px;color: #999999;line-height: 58px;outline: none;border: none;}
.proDetailsLy .conBox .box1 .Input1{margin-left: 0;}
.proDetailsLy .conBox .box1 .Input1 input{background: url(../image/proDetailsLy_icon01.png) no-repeat 386px center;}
.proDetailsLy .conBox .box1 .Input2 input{background: url(../image/proDetailsLy_icon02.png) no-repeat 386px center;}
.proDetailsLy .conBox .box1 textarea{padding-left: 22px;width: 867px;height: 150px;border: 1px solid #e0e0e0;padding-top: 18px;font-size: 16px;color: #999999;outline: none;resize: none;background: url(../images/proDetailsLy_icon03.png) no-repeat 828px 18px;padding-right: 51px;}
.proDetailsLy .conBox .box1 .yzmtj{margin-top: 20px;}
.proDetailsLy .conBox .box1 .yzmtj .sr{width: 250px;float: left;border: 1px solid #e0e0e0;}
.proDetailsLy .conBox .box1 .yzmtj .sr span{display: block;font-size: 16px;color: #999999;display: block;height: 58px;line-height: 58px;float: left;border-right: 1px solid #e0e0e0;width: 100px;text-align: center;}
.proDetailsLy .conBox .box1 .yzmtj .sr input{padding:0 10px;width: 127px;float: left;display: block;border: none;line-height: 58px;font-size: 16px;color: #999;height: 58px;outline: none;}
.proDetailsLy .conBox .box1 .yzmtj #spVerCode img{display: block;margin-top: 14px;margin-left: 10px;float: left; width:105px; height:38px;}
.proDetailsLy .conBox .box1 .yzmtj a.p{ line-height:86px; margin-left:10px;}
.proDetailsLy .conBox .box1 .yzmtj a.tj{display: block;width: 410px;height: 60px;line-height: 60px;font-size: 22px;color: #fff;text-decoration: none;text-align: center;background: #b11a20;float: right;}



/* proList 产品列表*/
.proList{width: 100%;}
.proListSection{width: 910px;float: right;}
.proListSection .mainCon{border: 1px solid #e4e4e4;padding-top: 28px;width: 908px;}
.proListSection .mainCon .conBox{width:870px;margin: 20px auto 0;padding-bottom: 30px;}
.proListSection .mainCon .conBox ul{width: 104%;}
.proListSection .mainCon .conBox li{float: left;width: 280px;margin-right: 15px;margin-bottom: 20px;}
.proListSection .mainCon .conBox li.noMl{ margin-right:0px;}
.proListSection .mainCon .conBox li .Pic{width: 278px;height: 272px;border: 1px solid #e4e4e4;overflow: hidden;display: block;}
.proListSection .mainCon .conBox li .Pic img{display:block;width: 278px;height: 272px;transform: scale(1);transition: all 1s ease-out;}
.proListSection .mainCon .conBox li .intro{width: 280px;height: 75px;text-align: center;padding-top: 14px;position: relative;}
.proListSection .mainCon .conBox li .intro h3{font-size: 16px;color: #333333;font-weight: bold;margin-bottom: 16px;width: 280px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.proListSection .mainCon .conBox li .intro h3 a{color: #333333;text-decoration: none;}
.proListSection .mainCon .conBox li .intro p{line-height: 20px;color: #666666;font-size: 14px;margin-top: 14px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;height:44px;}
.proListSection .mainCon .conBox li .intro .btn{overflow: hidden;width: 241px;height: 42px;background: url(Img/mub02Inpage/proListBg01.png) no-repeat center;position: absolute;bottom: 0px;left: 20px;}
.proListSection .mainCon .conBox li .intro .btn a{display: block;width: 120px;height: 42px;line-height: 42px;text-align: center;float: left;font-size: 14px;color: #777777;text-decoration: none;}
.proListSection .mainCon .conBox li .intro .btn a i{display: inline-block;width: 7px;height: 12px;background: url(Img/mub02Inpage/mub02_jt03.png) no-repeat center;margin-left: 8px;position: relative;top: 2px;}
.proListSection .mainCon .conBox li .intro .btn a:first-child{border-right: 1px solid #eaeaea;}
.proListSection .mainCon .conBox li .intro .btn a:hover{color: #fff;}
.proListSection .mainCon .conBox li .intro h3 a{color: #00662b;}
.proListSection .mainCon .conBox li .intro .btn a.more:hover{background: url(Img/mub02Inpage/proListBg02.png) no-repeat center;}
.proListSection .mainCon .conBox li .intro .btn a.more:hover i{background: url(Img/mub02Inpage/mub02_jt02.png) no-repeat center;}
.proListSection .mainCon .conBox li .intro .btn a.zx:hover{background: url(Img/mub02Inpage/proListBg03.png) no-repeat center;}
.proListSection .mainCon .conBox li .intro .btn a.zx:hover i{background: url(Img/mub02Inpage/mub02_jt02.png) no-repeat center;}
.proListSection .mainCon .conBox li:hover .Pic img{transform: scale(1.2);}

/* fzlc 发展历程*/
.fzlc{width: 100%;}
.fzlcSection{width: 910px;float: right;}
.fzlcSection .mainCon{border: 1px solid #e4e4e4;padding-top: 28px;width: 908px;}
.fzlcSection .mainCon .conBox{width:870px;margin: 62px auto 0;padding-bottom: 56px;}
.fzlcSection .mainCon .conBox .con{margin-left: 124px;border-left: 1px solid #e4e4e4;}
.fzlcSection .mainCon .conBox .fzlcTime{float: left;margin-left: -96px;margin-top: 22px;}
.fzlcSection .mainCon .conBox .fzlcTime span{font-size: 32px;color: #00662b;font-weight: bold;font-family: arial;}
.fzlcSection .mainCon .conBox .fzlcTime i{display: inline-block;*display: inline-block;width: 30px;height: 1px;background: #00662b;position: relative;top: -10px;margin-left: 10px;}
.fzlcSection .mainCon .conBox .box{margin-top: 50px;}
.fzlcSection .mainCon .conBox .box:first-child{margin-top: 0;}
.fzlcSection .mainCon .conBox dl{float: left;margin-left: 32px;width: 690px;}
.fzlcSection .mainCon .conBox dt{float: left;margin-right: 20px;}
.fzlcSection .mainCon .conBox dt img{ display:block; width:250px; height:190px;}
.fzlcSection .mainCon .conBox dd{float: left;width: 420px;}
.fzlcSection .mainCon .conBox dd p{font-size: 14px;color: #333333;line-height: 24px;}

/* about 关于我们*/
.about{width: 100%;}
.aboutSection{width: 910px;float: right;}
.aboutSection .mainCon{border: 1px solid #e4e4e4;padding-top: 28px;width: 908px;padding-bottom: 0px;}
.aboutSection .mainCon .conBox{width:870px;margin: 20px auto 0;padding-bottom: 20px;background: #fff; line-height:24px;}

/* linkUs  联系我们*/
.linkUs{width: 100%;}
.linkUsSection{width: 910px;float: right;}
.linkUsSection .mainCon{border: 1px solid #e4e4e4;padding-top: 28px;width: 908px;padding-bottom: 0px;}
.linkUsSection .mainCon .conBox {width: 870px;margin: 20px auto 0;padding-bottom: 20px;background: #fff;line-height: 24px;}
.linkUsSection .mainCon .conBox p {font-size: 14px;}
.linkUsSection .mainCon .linkUsIntro{width:870px;margin: 40px auto 0;padding-bottom: 40px;}
.linkUsSection .mainCon .linkUsIntro ul li{float: left;float: left;}
.linkUsSection .mainCon .linkUsIntro ul li img{display: block;width: 440px;height: 280px;float: left;margin-right: 20px;}
.linkUsSection .mainCon .linkUsIntro ul li h3{font-size: 20px;color: #333333;font-weight: normal;}
.linkUsSection .mainCon .linkUsIntro ul li p{font-size: 14px;color: #333333;line-height: 24px;margin-top: 22px;}
.linkUsSection .mainCon .linkUsIntro .zxzx{display: block;width: 160px;height: 50px;overflow: hidden;background: #00662b;text-decoration: none;left: 0;bottom: 0;}
.linkUsSection .mainCon .linkUsIntro .zxzx span{display: block;width: 50px;height: 50px;float: left;border-right: 1px solid #e56100;background: url(Img/mub02Inpage/zxzx_icon01.png) no-repeat center;}
.linkUsSection .mainCon .linkUsIntro .zxzx em{display: block;width: 109px;height: 50px;line-height: 50px;text-align: center;font-size: 16px;color: #fff;float: left;}
.linkUsSection .mainCon .linkUsIntro .zxzx em img{display: inline-block;*display: inline-block;position: relative;top: 2px;margin-left: 8px;}

/* linkUsAddress */
.linkUsSection .linkUsAddress{width: 870px;margin: 0 auto;}
.linkUsSection .linkUsAddress ul{border-top: 1px solid #e4e4e4;border-bottom: 1px solid #e4e4e4;}
.linkUsSection .linkUsAddress li{width: 290px;padding-top: 48px;height: 282px;background: url(Img/mub02Inpage/linkUsAddressBg01.png) repeat-y;text-align: center;float: left;}
.linkUsSection .linkUsAddress li img{display: block;margin: 0 auto;}
.linkUsSection .linkUsAddress li h3{margin: 12px 0 42px 0;font-size: 16px;color: #00662b;font-weight: normal;}
.linkUsSection .linkUsAddress li p{font-size: 14px; color: #333333;margin-bottom: 6px;line-height: 22px;}
.linkUsSection .LinkUsMap{width: 870px;margin:20px auto 0;}
.linkUsSection .LinkUsMap img{display: block;width: 870px;height: 380px;}

/* 产品详情页联系 */
.proDetailsCanS .conBox .box .linkUsIntro{width:870px;margin: 40px auto 0;padding-bottom: 40px;}
.proDetailsCanS .conBox .box .linkUsIntro ul li{float: left;}
.proDetailsCanS .conBox .box .linkUsIntro ul li img{display: block;width: 440px;height: 280px;float: left;margin-right: 20px;}
.proDetailsCanS .conBox .box .linkUsIntro ul li h3{font-size: 20px;color: #333333;font-weight: normal;}
.proDetailsCanS .conBox .box .linkUsIntro ul li p{font-size: 14px;color: #333333;line-height: 24px;margin-top: 22px;}
.proDetailsCanS .conBox .box .linkUsAddress{width: 870px;margin: 0 auto;}
.proDetailsCanS .conBox .box .linkUsAddress ul{border-top: 1px solid #e4e4e4;border-bottom: 1px solid #e4e4e4;}
.proDetailsCanS .conBox .box .linkUsAddress li{width: 290px;padding-top: 48px;height: 282px;background: url(Img/mub02Inpage/linkUsAddressBg01.png) repeat-y;text-align: center;float: left;}
.proDetailsCanS .conBox .box .linkUsAddress li img{display: block;margin: 0 auto;}
.proDetailsCanS .conBox .box .linkUsAddress li h3{margin: 12px 0 42px 0;font-size: 16px;color: #00662b;font-weight: normal;}
.proDetailsCanS .conBox .box .linkUsAddress li p{font-size: 14px; color: #333333;margin-bottom: 6px;line-height: 22px;}
.proDetailsCanS .conBox .box .linkUsAddress .LinkUsMap{width: 100%;margin-top: 20px;}
.proDetailsCanS .conBox .box .linkUsAddress .LinkUsMap img{display: block;width: 870px;height: 380px;}
.proDetailsCanS .conBox .box .LinkUsMap{width: 100%;margin-top: 20px;}
.proDetailsCanS .conBox .box .LinkUsMap img{display: block;width: 870px;height: 380px;}

/*标题展示样式*/
.news_ul{width: 106%;}
.news_ul li{width: 416px;overflow: hidden;margin-right: 38px;float: left;margin-bottom: 13px;}
.news_ul li a{display: block;font-size: 14px;color: #333333;float: left;width: 302px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news_ul li a:hover{color: #00662b;}
.news_ul li span{display: block;font-size: 14px;color: #999999;font-family: arial;float: right;}

/*标题加简介*/
dl.news_dl{padding: 20px;height: 120px;border: 1px solid #dfdfdf;border-top: none;background: #fff;position: relative;}
dl.news_dl:first-child{border-top: 1px solid #dfdfdf;}
dl.news_dl dt{font-size: 22px;font-weight: normal;}
dl.news_dl dt a{color: #000000;text-decoration: none;}
dl.news_dl:hover dt img{transform: scale(1.2);}
dl.news_dl dd{width: 100%;height: 80px;position: relative;margin-left: 0px;float: left;font-size: 14px;color: #666666;line-height: 24px;margin-top: 17px;}
dl.news_dl:hover dt a{color: #00662b;}
dl.news_dl:hover {box-shadow: 0 0 10px 6px #eeeeee;z-index: 99;}

 

/* honor 企业荣誉*/
.honor{width: 100%;}
.honorSection{width: 910px;float: right;}
.honorSection .mainCon{border: 1px solid #e4e4e4;padding-top: 28px;width: 908px;}
.honorSection .mainCon .honorShow{width:870px;margin: 20px auto 0;padding-bottom: 17px;overflow: hidden;}
.honorSection .mainCon .honorShow .box{height: 368px;/*background: url(Img/mub02Inpage/honor_yy01.png) no-repeat center bottom;*/margin-bottom: 24px;}
.honorSection .mainCon .honorShow .box ul{height: 368px;background: url(Img/mub02Inpage/honor_yy02.png) no-repeat center 260px;padding: 0 40px;}
.honorSection .mainCon .honorShow .box li{width: 250px;height:368px;float: left;margin-left: 20px;text-align: center;}
.honorSection .mainCon .honorShow .box li:first-child{margin-left: 0;}
.honorSection .mainCon .honorShow .box li span{display: block;width: 248px;height: 278px;border: 1px solid #e4e4e4;overflow: hidden;}
.honorSection .mainCon .honorShow .box li img{display: block;width: 248px;height: 278px;transform: scale(1);transition: all 1s ease-out;}
.honorSection .mainCon .honorShow .box li:hover img{transform: scale(1.2);}
.honorSection .mainCon .honorShow .box li em{display: block;margin-top: 38px;font-size: 16px;color: #333333;height:34px;line-height: 24px;overflow:hidden;width: 250px;white-space: nowrap;text-overflow: ellipsis;}
.honorSection .mainCon .honorShow .box li a{text-decoration: none;display: block;}

/*默认图片加标题 弹窗*/
dl.dl_2{width: 280px;float: left;margin: 0 5px;text-align: center;margin-bottom: 26px;}
dl.dl_2 dt{display: block;width: 278px;height: 185px;border: 1px solid #e4e4e4;overflow: hidden;}
dl.dl_2 dt img{display: block;width: 278px;height: 185px;transform: scale(1);transition: all 1s ease-out;}
dl.dl_2:hover dt img{transform: scale(1.2);}
dl.dl_2 dd{float:left;width:280px;margin: 8px 0;height:24px;text-align:center;overflow: hidden; white-space:nowrap; text-overflow: ellipsis;}
dl.dl_2 dd{ color:#333333; font-size:14px; line-height:24px;-webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; }
dl.dl_2:hover dt img{ background:#00662b;}
dl.dl_2:hover dd{ color:#00662b; text-decoration: none;}
dl.dl_2:hover dd a{color:#00662b; text-decoration: none;}

/*图片标题简介*/
dl.dl_42{width: 280px;height: 490px; margin-right:15px; float: left;margin-bottom: 20px;}
dl.dl_42.noMl{ margin-right:0px;}
dl.dl_42 dt{display: block;width: 278px;height: 278px;overflow: hidden;}
dl.dl_42 dt img{display: block;transform:scale(1);transition: all 2s ease-out;width: 278px;height: 278px;}
dl.dl_42 dt:hover img{transform: scale(1.2);}
dl.dl_42 dd{padding: 28px 2px 0;height: 171px;background: #fff;position: relative;}
dl.dl_42 dd h4{font-size: 16px;color: #333333;font-weight: normal;width: 280px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
dl.dl_42 dd h4 a{color: #333333;text-decoration: none; font-weight:bold;}
dl.dl_42 dd p{line-height: 22px;color: #666666;font-size: 14px;margin-top: 14px;}
dl.dl_42 dd .btn{overflow: hidden;width: 241px;height: 42px;background: url(Img/mub02Inpage/proListBg01.png) no-repeat center;position: absolute;bottom: 0px;left: 20px;}
dl.dl_42 dd .btn a{display: block;width: 120px;height: 42px;line-height: 42px;text-align: center;float: left;font-size: 14px;color: #777777;text-decoration: none;}
dl.dl_42 dd .btn a i{display: inline-block;width: 7px;height: 12px;background: url(Img/mub02Inpage/mub02_jt03.png) no-repeat center;margin-left: 8px;position: relative;top: 2px;}
dl.dl_42 dd .btn a:first-child{border-right: 1px solid #eaeaea;}
dl.dl_42 dd .btn a:hover{color: #fff;}
dl.dl_42 dd:hover h4 a{color: #00662b;}
dl.dl_42 dd .btn a.more:hover{background: url(Img/mub02Inpage/proListBg02.png) no-repeat center;}
dl.dl_42 dd .btn a.more:hover i{background: url(Img/mub02Inpage/mub02_jt02.png) no-repeat center;}
dl.dl_42 dd .btn a.zx:hover{background: url(Img/mub02Inpage/proListBg03.png) no-repeat center;}
dl.dl_42 dd .btn a.zx:hover i{background: url(Img/mub02Inpage/mub02_jt02.png) no-repeat center;}

/*合作伙伴没有链接一行5个*/
dl.dl_2s {float:left;width: 205px;margin-bottom:16px; margin-right:16px;}
dl.dl_2s.noMl{ margin-right:0px;}
dl.dl_2s dt img{width: 201px;height: 112px;background:#eee;display:block;overflow:hidden;padding: 2px;transition:background 0.5s ease;-o-transition:background 0.5s ease;-moz-transition:background 0.5s ease;-webkit-transition:background 0.5s ease;}
dl.dl_2s dd {float:left;width:205px;margin: 8px 0;height:24px;text-align:center;}
dl.dl_2s dd{ color:#333333; font-size:14px; line-height:24px;-webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; }
dl.dl_2s dd h4{overflow: hidden; white-space:nowrap; text-overflow: ellipsis;}
dl.dl_2s:hover dt img{ background:#00662b;}
dl.dl_2s:hover dd{ color:#00662b; text-decoration: none;}
dl.dl_2s:hover dd a{color:#00662b; text-decoration: none;}

/*默认图片加标题 有链接*/
dl.dl_yl{width: 280px;float: left;margin: 0 5px;text-align: center;margin-bottom: 26px;}
dl.dl_yl dt{display: block;width: 278px;height: 185px;border: 1px solid #e4e4e4;overflow: hidden;}
dl.dl_yl dt img{display: block;width: 278px;height: 185px;transform: scale(1);transition: all 1s ease-out;}
dl.dl_yl:hover dt img{transform: scale(1.2);}
dl.dl_yl dd{float:left;width:280px;margin: 8px 0;height:24px;text-align:center;overflow: hidden; white-space:nowrap; text-overflow: ellipsis;}
dl.dl_yl dd{ color:#333333; font-size:14px; line-height:24px;-webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; }
dl.dl_yl:hover dt img{ background:#00662b;}
dl.dl_yl:hover dd{ color:#00662b; text-decoration: none;}
dl.dl_yl:hover dd a{color:#00662b; text-decoration: none;}

 
 


 /* mub02Title 内页头部公共样式*/
.mub02Title{width: 870px;text-align: center;margin: 0 auto;}
.mub02Title h2{font-size: 20px;color: #b11a20;font-weight: normal;}
.mub02Title h2 a{color: #00662b;text-decoration: none;font-weight: bold;}
.mub02Title i{display: block;width: 870px;height: 3px;margin-top: 26px;}
.mub02Title i img{display: block;width: 870px;height: 3px;}

/* mub02Top */
.mub02Top{width: 870px;margin: 0 auto;padding-top: 20px;}
.mub02Top h2{font-size: 18px;color: #b11a20;font-weight: normal;height: 40px;border-bottom: 1px solid #e4e4e4;}
/* mub02tjcp 推荐产品公共样式*/
.mub02tjcp{border: 1px solid #e4e4e4;padding: 0 19px 20px;margin-top: 20px;}
.mub02tjcp .conBox{width: 100%;margin-top: 20px;}
.mub02tjcp .conBox li{width: 280px;float: left;margin-left: 15px;text-align: center;}
.mub02tjcp .conBox li:first-child{margin-left: 0;}
.mub02tjcp .conBox li span{display: block;width: 238px;height: 238px;overflow: hidden;border: 1px solid #e4e4e4;}
.mub02tjcp .conBox li img{display: block;transform: scale(1);transition: all 1s ease-out; width: 238px;height: 238px;}
.mub02tjcp .conBox li:hover img{transform: scale(1.2);}
.mub02tjcp .conBox li em{display: block;font-size: 14px;color: #333333;margin-top: 10px; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.mub02tjcp .conBox li a{display: block;text-decoration: none;}
.mub02tjcp .conBox li a:hover {
 background:#e1e1e1 !important;
}
/* mub02xgyd 相关阅读/推荐阅读公共样式*/
.mub02xgyd{border: 1px solid #e4e4e4;padding: 0 19px 10px;margin-top: 20px;}
.mub02xgyd .conBox{width: 100%;margin-top: 22px;overflow: hidden;}
.mub02xgyd .conBox ul{width: 100%;display: block !important;}
.mub02xgyd .conBox li{width: 400px;overflow: hidden;margin-right: 25px;float: left;margin-bottom: 13px;}
.mub02xgyd .conBox li a{display: block;font-size: 14px;color: #333333;float: left;width: 302px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;border: none !important;text-align: left !important;font-size:   14px !important;font-weight: 400;color: #666666;padding: 0 !important;margin-right: 4px;}
.mub02xgyd .conBox li a:hover{background: #fff !important;color: #b11a20 !important;}
.mub02xgyd .conBox li span{display: block;font-size: 14px;color: #999999;font-family: arial;float: right;}


