@import "http://at.alicdn.com/t/font_1350908_rjduysksnr.css";
* {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  font-size: 18px;
  box-sizing: border-box;
  color: #333;
}
body {
  background: #fff;
}
html {
  font-size: 20px;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.fl_left {
  float: left;
}
.fl_right {
  float: right;
}
.clear {
  clear: both;
}
.overflow {
  overflow: hidden;
}
.webFIxHeader {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  padding: 0 90px;
}
.webFIxHeader.BGcolor {
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
.webFIxHeader.BGcolor .logo span {
  color: #000;
}
.webFIxHeader.BGcolor .navStyle a {
  color: #102541;
}
.webFIxHeader .logo {
  float: left;
  width: 400px;
  height: 80px;
}
.webFIxHeader .logo img {
  float: left;
  width: auto;
  height: 40px;
  margin: 20px 0;
}
.webFIxHeader .logo span {
  float: left;
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  color: #fff;
  margin-left: 16px;
}
.webFIxHeader .navStyle {
  float: right;
}
.webFIxHeader .navStyle > i {
  display: none;
}
.webFIxHeader .navStyle > ul {
  width: auto;
  height: 80px;
}
.webFIxHeader .navStyle > ul li {
  float: left;
  width: auto;
  height: 80px;
  line-height: 80px;
  margin-left: 60px;
  position: relative;
}
.webFIxHeader .navStyle > ul li.active > a {
  color: #fd5e16;
}
.webFIxHeader .navStyle > ul li a {
  color: #fff;
  font-size: 16px;
}
.webFIxHeader .navStyle > ul li a:hover {
  color: #fd5e16;
}
.webFIxHeader .navStyle > ul li:hover .navLink_Mobile {
  display: block;
}
.webFIxHeader .navStyle > ul li .navLink_Mobile {
  display: none;
  position: absolute;
  width: 140px;
  height: auto;
  top: 80px;
  left: 50%;
  margin-left: -70px;
  z-index: 5;
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 3px 3px;
}
.webFIxHeader .navStyle > ul li .navLink_Mobile li {
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-align: center;
  margin: 0;
}
.webFIxHeader .navStyle > ul li .navLink_Mobile li a {
  color: #102541;
}
.webFIxHeader .navStyle > ul li .navLink_Mobile li a:hover {
  color: #fd5e16;
}
.Banner .bannerImg {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.Banner .bannerText {
  position: absolute;
  width: 100%;
  height: 150px;
  left: 0;
  top: 50%;
  margin-top: -75px;
}
.Banner .bannerText h5 {
  font-size: 62px;
  color: #f1f1f1;
  text-align: center;
  font-weight: normal;
}
.Banner .bannerText p {
  font-size: 28px;
  color: #b3b4b6;
  text-align: center;
  margin-top: 15px;
}
.Banner .swiper-pagination-bullet {
  background: #fff;
}
.Banner .swiper-pagination-bullet-active {
  background: #fd5e16;
  width: 30px;
  border-radius: 5px;
}
.index_Title {
  margin-bottom: 50px;
}
.index_Title p {
  width: 100%;
  text-align: center;
  font-size: 40px;
  color: #fd7a4c;
}
.index_Title a {
  display: block;
  padding: 0 90px;
  text-align: right;
  color: #fd5e16;
  font-size: 15px;
}
.index_Title a:hover {
  cursor: pointer;
}
.index_Title span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #666666;
  margin-top: 9px;
}
.index_product {
  width: 100%;
  padding: 55px 90px 80px;
}
.index_product .index_productBox {
  width: 100%;
  border-right: 1px solid #ebf4fd;
}
.index_product .index_productBox .index_product_List {
  float: left;
  border: 1px solid #ebf4fd;
  border-right: 0;
  height: 455px;
}
.index_product .index_productBox .index_product_List:last-child {
  border-right: 1px solid #ebf4fd;
}
.index_product .index_productBox .index_product_List img {
  display: block;
  width: 175px;
  height: auto;
  margin: 30px auto 20px;
}
.index_product .index_productBox .index_product_List h5 {
  width: 100%;
  text-align: center;
  color: #102541;
  font-size: 24px;
  margin-bottom: 10%;
  font-weight: normal;
}
.index_product .index_productBox .index_product_List p {
  width: 100%;
  padding: 0 5%;
  font-size: 15px;
  color: #81818b;
  line-height: 28px;
  height: 165px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.index_product .index_productBox .index_product_List span {
  margin-top: 10%;
  display: block;
  width: 100%;
  text-align: right;
  padding: 0 5%;
  color: #fd5e16;
  font-size: 13px;
}
.index_product .index_productBox .index_product_List span i {
  color: #fd5e16;
  vertical-align: middle;
}
.index_product .index_productBox .index_product_List:hover {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
.index_case {
  width: 100%;
  padding: 55px 0 80px;
}
.index_case .index_caseBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index_case .index_caseBox .index_caseList {
  width: 50%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
.index_case .index_caseBox .index_caseList:hover {
  cursor: pointer;
}
.index_case .index_caseBox .index_caseList:hover img {
  transform: translate(15px, 0);
  transition: all 0.3s ease-in-out;
}
.index_case .index_caseBox .index_caseList .text h5 {
  font-size: 28px;
  color: #102541;
  font-weight: normal;
}
.index_case .index_caseBox .index_caseList .text p {
  margin-top: 10px;
  font-size: 15px;
  color: #102541;
}
.index_case .index_caseBox .index_caseList > img {
  float: right;
  width: 329px;
  height: auto;
}
.index_news {
  width: 100%;
  padding: 55px 90px 80px;
}
.index_news .index_newsBox {
  width: 100%;
}
.index_news .index_newsBox .index_newlist {
  float: left;
  width: 49.5%;
  height: 150px;
  border: 1px solid #ebf4fd;
  margin-bottom: 30px;
}
.index_news .index_newsBox .index_newlist .newsImg {
  float: left;
  width: 30%;
  height: 148px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.index_news .index_newsBox .index_newlist .newsMain {
  float: right;
  width: 65%;
}
.index_news .index_newsBox .index_newlist .newsMain h5 {
  font-weight: normal;
  font-size: 20px;
  color: #102541;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index_news .index_newsBox .index_newlist .newsMain p {
  font-size: 14px;
  color: #57667e;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 50px;
}
.index_news .index_newsBox .index_newlist .newsMain span {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #fd5e16;
  margin-top: 20px;
}
.index_news .index_newsBox .index_newlist:nth-child(even) {
  float: right;
}
.index_news .index_newsBox .index_newlist:nth-child(2),
.index_news .index_newsBox .index_newlist:nth-child(3) {
  background: #f3f5f9;
}
.index_news .index_newsBox .index_newlist:hover {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
.webFooter {
  width: 100%;
  padding: 0 90px;
  background: #102541;
  height: auto;
}
.webFooter .part1 {
  padding: 50px 0;
  width: 100%;
  overflow: hidden;
}
.webFooter .part1 .logo {
  float: left;
  width: 214px;
  height: auto;
}
.webFooter .part1 dl {
  width: 220px;
  float: left;
  margin-left: 15px;
}
.webFooter .part1 dl dt {
  width: 100%;
  font-size: 18px;
  color: #fff;
  height: 28px;
  line-height: 28px;
  margin-bottom: 10px;
}
.webFooter .part1 dl dd a {
  display: block;
  width: 100%;
  color: #b3b4b6;
  font-size: 13px;
  height: 24px;
  line-height: 24px;
}
.webFooter .part1 dl dd a:hover {
  text-decoration: underline;
}
.webFooter .part1 .co_info {
  float: left;
  width: 250px;
  margin-left: 112px;
}
.webFooter .part1 .co_info h5 {
  width: 100%;
  font-size: 18px;
  color: #fff;
  height: 28px;
  line-height: 28px;
  margin-bottom: 10px;
  font-weight: normal;
}
.webFooter .part1 .co_info > div {
  width: 100%;
  font-size: 24px;
  color: #fd5e16;
  font-weight: bold;
}
.webFooter .part1 .co_info p {
  width: 100%;
  font-size: 13px;
  line-height: 24px;
  color: #b3b4b6;
}
.webFooter .part2 {
  width: 100%;
  border-top: 1px solid #123467;
  height: 77px;
  line-height: 77px;
  color: #b3b4b6;
  font-size: 12px;
  text-align: center;
}
.incontentMargin {
  padding-top: 80px;
}
.incontentMargin .index_Title {
  margin-top: 55px;
  margin-bottom: 30px;
}
.in_banner {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.in_banner .in_bannerText {
  position: absolute;
  right: 150px;
  top: 33%;
  width: 206px;
  height: auto;
  border-top: 3px solid #fd5e16;
  padding-top: 15px;
}
.in_banner .in_bannerText h3 {
  font-size: 38px;
  color: #f3f3f3;
  font-weight: normal;
  width: 100%;
  text-align: right;
}
.in_banner .in_bannerText p {
  font-size: 14px;
  color: #f3f3f3;
  width: 100%;
  text-align: right;
  word-break: break-all;
  margin: 15px 0 0 0;
  line-height: 26px;
}
.navLink_PC {
  width: 100%;
  padding: 0 90px;
  text-align: right;
  background: #f6f6f6;
}
.navLink_PC li {
  display: inline-block;
}
.navLink_PC li a {
  display: block;
  color: #102541;
  font-size: 18px;
  height: 58px;
  line-height: 58px;
  width: 140px;
  text-align: center;
}
.navLink_PC li.active a {
  background: #fd5e16;
  color: #fff;
}
.a_Link {
  width: 750px;
  margin: 0 auto;
  height: 60px;
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(27, 27, 27, 0.2);
  border-radius: 5px;
  margin-bottom: 60px;
}
.a_Link > span {
  float: left;
  width: 250px;
  text-align: center;
}
.a_Link > span a {
  display: inline-block;
  width: auto;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #102541;
  cursor: pointer;
}
.a_Link > span.active a {
  color: #fd5e16;
  border-bottom: 1px solid #fd5e16;
}
.ContentStyle {
  padding: 0 90px;
}
.titleOrange {
  width: 500px;
  border-bottom: 1px solid #fd5e16;
}
.titleOrange p {
  width: 128px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #fd5e16;
  border-radius: 5px 5px 0 0;
}
.case_Content .index_caseBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case_Content .index_caseBox .index_caseList {
  width: 50%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
.case_Content .index_caseBox .index_caseList:hover {
  cursor: pointer;
}
.case_Content .index_caseBox .index_caseList:hover img {
  transform: translate(15px, 0);
  transition: all 0.3s ease-in-out;
}
.case_Content .index_caseBox .index_caseList:nth-child(1) {
  background: #f1f8fe;
}
.case_Content .index_caseBox .index_caseList:nth-child(2) {
  background: #f1eee9;
}
.case_Content .index_caseBox .index_caseList:nth-child(3) {
  background: #e7e7e7;
}
.case_Content .index_caseBox .index_caseList:nth-child(4) {
  background: #ebf4fd;
}
.case_Content .index_caseBox .index_caseList:nth-child(5) {
  background: #fdfcf7;
}
.case_Content .index_caseBox .index_caseList:nth-child(6) {
  background: #dad6d3;
}
.case_Content .index_caseBox .index_caseList .text h5 {
  font-size: 28px;
  color: #102541;
  font-weight: normal;
}
.case_Content .index_caseBox .index_caseList .text p {
  margin-top: 10px;
  font-size: 15px;
  color: #102541;
}
.case_Content .index_caseBox .index_caseList > img {
  float: right;
  width: 329px;
  height: auto;
}
.case_Content .caseText {
  width: 100%;
  padding: 0 20%;
  margin: 80px 0 50px;
}
.case_Content .caseText p {
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.case_Content .caseText .lineStyle {
  width: 290px;
  height: 90px;
  margin: 40px auto;
  font-size: 18px;
  color: #999;
  text-transform: uppercase;
  line-height: 90px;
  text-align: center;
  border-top: 1px solid #121212;
  border-bottom: 1px solid #121212;
}
.case_Content.case_Detail {
  padding: 0 90px 80px;
}
.case_Content.case_Detail .caseD_text {
  overflow: hidden;
  margin: 20px 0;
}
.case_Content.case_Detail .caseD_text .fl_left {
  width: 40%;
  height: auto;
  padding: 25px 10px;
}
.case_Content.case_Detail .caseD_text .fl_left a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #0a0a0a;
  margin: 10px 0;
}
.case_Content.case_Detail .caseD_text .fl_left a img {
  width: auto;
  max-width: 300px;
}
.case_Content.case_Detail .caseD_text .fl_right {
  width: 55%;
}
.case_Content.case_Detail .caseD_text .fl_right h5 {
  font-size: 20px;
  color: #000;
  font-weight: normal;
  margin-bottom: 15px;
}
.case_Content.case_Detail .caseD_text .fl_right p {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}
.case_Content.case_Detail .webImg {
  width: 100%;
  text-align: center;
  margin: 80px 0 20px;
}
.newsContent {
  width: 100%;
  padding: 0 80px 20px;
  height: auto;
  overflow: hidden;
}
.newsContent .BtnPage {
  text-align: right;
  padding: 0;
}
.newsContent .fl_left {
  width: 70%;
}
.newsContent .fl_left .newsType {
  width: 100%;
  border-bottom: 1px solid #ebeced;
  height: auto;
  overflow: hidden;
}
.newsContent .fl_left .newsType span {
  float: left;
  width: auto;
  height: 46px;
  line-height: 46px;
  color: #666666;
  font-size: 14px;
  margin: 0 15px;
  cursor: pointer;
}
.newsContent .fl_left .newsType span.active {
  color: #333;
  border-bottom: 1px solid #fd5e16;
}
.newsContent .fl_left .newsListBox {
  margin-bottom: 50px;
}
.newsContent .fl_left .NewsList {
  display: block;
  width: 100%;
  padding: 20px 0;
  height: 192px;
  border-bottom: 1px solid #dddddd;
  background: #fff;
  position: relative;
}
.newsContent .fl_left .NewsList .newsImg {
  position: absolute;
  width: 262px;
  height: 150px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 20px;
  left: 0;
}
.newsContent .fl_left .NewsList .newsMessage {
  padding-left: 283px;
  width: 100%;
}
.newsContent .fl_left .NewsList h5 {
  width: 100%;
  height: auto;
  font-size: 20px;
  color: #333;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.newsContent .fl_left .NewsList p {
  width: 100%;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  margin: 18px 0 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 75px;
}
.newsContent .fl_left .NewsList span {
  display: block;
  font-size: 12px;
  color: #fd5e16;
}
.newsContent .fl_right {
  width: 25%;
}
.newsContent .fl_right .recommendNews {
  width: 100%;
  border: 1px solid #ddd;
}
.newsContent .fl_right .recommendNews .title {
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #666666;
  padding: 0 15px;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
}
.newsContent .fl_right .recommendNews .recommendBox {
  width: 100%;
  padding: 0 15px 25px;
}
.newsContent .fl_right .recommendNews .recommendBox > a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #666;
  height: 32px;
  line-height: 32px;
  margin-top: 10px;
  border-bottom: 1px dashed #ddd;
}
.newsContent .fl_right .recommendNews .recommendBox > a:hover {
  color: #fd5e16;
}
.newsContent .news_DTitle {
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
  margin-top: 70px;
  margin-bottom: 20px;
}
.newsContent .news_DTitle h1 {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.newsContent .news_DTitle p {
  width: 100%;
  text-align: center;
  color: #666;
  font-size: 15px;
  margin: 14px 0;
}
.newsContent .news_DTitle + div img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.BtnPage {
  width: 100%;
  padding: 0 90px;
  text-align: center;
  margin: 20px 0;
}
.BtnPage span,
.BtnPage a {
  display: inline-block;
  width: 42px;
  height: 42px;
  border: 1px solid #dddddd;
  line-height: 42px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  text-align: center;
  margin: 0 3px;
  vertical-align: middle;
}
.BtnPage a.active {
  color: #1a55c8;
  border-color: #1a55c8;
}
.newsPage {
  width: 100%;
  text-align: right;
}
.newsPage a {
  font-size: 12px;
  color: #666;
}
.newsPage span {
  font-size: 12px;
  color: #666;
}
.newsPage span input {
  width: 30px;
  height: 18px;
  color: #333;
  text-align: center;
  font-size: 14px;
  outline: none;
  margin: 0 3px;
  border: 1px solid #ddd;
}
.newsPage button {
  width: 30px;
  height: 22px;
  font-size: 14px;
  padding: 0;
}
.errorContent {
  width: 100%;
  padding: 10rem 0;
}
.errorContent > p {
  width: 100%;
  text-align: center;
  font-size: 40px;
  color: #999;
}
.errorContent > span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
}
.errorContent > a {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 1rem;
  font-size: 14px;
  color: #fd5e16;
}
/******   手机端   ******/
/**通用手机尺寸**/
@media screen and (max-width: 768px) {
  a {
    -webkit-tap-highlight-color: transparent;
  }
  .Banner .bannerText {
    height: 4rem;
    margin-top: -2rem;
  }
  .Banner .bannerText h5 {
    font-size: 1.2rem;
  }
  .Banner .bannerText p {
    font-size: 0.7rem;
    margin-top: 0.4rem;
    padding: 0 10px;
  }
  .ContentStyle {
    padding: 0 2%;
  }
  .webFIxHeader {
    width: 100%;
    height: 3rem;
    padding: 0 1rem;
  }
  .webFIxHeader .logo {
    width: 80%;
    height: 3rem;
  }
  .webFIxHeader .logo img {
    width: auto;
    height: 1.1rem;
    margin: 0.95rem 0;
  }
  .webFIxHeader .logo span {
    font-size: 12px;
    height: 3rem;
    line-height: 3rem;
  }
  .webFIxHeader .navStyle > i {
    display: block;
    color: #fff;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 0.5rem;
    right: 0rem;
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .webFIxHeader .navStyle > ul {
    position: fixed;
    width: 78%;
    overflow: unset;
    height: 100%;
    background: #fff;
    right: -100%;
    top: 0;
    z-index: 10;
  }
  .webFIxHeader .navStyle > ul li {
    width: 100%;
    height: 2.4rem;
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 0 2rem;
  }
  .webFIxHeader .navStyle > ul li a {
    display: block;
    color: #333;
    font-size: 0.8rem;
    height: 2.4rem;
    line-height: 2.4rem;
  }
  .webFIxHeader .navStyle > ul li:hover .navLink_Mobile,
  .webFIxHeader .navStyle > ul li .navLink_Mobile {
    display: none;
  }
  .webFIxHeader .navStyle > ul li.navchild {
    background-image: url(../images/nav_right.png);
    background-repeat: no-repeat;
    background-size: 1.3rem;
    background-position: top 0.5rem right;
  }
  .webFIxHeader .navStyle > ul li.navchild > a {
    color: #333;
  }
  .webFIxHeader .navStyle > ul li.navchild.cur {
    background-image: url(../images/nav_bottom.png);
    height: auto;
  }
  .webFIxHeader .navStyle > ul li.navchild.cur > a {
    border-bottom: 1px solid #eee;
  }
  .webFIxHeader .navStyle > ul li.navchild.cur .navLink_Mobile {
    display: block;
    padding: 0;
    position: relative;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    margin: 0;
    box-shadow: none;
    background: none;
  }
  .webFIxHeader .navStyle > ul li.navchild.cur .navLink_Mobile li {
    height: 2.4rem;
    line-height: 0;
    text-align: left;
  }
  .webFIxHeader .navStyle > ul li.navchild.cur .navLink_Mobile li:last-child {
    border-bottom: 0;
  }
  .webFIxHeader .navStyle .mobileBG {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 8;
  }
  .webFIxHeader.BGcolor .navStyle > i {
    color: #666;
  }
  .index_Title {
    position: relative;
    height: auto;
    margin-bottom: 1rem;
  }
  .index_Title p {
    font-size: 1.2rem;
    height: 1.6rem;
    line-height: 1.6rem;
  }
  .index_Title a {
    position: absolute;
    width: auto;
    top: 0;
    right: 0.5rem;
    padding: 0;
    height: 1.6rem;
    line-height: 1.6rem;
    font-size: 0.6rem;
    color: #666;
  }
  .index_Title a:hover {
    color: #666;
  }
  .index_product {
    padding: 1.5rem 0;
  }
  .index_product .index_productBox {
    width: 100%;
    padding: 0 3%;
  }
  .index_product .index_productBox .index_product_List {
    padding: 1rem 0 1.4rem;
    border-top: 0;
    border-right: 1px solid #ebf4fd;
    height: 16rem;
  }
  .index_product .index_productBox .index_product_List:first-child {
    border-top: 1px solid #ebf4fd;
  }
  .index_product .index_productBox .index_product_List:hover {
    box-shadow: none;
  }
  .index_product .index_productBox .index_product_List img {
    width: 50%;
    height: auto;
    margin-top: 0;
  }
  .index_product .index_productBox .index_product_List h5 {
    margin-top: 1rem;
    margin-bottom: 0.4rem;
    font-size: 0.8rem;
  }
  .index_product .index_productBox .index_product_List p {
    font-size: 0.7rem;
    -webkit-line-clamp: 3;
    height: 4.2rem;
  }
  .index_product .index_productBox .index_product_List span {
    text-align: center;
    margin-top: 1.4rem;
  }
  .index_case {
    padding: 0;
  }
  .index_case .index_caseBox .index_caseList {
    width: 100%;
    display: block;
    padding: 3rem 1rem;
  }
  .index_case .index_caseBox .index_caseList .text {
    float: right;
    height: 3rem;
    width: 10rem;
  }
  .index_case .index_caseBox .index_caseList .text h5 {
    font-size: 1rem;
  }
  .index_case .index_caseBox .index_caseList .text p {
    font-size: 0.7rem;
  }
  .index_case .index_caseBox .index_caseList > img {
    float: left;
    width: 5rem;
    height: auto;
  }
  .index_news {
    padding: 1.5rem 0;
  }
  .index_news .index_newsBox {
    width: 100%;
    padding: 0 3%;
  }
  .index_news .index_newsBox .index_newlist {
    width: 100%;
    padding-right: 0;
    height: 6rem;
    margin-bottom: 0.8rem;
  }
  .index_news .index_newsBox .index_newlist .newsImg {
    width: 43%;
    height: 6rem;
  }
  .index_news .index_newsBox .index_newlist .newsMain {
    width: 55%;
  }
  .index_news .index_newsBox .index_newlist .newsMain h5 {
    font-size: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 2rem;
    line-height: 2rem;
  }
  .index_news .index_newsBox .index_newlist .newsMain p {
    font-size: 0.7rem;
    margin: 0;
  }
  .index_news .index_newsBox .index_newlist .newsMain span {
    margin-top: 0.2rem;
  }
  .index_news .index_newsBox .index_newlist:nth-child(2),
  .index_news .index_newsBox .index_newlist:nth-child(3) {
    background: #fff;
  }
  .index_news .index_newsBox .index_newlist:hover {
    box-shadow: none;
  }
  .webFooter {
    padding: 0;
  }
  .webFooter .part1 {
    display: none;
  }
  .webFooter .part2 {
    height: 2rem;
    line-height: 2rem;
  }
  .navLink_PC {
    padding: 0;
    background: #efefef;
    height: auto;
    overflow: hidden;
  }
  .navLink_PC li {
    float: left;
    width: 25%;
  }
  .navLink_PC li a {
    width: 100%;
    height: 2.2rem;
    line-height: 2.2rem;
    font-size: 0.8rem;
  }
  .incontentMargin {
    padding-top: 3rem;
  }
  .incontentMargin .index_Title {
    margin: 1.5rem 0 0;
  }
  .in_banner {
    height: 240px;
  }
  .in_banner .in_bannerText {
    position: unset;
    width: 100%;
    border-top: 0;
    padding: 0;
    padding-top: 3rem;
  }
  .in_banner .in_bannerText h3 {
    width: 100%;
    text-align: center;
  }
  .in_banner .in_bannerText p {
    width: 100%;
    text-align: center;
    padding: 0 10%;
  }
  .a_Link {
    width: 85%;
    height: 2.4rem;
    margin: 1rem auto;
  }
  .a_Link > span {
    width: 33.33%;
  }
  .a_Link > span a {
    font-size: 0.6rem;
    height: 2.4rem;
    line-height: 2.4rem;
  }
  .case_Content {
    width: 100%;
    margin-top: 1rem;
  }
  .case_Content .index_caseBox .index_caseList {
    width: 100%;
    display: block;
    padding: 3rem 1rem;
  }
  .case_Content .index_caseBox .index_caseList .text {
    float: right;
    height: 3rem;
    width: 10rem;
  }
  .case_Content .index_caseBox .index_caseList .text h5 {
    font-size: 1rem;
  }
  .case_Content .index_caseBox .index_caseList .text p {
    font-size: 0.7rem;
  }
  .case_Content .index_caseBox .index_caseList > img {
    float: left;
    width: 5rem;
    height: auto;
  }
  .case_Content .caseText {
    margin-top: 2rem;
    padding: 0 2%;
  }
  .case_Content.case_Detail {
    padding: 0;
  }
  .case_Content.case_Detail .caseD_text {
    width: 96%;
    margin: 0 auto 1rem;
  }
  .case_Content.case_Detail .caseD_text .fl_left {
    float: none;
    width: 100%;
  }
  .case_Content.case_Detail .caseD_text .fl_right {
    float: none;
    width: 100%;
  }
  .case_Content.case_Detail .caseD_text .fl_right h5 {
    display: none;
  }
  .case_Content.case_Detail .webImg {
    margin: 1rem 0 2rem;
  }
  .case_Content.case_Detail .webImg img {
    width: auto;
    max-width: 96%;
    height: auto;
  }
  .titleOrange {
    width: 96%;
    border-bottom: 1px solid #fd5e16;
    margin: 0 auto;
  }
  .titleOrange p {
    width: 128px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #fd5e16;
    border-radius: 5px 5px 0 0;
  }
  .BtnPage {
    padding: 0 2%;
  }
  .BtnPage span,
  .BtnPage a {
    width: 1.4rem;
    height: 1.4rem;
    line-height: 1.4rem;
  }
  .newsContent {
    width: 100%;
    padding: 1.5rem 2% 3rem;
  }
  .newsContent .fl_left {
    float: none;
    width: 100%;
    padding: 0 2%;
  }
  .newsContent .fl_left .newsType {
    text-align: center;
  }
  .newsContent .fl_left .newsType span {
    float: none;
    display: inline-block;
  }
  .newsContent .fl_left .newsListBox {
    margin-bottom: 20px;
  }
  .newsContent .fl_left .NewsList {
    height: 7.1rem;
  }
  .newsContent .fl_left .NewsList .newsImg {
    width: 7rem;
    height: 5rem;
  }
  .newsContent .fl_left .NewsList .newsMessage {
    padding-left: 7.6rem;
  }
  .newsContent .fl_left .NewsList .newsMessage h5 {
    font-size: 0.9rem;
  }
  .newsContent .fl_left .NewsList .newsMessage p {
    font-size: 0.6rem;
    -webkit-line-clamp: 2;
    height: 50px;
    margin: 0.4rem 0 0.2rem;
  }
  .newsContent .fl_right {
    float: none;
    width: 100%;
  }
  .newsContent .fl_right .recommendNews {
    width: 96%;
    border: 0;
    margin: 0 auto;
  }
  .newsContent .fl_right .recommendNews .title {
    width: 100%;
    border-left: 3px solid #fd5e16;
    border-bottom: 0;
    height: 1rem;
    line-height: 1rem;
    color: #333;
  }
  .newsContent .fl_right .recommendNews .recommendBox {
    padding: 0;
    margin-top: 0.5rem;
  }
  .newsContent .fl_right .recommendNews .recommendBox > a {
    height: 2rem;
    line-height: 2rem;
    margin: 0;
  }
  .newsContent .news_DTitle {
    margin-top: 0;
  }
  .newsContent .BtnPage {
    text-align: center;
  }
  .errorContent {
    padding: 6rem 0 0;
  }
}
