* {
  margin: 0;
  padding: 0;
  outline: none;
}
body {
  width: 100%;
  line-height: 1.42857143;
  color: #333;
  font-size: 14px;
  font-family: "微软雅黑", "microsoft Yahei", Arial, Helvetica, "Courier New", sans-serif, Courier,
    monospace;
  overflow-x: hidden;
}
*,
:after,
:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #44a852;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
ul,
li,
dl,
dt,
dd {
  list-style: none;
}
i,
em {
  font-style: normal;
}
.c:after {
  display: table;
  content: "";
  clear: both;
}
.c {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
.img {
  line-height: 0;
  overflow: hidden;
}
.img img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
table {
  width: 100%!important;
  font-size: 14px!important;
  text-align: center!important;
  border-spacing: 0!important;
  border-collapse: collapse!important;
  margin: 0 auto 6px!important;
}
table tr:nth-child(odd) {
  background: #f4f4f4!important;
}
table tr {
  height: 32px!important;
  color: #333!important;
  background: #fff!important;
}
table tr:hover {
  color: #fff!important;
  background: #44a852!important;
}
table td,
table th {
  height: auto!important;
  line-height: 1.42857!important;
  font-size: 14px!important;
  text-align: center!important;
  border: 1px solid #ddd!important;
  background: none!important;
}
table td *,
table th * {
  width: auto!important;
  height: auto!important;
  line-height: 1.42857!important;
  color: #333!important;
  font-size: 14px!important;
  text-indent: 0!important;
  margin: 0!important;
  padding: 0!important;
  background: none!important;
}
table tr:hover td *,
table tr:hover th * {
  color: #fff!important;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.header_info {
  height: 36px;
  line-height: 36px;
  background-color: #f5f7f8;
}
.header_brand {
  height: 140px;
}
.header_brand .fl {
  margin: 29px 0 0;
  margin-left: -40px;
}
.header_brand .fr {
  height: 50px;
  line-height: 1.2;
  margin: 45px 0 0;
  padding-left: 60px;
  background: url(../images/headerTel.png) no-repeat left;
}
.header_brand .fr strong {
  font-size: 30px;
}
.header_menu {
  background-color: #69cb5a;
}
.header_menu li {
  position: relative;
  float: left;
  width: 200px;
  height: 60px;
  line-height: 60px;
}
.header_menu li a {
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.header_menu li:hover a {
  color: #333;
  background-color: #fff;
}
.header_menu li .sec {
  position: absolute;
  top: 60px;
  left: 0px;
  width: 100%;
  max-height: 0;
  color: #fff;
  overflow: hidden;
  z-index: 9999;
  -webkit-transition: max-height 0.6s linear;
  -moz-transition: max-height 0.6s linear;
  -ms-transition: max-height 0.6s linear;
  -o-transition: max-height 0.6s linear;
  transition: max-height 0.6s linear;
}
.header_menu li .sec a {
  height: 38px;
  line-height: 38px;
  color: #fff;
  font-size: 14px;
  background-color: #69cb5a;
}
.header_menu li:hover .sec {
  max-height: 228px;
}
.header_menu li .sec a:hover {
  color: #333;
  background-color: #fff;
}
.header_mobi {
  display: none;
  height: 60px;
}
.header_mobi .top {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0 15px;
  z-index: 99999;
  background-color: #fff;
}
.header_mobi .top .fl {
  height: 60px;
}
.header_mobi .top .fl img {
  height: 44px;
  margin-top: 8px;
}
.header_mobi .top .fr {
  position: relative;
  width: 25px;
  height: 28px;
  margin-top: 16px;
  cursor: pointer;
}
.header_mobi .top .fr span {
  position: absolute;
  top: 12px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #000;
  background-image: -moz-linear-gradient(22deg, #44a852 0%, #87c540 100%);
  background-image: -webkit-linear-gradient(22deg, #44a852 0%, #87c540 100%);
  background-image: -ms-linear-gradient(22deg, #44a852 0%, #87c540 100%);
  border-radius: 1.5px;
}
.header_mobi .top .fr span:after,
.header_mobi .top .fr span:before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  content: "";
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #000;
  background-image: -moz-linear-gradient(22deg, #44a852 0%, #87c540 100%);
  background-image: -webkit-linear-gradient(22deg, #44a852 0%, #87c540 100%);
  background-image: -ms-linear-gradient(22deg, #44a852 0%, #87c540 100%);
  border-radius: 1.5px;
}
.header_mobi .top .fr span:after {
  top: -8px;
}
.header_mobi .top .fr span:before {
  top: 8px;
}
.header_mobi .top .fr:hover span,
.header_mobi .top .fr:hover span:after,
.header_mobi .top .fr:hover span:before {
  width: 22px;
}
.header_mobi .main {
  position: fixed;
  right: -105%;
  width: 100%;
  height: 100vh;
  background-image: -moz-linear-gradient(22deg, #44a852 0%, #87c540 100%);
  background-image: -webkit-linear-gradient(22deg, #44a852 0%, #87c540 100%);
  background-image: -ms-linear-gradient(22deg, #44a852 0%, #87c540 100%);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  z-index: 9999999;
}
.header_mobi .main.on {
  right: 0;
}
.header_mobi .main .close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url(../images/mobiIco1.png) no-repeat center;
  background-size: contain;
}
.header_mobi .main ul {
  margin-top: 100px;
}
.header_mobi .main li {
  padding-left: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.header_mobi .main li span,
.header_mobi .main li a {
  position: relative;
  display: block;
  line-height: 52px;
  color: #fff;
  font-size: 16px;
}
.header_mobi .main li span:after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/mobiIco2.png) no-repeat center;
}
.header_mobi .main li span.on:after {
  background-image: url(../images/mobiIco3.png);
}
.header_mobi .main li .sec {
  display: none;
}
.header_mobi .main li .sec a {
  display: block;
  line-height: 40px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.ny_ban img {
  min-height: 310px;
  object-fit: cover;
}
.ny_dh {
  background: #f0f3fa;
  padding: 10px 0;
  border-top: 1px solid #d3dcf0;
  border-bottom: 1px solid #d3dcf0;
  font-size: 15px;
  margin-bottom: 30px;
}
.ny_dh .p1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ny_dh .p1:before {
  margin-right: 4px;
}
.ny_dh .p2 {
  display: none;
  padding: 10px 0;
}
.page {
  text-align: center;
}
.page span {
  display: none;
}
.page a {
  display: inline-block;
  font-size: 14px;
  color: #232323;
  font-family: "Microsoft YaHei", Arial;
  line-height: 26px;
  border: 1px solid #cbcbcb;
  margin: 3px 5px;
  padding: 0 8px;
}
.page a.current {
  color: #fff;
  border-color: #ff3c00;
  background: #ff3c00;
}
.page a:hover {
  color: #fff;
  border-color: #ff3c00;
  background: #ff3c00;
}
.ny_prev_next {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 98%;
  line-height: 30px;
  font-size: 16px;
  margin: 20px 0 0;
  border-top: 1px #ddd solid;
  padding: 20px 0 0;
}
.ny_prev_next .pre {
  float: left;
  width: 48%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ny_prev_next .next {
  text-align: right;
  float: right;
  width: 48%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.footer {
  padding: 67px 0 0;
  background-color: #69cb5a;
}
.footer .box1 {
  height: 196px;
  border-bottom: 1px solid #8dd35c;
}
.footer .box1 .fl ul {
  margin-bottom: 20px;
}
.footer .box1 .fl ul li {
  float: left;
  margin-right: 36px;
}
.footer .box1 .fl ul li a {
  color: #fff;
  font-size: 16px;
}
.footer .box1 .fl p {
  line-height: 30px;
  font-size: 14px;
  color: #c3eabd;
}
.footer .box1 .fr li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
.footer .box1 .fr li:first-of-type {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.footer .box1 .fr li .img {
  width: 136px;
}
.footer .box1 .fr li p {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #c3eabd;
  text-align: center;
}
.footer .box2 {
  line-height: 30px;
  text-align: center;
  padding: 20px 0 30px;
}
.footer .box2 p,
.footer .box2 p a {
  color: #c3eabd;
  font-size: 12px;
}

/* index.html */
.banner_box {
  position: relative;
  overflow: hidden;
}
.banner_box .bd {
  line-height: 0;
}
.banner_box .bd img {
  min-height: 180px;
  object-fit: cover;
}
.banner_box .hd {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  margin: auto;
  width: 86px;
  line-height: 0;
  text-align: center;
  padding: 3px 0;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 14px;
  z-index: 9;
}
.banner_box .hd li {
  display: inline-block;
  cursor: pointer;
  margin: 1px 2px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #fff;
}
.banner_box .hd li.on {
  background-color: #44a852;
}
.index_tit {
  text-align: center;
  padding-top: 80px;
}
.series_box {
  padding-bottom: 80px;
  background-color: #f4f4f4;
}
.series_box ul {
  margin: 40px 0 0;
}
.series_box li {
  float: left;
  width: 282px;
  height: 293px;
  color: #333;
  margin-left: 24px;
  overflow: hidden;
  background-color: #fff;
}
.series_box li:first-of-type {
  margin-left: 0;
}
.series_box li a {
  position: relative;
  display: block;
  height: 100%;
}
.series_box li:hover a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(68, 168, 82, 0.9);
}
.series_box li .txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 62px;
  padding: 0 32px;
  transition: 0.5s;
  z-index: 9;
}
.series_box li h3 {
  line-height: 1;
  font-size: 18px;
  font-weight: normal;
}
.series_box li h4 {
  line-height: 1.25;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 4px;
  opacity: 0.7;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.series_box li h4:after {
  display: block;
  content: "";
  width: 25px;
  height: 1px;
  margin: 22px 0 32px;
  background: rgba(255, 255, 255, 0.4);
}
.series_box li .con {
  height: 0;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
}
.series_box li p {
  font-size: 13px;
  color: #fff;
  line-height: 22px;
  opacity: 0.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.series_box li span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 33px;
  height: 33px;
  line-height: 33px;
  margin: 34px 0 24px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  text-align: center;
}
.series_box li span svg {
  display: inline-block;
  width: 14px;
  height: 14px;
  fill: #fff;
  transform: translateY(1px);
}
.series_box li:hover .txt {
  height: 249px;
  color: #fff;
}
.series_box li:hover .con {
  height: 157px;
}
.product_box {
  margin-bottom: 50px;
}
.product_box ul {
  margin: 40px 0 0;
}
.product_box li {
  float: left;
  width: 24.25%;
  margin: 0 1% 30px;
  margin-left: 0;
  border: 1px #ddd solid;
}
.product_box li:nth-of-type(4n) {
  margin-right: 0;
}
.product_box li a {
  display: block;
}
.product_box li h3 {
  line-height: 40px;
  color: #333;
  text-align: center;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #eeeeee;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product_box li:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.product_box li:hover h3 {
  color: #fff;
  background-color: #87c540;
}
.product_box .more {
  display: block;
  width: 180px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 30px;
  margin: 0 auto;
  background-color: #44a852;
  color: #ffffff;
}
.about_box {
  padding: 50px 0;
  background-color: #f4f4f4;
}
.about_box .fl {
  width: 45%;
  padding-top: 20px;
}
.about_box .fl h3 {
  line-height: 32px;
  font-size: 36px;
}
.about_box .fl h4 {
  line-height: 30px;
  color: #666;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
.about_box .fl .sec:before {
  display: block;
  content: "";
  width: 30px;
  height: 3px;
  margin: 10px 0 40px;
  background-color: #44a852;
}
.about_box .fl .sec {
  line-height: 32px;
  color: #333;
  font-size: 16px;
  text-indent: 2em;
  text-align: justify;
}
.about_box .fl .more {
  display: block;
  width: 129px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  margin-top: 40px;
  background-color: #44a852;
}
.about_box .fr {
  width: 50%;
  margin-left: 5%;
  padding-top: 4px;
  background-color: #87c540;
}
.about_box .fr img {
  border-radius: 0 34px 0 0;
}
.ys_box {
  padding: 50px 0 86px;
  background: url(../images/ysBoxBg.jpg) no-repeat;
}
.ys_box .tit {
  color: #fff;
  text-align: center;
}
.ys_box .tit h3 {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 2px;
  text-shadow: #3a9948 3px 3px 2px;
  margin-top: 4px;
}
.ys_box .tit h4 {
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  text-shadow: #3a9948 3px 3px 2px;
  margin-top: -4px;
  transform: scale(0.7, 0.7);
}
.ys_box ul {
  margin-top: 55px;
}
.ys_box ul li {
  position: relative;
  float: left;
  width: 360px;
  height: 460px;
  padding: 5px;
  margin-left: 60px;
  border-radius: 20px;
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(to bottom right, #fff 60%, #e7ffea);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ys_box ul li:first-of-type {
  margin-left: 0;
}
.ys_box ul li:before {
  position: absolute;
  top: 35px;
  left: 0;
  width: 112px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  border-radius: 0 0 22px 0;
  z-index: 9;
  background-color: #3d984a;
}
.ys_box ul li:first-of-type:before {
  content: "优势一";
  background-image: linear-gradient(to right, #3d994a, #4eb15c);
}
.ys_box ul li:nth-of-type(2):before {
  content: "优势二";
  background-color: #ffb04a;
  background-image: linear-gradient(to right, #ffb14a, #fdca4b);
}
.ys_box ul li:nth-of-type(3):before {
  content: "优势三";
  background-image: linear-gradient(to right, #3d994a, #4eb15c);
}
.ys_box ul li .img {
  border-radius: 18px;
}
.ys_box ul li strong {
  display: block;
  color: #44a852;
  font-size: 28px;
  text-shadow: #d6edd9 4px 4px 2px;
  margin: 14px 30px;
  margin-right: 0;
}
.ys_box ul li p {
  color: #4f4f4f;
  font-size: 16px;
  line-height: 1.3;
  margin-left: 30px;
}
.ys_box ul li:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.case_box .wrap {
  overflow: hidden;
}
.case_box .index_tit {
  margin: 0 0 40px;
}
.case_box li {
  float: left;
  width: 376px;
  margin-right: 20px;
  text-align: center;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}
.case_box li p {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  background-color: #eee;
}
.case_box li:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.case_box li:hover p {
  color: #ffffff;
  background-color: #44a852;
}
.case_box .mobi_bd {
  display: none;
}
.news_box {
  margin-top: 80px;
  background-color: #f4f4f4;
}
.news_box .bdd {
  margin-top: 40px;
}
.news_box .bdd li {
  float: left;
  width: 374px;
  margin-right: 39px;
}
.news_box .bdd li a {
  display: block;
  color: #333;
}
.news_box .bdd li .tit {
  height: 88px;
  position: relative;
  border-bottom: 1px solid #ccc;
  margin-bottom: 12px;
}
.news_box .bdd li .date {
  position: relative;
  float: left;
  width: 62px;
  height: 69px;
  color: #fff;
  font-size: 22px;
  font-family: arial;
  font-weight: bold;
  margin-top: -9px;
  z-index: 0;
  background-color: #3d984a;
}
.news_box .bdd li .date div {
  display: table-cell;
  width: 62px;
  height: 69px;
  vertical-align: middle;
  text-align: center;
}
.news_box .bdd li .date span {
  display: block;
  font-size: 14px;
}
.news_box .bdd li .date:before {
  position: absolute;
  height: 0;
  left: 0;
  top: 0;
  content: "";
  width: 62px;
  z-index: -1;
  background-color: #44a852;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
}
.news_box .bdd li h3 {
  float: right;
  width: 268px;
  line-height: 24px;
  font-size: 16px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_box .bdd li p {
  height: 66px;
  line-height: 22px;
  font-size: 12px;
  overflow: hidden;
}
.news_box .bdd li:hover .date:before {
  bottom: 0;
  top: auto;
  height: 69px;
}
.news_box .hd {
  text-align: center;
  padding: 30px 0 80px;
}
.news_box .hd li {
  display: inline-block;
  cursor: pointer;
  width: 18px;
  height: 10px;
  border: 1px solid #ddd;
  font-size: 0;
  margin: 0 3px;
}
.news_box .hd li.on {
  border: 1px solid #1b1b1b;
}
.news_box .mobi_bd {
  display: none;
}
.news_box .mobi_bd li {
  width: 32%;
  margin: 0 2% 40px;
  margin-left: 0;
}
.news_box .mobi_bd li h3 {
  width: calc(100% - 70px);
}
.news_box .mobi_bd li:nth-of-type(3n) {
  margin-right: 0;
}

/* about.html */
.about_main {
  margin-bottom: 40px;
}
.about_main h1 {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}
.about_main .txt {
  margin-top: 30px;
}
.about_main .txt p {
  font-size: 16px;
  text-indent: 2em;
  margin: 0 0 10px;
}
.about_main .tjcp h3 {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  margin: 40px 0 30px;
}

/* channel_product.html */
.channel_product dl {
  margin-bottom: 50px;
}
.channel_product dt {
  margin-bottom: 20px;
}
.channel_product dt h2 {
  position: relative;
  font-size: 24px;
  padding-left: 42px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.channel_product dt h2:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 37px;
  height: 29px;
  background: url(../images/channelProductIco.png) no-repeat;
  background-size: contain;
}
.channel_product dt span {
  float: right;
  font-size: 14px;
  font-weight: normal;
  margin-top: 8px;
}
.channel_product dd {
  float: left;
  width: 24.25%;
  margin: 0 1%;
  margin-right: 0;
  border: 1px solid #ddd;
}
.channel_product dd:first-of-type {
  margin-left: 0;
}
.channel_product dd h3 {
  display: block;
  line-height: 40px;
  color: #333;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding: 0 10px;
  background-color: #eeeeee;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.channel_product dd:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.channel_product dd:hover h3 {
  color: #fff;
  background-color: #44a852;
}

/* list_product.html */
/* list_case.html */
.list_main {
  margin-bottom: 60px;
}
.list_main h1 {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}
.list_main ul {
  margin-top: 30px;
}
.list_main ul li {
  float: left;
  width: 24.25%;
  margin: 0 1% 28px;
  margin-left: 0;
  border: 1px solid #ddd;
}
.list_main ul li:nth-child(4n) {
  margin-right: 0;
}
.list_main ul li h3 {
  display: block;
  line-height: 40px;
  color: #333;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding: 0 10px;
  background-color: #eeeeee;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.list_main ul li:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.list_main ul li:hover h3 {
  color: #fff;
  background-color: #44a852;
}

/* list_new.html */
.list_new {
  margin-bottom: 60px;
}
.list_new h1 {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}
.list_new ul {
  margin-top: 40px;
  min-height: 100px;
}
.list_new ul li {
  position: relative;
  padding: 8px 0 8px 60px;
  margin-bottom: 20px;
  border-bottom: 1px #dddddd solid;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.list_new ul li:before {
  content: "";
  width: 40px;
  height: 1px;
  background: #e4e6ea;
  display: block;
  position: absolute;
  left: 0;
  top: 52px;
}
.list_new ul li:after {
  content: "";
  width: 9px;
  height: 9px;
  background: #e4e6ea;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 48px;
}
.list_new ul li .date {
  font-size: 16px;
}
.list_new ul li h3 {
  font-size: 22px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 10px 0;
}
.list_new ul li p {
  font-size: 16px;
  color: #66686c;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.list_new ul li .more {
  display: block;
  text-align: right;
  font-size: 15px;
}
.list_new ul li:hover {
  transform: translateX(15px);
}

/* contact.html */
.contact_main {
  margin-bottom: 60px;
}
.contact_main h1 {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}
.contact_main .fl {
  float: left;
  width: 62%;
  margin-top: 80px;
}
.contact_main .fl .tit h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.contact_main .fl li {
  color: #676767;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 4px;
}
.contact_main .fl .way_con {
  float: left;
  color: #676767;
  font-size: 15px;
  font-weight: normal;
  line-height: 32px;
  padding-top: 30px;
  margin-top: 20px;
  margin-right: 10%;
  border-top: 1px solid #eee;
}
.contact_main .fl .way_con a {
  display: block;
  width: 125px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
  border-radius: 5px;
  background-color: #26252d;
}
.contact_main .fr {
  float: right;
  width: 38%;
  margin-top: 40px;
  border-radius: 76px 0 0 0;
  overflow: hidden;
}

/* article.html */
.article_main {
  margin-bottom: 60px;
}
.article_main h1 {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  line-height: 2;
}
.article_main .info {
  text-align: center;
  line-height: 30px;
  color: #999;
  font-size: 14px;
  margin-bottom: 30px;
  border-bottom: 1px #dddddd solid;
}
.news_lj {
  clear: both;
  overflow: hidden;
  padding: 10px 20px;
  padding-left: 130px;
  box-sizing: border-box;
  background: url(../images/ico_newslj.png) #f3f3f3 no-repeat 20px center;
  margin: 30px auto;
}
.news_lj p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0;
}
.news_lj p font {
  color: #f33d4a;
}
.news_tel span {
  float: left;
  font-size: 16px;
  padding-left: 42px;
  background: url(../images/new-tel.png) no-repeat left center / contain;
}
.news_tel span strong {
  color: #f33d4a;
  font-size: 26px;
  font-weight: 700;
  margin-left: 8px;
}
.news_tel a.new_btn {
  float: right;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  padding: 0 20px 0 55px;
  background: url(../images/ico_btn.png) #f33d4a no-repeat 10px 4px / 30px;
}
.article_main .content {
  padding: 0 15px;
  font-size: 16px;
}
.article_main .content p {
  font-size: 16px;
  line-height: 1.42857143;
  text-indent: 2em;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.article_main .content video {
  max-width: 100%;
}

/* part.html */
.part_main {
  margin-bottom: 50px;
}
.part_main .nyl {
  position: relative;
  float: left;
  width: 45%;
  overflow: hidden;
  padding: 3px;
  border: solid 1px #b1b1b1;
}
.part_main .nyl:before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  left: -50%;
  top: 0;
  background-image: -webkit-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0)
  );
}
.part_main .nyl img {
  width: 100%;
  background-color: #f5f7fa;
}
.part_main .nyl:hover:before {
  left: 100%;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.part_main .nyr {
  float: left;
  width: 51%;
  margin-left: 4%;
  display: inline;
}
.part_main .nyr h1 {
  line-height: 42px;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.part_main .description {
  line-height: 1.42857143;
  color: #666;
  font-size: 14px;
  padding-top: 10px;
  margin-bottom: 10px;
  border-top: 2px #ffcc28 solid;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.part_main .list1 {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
}
.part_main .list1 li {
  float: left;
  width: 25%;
  line-height: 26px;
  font-size: 16px;
}
.part_main .list1 li i {
  display: block;
  float: left;
  width: 26px;
  height: 26px;
  margin-right: 5px;
}
.part_main .nytel {
  color: #999;
  font-size: 15px;
  padding-top: 30px;
}
.part_main .nytel strong {
  display: inline-block;
  color: #f68503;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
}
.part_main .nyrBtn {
  margin: 30px 0 0;
}
.part_main .nyrBtn a {
  float: left;
  width: 167px;
  height: 45px;
  line-height: 43px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #f68503;
  background-color: #f68503;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.part_main .nyrBtn a.backBtn {
  margin-left: 30px;
  border-color: #44a852;
  background-color: #44a852;
}
.part_main .nyrBtn a:hover {
  color: #f68503;
  background-color: #fff;
}
.part_main .nyrBtn a.backBtn:hover {
  color: #44a852;
}
.part_main .main {
  margin-top: 50px;
}
.part_main .main .fl {
  width: 290px;
  margin-right: 40px;
  margin-bottom: 20px;
}
.part_main .main .fl .cplb {
  background-color: #44a852;
  padding: 5px;
}
.part_main .main .fl .cptit {
  text-align: center;
  margin: 20px auto;
}
.part_main .main .fl .cplb .sideMenu {
  overflow: hidden;
  border-bottom: none;
  background-color: #fff;
  padding: 10px 10px 0 10px;
}
.part_main .main .fl .cplb h3 { text-align: center; line-height: 45px; height: 45px; width: 100%; font-weight: bold; font-size: 18px; margin-bottom: 10px; }
.part_main .main .fl .cplb h3 a { display: block; background-color: #44a852; color: #fff; }
.part_main .main .fl .cplb h3 a:hover { background-color: #69cb5a; color: #fff; }
.part_main .main .fl .cplb ul { overflow: hidden; }
.part_main .main .fl .cplb li { height: 34px; line-height: 34px; margin-bottom: 10px; overflow: hidden; border-bottom: 1px #ddd dashed; background: url(../images/m7ico.png) no-repeat 10px center; font-size: 15px; }
.part_main .main .fl .cplb li a { display: block; padding-left: 25px; }
.part_main .main .fl .cplb li a:hover { display: block; }
.part_main .main .fl .lxfs { padding: 15px 10px; background-color: #44a852; color: #fff; text-align: center; }
.part_main .main .fl .lxfs h3 { font-size: 32px; font-weight: normal; text-align: center; }
.part_main .main .fl .lxfs div { border-top: 1px solid #69b975; padding: 10px 0 0; line-height: 24px; margin-top: 15px; color: #69b975; }
.part_main .main .fr {
  width: 870px;
}
.cp_txt.content p {
  font-size: 16px;
  text-indent: 2em;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.cp_txt.content a {
  font-weight: bold;
}
.cp_txt.jscs p {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.cp_txt.jscs .table {
  overflow: auto;
}
.txt_name {
  width: 100%;
  height: 58px;
  line-height: 58px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
.txt_name h3 {
  position: relative;
  display: inline-block;
  height: 57px;
  line-height: 57px;
  color: #000;
  font-size: 22px;
  font-weight: normal;
  padding-left: 13px;
  border-bottom: 2px solid #f68503;
}
.txt_name h3:after {
  position: absolute;
  left: 0;
  top: 20px;
  content: "";
  width: 5px;
  height: 18px;
  background-color: #f68503;
}
.xgcp li,
.tjcp li {
  float: left;
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
.xgcp li:nth-of-type(4n),
.tjcp li:nth-of-type(4n) {
  margin-right: 0;
}
.xgcp li a,
.tjcp li a {
  display: block;
}
.xgcp li p,
.tjcp li p {
  display: block;
  line-height: 42px;
  color: #333;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding: 0 10px;
  background-color: #eeeeee;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xgcp li:hover .img img,
.tjcp li:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.xgcp li:hover p,
.tjcp li:hover p {
  color: #fff;
  background-color: #44a852;
}

@media (max-width: 1280px) {
  .wrap {
    width: 90%;
  }
  .header_menu li {
    width: 16.666%;
  }
  .index_tit {
    padding-top: 40px;
  }
  .index_tit img {
    width: 326px;
  }
  .series_box {
    padding-bottom: 60px;
  }
  .series_box li {
    width: 24.25%;
    margin-left: 1%;
  }
  .series_box li:first-of-type {
    margin-left: 0;
  }
  .series_box li .txt {
    padding: 0 24px;
  }
  .product_box li {
    margin-bottom: 20px;
  }
  .about_box .fl h3 {
    line-height: 20px;
    font-size: 28px;
  }
  .about_box .fl h4 {
    font-size: 12px;
  }
  .about_box .fl .sec:before {
    margin: 4px 0 14px;
  }
  .about_box .fl .sec {
    line-height: 28px;
  }
  .about_box .fl .more {
    margin-top: 26px;
  }
  .ys_box {
    padding: 40px 0 60px;
  }
  .ys_box .tit .img img {
    width: 576px;
  }
  .ys_box .tit h3 {
    font-size: 20px;
  }
  .ys_box .tit h4 {
    transform: scale(0.6, 0.6);
  }
  .ys_box ul {
    margin-top: 34px;
  }
  .ys_box ul li {
    width: 32%;
    height: auto;
    margin-left: 2%;
    padding-bottom: 20px;
  }
  .ys_box ul li:first-of-type {
    margin-left: 0;
  }
  .ys_box ul li strong {
    font-size: 24px;
    margin: 8px 16px;
    margin-right: 0;
  }
  .ys_box ul li p {
    font-size: 14px;
    margin-left: 16px;
  }
  .ys_box ul li p {
    font-size: 14px;
  }
  .ys_box ul li:hover .img img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .news_box .bd,
  .news_box .hd {
    display: none;
  }
  .news_box .mobi_bd {
    display: block;
    padding-bottom: 30px;
  }
  .footer .box1 .fl ul {
    display: none;
  }
  .contact_main .fl {
    width: 58%;
  }
  .contact_main .fl li {
    line-height: 26px;
    font-size: 16px;
  }
  .contact_main .fl .way_con {
    line-height: 24px;
    font-size: 14px;
    padding-top: 20px;
    margin-top: 10px;
    margin-right: 6%;
  }
  .contact_main .fr {
    width: 42%;
  }
  .part_main .nyl {
    width: 47%;
  }
  .part_main .nyr {
    margin-left: 2%;
  }
  .part_main .list1 {
    display: none;
  }
  .part_main .nytel {
    border-top: 1px solid #ddd;
  }
  .part_main .nyrBtn a {
    width: 157px;
  }
  .txt_name {
    height: 48px;
    line-height: 48px;
  }
  .txt_name h3 {
    height: 47px;
    line-height: 47px;
  }
  .txt_name h3:after {
    top: 13px;
  }
  .part_main .main .fl {
    width: 25%;
    margin-right: 2%;
  }
  .part_main .main .fl .lxfs div,
  .part_main .main .fl .lxfs p {
    display: none;
  }
  .part_main .main .fl .lxfs h3 {
    font-size: 26px;
  }
  .part_main .main .fr {
    width: 73%;
  }
}
@media (max-width: 960px) {
  .header_info,
  .header_brand,
  .header_menu {
    display: none;
  }
  .header_mobi {
    display: block;
  }
  .series_box li {
    width: 49%;
    margin: 0 2% 2%;
    margin-left: 0;
  }
  .series_box li:nth-of-type(2n) {
    margin-right: 0;
  }
  .series_box li .img {
    text-align: center;
  }
  .series_box li .con {
    height: 157px;
  }
  .about_box {
    padding-top: 40px;
  }
  .about_box .fl {
    padding-top: 0;
    width: 100%;
  }
  .about_box .fr {
    display: none;
  }
  .ys_box .tit .img img {
    width: 456px;
  }
  .ys_box .tit h3 {
    font-size: 16px;
  }
  .ys_box .tit h4 {
    transform: scale(0.4, 0.4);
  }
  .ys_box {
    background-color: #53b761;
  }
  .ys_box ul {
    margin-top: 20px;
  }
  .ys_box ul li {
    margin-top: 30px;
  }
  .ys_box ul li:first-of-type {
    margin-top: 0;
  }
  .ys_box ul li p {
    font-size: 12px;
  }
  .news_box .mobi_bd li {
    width: 49%;
  }
  .news_box .mobi_bd li:nth-of-type(3n) {
    margin-right: 2%;
  }
  .news_box .mobi_bd li:nth-of-type(2n) {
    margin-right: 0;
  }
  .news_box .bdd li a .img img {
    width: 100%;
  }
  .ny_ban {
    display: none;
  }
  .ny_dh {
    display: block;
    height: auto;
    line-height: 16px;
    text-align: center;
    border: 0;
    padding: 0;
    margin-bottom: 30px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 1px 1px 6px 1px rgb(0, 0, 0, 0.18);
    background-color: #fff;
  }
  .ny_dh .wrap {
    width: 100%;
  }
  .ny_dh .p1 {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 15px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #44a852;
  }
  .ny_dh .p1 a {
    color: #fff;
  }
  .ny_dh .p1 b {
    padding-left: 0;
  }
  .ny_dh .p2 {
    display: block;
  }
  .about_main h1 {
    font-size: 26px;
  }
  .about_main .txt {
    margin-top: 10px;
  }
  .about_main .txt p {
    margin-bottom: 6px;
  }
  .about_main .tjcp h3 {
    font-size: 26px;
    margin: 30px 0 20px;
  }
  .list_main h1 {
    font-size: 26px;
  }
  .list_main ul li {
    margin-bottom: 20px;
  }
  .list_new h1 {
    font-size: 26px;
  }
  .list_new ul {
    margin-top: 20px;
  }
  .list_new ul li .date {
    font-size: 14px;
  }
  .list_new ul li:before,
  .list_new ul li:after {
    display: none;
  }
  .list_new ul li {
    padding: 0 0 10px;
    margin-bottom: 10px;
  }
  .list_new ul li .more {
    display: none;
  }
  .list_new ul li h3 {
    font-size: 18px;
    padding: 4px 0;
  }
  .list_new ul li p {
    font-size: 14px;
    line-height: 20px;
  }
  .list_new ul li:hover {
    transform: translateX(0);
  }
  .contact_main h1 {
    display: none;
  }
  .contact_main .fl {
    width: 100%;
    margin-top: 0;
  }
  .contact_main .fl .tit h3 {
    text-align: center;
  }
  .contact_main .fr {
    display: none;
  }
  .part_main .main {
    margin-top: 0;
  }
  .part_main .main .fl {
    display: none;
  }
  .part_main .main .fr {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .ys_box ul li {
    width: 100%;
    margin-left: 0;
  }
  .ys_box ul li .img img {
    width: 100%;
  }
  .case_box .index_tit {
    margin-bottom: 30px;
  }
  .case_box ul {
    display: none;
  }
  .case_box li {
    float: left;
    width: 32%;
    margin: 0 2% 20px;
    margin-left: 0;
    border: 1px #ddd solid;
  }
  .case_box li:nth-of-type(3n) {
    margin-right: 0;
  }
  .case_box .mobi_bd {
    display: block;
  }
  .news_box {
    margin-top: 40px;
  }
  .news_box .mobi_bd {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .footer {
    padding-top: 40px;
  }
  .footer .box1 {
    height: auto;
    padding-bottom: 20px;
  }
  .footer .box1 .fl,
  .footer .box1 .fr {
    float: none;
  }
  .footer .box1 .fr {
    text-align: center;
    margin-top: 20px;
  }
  .channel_product dt h2 {
    font-size: 20px;
    padding-left: 38px;
  }
  .part_main .nyl {
    width: 95%;
    margin: 0 auto 20px;
    box-sizing: border-box;
    text-align: center;
    float: none;
  }
  .part_main .nyr {
    width: 98%;
    margin: 0 1%;
  }
  .part_main .nyr h1 {
    height: auto;
    line-height: normal;
    font-size: 26px;
    text-align: center;
    margin-bottom: 10px;
  }
  .part_main .nytel {
    text-align: center;
    padding-top: 10px;
  }
  .part_main .nyrBtn {
    display: none;
  }
  .article_main {
    margin-bottom: 40px;
  }
  .article_main h1 {
    font-size: 26px;
    line-height: 1.4;
  }
  .article_main .info {
    margin-bottom: 10px;
  }
  .article_main .news_lj {
    display: none;
  }
  .article_main .content {
    padding: 0 6px;
  }
  .ny_prev_next {
    margin: 10px 0 0;
    padding: 10px 0 0;
  }
}
@media (max-width: 640px) {
  .wrap {
    width: 96%;
  }
  .index_tit img {
    width: 256px;
  }
  .series_box {
    padding-bottom: 40px;
  }
  .product_box {
    margin-bottom: 40px;
  }
  .product_box li {
    width: 49%;
    margin: 0 2% 2%;
    margin-left: 0;
  }
  .product_box li:nth-of-type(3n) {
    margin-right: 2%;
  }
  .product_box li:nth-of-type(2n) {
    margin-right: 0;
  }
  .product_box .more {
    margin-top: 20px;
  }
  .case_box li {
    width: 49%;
    margin: 0 2% 2%;
    margin-left: 0;
  }
  .case_box li:nth-of-type(3n) {
    margin-right: 2%;
  }
  .case_box li:nth-of-type(2n) {
    margin-right: 0;
  }
  .about_main h1 {
    font-weight: bold;
  }
  .about_main .txt {
    margin-top: 4px;
  }
  .about_main .tjcp h3 {
    font-weight: bold;
    margin: 20px 0 10px;
  }
  .xgcp li,
  .tjcp li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .xgcp li:nth-of-type(2n),
  .tjcp li:nth-of-type(2n) {
    margin-right: 0;
  }
  .xgcp li p,
  .tjcp li p {
    font-size: 14px;
    line-height: 36px;
  }
  .channel_product dl {
    margin-bottom: 20px;
  }
  .channel_product dt {
    margin-bottom: 10px;
  }
  .channel_product dd {
    width: 49%;
    margin: 0 2% 2%;
    margin-left: 0;
  }
  .channel_product dd:nth-of-type(2n) {
    margin-right: 0;
  }
  .channel_product dd h3 {
    font-size: 14px;
    line-height: 36px;
  }
  .list_main {
    margin-bottom: 40px;
  }
  .list_main h1 {
    font-weight: bold;
  }
  .list_main ul {
    margin-top: 10px;
  }
  .list_main ul li {
    width: 49%;
    margin: 0 2% 2%;
    margin-left: 0;
  }
  .list_main ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .list_main ul li h3 {
    font-size: 14px;
    line-height: 36px;
  }
  .list_new {
    margin-bottom: 40px;
  }
  .list_new h1 {
    font-weight: bold;
  }
  .list_new ul {
    margin-top: 10px;
  }
  .contact_main {
    margin-bottom: 40px;
  }
  .part_main {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .series_box li {
    width: 100%;
    margin-right: 0;
  }
  .news_box .bdd li {
    width: 100%;
    margin-right: 0;
  }
  .footer .box1 .fr li {
    margin-top: 8px;
  }
  .footer .box1 .fr li .img {
    width: 86px;
  }
}
